@charset "utf-8";

/* 其他共用樣式 */
.container-1500-2 {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.container-1170 {
    max-width: 1170px;
    width: 95%;
    padding-bottom: 60px;
    margin: 0 auto;
}

.content-s {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.content-wrap {
    background: rgba(57, 196, 182, .1);
    padding: 30px;
}

.list-title {
    color: #999;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
}

.list-text {
    font-size: 18px;
    margin-top: 10px;
}

.list-text-large {
    font-size: 36px;
    margin-top: 10px;
}

.note {
    width: 16px;
    background: #f47120;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
    display: inline-block;
    border-radius: 50%;
}

.note-detail {
    width: 160px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 5px 0 0 -80px;
    z-index: 2;
    white-space: normal;
}

.close {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
    border-top: 1px solid #fff;
}

.color-o {
    color: #f47120;
}

.color-g {
    color: #39c4b6;
}

.font-l {
    font-size: 36px;
    font-weight: bold;
}

.font-s {
    font-size: 14px;
    line-height: 20px;
}

.page-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.page-title-g {
    color: #39c4b6;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.sub-list.justify-content-end {
    justify-content: flex-end;
}

.flex-end {
    justify-content: flex-end;
}

button[disabled="disabled"] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 靜態-條款頁 */
.supplementary-page {
    max-width: 800px;
    width: 95%;
    min-height: 500px;
    padding: 60px 0;
    margin: 0 auto;
}

.supplementary-page .title {
    font-size: 20px;
    line-height: 30px;
}

.supplementary-page p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
}

/* btn */
.btn-group-basic {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-group-basic a,
.btn-group-basic button {
    margin: 0 5px;
}

.btn-basic {
    width: 140px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 12px 0;
    border: none;
    display: block;
}

.btn-w100 {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 12px 0;
    border: none;
    display: block;
}


.bg-o {
    background: #f47120;
}

.bg-g {
    background: #39c4b6;
}

.bg-999 {
    background: #999;
}

/* input select radiobox checkbox */
.input-basic {
    width: 250px;
    height: 45px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

.input-m {
    width: 340px;
    height: 45px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('../images/icon-select.svg');
    background-repeat: no-repeat;
    background-size: 25px 5px;
    background-position: right center;
}

select::-ms-expand {
    display: none;
}

/* 表單 */
.form {
    background: rgba(57, 196, 182, .1);
    padding: 20px 30px;
}

.form li {
    padding: 10px 0;
}

.form li label {
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.form li .input,
.form li select {
    width: 100%;
    height: 45px;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

.form li .data {
    min-height: 45px;
    background: #eeeeee;
    line-height: 20px;
    border: 1px solid #ccc;
    padding: 13px 15px;
    box-sizing: border-box;
}

/* 確認欄位 */
.confirmation {
    font-size: 16px;
    line-height: 24px;
}

.confirmation dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.confirmation dl dt {
    max-width: 335px;
    width: 80%;
    margin-right: 10px;
}

.confirmation dl dt input {
    width: 100%;
    height: 45px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

.confirmation .verification {
    margin-top: 10px;
}

.confirmation li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.confirmation li.right {
    justify-content: flex-end;
}

.confirmation li.left {
    justify-content: flex-start;
}

.confirmation li .verification {
    margin-top: 0;
}

.confirmation li .timer {
    margin-left: 10px;
}

/* 確認欄位的額外文字 */
.extra-note {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.extra-note a {
    text-decoration: underline;
}

/* 麵包屑 */
#bread-crumbs {
    padding-top: 30px;
}

#bread-crumbs a {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}

#bread-crumbs a.focus {
    color: #39c4b6;
    font-size: 18px;
}

#bread-crumbs a.focus::after {
    display: none;
}

#bread-crumbs a::after {
    content: "";
    width: 8px;
    height: 14px;
    background: url('../images/icon-nav.svg');
    background-size: 100% auto;
    display: inline-block;
    margin-left: 10px;
}

/* 表頭選單 */
#page-header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#page-header .tab-group {
    display: flex;
}

#page-header .tab-group li {
    position: relative;
}

#page-header .tab-group a {
    width: 150px;
    font-size: 18px;
    color: #999;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    transition: all .3s;
    margin-right: 5px;
}

#page-header .tab-group a:hover,
#page-header .tab-group a.focus {
    background: #39c4b6;
    color: #fff;
    border-color: #39c4b6;
}

#page-header .tab-group .sub-menu {
    width: 100%;
    max-width: 150px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 3px;
    z-index: 2;
}

#page-header .tab-group .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#page-header .tab-group .sub-menu li a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    border: none;
}

#page-header .sub-options {
    display: flex;
}

#page-header .sub-options .search-bar {
    display: flex;
}

#page-header .sub-options .search-bar input {
    width: 250px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 15px;
    box-sizing: border-box;
}

#page-header .sub-options .search-bar button {
    width: 50px;
    background: url('../images/icon-search.svg') #39c4b6 center no-repeat;
    background-size: 14px 20px;
    text-indent: -9999px;
    border: none;
}

#page-header .sub-options .filter {
    position: relative;
}

#page-header .sub-options .filter .filter-btn {
    width: 100px;
    background: #39c4b6;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    padding: 15px 0;
}

#page-header .sub-options .filter .filter-btn::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url('../images/icon-filter.svg');
    background-size: 100% auto;
    margin-right: 5px;
    display: block;
}

#page-header .sub-options .filter .options {
    background: #fff;
    width: 405px;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 105%;
    right: 0;
    box-sizing: border-box;
    z-index: 1;
}

#page-header .sub-options .filter .options li {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

#page-header .sub-options .filter .options li:first-child {
    border: none;
}

#page-header .sub-options .filter .options li label {
    color: #999;
}

#page-header .sub-options .filter .options li select {
    min-width: 65px;
    font-size: 16px;
    padding: 0 25px 0 5px;
    border: none;
    box-sizing: border-box;
    margin: 0 5px;
}

#page-header .sub-options .filter .options li.btns {
    justify-content: center;
    border: none;
}

#page-header .sub-options .filter .options li.btns button {
    margin: 0 5px;
}

/* 表頭選單-單一篩選 */
.info-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.info-filter p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.info-filter .filter-single {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.info-filter .filter-single span {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

.info-filter .filter-single select {
    width: 140px;
    background-color: inherit;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

/* 搜尋結果 */
#search-result {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

#search-result span {
    margin: 0 15px;
}

/* 通用div */
.main .content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 20px 0;
    position: relative;
}

.main .content .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .content .head-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 100px;
}

.main .content .head-s.single {
    padding-right: 70px;
}

.main .content .head-s.no-padding {
    padding-right: 0;
}

.main .content .head-s .options {
    position: absolute;
    top: 0;
    right: 0;
}

.main .content .head-s .list-type1 {
    width: 60%;
    margin: 0;
}

.main .content h2 {
    font-size: 30px;
}

.main .content h2 a {
    color: #000;
    opacity: 1;
    transition: all .3s;
}

.main .content h2 a:hover {
    opacity: .7;
}

/* 追蹤分享選項 */
.main .content .options li {
    display: inline-flex;
    position: relative;
}

.main .content .options li a {
    width: 50px;
    height: 50px;
    background: rgba(57, 196, 182, .1);
    background-size: 100% auto;
    text-indent: -9999px;
    display: block;
}

.main .content .options li .follow {
    background-image: url('../images/icon-like-1.svg');
}

.main .content .options li .follow.active {
    background: rgba(57, 196, 182, 1);
    background-image: url('../images/icon-like-2.svg');
}

.main .content .options li .share {
    background-image: url('../images/icon-share-1.svg');
}

.main .content .options li .share.active {
    background: #39c4b6;
    background-image: url('../images/icon-share-2.svg');
}

.main .content .options li .share-option {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

.main .content .options li .share-option a {
    background: rgba(0, 0, 0, .8);
    margin-top: 1px;
}

.main .content .options li .share-option .fb {
    background-image: url('../images/icon-share-fb.svg');
}

.main .content .options li .share-option .line {
    background-image: url('../images/icon-share-line.svg');
}

.main .content .options li .delet {
    background-image: url('../images/icon-delet-g.svg');
}

.main .content .download {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

/* 加入購物車 */
.add-product {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.add-product p {
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.add-product .btn-group {
    display: flex;
}

.add-product .btn-group input {
    width: 250px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 15px;
}

.add-product .btn-group .data {
    width: 280px;
    height: 45px;
    background: #e8e8e8;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 15px;
    box-sizing: border-box;
}

.add-product .btn-group a,
.add-product .btn-group button {
    width: 140px;
    background: #f47120;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    border: none;
    padding: 12px 0;
    display: block;
}

/* 團購明細底下按鈕加勾選項目 */
.shop-list-bottom ul {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.shop-list-bottom ul li {
    margin-top: 10px;
}

.shop-list-bottom button {
    margin: 0 auto;
}

/* 勾選項目 */
.consent {
    font-size: 16px;
}

.consent a {
    text-decoration: underline;
    transition: all .3s;
}

.consent a:hover {
    text-decoration: none;
}

/* extra-check */
.extra-check {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.extra-check .consent {
    margin-right: 20px;
}

/* 列表頁資訊欄位(團購中/轉讓中/歷史列表) */
.product__item {
    cursor: pointer;
}

.product__item:hover {
    box-shadow: 0 0 3px 3px rgba(204, 204, 204, 0.3);
}

.list-type1 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.list-type1 li.currency {
    max-width: 55px;
    width: 6%;
}

.list-type1 li.denomination,
.list-type1 li.deduct-amount {
    max-width: 110px;
    width: 12%;
}

.list-type1 li.reference-price {
    max-width: 80px;
    width: 10%;
}

.list-type1 li.yield-rate {
    max-width: 100px;
    width: 12%;
    margin-top: -1px;
}

.list-type1 li.credit-rating {
    max-width: 65px;
    width: 9%;
    margin-top: -1px;
}

.list-type1 li.expiry-date {
    max-width: 120px;
    width: 19%;
}

.list-type1 li.accumulated-amount {
    max-width: 150px;
    width: 15%;
}

.list-type1 li.countdown {
    max-width: 130px;
    width: 14%;
}

.list-type1 li.transfer-price {
    max-width: 80px;
    width: 10%;
}

.list-type1 li.proposed-price {
    max-width: 65px;
    width: 7%;
    margin-top: -1px;
}

.list-type1 li.investment-amount {
    max-width: 75px;
    width: 7%;
}

.list-type1 li.buying-price {
    max-width: 80px;
    width: 10%;
}

.list-type1 li.income {
    max-width: 150px;
    width: 15%;
}

.list-type1 li.return {
    max-width: 150px;
    width: 15%;
}

.list-type1 li.total-amount {
    max-width: 150px;
    width: 15%;
}

.list-type1 li.return-rate {
    max-width: 150px;
    width: 15%;
}

/* 項目內頁資訊欄位 */
.list-type2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.list-type2 li {
    width: 208px;
    display: block;
    margin-top: 30px;
    border-right: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 項目內頁次要資訊 */
.sub-list {
    display: flex;
    justify-content: space-between;
}

.sub-list .progress {
    position: relative;
    padding-right: 110px;
}

.sub-list .progress .number {
    color: #39c4b6;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

.sub-list li:nth-child(2) {
    width: 26%;
    padding: 0 20px;
}

.sub-list li .list-text {
    font-size: 18px;
}


/* 走勢圖跟標的介紹 */
.more-info {
    margin: 50px 0;
    border-bottom: 1px solid #ccc;
}

.more-info a {
    background: url('../images/icon-toggle1.svg') center right no-repeat;
    background-size: 14px 8px;
    color: #000;
    font-size: 20px;
    padding: 15px 0;
    display: block;
}

#trend {
    visibility: hidden;
}

.more-info a.active {
    background-image: url('../images/icon-toggle2.svg');
}

.more-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.more-info img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

/* 進度條 */
.progress {
    max-width: 460px;
    width: 22%;
}

.progress .progress-bar {
    width: 100%;
    margin-top: 10px;
}

.progress .progress-bar .base {
    background: #dddddd;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.progress .progress-bar .base p {
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 2;
    padding: 2px 0;
}

.progress .progress-bar .base .bg {
    height: 20px;
    background: #39c4b6;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 頁數 */
.page-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page-nav a {
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all .3s;
}

.page-nav .page-number {
    margin: 0 10px;
}

.page-nav .page-number a {
    width: 40px;
    height: 40px;
    background: #eee;
    margin: 0 2px;
}

.page-nav .page-number a.active,
.page-nav .page-number a:hover {
    background: #39c4b6;
    color: #fff;
}

.page-nav .nav-pre:hover,
.page-nav .nav-next:hover {
    color: #000;
}

/* 通知列表 */
#message ul {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 30px;
    margin-top: 30px;
}

#message ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

#message ul li:last-child {
    border-bottom: none;
}

#message ul li .date {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/* 登入頁 */
#login .extra-note {
    text-align: center;
    margin-top: 20px;
}

/* 設定密碼 */
#set-password .extra-note {
    text-align: left;
    padding-top: 0;
}

#set-password label {
    letter-spacing: 1px;
}

/* 開戶 */
#open-account {
    margin-top: 30px;
}

#open-account .text {
    font-size: 16px;
    line-height: 24px;
}

#open-account .wrap-flex {
    display: flex;
    justify-content: space-between;
}

#open-account .wrap-flex .left {
    max-width: 440px;
    width: 100%;
    padding-right: 20px;
}

#open-account .wrap-flex .left li:first-child {
    padding-top: 0;
}

#open-account .wrap-flex .content-wrap .extra-note {
    font-size: 20px;
    margin-bottom: 20px;
}

#open-account .wrap-flex .content-wrap p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

#open-account>.wrap {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

#open-account .wrap .confirmation li.btn-group-basic {
    justify-content: center;
    margin: 0;
}

/* 開戶-表單 */
#open-account .fill-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#open-account .fill-form .form.space {
    padding: 20px 140px;
}

#open-account .fill-form .form li {
    font-size: 16px;
    line-height: 24px;
}

#open-account .fill-form .form li .flex.fs {
    justify-content: flex-start;
}

#open-account .fill-form .form li .flex.fs > label {
    margin-right: 20px;
}

#open-account .fill-form .form li .flex input[type="checkbox"],
#open-account .fill-form .form li .flex.fs input[type="radio"],
#open-account .fill-form .confirmation li input[type="checkbox"] {
    margin-right: 5px;
}

#open-account .fill-form .form li .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#open-account .fill-form .form li .dropdownOuter {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#open-account .fill-form .form li .flex .col-1 {
    width: 23%;
}

#open-account .fill-form .form li .flex .col-2 {
    width: 50%;
}

#open-account .fill-form .form li .flex .col-3 {
    width: 32%;
}

#open-account .fill-form .form li .flex .col-0 {
    width: 85%;
}

#open-account .fill-form .form li .w-100 {
    width: 100%;
    align-items: center;
    margin-top: 5px;
}

#open-account .fill-form .form li .note-email {
    display: block;
    padding-right: 5px;
    color: #999999;
    font-size: 14px;
    text-align: right;
}

#open-account .fill-form .confirmation {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

#open-account .fill-form .confirmation li {
    padding: 5px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-indent: -23px;
    margin-left: 23px;
    letter-spacing: 1px;
}

#open-account .fill-form .confirmation li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}

/* 開戶-上傳證件頁 */
#open-account .row {
    font-size: 16px;
    line-height: 24px
}

#open-account .row p {
    padding: 10px 0;
}

#open-account .row p b {
    display: block;
}

#open-account .row dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#open-account .row dl dt {
    width: 332px;
    padding-right: 30px;
}

#open-account .row dl dt img {
    width: 100%;
    height: auto;
    display: block;
}

#open-account .row .upload-img {
    margin-top: 30px;
}

#open-account .row .upload-img ul li {
    width: 320px;
    vertical-align: top;
    display: inline-block;
    margin-right: 2%;
}

#open-account .row .upload-img ul li:last-child {
    margin-right: 0;
}

#open-account .row .display {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
}

#img-crop {
    padding-bottom: 85px;
}

/* 帳戶資訊 */
#account-all .main-info {
    background: #fff;
    border: 1px solid #ccc;
    margin: 20px 0;
    position: relative;
    padding-right: 180px;
}

#account-all .main-info .invitation-code {
    width: 180px;
    height: 100%;
    background: #39c4b6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 28px 0;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}

#account-all .main-info .invitation-code span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

#account-all .main-info .list-type1 li {
    border-left: 1px solid #ccc;
    padding: 0 15px;
}

#account-all .main-info .list-type1 li:first-child {
    border: none;
}

#account-all .main-info .list-type1 li a {
    display: block;
}

#account-all .product-list {
    width: 100%;
    margin: 10px 0;
}

#account-all .product-list tr:first-child {
    height: 40px;
    background: #000;
    border: none;
}

#account-all .product-list tr:first-child td {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}

#account-all .product-list tr {
    border-top: 1px solid #ccc;
}

#account-all .product-list tr td {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 10px;
}

#account-all .product-list tr td:last-child {
    max-width: 450px;
    width: 25%;
}

#account-all .product-list tr td::before {
    display: none;
    color: #999;
}

#account-all .product-list tr td:nth-child(1)::before {
    content: "日期";
}

#account-all .product-list tr td:nth-child(2)::before {
    content: "發行人";
}

#account-all .product-list tr td:nth-child(3)::before {
    content: "類別";
}

#account-all .product-list tr td:nth-child(4)::before {
    content: "幣別";
}

#account-all .product-list tr td:nth-child(5)::before {
    content: "金額";
}

#account-all .product-list tr td:nth-child(6)::before {
    content: "到期日";
}

/* 聯絡我們 */
#contact {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
}

#contact .wrap {
    background: rgba(57, 196, 182, .1);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 30px;
}

#contact .wrap p {
    padding: 20px 0;
    border-bottom: 1px dashed #39c4b6;
}

#contact .wrap p span::before {
    content: "|";
    color: #39c4b6;
    margin: 0 15px;
}

#contact .wrap ul {
    padding-top: 20px;
}

#contact .wrap ul li:nth-child(1) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#contact .wrap ul li label {
    width: 49.5%;
}

#contact .wrap ul li label span {
    display: block;
}

#contact .wrap ul li label input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

#contact .wrap ul li textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
}

/* QnA */
#qa .qa-list {
    padding: 0 20px;
}

#qa .qa-list li {
    letter-spacing: 1px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#qa .qa-list li:last-child {
    border-bottom: none;
}

#qa .qa-list li > a {
    color: #39c4b6;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
    display: block;
}

#qa .qa-list li > a::before {
    content: "Q ";
}

#qa .qa-list li p {
    display: none;
    font-size: 16px;
    line-height: 24px;
}

/* qa的表頭 */
#qa #page-header .sub-options {
    width: 100%;
}

#qa #page-header .sub-options .search-bar {
    width: 100%;
}

#qa #page-header .sub-options .search-bar input {
    width: 100%;
}

/* 文章 */
#article .article-list {
    display: flex;
    flex-wrap: wrap;
}

#article .date {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}

#article .article-list li {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
}

#article .article-list li:nth-child(4n) {
    margin-right: 0;
}

#article .article-list li a {
    display: block;
    opacity: 1;
    transition: all .3s;
}

#article .article-list li a:hover {
    opacity: .5;
}

/* #article .article-list li a:hover .title{color: #f47120;} */
#article .article-list li .img {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

#article .article-list li .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#article .article-list li .img .type {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

#article .article-list li .title {
    height: 48px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
}

#article .article-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#article .article-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
}

#article .article-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
}

#article .article-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

#article .article-content iframe {
    max-width: 100%;
}

/* 關於我們 */
#about {
    max-width: 700px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0;
}

#about h4 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#about p {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}

#about .title {
    width: 192px;
    height: 28px;
    display: block;
    margin: 0 auto;
}

#about .bottom {
    max-width: 762px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 推薦碼 */
#invitation {
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0;
}

#invitation h3 {
    font-size: 30px;
    text-align: center;
}

#invitation p {
    background: rgba(57, 196, 182, .1);
    font-size: 16px;
    line-height: 30px;
    padding: 30px;
    margin-top: 30px;
}

#invitation img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

#invitation .sub-title {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

/* 異業合作 */
#partner {
    padding: 60px 0 100px 0;
}

#partner h3 {
    font-size: 30px;
    text-align: center;
}

#partner .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

#partner .wrap li {
    width: 48%;
}

#partner .wrap li a {
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#partner .wrap li a img {
    max-width: 100%;
    display: inline-block;
}

#partner .wrap li p {
    background: rgba(57, 196, 182, .1);
    font-size: 16px;
    line-height: 30px;
    padding: 30px;
    margin-top: 30px;
}

/* 交易方式 */
#transaction-steps {
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
}

#transaction-steps h3 {
    font-size: 30px;
    text-align: center;
}

#transaction-steps .wrap {
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#transaction-steps .wrap ul {
    background-size: 100% auto;
    position: relative;
    margin-top: 60px;
}

#transaction-steps .wrap ul h4 {
    font-size: 24px;
    position: absolute;
}

#transaction-steps .wrap ul li {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
}

#transaction-steps .wrap ul li p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#transaction-steps .wrap ul li p::before {
    content: "";
    width: 44px;
    height: 30px;
    background-size: 100% auto;
    display: block;
    margin: 0 5px;
}

#transaction-steps .wrap .type1 {
    width: 780px;
    height: 867px;
    background-image: url('../images/transaction-steps-2.png');
}

#transaction-steps .wrap .type2 {
    width: 600px;
    height: 942px;
    background-image: url('../images/transaction-steps-1.png');
}

#transaction-steps .wrap .type1 h4 {
    top: 10%;
    right: 18%;
}

#transaction-steps .wrap .type1 li {
    width: 175px;
}

#transaction-steps .wrap .type1 li:nth-child(2) {
    top: 16%;
    left: 23.8%;
}

#transaction-steps .wrap .type1 li:nth-child(3) {
    top: 36%;
    left: 64.5%;
}

#transaction-steps .wrap .type1 li:nth-child(4) {
    top: 68.5%;
    left: 36.4%;
}

#transaction-steps .wrap .type1 li:nth-child(2) p::before {
    background-image: url('../images/icon-step01-bk.svg');
}

#transaction-steps .wrap .type1 li:nth-child(3) p::before {
    background-image: url('../images/icon-step02-bk.svg');
}

#transaction-steps .wrap .type1 li:nth-child(4) p::before {
    background-image: url('../images/icon-step03-bk.svg');
}

#transaction-steps .wrap .type2 h4 {
    top: 4%;
    right: 28%;
}

#transaction-steps .wrap .type2 li {
    color: #fff;
}

#transaction-steps .wrap .type2 li:nth-child(2) {
    width: 200px;
    top: 6.5%;
    left: 6%;
}

#transaction-steps .wrap .type2 li:nth-child(3) {
    width: 145px;
    top: 19.5%;
    left: 50.5%;
}

#transaction-steps .wrap .type2 li:nth-child(4) {
    width: 180px;
    top: 35%;
    left: 18%;
}

#transaction-steps .wrap .type2 li:nth-child(5) {
    width: 165px;
    top: 44%;
    left: 54.4%;
}

#transaction-steps .wrap .type2 li:nth-child(2) p::before {
    background-image: url('../images/icon-step01-w.svg');
}

#transaction-steps .wrap .type2 li:nth-child(3) p::before {
    background-image: url('../images/icon-step02-w.svg');
}

#transaction-steps .wrap .type2 li:nth-child(4) p::before {
    background-image: url('../images/icon-step03-w.svg');
}

#transaction-steps .wrap .type2 li:nth-child(5) p::before {
    background-image: url('../images/icon-step04-w.svg');
}

/* 註冊 - 設定密碼 */
.confirmation .set-password__title {
    justify-content: center;
    color: #f47120;
    font-size: 18px;
    letter-spacing: 1px;
}

/* RWD */
@media screen and (max-width: 1300px) {
    #account-all .main-info .list-type1 li p {
        font-size: 24px;
    }

    .main .content .download {
        position: static;
        display: flex;
        justify-content: flex-end;
    }

}

@media screen and (max-width: 1200px) {
    .main .content .head-s {
        display: block;
        padding-right: 0;
    }

    .main .content .head-s.single {
        padding-right: 0;
    }

    .main .content .head-s h2 {
        width: 100%;
        padding: 10px 70px 10px 0;
        box-sizing: border-box;
    }

    .main .content .head-s .list-type1,
    .main .content .head-s.no-padding .list-type1 {
        width: 100%;
        margin-top: 20px;
    }

    #article .article-list li a:hover {
        opacity: 1;
    }

}

@media screen and (max-width: 1024px) {
    #open-account .row .mobi-upload {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    #page-header .tab-group a {
        width: 116px;
        font-size: 16px;
    }

    #page-header .tab-group .sub-menu {
        width: 120px;
    }

    #page-header .sub-options .search-bar input {
        width: 160px;
        font-size: 14px;
    }

    .main .content h2 {
        font-size: 24px;
    }

    .list-type1 .add-product {
        align-items: flex-start;
    }

    .add-product {
        margin-top: 0;
    }

    .add-product .btn-group {
        width: 100%;
    }

    .add-product .btn-group input,
    .add-product .btn-group .data {
        width: 70%;
    }

    .add-product .btn-group button {
        width: 30%;
    }

    .add-product p {
        text-align: left;
    }

    .list-text {
        margin-top: 0;
    }

    .list-type1 {
        display: block;
        margin-top: 0;
    }

    .list-type1 li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

    .list-type1 li:last-child {
        border: none;
    }

    .list-type1 li.currency,
    .list-type1 li.denomination,
    .list-type1 li.deduct-amount,
    .list-type1 li.reference-price,
    .list-type1 li.yield-rate,
    .list-type1 li.credit-rating,
    .list-type1 li.expiry-date,
    .list-type1 li.accumulated-amount,
    .list-type1 li.countdown,
    .list-type1 li.transfer-price,
    .list-type1 li.proposed-price,
    .list-type1 li.investment-amount,
    .list-type1 li.buying-price,
    .list-type1 li.income,
    .list-type1 li.return,
    .list-type1 li.total-amount,
    .list-type1 li.return-rate,
    .list-type1 li.progress {
        max-width: 100%;
        width: 100%;
    }

    .list-type1 li.progress .progress-bar {
        width: 80%;
        margin-top: 0;
    }

    .list-type2 .list-text,
    .sub-list li .list-text {
        margin-top: 10px;
    }

    .sub-list {
        flex-wrap: wrap;
    }

    .sub-list li {
        margin-bottom: 20px;
    }

    .sub-list li:nth-child(2) {
        width: 20%;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sub-list .progress {
        width: 60%;
    }

    .sub-list .add-product {
        width: 100%;
        align-items: flex-start;
    }

    .more-info {
        margin-top: 0;
    }

    #account-all .main-info {
        position: static;
        padding: 0 15px 15px 15px;
    }

    #account-all .main-info .list-type1 {
        margin-bottom: 0;
    }

    #account-all .main-info .list-type1 li {
        border-left: none;
        padding: 10px;
    }

    #account-all .main-info .list-type1 li:first-child {
        border-bottom: 1px solid #ccc;
    }

    #account-all .main-info .invitation-code {
        width: 100%;
        height: auto;
        padding: 10px 0;
        position: static;
    }

    #account-all .main-info .invitation-code span {
        display: inline;
        margin: 0 0 0 10px;
    }

    #account-all .product-list tr td {
        padding: 13px 3px;
    }

    .note-detail {
        left: 0;
        margin-left: 0;
    }

    #open-account .wrap-flex {
        flex-direction: column;
    }

    #open-account .fill-form .form {
        padding: 20px 30px;
    }

    #article .article-list li .title {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    #partner {
        padding: 30px 0;
    }

    #partner .wrap {
        margin-top: 30px;
    }

    #transaction-steps {
        width: 95%;
    }

    #transaction-steps .wrap ul h4 {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }

    #transaction-steps .wrap ul li {
        position: static;
        padding: 15px;
        box-sizing: border-box;
    }

    #transaction-steps .wrap .type1,
    #transaction-steps .wrap .type2 {
        width: 100%;
        height: unset;
        background-image: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: static;
        margin-top: 30px;
    }

    #transaction-steps .wrap .type1 li {
        width: 32%;
        background: #39c4b6;
        color: #fff;
    }

    #transaction-steps .wrap .type1 li:nth-child(2) p::before {
        background-image: url('../images/icon-step01-w.svg');
    }

    #transaction-steps .wrap .type1 li:nth-child(3) p::before {
        background-image: url('../images/icon-step02-w.svg');
    }

    #transaction-steps .wrap .type1 li:nth-child(4) p::before {
        background-image: url('../images/icon-step03-w.svg');
    }

    #transaction-steps .wrap .type2 li:nth-child(2),
    #transaction-steps .wrap .type2 li:nth-child(3),
    #transaction-steps .wrap .type2 li:nth-child(4),
    #transaction-steps .wrap .type2 li:nth-child(5) {
        width: 24%;
        background: #f47120;
        color: #fff;
    }


}

@media screen and (max-width: 767px) {
    #page-header {
        display: block;
    }

    #page-header .sub-options {
        margin-top: 10px;
        justify-content: space-between;
    }

    #page-header .sub-options .search-bar {
        display: block;
        width: 75%;
        position: relative;
        padding-right: 50px;
        box-sizing: border-box;
    }

    #page-header .sub-options .search-bar input {
        width: 100%;
        height: 50px;
    }

    #page-header .sub-options .search-bar button {
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #page-header .sub-options .filter {
        width: 24%;
    }

    #page-header .sub-options .filter .filter-btn {
        width: 100%;
        margin-left: 0;
    }

    .main .content .head {
        align-items: unset;
        flex-direction: column-reverse;
    }

    .main .content .head-s {
        padding: 60px 0 0 0;
    }

    .main .content .head-s.no-padding {
        padding: 0;
    }

    .main .content .head-s h2 {
        padding: 0;
    }

    .main .content h2 {
        margin-top: 10px;
        width: 100%;
    }

    .main .content .options {
        display: flex;
        justify-content: flex-end;
    }

    .main .content .options li {
        margin-left: 5px;
    }

    .list-type2 li {
        width: 49%;
        border: none;
    }

    #account-all .product-list tr:first-child {
        display: none;
    }

    #account-all .product-list tr {
        display: block;
        border: 1px solid #ccc;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    #account-all .product-list tr td {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
    }

    #account-all .product-list tr td::before {
        display: block;
    }

    #account-all .product-list tr td:last-child {
        max-width: 100%;
        width: 100%;
        border-bottom: none;
    }

    #open-account .row .upload-img ul li {
        width: 100%;
        margin-right: 0;
    }

    #open-account .row .upload-img ul li .text {
        text-align: center;
    }

    #open-account .row .display {
        margin: 0 auto;
    }

    #open-account .row dl dt {
        padding-right: 0;
    }

    .main .content .download button {
        width: 100%;
    }

    #article .article-list li {
        width: 49%;
    }

    #article .article-list li:nth-child(2n) {
        margin-right: 0;
    }

    #transaction-steps .wrap ul {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #transaction-steps .wrap ul li {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 639px) {
    .sub-list {
        display: block;
    }

    .sub-list .progress {
        width: 100%;
        box-sizing: border-box;
    }

    .sub-list li:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    .extra-check {
        flex-direction: column;
    }

    .extra-check .consent {
        margin: 20px 0 0 0;
    }

    .content-wrap {
        padding: 20px;
    }

    .form {
        padding: 15px;
    }

    #set-password label {
        letter-spacing: unset;
    }

    #open-account .wrap-flex .left {
        padding-right: 0;
    }

    #open-account .wrap-flex .left li {
        flex-direction: column;
        align-items: flex-start;
    }

    #open-account .wrap-flex .left li .input-m {
        width: 100%;
    }

    #open-account .row dl {
        flex-wrap: wrap;
    }

    #contact .wrap p span {
        display: block;
    }

    #contact .wrap p span::before {
        display: none;
    }

    #partner .wrap {
        flex-direction: column;
    }

    #partner .wrap li {
        width: 100%;
        margin-bottom: 20px;
    }

    #partner .wrap li a {
        height: unset;
    }

    #partner .wrap li a img {
        max-width: 180px;
    }

    #partner .wrap li p {
        padding: 20px;
    }

}

@media screen and (max-width: 479px) {
    #account-all .info {
        flex-direction: column;
        align-items: flex-end;
    }

    #page-header .sub-options .filter .options {
        width: 310px;
    }

    #page-header .sub-options .filter .options li:nth-child(4) {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #page-header .sub-options .filter .options li:nth-child(4) label {
        width: 100%;
    }

    #page-header .sub-options .filter .options li:nth-child(4) select {
        width: 46%;
        margin: 5px 0;
        padding-left: 0;
    }

    #login .confirmation li {
        flex-direction: column;
        align-items: flex-start;
    }

    #login .confirmation li label {
        margin-bottom: 5px;
    }

    #login .confirmation li .input-m {
        width: 100%;
    }

    #login.content-s {
        width: 95%;
    }

    #set-password {
        padding: 30px 0 0 0;
    }

    #set-password .confirmation li {
        display: block;
    }

    #set-password .confirmation li input {
        width: 100%;
    }

    #open-account .wrap .confirmation li .input-m {
        width: 55%;
    }

    #open-account .fill-form .form.space {
        padding: 20px 2.5%;
    }

    #open-account .fill-form .form li .flex .col-1 {
        width: 49%
    }

    #open-account .fill-form .form li .flex .col-2 {
        width: 100%;
        margin-top: 5px;
    }

    #account-information .wrap .form-wrap .form li .flex .col-1 {
        width: 49%;
    }

    #account-information .wrap .form-wrap .form li .flex .col-2 {
        width: 100%;
        margin-top: 5px;
    }

    #contact .wrap {
        padding: 20px;
    }

    #contact .wrap ul li label {
        width: 100%;
    }

    #message ul {
        padding: 10px 15px;
        margin-top: 15px;
    }

    #article .article-list li {
        width: 100%;
        margin-right: 0;
    }

    #article .article-list li .title {
        height: unset;
    }

    #invitation {
        padding: 30px 0;
    }

    #transaction-steps {
        padding: 30px 0;
    }
}

@media screen and (max-width: 320px) {
    #bread-crumbs a {
        line-height: 24px;
    }

    #page-header .tab-group li {
        width: 33.33%;
    }

    #page-header .tab-group a {
        width: 100%;
    }

    .content-wrap {
        padding: 20px 0;
    }

    #login .content-wrap {
        padding: 20px 10px;
    }

    #open-account .wrap-flex .content-wrap {
        padding: 20px 10px;
    }

}