body{
    padding-top: 50px;
}
.pc_show{
    display: block;
}
.mobile_show{
    display: none;
}
.mr74{
    margin-right: 74px;
}
.pd40{
    margin: 0 40px;
}
.mb20{
    margin-bottom: 20px;
}
.container{
    width: 100% !important;
}
.main-content{
    background: #ffffff;
    padding-bottom: 0;
}

.col-md-12{
    padding-left: 0;
    padding-right: 0;
}
.carousel-img img{
    width: 100%;
}
.carousel-inner{
    height: 100%;
}
.panel_list{
    height: 520px;
    margin-top: 48px;
    background-size: 100% 100%;
}

.panel_list h2{
    line-height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}
.panel_list p{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #333333;
    line-height: 28px;
}
.panel_auto{
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel_img{
    width: 576px;
    padding: 0;
    margin: 46px;
}
.panel_img img{
    width: 100%;
}
.panel_text{
    width: 565px;
    margin-left: 27px;
}
.panel_list button{
    width: 177px;
    height: 36px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    margin-top: 30px;
}
/*我们的优势*/
.advantage_list{
    display: flow-root;
    height: 520px;
    margin-top: 80px;
    background: url('./advantage_list_bg.png') no-repeat;
    background-size: 100% 100%;
}
.advantage_auto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.advantage_auto > div{
    text-align: center;
    max-width: 216px;
    margin: 0 40px;
}
.advantage_list h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    padding-top: 72px;
    margin-bottom: 60px;
}
.advantage_auto h3{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin: 26px 0 15px 0;
}
.advantage_auto h3 b{
    font-size: 24px;
}
.advantage_auto i{
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.38;
    margin: 14px auto;
}
.advantage_auto p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.icon_box{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    /*box-shadow: 0px 25px 25px 0px #3370FF;*/
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    margin: auto;
    position: relative;
}
.icon_box::before{
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    background: url('./right.png') no-repeat,linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

/*成功案例*/
.successful_cases{
    background: url('./success_case_bg.png') no-repeat #ffffff;
    background-position: center;

}

.successful_cases h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    text-align: center;
    margin: 80px 0 33px 0;
}
.successful_cases_item{
    display: flex;
    width: 585px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 32px 32px 30px 32px;
    margin: 15px;
}
.successful_cases_right{
    margin-left: 30px;
}
.successful_cases_left img{
    display: block;
    margin: auto;
}
.successful_cases_left b{
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.successful_cases_box{
    display: flex;
    justify-content: center;
}
.successful_cases_item h3{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
}
.successful_cases_right > div{
    background: #FAFAFA;
    border-radius: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 20px;
    margin: 16px 0 12px 0;
}
.successful_cases_right p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 0;
}
.more_cases{
    display: block;
    margin: 17px auto;
    width: 200px;
    height: 38px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    border: none;
    margin-bottom: 80px;
}

/*关于我们*/
.about_us_box{
    background: url('./about_bg.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.about_us_left{
    float: left;
    width: 600px;
}
.about_us_right{
    float: right;
    width: 555px;
    margin-top: 34px;
    margin-bottom: 34px;
    margin-left: 46px;
}
.about_us_right img{
    width: 100%;
    /*height: 100%;*/
}
.about_us_auto{
    display: flex;
    justify-content: center;
}
.about_us_left h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    margin-top: 102px;
}
.about_us_left i{
    display: block;
    width: 40px;
    height: 4px;
    background: #FF7A5A;
    margin: 8px 0 60px 0;
}
.about_us_left p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
/*卖家*/
.seller_list{
    height: 600px;
    background: linear-gradient(180deg, #FDFFFF 0%, #EAF7FF 100%);
}
.seller_list h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    text-align: center;
    padding: 100px 0 16px 0;
}
.seller_list p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: center;
    width: 626px;
    margin: auto;
}
/*ul{*/
/*    width:800px;*/
/*    height:60px;*/
/*    position:relative;*/
/*}*/
.seller_scroll_box{
    height: 120px;
    overflow:hidden;
    width: 100%;
}
#div1 {
    width:100%;
    height:120px;
    margin:100px auto;
    position:relative;
    background:pink;
    overflow:hidden
}
#div1 ul {
    position:absolute;
    left:0;
    top:0
}
#div1 ul li {
    float:left;
    width:200px;
    height:120px;
    list-style:none;
    border: 1px solid #ccc;
}
/*无缝滚动*/
.ascroll_forever {
    height: 122px;
    width: 200%;
    overflow: hidden;
    margin: 20px auto;
}
.ascroll_forever li {
    height: 120px;
    width: 240px;
    border: 1px solid #EEEEEE;
    float: left;
    margin: 1px 10px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.ascroll_forever li img{
    display: flex;
    margin: auto;
}
#ascroll_forever1{
    position: relative;
    left: -140px;
}
.clear_hover{
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 99;
}
/*支持以下亚马逊站点*/
.station_box{
    width: 100%;
    height: 371px;
    background: url('./station_bg.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.station_box h2{
    margin: 0;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    padding: 80px 0 48px 0;
}
.station_box ul{
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.station_box li{
    float: left;
    width: 182px;
    height: 38px;
    background: #FFFFFF linear-gradient(270deg, #B4CBFF 0%, #FFFFFF 100%);
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 9px;
}
.station_box li span{
    margin-left: 10px;
}
@media screen and (max-width: 1280px) and (min-width: 750px) {
    .panel_auto,.successful_cases_box,.about_us_box{
        padding: 0 45px;
    }
    .successful_cases_right{
        margin-left: 20px;
    }
    .about_us_left h2{
        margin-top: 80px;
    }
    .about_us_left i{
        margin-bottom: 30px;
    }
    .about_us_left p{
        padding-bottom: 30px;
    }
    .station_box li{
        padding: 0 15px;
    }

}

@media screen and (max-width: 1100px) {
    .panel_list{
        height: 400px;
    }
    .advantage_list h2{
        padding-top: 80px;
    }
}
@media screen and (max-width: 990px) {
    .advantage_list{
        margin-top: 0;
    }
}
@media screen and (min-width: 750px){
    .main-content:after{
        height: 0;
    }
    .panel_list_img1{
        background: url('./panel1_bg.png') no-repeat, #ffffff;
        background-size: 100% 100%;
    }
    .panel_list_img2{
        /*background: url('./panel2_bg.png') no-repeat, #ffffff;*/
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 750px){
    .pc_show{
        display: none !important;
    }
    .mobile_show{
        display: block;
    }
    .panel_list{
        height: auto;
        margin-top: 40px;
    }
    .panel_auto{
        display: block;
        margin-top: 30px;
    }
    .panel_list_img1{
        background: #ffffff !important;
    }
    .panel_list h2{
        font-size: 20px;
        text-align: center;
    }
    .panel_img,.panel_text{
        width: auto;
    }
    .panel_img img{
        width: 100%;
        padding: 0 20px;
    }
    .panel_text{
        padding: 0 40px;
        margin-top: 20px;
    }
    .panel_list p{
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    .panel_list p b{
        color: #333333;
    }
    .panel_list button{
        display: block;
        margin: 20px auto;
        width: 100%;
    }
    .mr74{
        margin-right: 74px;
    }
    .advantage_list{
        height: auto;
        background: url(./m_advantage_list_bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 40px;
    }
    .advantage_auto{
        padding: 0 15px;
        margin: auto;
        display: block;
    }
    .advantage_auto > div{
        float: left;
        max-width:none;
        width: 46%;
        height: 205px;
        margin: 6px 2%;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(15px);
    }
    .icon_box{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        margin-top: 24px;
    }
    .icon_box img{
        width: 28px;
        height: 28px;
    }
    .advantage_auto h3{
        font-size: 14px;
        margin: 15px 0 12px 0;
    }
    .advantage_auto h3 b{
        font-size: 16px;
    }
    .advantage_auto i{
        display: none;
    }
    .advantage_list h2{
        margin-bottom: 21px;
        padding-top: 40px;
        font-size: 20px;
        line-height: 28px;
    }
    .advantage_auto p{
        opacity: .8;
        padding: 0 15px;
        line-height: 20px;
        font-size: 12px;
    }
    /*成功案例*/
    .successful_cases{
        background: none;
    }
    .successful_cases_box{
        display: block;
        padding: 0 40px;
    }
    .successful_cases_item{
        padding: 0;
        display: block;
        width: auto;
        background: url(./successful_cases_item_bg.png) right top no-repeat,linear-gradient(180deg, #E0E9FF 0%, #FFFFFF 25%, #FFFFFF 100%);
        background-size: 33%;
    }
    .successful_cases h2{
        font-size: 20px;
        line-height: 28px;
        margin: 40px 0 15px 0;
    }
    .successful_cases_item h4{
        width: 135px;
        height: 36px;
        background: #0044FF;
        border-radius: 0px 100px 100px 0px;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 36px;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 23px;
    }
    .successful_cases_left img,
    .successful_cases_left b{
        display: inline-block;
    }
    .successful_cases_left img{
        width: 44px;
        float: left;
        margin-right: 14px;
    }
    .successful_cases_left{
        margin-left: 16px;
        overflow: hidden;
    }
    .successful_description{
        font-size: 12px;
    }
    .successful_cases_right,
    .successful_cases_left{
        margin: 0 16px;
    }
    .successful_cases_left b{
        font-size: 14px;
        margin-top: 0;
        padding-bottom: 4px;
    }
    .successful_cases_right > div {
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .more_box{
        margin: 0 40px;
    }
    .more_cases{
        width: 100%;
        margin: 0 0 40px 0;
    }
    /*关于我们*/
    .about_us_auto{
        display: block;
        background: #F6F8FB;
        position: relative;
    }
    .about_us_left,
    .about_us_right{
        width: auto;
        float: none;
    }
    .about_us_left h2{
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        padding: 40px 0 30px 0;
        margin-bottom: 0;
    }
    .about_us_left i{
        display: none;
    }
    .about_us_left p{
        margin: 0 36px;
        background: #FFFFFF;
        border-radius: 20px;
        border: 2px solid #C1D4FF;
        padding: 20px 16px;
        font-size: 14px;
    }
    .about_us_right{
        margin: 15px 75px 0px 75px;
        padding-bottom: 25px;
    }
    .about_us_right img{
        width: 100%;
    }
    .ascroll_forever{
        height: 75px;
        margin: 8px auto;
    }
    .ascroll_forever li{
        width: 144px;
        height: 72px;
        margin: 1px 6px;
    }
    .ascroll_forever li img{
        transform: scale(0.6);
    }
    #ascroll_forever1{
        left: -85px;
    }
    #ascroll_forever ul{
        margin-left: -55px;
    }
    #ascroll_forever2 ul{
        margin-left: -128px;
    }
    #ascroll_forever3 ul{
        margin-left: -60px;
    }
    #ascroll_forever4 ul{
        margin-left: -145px;
    }
    .seller_list{
        height: auto;
        padding-bottom: 33px;
    }
    .clear_hover{
        height: 420px;
    }
    .seller_list h2{
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 44px 0 20px 0;
    }
    .seller_list p{
        width: auto;
        line-height: 21px;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    /*站点*/
    .station_box{
        height: auto;
        overflow: hidden;
        background: url(./m_station_bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 0 10px;
    }
    .station_box h2{
        font-size: 20px;
        line-height: 28px;
        padding: 40px 0 22px 0;
    }
    .station_box ul{
        float: right;
        width: 50%;
        overflow: inherit;
        padding-left: 0;
        display: grid;
    }
    .station_box li{
        width: 162px;
        margin: 8px 0;
    }
    .station_box li img{
        width: 22px;
        height: 17px;
    }
    .navbar-inverse{
        background: #ffffff;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background-color: #ffffff;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background: #333333;
    }
}
/*footer*/
.footer_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}
.footer_list li{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0 20px;
}
.footer-inner p{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
    line-height: 17px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-inner p a{
    color: #999999;
}
.footer-inner p a:hover{
    color: #3370FF;
    text-decoration: none;
}
/*修改*/
.vipon_title{
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #333333;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
}
.swiper-container{
    margin-bottom: 40px;
}
.panel_list_img1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.panel_text h2{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    margin-bottom: 12px;
}
.panel_text .description{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 34px;
}
.panel_text .list_flex{
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}
.list_flex li{
    padding-right: 48px;
    list-style: none;
}
.list_flex li h4{
    font-size: 24px;
    font-family: FetteMittelschrift-Regular, FetteMittelschrift;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    margin: 0;
}
.list_flex li p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
.list_flex1{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 20px;
}
.list_flex1 li{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
}
.list_flex1 li img{
    margin-right: 2px;
}

/*tab切换*/
.tab {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.tab-nav {
    margin-bottom: 60px !important;
    max-width: 1200px;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    margin: auto;
    align-items: center;
    justify-content: space-evenly;
}

.tab-nav a {
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    padding-bottom: 16px;
    text-decoration: none;
}

.tab-nav a.current {
    color: #3370FF;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3370FF;
    line-height: 28px;
    border-bottom: 3px solid #3370FF;
    padding-bottom: 14px !important;
}

.tab-con {
    position: relative;
    overflow: hidden;
    height: 460px;
}

.tab-con-item {
    display: none;
    background-size: 100% 100%;
}
.list_block{
    padding-left: 20px;
}
.list_block li{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.list_block li:after{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: rgba(51, 112, 255, 0.23);
    left: -20px;
    top: 9px;
    margin-top: -5px;
    border-radius: 50%;
}
.list_block li:before{
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #3370FF;
    left: -17px;
    top: 9px;
    margin-top: -2px;
    border-radius: 50%;
}
.hot_deal_title{
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
}
.fixed_box{
    position: fixed;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 6px;
    right: 8px;
    bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fixed_content{
    position: fixed;
    width: 112px;
    height: 129px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 6px;
    right: 65px;
    bottom: 119px;
    display: none;
}
.fixed_body{
    width: 88px;
    height: 88px;
    background: #ffffff;
    margin: 12px auto;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 4px !important;
}
.fixed_body img{
    width: 100%;
    height: 100%;
}
.fixed_content p{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}
@media (min-width: 768px){
    .navbar-right{
        margin-right: 0;
    }
}
.navbar-right .login{
    background: none;
    padding: 0;
}
.navbar-right .login a{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.14);
    width: 100%;
    height: 100%;
    display: block;
    line-height: 34px;
    border-radius: 5px;
}
.flex_style{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.flex_style ul{
    display: flex;
    max-width: 1200px;
    padding: 0;
    margin: auto;
    justify-content: space-between;
}
.flex_style ul li{
    display: flex;
    width: 285px;
    height: 108px;
    /*background: linear-gradient(180deg, #E6EDFF 0%, #FFFFFF 100%);*/
    box-shadow: 0px 2px 20px 0px rgba(133,133,133,0.07);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background: url('./banner_item_bg.png') no-repeat;
    background-size: 100% 100%;
}
.flex_style ul li > div:first-child{
    width: 58px;
    height: 58px;
    background: #3370FF;
    border-radius: 50%;
    margin-right: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_style ul li > div:first-child img{
    display: block;
}
.flex_style ul li > div p{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-bottom: 4px;
}
.flex_style ul li > div span{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.promotion{
    margin-top: 80px;
    background: url('./promotion_bg.png') no-repeat;
    background-size: 100% 100%;
}
.promotion h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
}
.promotion > h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 24px;
}
.promotion > p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: center;
    margin-bottom: 43px;
}
.promotion .promotion_content{
    display: flex;
    justify-content: center;
}
.promotion .promotion_content > div:first-child{
    width: 900px;
}
.promotion .promotion_content > div:last-child{
    width: 299px;
    padding-top: 50px;
}
.promotion .promotion_content > div:first-child > p{
    width: 100%;
    height: 32px;
    background: linear-gradient(180deg, #F1F1F2 0%, #E5E5E5 100%);
    border-radius: 13px 13px 0px 0px;
    line-height: 30px;
    padding: 0 9px;
    margin-bottom: 0;
}
.promotion .promotion_content > div:first-child > p i{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 7px;
}
.promotion .promotion_content > div:first-child > p i:first-child{
    background: #FF5752;
}
.promotion .promotion_content > div:first-child > p i:nth-child(2){
    background: #FFA114;
}
.promotion .promotion_content > div:first-child > p i:nth-child(3){
    background: #11D611;
}
.promotion_content img{
    width: 100%;
}
.promotion_content .promotion_list{
    width: 100%;
    background: #3370FF;
    border-radius: 0px 20px 0px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 70px;
}
.promotion_list ul{
    padding-left: 0;
    margin-bottom: 11px;
}
.promotion_list ul li{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    list-style: none;
    line-height: 22px;
    padding-bottom: 23px;
}
.promotion_list ul li img{
    width: 17px;
    height: 17px;
    margin-right: 19px;
}
.promotion_list ul li button{
    width: 180px;
    height: 42px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    border: none;
}
.promotion_content .promotion_gif{
    height: 470px;
    background: #F6F7F9;
    box-shadow: 0px 10px 20px 0px rgba(180,182,187,0.08);
    border-radius: 0px 0px 14px 14px;
    border: 1px solid #F0F0F1;
}
.contact_customer_style{
    display: block;
    width: 177px;
    height: 36px;
    background: linear-gradient(180deg, #FFA03F 0%, #FF3000 100%);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;

}
.contact_customer_style:hover{
    text-decoration: none;
    color: #FFFFFF;
}