body {
    width: 100%;
    background: #1f3ccc url(../images/index/web-background-new.jpg) top center no-repeat;
    background-size: 100% auto;
}



/* banner start */
.safeplace-banner {}

.banner-cont {
    margin-top: 230px;
    margin-bottom: 130px;
}

.banner-cont-theme {
    margin-bottom: 60px;
}

.banner-cont-theme .img {
    width: 500px;
}

.banner-cont-title {
    cursor: default;
    font-size: 34px;
    letter-spacing: 12px;
    margin-bottom: 40px;
}

.banner-cont-title .strong {
    font-size: 35px;
    font-weight: bold;
}

.banner-cont-time {
    cursor: default;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 50px;
}

.banner-cont-time .strong {
    font-size: 24px;
    font-weight: bold;
}

.banner-cont-time .weak {
    font-size: 16px;
    margin-right: 5px;
    opacity: .75;
}

.banner-cont-btn {
    margin-bottom: 55px;
}

.banner-cont-btn-item {
    cursor: pointer;
    width: 150px;
    height: 50px;
    border: 1px solid #1BFDFF;
    font-size: 18px;
    font-weight: bold;
    color: #1BFDFF;
    margin-right: 20px;
    border-radius: 6px;
    transition: background ease .4s;
}
.banner-cont-btn-item.live-btn {
    margin: auto 0;
}
.live-btn-a {
    width: 150px;
    display: block;
    margin: 20px auto 0;
}

.banner-cont-btn-item:hover {
    background: #1BFDFF;
    color: #000000;
}

.banner-cont-organizers {
    cursor: default;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 60px;
}

.live-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/* banner end */



/* intro start */
.section-intro {
    width: 100%;
    margin-bottom: 80px;
}

.intro-cont {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.7;
    background: rgba(21, 42, 148, .4);
    padding: 35px 40px;
    border-radius: 6px;
}

.intro-cont p {
    text-indent: 2em;
}
/* intro end */



/* highlights start */
.section-highlights {
    margin-bottom: 80px;
}

.highlights-cont {
    width: 100%;
}

.highlights-cont-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 380px;
    height: 270px;
    border-radius: 6px;
    overflow: hidden;
}

.highlights-cont-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights-cont-item-text {
    position: absolute;
    width: 100%;
    padding: 33px 20px 18px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0, rgba(6, 23, 65, .8), rgba(6, 23, 65, .8), rgba(6, 23, 65, 0));
}

.highlights-cont-item-text .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.highlights-cont-item-text .desc {
    font-size: 14px;
}

/* highlights end */



/* guests start */
.section-guests {
    margin-bottom: 60px;
}

.guests-cont {
    width: 1260px;
    padding: 55px 30px;
    margin-left: -30px;
    margin-top: -35px;
}

.guests-cont-item {
    position: relative;
    width: 285px;
    height: auto;
    background: linear-gradient(90deg, #0A1B2F 0%, #0C2B4B 100%);
    border-radius: 6px;
    overflow: hidden;
    transition: transform .4s, box-shadow .4s;
}

.guests-cont-item-img {
    width: 100%;
    height: 100%;
}

.guests-cont-item-text {
    cursor: default;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background: linear-gradient(0deg, #0C2A4B 0%, rgba(12, 42, 75, 0) 100%);
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.guests-cont-item-text .name {
    position: relative;
    font-size: 20px;
}

.guests-cont-item-text .name:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #1BFDFF;
    left: 0;
    top: -8px;
}

.guests-cont-item-text .position {
    font-size: 14px;
    margin-top: 5px;
}

.guests-cont-item:hover {
    z-index: 2;
    box-shadow: -20px 0px 30px 0px rgba(12, 41, 71, 0.4), 20px 0px 30px 0px rgba(12, 41, 71, 0.3);
    transform: scale(1.175);
}

.guests-button-prev,
.guests-button-next,
.video-button-prev,
.video-button-next,
.highlights-button-prev,
.highlights-button-next {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #1BFDFF;
    border-radius: 6px;
    bottom: 210px;
    transition: background .4s;
}
.highlights-button-prev,
.highlights-button-next {
    bottom: 105px;
}

.guests-button-prev,
.video-button-prev,
.highlights-button-prev {
    left: -104px;
}

.guests-button-next,
.video-button-next,
.highlights-button-next {
    right: -104px;
}

.guests-button-prev:hover,
.guests-button-next:hover,
.video-button-prev:hover,
.video-button-next:hover,
.highlights-button-prev:hover,
.highlights-button-next:hover {
    background: #1BFDFF;
}

.guests-button-prev img,
.guests-button-next img,
.video-button-prev img,
.video-button-next img,
.highlights-button-prev img,
.highlights-button-next img {
    position: absolute;
    width: 16px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guests-button-prev .default,
.guests-button-next .default,
.guests-button-prev:hover .active,
.guests-button-next:hover .active,
.video-button-prev .default,
.video-button-next .default,
.video-button-prev:hover .active,
.video-button-next:hover .active,
.highlights-button-prev .default,
.highlights-button-next .default,
.highlights-button-prev:hover .active,
.highlights-button-next:hover .active {
    display: none;
}

.guests-button-prev:hover .default,
.guests-button-next:hover .default,
.video-button-prev:hover .default,
.video-button-next:hover .default,
.highlights-button-prev:hover .default,
.highlights-button-next:hover .default {
    display: block;
}

.guests-button-prev.swiper-button-disabled,
.guests-button-next.swiper-button-disabled,
.video-button-prev.swiper-button-disabled,
.video-button-next.swiper-button-disabled,
.highlights-button-prev.swiper-button-disabled,
.highlights-button-next.swiper-button-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .35;
}

.guests-cont-item-img.default,
.guests-cont-item:hover .guests-cont-item-img.active {
    display: inline;
}

.guests-cont-item-img.active,
.guests-cont-item:hover .guests-cont-item-img.default {
    display: none;
}

.guest-tips {
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 14px;
    opacity: .8;
    top: -20px;
}

/* guests end */



/* video start */
.section-video {
    margin-bottom: 80px;
}

.video-cont {
    position: relative;
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.video-container-source {
    display: none;
}

.video-container-source:first-child {
    display: block;
}

.video-container-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-container-icon {
    cursor: pointer;
    position: absolute;
    width: 9.16666666%;
    /* height: 110px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-tabs {
    width: 100%;
    margin-top: 30px;
}

.video-tabs-item {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    vertical-align: top;
    width: 380px;
    height: 200px;
    padding: 30px 30px 20px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(21, 46, 172, .75) 0%, rgba(51, 153, 255, .75) 100%);
    transition: background .4s;
}

.video-tabs-item .title {
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin-bottom: 16px;
}

.video-tabs-item .intro {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
}

.video-tabs-item .btn {
    cursor: pointer;
    width: 100px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #1BFDFF;
    font-size: 16px;
    font-weight: 500;
    color: #1BFDFF;
    transition: background .4s;
}

.video-tabs-item:hover .btn {
    background: #1BFDFF;
    color: #010103;
}

.video-button-prev,
.video-button-next {
    bottom: 75px;
}

/* video end */



/* produts start */
.section-produts {
    width: 100%;
    margin-bottom: 80px;
}

.produts-cont {
    width: 100%;
    background: rgba(38, 92, 255, .95);
}

.products-item {
    position: relative;
    display: inline-flex;
    width: 33.33333333%;
    height: 300px;
    transition: box-shadow .4s;
    border-right: 1px solid rgba(256, 256, 256, .5);
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.products-item-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(38, 92, 255, .95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: background .4s, transform .4s;
}

.products-item .img {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: 1;
    transition: opacity .4s, height .4s;
}

.products-item .title {
    cursor: default;
    font-size: 18px;
    font-weight: bold;
}

.products-item .slogan {
    cursor: default;
    width: 305px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.products-item .btn {
    cursor: pointer;
    width: 100px;
    height: 36px;
    background: #1BFDFF;
    font-size: 14px;
    font-weight: 500;
    color: #020C41;
    border-radius: 6px;
    margin-top: 24px;
}

.products-item .span {
    cursor: default;
    position: absolute;
    padding: 0 19px;
    font-size: 14px;
    line-height: 32px;
    background: rgba(27, 253, 255, .4);
    border-radius: 16px;
    left: 35px;
    top: 35px;
}

.span.theme-bgcolor {
    background: rgba(27, 253, 255, 1);
    color: #000000;
}

.products-item .bottom {
    height: 0;
    opacity: 0;
    transition: opacity .4s, height .4s;
}

.products-item:hover {
    z-index: 2;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.33), 0px 20px 40px 0px rgba(8, 24, 68, 0.6);
}

.products-item:hover .products-item-box {
    border-radius: 6px;
    transform: scale(1.11);
    background: linear-gradient(0deg, #3399FF 0%, #1542AB 100%);
}

.products-item:hover .img {
    opacity: 0;
    height: 0;
}

.products-item:hover .bottom {
    height: auto;
    opacity: 1;
}

/* produts end */



/* past start */
.section-past {
    width: 100%;
    margin-bottom: 80px;
}

.past-cont {
    width: 100%;
}

.past-cont-item {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.past-cont-item-link {
    position: absolute;
    right: 12.3%;
    bottom: 16.5%;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 6px;
    border: 1px solid #1BFDFF;
    font-size: 16px;
    font-weight: 500;
    color: #1BFDFF;
    transition: background .4s;
}
a.past-cont-item-link {
    color: #1BFDFF;
}
.past-cont-item-link:hover {
    background: #1BFDFF;
    color: #010103;
}

/* past end */



/* partner start */
.section-partner {
    width: 100%;
    margin-bottom: 80px;
}

.partner-cont {
    width: 100%;
}

.partner-item {
    display: inline-block;
    vertical-align: top;
    width: 18.33333333%;
    margin-right: 2.08333333%;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
}

/* partner end */



@media (max-width:1660px) and (min-width:1201px) {
    .banner-cont-btn-item {
        width: 140px;
        height: 46px;
        font-size: 16px;
    }

    .banner-cont {
        margin-top: 200px;
    }

    .banner-cont-organizers {
        font-size: 16px;
    }

    .intro-cont {
        font-size: 18px;
    }

    .products-item {
        height: 280px;
    }
}

@media (max-width:1500px) and (min-width:1201px) {
    .banner-cont {
        margin-top: 155px;
    }

    .banner-cont-title {
        margin-bottom: 40px;
    }

    .banner-cont-time {
        margin-bottom: 35px;
    }

    .banner-cont-organizers {
        font-size: 14px;
    }

    .guests-cont {
        width: calc(100% + 60px);
    }

    .guests-button-prev,
    .guests-button-next,
    .video-button-prev,
    .video-button-next,
    .highlights-button-prev,
    .highlights-button-next {
        width: 50px;
        height: 50px;
    }

    .guests-button-prev,
    .video-button-prev,
    .highlights-button-prev {
        left: -60px;
    }

    .guests-button-next,
    .video-button-next,
    .highlights-button-next {
        right: -60px;
    }

    .products-item {
        height: 260px;
    }
}

@media (max-width:1200px) and (min-width:769px) {
    .guests-cont {
        width: 100%;
        padding: 55px 0;
        margin-left: 0;
    }

    .guests-button-prev,
    .guests-button-next,
    .video-button-prev,
    .video-button-next {
        display: none;
    }
}


@media screen and (min-width:769px) {
    .partner-item:nth-child(5n+0) {
        margin-right: 0;
    }
    .products-item:nth-child(3n+0) {
        border-right: none;
    }
    .products-item:nth-last-child(-n+3) {
        border-bottom: none;
    }
    .mb-theme {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .web-theme {
        display: none;
    }

    body {
        width: 100%;
        background: #1f3ccc url(../images/agenda/mb-background-new.jpg) top center no-repeat;
        background-size: 100% auto;
    }

    .section-highlights,
    .section-video,
    .section-produts,
    .section-past,
    .section-partner,
    .section-intro,
    .section-agenda {
        margin-bottom: .6rem;
    }

    .section-head-more {
        bottom: .02rem;
        font-size: .2rem;
        color: rgba(256, 256, 256, .6);
    }

    .section-head-more img {
        width: .15rem;
        height: .15rem;
        margin-left: .07rem;
    }

    .banner-cont {
        margin-top: 2.24rem;
        margin-bottom: 1.1rem;
    }

    .banner-cont-theme {
        margin-bottom: .7rem;
    }

    .banner-cont-theme .img {
        width: 3.82rem;
    }

    .banner-cont-title {
        font-size: .28rem;
        letter-spacing: .1rem;
        margin-bottom: .5rem;
    }

    .banner-cont-title .strong {
        font-size: .29rem;
    }

    .banner-cont-time {
        cursor: default;
        font-size: .26rem;
        letter-spacing: .08rem;
        margin-bottom: .5rem;
    }

    .banner-cont-time .strong {
        font-size: .3rem;
        font-weight: bold;
    }

    .banner-cont-time .weak {
        font-size: .26rem;
        margin-right: 0;
        opacity: 1;
    }

    .banner-cont-time .place {
        display: block;
        letter-spacing: .12rem;
    }

    .banner-cont-btn {
        margin-bottom: .8rem;
    }

    .banner-cont-btn-item {
        cursor: pointer;
        width: 1.8rem;
        height: .6rem;
        font-size: .24rem;
        margin-right: .2rem;
        font-weight: 500;
        border-radius: .06rem;
    }
    .live-btn-a {
        width: 1.8rem;
    }
    
    .banner-cont-organizers {
        font-size: .2rem;
        margin-bottom: .7rem;
    }

    .intro-cont {
        font-size: .24rem;
        padding: .25rem .3rem;
        border-radius: .06rem;
    }

    .highlights-cont .swiper-wrapper {
        flex-wrap: wrap;
    }

    .highlights-cont-item {
        width: 100%;
        height: auto;
        border-radius: 0;
        display: flex;
        margin-bottom: .2rem;
    }

    .highlights-cont-item-img {
        width: 2.56rem;
        height: 1.6rem;
        object-fit: cover;
        border-radius: .06rem;
    }

    .highlights-cont-item-text {
        position: static;
        width: auto;
        padding: .15rem 0 .15rem .3rem;
        bottom: 0;
        left: 0;
        background: none;
        flex: 1;
    }

    .highlights-cont-item-text .title {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .highlights-cont-item-text .desc {
        font-size: .2rem;
    }


    .section-guests {
        margin-bottom: .2rem;
    }

    .guests-cont {
        width: 100vw;
        padding: .5rem;
        margin-left: -.5rem;
        margin-top: -.5rem;
    }

    .guests-cont-item {
        position: relative;
        width: 2.05rem;
        height: auto;
        margin-right: .2rem;
        border-radius: .06rem;
    }

    .guests-cont-item:last-child {
        margin-right: 0;
    }

    .guests-cont-item-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        padding: .18rem .16rem;
    }

    .guests-cont-item-text .name {
        position: relative;
        font-size: .2rem;
    }

    .guests-cont-item-text .position {
        font-size: .16rem;
        margin-top: .05rem;
    }

    .guests-cont-item-text .name:before {
        content: '';
        position: absolute;
        width: .16rem;
        height: 2px;
        background: #1BFDFF;
        left: 0;
        top: -.05rem;
    }

    .guests-button-prev,
    .guests-button-next,
    .video-button-prev,
    .video-button-next,
    .highlights-button-next,
    .highlights-button-prev {
        display: none;
    }

    .guest-tips {
        font-size: .18rem;
        top: -.2rem;
    }


    .video-container-icon {
        width: .7rem;
        border-radius: .06rem;
    }

    .video-tabs {
        width: 100vw;
        padding: 0 .5rem;
        margin-left: -.5rem;
        margin-top: .2rem;
    }

    .video-tabs-item {
        width: 2.58rem;
        height: auto;
        padding: .16rem .2rem;
        margin-right: .2rem;
        border-radius: .06rem;
    }

    .video-tabs-item:last-child {
        margin-right: 0;
    }

    .video-tabs-item .title {
        font-size: .2rem;
        margin-bottom: .08rem;
    }

    .video-tabs-item .intro {
        font-size: .16rem;
        line-height: .22rem;
        height: 0;
        margin-bottom: .1rem;
    }

    .video-tabs-item .btn {
        width: 1rem;
        height: .3rem;
        font-size: .14rem;
        border-radius: .06rem;
    }


    .past-cont-item-link {
        position: absolute;
        right: 12.3%;
        bottom: 11.5%;
        line-height: .44rem;
        padding: 0 .25rem;
        border-radius: .06rem;
        font-size: .16rem;
    }


    .produts-cont {
        background: none;
    }

    .products-item {
        width: 48.5%;
        height: 2.4rem;
        border-right: 0;
        border-bottom: 0;
        margin-right: 3%;
        margin-bottom: .2rem;
        border-radius: .06rem;
    }

    .products-item:nth-child(2n+0) {
        border-right: none;
    }

    .products-item:nth-last-child(-n+1) {
        border-bottom: none;
    }

    /* .products-item:nth-child(n+5) {
        display: none;
    } */

    .products-item:nth-child(2n+0) {
        margin-right: 0;
    }

    .products-item-box {
        background: rgba(21, 42, 148, .4);
        border-radius: .06rem;
    }

    .products-item .img {
        height: .78rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }

    .products-item .title {
        font-size: .2rem;
    }

    .products-item .slogan {
        width: 2.55rem;
        font-size: .16rem;
        line-height: .22rem;
        margin-top: .1rem;
    }

    .products-item .btn {
        width: 1rem;
        height: .32rem;
        font-size: .14rem;
        border-radius: .06rem;
        margin-top: .2rem;
    }

    .products-item .span {
        padding: 0 .16rem;
        font-size: .16rem;
        line-height: .32rem;
        border-radius: .16rem;
        left: .2rem;
        top: .2rem;
    }

    .products-item:hover {
        border-radius: .06rem;
    }
    
    .products-item:hover .products-item-box {
        border-radius: .06rem;
    }


    .partner-item {
        width: 2.1rem;
        margin-right: .1rem;
        margin-bottom: .1rem;
        border-radius: .06rem;
    }

    .partner-item:nth-child(3n+0) {
        margin-right: 0;
    }
}