* {
    font-family: PingFang SC, PingFang SC-Regular;
}

#video_box1 {
    overflow: hidden;
}
.title_box{
    margin-bottom:  35px;
}
.title_box{
    display: flex;   
    align-items: center;
}
.title_box>img{
   width: 52px;
    height: 53px; 
    margin-right: 14px;
}
.title_box h3{
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
.title_box p{
    font-size: 16px;
    color: #7d839c;
}
header .top_back_btn {
    margin-left: 30px;
    width: 120px;
    line-height: 40px!important;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    box-sizing: border-box;
    background: #BA3DF6;
}
header .top_back_btn:hover {
    color: #FFF!important;
    background: #7230A2;
}

.a_position {
    position: absolute;
    top: -80px;
    width: 1px;
    height: 1px;
}
/*标题*/
.section_title{
    text-align:center;
    font-size: 34px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 60px;
}
.section_title>span{
    position:relative;
    display: inline-block;
    width: 280px;
    margin: 0 auto;
}

.section_title span::after{
    content: url(../img/title_bg.png);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    top: -8px;
}
.section_title>em {
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #68259A;
}
/*活动概要start*/
.activity_content{
    margin-top: 30px;
    padding: 86px 70px;
    background: #241362;
    background-image: url(../img/activity_dec.png);
    background-position: 695px center;
    background-repeat: no-repeat;
 
 }
 .activity_content p {
   font-size: 14px;
   line-height: 28px;
   color: #FFFFFF;
   width: 530px;
 }
 /*活动概要end*/
/*index_banner*/
.index_banner_top{

}
.index_banner {
    position: relative;
    height: 620px;
    background: url('../img/banner.png?20210723') top center no-repeat;
    margin-top:105px;
}
.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 .wrap{
    position:   relative;
    height:     100%;
}
.index_banner .back_btn {
    position: absolute;
    left: 0;
    bottom: 88px;
    width: 210px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    background: #BA3DF6;
    font-size: 18px;
    font-weight: 700;
}
.index_banner .back_btn:hover{
    background: #BA3DF6;
}
.back_btn span {
    line-height: 47px;
    color: #fff;
    font-size: 26px;
}

.num-statistics {    
    position: relative;
    width: 1200px;
    height: 160px;
    padding: 10px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #241362;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.num-statistics .statistics-item{
    width: 33.33%;
    box-sizing:border-box;
    text-align: center;
    justify-content: center;
}
.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: 24px;
    color: #fff
}
.num-statistics .statistics-item p:nth-child(2){        
    font-size: 36px;
    font-weight:700;
    color: #BA3DF6;
}
.num-statistics .statistics-item p:nth-child(2) span{
    font-size: 25px;
}
/*index_banner*/
/*分享*/

/*分享*/
/*ind_order_1*/

.ind_order {
    position: relative;
    z-index: 1;
    padding-top:80px;
    padding-bottom: 20px;
}

.wrap{
    position: relative;
}
.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; 
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}

.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: 620px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    height: 300px;
    display: flex;
    align-items: center;
}
.ind_order_1 .video-item {
    width: 455px;
    height: 303px;/*
    background-color: #14307b;*/
    margin-left: 39px;
    border-radius: 8px;

}
.ind_order_1 .video-item .video_bg1 {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 460px;
    height: 300px;
    opacity: 0.4;
    background: #2b2c90;
    border-radius: 8px;
}
.ind_order_1 .video-item .video_bg2 {
    position: absolute;
    bottom: -58px;
    left: -58px;
    width: 73px;
    height: 71px;
    opacity: 0.2;
    background: #2b2c90;
    border-radius: 8px;
}
.ind_order_1 .video-item  .back_activity_list {
    height: 303px;
    width: 455px;
}
.ind_order_1 .swiper-pagination-activity{
    display: none!important;
}
.ind_order_1 .video-item {
    position: absolute;
    right: 0;
    top: 54%;
    transform: translate(0%, -49%);
    cursor: pointer;
   /* background: url(../img/video1.png) no-repeat;
    background-size: 450px 238px;*/
}
.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.png) no-repeat;
    background-size: 60px;
}

.ind_order_1 .swiper-button-next-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 .swiper-button-prev-pic{
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    height: 52px;
    width: 30px;
    cursor: pointer;
}
.ind_order_1 .swiper-button-next-pic, .ind_order_1 .swiper-button-prev-pic {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    margin-top: -27px;
}
.ind_order_1 .swiper-button-prev-pic {
    left: -15%;
    background-image: url('../img/icon_btn/left.png');
}
.ind_order_1 .swiper-button-prev-pic:hover {
    background-image: url('../img/icon_btn/left.png');
    opacity:0.6;
}
.ind_order_1 .swiper-button-next-pic {
    right: -15%;
    background-image: url('../img/icon_btn/left.png');
    transform: rotate(180deg);
}
.ind_order_1 .swiper-button-next-pic:hover {
    background-image: url('../img/icon_btn/left.png');
    transform: rotate(180deg);
    opacity:0.6;
}
.back_product_list{
    width: 1070px;
    margin:0 auto;
    margin-bottom: 30px;
}
/*ind_order_2*/
/*ind_order_2 ,ind_order_2 公用轮播条*/
.pagination_bullte .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #32329a;
    margin-right:   5px;
}
.pagination_bullte .swiper-pagination-bullet-active{
    width: 64px;
    height: 10px;
    background: #BA3DF6;
    border-radius: 5px;
    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: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.back_photo_list .swiper-slide{
    width: 290px;
    height: 190px;
    float: left;
    margin-bottom: 10px;
}
.back_photo_list .swiper-slide img {
    width: 290px;
    height: 190px;
    display: block;
    cursor: pointer;
    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: 288px;
    width: 54px;
    height: 54px;
    cursor: pointer;
}
.swiper-button-prev-pic {
    left: -70px;
    background-image: url('../img/icon_btn/left.png');
}
.swiper-button-prev-pic:hover {
    background-image: url('../img/icon_btn/left.png');
    opacity:0.6;
}
.swiper-button-next-pic {
    right: -70px;
    background-image: url('../img/icon_btn/left.png');
    transform: rotate(180deg);
}
.swiper-button-next-pic:hover {
    background-image: url('../img/icon_btn/left.png');
    transform: rotate(180deg);
    opacity:0.6;
}


/*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: 240px;
    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.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech2 {
    background: url(../image_new/speech_video_cover/speecher2.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech3 {
    background: url(../image_new/speech_video_cover/speecher3.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech4 {
    background: url(../image_new/speech_video_cover/speecher4.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech5 {
    background: url(../image_new/speech_video_cover/speecher5.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech6 {
    background: url(../image_new/speech_video_cover/speecher6.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech7 {
    background: url(../image_new/speech_video_cover/speecher7.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech8 {
    background: url(../image_new/speech_video_cover/speecher8.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech9 {
    background: url(../image_new/speech_video_cover/speecher9.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech10 {
    background: url(../image_new/speech_video_cover/speecher10.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech11 {
    background: url(../image_new/speech_video_cover/speecher11.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech12 {
    background: url(../image_new/speech_video_cover/speecher12.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech13 {
    background: url(../image_new/speech_video_cover/speecher13.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech14 {
    background: url(../image_new/speech_video_cover/speecher14.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech15 {
    background: url(../image_new/speech_video_cover/speecher15.png) no-repeat;
    background-size: cover;
}
.speech-video .speech16 {
    background: url(../image_new/speech_video_cover/speecher16.jpg) no-repeat;
    background-size: cover;
}
.speech-video .speech17 {
    background: url(../image_new/speech_video_cover/speecher17.jpg) 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 .play-btn.black {
    background: url(../img/icon_btn/play-black.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.speech-video .video-item:hover .play-btn{
    background: url(../img/icon_btn/play.png) no-repeat;
    background-size: 54px;
}

.speech-video .video-text {
    padding: 21px 21px 19px 21px;
    background-color: #241362;
    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: #BA3DF6;
    font-size: 12px;
    cursor: pointer;
    line-height: 16px;
    text-decoration: none;
}

.video-text .dowload-btn .download-icon{
    float: left;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_btn/download.png) center center  no-repeat;
    background-size:12px 12px ;
    position: relative;
}
.ind_order_5{
    padding-bottom: 0;
}
.ind_order_5 .sec_tit .ext {
    text-align: right;
}
.ind_order_5 .table_info ul{
    display: flex;
    justify-content: center;
    height: 64px;
    line-height: 64px;
}
.ind_order_5 .table_info ul li{
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    border-right: 2px solid #272b86;
}
.ind_order_5 .table_info ul li:last-child{
    border-right:0;
}
.ind_order_5 .table_info ul:nth-child(2n-1){
    background: #241362;
}
.ind_order_5 .table_info ul:nth-child(2n){
    background: #100650;
}
.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;
}
.facturer {
    text-align: center;
}
.facturer img {
    width: 160px;
    height: 60px;
    margin: 0 4px;
}
/*ind_order_5 参与厂商*/
/*ind_order_7 合作伙伴 */
/*ind_order_7 合作伙伴 */

.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: 17px;
    padding-top: 30px;
    font-size: 18px;
    color:#E9E9FF;
}
.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>.flex{    
    box-sizing: border-box;
    justify-content: space-between;
}
.contact_foot .title_box {
    margin-bottom:10px;
}
.contact_foot{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_foot .contanct-us {
    border: 1px solid #BA3DF6;
    height: 300px;
}
.contact_foot .concat_user {
    padding: 98px 50px 0 235px;
    box-sizing: border-box;
}
.contact_foot .concat_user span {
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.contact_foot .concat_user {
    padding: 98px 50px 0 235px;
    box-sizing: border-box;
}
.contact_foot .tc{
    padding: 50px 235px 0 0;
    box-sizing: border-box;
}
.contact_foot .tc p {
    margin-top: 20px;
}
.contact_foot .qrcodeBoxmr {
    margin-right: 39px;
}
.emial-phone {
    display: flex;
    margin-top: 30px;
    font-size: 16px;
}

.emial-phone.m_hide{
    display: flex;
}
.emial-phone > div > b {
    display: block;
    margin-bottom: 20px;
}
.emial-phone > div > p {
    margin-bottom:  30px;
}
.emial-phone > div > p img{
    vertical-align: middle;
    margin-right: 10px;
}
.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;
    font-size: 16px;
}
.popup-menu {
    position: fixed;
    top: 1rem;
    right: 0;
    height: 100%;
    z-index: 99;
    display: none;
    
}
.m_show{
    display: none;
}
.m_hide{
    display: inline-block;
}
@media (max-width: 750px) {
    .title_box>img {
        width: 0.52rem;
        height: 0.53rem;
        margin-right: 14px;
    }
    .title_box h3 {
        font-size: 0.3rem;
    }
    .title_box p {
        font-size: 0.2rem;
    }
    .facturer img {
        width: 5.5rem;
        height: auto;
        margin: 0 auto;
    }
    .pagination_bullte .swiper-pagination-bullet {
        width:  0.1rem;
        height: 0.1rem;
    }
    .pagination_bullte .swiper-pagination-bullet-active {
        width: 0.48rem;
        height: 0.1rem;
    }
    header .menu .top_back_btn {        
        display: block;
        order: -1;
        margin: 0 .9rem 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;
        line-height: 0.8rem!important;
    }
    .ind_order{
        padding-bottom: 0.7rem;
        padding-top: 0px;
    }
    .title_box{
        margin-bottom: 0.43rem;
    }
    .m_hide{
        display: none;
    }
    .m_show{
        display: block;
    }
    .section_title {
        font-size: 0.34rem;
        line-height: 0.36rem;
        margin-bottom: .3rem;
    }
    .section_title>span {
        width: 3rem;
    }
    .section_title span::after {
        position: absolute;
        top: -0.04rem;
        content: "";
        background: url(../img/title_bg.png);;
        background-size: contain;
        background-repeat: no-repeat;
        width: 3rem;
    }
    /* 弹出菜单 */
    .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: #BA3DF6;
    }
    
    /* 二级目录 */
    .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: 4rem;
        background-image: url('../img/banner_m.png?20210723');
        background-size:100% 100%;
        margin-top: 0px;
    }
    
    .index_banner::after {
        display: none;
    }
    .index_banner a,
    .bdshare-area {
        display: none;
    }
    .ind_order_1{
        padding-bottom: 0.6rem;
        padding-top:0;
    }
    .ind_order_1 .sec_tit {
        margin: .7rem 0 .4rem;
    }
    .ind_order_1 .cont {
        height: auto;
        border-radius: 8px 8px 0 0;
        padding: 0;
    }
    /* 活动介绍 */
    .activity_content {
        padding: 0.3rem 0.15rem 0.59rem 0.3rem;
        box-sizing: border-box;
        background: #25196a;
        margin: 0px 0.3rem;
        margin-top: 0.37rem;
        color: #9292c9;
    }
    .activity_content img {
        width: 5.85rem;
        margin: .77rem 0 .66rem 0;
    }
    .activity_content p {
        font-size: .28rem;
        width: auto;
    }
    .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: 77%;
        left: 0;
        right: 0;
        margin: 0;
        padding-top: 0;
    }
    .index_banner .back_btn span{
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    .num-statistics-m{
        position: relative;
        padding: 0 0.3rem;
    }
    .num-statistics {
        position: relative;
        top:0rem;
        left: 0rem;
        right:0rem;
        width: auto;
        height: 1.6rem;
        margin-top: 0.3rem;
        margin-bottom: 0.6rem;
    }
   
    .num-statistics .statistics-item {
        padding-left: 0rem;
        text-align: center;
    }
   
    .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.25rem;
    }

    .ind_order_1 .cont {
        padding: 0 0 0 0;
        flex-wrap: wrap;
        background: transparent; 
        flex-direction: column-reverse;
    }
    .ind_order_1 .video-item .video_bg1,
    .ind_order_1 .video-item .video_bg2{
        display: none;
    }

    .ind_order_1 .cont .content-text {       
        
        font-size: 0.2rem;
        width: auto;
        height: auto;
        font-weight: 400;
        text-align: left;
        background: #100650;
        color: #cccccc;       
        padding: 0.4rem 0.37rem;
        line-height: 0.36rem;
        box-sizing: border-box;
    }

    .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%;
        margin-bottom:  0rem;
    }
    .ind_order_1 .video-item .back_activity_list {
        height: 100%;
        width: 100%;
    }
    .ind_order .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;
    }
    .back_product_list .swiper-slide{
        width: 90%;
    }
    .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;
    }
    .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.1rem !important;
        height: 0.1rem !important;

        border-radius: 5 !important;
        background-color: #32329A;
    }
    .ind_order_3 .swiper-pagination-bullet-active {
        width: 0.48rem !important;
        height: 0.1rem  !important;
        background-color:#BA3DF6;
    }


    /* 演讲视频 */
    .ind_order_4 {
        padding-bottom: 0.3rem;
        background-color: transparent;
    }
    .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: #241362;
        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.15rem;
        right: 0.2rem;
        color: #BA3DF6;
        font-size: 0.22rem;
        cursor: pointer;
        line-height: 0.28rem;
        text-decoration: none;
    }

    .video-text .dowload-btn .download-icon{
        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;
        position:relative;
        top:1px;
    }

    /* ------移动端表格------------ */
    .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;
        height: .64rem;
    }
    .cooperation-box img.footer2{
        width: 3rem;
        height: .64rem;
    }
    .contact_foot .title_box{
        margin-bottom: 0.43rem;
    }
    .contact_foot .concat_user {
        width: 100%;
        padding: 0 0.3rem !important;
    }
    .contact_foot .tc {
        width: 100%;
        padding: 0.6rem 0.3rem 0 0.3rem;
    }
    .contact_foot .qrcodeBoxmr {
        margin-right: 0rem;
        margin-left: 0rem;
    }
    .contact_foot .qrcode {
        width: 2.5rem;
        height: auto;
    }
    .ind_order_5 .table_info ul{
        line-height: 0.88rem;
        height: 0.88rem;
    }
    .ind_order_5 .table_info ul li {
        font-size: 0.28rem;
    }
    .emial-phone.m_hide{
        display: none;
    }
    .emial-phone div {
        margin-right: 0.6rem;
    }
    .emial-phone.m_show>div:last-child{
        margin-right: 0px;
    }
    .emial-phone.m_show p{
        display: flex;
        align-items: center;
    }
    .emial-phone.m_show p>img{
        width: 0.6rem!important;
        height: 0.6rem!important;
    }
    .emial-phone.m_show span{
        display: flex;
        flex-direction: column;
    }
    .emial-phone.m_show span i{
        font-style: normal;
        color:rgba(255,255,255,0.8);
        font-size: 0.12rem;
    }
    .emial-phone.m_show span i:last-child{
        font-size: 0.2rem;
        color:rgba(255,255,255,1);
        margin-top:0.05rem;
    }
    .emial-phone.m_show{
        display:flex;
    }
    .emial-phone.m_show>div:first-child  p:first-child img{
        width: 1.47rem;
    }
    .emial-phone.m_show>div:first-child p:last-child  img{
        width: 2.29rem
    }
    .emial-phone.m_show>div:last-child p:first-child  img{
        width:2.19rem;
    }
    .emial-phone.m_show>div:last-child p:last-child img{
        width:3.79rem;
    }
    .contact_foot .wrap>.flex{
        display: block;
        display: block;
        padding: .3rem 0;
        margin: .3rem;
        height: auto;
    }
    /* ---------联系我们----------- */
    .contact_foot {
        height: auto;
        padding-top: .3rem;
        margin-bottom: 1rem;
        padding-bottom: 0.6rem;
    }
    .contact_foot>.flex {
        display: block;
    }
    .contact_foot .wrap {    
        background: transparent;
        padding: 0;
        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;
        justify-content: center;
    }
    .qr-code-box>div:nth-child(1) {
        margin-right: 0.5rem;
    }
    .qr-code-box>div>p {
        width: auto;
        margin: 0 auto;
        margin-top: .1rem;
        text-align: center;
        font-size: 0.28rem;
    }
    .qr-code-box>div>img {
        width: 2.6rem;
        height: auto;
    }
}
