﻿header {
    width: 100%;
    height: 80px;
    display: flex !important;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575.98px) {
    header {
        height: 65px;
    }
}

.logo img {
    width: 290px;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

.index-bg {
    width: 100%;
    position: relative;
}

.index-bg::before {
    content: "";
    background-color: #f1f4f8;
    width: 75%;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.index-bg-right::before {
    right: 0;
    left: auto;
    width: 55%;
    height: 500px;
}

@media screen and (max-width: 767.98px) {
    .index-bg::before {
        height: 161px;
    }

    .index-bg-right::before {
        height: 400px;
    }
    .index-latest-nav.index-bg-right::before {
        height: 100% !important;
    }
}

/*快捷按鈕*/
.hot-key {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.hot-key-left {
    padding: 25px 0;
}

.hot-key-left a {
    padding: 8px 20px;
    margin-right: 25px;
    font-size: 15px;
    transition: 0.4s;
    color: #03367c;
    border: 1px solid #03367c;
}

.hot-key-left a:hover {
    border: 1px solid #0083ca;
    color: #0083ca;
}
/*
.hot-key-left a:nth-child(4n+1){color:#03367C;border:1px solid #03367C;}
.hot-key-left a:hover:nth-child(4n+1){background:#03367C;}
.hot-key-left a:nth-child(4n+2){color:#0083CA;border:1px solid #0083CA;}
.hot-key-left a:hover:nth-child(4n+2){background:#0083CA;}
.hot-key-left a:nth-child(4n+3){color:#03367C;border:1px solid #03367C;}
.hot-key-left a:hover:nth-child(4n+3){background:#03367C;}
.hot-key-left a:nth-child(4n+4){color:#51B848;border:1px solid #51B848;}
.hot-key-left a:hover:nth-child(4n+4){background:#51B848;}*/
.hot-key-right {
    position: relative;
}

.hot-key-right a {
    font-size: 12px;
    color: #005bab;
    text-decoration: underline;
}

.Immediate-equity {
    cursor: auto;
    position: absolute;
    right: 0px;
    margin: 3px 0 0 0;
    z-index: 2;
    width: 400px;
    height: auto;
    border: solid 1px #0d83ca;
    background: #fff;
    bottom: 30px;
}

.Immediate-equity h6 {
    display: flex;
    justify-content: space-between;
    background: #0d83ca;
    color: #fff;
    padding: 10px;
}

.Immediate-equity h6 p {
    font-size: 12px;
}

.Immediate-equity table {
    width: 100%;
    font-size: 12px;
}

.Immediate-equity table thead th {
    background: #f1f4f8;
    padding: 5px 10px;
    color: #0d83ca;
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
}

.Immediate-equity table tbody td {
    color: #0d83ca;
    padding: 12px 10px;
    border-right: 1px solid #e5e5e5;
}

.Immediate-equity table tbody td.textC-green {
    color: #51b848;
}

.Immediate-equity table tbody td.textC-red {
    color: #f15a23;
}

.Immediate-equity table tbody td.textC-green i {
    margin: 0 5px 0 0;
}

.Immediate-equity table tbody td.textC-red i {
    margin: 0 5px 0 0;
}

/* 調整首頁即時淨值區塊位置 */
@media (max-width: 1199.98px) {
    .hot-key-right {
        bottom: -15px;
    }
}
@media (max-width: 991.98px) {
    .hot-key-right {
        bottom: -70px;
    }
}

@media (max-width: 899.98px) {
    .hot-key-right {
        bottom: -100px;
    }
}
@media (max-width: 767.98px) {
    .hot-key-right {
        bottom: 0px;
    }
}

.w3-show {
    display: block;
}

.no-show {
    display: none;
    margin-top: 30px;
}

.index-title {
    font-size: 27px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    height: 20px;
}

.index-title::before {
    content: "";
    position: absolute;
    background: #f15a23;
    width: 5px;
    height: 5px;
    right: -10px;
    bottom: -2px;
    border-radius: 3px;
}

.index-title-box {
    padding: 40px 0 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Investment-view-list {
    display: flex;
    justify-content: space-between;
}

.Investment-view-list.retirement {
    justify-content: flex-start;
}

.ChinaLife-Investment {
    width: 30%;
}

.ChinaLife-Investment .Investment-view {
    width: 100%;
    display: block;
    min-height: 370px;
}

/*文字過長的隱藏效果*/
.ChinaLife-Investment .Investment-B a h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*icon 置中*/
.ChinaLife-Investment .Investment-B a i {
    position: relative;
    top: 2px;
}

.ChinaLife-Investment .index-title-box {
    padding-top: 0;
}
@media (max-width: 991.98px) {
    .ChinaLife-Investment:not(.index-Calendar) {
        width: 25%;
    }

    .ChinaLife-Investment .Investment-B a h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .ChinaLife-Investment {
        width: 100% !important;
    }
}

.Investment-view {
    width: 30%;
    border: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
    padding: 0 0 45px;
}

.Investment-view.retirement {
    margin-right: calc(1110px * 0.05);
}

.Investment-view.retirement:last-child {
    margin-right: 0px !important;
}

@media (max-width: 1199.98px) {
    .Investment-view.retirement {
        margin-right: calc(930px * 0.05);
    }
}

@media (max-width: 991.98px) {
    .Investment-view.retirement {
        margin-right: calc(690px * 0.05);
    }
}

@media (max-width: 767.98px) {
    .Investment-view.retirement {
        margin-right: 0px !important;
    }
}

.Investment-view span {
    font-size: 14px;
    color: #0083ca;
    margin: 0px 20px 0 30px;
    padding-top: 20px;
}

.Investment-view h4 {
    font-size: 17px;
    color: #0083ca;
    margin: 15px 20px 0 30px;
    font-weight: 600;
}

.Investment-view p {
    font-size: 14px;
    color: #222;
    margin: 10px 20px 25px 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px \9;
    height: 40px \0;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Investment-view a {
    margin: 0px 20px 25px 30px;
}

.Investment-view .buttom-s {
    position: absolute;
    left: 0;
    bottom: 0;
}

.Investment-view h4.ChinaLifeFile {
    margin-top: 0;
    margin-left: 0;
    /* 36px 為icon 及margin 寬度*/
    width: calc(100% - 36px);
    text-decoration: underline;
}

.Investment-view-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 0;
}

.Investment-view-img p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 2px 8px;
    margin: 0;
}

.Investment-view-img img {
    width: 100%;
    background-size: cover;
    vertical-align: bottom;
    /*height: 170px;*/
    height: auto;
}

.Investment-B .Investment-view-img p {
    background: #012f7c;
}

.Investment-B::before {
    content: "";
    position: absolute;
    background: #012f7c;
    width: 10px;
    height: 240px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.Investment-R .Investment-view-img p {
    background: #f15a23;
}

.Investment-R::before {
    content: "";
    position: absolute;
    background: #f15a23;
    width: 10px;
    height: 240px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.Investment-G .Investment-view-img p {
    background: #0aa193;
}

.Investment-G::before {
    content: "";
    position: absolute;
    background: #0aa193;
    width: 10px;
    height: 240px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.net-worth-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.net-worth {
    width: 31%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 25px;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.net-worth-top h4 {
    color: #075bab;
    font-size: 17px;
    line-height: 25px;
    margin: 20px 0;
    width: 100%;
}

.net-worth-top h4 samp {
    color: #888;
    line-height: 25px;
}

.net-worth-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-start;
    flex-wrap: wrap;
}

.net-worth-top span {
    background: #0083ca;
    padding: 5px 8px;
    color: #fff;
    font-size: 15px;
}

.net-worth-top p {
    color: #075bab;
    font-size: 15px;
}

.net-worth-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    width: 100%;
}

.net-worth-bottom p {
    font-size: 15px;
    color: #888;
    margin-bottom: 20px;
}

.net-worth-bottom h2 {
    font-size: 31px;
}

/* .net-worth-bottom h2 img {
            position: relative;
            top: -5px;
            margin-right: 10px;
        }*/

.rise-down-icon {
    position: relative;
    top: -5px;
    margin-right: 10px;
}
.DetailNavDiv-info2 .rise-down-icon {
    top: 0px !important;
}

@media (max-width: 768px) {
    .rise-down-icon {
        top: -3px;
    }
}

.index-search {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.index-search a {
    min-width: 50px;
    height: 50px;
    display: block;
    background: #f15a23;
    text-align: center;
    transition: 1s;
}

.index-search a i {
    line-height: 50px;
    color: #fff;
}

.index-search a:hover {
    background: #e4551f;
}

.index-search img {
    width: 16px;
    height: 16px;
    margin-top: 17px;
}

.index-search input {
    border: 1px solid #dee8f5;
    border-radius: 0;
}

/*.index-search input:focus {
            border: 1px solid #F15A23;
        }*/

.announcement {
    width: 65%;
}

.announcement ul li {
    display: flex;
    font-size: 17px;
    margin-top: 20px;
    /*height: 28px;*/
}

.announcement ul li:first-child {
    margin-top: 0px;
}

.announcement-time {
    flex-shrink: 0;
    width: 120px;
    color: #00367c;
}

@media (max-width: 768px) {
    .announcement-time {
        width: 100px;
    }
}

.announcement-link a {
    color: #00367c;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
}

.announcement-link a:hover {
    border-bottom: 1px solid #00367c;
}

.announcement-link span {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding: 3px 5px;
}

.announcement-O {
    color: #f15a23;
    border: 1px solid #f15a23;
}

.announcement-G {
    color: #0aa193;
    border: 1px solid #0aa193;
}

.announcement-G2 {
    color: #51b848;
    border: 1px solid #51b848;
}

.announcement-B {
    color: #0083ca;
    border: 1px solid #0083ca;
}

.index-Calendar {
    width: 29%;
}

.index-Calendar p {
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    margin: 0px 2px 8px 2px;
    display: inline-block;
}

.index-Calendar-O {
    background: #ea8c1b;
}

.index-Calendar-G {
    background: #0aa193;
    cursor: pointer;
}

.index-Calendar-B {
    background: #0083ca;
}

.index-Calendar-link {
    font-size: 14px;
    color: #00367c;
}

.index-Calendar-button {
    position: absolute;
    top: 0px;
    left: 310px;
    width: 55px;
    border-radius: 10px;
    background-color: #f1f4f8;
    font-size: 14px;
    border: none;
    outline: none;
    color: #707070;
}

.TEDCalendar-Calendar-button {
    width: 55px;
    position: absolute;
    top: 0px;
    right: 15px;
    border-radius: 10px;
    background-color: #f1f4f8;
    font-size: 14px;
    border: none;
    outline: none;
    color: #707070;
}

@media (max-width: 1199.98px) {
    .index-Calendar-button {
        left: 250px;
    }
}

@media (max-width: 991.98px) {
    .index-Calendar-button {
        left: 650px;
    }
}
@media (max-width: 767.98px) {
    .index-Calendar-button {
        top: 10px;
        left: 470px;
    }
}
@media (max-width: 575.98px) {
    .index-Calendar-button {
        left: auto;
        right: 15px;
    }
}

.index-Calendar-link button:focus {
    outline: none;
}

.index-Calendar-link a {
    text-decoration: underline;
}

.index-Calendar-link samp {
    margin: 0 4px;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.footer-top {
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-link {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    width: 76%;
    position: relative;
}

.footer-link a {
    color: #222;
}

.footer-link a:hover {
    color: #0083ca;
}

.Community-site {
    display: flex;
    justify-content: space-between;
    width: 130px;
}

.Community-site img {
    width: 30px;
    height: 30px;
}

.Group-members-click {
    user-select: none;
    color: #0083ca !important;
    position: relative;
}
.Group-members-click p {
    width: 20px;
    height: 20px;
    border: 1px solid #0083ca;
    font-size: 20px;
    margin-right: 5px;
    color: #0083ca !important;
}
.Group-members-click p span {
    position: relative;
    top: -1.75px;
    color: #0083ca !important;
}

.Group-members-click img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.Group-members {
    /* display: none; */
    /* overflow: hidden; */
    height: 0px;
    cursor: auto;
    position: absolute;
    right: -12%;
    margin: 3px 0 0 0;
    z-index: -1;
    width: 340px;
    border: solid 1px transparent;
    background: #fff;
    bottom: 45px;
    transition: 0.5s;
    opacity: 0;
}
@media (max-width: 767.98px) {
    .Group-members {
        display: none;
        opacity: 1;
    }
}
.Group-members:before {
    border-color: transparent transparent transparent;
    border-style: solid solid solid;
    border-width: 10px 10px 10px 10px;
    bottom: -20px;
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    width: 0px;
    transform: translateX(-50%);
    transition: 0.5s;
}

.Group-members:after {
    border-color: #fff transparent transparent;
    border-style: solid solid solid solid;
    border-width: 10px;
    bottom: -19px;
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    width: 0px;
    transform: translateX(-50%);
    transition: 0.5s;
}

.Group-members ul {
    margin: 10px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    height: calc(100% - 20px);
    overflow: hidden;
}

.Group-members ul li {
    width: 33%;
    margin: 6px 0;
}

.Group-members ul li a {
    z-index: -1;
    color: transparent;
    transition: 0.2s;
}

.Group-members.show {
    height: 85px;
    border: solid 1px #0083ca;
    z-index: 10;
    opacity: 1;
}
.Group-members.show:before {
    border-color: #0083ca transparent transparent;
}

.Group-members.show ul li a {
    z-index: 10;
    color: #0083ca;
    transition: 0.5s;
}

.footer-bottom {
    background: #f1f4f8;
    width: 100%;
    padding: 40px 0 50px 0;
}

.footer-bottom h4 {
    color: #00367c;
    font-size: 17px;
    margin-bottom: 20px;
    display: flex;
}

.footer-bottom h4 samp {
    margin: 0 5px;
    font-weight: normal;
}

.footer-bottom p {
    color: #888888;
    font-size: 13px;
    line-height: 19px;
}
/*按鈕樣式*/
.buttom-s {
    height: 28px;
    border: 1px solid #0083ca;
    border-radius: 14px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #0083ca;
    padding: 3px 8px;
    width: 80px;
    text-align: center;
    transition: 0.4s;
}

.buttom-s:hover {
    background: #0083ca;
    color: #fff;
}

.buttom-l {
    height: 36px;
    border: 1px solid #0083ca;
    border-radius: 18px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    color: #0083ca;
    padding: 3px 8px;
    width: 140px;
    text-align: center;
    transition: 0.4s;
    line-height: 30px;
    background: #fff;
}

.buttom-l:hover {
    background: #0083ca;
    color: #fff;
}

.buttom-box {
    text-align: center;
    margin: 40px 0;
}

.buttom-box-left {
    text-align: left;
    margin: 40px 0;
}

.buttom-more {
    color: #0083ca;
    text-align: center;
    font-size: 17px;
}

.buttom-more i {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .LatestFundNav-Div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
