.section{
    padding: 60px 0;
    box-sizing: border-box;
}
.banner{
    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-info{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-info-each{
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.banner-info-each img{
    width: 15px;
    height: 15px;
}
.banner-info-each div{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
}
.banner-arrow{
    margin-top: 60px;
}
.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: 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;
    }
    .banner-info{
        display: none;
    }
}



.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;
}

.why{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.why-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-left{
    width: 40%;
}
.why-subtitle{
    width: 152px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #5E629C;
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-title{
    font-size: 32px;
    font-weight: 600;
    color: #151948;
    margin-top: 24px;
}
.why-info-box{
    margin-top: 8px;
}
.why-info-each{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.why-info-each > img{
    width: 24px;
    height: 24px;
}
.why-info-each div{
    font-size: 16px;
    font-weight: 500;
    color: #151948;
    margin-left: 8px;
}
.why-contact{
    width: 279px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 49px;
}
.why-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;
}
.why-contact img{
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
}
.why-right{
    width: 56%;
}
.why-each-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-each-left{
    width: 48.5%;
    padding-top: 62px;
}
.why-each-right{
    width: 48.5%;
}

.why-each{
    padding: 32px 24px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(18,0,52,0.1);
    margin-top: 24px;
    border-radius: 10px;
}
@media (max-width: 960px) {
    .why-left{
        width: 100%;
    }
    .why-right{
        width: 100%;
    }
    .why-each-left{
        width: 100%;
        padding-top: 0;
    }
    .why-each-right{
        width: 100%;
    }
}
.why-each > img{
    width: 64px;
    height: 64px;
}
.why-each-title{
    font-size: 24px;
    font-weight: 600;
    color: #151948;
    margin-top: 24px;
}
.why-each-text{
    font-size: 14px;
    font-weight: 400;
    color: #5E629C;
    margin-top: 12px;
}
.why-line{
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.why-line-text{
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    margin-right: 4px;
    display: none;
}
.line-why{
    width: 48px;
    height: 2px;
    background-color: #FE532D;
    border-radius: 2px;
}
.why-each1:hover{
    background-color: #FE532D;
}
.why-each1:hover .why-each-title{
    color: #fff;
}
.why-each1:hover .why-each-text{
    color: #fff;
}
.why-each1:hover .why-line .line-why{
    background-color: #fff;
}
.why-each1:hover .why-line .why-line-text{
    color: #fff;
    display: block;
}
.why-each1:hover img{
    content: url("../img/why_icon4.png");
}

.why-each2:hover{
    background-color: #FE532D;
}
.why-each2:hover .why-each-title{
    color: #fff;
}
.why-each2:hover .why-each-text{
    color: #fff;
}
.why-each2:hover .why-line .line-why{
    background-color: #fff;
}
.why-each2:hover .why-line .why-line-text{
    color: #fff;
    display: block;
}
.why-each2:hover img{
    content: url("../img/why_icon6.png");
}

.why-each3:hover{
    background-color: #FE532D;
}
.why-each3:hover .why-each-title{
    color: #fff;
}
.why-each3:hover .why-each-text{
    color: #fff;
}
.why-each3:hover .why-line .line-why{
    background-color: #fff;
}
.why-each3:hover .why-line .why-line-text{
    color: #fff;
    display: block;
}
.why-each3:hover img{
    content: url("../img/why_icon5.png");
}

.why-each4:hover{
    background-color: #FE532D;
}
.why-each4:hover .why-each-title{
    color: #fff;
}
.why-each4:hover .why-each-text{
    color: #fff;
}
.why-each4:hover .why-line .line-why{
    background-color: #fff;
}
.why-each4:hover .why-line .why-line-text{
    color: #fff;
    display: block;
}
.why-each4:hover img{
    content: url("../img/why_icon7.png");
}



.flow{}
.flow-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}
.flow-left{
    width: 48%;
}
.flow-left > img{
    width: 100%;
}
.flow-right{
    width: 48%;
}
@media (max-width: 960px) {
    .flow-left{
        width: 100%;
    }
    .flow-right{
        width: 100%;
    }
}
.flow-subtitle{
    width: 132px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #5E629C;
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-title{
    font-size: 32px;
    font-weight: 600;
    color: #151948;
    margin-top: 24px;
}
.flow-text{
    font-size: 14px;
    font-weight: 400;
    color: #5E629C;
}
.flow-info{
    display: flex;
    align-items: center;
}
.flow-step-img{
    width: 95px;
    margin-top: 10px;
}
.flow-step-img > img{
    width: 100%;
}
.flow-step-box{
    flex: 1;
    margin-left: 14px;
}
.flow-step-each{
    margin-top: 30px;
}
.flow-step-title{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.flow-step-text{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}


.imputation{
    background-image: url("../img/imputation_bg1.png");
    background-size: cover;
}
.imputation-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.imputation-img{
    width: 372px;
}
.imputation-img > img{
    width: 100%;
}
.imputation-title{
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 14px;
}
.imputation-text{
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    color: #CACBCC;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
}
.imputation-btn{
    width: 160px;
    height: 40px;
    background: linear-gradient(45deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}



.platform{
    background-image: url("../img/achieve_bg1.png");
    background-size: cover;
}
.platform-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 96px;
}
.platform-left{
    width: 43%;

}
.platform-title{
    font-size: 34px;
    font-weight: 600;
    color: #333333;
}
.platform-line-box{
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.platform-line{
    width: 20px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
}
.platform-point{
    width: 4px;
    height: 4px;
    background: #FE532D;
    border-radius: 2px;
    margin-left: 2px;
}
.platform-text{
    margin-top: 10px;
}
.platform-info{
    margin-top: 12px;
}
.platform-info-each{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.platform-info-each > img{
    width: 15px;
    height: 15px;
}
.platform-info-each div{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}
.platform-right{
    width: 53%;
}
@media (max-width: 960px) {
    .platform-left{
        width: 100%;

    }
    .platform-right{
        width: 100%;
    }
}
.platform-right > img{
    width: 100%;
}



.coinType{
    background-image: url("../img/coinType_bg1.png");
    background-size: cover;
}
.coinType-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 96px;
}
.coinType-left{
    width: 30%;
}
.coinType-subtitle{
    width: 200px;
    height: 32px;
    background: rgba(255,255,255,0);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 400;
    color: #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coinType-title{
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 16px;
}
.coinType-info-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
}
.coinType-info-each{
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.coinType-info-each > img{
    width: 15px;
    height: 15px;
}
.coinType-info-each div{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
}
.coinType-btn{
    width: 160px;
    height: 40px;
    background: linear-gradient(45deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}
.coinType-right{
    width: 65%;
    position: relative;
}
@media (max-width: 960px) {
    .coinType-left{
        width: 100%;
    }
    .coinType-right{
        width: 95%;
        margin: 0 auto;
    }
}
.coinType-switch{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.switch-each-box{
    width: calc(100% * 3);
    position: absolute;
    top: 0;
    /*left: 0;*/
    display: flex;
    align-items: center;
}
.switch-each{
    width: calc(50% / 2 - 1%);
    padding: 0 0.5%;
}
.switch-each-pad{
    height: 416px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #FE532D;
    border-bottom: 12px solid #FE532D;
    padding: 40px 40px 21px;
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .coinType-switch{
        margin-top: 20px;
    }
    .switch-each{
        width: 100%;
        border: 1px solid #000000;
    }
    .switch-each-box{
        width: calc(100% * 6);
    }
}
.switch-coin{
    display: flex;
    align-items: center;
}
.switch-coin > img{
    width: 64px;
    height: 64px;
}
.switch-coin-info{
    margin-left: 12px;
}
.coin-name{
    font-size: 16px;
    font-weight: 600;
    color: #151948;
}
.coin{
    font-size: 14px;
    font-weight: 400;
    color: #5E629C;
    margin-top: 8px;
}
.star{
    width: 112px;
    margin-top: 40px;
}
.star > img{
    width: 100%;
}
.switch-text{
    font-size: 14px;
    font-weight: 400;
    color: #5E629C;
    line-height: 24px;
    margin-top: 16px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.switch-comma{
    display: flex;
    justify-content: flex-end;
}
.switch-comma > img{
    width: 90px;
    height: 90px;
}
.last{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(0, -50%);
    z-index: 10;
}
.last > img{
    width: 100%;
}
.next{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(0, -50%);
}
.next > img{
    width: 100%;
}


.enterprise{}
.enterprise-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 9px;
}
.enterprise-each{
    width: 24%;
    background: #FFFFFF;
    border: 1px solid #C5C3C3;
    margin-top: 32px;
    position: relative;
    top: 0;
}
@media (max-width: 960px) {
    .enterprise-each{
        width: 100%;
    }
}
.enterprise-each:hover{
    transition: 0.1s all linear;
    top: -16px;
    border: 1px solid #fff;
    box-shadow: 0px 20px 40px 1px rgba(254,83,45,0.2);
}
.enterprise-each > img{
    width: 100%;
}
.enterprise-info{
    height: 89px;
}
.enterprise-text{
    padding: 12px 16px 0;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    color: #151948;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.way{
    background-image: url("../img/deliver_bg1.png");
    background-size: cover;
}
.way-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.way-each{
    width: 31.5%;
    background: #FFFFFF;
}
@media (max-width: 960px) {
    .way-each{
        width: 100%;
        margin-top: 10px;
    }
}
.way-title{
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    color: #FE532D;
}
.way-price{
    font-size: 30px;
    height: 109px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #FE532D;
    text-align: center;
    line-height: 109px;
}
.way-price span{
    font-size: 14px;
}
.way-info{
    padding: 7px 25px 49px;
    box-sizing: border-box;
}
.way-info-each{
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.way-info-each > img{
    width: 20px;
    height: 20px;
}
.way-info-each div{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-left: 8px;
}
.way-btn{
    width: 100%;
    height: 49px;
    border: 1px solid #FE532D;
    font-size: 16px;
    font-weight: 400;
    color: #FE532D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.way-btn:hover{
    background: #FE532D;
    color: #fff;
}




.support{}
.support-title{
    font-size: 35px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
.support-text{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 24px;
}
.support-app{
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px auto 0;
}
.support-app-each{
    display: flex;
    align-items: center;
    background: linear-gradient(51deg, #FF4136 0%, #FCBC07 100%);
    border-radius: 62px;
}
@media (max-width: 960px) {
    .support-app-each:last-child{
        margin-top: 10px;
    }
}
.app-each-img{
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #FFFFFF;
}
.app-each-img > img{
    width: 28px;
}
.app-each-text{
    width: 190px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}


.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");
}

