@import "banner.css";
@import "header.css";
@import "pastGuest.css";
@import "pastGuest_new.css";
/*@import "exhibitor.css";*/
/*@import "nineEntrances.css";*/
/*@import "previous.css";*/
@import "announcementHighlights1.css";
/*@import "solicitation.css";*/
/*@import "greatVideo.css";*/
/*@import "speaker.css";*/
/*@import "cooperativePartner.css";*/
@import "footer.css";
/*@import "activitySchedule.css";*/
/*@import "newsCenter.css";*/
@import "swiper-bundle.min.css";


/*#rightFloatPdf{*/
/*  background-repeat:no-repeat ;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-image: url("/static/img/2022/down_pdf.png");*/
/*}*/

/*#rightFloatPdf:hover{*/
/*  background-image: url("/static/img/2022/down_pdf2.png");*/
/*}*/

@media screen and (max-width: 890px) {
    .news .body .right iframe {
        width: 100% !important;
    }
    .exhibitionHall {
        display: none;
    }
}

body {
    width: 100vw;
    overflow-x: hidden;

}

.exhibitionHall {
    background: url('/static/upload/default_icon.jpg') no-repeat center;
    height: 412px;
    background-size: cover;
    position: relative;
    cursor: pointer;
    position: relative;
}

.exhibitionHall-href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.exhibitionHall img {
    position: absolute;
    left: 52%;
    top: 22%;
}

.exhibitionHall a {
    text-decoration: none;
}

.exhibitionHall .exhibitionHallTitle {
    width: 290px;
    height: 77px;
    background: #0045cf;
    border: 2px solid #80aaff;
    border-radius: 41px;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    line-height: 77px;
    position: absolute;
    left: 52%;
    top: 65%;
}

.ExhibitionHallTieleImgSmall {
    display: none;
}

a {
    text-decoration: none;
}

.right-float-area {
    position: fixed;
    bottom: 50px;
    right: 35px;
    z-index: 9999;
}

.right-float-area .item {
    height: 50px;
    line-height: 62px;
    margin-bottom: 8px;
    cursor: pointer;
}


.right-float-area .third {
    position: relative;
}

.right-float-area .third .qr-code {
    position: absolute;
    top: 10px;
    right: 76px;
    display: none;
    width: 178px;
    height: 178px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12);
}

/*.right-float-area .item:hover {
    background: #007cf8;
    transition:all .2s .1s;
}*/

.left-top-area {
    display: none;
    position: fixed;
    /*top: 360px;*/
    bottom: 20%;
    left: 20px;
    z-index: 99;
    max-width: 264px;
    min-width: 180px;
    width: 14vw;
}

.left-top-area .welcome {
    width: 100%;
    /*height: 257px;*/
    background: #ffffff;
    /*border: 1px solid #ccc;*/
    position: relative;
}

.left-top-area .welcome img {
    width: 100%;
    aspect-ratio: 85 / 57;
}

.left-top-area .welcome .title {
    font-size: 0.9vw;
    /*font-size: 16px;*/
    font-weight: 400;
    color: #000000;
    padding: 4px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    /*height: 36px;*/
}

.left-top-area .welcome .date {
    font-size: 0.75vw;
    /*font-size: 14px;*/
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 0 10px 10px;
}

.left-top-area .welcome .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    background: #cccccc85;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

.left-top-area .welcome .close-icon .iconfont {
    font-size: 14px;
}

.left-top-area .entries {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.left-top-area .entries .entries-item {
    display: flex;
    width: calc((100% - 8px) / 2);
    max-height: 87px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    aspect-ratio: 128 / 87
}

.left-top-area .entries .entries-item img {
    width: 24%;
}

.left-top-area .entries .entries-item .entries-item-title {
    font-size: 0.9vw;
    /*font-size: 18px;*/
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    word-break: break-all;
}

.left-top-area .entries .login {
    background: url("/static/upload/default_icon.jpg") center no-repeat;
    background-size: 100% 100%;
}

.left-top-area .entries .safe {
    background: url("/static/upload/default_icon.jpg") center no-repeat;
    background-size: 100% 100%;
}

.right-body-content {
    width: 100% !important;
}

/* 富文本里图片自适应*/
.right-body-content img,  .right-body-content video{
    max-width: 100% !important;
    height: auto !important;
}
.phone-third{
    display: none;
}
@media screen and (min-width: 750px) {
    .live-content iframe {
        margin-top: 20px;
        width: 1200px;
        height: 600px;
    }
}

@media screen and (max-width: 750px) {
    .phone-third{
        display: block;
    }
    .live-content {
        width: 100%;
        padding: 0 2%;
        margin-top: 20px;
    }

    .live-content iframe {
        width: 100%;
    }

    .exhibitionHall {
        background: url('/static/upload/default_icon.jpg') no-repeat center;
        height: 224px;
        background-size: cover;
        position: relative;
    }

    .ExhibitionHallTieleImgSmall {
        display: block;
    }

    .ExhibitionHallTieleImg {
        display: none;
    }

    .exhibitionHall img {
        position: absolute;
        left: 27%;
        top: 24%;
        height: 72px;
    }

    .exhibitionHall .exhibitionHallTitle {
        width: 115px;
        height: 38px;
        background: #0045cf;
        border: 1px solid #80aaff;
        border-radius: 20px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        line-height: 38px;
        position: absolute;
        left: 34%;
        top: 65%;
    }
    .right-float-area .third,
    .left-top-area {
        display: none;
    }

    .right-float-area {
        bottom: 80px;
        right: 15px;
    }

    .right-float-area .item {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        box-shadow: 5px 5px 8px 2px rgba(6, 132, 220, 0.2);
    }
    .right-float-area .item img{
        width: 100%;
        height: 100%;
    }
}
