footer{
    display: none;
}
.expo-main{
    position: relative;
    width: 100%;
    margin: 0;
}
.expo-main::after{
    width: 100%;
    height: 100%;
    content:"";
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    background: inherit;
}
.notice-box {
    position: absolute;
    height: auto;
    z-index: 2;
    overflow: hidden;
}
@media screen and (min-width: 1561px) {
    .notice-box {
        top: 50px;
        /*left: 10.9%;*/
        /*width: 78.2%;*/
        left: 16%;
        width: 68%;
    }
}
@media screen and (max-width: 1560px) {
    .notice-box{
        top: 50px;
        left: 2%;
        width: 96.8%;
    }
}
.notice-box-info{
    clear: both;
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    position: relative;
    border: 1px solid #666;
    border-radius: 10px;
}
.notice-info-img{
    float: left;
    clear: both;
    width: 47%;
    height: auto;
    margin: 30px 0 0 2%;
}
.notice-info-cover{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #666;
    aspect-ratio: 16 / 9;
    background: #000;
}
.expo-cover-list{
    background: #000;
}
.notice-info-cover img,
.notice-info-cover video{
    width: 100%;
    height: auto;
}
.notice-info-data{
    width: 47%;
    height: auto;
    min-height: 360px;
    float: right;
    margin: 30px 2% 0 2%;
}
.notice-info-data h2{
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #fff;
    margin-top: 5px;
}
.notice-info-data p{
    color: #fff;
    width: 100%;
    height: auto;
    min-height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.notice-info-data p em.activation-exhibitor{
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
    background: #4D8FD6;
    color: #ffffff;
    border: 1px solid #4D8FD6;
}
.notice-info-data p.notice-date,
.notice-info-data p.notice-address{
    min-height: 30px;
    line-height: 30px;
}
.notice-info-data p.notice-date i,
.notice-info-data p.notice-address i{
    margin-top: 5px;
}
.notice-info-data p.notice-date span,
.notice-info-data p.notice-address span{
    height: 30px;
    line-height: 30px;
}
.notice-info-data p span{
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    float: left;
}
.notice-info-data p i{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 13px 3px 0 0;
    background: url(./../../icon/ico-notice.svg)no-repeat;
}
.notice-info-data p i.icon-notice-browse{
    background-position: 3px -17px;
}
.notice-info-data p i.icon-notice-copyright{
    background-position: 3px 4px;
}
.notice-info-data p i.icon-notice-date{
    background-position: 3px -37px;
}
.notice-info-data p i.icon-notice-address{
    background-position: 4px -57px;
}
.notice-info-data p span.notice-keyword-list{
    width: 78%;
    float: left;
    height: auto;
    margin-top: 8px;
    margin-left: 10px;
}
.notice-info-data p span.notice-keyword-list a{
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    color: #b3b3b3;
    font-size: 12px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.notice-info-data p button.go-to-upload-article,
.notice-info-data p button.notice-end-button,
.notice-info-data p button.notice-follow-button,
.notice-info-data p button.my-join-expo,
.notice-info-data p button.receive-vote-expo{
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 20px;
    margin: 0;
    border: none;
    cursor: pointer;
    background: #4fabd6;
    color: #ffffff;
    float: left;
}
.notice-info-data p button.go-to-upload-article{
    background: #ff003c;
    margin-left: 10px;
}
.notice-info-data p button.my-join-expo{
    background: #2ec586;
    color: #ffffff;
    border: 1px solid #2ec586;
}
.notice-info-data p button.join-expo-success{
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #666;
}
.notice-info-data p button.receive-vote-expo{
    float: right;
    background: #4fabd6;
    color: #ffffff;
    border: 1px solid #4fabd6;
}
.notice-info-data p button.receive-vote-expo a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.notice-info-data p button.watch-expo-success{
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #666;
}
.notice-info-data p button.notice-end-button,
.notice-info-data p button.notice-follow-success{
    background: #535353;
}
.notice-info-data p span.notice-organizer-list{
    height: auto;
    width: 78%;
    margin-top: 5px;
    margin-left: 10px;
}
.notice-info-data p span.notice-organizer-list em{
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
.over-more-notice{
    display: inline-block;
    width: auto;
    height: 24px;
    color: #fff;
    float: right;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 17px;
    background: #ff003c;
    box-sizing: unset;
}
.over-more-notice a{
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.over-more-notice a:hover{
    text-decoration: underline;
}

.notice-info-user{
    clear: both;
    width: 588px;
    height: auto;
    padding: 15px 0 10px 0;
    overflow: hidden;
}
.notice-user-img {
    width: 60px;
    height: 60px;
    margin: 5px 20px 0 0;
    float: left;
}
.notice-user-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.notice-user-name {
    width: auto;
    height: 40px;
    float: left;
    margin: 0 50px 0 0;
}
.notice-user-name a {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
.notice-user-name span {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #b3b3b3;
    font-size: 12px;
}
.notice-user-follow {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 20px 0 20px 0;
    float: left;
}
.notice-user-follow button {
    width: 80px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    border-radius: 16px;
    margin: 0 20px 0 0;
    border: none;
    cursor: pointer;
    float: left;
}
.notice-user-follow button.follow-user {
    background: #ff003c;
    color: #ffffff;
}
.notice-user-follow button.success-follow-user {
    background: #333!important;
    color: #b3b3b3!important;
}
.notice-user-follow button.private-user {
    background: #666;
    color: #ffffff;
    border: 1px solid #666;
}


.expo-info-nav{
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 54px;
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #666;
}
.expo-info-nav ul{
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 40px;
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
    margin-top: 10px;
}
.expo-info-nav ul li{
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 50px;
    color: #fff;
    cursor: pointer;
}
.expo-info-nav ul li:hover,
.expo-info-nav ul li.active{
    border-bottom: 2px solid #ff003c;
}
.expo-info-nav ul li.expo-info-upgrade,
.expo-info-nav ul li.expo-info-manage,
.expo-info-nav ul li.expo-info-edit{
    float: right;
    border: 1px solid #fff;
    padding: 0 15px;
    border-radius: 15px;
}
.expo-info-nav ul li.expo-info-upgrade{
    border: 1px solid #BAA372;
    background: linear-gradient(40deg, #BAA372, #D9C8A5, #BAA372, #D9C8A5);
}
.expo-info-nav ul li.expo-info-manage:hover,
.expo-info-nav ul li.expo-info-edit:hover{
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.expo-info-nav ul li.expo-info-upgrade:hover{
    font-weight: bold;
}

/****************************************/
.expo-box-content {
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 500px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    margin-top: 8px;
    /*overflow: hidden;*/
    border-radius: 10px;
    position: relative;
}
/*.expo-box-content-map-charge{*/
/*    min-height: 1370px !important;*/
/*}*/
/*.expo-box-content-map-free{*/
/*    min-height: 770px !important;*/
/*}*/
.expo-box-content i.content-ico-triangle {
    width: 19px;
    height: 8px;
    background: url(./../../icon/triangle-top.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 68px;
}
.expo-box-content i.content-ico-triangle-map{
    left: 178px;
}
.expo-box-content i.content-ico-triangle-product{
    left: 283px;
}
.expo-box-content i.content-ico-triangle-live{
    left: 390px;
}
.expo-box-content-item{
    display: block;
    width: 100%;
    height: auto;
}

/*展会概况*/
.expo-box-content-overview{
    display: block;
    position: relative;
    overflow: hidden;
}
.expo-box-content-overview h2{
    font-weight: bold;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.expo-box-content-overview p{
    line-height: 24px;
}
.expo-box-content-overview pre{
    line-height: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background: none;
    border: none;
    border-radius: unset;
}
.expo-box-content-overview p a{
    color: #b3b3b3;
    margin-right: 10px;
}
.expo-content-overview-l{
    width: 39.5%;
    height: auto;
    float: left;
    min-height: 400px;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    /*border-right: 1px solid #eee;*/
}
.middle-divider{
    position: absolute;
    left: 39.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee;
}
.expo-content-overview-r{
    width: 59.5%;
    height: auto;
    float: right;
    box-sizing: border-box;
    min-height: 400px;
    padding: 0 10px 0 30px;
}
.expo-plan-box{
    display: inline-block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #fff!important;
}
.expo-plan-list{
    background: #fff!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center;
    line-height: 50%;
    position: relative;
}
.expo-plan-list img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.expo-overview-standard-booth{
    width: 49%;
    height: auto;
    min-height: 200px;
    float: left;
    /*background: red;*/
    margin-top: 50px;
    box-sizing: border-box;
    /*padding: 0 10px;*/
}
.expo-overview-standard-booth h3{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.expo-overview-standard-booth img,
.expo-overview-special-standard img,
.expo-overview-online-standard img{
    width: 100%;
    height: auto;
}
.expo-overview-standard-booth span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.expo-overview-standard-booth em{
    display: block;
    width: 70%;
    height: auto;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    color: #b5b5b5;
}
.expo-overview-special-standard,
.expo-overview-online-standard{
    width: 49%;
    height: auto;
    min-height: 200px;
    float: right;
    /*background: blue;*/
    margin-top: 50px;
    box-sizing: border-box;
    /*padding: 0 10px;*/
}
.expo-overview-special-standard .special-demo,
.expo-overview-online-standard .online-demo{
    width: 60%;
    aspect-ratio: 2 / 1;
    border: 1px solid #333;
    margin: 20px auto;
}
.expo-overview-standard-booth{
    margin-right: 2%;
}
.expo-overview-online-standard{
    float: left;
}
.expo-overview-special-standard h3,
.expo-overview-online-standard h3{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.expo-overview-special-standard span,
.expo-overview-online-standard span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.expo-overview-special-standard em,
.expo-overview-online-standard em{
    display: block;
    width: 70%;
    height: auto;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    color: #b5b5b5;
}
.expo-overview-standard-booth ul,
.expo-overview-special-standard ul,
.expo-overview-online-standard ul{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.expo-overview-standard-booth ul li,
.expo-overview-special-standard ul li,
.expo-overview-online-standard ul li {
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #b3b3b3;
    cursor: pointer;
}
.expo-overview-standard-booth ul li.active{
    font-weight: bold;
}
.dividing-line{
    clear: both;
    height: 1px;
}
.attachment-download{
    display: inline-block;
    width: 180px;
    height: auto;
}
.attachment-download i{
    display: inline-block;
    padding: 50px 40px;
    text-align: center;
    border: 1px solid #b3b3b3;
    float: left;
    text-decoration: underline;
    cursor: pointer;
}
.attachment-download span{
    display: block;
    float: left;
    margin-top: 5px;
}

/*参展企业*/
.expo-box-main-enterprise{
    width: 1000px;
    height: auto;
    min-height: 250px;
    margin: 0 auto 0 auto;
}
.expo-box-main-enterprise h3{
    display: inline-block;
    width: 100%;
    height:24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.expo-main-enterprise-box{
    width: 100%;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}
.enterprise-message {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    padding: 10px 15px;
}
.enterprise-message .enterprise-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px;
}
.enterprise-message .enterprise-name i {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #0088ff;
    border-radius: 50%;
}
.enterprise-message .enterprise-name .nameText {
    display: inline-block;
    width: 52%;
    float: left;
    font-size: 15px;
    font-weight: bold;
}
.enterprise-message .enterprise-name .nameID{
    color: #b5b5b5;
}
.enterprise-message .enterprise-product {
    /*display: flex;*/
    /*gap: 10px;*/
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
}
.enterprise-message .enterprise-product img{
    width: 100%;
    border-radius: 8px;
}
.enterprise-message .enterprise-button {
    display: flex;
    justify-content: space-between;
}
.enterprise-message .enterprise-button button {
    display: block;
    border: 1px solid #b3b3b3;
    width: 42%;
    height: 28px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 13px;
    padding: 0 4px;
    background: #fff;
    color: #333;
}
.enterprise-message .enterprise-button button.vr-view-expo {
    background: #eee;
    border: 1px solid #eee;
    color: #b5b5b5;
}
.enterprise-message .enterprise-button button.go-to-shop:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

/*热门展品*/
/*.expo-box-content-product{*/
/*    display: block;*/
/*    !*padding: 50px 0 50px 0;*!*/
/*}*/

/*!*精彩集锦*!*/
/*.expo-box-content-collection{*/
/*    display: none;*/
/*    !*padding: 50px 0 50px 0;*!*/
/*}*/
.expo-interaction-box{
    width: 48%;
    height: auto;
    float: left;
    padding-bottom: 50px;
}
.expo-interaction-record{
    background: #e4e4e4;
    width: 100%;
    height: 450px;
    overflow-y: auto;
    margin-top: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 20px;
}
.expo-interaction-record ul li {
    width: 100%;
    height: auto;
    min-height: 60px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.interaction-content-user {
    width: 40px;
    height: 40px;
    float: left;
    margin: 24px 8px 0 0;
}
.expo-interaction-record ul li.send-user .interaction-content-user {
    float: right;
    margin: 24px 0 0 8px;
}
.interaction-content-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.interaction-content-text {
    width: auto;
    max-width: 80%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 15px;
    margin-left: 5px;
    padding: 8px 8px;
    float: left;
    position: relative;
}
.expo-interaction-record ul li.send-user .interaction-content-text {
    float: right;
    margin-left: 0;
    margin-right: 5px;
}
.interaction-content-text .text-item{
    width: auto;
    /*min-width: 64px;*/
    font-size: 14px;
    height: auto;
    overflow: hidden;
}
.interaction-content-text .text-item img.chat-exp-img{
    width: 24px;
    height: 24px;
}
.interaction-content-text .text-item em{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.interaction-content-text .text-item a{
    color: #0d7be0;
    text-decoration: underline;
}
.interaction-content-text .text-item a.interaction-product-item{
    color: #333;
}
.interaction-content-text .text-item i.icon-exhibitor-position{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(./../../icon/position.svg) no-repeat center center;
    background-size: 100% auto;
    margin: 2px 3px 0 0;
    float: left;
}
.interaction-content-text .text-item img {
    width: auto;
    max-width: 200px;
    height: auto;
    cursor: zoom-in;
}
.interaction-content-text .text-item .interaction-product-name{
    max-width: 200px;
    color: #333;
    margin: 10px 0 5px 0;
}
.interaction-content-text .multiple-image{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
    justify-content: center;
    align-items: center;
}
.interaction-content-text .multiple-image-2{
    grid-template-columns: repeat(2,1fr);
}
.interaction-content-text .multiple-image-3{
    grid-template-columns: repeat(3,1fr);
}
.interaction-content-text .multiple-image img{
    width: 100%;
    object-fit: cover;
}
/*.interaction-content-text i.ico-content-left {*/
/*    background: url(../images/letter-content-left.png) no-repeat;*/
/*    background-size: 8px 16px;*/
/*    left: -8px;*/
/*    top: 6px;*/
/*}*/
.interaction-content-text i.ico-content-left {
    display: block;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    left: -9px;
    top: 14px;
    /*box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);*/
    transform: rotate(-90deg);
}
.expo-interaction-record ul li.send-user .interaction-content-text i.ico-content-right {
    display: block;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    right: -9px;
    top: 14px;
    /*box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);*/
    transform: rotate(90deg);
}
.interaction-content-text span {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: -24px;
    z-index: 999;
    font-size: 12px;
    color: #b3b3b3;
    width: 436px;
    height: 24px;
    line-height: 24px;
}
.interaction-content-text span em{
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    background: #ff003c;
    color: #fff;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 12px;
}
.interaction-content-text span em.enterprise{
    background: #ff003c;
}
.interaction-content-text span em.exhibitor{
    background: #9787eb;
}
.interaction-content-text span em.watch{
    background: #32c292;
}
.interaction-reply-box{
    width: 84%;
    height: auto;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
}
.interaction-reply-box-l{
    float: left;
}
.interaction-content-reply{
    width: auto;
    max-width: 250px;
    padding: 10px 10px;
    background: #b3b3b3;
    overflow: hidden;
    float: right;
    margin-right: 5px;
    border-radius: 4px;
}
.interaction-reply-box-l .interaction-content-reply{
    float: left;
    margin-left: 5px;
}
.interaction-reply-box .reply-mr{
    margin-right: 52px;
}
.interaction-reply-box .reply-ml{
    margin-left: 52px;
}
.interaction-content-reply span{
    display: inline-block;
    width: auto;
    max-width: 70px;
    height: 24px;
    line-height: 24px;
    float: left;
    /*margin-right: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.interaction-content-reply span.width-100{
    width: 100%;
    max-width: 100%;
}
.interaction-content-reply p{
    display: inline-block;
    height: auto;
    max-width: 160px;
    float: right;
    white-space: normal; /* 或 pre-wrap */
    word-wrap: break-word;
    word-break: break-all; /* 根据需求选择 */
    overflow: hidden; /* 可选，防止内容溢出 */
}
.interaction-content-reply p img.chat-exp-img{
    width: 24px;
    height: 24px;
}
.interaction-content-reply p i.icon-exhibitor-position {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(./../../icon/position.svg) no-repeat center center;
    background-size: 100% auto;
    margin: 2px 3px 0 0;
    float: left;
}
.interaction-content-reply p a {
    color: #0d7be0;
    text-decoration: underline;
}
.interaction-content-reply .reply-product-box img{
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.interaction-content-reply .reply-product-box .interaction-product-name {
    max-width: 200px;
    color: #333;
    margin: 5px 0 0 0;
}
.content-reply-image{
    width: 150px;
    height: auto;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4,1fr);
}
.interaction-content-reply .content-reply-image-1{
    grid-template-columns: repeat(1,1fr);
}
.interaction-content-reply .content-reply-image-2{
    grid-template-columns: repeat(2,1fr);
}
.interaction-content-reply .content-reply-image-3{
    grid-template-columns: repeat(3,1fr);
}
.content-reply-image img{
    width: 100%;
    height: auto;
    cursor: zoom-in;
}
.revoke-quote-handle{
    display: none;
    width: auto;
    height: auto;
    line-height: 30px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 24px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.expo-interaction-record ul li.send-user .revoke-quote-handle{
    left: unset;
    right: 0;
}
.revoke-content{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.quote-content{
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.quote-content:hover,
.revoke-content:hover{
    background: #f4f4f4;
}
.show-quote-content{
    display: none;
    width: auto;
    max-width: 320px;
    height: 40px;
    background: #b3b3b3;
    border-radius: 6px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    padding: 5px 20px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.show-quote-content span{
    display: inline-block;
    width: auto;
    max-width: 40%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.show-quote-content p{
    display: inline-block;
    width: auto;
    max-width: 97%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.show-quote-content p img.chat-li-image{
    width: auto;
    height: 30px;
}
.show-quote-content p i.icon-exhibitor-position {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(./../../icon/position.svg) no-repeat center center;
    background-size: 100% auto;
    margin: 6px 3px 0 0;
    float: left;
}
.show-quote-content p a {
    color: #0d7be0;
    text-decoration: underline;
}
.show-quote-content p img.chat-exp-img{
    width: 24px;
    height: 24px;
}
.show-quote-content .quote-content-item{
    width: 150px;
    /*display: grid;*/
    /*gap: 5px;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    overflow: hidden;
}
.show-quote-content .quote-content-item img{
    width: auto;
    height: 30px;
}
.show-quote-content a.interaction-product-item{
    color: #333;
}
.show-quote-content .interaction-product-name{
    display: inline-block;
    width: auto;
    margin-left: 5px;
}
.show-quote-content span img{
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 5px;
}
.show-quote-content i.icon-delete-quote{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}



.expo-interaction-handle{
    width: 100%;
    height: auto;
    min-height: 120px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}
.select-interaction-type{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: left;
    position: relative;
}
.select-interaction-type span{
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
    margin: 5px 5px;
    cursor: pointer;
}
.select-interaction-type span:nth-child(1){
    background: url(./../../icon/emote.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(1):hover{
    background: url(./../../icon/emote-hover.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(2){
    background: url(./../../icon/image.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(2):hover{
    background: url(./../../icon/image-hover.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(3){
    background: url(./../../icon/product.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(3):hover{
    background: url(./../../icon/product-hover.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(4){
    background: url(./../../icon/position.svg) no-repeat center center;
    background-size: 70% auto;
}
.select-interaction-type span:nth-child(4):hover{
    background: url(./../../icon/position-hover.svg) no-repeat center center;
    background-size: 70% auto;
}
.input-interaction-text{
    border: none;
    width: 100%;
    height: auto;
    min-height: 48px;
    max-height: 80px;
    overflow-y: auto;
    line-height: 24px;
    float: left;
    padding: 5px 10px;
    outline: none;
    /*resize: none;*/
    box-sizing: border-box;
    cursor: auto;
    text-align: left;
    /*display: flex;*/
    /*justify-content: left;*/
}
.input-interaction-text:focus{
    border: none;
}
.input-interaction-text:before{
    /*display: none;*/
    content: attr(data-placeholder);
    color: #b5b5b5;
    margin-right: 5px;
    cursor: auto;
}
.no-before::before {
    display: none;
    content: "" !important;
}
.input-interaction-text .show-chat-image{
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    float: left;
}
.input-interaction-text img.image-type-upload{
    width: 58px;
    height: auto;
    margin: 0 10px 10px 0;
}
.input-interaction-text img.chat-exp-img{
    width: 24px;
    height: 24px;
    margin: 0 5px 10px 0;
}
.send-interaction-data {
    width: auto;
    height: 26px;
    float: right;
    margin: 8px 30px 10px 0;
}
.send-interaction-data button {
    border: none;
    width: 54px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    cursor: pointer;
}
.send-interaction-data button.clear-interaction-data {
    background: #e6e6e6;
    color: #666;
    margin-right: 20px;
}
.send-interaction-data button.submit-interaction-data {
    background: #ff003c;
    color: #fff;
}

.interaction-content-date{
    clear: both;
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
    float: left;
}
.interaction-expression-list{
    display: none;
    position: absolute;
    top: 584px;
    left: 40px;
    width: 470px;
    height: auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 9999;
}
.interaction-expression-list li {
    cursor: pointer;
    float: left;
    height: 22px;
    width: 26px;
    overflow: hidden;
    padding: 4px 2px;
    text-align: center;
    box-sizing: unset;
}
.interaction-expression-list li img {
    width: 24px;
    height: 24px;
}


.expo-scene-images{
    width: 48%;
    height: auto;
    float: right;
}
.expo-interaction-title,
.expo-images-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.expo-interaction-title span,
.expo-images-title span{
    display: inline-block;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: bold;
}
.object-user-list{
    display: none;
    width: 180px;
    height: auto;
    max-height: 166px;
    overflow-y: auto;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 200000;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 4px;
}
.expo-interaction-title i.icon-object-user-item {
    width: 19px;
    height: 8px;
    background: url(./../../icon/triangle-top.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200001;
}
.object-user-item{
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: left;
    padding: 0 20px;
    color: #333;
}
.object-user-item-false{
    color: #b5b5b5;
}
.object-user-item:hover{
    background: #f4f4f4;
}
.object-user-item b{
    display: inline-block;
    width: auto;
    max-width: 78%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.expo-images-box{
    width: 100%;
    height: auto;
    overflow-y: auto;
    max-height: 590px;
    margin-top: 10px;
}
.expo-images-box-empty{
    display: inline-block;
}
.expo-images-list{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    max-height: 500px;
    overflow-y: auto;
    padding: 35px 5px 10px 0;
    position: relative;
    justify-content: center;
    align-items: center;
}
.expo-images-list p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #b5b5b5;
    position: absolute;
    left: 0;
    top: 0;
}
.show-expo-image{
    margin-bottom: 10px;
}
.expo-images-list .show-expo-image img{
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

/*申请参展弹窗*/
.exhibitor-apply-prompt,
.watch-apply-prompt{
    display: none;
}
.exhibitor-apply-prompt .prompt-content,
.watch-apply-prompt .prompt-content{
    position: relative;
    border-radius: 12px;
    height: auto;
    margin-top: 60px;
    width: 650px;
}
.exhibitor-apply-prompt .close,
.watch-apply-prompt .close {
    color: #fff;
    position: absolute;
    right: -40px;
    top: 0;
    /*background: rgba(0,0,0,.5);*/
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-weight: bold;
    opacity: 0.8;
}
.exhibitor-apply-info,
.watch-apply-info{
    width: 100%;
    height: auto;
    padding: 40px 60px;
    box-sizing: border-box;
}
.exhibitor-apply-info img.cover-image,
.watch-apply-info img.cover-image{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 30px auto;
}
.exhibitor-apply-info h2,
.watch-apply-info h2{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.exhibitor-apply-info p,
.watch-apply-info p{
    line-height: 24px;
}
.exhibitor-apply-info p b,
.watch-apply-info p b{
    font-size: 15px;
    font-weight: bold;
}
.exhibitor-apply-box,
.watch-apply-box{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}
.exhibitor-apply-box-item,
.watch-apply-box-item{
    width: 100%;
    height: auto;
    min-height: 38px;
    margin-bottom: 15px;
}
.exhibitor-apply-box-item label,
.watch-apply-box-item label{
    display: inline-block;
    width: 26%;
    height: 38px;
    line-height: 38px;
    float: left;
    color: #333;
}
.exhibitor-apply-box-item label em,
.watch-apply-box-item label em{
    display: inline-block;
    width: 10px;
    height: 38px;
    line-height: 44px;
    float: left;
    font-size: 16px;
    color: #ff003c;
}
.exhibitor-apply-box-item input.input-exhibitor-data ,
.watch-apply-box-item input.input-watch-data {
    height: 38px;
    line-height: 38px;
    width: 65%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    margin-left: 30px;
    box-sizing: border-box;
}
.exhibitor-apply-box-item input.input-verify-code,
.watch-apply-box-item input.input-verify-code{
    width: 40%;
}
.exhibitor-apply-online input.input-exhibitor-data{
    border: none;
    background: #fff;
    padding-left: 0;
    font-weight: bold;
    font-size: 16px;
    color: #ff003c;
}
.exhibitor-apply-box-item button,
.watch-apply-box-item button {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: none;
    text-align: center;
    margin: 0 20px;
    border-radius: 19px;
    cursor: pointer;
    color: #fff;
    background: #0202f5;
}
.exhibitor-apply-box-item button.close-apply,
.watch-apply-box-item button.close-watch-apply{
    background: #fff;
    color: #333;
    border: 1px solid #666;
}
.exhibitor-apply-box-item img.verify-code-image,
.watch-apply-box-item img.watch-verify-code-image{
    width: auto;
    height: 36px;
    cursor: pointer;
}
.select-expo-showcase {
    border: 1px solid #e5e5e5;
    width: 65%;
    height: 38px;
    line-height: 38px;
    float: left;
    border-radius: 4px;
    padding: 0 12px;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
}
.select-expo-showcase span{
    display: inline-block;
    width: auto;
    max-width: 92%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.select-expo-showcase i.ico-bottom-arrow{
    display: inline-block;
    width: 9px;
    height: 6px;
    float: right;
    margin: 16px 0 0 12px;
    background: url(./../../icon/select.svg) no-repeat;
}
.expo-showcase-list {
    display: none;
    width: auto;
    min-width: 100%;
    height: auto;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 10001;
    overflow: hidden;
}
.expo-showcase-list ul {
    float: left;
    width: 100%;
    overflow-y: auto;
}
.expo-showcase-list ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}
.expo-showcase-list ul li.disabled{
    color: #b5b5b5;
    cursor: no-drop;
}
.expo-showcase-list ul li.active {
    color: #ff003c;
}
.exhibitor-keyword-list,
.watch-keyword-list{
    display: inline-block;
    width: 65%;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
}
.exhibitor-keyword-list{
    max-height: 80px;
    overflow-y: auto;
}
.exhibitor-keyword-list span ,
.watch-keyword-list span {
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    float: left;
    font-size: 12px;
    color: #333;
    /*background: #b5b5b5;*/
    /*border-radius: 4px;*/
    margin-right: 15px;
    /*padding: 3px 10px;*/
    margin-bottom: 5px;
    cursor: pointer;
}
.exhibitor-keyword-list span i,
.watch-keyword-list span i{
    display: inline-block;
    float: left;
}
.exhibitor-keyword-list span input,
.watch-keyword-list span input{
    float: left;
    margin: 5px 5px 0 0;
    cursor: pointer;
}

/*激活展位弹窗*/
.activation-exhibitor-prompt{
    display: none;
    height: 100%;
    top:60px;
    z-index: 1;
}
.activation-exhibitor-prompt .prompt-content{
    position: relative;
    border-radius: 2px;
    height: auto;
    margin-top: 10%;
    width: 600px;
    min-height: 338px;
    border: none;
}
.activation-exhibitor-prompt .prompt-title {
    width: 65%;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    text-indent: 30px;
    color: #333333;
    border: none;
    background: #fff;
    margin-left: 35%;
    box-sizing: border-box;
}
.activation-exhibitor-prompt .close {
    color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
    /*background: rgba(0,0,0,.5);*/
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-weight: bold;
    opacity: 0.8;
}
.activation-exhibitor-info{
    width: 65%;
    height: auto;
    min-height: 283px;
    padding: 20px 30px 20px 30px;
    box-sizing: border-box;
    background: #fff;
    margin-left: 35%;
}
.activation-exhibitor-info h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.activation-exhibitor-box{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}
.activation-exhibitor-box-item{
    width: 100%;
    height: auto;
    min-height: 38px;
    margin-bottom: 15px;
}
.activation-exhibitor-box-item label{
    display: inline-block;
    width: 22%;
    height: 38px;
    line-height: 38px;
    float: left;
    color: #333;
}
.activation-exhibitor-box-item label em{
    display: inline-block;
    width: 10px;
    height: 38px;
    line-height: 44px;
    float: left;
    font-size: 16px;
    color: #ff003c;
}
.activation-exhibitor-box-item input {
    height: 38px;
    line-height: 38px;
    width: 65%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    margin-left: 10px;
    box-sizing: border-box;
}
.activation-exhibitor-box-item input.input-form-control{
    display: inline-block;
    margin-left: 10px;
    float: left;
}
.activation-exhibitor-box-item input.input-verify-code{
    float: left;
    width: 31%;
    margin-right: 15px;
}
.activation-exhibitor-box-item a.btn-captcha{
    padding: 8px 12px;
}
.activation-exhibitor-box-item input.input-form-control:focus,
.activation-exhibitor-box-item input.input-verify-code:focus{
    border: 1px solid #e5e5e5!important;
}
.activation-exhibitor-box-item .msg-box{
    display: none!important;
}
.activation-exhibitor-box-item button {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: none;
    text-align: center;
    margin: 0 20px;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    background: #0202f5;
}

/*发送图片弹窗*/
.send-images-prompt{
    display: none;
    height: 100%;
}
.send-images-prompt .prompt-content{
    position: relative;
    border-radius: 6px;
    height: auto;
    margin-top: 10%;
    width: 380px;
    min-height: 338px;
    border: none;
    /*overflow: hidden;*/
}
.send-images-prompt .prompt-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-indent: 0;
    color: #333333;
    border: none;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-radius: 6px 6px 0 0;
}
.send-images-prompt .close {
    color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
    /*background: rgba(0,0,0,.5);*/
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-weight: bold;
    opacity: 0.8;
}
.send-images-info{
    width: 100%;
    height: auto;
    min-height: 283px;
    padding: 5px 0 20px 30px;
    box-sizing: border-box;
}
.send-images-info .send-images-box{
    width: 100%;
    height: auto;
    min-height: 256px;
    max-height: 256px;
    overflow-y: auto;
}
.send-images-box .send-upload-images{
    display: inline-block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    box-sizing: unset;
}
.send-image-item{
    width: 64px;
    height: 64px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.send-upload-images img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
   float: left;
}
.send-image-name{
    display: inline-block;
    width: auto;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.send-image-ext{
    display: inline-block;
    width: auto;
    overflow: hidden;
    float: left;
}
.send-image-delete{
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
    margin: 22px 15px 0 0;
    cursor: pointer;
    color: #666;
    font-size: 28px;
}
.send-upload-images:hover .send-image-delete{
    display: block;
}
.send-button-box{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    box-sizing: unset;
}
.send-button-box button {
    border: none;
    width: 64px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 20px;
}
.send-button-box button.close-send-images {
    background: #e6e6e6;
    color: #666;
    margin-right: 20px;
}
.send-button-box button.submit-send-images {
    background: #ff003c;
    color: #fff;
}


/*预告详情样式*/
.expo-box-content-text{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.notice-text-pre p {
    width: auto;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px!important;
    max-width: 100%!important;
}
.notice-text-pre table{
    max-width: 100%!important;
    margin: 0 auto;
}
.notice-text-pre h1,
.notice-text-pre h2,
.notice-text-pre h3,
.notice-text-pre h4,
.notice-text-pre h5,
.notice-text-pre div,
.notice-text-pre section{
    color: #666666;
    font-size: 16px;
    max-width: 100%!important;
    margin: 0 auto;
}
.notice-text-pre img {
    width: 100%;
    max-width: 100%!important;
    height: auto;
    margin: 30px auto 0;
}
.notice-text-pre iframe {
    border: none!important;
    margin-top: 20px;
}
.notice-text-pre .edui-faked-video {
    min-width:100%!important;
    max-width: 100%!important;
    min-height: 452px!important;
    max-height: 452px!important;
}

.new-notice-text-pre img{
    width: 100%;
    max-width: 100%!important;
    height: auto!important;
    margin: 10px auto 0;
}
.new-notice-text-pre p{
    width: auto;
    margin: 0 auto 10px auto;
    font-size: 16px;
    color: #333!important;
    line-height: 30px!important;
    max-width: 100%!important;
}
.new-notice-text-pre p span{
    font-size: 14px;
    color: #333!important;
}
.new-notice-text-pre p strong{
    font-style: normal!important;
}
.new-notice-text-pre div,
.new-notice-text-pre section{
    color: #333!important;
    font-size: 14px;
    max-width: 100%!important;
    margin: 0 auto;
}
.new-notice-text-pre iframe{
    border: none!important;
    margin-top: 10px;
}
.new-notice-text-pre p a{
    text-decoration: underline;
}
.new-notice-text-pre ol,
.new-notice-text-pre ul{
    margin-bottom: 10px!important;
}
.new-notice-text-pre ol li,
.new-notice-text-pre ul li{
    line-height: 24px!important;
    color: #666!important;
    list-style: inside!important;
    margin-bottom: 10px;
}

.content-box-title{
    width: 100%;
    height: 54px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}
.content-box-title a:hover{
    color: #333;
}
.content-box-title h2{
    height: 54px;
    line-height: 54px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.content-box-title h2 i.icon-more-notice{
    display: inline-block;
    color: #333;
    width: 24px;
    height: 24px;
    float: left;
    margin: 15px 5px 0 0;
    background: url(./../../icon/ico-notice.svg)no-repeat 3px -77px;
}

.layui-layer-loading{
    color: #ff003c;
}
.layui-layer-loading{
    display: none!important;
}