 .ind_order_0{
            background: #fff;
        }    
        .pt80{
            padding-top: 80px;
        }
        .pt60{
            padding-bottom: 60px;
        }
        /*展台页面*/
.exhibitor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}
.exhibitor_list .exhibitor_item{
    width: 584px;
    height: 200px;
    background:#e6f2ff;
    border-radius: 8px;
    margin-right: 32px;
    margin-bottom: 20px;
    display: flex;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.exhibitor_list .exhibitor_item:nth-child(2n){
    margin-right: 0px;
}
.exhibitor_img{
    width: 136px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    background: #fff;
}
.exhibitor_img img {
    width: 100%;
}
.exhibitor_content{
    width: 382px;
}
.exhibitor_content h3{
    font-size: 18px;
    margin-bottom: 7px;
}
.exhibitor_content p{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
}
.exhibitor_content p a{
    position: absolute;
    bottom:0px;
    right:0px;
    color: #60A9E8;
}
.exhibitor_content>a:last-child{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 35px;
    border-radius: 4px;
    background: #1A70F0;
    color: #fff;
}
.exhibitor_content>a:hover{
    background:#5B9BFE;
}
.window_pop_box{
    position: fixed;
    top:0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.window_pop_box .window_pop_content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    height: 710px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.pop_close{
    text-align: right;
}
.pop_close .close_img{
    cursor: pointer;
}
.pop_title{
    display: flex;
    justify-content: space-between;
    padding: 10px 00px ;
    padding-bottom: 0px;
}
.pop_title h3{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
}
.pop_content_nav{
    display: flex;
    margin-bottom: 20px;
}
.pop_content_nav li{
    width: 120px;
    height: 35px;
    color:#1a70f0;
    text-align: center;
    line-height: 35px; 
    border: 1px solid #1a70f0;
    border-radius: 4px;
    margin-right: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.pop_content_nav li.active{
    color: #fff;
    background: #1a70f0;
    border-bottom: 0px solid #FC5918;
}
.pop_content_box{
    padding:20px;
    box-sizing:border-box;
    background:#e6f2ff;
    color: #333;
}
.pop_content{
    height: calc(100% - 140px);
    overflow-y: auto;
}
.pop_content_nav_item{
    display: flex;
    justify-content: space-between;
}
.pop_content_nav_item_left{
   width: 427px; 
}
.pop_content_nav_item_left h4{
    font-size: 18px;
    font-weight: 400;
}
.pop_content_nav_item_left p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    text-indent: -5em;
    margin-left: 5em;
    color: #999;
}
.mySwiperstyle{
    width: 215px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.swiper-slide-item img{
    width: 100%;
}
.mySwiperstyle .swiper-slide{
    width: 215px;
}
.mySwiperstyle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.mySwiperstyle .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1a70f0;
}
.pop_content_video {
    padding: 30px 80px;
    position: relative;
    background: #e6f2ff;
}
.pop_content_video_title{
    margin-bottom: 20px;
    margin-top: 30px;
    width: 120px;
    height: 35px;
    background: #1a70f0;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.mySwiper_video1{
    width: 100%;
    overflow: hidden;
}
.mySwiper_video_box img{
    width: 260px;
    height: 164px;
    vertical-align: middle;
}
.swiper-slide .mySwiper_video_box {
    width: 100%;
    text-align: center;
}
.mySwiper_video_box>div{
    position: relative;
    cursor: pointer;
}
.mySwiper_video_box>div:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../img/exhibitor/play.png);
}
.mySwiper_video_box>div:hover:after{
    opacity: 0.8;
}
.mySwiper_video_box p{
    width: 260px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
}
.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev{
    width: 16px;
    height: 28px;
    top: 48%;
    background-size: 16px 28px;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background-image:url(../img/exhibitor/left1_2.png) ;
    right: 54px;
}
.pop_content_video  .swiper-button-prev,.pop_content_video  .swiper-container-rtl .swiper-button-next{
    background-image:url(../img/exhibitor/left1_1.png) ;
    left: 54px;
}

.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../img/exhibitor/left1_2.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-prev:hover,.pop_content_video  .swiper-container-rtl .swiper-button-next:hover{
    background-image:url(../img/exhibitor/left1_1.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-next.swiper-button-disabled, .pop_content_video  .swiper-button-prev.swiper-button-disabled{
    pointer-events: inherit;
}
/*展台页面*/
.m_show{
    display: none!important;
}    
@media (max-width: 750px) {      
    .pc_show{
        display: none!important;
    }

    .m_show{
        display: inline-block!important;
    }    
    .pt80{
        padding-top: 0.8rem;
    }
    .pt60{
        padding-bottom: 0.6rem;
    }
    .exhibitor_list{
        padding-top: 0.4rem;
    }
    .exhibitor_img {
        width: 100%;
        height: 2.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
        background: #fff;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        margin-bottom: 0.15rem;
    }
    .exhibitor_list .exhibitor_item {
        width: 49.5%;
        height: auto;
        background: #e6f2ff;
        border-radius: 0px;
        margin-right: 1%;
        margin-bottom: 0.2rem;
        display: block;
        padding: 0rem;
        padding-bottom: 0.4rem;
        box-sizing: border-box;
    }
    .exhibitor_content .m_show{

        color: #60a9e8;
        margin-bottom: 0.2rem;
    }
    .exhibitor_content .m_show:hover{
        color: #60a9e8;
        background: transparent;
    }

    .exhibitor_content{
        width: 100%;
        padding: 0px 0.2rem;
        box-sizing: border-box;
    }
    .exhibitor_content p{
        font-size: 14px;
        line-height: 24px;
        position: relative;
        padding-bottom: 0.1rem;
        margin-bottom: 0.1rem;
        border-bottom: 1px solid #cbe1fd;
        text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    /*弹框*/
     .window_pop_box .window_pop_content {
        width: 92%;
        height: 80vh;
        padding: 0.2rem 0.3rem;
    }
    .pop_title {
        padding: 10px 0px;
    }
    .pop_title img{
        width: 1.2rem;
    }
    .pop_content_title {
        font-size: 0.24rem;
        font-weight: 700;
        padding-left: 0px;
        margin-bottom: 0.15rem;
    }
    .pop_content_nav{
        padding-left: 0px;
    }
    .pop_content_nav li{
        width: 33.333%;
        background: transparent;
        height: 0.57rem;
        padding: 0px;
        text-align: center;
        line-height: 0.57rem;
        color: #1a70f0;
        margin-right: 0.1rem;
        font-size:0.2rem;
    }
    .pop_content_nav li.active {
        color: #fff;
        border-bottom: 0px solid #1a70f0;
        background: #1a70f0;
    }
    .pop_content_nav_item {
        display: flex;
        justify-content: space-between;
        flex-flow: column-reverse;
    }
    .mySwiperstyle{
        width: 3.4rem;
        margin:0 auto;
    }
    .swiper-slide-item{
        background: #fff;
    }
    .swiper-slide-item img{
        width: 100%;
        height: 2.2rem;
        object-fit: contain;
    }
    .pop_content_nav_item_left{
        width: 100%;
    }
    .pop_content_box {
        padding: 0.3rem;
        box-sizing: border-box;
        margin: 0px ;
        height: auto;
        background:transparent;
        background-size: cover;
        color: #333;
    }
    .pop_content {
        height: 81%;
    }
    .pop_content_nav_item_left h4 {
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }
    .pop_content_nav_item_left p {
        font-size: 0.2rem;
        line-height: 0.32rem;
        margin-bottom: 0.1rem;
    }
    .pop_content_video {
        padding: 0;
        position: relative;
        background: transparent;
    }
    .pop_content_video_title {
        margin-bottom: 0.3rem;
        margin-top: 0rem;
    }

    .pop_content_video .swiper-button-prev, .pop_content_video .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .pop_content_video h3 {
        font-size: 0.24rem;
        color: #23217f;
        font-weight: 700;
        line-height: 26px;
        padding-top: 0.35rem;
        padding-bottom: 0.15rem;
    }
    .mySwiper_video1 .swiper-slide{
        width: 80%;
    }
    .mySwiper_video_box{
        width: 100%;
    }
    .mySwiper_video_box p {
        height: 0.88rem;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
        font-size: 0.24rem;
        width: 100%;
    }
    .mySwiper_video_box img {
        width: 100%;
        height: 2.8rem;
        object-fit: cover;
        vertical-align: middle;
    }
    /*弹框*/
}