body {
    background-color: #F7F7F7;
    /* margin-top: 100px; */
}

/* 基金标题 */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1240px;
    height: 100px;
    margin: 0 auto;
    padding: 0 40px 10px;
    background-color: #ffffff;
}

.fund-title {
    font-size:28px;
    color: #C93632;
}

.header-font-choose {
    display: flex;
    justify-content: space-between;
    width: 140px;
}

.header-font-choose li {
    font-size: 17px;
    cursor: pointer;
}

.header-font-choose li.active {
    font-weight: 700;
}

/* 主题 */

main {
    width: 1240px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #ffffff;
}

/* 导航 */
nav {
    margin-bottom: 30px;
}

nav ul{
    display: flex;
    justify-content: flex-start;
    padding: 0 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    
    width: 160px;
    font-size: 18px;
    /* line-height: 46px; */
    text-align: center;
    cursor: pointer;
}

nav li div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-bottom: 4px solid #ffffff;
}

nav li.active div {
    /* background-color: #C93632; */
    color: #C93632;
    border-bottom: 4px solid #C93632;
}

nav li:hover div {
    /* background-color: #C93632; */
    color: #C93632;
    border-bottom: 4px solid #C93632;
}

/* nav li:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 2px solid #C93632;
}

nav li:last-child {
    border-radius: 0 4px 4px 0;
} */

/* 重要事项 */

.important-matter {
    padding: 20px 0;
}

.important-matter li {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 5px 0;
}

/* 基金资料 */

.currency-choose {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
}

.currency-choose>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.currency-choose>ul>li {
    width: 130px;
    color: black;
    border: 2px solid #D7D7D7;
    border-radius: 34px;
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 34px;
    position: relative;
    cursor: pointer;
}

.currency-choose>ul>li.active {
    color: #FFFFFF;
    background-color: #C93632;
}

.currency-choose>ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 99;
    padding: 13px;
    border: 2px solid #C93632;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.currency-choose>ul ul li:first-child:after {
    display: block;
    position: absolute;
    top: -22px;
    left: 46px;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #C93632;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    background-color: #ffffff;
}

.currency-choose>ul ul li {
    position: relative;
    width: 150px;
    color: black;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    background-color: #F4F4F4;
    cursor: pointer;
}

.currency-choose>ul ul li.active {
    background-color: #F6DFDE;
}

.currency-choose>ul ul li:last-child {
    margin-right: 0px;
}

.jjzl-table {
    position: relative;
}

.jjzl-tr {
    display: flex;
    justify-content: flex-start;
    
}

.jjzl-tr div {
    display: flex;
    align-items: center;
    width: 280px;
    font-size: 13.5px;
    line-height: 32px;
}

.jjzl-tr div:nth-child(odd){
    
    padding-left: 10px;
    background-color: #F3F3F3;
}

.jjzl-tr div:nth-child(even){
    justify-content: center;
    border: 1px solid #eaeaea;
    border-top: 0;
    background-color: #ffffff;
}

.jjzl-tr:first-child div {
    border-top: 1px solid #F3F3F3;
}

/* 基金表现 */

#netvalue-article section:last-child {
    margin-bottom: 30px;
}

#netvalue-article table {
    width: 1050px;
    margin: 40px auto 20px;
    font-size: 14px;
}

#netvalue-article table tr {
    height: 40px;
}

#netvalue-article table tr td {
    padding-left: 4px;
    text-align: left;
    border: 1px solid #C5C5C5;
}

#netvalue-article table tr th {
    padding-left: 5px;
    text-align: left;
    border: 1px solid #C5C5C5;
}

#netvalue-article th {
    font-weight: 500;
    background-color: #E8E8E8;
}

.netvalue-article-tableTwo tr {
    height: 34px !important;
}


/* 信息披露 */

.info-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.info-container-menu li{
    width: 140px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #C5C5C5;
    border-bottom: 0px solid #C5C5C5;
    cursor: pointer;
}


.info-container-menu li:last-child {
    border-bottom: 1px solid #C5C5C5;
}

.info-container-menu li.active {
    background-color: #CE4B47;
    color: #FFFFFF;
}

.info-container-content {
    padding-right: 20px;
}

.info-container-content li {
    display: flex;
    justify-content: space-between;
    width: 950px;
    font-size: 13.5px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
}

.info-container-content li:hover {
    line-height: 50px;
    border-bottom: 1px solid #a3a3a3;
}

.info-container-content li p {
    width: 80%;
    color: black;
}

.info-container-content li span {
    margin-right: 60px;
    color: #666666;
}


.info-container-content li img {
    width: 20px;
    height: 20px;
}

.pageMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.pageMenu li {
    width: 30px;
    height: 36px;
    border: 1px solid #a3a3a3;
    margin: 0 5px;
    border-radius: 3px;
}

.pageMenu li.active {
    border: 2px solid #53A4FD;
}

.pageMenu li.active a {
    color: #53A4FD;
}

.pageMenu li a {
    display:block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: black;
}

.pageMenu li:first-child a,
.pageMenu li:last-child a {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}


/* 分销商 */


.market-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px auto;

}

.market-content li {
    width: 360px;
    height: 70px;
    margin: 15px 0;
    margin-right: 40px;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
}

.market-content li:nth-child(3n){
    margin-right: 0;
}

/* 重要提示及免责声明 */
.pc-dark {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(229 229 229);
}

.pc-dark-box {
    position: fixed;
    top:0;
    right:0;
    /*bottom:0;*/
    left:0;
    width: 900px;
    height: 600px;
    margin: auto;
    /* background-color: black; */
    border-radius: 5px;
    padding-top: 50px;
}

.pc-dark-content {
    height: 480px;
    padding: 0 20px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
}

.pc-dark-tips {
    height: 100px;
    padding: 10px 20px;
    background-color: #CECECE;
    border-radius: 0 0 4px 4px;
}

.pc-dark-tips .choose {
    display: flex;
    justify-content: center;
}

.pc-dark-tips .choose div {
    width: 100px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.pc-dark-tips .choose .left {
    margin-right: 40px;
    color: #ffffff;
    background-color: #CE4B47;
}

.pc-dark-tips .choose .right {
    background-color: #FFFFFF;
}

.pc-dark-content-title {
    font-size: 18px;
    margin: 10px auto;
    font-weight: bold;
}

.pc-dark-content-warning {
    margin: 20px auto;
    font-size: 15px; 
    font-weight: 700;
}

/* 免责声明 */
.liability {
    padding: 0;
}

.liability-contemt {
    padding: 20px 40px;
}

.liability-waiver {
    background-color: #F6DFDE;
    margin: 10px 0;
}

.liability-waiver-two {
    width: 350px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #E18F8E;
}

.liability-waiver-content {
    width: 196px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    background-color: #CE4B47;
}

/* 页脚 */

footer {
    background-color: rgb(23, 25, 30);
}

.footer-main {
    width: 1240px;
    height: 350px;
    padding: 60px 20px;
    margin: 0 auto;
    /* background-color: rgb(122, 122, 122); */
}


.footer-top {
    display: flex;
    justify-content: left;
}

.footer-top .phone {
    width: 330px;
    margin-right: 56px;
}

.footer-top .e-mail {
    width: 414px;
    height: 170px;
}

.footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0.8px solid rgb(68, 68, 68);
}

.copyright {
    margin-top: 25px;
    text-align: center;
}

.copyright a {
    color: #609ee9;
    text-decoration: none;
    cursor: inherit;
}

.section-empty {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    font-size: 14px;
}

/**nav chart**/
.chart-date-tab {
    text-align: right;
    padding: 20px 10px 0px;
}
.chart-date-tab span {
    display: inline-block;
    margin-right: 10px;
    color: #C93632;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}
.chart-date-tab span.on {
    background-color: #C93632;
    border-radius: 100px;
    color: #fff;
}