/* 首页独有的样式 */
 .indexBox {
            box-sizing: border-box;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0px;
            padding-right: 0px;
            max-width: 1200px
        }

 .indexBox1300{
            box-sizing: border-box;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0px;
            padding-right: 0px;
            max-width: 1200px
        }


        
.mycustomer .partner-wrap {
    padding: 100px 0;
    background-color: #FFFFFF;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap {
        padding: 60px 0;
    }
    .customerSay .box{width: 100%;}
}

.mycustomer .partner-wrap .part-title {
    font-weight: 500;
    color: rgba(13, 25, 36, 1);
    font-size: 36px;
    text-align: center;
    margin-bottom:10px ;

}

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-title {
        font-weight: 800;
        margin-bottom: 23px;
        padding: 0px 31px;
        
    }

    .mycustomer .partner-wrap .part-title::after {
        content: '';
        width: 40px;
        display: block;
        height: 2px;
        background: #0F50B6;
        border-radius: 3px;
        margin: 0 auto;
        margin-top: 5px;
    }
}

.mycustomer .partner-wrap .part-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1192px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 35px;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-item-wrap {
        width: 340px;
    }
}

.mycustomer .partner-wrap .part-item-wrap .part-item {
    width: 200px;
    background: rgba(255, 255, 255, 1);
    height: 80px;
    margin-right: 47px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(5n) {
    margin-right: 0;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-item-wrap .part-item {
        width: 100px;
        height: 40px;
        margin-right: 20px;
        margin-top: 7px;
        margin-bottom: 8px;
    }

    .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(3n) {
        margin-right: 0;
    }

    .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(5n) {
        margin-right: 20px;
    }

    .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(15n) {
        margin-right: 0;
    }

    
}

/* sc-component-id: sc-jAaTju */
.UAVox {
    min-width: 300px;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(49, 83, 212, 0.1);
    margin: 0 10px;
    flex-wrap: wrap;
}


.UAVox:first-child {
    margin-top: 0;
}

.UAVox .header {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    background-color: #0F50B6;
    background-position: right;
    background-repeat: no-repeat;
}

.UAVox .header span:first-child {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.UAVox .header span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
}

.UAVox .product-list>div {
    border-bottom: 1px solid #eee;
}

.UAVox .product-list>div:last-child {
    border-bottom: none;
}

/* sc-component-id: sc-jDwBTQ */

/* sc-component-id: sc-kgAjT */
.bMDRlo {
    width: 100%;
}

.product-list-wrapper { display: flex; margin-top: 20px;}

.qywxBox .UAVox{
    padding: 30px;
    text-align: center;
}

@media (max-width:768px) {
    .hHnLfl {
        background-image: url(./images/shoujiduan-3.png);
    }
        .product-list-wrapper{display: initial;}
        .UAVox {
            margin: 16px auto 0 auto;
            width: 100%;
        }
    
}

.Home-PC-intro-reason-contentTitle{
    font-size: 18px;
    margin-bottom: 10px;
    color:#333;
    font-weight: bold;
    
}
.Home-PC-intro-reason-contentDesc{text-align: left; font-size: 14px; color: #666;}
.Home-PC-intro-reason-contentImg{
    margin-bottom: 20px;
    height: 100px;
    clear: both;
    overflow: hidden;
    
}
.Home-PC-intro-reason-contentImg img{
    height: 50px;
    margin-top: 20px;
}
.Home-PC-intro-reason-contentImg .iconfont{
    font-size: 66px;
    color:#0F50B6
}




.swiper-pagination {
    display: flex;
    justify-content: center;
    height: 3px;
    overflow: hidden;
	margin-bottom:20px !important
}

.my-bullet {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}



/* sc-component-id: sc-fAjcbJ */
.customerSay {
    margin-top: 30px;
}

.customerSay .indexBox {
    display: flex;
    flex-wrap: wrap;
}

.customerSay .box {
    width: 33.33%;
}

.customerSay .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: 500;
    color: rgba(162, 177, 190, 1);
    line-height: 33px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 60px;
}

.customerSay .title img {
    position: absolute;
    right: 0;
    top: -10px;
}

.customerSay .comment-item {
    margin-bottom: 60px;
    min-height: 200px;
}

.customerSay .comment-item .comment {
    box-sizing: border-box;
    min-height: 300px;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(49, 83, 212, 0.1);
    border-radius: 5px;
    padding: 40px;
}

.customerSay .comment-item .comment p {
    font-size: 14px;
    font-weight: 800;
    color: rgba(13, 25, 36, 1);
    line-height: 32px;
    text-align: justify;
    position: relative;
    padding-left: 10px;
    margin-top: 20px;
}

.customerSay .comment-item .comment p:before {
    position: absolute;
    content: '“';
    top: 2px;
    left: 0px;
    font-size: 18px;
    font-family: Helvetica;
    color: rgba(50, 65, 72, 1);
    line-height: 32px;
}

.customerSay .banner-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}



.customerSay .banner-control .iconfont:hover {
    color: #fff;
    background: #0F50B6;
}

.customerSay .banner-control .iconfont:first-child {
    margin-right: 20px;
}


.customerSay .headimg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

.customerSay .comment b {
    display: block;
}
.customerSay .comment span{font-size: 14px; color: #999;}



/* sc-component-id: customerSay */


.mycustomer .partner-wrap {
padding: 100px 0;
background-color: #FFFFFF;
}

@media (max-width:48em) {
.mycustomer .partner-wrap {
padding: 60px 0;
}
.customerSay .box{width: 100%;}
}

.mycustomer .partner-wrap .part-title {
font-weight: 500;
color: rgba(13, 25, 36, 1);
font-size: 36px;
text-align: center;
margin-bottom:10px ;

}

@media (max-width:48em) {
.mycustomer .partner-wrap .part-title {
font-weight: 800;
margin-bottom: 23px;
padding: 0px 31px;

}

.mycustomer .partner-wrap .part-title::after {
content: '';
width: 40px;
display: block;
height: 2px;
background: #0F50B6;
border-radius: 3px;
margin: 0 auto;
margin-top: 5px;
}
}

.mycustomer .partner-wrap .part-item-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 1192px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
margin-top: 35px;
}

@media (max-width:48em) {
.mycustomer .partner-wrap .part-item-wrap {
width: 340px;
}
}

.mycustomer .partner-wrap .part-item-wrap .part-item {
width: 200px;
background: rgba(255, 255, 255, 1);
height: 80px;
margin-right: 47px;
margin-top: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(5n) {
margin-right: 0;
}

@media (max-width:48em) {
.mycustomer .partner-wrap .part-item-wrap .part-item {
width: 100px;
height: 40px;
margin-right: 20px;
margin-top: 7px;
margin-bottom: 8px;
}

.mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(3n) {
margin-right: 0;
}

.mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(5n) {
margin-right: 20px;
}

.mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(15n) {
margin-right: 0;
}


}

/* sc-component-id: sc-jAaTju */
.UAVox {
min-width: 300px;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
box-shadow: 0px 10px 30px 0px rgba(49, 83, 212, 0.1);
margin: 0 10px;
flex-wrap: wrap;
}


.UAVox:first-child {
margin-top: 0;
}

.UAVox .header {
height: 90px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 30px;
background-color: #0F50B6;
background-position: right;
background-repeat: no-repeat;
}

.UAVox .header span:first-child {
font-size: 16px;
font-weight: 300;
color: rgba(255, 255, 255, 1);
line-height: 22px;
}

.UAVox .header span:last-child {
font-size: 18px;
font-weight: 800;
color: rgba(255, 255, 255, 1);
line-height: 25px;
}

.UAVox .product-list>div {
border-bottom: 1px solid #eee;
}

.UAVox .product-list>div:last-child {
border-bottom: none;
}

/* sc-component-id: sc-jDwBTQ */

/* sc-component-id: sc-kgAjT */
.bMDRlo {
width: 100%;
}

.product-list-wrapper { display: flex; margin-top: 20px;}

.qywxBox .UAVox{
padding: 30px;
text-align: center;
}

@media (max-width:768px) {

.product-list-wrapper{display: initial;}
.UAVox {
    margin: 16px auto 0 auto;
    width: 100%;
}

}

.Home-PC-intro-reason-contentTitle{
font-size: 18px;
margin-bottom: 10px;
color:#333;
font-weight: bold;

}
.Home-PC-intro-reason-contentDesc{text-align: left; font-size: 14px; color: #666;}
.Home-PC-intro-reason-contentImg{
margin-bottom: 20px;
height: 100px;
clear: both;
overflow: hidden;

}
.Home-PC-intro-reason-contentImg img{
height: 50px;
margin-top: 20px;
}
.Home-PC-intro-reason-contentImg .iconfont{
font-size: 66px;
color:#0F50B6
}



.epyeoM {
        height: calc(100vh - 100px - 86px);
        min-height: 700px;
        max-height: 750px;
        width: 100%;
        background: url(../images/indexfunnel.png) no-repeat center bottom;
        /* background-position: center top; */
        /* background-repeat: no-repeat; */
        /* background-size: cover; */
        box-sizing: border-box;
        margin-top: 86px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        }

        .bannerOne {
            height: calc(100vh - 100px - 86px);
            min-height: 700px;
            max-height: 750px;
            width: 100%;
            background: url(../images/banner_bg.svg) no-repeat center top ;
            background-size: cover;
            box-sizing: border-box;
            margin-top: 86px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;
            }
        
@media (max-width:48em) {
.epyeoM {
height: auto;
}
}

@media (max-width:48em) {
.epyeoM {
height: calc(100vh - 60px);
padding: 0 5vw;
background-position: center;
}

.epyeoM .content {
width: 100vw !important;
max-width: 100vw !important;
}

.epyeoM .content h3 {
text-align: center;
font-size: 22px !important;
}

.epyeoM .content h2 {
margin-top: 16px;
text-align: center;
font-size: 32px !important;
line-height: 1.5 !important;
}

.epyeoM .content p.desc {
display: none;
}

.epyeoM .content .control-wrapper {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.epyeoM .financing-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: auto;
margin-right: auto;
margin-top: 6vh !important;
}

.epyeoM .financing-content h3 {
text-align: center;
font-size: 22px !important;
margin-bottom: 0;
}

.epyeoM .financing-content h2 {
margin-top: 16px;
text-align: center;
font-size: 32px !important;
line-height: 1.5 !important;
}

.epyeoM .financing-content h2 b {
display: block;
font-size: 52px;
line-height: 1;
}

.epyeoM .financing-content p.desc {
overflow: hidden;
background: #fff;
font-size: 14px;
padding: 0 8px;
}
}

@media (max-width:768px) {
.epyeoM {
background-image: url(../images/shoujiduan-1.jpg) !important;
background-size: 100%;
background-position: bottom;
margin-top: 0px !important;
}
}

.epyeoM::after {
content: "";
position: absolute;
pointer-events: none;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: url();
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

@media (max-width:768px) {
.epyeoM.banner-wrapper-partner {
margin-top: 0;
height: 100vh;
background-size: contain;
}
}

.epyeoM.banner-wrapper-partner::after {
background-size: 800px;
background-position: 85% 50%;
}

@media (max-width:768px) {
.epyeoM.banner-wrapper-partner::after {
background-image: none;
}
}

.epyeoM.banner-wrapper-partner .financing-content {
margin-top: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.epyeoM.banner-wrapper-partner h2 {
color: #fff !important;
margin-bottom: 30px;
}

.epyeoM.banner-wrapper-partner .partner-item {
color: #fff;
font-size: 48px;
line-height: 45px;
font-weight: 800;
margin: 0;
}

.epyeoM.banner-wrapper-partner .partner-item img {
margin-bottom: 24px;
}

.epyeoM.investment-partner::after {
background-size: 600px;
}

.epyeoM>div {
height: 100%;
}

.epyeoM>div>div {
height: 100%;
}

.epyeoM .financing-content {
margin-top: 15vh;
}

.epyeoM .financing-content h3 {
font-size: 48px;
font-weight: 800;
color: #fff;
line-height: 45px;
margin-bottom: 16px;
}

.epyeoM .financing-content h2 {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 50px;
font-weight: 500;
color: rgba(13, 25, 36, 1);
line-height: 84px;
border-bottom: none;
margin-top: 0;
margin-bottom: 24px;
}

.epyeoM .financing-content h2 b {
font-size: 72px;
font-weight: 500;
color: #ff0000;
line-height: 70px;
}

.epyeoM .financing-content .desc {
color: #fff;
font-weight: 800;
font-size: 48px;
line-height: 45px;
}

.epyeoM .content {
margin-top: 10vh;
}

@media (max-width:48em) {
.epyeoM .content {
margin-top: 6vh;
}
}

.epyeoM .content h3 {
font-size: 48px;
font-weight: 800;
color: rgba(13, 25, 36, 1);
line-height: 45px;
margin-bottom: 0px;
}

.epyeoM .content h2 {
font-size: 40px;
font-weight: 500;
color: rgba(13, 25, 36, 1);
line-height: 70px;
border-bottom: none;
margin-bottom: 20px;
}

.epyeoM .content .desc {
font-size: 18px;
font-weight: 500;
color: rgba(102, 102, 102, 1);
line-height: 28px;
}

.epyeoM .img-content {
    position: absolute;
    right: 0;
    bottom: 0;
}

.epyeoM .img-content.img-financing {
margin-top: 6vh;
}

@media (max-width:48em) {
.epyeoM .img-content {
display: none;
}
}

.epyeoM .control-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 5vh;
}

.epyeoM .control-wrapper .iconfont {
margin-right: 20px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 50%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50px;
height: 50px;
background: #0F50B6;
box-shadow: 0px 10px 20px 0px rgba(31, 49, 175, 0.2);
font-size: 14px;
color: #fff;
cursor: pointer;
}

.epyeoM .control-wrapper .btn {
cursor: pointer;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 160px;
height: 50px;
border-radius: 40px;
border: 2px solid #0F50B6;
background-color: #0F50B6;
font-size: 16px;
font-weight: 500;
color: #fff;
line-height: 22px;
}

.epyeoM .control-wrapper .btn:hover {
background-color: #fff;
color: #0F50B6;
}




.jGYXVY {
    height: calc(100vh - 100px - 86px);
    min-height: 700px;
    max-height: 750px;

    width: 100%;
    background-image: url(../images/bannner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 86px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}



@media (max-width:48em) {
    .jGYXVY {
        height: calc(100vh - 60px);
        padding: 0 5vw;
        background-color: #172355;
        background-position:  center;
        background-size: cover;
        text-align: center;
    }

    .jGYXVY .content {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .jGYXVY .content h3 {
        text-align: center;
        font-size: 22px !important;
    }

    .jGYXVY .content h2 {
        margin-top: 16px;
        text-align: center;
        font-size: 32px !important;
        line-height: 1.5 !important;
    }

    .jGYXVY .content p.desc {
        display: none;
    }

    .jGYXVY .content .control-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .jGYXVY .financing-content {
        display: flex;
        align-items: center;
        justify-content: inherit !important;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px !important;
    }

    .jGYXVY .financing-content h3 {
        text-align: center;
        font-size: 22px !important;
        margin-bottom: 0;
    }

    .jGYXVY .financing-content h2 {
        margin-top: 16px;
        text-align: center;
        font-size: 32px !important;
        line-height: 1.5 !important;
    }

    .jGYXVY .financing-content h2 b {
        display: block;
        font-size: 52px;
        line-height: 1;
    }

    .jGYXVY .financing-content p.desc {
        overflow: hidden;
        background: #fff;
        font-size: 14px;
        padding: 0 8px;
    }
}
/* 
@media (max-width:768px) {
    .jGYXVY {
        background-image: url(https://cdn.byai.com/static/intro/img/partner-mobile-1230-42000.png) !important;
        margin-top: 0px !important;
    }
} */
/* 
.jGYXVY::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://cdn.byai.com/static/intro/img/partner-second-1230-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

@media (max-width:768px) {
    .jGYXVY.banner-wrapper-partner {
        margin-top: 0;
        background-size: inherit;
        background-position: top;
    }
}

.jGYXVY.banner-wrapper-partner::after {
    background-size: 800px;
    background-position: 85% 50%;
}

@media (max-width:768px) {
    .jGYXVY.banner-wrapper-partner::after {
        background-image: none;
    }
}

.jGYXVY.banner-wrapper-partner .financing-content {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.jGYXVY.banner-wrapper-partner h2 {
    color: #fff !important;
    margin-bottom: 30px;
}

.jGYXVY.banner-wrapper-partner .partner-item {
    color: #fff;
    font-size:18px;
    line-height: 45px;
    font-weight: 800;
    margin: 0;
}

.jGYXVY.banner-wrapper-partner .partner-item img {
    margin-bottom: 24px;
}

.jGYXVY.investment-partner::after {
    background-size: 600px;
}

.jGYXVY>div {
    height: 100%;
}

.jGYXVY>div>div {
    height: 100%;
}

.jGYXVY .financing-content {
    margin-top: 15vh;
}

.jGYXVY .financing-content h3 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 45px;
    margin-bottom: 16px;
}

.jGYXVY .financing-content h2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 36px;
    font-weight: 500;
    color: rgba(13, 25, 36, 1);
    line-height: 84px;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
}

.jGYXVY .financing-content h2 b {
    font-size: 72px;
    font-weight: 500;
    color: #ff0000;
    line-height: 70px;
}

.jGYXVY .financing-content .desc {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    line-height: 45px;
}

.jGYXVY .content {
    margin-top: 10vh;
}

@media (max-width:48em) {
    .jGYXVY .content {
        margin-top: 6vh;
    }
}

.jGYXVY .content h3 {
    font-size: 48px;
    font-weight: 800;
    color: rgba(13, 25, 36, 1);
    line-height: 45px;
    margin-bottom: 0px;
}

.jGYXVY .content h2 {
    font-size: 50px;
    font-weight: 500;
    color: rgba(13, 25, 36, 1);
    line-height: 70px;
    border-bottom: none;
    margin-bottom: 20px;
}

.jGYXVY .content .desc {
    font-size: 12px;
    font-weight: 800;
    color: rgba(102, 102, 102, 1);
    line-height: 21px;
}

.jGYXVY .img-content {
    margin-top: 18vh;
    height: 80vh;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jGYXVY .img-content.img-financing {
    margin-top: 6vh;
}

@media (max-width:48em) {
    .jGYXVY .img-content {
        display: none;
    }
}

.jGYXVY .control-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vh;
}

.jGYXVY .control-wrapper .iconfont {
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #0F50B6;
    box-shadow: 0px 10px 20px 0px rgba(31, 49, 175, 0.2);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.jGYXVY .control-wrapper .btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border-radius: 40px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}

.jGYXVY .control-wrapper .btn:hover {
    border: 2px solid #0F50B6;
    background-color:  #0F50B6;
    color: #0F50B6;
}

.epXpZa {
    padding-top: 60px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

@media (max-width:768px) {
    .epXpZa {
        padding: 0 5%;
    }
}

.epXpZa h3.desc-title {
    padding: 0 30px;
    font-size: 36px;
    font-weight: 500;
    color: rgba(13, 25, 36, 1);
    line-height: 50px;
    text-align: center;
}

@media (max-width:768px) {
    .epXpZa h3.desc-title {
        padding: 0;
        font-size: 26px;
        line-height: 1.4;
    }
}

.epXpZa p.desc-content {
    padding: 0 30px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width:768px) {
    .epXpZa p.desc-content {
        display: none;
        padding: 0 24px;
        line-height: 1.6;
    }
   
    .jGYXVY.banner-wrapper-partner .partner-item{ display: none;}
}