.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    width: 100%;
    position: relative;
}
.banner-text{
    position: absolute !important;
    left: 50%;
    top: 200px;
    transform: translate(-50%,0);
}
.banner-title{
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
}
.banner-tip{
    width: 50%;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 16px;
}
.banner-arrow{
    margin-top: 180px;
}
.banner-arrow img{
    width: 36px;
    height: 36px;
}
@media (max-width: 960px) {
    .banner{
        height: 250px;
    }
    .banner img{
        height: 250px;
        object-fit: cover;
    }
    .banner-text{
        width: 100%;
        position: absolute !important;
        left: 50%;
        /* top: 30px; */
        top: 90px;
        transform: translate(-50%,0);
    }
    .banner-title{
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
    }
    .banner-tip{
        font-size: 6px;
    }
    .banner-arrow{
        margin-top: 20px;
    }
}

.achieve{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.line{
    width: 65px;
    height: 6px;
    background: #FE532D;
}
.title-text{
    font-size: 36px;
    font-weight: bold;
    color: #232845;
    margin-top: 16px;
}
.title-tip{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 16px;
}
.achieve-content{
    margin-top: 56px;
}
.achieve-top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 57px 100px 56px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.15);
    border-radius: 20px;
    position: relative;
}

.achieve-top-each{
    width: calc(100% / 3);
    display: flex;
    align-items: flex-start;
}
.achieve-top-each > img{
    width: 72px;
    height: 72px;
}
.achieve-top-info{
    margin-left: 16px;
}
.achieve-top-num{
    font-size: 48px;
    font-weight: bold;
    color: #FE532D;
}
.achieve-top-text{
    font-size: 20px;
    font-weight: normal;
    color: #666666;
}
.achieve-top-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FF4136 0%, #FCBC07 100%);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.15);
    border-radius: 20px;
    top: 10px;
    left: 10px;
    opacity: 0.2;
    z-index: -1;
}
.achieve-btm{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}
.achieve-btm-each{
    width: 48%;
    background: #FFFFFF;
    padding: 32px 24px 24px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #FE532D;
    position: relative;
}
@media (max-width: 960px) {
    .achieve-top{
        padding: 20px 20px 20px;
    }
    .achieve-top-each{
        width: 100%;
    }
    .achieve-btm-each{
        width: 100%;
    }
    .achieve-btm-each:last-child{
        margin-top: 10px;
    }
}
.achieve-btm-title{
    font-size: 24px;
    font-weight: 600;
    color: #151948;
}
.achieve-btm-text{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;
}
.achieve-item-box{
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.achieve-item{
    display: flex;
    align-items: center;
    margin-right: 26px;
}
.achieve-item > img{
    width: 24px;
    height: 24px;
}
.achieve-item-text{
    font-size: 16px;
    font-weight: 500;
    color: #151948;
    margin-left: 8px;
}
.achieve-btm-view{
    width: max-content;
    padding: 9px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #FF4136 0%, #FCBC07 100%);
    margin-top: 24px;
    border-radius: 5px;
}
.achieve-btm-view div{
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
}
.achieve-btm-view img{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.achieve-bg{
    width: 152px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.achieve-btm-each1{
    background: linear-gradient(133deg, #FF4136 0%, #FCBC07 100%);
    border: 1px solid rgba(255,255,255,0);
}



.why{
    background-image: url("../img/why_bg1.png");
    background-size: cover;
}
.why-content{
    margin-top: 10px;
}
.why-each{
    display: flex;
    align-items: flex-start;
    margin-top: 72px;
}
.why-each > img{
    width: 56px;
    height: 56px;
}
.why-info{
    margin-left: 24px;
}
.why-info-title{
    font-size: 24px;
    font-weight: bold;
    color: #FFA317;
}
.why-info-text{
    width: 560px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 16px;
}
@media (max-width: 960px) {
    .why-info-text{
        width: 100%;
    }
}


.robot{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.robot-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
}
.robot-left{
    width: 46%;
}
.robot-left img{
    width: 100%;
}
.robot-right{
    width: 48%;
}
@media (max-width: 960px) {
    .robot-left{
        width: 100%;
    }
    .robot-right{
        width: 100%;
    }
}
.robot-title{
    font-size: 28px;
    font-weight: 600;
    color: #151948;
}
.robot-info{}
.robot-each{
    display: flex;
    align-items: center;
    padding: 14px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #FE532D;
    margin-top: 24px;
}
.robot-each img{
    width: 20px;
    height: 20px;
}
.robot-each div{
    font-size: 16px;
    font-weight: 400;
    color: #151948;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.robot-each:hover{
    background: #FE532D;
    cursor: pointer;
}
.robot-each:hover img{
    content: url("../img/robot_icon1.png");
}
.robot-each:hover div{
    color: #fff;
}

.info-box{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.info-left{
    width: 50%;
}
.info-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url("../img/info_bg1.png");
    background-size: cover;
}
.info-left img{
    width: 100%;
}
.info-each{
    width: 50%;
    height: 50%;
    padding: 47px;
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .info-left{
        width: 100%;
    }
    .info-right{
        width: 100%;
    }
    .info-each{
        width: 100%;
        height: auto;
    }
}
.info-each img{
    width: 80px;
    height: 80px;
}
.info-each-title{
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 26px;
}
.info-each-text{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.control{
    background-color: #F8F8F8;
}
.control-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.control-left{
    width: 48%;
}
.control-title{
    font-size: 28px;
    font-weight: 600;
    color: #151948;
}
.control-tip{
    font-size: 20px;
    font-weight: 400;
    color: #232845;
    line-height: 35px;
    margin-top: 26px;
}
.control-item{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.control-item img{
    width: 24px;
    height: 24px;
}
.control-item-text{
    font-size: 16px;
    font-weight: 600;
    color: #151948;
    margin-left: 8px;
}
.control-contact{
    width: 279px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 49px;
}
.control-contact div{
    width: 279px;
    height: 75px;
    border-radius: 38px;
    border-top: 1px solid #FE532D;
    border-left: 1px solid #FE532D;
    border-bottom: 1px solid #FE532D;
    line-height: 75px;
    padding-left: 44px;
    font-size: 20px;
    font-weight: 400;
    color: #FE532D;
}
.control-contact img{
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
}

.control-right{
    width: 42%;
    position: relative;
}

.control-right img{
    width: 100%;
}
.next{
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translate(0, -50%);
}
.next img{
    width: 56px;
    height: 56px;
}
.control-info-box{
    width: 120%;
    display: none;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 430px;
    left: 50px;
}
.control-info-active{
    display: flex;
}

.control-info-border{
    width: 23px;
    background: #FE532D;
    opacity: 1;
}
.control-info{
    width: 100%;
    padding: 28px 33px 29px;
    box-sizing: border-box;
}
.control-text{
    font-size: 18px;
    font-weight: 400;
    color: #151948;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.control-info-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}
.control-info-title{
    font-size: 24px;
    font-weight: 600;
    color: #151948;
}
.control-info-btm img{
    width: 132px;
}
@media (max-width: 960px) {
    .control-left{
        width: 100%;
    }
    .control-right{
        width: 70%;
        margin-top: 10px;
    }
    .control-info-box{
        top: 180px;
    }
    .control{
        padding-bottom: 120px;
    }
}





.support{
    background-image: url("../img/support_bg1.png");
    background-size: cover;
}
.support-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 59px;
}
.middle-img{
    width: 50%;
}
.middle-img > img{
    width: 100%;
}
.support-left{
    width: 25%;
}
.support-each{
    display: flex;
    align-items: center;
}
.support-each-text{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.support-each > img{
    width: 60px;
    height: 60px;
}
.support-each-btm{
    margin-top: 170px;
}
.support-btm{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}
.support-btm > img{
    width: 60px;
    height: 60px;
}
.support-btm-text{
    margin-top: 31px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
@media (max-width: 960px) {
    .middle-img{
        display: none;
    }
    .support-left{
        width: 100%;
    }
    .support-right{
        width: 100%;
        margin-top: 170px;
    }
    .support-each{
        justify-content: center;
    }
}


.feature{
    background-color: #F5F6FA;
}
.feature-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.feature-each{
    width: 31%;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    margin-top: 40px;
}
@media (max-width: 960px) {
    .feature-each{
        width: 100%;
    }
}
.feature-each > img{
    width: 100%;
}
.feature-info{
    padding: 16px 24px 36px;
    box-sizing: border-box;
}
.feature-title{
    font-size: 20px;
    font-weight: 600;
    color: #151948;
}
.feature-text{
    font-size: 14px;
    font-weight: 400;
    color: #5E629C;
    margin-top: 12px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.process{
    background-image: url("../img/process_bg1.png");
    background-size: cover;
}
.process-content{
    margin-top: 106px;
}
.process-content img{
    width: 100%;
}



.charge{}
.charge-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.charge-each{
    width: 32%;
    background: #1E223D;
    border-radius: 10px;
    position: relative;
    top: 0;
    overflow: hidden;
}
.charge-each:hover{
    transition: 0.1s all linear;
    top: -46px;
}
.charge-each:hover .charge-each-top{
    background-color: #FE532D;
}
.charge-each:hover .charge-each-price{
    background-color: #fff;
}
.charge-each:hover .charge-each-price div{
    color: #FE532D;
}
.charge-each:hover .access-btn{
    background: linear-gradient(49deg, #FF4136 0%, #FCBC07 100%);
    border: 1px solid rgba(0,0,0,0);
}
@media (max-width: 960px) {
    .charge-each{
        width: 100%;
        margin-top: 10px;
    }
}
.charge-each-top{
    padding: 32px 54px 19px;
    box-sizing: border-box;
    background-color: #262B4C;
}
.charge-each-title{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.charge-each-price{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0 13px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 30px;
}
.charge-each-price div{
    font-size: 36px;
    font-weight: normal;
    color: #FFFFFF;
}
.charge-each-price div span{
    font-size: 16px;
}
.charge-info{
    padding: 0 40px 40px;
    box-sizing: border-box;
}
.charge-info-each{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.charge-info-each img{
    width: 20px;
    height: 20px;
}
.charge-info-text{
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 12px;
}
.access-btn{
    width: 135px;
    height: 38px;
    background: rgba(255,255,255,0);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 40px auto 0;
}



.bottom{
    background-color: #131522;
}
.bottom-line{
    width: 100%;
    height: 10px;
    background: linear-gradient(135deg, #FF4136 0%, #FCBC07 100%);
}
.bottom-info{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-info-introduce{
    width: 28%;
}
.bottom-info-introduce > img{
    height: 61px;
}
.introduce-text{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    text-align: justify;
    margin-top: 24px;
}
.inp-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    margin-top: 30px;
}
.inp-box > img{
    width: 20px;
    height: 20px;
}
.inp-box > input{
    border: none;
    outline: none;
    background-color: #131421;
    flex: 1;
}
.confirm{
    width: 56px;
    height: 25px;
    background: linear-gradient(46deg, #FF4136 0%, #FCBC07 100%);
    border-radius: 1px;

    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-link2{
    width: 25%;
}

@media (max-width: 960px) {
    .bottom-info-introduce{
        width: 70%;
    }
    .bottom-link{
        width: 70%;
        margin-top: 10px;
    }
}
.bottom-link-title{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.bottom-link > img{
    width: 36px;
}
.bottom-link-each{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.bottom-link-each > img{
    width: 10px;
}
.bottom-link-each div{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 4px;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.contact-each{
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.contact-each > img{
    width: 16px;
    height: 16px;
}
.contact-each > div{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 8px;
}
.filings{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-bottom: 15px;
}
.bottom-link-each:hover{
    cursor: pointer;
}
.bottom-link-each:hover div{
    color: #FE532D;
    border-bottom: 1px solid #FE532D;
}
.bottom-link-each:hover img{
    content: url("../img/icon_13.png");
}

