.yuyue-btn-box{
    width: 116px;
    height: 40px;
    opacity: 1;
    background: #2269f0;
    border-radius: 4px;
    line-height:40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-right: 20px;

}
a.yuyue-btn-box:focus{
    color: #fff !important;
}
.yuyue-btn-box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}
/*************banner***********************/

section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 73px;
}
.section-banner .index-banner-content .title{
    padding-top:200px;
    font-size: 48px;
    font-weight: 600;
    line-height: 68px;
}
.section-banner .index-banner-content .vc-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 30px;
}
.section-banner .index-banner-content .index-banner-btn a{
    width: 160px;
    height: 48px;
    background: #2269f0;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 90px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}



/*******************************************/
.section-version ul{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -70px;
}
.section-version ul li{
    text-align: center;
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px  30px  20px  30px;
}
.section-version ul li .title-box{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
    margin-top: 15px;
}
.section-version ul li .desc-box{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}
/**********易仓TMS·前所未有的功能体验**************/
.section-help .h4-title{
    margin-bottom: 100px;
}

.section-help .list-content{
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-help .list-content:nth-child(2n){
    background: #F2F7FC;
}
.section-help .list-content .content-box{
    display: flex;
}

.section-help .list-content .content-box>div.left-box{
    width: 37%;
}
.section-help .list-content .content-box>div.right-box{
    width: 63%;
}

.section-help .list-content:nth-child(odd) .content-box>div.right-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-help .list-content .content-box>div.right-box img{
    width: 100%;
}

.section-help .list-content .content-box .left-box .img-box{
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    line-height: 64px;
    text-align: center;
}

.section-help .list-content .content-box .title-box{
    text-align: left;
    margin-bottom: 35px;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.section-help .list-content .content-box .desc-box{
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}


.section-help .list-content .content-box .desc-box::after{
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(https://ec-img.eccang.com/www/eccang/img/2021/09/10/ec_1631238753.png);
    border-radius: 50%;

}
.section-help .yuyue-btn-box{
    margin-top: 10px;
}