.e-fof-container {
    margin: 0 auto;
    padding-bottom: calc(110rem / 14);
}

.e-fof-nav_box {
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 11;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.6;
    padding-top: 15px;
}
.e-fof-nav_box .e-fof-nav_bar{
    margin: auto;
}

/* 兼容ie 1280 */
@media screen and (max-width: 1600px) {
    .e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab {
        float: left;
        margin: 0 calc(60rem / 16) !important;
    }
}
@media screen and (min-width: 1600px) {
    .e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab {
        float: left;
        margin: 0 calc(60rem / 14) !important;
    }
}
.e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab:first-child {
    margin-left: 0 !important;
}
.e-fof-container .red-font{
    color: #ee1533 !important;
}
.e-fof-container .grey-font{
    color: #9195A3 !important;
}
.e-fof-container .green-font{
    color: #009b6d !important;
}
.e-fof-container .e-fof-boxes {
    padding: calc(100rem / 14) calc(90rem / 14);
}
  
.e-fof-container .e-fof-box {
    display: inline-block;
    position: relative;
    width: 33%;
    height: 290px;
    text-align: center;
}
.e-fof-container .e-fof-box .e-fof-box__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.e-fof-container .e-fof-box .e-fof-box__content h2 {
    margin-bottom: 20px;
    color: #005096;
    font-size: 60px;
}
.e-fof-container .e-fof-box .e-fof-box__content p {
    color: #333333;
    font-size: 18px;
}

.e-fof-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.in-big-scale .e-fof-banner {
  height: 400px;
}
@media screen and (max-width: 1440px) {
    .e-fof-banner {
        height: 400px;
    }
}
.e-fof-banner .e-fof-banner__wrapper {
    height: 100%;
    margin: 0 auto;
}

.e-fof-banner .e-fof-banner__swiper {
    width: 100%;
    height: 100%;
}
.e-fof-banner .e-fof-banner__swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.in-big-scale .e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
  height: 400px;
}
@media screen and (max-width: 1440px) {
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
    height: 400px;
  }
}

.e-fof-banner__swiper-slide .e-fof-banner__swiper-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f6f6f6;
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 37px 0 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 1400px;
    margin: 0 auto;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::before,
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    display: table;
    content: "";
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    clear: both;
}
/* ---------------------------------------------------------- */
.e-fof-banner .e-fof-banner__pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch {
    display: inline-block;
    position: relative;
    margin: 5px;
    width: 40px;
    height: 2px;
    background: #ffffff;
    transition: width 0.4s;
    cursor: pointer;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #ffc819;
    transform: translateY(-50%);
    transition: width 0.4s;
    cursor: pointer;
    content: "";
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-active-switch, .e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-active-switch,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
    width: 50px;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
    width: 100%;
    transition: width 10s;
    transition-timing-function: linear;
    animation-duration: inherit;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet::before,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    content: "";
}
/* -------------------------------------------------------- */
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 37px 0 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 1400px;
    margin: 0 auto;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::before,
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    display: table;
    content: "";
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    clear: both;
}
.e-fof-banner .banner-preview-1 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-1 > h2 {
    position: relative;
    padding: 30px 0;
    color: #005096;
    font-size: 54px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-1 > h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ffcc00, transparent);
    opacity: 0;
    transition: all 0.4s;
    content: "";
}
.e-fof-banner .banner-preview-1 > p {
    padding: 30px 0;
    padding-right: 90px;
    color: #000000;
    font-size: 30px;
    text-align-last: justify;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s;
}

.e-fof-banner .swiper-slide-active .banner-preview-1 > h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-1 > h2::after {
    width: 100%;
    opacity: 1;
    transition: all 0.6s;
}
.e-fof-banner .swiper-slide-active .banner-preview-1 > p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}

.e-fof-banner .banner-preview-2 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-2 > h2 {
    position: relative;
    padding: 10px 0;
    color: #333333;
    font-size: 42px;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-2 > p {
    position: relative;
    padding: 20px 0 60px;
    padding-right: 90px;
    color: #f58433;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s;
}

.e-fof-banner .swiper-slide-active .banner-preview-2 > h2 {
    opacity: 1;
    transform: translateX(0);
}
.e-fof-banner .swiper-slide-active .banner-preview-2 > p {
    opacity: 1;
    transform: translateX(0);
}

.e-fof-banner .banner-preview-3 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-3 > h2 {
    position: relative;
    padding: 5px 0;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-3 > p {
    padding: 30px 0;
    padding-right: 90px;
    color: #fbdc73;
    font-size: 24px;
    text-align-last: justify;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-3 > p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #1cadd7;
    opacity: 0;
    transition: all 0.8s;
    content: "";
}

.e-fof-banner .swiper-slide-active .banner-preview-3 > h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-3 > p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-3 > p::after {
    width: 30px;
    opacity: 1;
    transition: all 0.6s;
}

/* -------------------------让基金投资更简单-------------------------- */
.e-fof-block{
    margin: 0 auto;
    margin-top: calc(50rem / 14);
}
.e-fof-block .e-fof-block-fund_easy{
    margin: 0 auto;
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.e-fof-container .float-50{
    float: left;
    width: 50%;
    display: block;
    height: 100%;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_left,
.e-fof-block .e-fof-block-fund_easy .fund_easy_right{
    font-family: 'MicrosoftYaHei';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}
/* .e-fof-block .e-fof-block-fund_easy .fund_easy_right::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #085599 url(../assets/images/fof/fof-3.jpg) right top no-repeat;
    background-size: 346px 196px;
    z-index: -1;
} */
.e-fof-block .e-fof-block-fund_easy >div >img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_right{
    display: block;
    box-sizing: border-box;
    padding: calc(50rem / 14) calc(70rem / 14) 0 calc(70rem / 14);
    background: #085599 url(../assets/images/fof/22.04_031_03.jpg) right top no-repeat;
    background-size: cover;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_title{
    position: relative;
    padding-bottom: 0;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1eb9e1;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_title .fund_easy_title_content{
    position: relative;
    border-bottom: 2px solid #ffc819;
    display: inline-block;
    padding-bottom: 14px;
}
.e-fof-container .qa-box{
    margin-top: 20px;
    width: 550px;
    position: relative;
}
.e-fof-container .qa-box .ques-content,
.e-fof-container .qa-box .ans-content{
    /* padding-left: 37px; */
    position: relative;
}
/* .e-fof-container .qa-box .ques-content::before,
.e-fof-container .qa-box .ans-content::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 22px;
    height: 22px;
    background: url(../assets/images/fof/01.png);
    background-color: #ffc819;
    border-radius: 4px;
    
    text-align: center;
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
} */
/* .e-fof-container .qa-box .ans-content::before{
    content: '';
    background: url(../assets/images/fof/02.png);
    background-color: #1eb9e1 !important;
} */
.e-fof-container .qa-box .ans-content{
    margin-top: 20px;

}

.e-fof-container .qa-box .ques-content .ques-content-holdder,
.e-fof-container .qa-box .ans-content .ques-content-holdder{
    padding: 24px 30px;
    position: relative;
    background-color: rgba(0, 80, 150, 0.6);
    border-radius: 5px;

    font-family: 'MicrosoftYaHei';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-container .qa-box .ques-content .ques-content-holdder p,
.e-fof-container .qa-box .ans-content .ques-content-holdder p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* .e-fof-container .qa-box .ques-content  .ques-content-holdder::before{
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 8px solid #3572a9;
}
.e-fof-container .qa-box .ans-content  .ques-content-holdder::before{
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 8px solid #3572a9;
} */
.e-fof-container .qa-box .ans-content  .ques-content-holdder{
    /* background-color: rgba(256,256,256,0.2); */
    border-radius: 5px;
}
.e-fof-container .e-fof-tip{
    margin: auto;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}
/* ------------易方达FOF------------- */
.e-fof-block-efunds{
    position: relative;
    overflow: hidden;
    height: 480px;
}
.e-fof-block-efunds img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.e-fof-block .block-efunds-content{
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.e-fof-block .block-efunds-content .block-efunds-content-left{
    color: #fff;
    height: 100%;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(1){
    margin-top: 193px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(2){
    margin-top: 22px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(3){
    width: 100%;
    white-space: nowrap;
    padding-bottom: 28px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
}
.e-fof-block .block-efunds-content .block-efunds-content-right{
    margin-top: 77px;
}
/* .e-fof-block .block-efunds-content .block-efunds-content-right .qa-box .ques-content p, 
.e-fof-block .block-efunds-content .block-efunds-content-right .qa-box .ans-content p{
    background-color: rgba(0, 80, 150, 0.6);
} */

.e-fof-block .e-funds-content{
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: solid 4px #f8fafd;
    border-right: solid 4px #f8fafd;
    border-bottom: solid 4px #f8fafd;
}
.e-fof-block .e-funds-content:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    /* background: linear-gradient(180deg,#e4f3f1,#f8fafd); */
    background: #f9fafe;

}
.e-fof-block .e-funds-content:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(180deg,#e4f2f2,#eff7f9);

}
.e-fof-block .e-funds-content:nth-child(3)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(180deg,#e7f0f7,#f0f5f9);
}

.e-fof-block .ys::before{
    background: #f9fafe !important;
}

.e-fof-block .ry::before{
    background: linear-gradient(180deg,#e4f2f2,#eff7f9) !important;
}

.e-fof-block .yx::before{
    background: linear-gradient(180deg,#e7f0f7,#f0f5f9) !important;
}

.e-fof-block .fx::before{
    background: linear-gradient(180deg,#e4eff5,#f1f6fa) !important;
}

.e-fof-block .rq::before{
    background: linear-gradient(180deg,#e3eef4,#f1f6fa) !important;
}

.e-fof-block .e-funds-content .e-funds-left-title{
    padding: 3%;
    min-height: calc(260rem / 14);
    position: relative;
    display: table;
}
.e-fof-block .e-funds-content .e-funds-left-title > div{
	display: table-cell;
    vertical-align: middle;
}
.e-fof-block .e-funds-content .e-funds-left-title .sub{
	font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #005096;
      margin-top: 20px;
}
/* .e-fof-block .e-funds-content .e-funds-left-title:nth-child(1){
    background: linear-gradient(180deg,#e4f3f1,#f8fafd);
}
.e-fof-block .e-funds-content .e-funds-left-title:nth-child(2){
    background: linear-gradient(180deg,#e3eef5,#f8fafd);
}
.e-fof-block .e-funds-content .e-funds-left-title:nth-child(3){
    background: linear-gradient(180deg,#f2f2e5,#f8fafd);
} */

.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1){
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    font-size: 26px;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000000;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1){
    text-align: center;
    border-bottom: 2px solid #1eb9e1;
    box-sizing: border-box;
    position: relative;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1) span{
    position: relative;
    display: inline-block;
    padding-bottom:16px
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1):after{
    position:absolute;
    content:'';
    width:50%;
    bottom:-2px;
    height:2px;
    left: 0;
    background-color:#ffc819;
  }
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(3),
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(5){
    margin-top: calc(30rem / 14);
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.99;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(4){
    font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #005096;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(6){
    font-family: 'DIN-Regular';
    font-size: 28px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #005096;
}
.e-fof-block .e-funds-content .e-funds-left-title .left-spread-line{
    margin-top: 20px;
    height: 2px;
    padding: 0;
    position: relative;
    background-color: #1eb9e1;
}
.e-fof-block .e-funds-content .e-funds-left-title .left-spread-line::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 87px;
    height: 2px;
    background-color: #ffc819;
}
.e-fof-block .e-funds-content .e-funds-right-list,
.e-fof-block .e-funds-content .e-funds-right-list table{
    box-sizing: border-box;
    padding: calc(20rem / 14) 0px 0 calc(30rem / 14);
}
.e-fof-block .e-funds-content .e-funds-right-list table thead{
    border-bottom: ipx solid #cacaca;
}
.e-fof-block .e-funds-content .e-funds-right-list table thead tr td{
    font-family: 'MicrosoftYaHei';
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #2c3b56;
}
.e-fof-block .e-funds-content .e-funds-right-list table tbody tr td{
    font-family: 'MicrosoftYaHei';
    text-align: center;
    font-size: 17px;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #2c3b56;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table{
    position: relative;
    padding-left: 30px;
    overflow: hidden;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead tr {
    border-bottom: 1px solid #cacaca;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td {
    color: #2b3b56;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th > span,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td > span {
    display: inline-block;
    padding: 15px 10px;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable > span,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable > span {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable > span::after,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable > span::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../assets/images/icons/table_sortable_arrow.png");
    transform: translateY(-50%);
    z-index: 1;
    content: "";
}

.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-asc > span::after,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-asc > span::after {
    background-image: url("../assets/images/icons/table_sortable_arrow_asc.png");
}

.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-desc > span::after,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-desc > span::after {
    background-image: url("../assets/images/icons/table_sortable_arrow_desc.png");
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr {
    border-bottom: 1px solid #e4e4e4;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr:nth-child(n+3) {
    display: none;
}
.e-fof-block div[data-anchor-name="allcompany-fof"] .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr:nth-child(n+3) {
    display: none;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr:hover {
    background: #f8fafd;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody td {
    height: 84px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody td > span {
    display: inline-block;
    padding: 20px;
}
.e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom {
    float: left;
    width: 100%;
    height: 73px;
    line-height: 73px;
    color: #005096;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom > i, .e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom > [class*=e-icon-] {
    transform: translateY(-2px);
}

.e-fof-block__wrapper .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__body tbody tr:nth-child(n+2) {
    display: table-row;
}
.e-fof-block__wrapper[data-anchor-name="allcompany-fof"] .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__body tbody tr:nth-child(n+2) {
    display: table-row !important;
}


.e-fof-block__wrapper .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__bottom > i {
    transform: translateY(-2px) rotateZ(180deg);
}

/* FoF知识库 */
.e-fof-block-knowledgelib{
    margin: auto;
    box-sizing: border-box;
    padding: calc(100rem / 14) calc(150rem / 14) calc(76rem / 14) calc(150rem / 14);
    text-align: center;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-title{
    padding: calc(15rem / 14) 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #005096;

    vertical-align: top;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list{
    position: relative;
    overflow: hidden;
}

.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item{
    width: 100%;
    height: 80px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    border-bottom: 1px solid #005096;
    
    word-break: keep-all;
    text-align: left;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    color: #393939;
    cursor: pointer;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(odd){
    padding-right: 40px !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(even){
    padding-left: 40px !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(n+5){
    display: none;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list.show-more-question .e-fof-knowledgelib-question-item-box:nth-child(n+5){
    display: block !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item:hover{
    font-weight: 500;
    border-bottom: 2px solid #005096;
}

.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item::before{
    content: "";
    position: absolute;
    right: 6px;
    top: 50px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #005096;
}

/* FoF资讯 */
.e-fofnew s-block-title {
    color: #333333;
    font-size: 40px;
    margin-bottom: 25px;
}
.e-fofnews-block-title a {
    color: #005096;
    font-size: 14px;
}
.e-fofnews-block-title a, .e-fofnews-block-title a:hover {
    text-decoration: none;
}
.e-fofnews-block-title a > i, .e-fofnews-block-title a > [class*=e-icon-] {
    margin-left: 5px;
    transform: translateY(7px);
}

.e-fofnews-block-container {
    margin: 0 auto;
}
.e-fofnews-card {
    display: inline-block;
    width: 100%;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.e-fofnews-card .e-fofnews-card__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.e-fofnews-card .e-fofnews-card__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.e-fofnews-card .e-fofnews-card__content {
    position: relative;
    padding: calc(20rem / 14) 4px calc(20rem / 14);
}

.e-fofnews-card .e-fofnews-card__title {
    margin-bottom: calc(15rem / 14);
    color: #005096;
    font-size: 12px;
}

.e-fofnews-card .e-fofnews-card__desc {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 54px;
}

.e-fofnews-card .e-fofnews-card__date {
    color: #7a7a7a;
    font-size: 12px;
}

.e-fof-container .content-row__code {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    letter-spacing: 0px;
    color: rgb(122, 122, 122);
}

.e-fof-title {
    font-family: MicrosoftYaHeiLight;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: calc(40rem / 14);
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    height: 105px;
    line-height: 105px;
    width: max-content;     
    width: -webkit-max-content;
    width: -moz-max-content;
    margin: 0px auto;
    border-bottom: 2px solid #1eb9e1;
    position: relative;
    margin-bottom: calc(64rem / 14);
}

.e-fof-title::after {
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    bottom: -2px;
    background-color: #ffc819;
    content: "";
}

.e-fof-list ul{
    list-style: square;
    padding-left: 15px;
    margin-left: -23px;
}

.e-fof-list ul li{
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.e-fof-bkts > div{
    margin-bottom: 40px;
    background-size: 100% 100%;
    height: 240px;
    padding: 30px 40px;
}
.e-fof-bkts > div > div{
    width: 42%;
    min-width: 540px;
}

.e-fof-bkts > div:nth-of-type(even) > div{
    float: right;
}

.e-fof-bkts .e-title{
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 1px;
    border-bottom: 2px solid #1eb9e1;
}

.e-fof-bkts .e-title span{
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: lighter;
}

.e-fof-bkts .e-title span::after{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    height: 2px;
    background-color: #ffc819;
}

.e-fof-bkts .e-summary{
    font-family: MicrosoftYaHei;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.e-fof-img-bg{
    margin-bottom: 20px;
    background-size: 100% 100%;
    height: 140px;
    line-height: 140px;
    font-size: 35px;
    color: #333;
    padding-left: 100px;
    letter-spacing: 3px;
}