.index-page {
    font-family: 'MyriadPro';
}

.topTab {
    background-color: #011D3E;
}

.topTab .tabs {
    font-size: 0.4rem;
    color: #7B90AB;
    display: flex;
    height: 1.38rem;
    align-items: center;
}

.topTab .tabs .tabs-itme {
    padding: 0 0.24rem;
    cursor: pointer;
}

.topTab .tabs .tabs-itme.focus {
    font-weight: bold;
    color: #DEDFFF;
}

.topTab .tabs-5G,
.topTab .tabs-user {
    display: none;
}

.topTab .tabs-5G.focus {
    display: block;
}

.topTab .tabs-5G .tabs-con-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.62rem 0.2rem 0.25rem;
    height: 1.44rem;
    position: relative;
}

.topTab .tabs-5G .tabs-con-item:hover,
.topTab .tabs-5G .tabs-con-item.focus {
    background-image: url(../img/playback-topTab-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topTab .tabs-5G .tabs-con-item::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/playback-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topTab .tabs-5G .tabs-con-item .item-con {
    flex: 1;
}

.topTab .tabs-5G .tabs-con-item .item-title {
    font-size: 0.3rem;
    color: #F1F1F1;
}

.topTab .tabs-5G .tabs-con-item:hover .item-title,
.topTab .tabs-5G .tabs-con-item.focus .item-title {
    color: #33CCFF;
}

.topTab .tabs-5G .tabs-con-item .item-time,
.topTab .tabs-user .tabs-con-item .item-time {
    background: url(../img/icon-time.png) no-repeat left center;
    background-size: 0.2rem;
    padding-left: 0.33rem;
    line-height: .22rem;
    font-size: .16rem;
    color: #7B90AB;
    margin-top: 0.1rem;
}

.topTab .tabs-5G .tabs-con-item .item-btn,
.topTab .tabs-user .tabs-con-item .item-btn {
    width: 1.85rem;
    height: 0.62rem;
    background-image: url(../img/playback-btn-watch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.topTab .tabs-5G .tabs-con-item.focus .item-btn,
.topTab .tabs-user .tabs-con-item.focus .item-btn,
.topTab .tabs-5G .tabs-con-item:hover .item-btn,
.topTab .tabs-user .tabs-con-item:hover .item-btn {
    background-image: url(../img/playback-btn-watch2.png);
}

.topTab .tabs-user.focus {
    display: flex;
}

.topTab .tabs-user .tabs-con-bg {
    width: 1px;
    height: 3.93rem;
    background-image: url(../img/playback-topTab-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topTab .tabs-user .tabs-con-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 3.93rem;
    padding-bottom: 0.5rem;
}

.topTab .tabs-user .tabs-con-item:hover,
.topTab .tabs-user .tabs-con-item.focus {
    background-image: url(../img/playback-topTab-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topTab .tabs-user .tabs-con-item .item-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #46BDF4;
}

@media only screen and (max-width: 768px) {
    .topTab .tabs-5G .tabs-con-item {
        padding-right: 0.19rem;
    }

    .topTab .tabs-5G .tabs-con-item .item-btn,
    .topTab .tabs-user .tabs-con-item .item-btn {
        width: 1.6rem;
        height: 0.54rem;
    }

    .topTab .tabs-5G .tabs-con-item .item-title {
        font-size: 0.2rem;
        color: #F1F1F1;
    }

    .topTab .tabs-user .tabs-con-item.focus .item-title {
        font-size: 0.3rem;
    }

    .topTab .tabs-user .tabs-con-item .item-time {
        padding-left: 0.23rem;
        margin-top: 0.15rem;
    }

    .topTab .tabs-user .tabs-con-item,
    .topTab .tabs-user .tabs-con-bg {
        height: 3.2rem;
    }

    .topTab .tabs-5G .tabs-con-item:hover {
        background-image: none;
    }

    .topTab .tabs-user .tabs-con-item:hover {
        background-image: none;
    }

    .topTab .tabs-5G .tabs-con-item.focus:hover,
    .topTab .tabs-5G .tabs-con-item.focus {
        background-image: url(../img/playback-topTab-bg-m.png);
    }

    .topTab .tabs-user .tabs-con-item.focus:hover,
    .topTab .tabs-user .tabs-con-item.focus {
        background-image: url(../img/playback-topTab-bg2-m.png);
    }
}

.index-progress .progress-view {
    display: flex;
    height: 1.39rem;
    background: #011D3E;
    border-radius: 6px;
    cursor: pointer;
}

.index-progress .progress-view img {
    width: 0.93rem;
    height: 100%;
}

.index-progress .progress-view .progress-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.11rem 0.08rem;
}

.index-progress .progress-info .progress-type {
    font-size: 0.2rem;
    font-weight: bold;
    color: #7B90AB;
}

.index-progress .progress-info .progress-title {
    font-size: 0.2rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-progress .progress-view:hover .progress-info .progress-title {
    color: #33CCFF;
}

.index-progress .progress-info .progress-more {
    font-size: 0.18rem;
    color: #7B90AB;
}

.index-progress .progress-swiper-bar {
    width: 100%;
    padding-bottom: 0.85rem;
}

.index-progress .progress-swiper-bar .swiper-scrollbar {
    background-image: url(../img/playback-speaker-scrollbar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 7.86rem;
    height: 0.22rem;
    margin-left: -3.93rem;
    left: 50%;
    overflow: hidden;
}

.index-progress .progress-swiper-bar .swiper-scrollbar-drag {
    background-image: url(../img/playback-speaker-scrollbar-drag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
    .index-progress .progress-view {
        height: 2.44rem;
    }

    .index-progress .progress-view img {
        width: 1.65rem;
    }

    .index-progress .progress-view .progress-info {
        padding: 0.2rem 0.19rem;
    }

    .index-progress .progress-view .progress-info .progress-type {
        font-size: 0.3rem;
    }

    .index-progress .progress-view .progress-info .progress-title {
        font-size: 0.28rem;
        color: #F1F1F1;
        -webkit-line-clamp: 3;
    }

    .index-progress .progress-view:hover .progress-info .progress-title {
        color: #F1F1F1;
    }

    .index-progress .progress-view .progress-info .progress-more {
        font-size: 0.24rem;
    }

    .index-progress .progress-swiper-bar {
        padding-bottom: 0.65rem;
    }

    .index-progress .progress-swiper-bar .swiper-scrollbar {
        background-image: url(../img/playback-speaker-scrollbar-m.png);
        width: 100%;
        height: 0.35rem;
        margin-left: 0;
        left: 0;
        overflow: hidden;
    }

    .index-progress .progress-swiper-bar .swiper-scrollbar-drag {
        background-image: url(../img/playback-speaker-scrollbar-drag-m.png);
    }
}

.index-agenda .summit .swiper-container {
    width: 100%;
    height: 9.06rem;
    background: #011D3E;
    padding: 0.37rem 0.79rem 0.37rem 0.37rem;
}

.index-agenda .summit .swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../img/playback-summit-item-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2.4rem;
    position: relative;
    padding: 0.37rem 1.7rem 0.37rem 0.28rem;
}

.index-agenda .summit .swiper-container .swiper-slide:hover {
    background-image: url(../img/playback-summit-bg.png);
}

.index-agenda .summit .swiper-slide .tit {
    font-size: 0.26rem;
    color: #F1F1F1;
}

.index-agenda .summit .swiper-slide:hover .tit {
    color: #33CCFF;
}

.index-agenda .summit .swiper-slide .desc {
    font-size: 0.18rem;
    color: #7B90AB;
}

.index-agenda .summit .swiper-slide .time {
    background: url(../img/icon-time.png) no-repeat left center;
    background-size: 0.2rem;
    padding-left: 0.33rem;
    line-height: .22rem;
    font-size: .16rem;
    color: #7B90AB;
    margin-top: 0.1rem;
}

.index-agenda .summit .swiper-slide .slide-btn {
    position: absolute;
    right: 0.24rem;
    top: calc(50% - 0.24rem);
    width: 1.42rem;
    height: 0.48rem;
    background-image: url(../img/playback-agenda-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index-agenda .summit .swiper-slide:hover .slide-btn {
    background-image: url(../img/playback-agenda-btn2.png);
}

.index-agenda .summit .swiper-scrollbar {
    background-image: url(../img/playback-agenda-scrollbar-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.22rem;
    height: 8.48rem;
    right: 0.29rem;
    top: 0.39rem;
    cursor: pointer;
}

.index-agenda .summit .swiper-scrollbar-drag {
    background-image: url(../img/playback-agenda-scrollbar-drag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 0.2rem; */
    height: 1.84rem;
}

.index-agenda .tab-summit-btn {
    display: none;
}

.index-agenda .user-view .item {
    width: 100%;
    margin-bottom: 0;
    height: 1.2rem;
    min-height: 0;
    background-image: url(../img/playback-user-bg.png);
    padding: 0.1rem 2.25rem 0.1rem 0.65rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index-agenda .user-view .item:hover {
    background-image: url(../img/playback-user-bg2.png);
}

.index-agenda .user-view .item .tit {
    min-height: 0;
    font-size: 0.3rem;
    color: #F1F1F1;
}

.index-agenda .user-view .item:hover .tit {
    color: #33CCFF;
}

.index-agenda .user-view .item .desc {
    min-height: 0;
}

.index-agenda .user-view .item .slide-btn {
    position: absolute;
    width: 1.42rem;
    height: 0.48rem;
    top: calc(50% - 0.24rem);
    right: 0.79rem;
    cursor: pointer;
    background-image: url(../img/playback-agenda-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-agenda .user-view .item:hover .slide-btn {
    background-image: url(../img/playback-agenda-btn2.png);
}

@media only screen and (max-width: 768px) {
    .index-agenda .swiper-wrapper {
        flex-direction: column;
    }

    .index-agenda .summit .swiper-container {
        padding: 0.21rem;
        height: auto;
        max-height: 8.82rem;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    .index-agenda .summit .swiper-scrollbar {
        display: none;
    }

    .index-agenda .summit .swiper-container .swiper-slide {
        padding: 0.4rem 2rem 0.4rem 0.2rem;
        background-image: url(../img/playback-summit-item-bg-m.png);
        max-height: 3.8rem;
        height: auto;
        margin-bottom: 0.2rem;
    }

    .index-agenda .summit .swiper-container .swiper-slide:hover {
        background-image: url(../img/playback-user-bg-m.png);
    }

    .index-agenda .summit .swiper-slide .slide-btn {
        background-image: url(../img/playback-summit-btn-m.png);
        top: auto;
        bottom: 0.4rem;
        right: 0.22rem;
        width: 1.88rem;
        height: 0.56rem;
    }

    .index-agenda .summit .swiper-slide:hover .slide-btn {
        background-image: url(../img/playback-summit-btn-m.png);
    }

    .index-agenda .summit .swiper-slide .desc {
        font-size: 0.28rem;
        margin-top: 0.15rem;
    }

    .index-agenda .tab-summit-btn {
        display: block;
        width: 1.85rem;
        height: 0.55rem;
        margin: 0 auto;
        margin-top: 0.43rem;
        background-image: url(../img/playback-summit-btn.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .index-agenda .cont-item .item:nth-child(1) {
        display: flex;
    }

    .index-agenda .cont-item .item:nth-child(2) {
        display: flex;
    }

    .index-agenda .user-view .item {
        margin-bottom: 0.19rem;
        height: 2.98rem;
        background-image: url(../img/playback-user-bg-m.png);
        padding: 0.36rem 2rem 0.39rem 0.25rem;
    }

    .index-agenda .user-view .item .tit {
        font-weight: bold;
    }

    .index-agenda .cont-item .item .time {
        margin-top: 0.1rem;
    }

    .index-agenda .user-view .item .slide-btn {
        width: 1.89rem;
        height: 0.56rem;
        bottom: 0.37rem;
        right: 0.21rem;
        top: auto;
        background-image: url(../img/playback-agenda-btn-m.png);
    }

    .index-agenda .user-view .item:hover {
        background-image: url(../img/playback-user-bg-m.png);
    }

    .index-agenda .user-view .item:hover .tit {
        color: #F1F1F1;
    }

    .index-agenda .user-view .item:hover .slide-btn {
        background-image: url(../img/playback-agenda-btn-m.png);
    }
}

.index-speaker .speaker-swiper-bar {
    width: 100%;
    padding-bottom: 0;
}

.index-speaker .speaker-swiper-bar .swiper-slide {
    height: auto;
    background: none;
    width: 2.08rem;
    height: 5rem;
    margin-right: 0.15rem;
}

.index-speaker .speaker-swiper-bar .swiper-slide .img {
    width: 2.08rem;
    height: auto;
    border-radius: 4px;
}

.index-speaker .swiper-slide p {
    padding: 0 0.18rem;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.index-speaker .swiper-slide .slide-name {
    font-size: 0.2rem;
    color: #F1F1F1;
    margin-top: 0.2rem;
}

.index-speaker .swiper-slide .slide-position,
.index-speaker .swiper-slide .slide-company {
    font-size: 0.18rem;
    color: #7B90AB;
    margin-top: 0.1rem;
}

.index-speaker .speaker-swiper-bar .swiper-scrollbar {
    background-image: url(../img/playback-speaker-scrollbar.png);
    width: 7.86rem;
    height: 0.22rem;
    margin-left: -3.93rem;
}

.index-speaker .speaker-swiper-bar .swiper-scrollbar-drag {
    background-image: url(../img/playback-speaker-scrollbar-drag.png);
}

.index-speaker .speaker-left,
.index-speaker .speaker-right {
    display: none;
}

@media only screen and (max-width: 768px) {
    .index-speaker .speaker-swiper-bar .swiper-slide {
        width: 1.54rem;
        position: relative;
        padding-bottom: 0.6rem;
    }

    .index-speaker .speaker-swiper-bar .swiper-slide .img {
        width: 1.54rem;
    }

    .index-speaker .swiper-slide p {
        padding: 0 0.1rem;
    }

    .index-speaker .swiper-slide .slide-name {
        margin-top: 0;
        background-image: linear-gradient(to top, #020616, transparent);
        padding: 0.05rem 0.1rem;
    }

    .index-speaker .swiper-slide .slide-position,
    .index-speaker .swiper-slide .slide-company {
        font-size: 0.16rem;
    }

    .index-speaker .swiper-slide .slide-company {
        margin-top: 0;
    }

    .index-speaker .speaker-swiper-bar .swiper-scrollbar {
        display: none;
    }

    .index-speaker {
        padding: 0 0.52rem;
        position: relative;
    }

    .index-speaker .speaker-swiper-bar {
        padding: 0;
    }

    .index-speaker .speaker-left,
    .index-speaker .speaker-right {
        display: block;
        position: absolute;
        width: 0.26rem;
        height: 0.43rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .index-speaker .speaker-left {
        top: calc(50% - 0.21rem);
        left: 0;
        background-image: url(../img/playback-speaker-left.png);
    }

    .index-speaker .speaker-right {
        top: calc(50% - 0.21rem);
        right: 0;
        background-image: url(../img/playback-speaker-right.png);
    }
}

.index-news {
    padding: 0 1.07rem;
    position: relative;
}

.index-news .swiper-slide {
    cursor: pointer;
    width: 3.25rem;
    display: flex;
    flex-direction: column;
    background-color: #040F25;
}

.index-news .swiper-slide img,
.index-news .swiper-slide .news-img {
    width: 100%;
    height: 2rem;
}

.index-news .swiper-slide .news-img {
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.index-news .swiper-slide:nth-child(1) .news-img {
    background-image: url(../pic/news-img1.jpg);
}

.index-news .swiper-slide:nth-child(2) .news-img {
    background-image: url(../pic/news-img2.jpg);
}

.index-news .swiper-slide:nth-child(3) .news-img {
    background-image: url(../pic/news-img3.jpg);
}

.index-news .swiper-slide:nth-child(4) .news-img {
    background-image: url(../pic/news-img4.png);
}

.index-news .swiper-slide:nth-child(5) .news-img {
    background-image: url(../pic/news-img5.jpg);
}

.index-news .swiper-slide:nth-child(6) .news-img {
    background-image: url(../pic/news-img6.jpg);
}

.index-news .swiper-slide .news-title {
    width: 100%;
    /* height: 0.84rem; */
    padding: 0.1rem 0.2rem 0 0.2rem;
    /* background-color: #040F25; */
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.17rem;
}

/* .index-news .swiper-slide.swiper-slide-active .news-title {
    color: #46BDF4;
} */

.index-news .news-left {
    position: absolute;
    left: 0;
    bottom: calc(50% - 0.35rem);
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../img/icon-prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index-news .news-left:hover {
    background-image: url(../img/icon-prev-h.png);
}

.index-news .news-right {
    position: absolute;
    right: 0;
    bottom: calc(50% - 0.35rem);
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.index-news .news-right:hover {
    background-image: url(../img/icon-next-h.png);
}

.index-news .news-left.no-btn,
.index-news .news-right.no-btn {
    /* display: none; */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (max-width: 768px) {
    .index-news {
        padding: 0;
        padding-bottom: 1.07rem;
    }

    .index-news .swiper-slide {
        width: 5.66rem;
        /* height: 3.5rem; */
        position: relative;
    }

    .index-news .swiper-slide img,
    .index-news .swiper-slide .news-img {
        height: 3.5rem;
    }

    .index-news .swiper-slide .news-title {
        font-size: 0.25rem;
        color: #F1F1F1;
        min-height: 1rem;
    }

    .index-news .news-left {
        bottom: 0;
        left: 1.93rem;
    }

    .index-news .news-right {
        bottom: 0;
        left: 4.12rem;
        right: auto;
    }

    .index-news .news-left:hover {
        background-image: url(../img/icon-prev.png);
    }

    .index-news .news-right:hover {
        background-image: url(../img/icon-next.png);
    }
}

.booth-title {
    margin-bottom: -1.2rem;
}

.zte-bz-zantai {
    height: 9rem;
    position: relative;
}

.zte-bz-zantai .wrap {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8);
    -webkit-transform: translate(-50%, -50%) scale(.8);
}

.zte-bz-zantai .bottom {
    position: absolute;
    width: 12.4rem;
    bottom: .4rem;
    left: 50%;
    margin-left: -6.2rem;
    display: flex;
    justify-content: space-between;
}

.zte-bz-zantai .bottom .btn {
    width: 3.5rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .6rem;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    /*font-size: 100%;*/
    font-weight: bold;
    /*cursor: pointer;*/
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    white-space: nowrap;
}

.zte-bz-zantai .bottom .btn:hover,
.zte-bz-zantai .bottom .btn.active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.zte-bz-zantai .bottom .btn1 {
    background: #00cbfa;
}

.zte-bz-zantai .bottom .btn2 {
    background: #41cc97;
}

.zte-bz-zantai .bottom .btn3 {
    background: #8bcc00;
}

.zte-bz-zantai .wrap .item {
    position: absolute;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.zte-bz-zantai .wrap .item1 {
    width: 1.74rem;
    height: 4.98rem;
    background: url(../img/Booth/img2.png) no-repeat;
    background-size: 100%;
    left: 2.5rem;
    top: 1.25rem;
}

.zte-bz-zantai .wrap .item1.active {
    background: url(../img/Booth/img1.png) no-repeat;
    background-size: 100%;
}

.zte-bz-zantai .wrap .item2 {
    width: 1.84rem;
    height: 3.52rem;
    background: url(../img/Booth/img3.png) no-repeat;
    background-size: 100%;
    left: 8.5rem;
    top: 1.18rem;
}

.zte-bz-zantai .wrap .item2.active {
    background: url(../img/Booth/img4.png) no-repeat;
    background-size: 100%;
}

.zte-bz-zantai .wrap .item3 {
    width: 4.31rem;
    height: 1.03rem;
    background: url(../img/Booth/img5.png) no-repeat;
    background-size: 100%;
    left: 4.5rem;
    top: 7.44rem;
}

.zte-bz-zantai .wrap .item3.active {
    background: url(../img/Booth/img6.png) no-repeat;
    background-size: 100%;
}

.zte-bz-zantai .wrap .item .entry {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    position: absolute;
    font-size: .28rem;
    color: #9b9fa1;
    white-space: nowrap;
    cursor: pointer;
    transform-origin: right center;
    -webkit-transform-origin: right center;
}

.zte-bz-zantai .wrap .item1 .entry:hover {
    /*transform: scale(1.4);
	-webkit-transform: scale(1.4);*/
    font-size: .32rem;
    color: #00cbfa;
}

.zte-bz-zantai .wrap .item1 .entry:hover:after {
    width: .2rem;
    height: .2rem;
    margin-top: -0.1rem;
    margin-right: -0.02rem;
    background: #00cbfa;
}

.zte-bz-zantai .wrap .item1 .entry {
    text-align: right;
    padding-right: .4rem;
}

.zte-bz-zantai .wrap .item1 .entry:after {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    width: .16rem;
    height: .16rem;
    border-radius: 100%;
    background: #9B9FA1;
    content: ' ';
    /*display: inline-block;*/
    position: absolute;
    vertical-align: middle;
    margin-left: .2rem;
    right: 0;
    top: 50%;
    margin-top: -0.08rem;
}

.zte-bz-zantai .wrap .item1.active .entry {
    color: #00cbfa;
}

.zte-bz-zantai .wrap .item1.active .entry:after {
    background: #00cbfa;
}

.zte-bz-zantai .wrap .item1 .entry1 {
    right: -.24rem;
    top: -.26rem;
}

.zte-bz-zantai .wrap .item1 .entry2 {
    right: 0.88rem;
    top: 0.76rem;
}

.zte-bz-zantai .wrap .item1 .entry3 {
    right: 1.55rem;
    top: 2.1rem;
}

.zte-bz-zantai .wrap .item1 .entry4 {
    right: 1.65rem;
    top: 3.57rem;
}

.zte-bz-zantai .wrap .item1 .entry5 {
    right: 1.15rem;
    top: 5rem;
}

.zte-bz-zantai .wrap .item2 .entry {
    padding-left: .4rem;
    transform-origin: left center;
    -webkit-transform-origin: left center;
}

.zte-bz-zantai .wrap .item2 .entry:before {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    width: .16rem;
    height: .16rem;
    border-radius: 100%;
    background: #9B9FA1;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
}

.zte-bz-zantai .wrap .item2 .entry:hover {
    font-size: .32rem;
    color: #8bcc00;
}

.zte-bz-zantai .wrap .item2 .entry:hover:before {
    background: #8bcc00;
}

.zte-bz-zantai .wrap .item2.active .entry {
    color: #8bcc00;
}

.zte-bz-zantai .wrap .item2.active .entry:before {
    background: #8bcc00;
}

.zte-bz-zantai .wrap .item2 .entry1 {
    left: -.24rem;
    top: -.26rem;
}

.zte-bz-zantai .wrap .item2 .entry2 {
    left: 0.88rem;
    top: 0.755rem;
}

.zte-bz-zantai .wrap .item2 .entry3 {
    left: 1.55rem;
    top: 2.05rem;
}

.zte-bz-zantai .wrap .item2 .entry4 {
    left: 1.7rem;
    top: 3.55rem;
}

.zte-bz-zantai .wrap .item3 .entry1 {
    transform-origin: right center;
    -webkit-transform-origin: right center;
}

.zte-bz-zantai .wrap .item3 .entry1 br,
.zte-bz-zantai .wrap .item .entry br {
    display: none;
}

.zte-bz-zantai .wrap .item3 .entry2 {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    padding-left: .4rem;
}

.zte-bz-zantai .wrap .item3 .entry1:after {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    width: .16rem;
    height: .16rem;
    border-radius: 100%;
    background: #9B9FA1;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-left: .2rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.08rem;
}

.zte-bz-zantai .wrap .item3 .entry2:before {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    width: .16rem;
    height: .16rem;
    border-radius: 100%;
    background: #9B9FA1;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
}

.zte-bz-zantai .wrap .item3 .entry:hover {
    font-size: .32rem;
    color: #41cc97;
}

.zte-bz-zantai .wrap .item3 .entry:hover:before {
    background: #41cc97;
}

.zte-bz-zantai .wrap .item3 .entry:hover:after {
    background: #41cc97;
}

.zte-bz-zantai .wrap .item3.active .entry {
    color: #41cc97;
}

.zte-bz-zantai .wrap .item3.active .entry:after {
    background: #41cc97;
}

.zte-bz-zantai .wrap .item3.active .entry:before {
    background: #41cc97;
}

.zte-bz-zantai .wrap .item3 .entry1 {
    left: auto;
    right: 100%;
    top: 0.4rem;
    padding-right: .4rem;
}

.zte-bz-zantai .wrap .item3 .entry2 {
    right: auto;
    left: 100%;
    margin-left: 0.2rem;
    top: -0.28rem;
}

.zte-bz-zantai .wrap .pop {
    position: absolute;
    width: 3.5rem;
    background: url(../img/Booth/img31.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: .24rem;
    line-height: .3rem;
    padding: .1rem 0.4rem;
    top: 0.3rem;
    visibility: hidden;
    white-space: normal;
    text-align: left;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10;
    color: #333;
}


.zte-bz-zantai .wrap .entry:hover .pop,
.zte-bz-zantai .wrap .entry.active .pop {
    /*top: -0.2rem;*/
    opacity: 1;
    visibility: visible;
}


.zte-bz-zantai .wrap .pop a {
    font-size: .2rem
}

.zte-bz-zantai .wrap .pop:after {
    background: url(../img/Booth/img29.png) no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: .3rem;
    position: absolute;
    left: 0;
    top: -0.29rem;
    content: ' ';
}

.zte-bz-zantai .wrap .item1 .pop {
    right: 100%;
    margin-right: 1.5rem;
    top: -.2rem;
    /*top: .5rem;*/
    margin-right: .2rem;
}

.zte-bz-zantai .wrap .item1 .entry1 .pop {
    /*margin-right: 1.5rem;*/
}

.zte-bz-zantai .wrap .item1 .entry3 .pop {
    /*margin-right: 1.6rem;*/
}

.zte-bz-zantai .wrap .item1 .entry4 .pop {
    /*margin-right: 1.6rem;*/
}

.zte-bz-zantai .wrap .item1 .entry5 .pop {
    /*margin-right: 1.6rem;*/
}

.zte-bz-zantai .wrap .item2 .pop {
    left: 100%;
    margin-left: 1.7rem;
    top: -.2rem;
    margin-left: .2rem;
}

.zte-bz-zantai .wrap .item2 .entry3 .pop {
    /*margin-left:1.6rem;*/
    left: 0;
    top: .5rem;
}

.zte-bz-zantai .wrap .item2 .entry4 .pop {
    /*margin-left:2.6rem;*/
    left: 0;
    top: .5rem;
}

.zte-bz-zantai .wrap .item3 .entry2 .pop {
    left: 0%;
    margin-left: .2rem;
    top: -.2rem;
    top: auto;
    bottom: 100%;
    margin-bottom: .4rem;
}

.zte-bz-zantai .wrap .item3 .entry1 .pop {
    right: 0%;
    margin-right: 3rem;
    top: -.8rem;
    top: auto;
    bottom: 100%;
    margin-right: .5rem;
    margin-bottom: .4rem;
}


.zte-bz-zantai .wrap .pop:before {
    background: url(../img/Booth/img29.png) no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: .4rem;
    position: absolute;
    left: 0;
    bottom: -0.39rem;
    content: ' ';
}

.css-sprite-combined {
    width: 7rem;
    height: 7rem;
    background: url(https://globalsummit.zte.com.cn/Content/img/css-sprite-combined.png);
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: -4rem;
    animation: css-sprite-combined 2s steps(20) infinite;
    -webkit-animation: css-sprite-combined 2s steps(20) infinite;
}

@keyframes css-sprite-combined {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -2000%;
    }
}

@-webkit-keyframes css-sprite-combined {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -2000%;
    }
}

.zte-bz-zantai .znatai-video {
    width: 6.86rem;
    height: 3.62rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.43rem;
    margin-top: -1.81rem;
}

.zte-bz-zantai .znatai-video img {
    object-fit: initial;
    height: auto;
    width: 100%;
}

.zte-bz-zantai .znatai-video video,
.page-index .znatai-video div {
    width: 100%;
    height: 100%;
    background: none
}

.zte-bz-zantai-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .booth-title {
        margin-bottom: -0.5rem;
    }

    .zte-bz-zantai {
        display: none;
    }

    .zte-bz-zantai-mobile {
        display: block;
        position: relative;
    }

    .zte-bz-zantai-mobile {
        margin-top: .5rem;
    }



    .zte-bz-zantai-mobile .btn {
        display: block;
        color: #fff;
        background: #00cbfa;
        padding: 0 .3rem;
        line-height: .51rem;
        height: .51rem;
        border-radius: .51rem;
        margin: 0 auto;
        margin-top: .64rem;
        margin-bottom: .6rem;
        font-size: .24rem;
        /*opacity: .5;*/
    }

    .zte-bz-zantai-mobile .zantai-item {
        position: relative;
        margin-top: .56rem;
        z-index: 10;
    }

    .zte-bz-zantai-mobile .zantai-item .img {
        width: 100%;
        display: block;
        height: auto;
    }

    .zte-bz-zantai-mobile .zantai-item .item {
        position: absolute;
        font-size: .24rem;
        line-height: 1;
        z-index: 21;
        /*white-space: nowrap;*/
    }

    .zte-bz-zantai-mobile .zantai-item.active {
        z-index: 11;
    }

    .zte-bz-zantai-mobile .pop {
        position: fixed;
        background: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: none;
    }

    .zte-bz-zantai-mobile .pop>.flex {
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .zte-bz-zantai-mobile .pop .pop-close {
        position: absolute;
        left: 50%;
        top: 100%;
        width: .6rem;
        height: .6rem;
        margin-left: -.3rem;
        background: url(https://globalsummit.zte.com.cn/Content/img/img50.png) no-repeat center;
        background-size: .5rem;
        margin-top: .5rem;
    }

    .zte-bz-zantai-mobile .pop .pop-cont {
        width: 6rem;
        /*background: url(https://globalsummit.zte.com.cn/Content/img/img31.png) no-repeat top center;*/
        /*background-size: 100% 100%;*/
        background: #fff;
        border-radius: .1rem;
        font-size: .28rem;
        line-height: .4rem;
        position: relative;
        padding: .6rem;
        text-align: left;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        z-index: 100;
        color: #333;
    }

    .zte-bz-zantai-mobile .pop .pop-cont a.blue {
        font-size: .24rem;
        margin-top: .3rem;
        float: left;
        /*float: right;*/
    }

    .zte-bz-zantai-mobile .button-prev,
    .zte-bz-zantai-mobile .button-next {
        position: absolute;
        bottom: 0.7rem;
        left: .3rem;
        /* width: 1rem;
        height: .51rem;
        border-radius: 0.51rem;
        background: url(../img/img51.png) no-repeat center;
        background-size: .34rem; */
        width: 0.7rem;
        height: 0.7rem;
        background-image: url(../img/icon-prev.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        z-index: 5;
    }

    .zte-bz-zantai-mobile .button-next {
        left: auto;
        right: .3rem;
        /* background: url(../img/img52.png) no-repeat center;
        background-size: .34rem; */
        background-image: url(../img/icon-next.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .zte-bz-zantai-mobile .button-prev.s1 {
        background: url(../img/img51.png) no-repeat center #01cbfa;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .button-next.s1 {
        background: url(../img/img52.png) no-repeat center #01cbfa;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .button-prev.s2 {
        background: url(../img/img51.png) no-repeat center #41cc97;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .button-next.s2 {
        background: url(../img/img52.png) no-repeat center #41cc97;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .button-prev.s3 {
        background: url(../img/img51.png) no-repeat center #8bcc00;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .button-next.s3 {
        background: url(../img/img52.png) no-repeat center #8bcc00;
        background-size: .34rem;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item {
        color: #00cbfa;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item1 {
        right: 5.6rem;
        top: .42rem;
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item2 {
        right: 5.92rem;
        top: 1.8rem;
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item3 {
        right: 4.92rem;
        top: 3.14rem;
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item4 {
        left: 5.7rem;
        top: 1rem;
    }

    .zte-bz-zantai-mobile .zantai-item1 .item5 {
        left: 5.24rem;
        top: 2.8rem;
    }

    .zte-bz-zantai-mobile .zantai-item1 {}

    .zte-bz-zantai-mobile .zantai-item2 .btn {
        background: #41cc97;
    }

    .zte-bz-zantai-mobile .zantai-item2 .item {
        color: #41cc97;
    }

    .zte-bz-zantai-mobile .zantai-item2 .item1 {
        right: 4.96rem;
        top: -.1rem;
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item2 .item2 {
        right: 5.6rem;
        top: 2.38rem;
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item2 .item3 {
        left: 5.2rem;
        top: 2.82rem;
        text-align: left;
    }

    .zte-bz-zantai-mobile .zantai-item2 .item4 {
        left: 5.7rem;
        top: 1rem;
        text-align: left;
    }

    .zte-bz-zantai-mobile .zantai-item3 .btn {
        background: #8bcc00;
    }

    .zte-bz-zantai-mobile .zantai-item3 .item {
        color: #8bcc00;
    }

    .zte-bz-zantai-mobile .zantai-item3 .item1 {
        right: 5.5rem;
        top: .4rem;
        /*right: 2.5rem;
		top: -0.05rem;*/
        text-align: right;
    }

    .zte-bz-zantai-mobile .zantai-item3 .item2 {
        left: 5.2rem;
        top: 2.8rem;
        text-align: left;
    }

    .zte-bz-zantai-mobile .anii {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-55%, -85%);
        -webkit-transform: translate(-55%, -85%);

    }

    .zte-bz-zantai-mobile .anii img {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .zte-bz-zantai-mobile .pagination span {
        width: .3rem;
        height: 0.05rem;
        background: #93939c;
        opacity: .3;
        margin: 0 0.1rem;
        border-radius: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .zte-bz-zantai-mobile .pagination {
        justify-content: center;
    }

    .zte-bz-zantai-mobile .pagination span.swiper-pagination-bullet-active {
        width: .6rem;
        opacity: 1;
    }
}