* {
    font-family: PingFang SC, PingFang SC-Regular;
}

#video_box1 {
    overflow: hidden;
}
.title_box{
    text-align: center;
    margin-bottom:  35px;
}

header .top_back_btn {
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    /* background: #999; */
    text-align: center;
    border-radius: 20px;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(90deg,#aa2782 0%, #db368c 100%);
}
header .top_back_btn:hover {
    color: #FFF!important;
    background: linear-gradient(180deg,#ad2883 0%, #d9368c 100%);
}

.a_position {
    position: absolute;
    top: -80px;
    width: 1px;
    height: 1px;
}
/*index_banner*/
.index_banner_top{

}
.index_banner {
    position: relative;
    height: 839px;
    background: url('../img/banner.png?20210723') top center no-repeat;
}
.index_banner .enter {
    position: absolute;
    left: 41.5%;
    bottom: 17%;
    width: 201px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 59px;
}
.index_banner .back_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    width: 202px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    background: #db368c;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
}
.index_banner .back_btn:hover{
    background: #8d277a;
}
.back_btn span {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.num-statistics {    
    position: relative;
    width: 1200px;
    height: 120px;
    padding: 10px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.num-statistics .statistics-item{
    width: 33.33%;
    box-sizing:border-box;
    padding-left: 39px;
}
.num-statistics .statistics-item:nth-child(2){
    border-left:1px solid rgba(84, 185, 198,0.1);
    border-right:1px solid rgba(84, 185, 198,0.1);
}
.num-statistics .statistics-item p:nth-child(1){
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    padding-left:20px;
}
.num-statistics .statistics-item p:nth-child(2){        
    font-size: 30px;
    font-weight:700;
    color: #db368c;
}
.num-statistics .statistics-item p:nth-child(2) span{
    font-size: 18px;
}
.num-statistics .statistics_num1{
   width: 103px; 
   height: 73px;
   margin-right:20px;
}
.num-statistics .statistics_num2{
   width: 95px; 
   height: 82px;
   margin-right:20px;
}
.num-statistics .statistics_num3{
   width: 103px; 
   height: 95px;
   margin-right:20px;
}
/*index_banner*/
/*分享*/

/*分享*/
/*ind_order_1*/

.ind_order {
    position: relative;
    z-index: 1;
    padding-bottom:70px;
}

.wrap{
    position: relative;
}
.ind_order_1 {
    margin-top: 80px;
}
.ind_order_1 .wordbox {
    padding:58px 46px 60px 435px;
    text-align: justify;
    background:linear-gradient(to right,#0f0850 , #252072 );
    border-radius: 8px;
    font-size: 16px;
}
.ind_order_1 .cont {
    display: flex;
    position: relative; 
    height: 339px;
    box-sizing: border-box;
    padding: 33px 53px 45px 40px;
    background:url(../img/activity_bg.png) no-repeat;
}

.ind_order_1 .wordbox p:nth-child(2){
    margin:10px 0px;
}



.ind_order_1 .cont img {
    position: absolute;
    left: 0;
    top: 35px;
}

.ind_order_1 .cont .content-text {
    width: 644px;
    height: 161px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.ind_order_1 .video-item {
    width: 450px;
    height: 238px;/*
    background-color: #14307b;*/
    margin-left: 39px;
    border-radius: 8px;
}
.ind_order_1 .video-item  .back_activity_list {
    height: 100%;
    width: 80%;
}
.ind_order_1 .swiper-pagination-activity{
    display: none!important;
}
.ind_order_1 .video-item {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0%, -49%);
    cursor: pointer;
   /* background: url(../img/video1.png) no-repeat;
    background-size: 450px 238px;*/
}
.order1_activity_img{ 
    width: 450px;
    height: 238px;
}
.order1_activity_img1{ 
    background: url(../img/video1.png?20211129) no-repeat;
    background-size: 360px 208px;
}
.order1_activity_img2{
    background: url(../img/video2.png) no-repeat;
    background-size: 360px 208px;
}
.order1_activity_img3{ 
    background: url(../img/video3.png) no-repeat;
    background-size: 360px 208px;
}
.ind_order_1 .video-item .play-btn, .ind_order_2 .video-item .play-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../img/icon_btn/play.png) no-repeat;
    background-size: 60px;
    cursor: pointer;
}
.ind_order_1 .video-item .play-btn:hover{
    background: url(../img/icon_btn/play_hover.png) no-repeat;
    background-size: 60px;
}

.ind_order_1 .swiper-button-next-pic , .ind_order_1 .swiper-button-prev-pic{
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(0px, -50%);
    top: 47%;
    height: 52px;
    width: 30px;
    cursor: pointer;
}
/*ind_order_1*/
/*ind_order_2*/
.back_product_list{
    width: 1070px;
    margin:0 auto;
    margin-bottom: 30px;
}
.ind_order_2 .cont{
    position: relative;
}
.ind_order_2 .order2_product{
    width: 350px;
    height: 230px;
    background: #2132aa;
}
.order2_product_img{
    width: 350px;
    height:188px; 
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.order2_product_img .play-btn{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: url(../img/icon_btn/play.png)
}
.order2_product_img .play-btn:hover{
    background: url(../img/icon_btn/play_hover.png)
}
.ind_order_2 .order2_product p{
    line-height: 42px;
    font-size: 18px;
    font-weight: 18px;
    padding-left: 17px;
}
.ind_order_2 .swiper-button-next-pic , .ind_order_2 .swiper-button-prev-pic{
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
    height: 52px;
    width: 30px;
    cursor: pointer;
}
/*ind_order_2*/
/*ind_order_2 ,ind_order_2 公用轮播条*/
.pagination_bullte .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #666;
    margin-right:   5px;
}
.pagination_bullte .swiper-pagination-bullet-active{
    background-color: #DB368C;
    opacity: 1;
}
.pagination_bullte .swiper-pagination {
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
}
/*ind_order_2 ,ind_order_2 公用轮播条*/
/*ind_order_3*/

.ind_order_3 .swiper-button-prev {
    left: 50%;
    margin: 18px 0 0 -583px;
    background-image: url('../img/prev.png');
}
.ind_order_3 .swiper-button-next {
    left: 50%;
    margin: 18px 0 0 555px;
    background-image: url('../img/next.png');
}
.ind_order_3 .wrap {
    position: relative;
}
.back_photo_list {
    padding: 30px 0 20px 0;
    padding-top: 0px;
    width: 1070px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.back_photo_list .swiper-slide{
    width: 260px;
    height: 173px;
    float: left;
    margin-bottom: 7px;
}
.back_photo_list .swiper-slide img {
    width: 260px;
    height: 173px;
    /* margin-right: 10px; */
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    object-fit: cover;
}
.back_photo_list .swiper-slide img:nth-child(4n+0) {
    margin-right: 0;
}

.ind_order_3 .swiper-button-next-pic , .ind_order_3 .swiper-button-prev-pic{
    position: absolute;
    top: 300px;
    height: 52px;
    width: 30px;
    cursor: pointer;
}
.swiper-button-prev-pic {
    left: 5px;
    background-image: url('../img/icon_btn/left.png');
}
.swiper-button-prev-pic:hover {
    background-image: url('../img/icon_btn/left_hover.png');
}
.swiper-button-next-pic {
    right: 5px;
    background-image: url('../img/icon_btn/right.png');
}
.swiper-button-next-pic:hover {
    background-image: url('../img/icon_btn/right_hover.png');
}


/*ind_order_3*/




/*ind_order_4 演讲视频*/

.ind_order_4 .sec_tit {
    margin-bottom: 40px;
}

.speech-video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.speech-video .video {
    width: 390px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    
}
.speech-video .video-item {
    position: relative;
    width: 100%;
    /* height: 220px; */
    height: 260px;
    cursor: pointer;
    /* background: url(../image_new/speech_video_cover/speecher1.jpeg) no-repeat; */
    /* background-size: 390px 220px; */
}
.speech-video .speech1 {
    background: url(../image_new/speech_video_cover/speecher1.png) no-repeat;
    background-size: cover;
}
.speech-video .speech2 {
    background: url(../image_new/speech_video_cover/speecher2.png) no-repeat;
    background-size: cover;
}
.speech-video .speech3 {
    background: url(../image_new/speech_video_cover/speecher3.png) no-repeat;
    background-size: cover;
}
.speech-video .speech4 {
    background: url(../image_new/speech_video_cover/speecher4.png) no-repeat;
    background-size: cover;
}
.speech-video .speech5 {
    background: url(../image_new/speech_video_cover/speecher5.png) no-repeat;
    background-size: cover;
}
.speech-video .speech6 {
    background: url(../image_new/speech_video_cover/speecher6.png) no-repeat;
    background-size: cover;
}
.speech-video .speech7 {
    background: url(../image_new/speech_video_cover/speecher7.png) no-repeat;
    background-size: cover;
}
.speech-video .speech8 {
    background: url(../image_new/speech_video_cover/speecher8.png) no-repeat;
    background-size: cover;
}
.speech-video .speech9 {
    background: url(../image_new/speech_video_cover/speecher9.png) no-repeat;
    background-size: cover;
}
.speech-video .speech10 {
    background: url(../image_new/speech_video_cover/speecher10.png) no-repeat;
    background-size: cover;
}
.speech-video .speech11 {
    background: url(../image_new/speech_video_cover/speecher11.png) no-repeat;
    background-size: cover;
}
.speech-video .speech12 {
    background: url(../image_new/speech_video_cover/speecher12.png) no-repeat;
    background-size: cover;
}


.speech-video .video-item .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background: url(../img/icon_btn/play.png) no-repeat;
    background-size: 54px;
    cursor: pointer;
}

.speech-video .video-item:hover .play-btn{
    background: url(../img/icon_btn/play_hover.png) no-repeat;
    background-size: 54px;
}

.speech-video .video-text {
    padding: 21px 21px 19px 21px;
    background-color: #2132aa;
    position: relative;
    box-sizing: border-box;
    height: 104px;
}
.speech-video .speech-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #C1C1D9;
}

.speech-video .speecher-dentity {
    font-size: 12px;
    color: #C1C1D9;
}
.speech-video .video-text .dowload-btn {
    position: absolute;
    bottom: 21px;
    right: 19px;
    color: #DB368C;
    font-size: 12px;
    cursor: pointer;
    line-height: 16px;
    text-decoration: none;
}

.video-text .dowload-btn .download-icon{
    /* display: inline-block; */
    float: left;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url(../img/icon_btn/download.png) no-repeat;
    background-size: 16px;
}
/*
.video-text .dowload-btn:hover .download-icon {
    background: url(../img/icon_btn/download_hover.png) no-repeat;
    background-size: 16px;
}*/

/*ind_order_4 演讲视频*/
/*ind_order_5 参与厂商*/
/*.ind_order_5{
    padding-bottom: 40px;
}*/
.ind_order_5 .title_box{
    margin-bottom: 20px;
}
.ind_order_5 .sec_tit .ext {
    text-align: right;
}
.ind_order_5 .table_info ul{
    display: flex;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #0c2073;
}
.ind_order_5 .table_info ul li{
    width: 33.33%;
    text-align: center;
    border-right: 2px solid #0c2073;
}
.ind_order_5 .table_info ul:nth-child(2n-1){
    background: #2132AA;
}
.ind_order_5 .table_info ul:nth-child(2n){
    background: #10115f;
}
.exhibitors-tab-pc {
    display: block;
}


.ind_order_5 .exhibitors-tab-pc .tab-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2px;
}

.ind_order_5 .exhibitors-tab-pc .tab-td {
    display: block;
    width: 398px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #C1C1D9;
    background-color: #170B9B;
}
.ind_order_5 .exhibitors-tab-pc .tab-row:nth-child(2n+0) .tab-td{
    background-color: #23276F;
}

.exhibitors-tab-m {
    display: none;
}


/*ind_order_5 参与厂商*/
/*ind_order_7 合作伙伴 */
/*ind_order_7 合作伙伴 */
.ind_order_7 {
    margin-bottom: 40px;
}

.ind_order_7 .cooperation-box img{
    margin:0 auto;
}
.ind_order_7 .cooperation-box{
    text-align: center;
}
.ind_order_7 .cooperation-box p{
    margin-bottom: 20px;
    padding-top: 50px;
    font-weight: 700;
    font-size: 18px;
}
.ind_order_7 .cooperation-box p.pt0{
    padding-top: 0px;
}
.ind_order_7 .partner {
    margin-top: 30px;
    height: 503px;
    background: url('../img/partner.png?v=20210709') no-repeat;
}
/*ind_order_7 合作伙伴 */
/* ----------底部联系方式------------- */
.contact_foot .wrap{    
    background: rgba(84, 185 ,198,0.1);
    padding:36px 67px 8px 63px;
    box-sizing: border-box;
    justify-content: space-between;
}
.contact_foot{
    margin-bottom: 65px;
}
.emial-phone {
    display: flex;
    margin-top: 50px;
    font-size: 16px;
}
.emial-phone > div > b {
    display: block;
    margin-bottom: 20px;
}
.emial-phone > div > p {
    line-height: 24px;
}
.emial-phone div {
    margin-right: 63px;
}
.qr-code-box {
    display: flex;
    
}
.qr-code-box>div:nth-child(1){

    margin-right: 48px;
}
.qr-code-box>div>img {
    width: 160px;
    height: 160px;
}
.qr-code-box>div>p {
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.popup-menu {
    position: fixed;
    top: 1rem;
    right: 0;
    height: 100%;
    z-index: 99;
    display: none;
    
}
/*页面背景小图标*/
.bg_img{
    position: absolute;
}
.bg_img.bg_1{
   right:0px;
   top:-77px; 
   width: 191px;
   height: 362px;
   background: url(../img/bg1.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_2{
   left:-270px;
   top:233px; 
   width: 227px;
   height: 227px;
   background: url(../img/bg2.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_3{
   left:0px;
   top:-333px; 
   width: 229px;
   height:1132px;
   background: url(../img/bg3.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_4{
    right: -196px;
    top: 44px;
   width: 255px;
   height: 255px;
   background: url(../img/bg4.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_5{
    left:0px;
    top:50%;
   width: 130px;
   height: 227px;
   background: url(../img/bg5.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_6{
    right:-260px;
    top:20%;
   width: 191px;
   height: 191px;
   background: url(../img/bg6.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_7{
    left:0;
    top:50%;
   width: 176px;
   height: 255px;
   background: url(../img/bg7.png) no-repeat;
   z-index: -1;
}
.bg_img.bg_8{
    right:0px;
    top:-5%;
   width: 211px;
   height: 1105px;
   background: url(../img/bg8.png) no-repeat;
   z-index: -1;
}
/*页面背景小图标*/
.m_show{
    display: none;
}
.m_hide{
    display: block;
}
@media (max-width: 750px) {
    header .menu .top_back_btn {        
        display: block;
        order: -1;
        margin: 0 .3rem 0 -.6rem;
        width: 1.7rem !important;
        padding: 0;
        line-height: 0.8rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
        color: #fff;
        font-size: 0.24rem;
        background: #db368c;
    }
    .ind_order{
        padding-bottom: 0.7rem;
    }
    .title_box{
        margin-bottom: 0.43rem;
    }
    .m_hide{
        display: none;
    }
    .m_show{
        display: block;
    }
    /* 弹出菜单 */
    .header .wrap {
        position: relative;
    }
    .close-btn {
        /* float: right; */
        position: fixed;
        right: 0;
        top: 0;
        width: 1rem;
        height: 0.8rem;
        display: none;
    }
    .close-btn .close-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0.32rem;
        height: 0.32rem;
        background: url(../img/icon_btn/close.png) no-repeat;
        background-size: 0.32rem;
    }
    
    .popup-menu {
        position: fixed;
        top: 0.8rem;
        right: 0;
        height: 100%;
        z-index: 99;
        display: none;
        
    }
    .popup-menu .first-nenu-list {
        width: 2.8rem;
        height: 100%;
        background-color: #0F0850;
    }
    
    .popup-menu .f-menu-item {
        display: block;
        text-decoration: none;
        line-height: 0.88rem;
        padding-left: 0rem;
        font-size: 0.3rem;
        color: #fff; 
        text-align: center;
        /* position: relative; */
    }
    
    .popup-menu .f-menu-item:active {
        background-color: #201470;
    }
    
    .popup-menu .f-menu-item .more_icon {
        float: left;
        height: 0.16rem;
        width: 0.1rem;
        background: url(../img/icon_btn/more_left.png) no-repeat;
        background-size: 0.1rem 0.16rem;
        margin-top: 0.36rem;
        margin-left: -0.28rem;
    }
    
    .menu-item-active {
        background-color: #8d277a;
    }
    
    /* 二级目录 */
    .popup-menu .second-menu-list {
        position: absolute;
        top: 0;
        right: 2.79rem;
        width: 4rem;
        background-color: #201470;
        height: 100%;
        display: none;
    }
    
    .popup-menu .second-menu-list .s-menu-item {
        display: block;
        /* height: 1.28rem; */
        line-height: 0.4rem;
        padding: 0.24rem 0.48rem 0.24rem 0.4rem;
        color: #CCCCCC;
        font-size: 0.3rem;
        text-decoration: none;
    }
    
    
    .popup-menu .second-menu-list .s-menu-item:active, .popup-menu .second-menu-list .s-menu-active {
        background-color: #1B125B;
    }

    /* -----------页面内容------------------ */
    .index_banner {
        height: 6.47rem;
        background-image: url('../img/banner_m.png?20210723');
        background-size: auto 100%;
    }
    
    .index_banner::after {
        display: none;
    }
    .index_banner a,
    .bdshare-area {
        display: none;
    }
    .ind_order_1{
        padding-bottom: 1rem;
    }
    .ind_order_1 .sec_tit {
        margin: .7rem 0 .4rem;
    }
    .ind_order_1 .cont {
        height: auto;
        border-radius: 8px 8px 0 0;
        padding: 0;
    }
    
    
    .a_position {
        position: absolute;
        top: -1.1rem;
        width: 1px;
        height: 1px;
    }

    .split_line {
        margin-top: 0 !important;
    }
   
    .index_banner .back_btn {
        display: block;
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
        position: absolute;
        top:55%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 0;
    }
    .index_banner .back_btn span{
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    .num-statistics-m{
        position: relative;
    }
    .num-statistics {
        position: absolute;
        top: -1.47rem;
        left: 0.3rem;
        right: 0.3rem;
        width: auto;
        height: 1.2rem;
        margin-top: 0rem;
    }
    .num-statistics .statistics_num1 {
        width: 1.03rem;
        height: 0.73rem;
        margin-right: 0px;
        margin-left: .1rem;
    }
    .num-statistics .statistics_num2 {
        width: 0.95rem;
        height: 0.82rem;
        margin-right: 0px;
        margin-left: .2rem;
    }
    .num-statistics .statistics_num3 {
        width:1.03rem;
        height: 0.95rem;
        margin-right: 0px;
        margin-left: .2rem;
    }
    .num-statistics .statistics-item {
        padding-left: 0rem;
    }
    .num-statistics .statistics-item>div{
        margin-left: -0.8rem;
    }
    .num-statistics .statistics-item p:nth-child(1) {
        font-size: 0.2rem;
        padding-left: 0px;
        margin-left: -0rem;
    }
    .num-statistics .statistics-item p:nth-child(2) {
        font-size: 0.3rem;
    }
    .num-statistics .statistics-item p:nth-child(2) span{
        font-size: 0.2rem;
    }
    .ind_order_1 {
        margin-top: 0.42rem;
    }

    .ind_order_1 .cont {
        padding: 0 0 0 0;
        flex-wrap: wrap;
        background: transparent;
    }


    .ind_order_1 .cont .content-text {       
        
        font-size: 0.2rem;
        width: auto;
        height: 6.3rem;
        font-weight: 400;
        text-align: left;
        background: url(../img/activity_bg_m.png) no-repeat;
        background-size: 100% 6.3rem;
        color: #cccccc;       
        padding: 0.4rem 0.37rem;
        line-height: 0.36rem;
        margin-left: -0.12rem;
        margin-right: -0.12rem;
        box-sizing: border-box;
        margin-bottom: 0.4rem;
    }

    .ind_order_1 .video-item {      
        position: inherit;
        width: 100%;
        right: 0px;
        top: 0px;
        transform: translate(0px, 0px);
        height: 4rem;
        margin: 0 auto;
        border-radius: 0.08rem;
        margin-top: 0rem;
        background-size: 100%;
    }
    .order1_activity_img1 {
        width: 100%;
        height: 4rem;
        background: url(../img/video1.png?20211129) no-repeat;
        background-size: 100% 4rem;
    }
    .order1_activity_img2 {
        width: 100%;
        height: 4rem;
        background: url(../img/video2.png) no-repeat;
        background-size: 100% 4rem;
    }
    .order1_activity_img3 {
        width: 100%;
        height: 4rem;
        background: url(../img/video3.png) no-repeat;
        background-size: 100% 4rem;
    }
    .ind_order_1 .video-item .back_activity_list {
        height: 100%;
        width: 100%;
    }
    .ind_order .video-item .play-btn, .ind_order_2 .video-item .play-btn{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.2rem;
        height: 1.2rem;
        background: url(../img/icon_btn/play.png) no-repeat;
        background-size: 1.2rem;
        cursor: pointer;
    }
    /* .split_line {
        margin: 0.6rem 0 !important;
    } */
    .back_product_list{
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .ind_order_2 .order2_product {
        width: 100%;
    }
    .order2_product_img{
        width:  100%;
    }
    .ind_order_2  {
        padding-bottom: 0.8rem;
    }
    .trace-box-video {
        display: block;
        /* flex-wrap: wrap; */
        padding-top: 0.42rem;
        padding-bottom: 0;
    }

    .trace-box-video .video {
        width: 6.9rem;
        border-radius: 0.08rem;
        overflow: hidden;
        margin-bottom: 0.2rem;
    }
    .trace-box-video .video .video-item {
        height: 4.1rem;
        background-color: #DAD6FF;
        position: relative;
        cursor: pointer;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    }
    .ind_order_2 .order2_product p{
        font-size: 0.28rem;
    }
    .trace-box-video  .video .video-title {
        line-height: 1.2rem;
        background-color: #1E1581;
        padding-left: 0.32rem;
        font-size: 0.32rem;
        color: #fff;
    }

    .ind_order_1 .swiper-pagination-activity{
        display: block!important;
    }
    .ind_order_1.pagination_bullte .swiper-pagination {
        bottom: -0.45rem;
    }
    .trace-box-video .video_trace_1 {
        background: url(../image_new/booth_tracking/1_img.png) no-repeat;
        background-size: 6.9rem 4.1rem;
    }
    .trace-box-video .video_trace_2 {
        background: url(../image_new/booth_tracking/2_vicor.png) no-repeat;
        background-size: 6.9rem 4.1rem;
    }
    .trace-box-video .video_trace_3 {
        background: url(../image_new/booth_tracking/3_feiten.png) no-repeat;
        background-size: 6.9rem 4.1rem;
    }
    .trace-box-video .video_trace_4 {
        background: url(../image_new/booth_tracking/4_inofel.png) no-repeat;
        background-size: 6.9rem 4.1rem;
    }

    .video-item .play-btn:hover {
        background: url(../img/icon_btn/play_hover.png) no-repeat;
        background-size: 1.2rem;
    }


    /*-------------------现场照片-----------------  */
    .swiper-button-prev-pic, .swiper-button-next-pic{
        display: none;
    }

    /* swiper */

    .ind_order_3 .swiper-button-prev,
    .ind_order_3 .swiper-button-next {
        display: none;
    }
    .ind_order_3 .wrap {
        overflow: hidden;
        position: relative;
        padding-bottom: 1rem;
    }
    .ind_order_3 .sec_tit {
        margin-bottom: .3rem;
    }
    .ind_order_3 {
        padding-bottom: 0.3rem;
    }
    .back_photo_list {
        margin-top: 0rem;
        width: 100%;
        height: 4.4rem;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .ind_order_3 .swiper-container {
        padding-bottom: 0.3rem !important;
    }

    .back_photo_list .swiper-slide{
        float: left;
        width: 3.38rem;
        height: 2.25rem;
        margin-bottom: 0;
    }
    .back_photo_list .swiper-slide img {
        display: block;
        width: 3.38rem;
        height: 2.25rem;
        cursor: pointer;
        margin-bottom: 0;
    }
    .back_photo_list .swiper-slide img:nth-child(4n+0) {
        margin-right: 0;
    }

    .ind_order_3 .swiper-pagination {
        height: 0.8rem;
        /* bottom: 0.5rem !important; */
        bottom: -0.05rem !important;
    }
    .ind_order_3 .swiper-pagination-bullet{
        margin: 0 0.08rem !important;
        width: 0.36rem !important;
        height: 0.04rem !important;
        border-radius: 0 !important;
        background-color: #5850a6;
    }
    .ind_order_3 .swiper-pagination-bullet-active {
        background-color: #DB368C;
    }


    /* 演讲视频 */
    .ind_order_4 {
        padding-bottom: 0.3rem;
    }
    .speech-video {
        margin-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .speech-video .video {
        width: 100%;
        border-radius: 0.04rem;
        overflow: hidden;
        margin-bottom: 0.54rem;
        
    }
    .speech-video .video-item {
        position: relative;
        width: 100%;
        height: 4rem;
        cursor: pointer;
    }

    .speech-video .speech1, .speech-video .speech2, .speech-video .speech3, .speech-video .speech4,
    .speech-video .speech5, .speech-video .speech6, .speech-video .speech7, .speech-video .speech8
    .speech-video .speech9, .speech-video .speech10, .speech-video .speech11, .speech-video .speech12{       
        background-size: 100% 4rem;
    }

    .speech-video .video-item .play-btn {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.2rem;
        height: 1.2rem;
        background: url(../img/icon_btn/play.png) no-repeat;
        background-size: 1.2rem;
        cursor: pointer;
    }
    
    .speech-video .video-text {
        padding: 0.34rem 0.1rem 0.34rem 0.36rem;
        background-color: #2132aa;
        position: relative;
        height: auto;
    }
    .speech-video .speech-title {
        font-size: 0.3rem;
        line-height: 0.36rem;
        margin-bottom: 0.18rem;
        color: #C1C1D9;
    }
    
    .speech-video .speecher-dentity {
        font-size: 0.24rem;
        color: #C1C1D9;
    }
    .speech-video .video-text .dowload-btn {
        position: absolute;
        bottom: 0.36rem;
        right: 0.3rem;
        color: #429FFC;
        font-size: 0.22rem;
        cursor: pointer;
        line-height: 0.34rem;
        text-decoration: none;
    }

    .video-text .dowload-btn .download-icon{
        /* display: inline-block; */
        float: left;
        margin-right: 0.1rem;
        width: 0.28rem;
        height: 0.28rem;
        background: url(../img/icon_btn/download.png) no-repeat;
        background-size: 0.28rem
    }
/*
    .video-text .dowload-btn:hover .download-icon {
        background: url(../img/icon_btn/download_hover.png) no-repeat;
        background-size: 0.28rem;
    }*/

    /* ------移动端表格------------ */
    .ind_order_5 {
        padding-bottom: 0.76rem;

    }
    .table_m{
        width: 100%;
    }
    .exhibitors-tab-m {
        display: block;
        margin-top: 0.6rem;
    }
    .ind_order_5 .exhibitors-tab-m .tab-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0.02rem;
    }
    .ind_order_5 .exhibitors-tab-m .tab-td {
        display: block;
        width: 3.44rem;
        text-align: center;
        line-height: 0.7rem;
        font-size: 0.28rem;
        color: #C1C1D9;
        background-color: #170B9B;
    }
    .ind_order_5 .exhibitors-tab-m .tab-row:nth-child(2n+0) .tab-td{
        background-color: #23276F;
    }
    .exhibitors-tab-pc {
        display: none;
    }
    .cooperation-box img{
        width: 100%;
    }
    .cooperation-box img.footer1{
        width: 1.66rem;
    }
    /* ---------联系我们----------- */
    .contact_foot {
        height: auto;
        padding-top: .3rem;
        margin-bottom: 1rem;
        padding-bottom: 0.01rem;
    }
    .contact_foot>.flex {
        display: block;
    }
    .contact_foot .wrap {
        background: rgba(84, 185 ,198,0.1);
        padding:.1rem 0.4rem ;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .contact_foot .sec_tit img {
        display: inline-block !important;
    }

    .emial-phone {
        display: block;
        margin-top: 0rem;
        font-size: .28rem;
    }
    .emial-phone > div > b {
        font-size: .3rem;
        margin: .3rem 0 .03rem;
    }
    .emial-phone > div > p {
        line-height: 1.4;
    }
    .qr-code-box {
        width: auto;
        margin: .5rem 0 0rem;
    }
    .qr-code-box>div>p {
        width: auto;
        margin: 0 auto;
        margin-top: .1rem;
    }
    .qr-code-box>div>img {
        width: 2.6rem;
        height: auto;
    }
    .bg_img{
        display: none;
    }
    .bg_img.bg_1 {
        display: block;
        right: 0px;
        top: 0px;
        width: 1.47rem;
        height: 2.22rem;
        background: url(../img/bg1_m.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .bg_img.bg_9 {
        display: block;
        left: 0px;
        top: -7%;
        width: 1.5rem;
        height:3.5rem;
        background: url(../img/bg2_m.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .bg_img.bg_3 {
        display: block;
        left: 0px;
        top: 11%;
        width: 0.94rem;
        height: 2.22rem;
        background: url(../img/bg3_m.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .bg_img.bg_5 {
        display: block;
        left: inherit;
        right: 0px;
        top: 1%;
        width: 2.34rem;
        height: 3.62rem;
        background: url(../img/bg5_m.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .bg_img.bg_6 {
        display: block;
        right: inherit;
        left: -0.3rem;
        top: -14%;
        width: 2.84rem;
        height: 3.62rem;
        background: url(../img/bg6_m.png) no-repeat;
        background-size: 84%;
        z-index: -1;
    }
    .bg_img.bg_7 {
        display: block;
        left: inherit;
        right: 0px;
        top: 18%;
        width: 1.76rem;
        height: 2.22rem;
        background: url(../img/bg7_m.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .bg_img.bg_8 {
        display: block;
        left: 0;
        right: inherit;
        top:88%;
        width: 1.72rem;
        height: 2.64rem;
        background: url(../img/bg8_m.png) no-repeat;
        background-size: 84%;
        z-index: -1;
    }
    .ind_order_1 .title_box img{
        width: 1.36rem;
    }
    .ind_order_2 .title_box img{
        width: 1.93rem;
    }
    .ind_order_3 .title_box img,
    .ind_order_4 .title_box img,
    .ind_order_5 .title_box img{
        width: 1.18rem;
    }
    .ind_order_7 .title_box img{
        width: 1.66rem;
    }
    .contact_foot .title_box img{
        width: 1.17rem;
    }
}

@media (max-width: 414px){
    .ind_order_1 .cont .content-text {
        height:5.5rem;
        background: url(../img/activity_bg_m.png) no-repeat;
        background-size: 100% 5.5rem;
    }
}
@media (max-width: 375px){
    .ind_order_1 .cont .content-text {
        height:6.2rem;
        background: url(../img/activity_bg_m.png) no-repeat;
        background-size: 100% 6.2rem;
    }
}
@media (max-width: 320px){
    .ind_order_1 .cont .content-text {
        height:    7rem;
        background: url(../img/activity_bg_m.png) no-repeat;
        background-size: 100% 7rem;
    }
}