:root {
  --mainColor: #219AD9;
  --secondColor: #F19FC4;
  --thirdColor: #958C81;
  --hoverColor: #CD5D67;
  --titleColor: #222222;
  --textColor: #666666;
  --whiteColor: #ffffff;
  --black20: #cccccc;
  --black40: #999999;
  --black60: #666666;
  --black80: #333333;
  --black100: #000000;
}

@media screen and (min-width: 1360px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}



.text-white {
    color: var(--whiteColor) !important;
}

.fundTitle{
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.fundTitle::before, .fundTitle::after{
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/titleBg.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fundTitle::before{
    left: -90px;
}

.fundTitle::after{
    right: -90px;
}

.fundTitle2{
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.fundTitle2::before{
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/titleBg2.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}

.fundBtn{
    display: inline-block;
    padding: .5rem 3.75rem;
    background: var(--secondColor);
    color: var(--whiteColor);
    border-radius: 50px;
    border: 1px solid var(--whiteColor);
}

.fundBtn:hover{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .fundTitle::before, .fundTitle::after, .fundTitle2::before{
        width: 43px;
        height: 50px;
    }

    .fundTitle::before, .fundTitle2::before{
        left: -65px;
    }

    .fundTitle::after{
        right: -65px;
    }
}

@media screen and (max-width: 580px) {
    .fundBtn{
        padding: .5rem 2.5rem;
    }
}


/* fundIndexBanner */
.bannerWrap{
    background: url(../images/bannerBg.png) bottom center no-repeat;
    padding: 50px 0 120px 0;
}

.bannerWrap .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.swiper-button-next, .banner-swiper-button-prev{
    width: 64px;
    height: 64px;
    border: 1px solid var(--thirdColor);
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 2rem;
}

.banner-swiper-button-prev{
    right: 2rem;
    bottom: 80px;
}

.banner-swiper-button-prev::after, .swiper-button-next::after{
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/arrowLeft.png) center no-repeat;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next::after{
    background: url(../images/arrowRight.png) center no-repeat;
}

.swiper-button-next:hover, .banner-swiper-button-prev:hover{
    background: var(--hoverColor);
    border-color: var(--hoverColor);
}

.banner-swiper-button-prev:hover::after, .swiper-button-next:hover::after{
    background: url(../images/arrowLeft_w.png) center no-repeat;
}

.swiper-button-next:hover::after{
    background: url(../images/arrowRight_w.png) center no-repeat;
}

.ban_imgBox{
    position: relative;
    z-index: 0;
    margin-left: -100px;
    max-width: 800px;
}

.ban_imgBox img{
    max-width: 100%;
}

.ban_imgBox::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bannerImgBg.png) top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: -25px;
    z-index: -2;
}

.ban_imgBox::after{
    content: "";
    width: 274px;
    height: 148px;
    background: url(../images/rainbow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -36px;
    right: -100px;
    z-index: -1;
}

.contentWrap h1 {
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.contentWrap h1 span{
    color: var(--mainColor);
}

.bannerBtn{
    display: inline-block;
    padding: .5rem 3.75rem;
    background: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 50px;
    border: 1px solid var(--whiteColor);
}

.bannerBtn:hover{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .ban_imgBox{
        max-width: 680px;
    }

    .ban_imgBox::after{
        width: 200px;
        height: 107px;
        top: -25px;
        right: -80px;
    }

    .ban_imgBox::before{
        top: 20px;
        right: -15px;
    }
}

@media screen and (max-width: 1199px) {
    .bannerWrap{
        background: url(../images/bannerBg.png) top center no-repeat;
    }

    .contentWrap h1 {
        line-height: 1.5;
        font-size: 2.25rem;
    }

    .ban_imgBox{
        max-width: 580px;
    }

    .ban_imgBox::after{
        top: -45px;
        right: -60px;
    }

    .bannerWrap .swiper{
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .bannerWrap {
        padding: 0;
    }

    .bannerWrap .swiper-slide{
        flex-wrap: wrap;
    }

    .contentWrap{
        width: 80%;
        order: 1;
        text-align: center;
        margin: 100px auto 0 auto;
    }

    .ban_imgBox{
        width: 100%;
        order: 0;
    }
}

@media screen and (max-width: 580px) {
    .bannerWrap{
        background: url(../images/bannerBg.png) bottom center no-repeat;
    }

    .contentWrap{
        margin: 60px auto 0 auto;
    }

    .ban_imgBox{
        max-width: 320px;
        margin: 0 auto;
    }

    .ban_imgBox::after{
        width: 100px;
        height: 53px;
        top: -16px;
        right: -25px;
    }
    
    .contentWrap h1 {
        line-height: 1.2;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .bannerBtn{
        padding: .5rem 2.5rem;
    }

    .swiper-button-next, .banner-swiper-button-prev{
        width: 50px;
        height: 50px;
    }

    .banner-swiper-button-prev::after, .swiper-button-next::after{
        width: 50px;
        height: 50px;
        top: 55%;
    }

    .banner-swiper-button-prev {
        bottom: 68px;
    }
}

/* fundIndexAbout */
.aboWrap{
    position: relative;
    padding: 150px 0;
}

.aboWrap::before{
    content: "";
    width: 382px;
    height: 414px;
    background: url(../images/aboutBgLeft.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 1rem;
    bottom: 0;
}

.aboWrap::after{
    content: "";
    width: 427px;
    height: 325px;
    background: url(../images/aboutBgRight.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    .aboWrap::before{
        width: 280px;
        height: 300px;
    }

    .aboWrap::after{
        width: 280px;
        height: 213px;
    } 
}

@media screen and (max-width: 1199px) {
    .aboWrap::before{
        width: 200px;
        height: 220px;
    }

    .aboWrap::after{
        width: 200px;
        height: 145px;
    } 
}

@media screen and (min-width: 992px) {
    .aboWrap::before, .aboWrap::after{
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 580px) {
    .aboWrap::after{
        top: 0;
        bottom: auto;
        left: 1rem;
        right: auto;
    }

    .aboWrap::before{
        left: auto;
        right: 1rem;
    }
}


/* fundIndexNews */
.newsWrap{
    background: url(../images/fundBg1.png) top right no-repeat;
    padding: 150px 0;
    margin-bottom: 5rem;
}

.newsContent{
    position: relative;
    background: url(../images/newsBg.png) top center no-repeat;
    background-size: 100%;
    padding: 100px 120px 130px 100px;
}

.newsContent::before{
    content: "";
    width: 180px;
    height: 136px;
    background: url(../images/hat.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.newsContent::after{
    content: "";
    width: 250px;
    height: 155px;
    background: url(../images/book.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newBox{
    position: relative;
    display: block;
    padding: 1.5rem 200px 1.5rem 1.5rem;
}

.newBox + .newBox{
    border-top: 2px dotted var(--thirdColor);
}

.newTitle{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBox p{
    margin-bottom: 0;
}

.newBtn{
    display: inline-block;
    padding: .25rem 2rem;
    background: var(--thirdColor);
    color: var(--whiteColor);
    border-radius: 50px;
    position: absolute;
    top: 1.5rem;
    right: 80px;
    font-size: 1rem;
}

.newBox:hover .newBtn{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .newsContent{
        padding-top: 100px;
    }

    .newsContent::after{
        width: 250px;
        height: 155px;
        bottom: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    .newsWrap{
        padding-top: 120px;
        margin-bottom: 2rem;
    }

    .newsContent{
        background: url(../images/newsBg_md.png) top center no-repeat;
        background-size: 100%;
    }

    .newBox{
        padding: 1.5rem 150px 1.5rem 1.5rem;
    }

    .newBtn{
        right: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .newsWrap{
        padding: 100px 0;
    }

    .newsContent{
        background: var(--whiteColor);
        border-radius: 25px;
        padding: 3rem 1rem;
    }

    .newsContent::before{
        width: 100px;
        height: 76px;
        top: -40px;
        left: -8px;
    }

    .newsContent::after{
        width: 280px;
        height: 174px;
    }

    .newsContent .fundTitle2{
        margin-bottom: 2rem;
    }

    .newBox{
        padding: 1rem;
    }

    .newBtn{
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin: 1rem auto 0 auto;
    }

    .newTitle{
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsContent::after{
        width: 160px;
        height: 100px;
        bottom: -16px;
    }
}

@media screen and (max-width: 580px) {
    .newBox:last-child{
        display: none;
    }
}


/* fundIndexJoin */
.joinWrap{
    position: relative;
    background: url(../images/fundBg2.png) top right no-repeat;
    padding: 170px 0;
}

.joinWrap::after{
    content: "";
    width: 125px;
    height: 150px;
    background: url(../images/flower.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 12%;
    top: 81%;
}

.joinImgBox{
    position: relative;
    z-index: 0;
    margin-top: 3rem;
}

.joinImgBox::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/dotted.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: -1;
}

.joinWrap .fundTitle{
    color: var(--whiteColor);
}

.joinWrap .fundTitle::before, .joinWrap .fundTitle::after{
    background: url(../images/titleBg_w.png) center no-repeat;
    background-size: 100%;
}

.joinWrap .item_title{
    margin-bottom: 1rem;
}

.joinWrap .item_title::before, .joinWrap .item_title::after{
    display: none;
}

@media screen and (max-width: 1440px) {
    .joinWrap{
        padding: 200px 0 210px 0;
    }
}

@media screen and (max-width: 1360px) {
    .joinWrap{
        padding: 220px 0;
    }
}

@media screen and (max-width: 1280px) {
    .joinWrap{
        padding: 240px 0;
    }
}

@media screen and (max-width: 1199px) {
    .joinWrap{
        background: url(../images/fundBg2_md.png) top right no-repeat;
        padding: 160px 0;
    }

    .joinWrap::after{
        width: 80px;
        height: 100px;
        position: absolute;
        right: 12%;
        top: 77%;
    }
}

@media screen and (max-width: 991px) {
    .joinLeft{
        order: 1;
    }

    .joinTxt{
        order: 0;
    }

    .joinWrap{
        padding-bottom: 0;
    }
}



/* fundIndexDownload & fundIndexActivity*/
.blockWrap{
    position: relative;
    padding: 150px 0 100px 0;
}

.blockBg{
    background: url(../images/fundBg3.png) center no-repeat;
    background-size: 100%;
    padding: 100px 90px 80px 90px;
}

.downloadWrap::before{
    content: "";
    width: 180px;
    height: 100px;
    background: url(../images/paperPlane.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.downloadWrap ul li a{
    position: relative;
    display: block;
    padding: 1.5rem;
}

.downloadWrap ul li:hover a{
    color: var(--hoverColor);
}

.goBtn{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: var(--thirdColor);
    border-radius: 50%;
    position: absolute;
    right: 1.5rem;
    top: 24px;
}

.goBtn img{
    width: 10px;
    height: 15px;
}

.downloadWrap ul li:hover .goBtn, .activityWrap:hover .goBtn{
    background: var(--hoverColor);
}

.downloadWrap ul li + li{
    border-top: 2px dotted var(--thirdColor);
}

.activityWrap{
    position: relative;
    display: block;
}

.activityWrap img{
    margin-bottom: 1rem;
}

.activityWrap p{
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.activityWrap p .goBtn{
    right: -60px;
    top: 0;
}

.activityWrap p .goBtn img{
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .blockRight{
        margin-top: 100px;
    }
}

@media screen and (max-width: 580px) {
    .blockBg{
        background: url(../images/fundBg3_sm.png) center no-repeat;
        background-size: 100%;
        padding: 2rem;
    }

    .downloadWrap::before{
        width: 108px;
        height: 60px;
        left: 1rem;
        bottom: -1.5rem;
    }

    .downloadWrap ul li a{
        padding: 1rem;
    }

    .activityWrap p .goBtn{
        top: 44px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .goBtn{
        top: 1rem;
    }
}


/* fundIndexContact */
.contentTxt{
    margin-left: 200px;
}

@media screen and (max-width: 1359px) {
    .contentTxt{
        margin-left: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .contentTxt{
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .contentTxt{
        text-align: center;
    }

}