.expo-box-content  {
    background: var(--info-box-bg);
}
.expo-box-content-overview h2,
.expo-box-content-overview p,
.expo-box-content-overview pre,
.expo-overview-standard-booth h3,
.expo-overview-special-standard h3,
.expo-overview-online-standard h3,
.attachment-download i,
.expo-interaction-title span,
.expo-interaction-title em,
.expo-images-title span,
.expo-overview-standard-booth span,
.control{
    color: var(--info-box-text);
}

.expo-overview-standard-booth ul li,
.expo-overview-special-standard ul li,
.expo-overview-online-standard ul li{
    color: var(--info-box-text);
}
.expo-overview-standard-booth ul li:last-child,
.expo-overview-special-standard ul li:last-child,
.expo-overview-online-standard ul li:last-child{
    border-bottom: none;
}
.expo-overview-special-standard .special-demo,
.expo-overview-online-standard .online-demo{
    border: 1px solid var(--info-box-text);
}
.expo-overview-special-standard span,
.expo-overview-online-standard span{
    color: var(--info-box-text);
}
.expo-main{
    padding: 0;
}
.notice-banner{
    position: relative;
}
.notice-banner-position{
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice-banner-position button{
    padding: 15px 50px;
    background: none;
    color: #fff;
    border: 1px solid #f4f4f4;
    font-size: 18px;
    border-radius: 28px;
    margin: 0 32px;
}
.notice-banner-position button:hover{
    font-weight: bold;
    text-decoration: underline;
}
.notice-banner-position button.position-go-exhibitor{
    background: #9900cb;
    border: 1px solid #9900cb;
}
.notice-banner-position button.position-qrcode-collect-tickets{
    background: #000;
    border: 1px solid #f4f4f4;
}


.notice-box{
    position: unset;
    margin: 0 auto;
}

.expo-header-float{
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.expo-nav-box{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
}
.expo-nav-box ul{
    display: flex;
    gap: 50px;
}
.expo-nav-box ul a{
    color: #fff;
}
.expo-nav-box ul li{
    font-size: 15px;
    padding: 5px 0;
}
.expo-nav-box ul li.nav-item{
    cursor: pointer;
}
.expo-nav-box ul li.nav-item:hover,
.expo-nav-box ul li.active-nav-item{
    font-weight: bold;
    border-bottom: 2px solid #ff003c;
}
.expo-handle-box{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    gap: 40px;
}
.expo-handle-box button{
    padding: 2px 12px;
    background: none;
    color: #fff;
    border: 1px solid #f4f4f4;
    font-size: 13px;
    border-radius: 15px;
}
.expo-handle-box a{
    padding: 2px 12px;
    background: none;
    color: #fff;
    border: 1px solid #f4f4f4;
    font-size: 13px;
    border-radius: 15px;
}
.expo-handle-box button:hover{
    font-weight: bold;
}
.expo-handle-box a.expo-info-manage,
.expo-handle-box button.go-exhibitor{
    background: #9900cb;
    border: 1px solid #9900cb;
}

.expo-user-box{
    width: auto;
    display: flex;
    height: 100%;
    flex-direction:unset;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    gap: 50px;
}
.expo-user-box .user-news,
.expo-user-box .user-info{
    width: 32px;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expo-user-box .user-news .news-info {
    width: 32px;
    height: 32px;
    margin-top: 0;
    cursor: pointer;
}
.expo-user-box .user-news .news-info i.default-news {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin: 8px 6px;
    background-position: -27px -8px;
}
.expo-user-box .user-info .user-avatar {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
}
.expo-user-box .user-info .user-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    left: 0;
}
.expo-user-box .user-info-list,
.expo-user-box .user-news-list {
    display: none;
    width: 100px;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top:60px!important;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
    left: 50%;
    transform: translate(-50%);
    bottom: unset !important;
}
.expo-user-box .user-info-list ul li,
.expo-user-box .user-news-list ul li {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.expo-user-box .user-info-list ul li:hover,
.expo-user-box .user-news-list ul li:hover
{
    /*height: 40px;*/
    background:rgba(0,0,0,0.1);
    border-bottom:none;
}
.expo-user-box .user-info-list ul li a,
.expo-user-box .user-news-list ul li a{
    color: #333;
}
/*.expo-user-box .user-info-list ul li:hover,*/
/*.expo-user-box .user-news-list ul li:hover*/
/*{*/
/*    background:none;*/
/*}*/
.expo-user-box .user-info-list i.index-ico-triangle,
.expo-user-box .user-news-list i.index-ico-triangle {
    width: 19px;
    height: 8px;
    background: url(./../../icon/triangle-top.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%);
}
.user-news span.news-number{
    left: unset;
    right: -7px;
}
.go-login{
    color: #fff;
}
.go-login:hover{
    color: #fff;
    text-decoration: underline;
}
.expo-main{
    height: auto!important;
}
.expo-box-content{
    margin-bottom: 30px;
}

/*footer*/
footer {
    display: block;
    width: 100%;
    height: 260px;
    background: #333;
    overflow: hidden;
}
.footer-box-info{
    width: calc(100% - 160px);
    min-width: 1200px;
    height: 120px;
    margin: 60px auto 80px auto;
}
.footer-box-top {
    width: auto;
    height: auto;
    padding: 30px 10px;
    overflow: hidden;
}
.footer-box-top img {
    float: left;
    width:120px;
    height: auto;
    margin-top: 5px;
}
.footer-box-top ul {
    margin-top: 5px;
    float: right;
    width: auto;
}
.footer-box-top ul li {
    float: left;
    width: auto;
    color: #b3b3b3;
    margin-left: 60px;
    font-size: 14px;
}
.footer-box-top ul li a {
    display: inline-block;
    width: auto;
    height: auto;
    color: #b3b3b3;
    font-size: 14px;
}
.footer-box-bottom {
    width: auto;
    height: auto;
    padding: 30px 10px;
    overflow: hidden;
}
.footer-box-bottom span {
    color: #b3b3b3;
    font-size: 12px;
}
.footer-box-bottom span a{
    color: #b3b3b3;
    font-size: 12px;
}
.footer-box-info hr{
    background-color: #555;
}

.expo-contact-prompt,
.qrcode-collect-tickets-prompt{
    display: none;
    height: 100%;
}
.expo-contact-prompt .prompt-content{
    width: 420px;
    height: auto;
}
.qrcode-collect-tickets-prompt .prompt-content{
    width: 400px;
    height: auto;
}
.expo-contact-prompt .prompt-content .prompt-title,
.qrcode-collect-tickets-prompt .prompt-content .prompt-title{
    font-weight: bold;
    color: #333;
    font-size: 15px;
}
.expo-contact-info{
    width: 100%;
    height: auto;
    padding: 10px 60px 40px 60px;
    box-sizing: border-box;
}
.expo-contact-info p{
    width: 100%;
    text-align: center;
}
.qrcode-collect-tickets-info{
    width: 100%;
    height: auto;
    padding: 5px 40px 30px 40px;
    box-sizing: border-box;
}
.qrcode-collect-tickets-info h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.qrcode-collect-tickets-info img{
    width: 100%;
    height: auto;
}
.expo-box-content-top{
    margin-top: 90px!important;
}

.notice-info-user{
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content:center;
    margin-bottom: 30px;
}
.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: 60px;
    line-height: 60px;
    float: left;
    margin: 0 50px 0 0;
}
.notice-user-name a {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}
.notice-user-name span {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

.past-review{
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 200px;
    background: var(--info-box-bg);
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    /* overflow: hidden; */
    border-radius: 20px;
    position: relative;
}
.past-review h2{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.past-review-list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.past-review-list-item{
    float: left;
    padding-right: 15px;
    width: 20%;
    height: 132px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
}
.past-review-list-item:last-child{
    padding-right: 0;
}
.past-review-list-item img{
    cursor: pointer;
}
.past-review-list-item img,
.past-review-list-item video{
    width: 100%;
    height: auto;
    border-radius: 4px;
}

body.fancybox-active {
    overflow: hidden;
    /*padding-right: 15px; !* 滚动条宽度 *!*/
}

/* 或者使用更精确的方法 */
/*body.fancybox-active {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    !*top: -${window.scrollY}px; !* 通过 JS 设置 *!*!*/
/*}*/