html,
body {
    height: 100%;
}

body::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

body {
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.cookieCon {
    position: fixed;
    max-width: 100%;
    z-index: 100;
}

header {
    height: 0;
}

.top-nav {
    display: none;
}

.not-home {
    display: none;
}

#zte-nav {
    display: none;
}

.mwc25-warpper {
    position: relative;
}

.box {
    width: 19.2rem;
    height: 80%;
    display: flex;
}

.item-mob-show {
    display: none;
}


/* flex */

.flex-ac {
    align-items: center;
}

.flex-afs {
    align-items: flex-start;
}

.flex-jc {
    justify-content: center;
}

.flex-jfs {
    justify-content: flex-start;
}

.flex-jfe {
    justify-content: flex-end;
}

.flex-jsb {
    justify-content: space-between;
}

.flex-jsa {
    justify-content: space-around;
}


/* 滚动条样式 */

.mwc25-container .section .mwc-content .scroll-style {
    padding-right: .2rem;
}

.mwc25-container .section .mwc-content .scroll-style::-webkit-scrollbar {
    width: 5px;
    display: block
}

.mwc25-container .section .mwc-content .scroll-style::-webkit-scrollbar-track {
    background: #666;
    border-radius: .5rem
}

.mwc25-container .section .mwc-content .scroll-style::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: .5rem
}


/* 导航 */

.mwc25-top-nav {
    width: 100%;
    margin: 0 auto;
    height: .8rem;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #4666C2;
    background-color: rgba(0, 19, 85, 0.3);
    /* 黑色半透明，0.5 为透明度 */
}

.mwc25-top-nav .nav-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.mwc25-top-nav .nav-mask {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwcs25/images/pc-MWC-Shanghai-bg.jpg) center center / cover no-repeat fixed;
}

.mwc25-top-nav .top-nav-container {
    width: 100%;
    max-width: 13.14rem;
    height: .8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mwc25-top-nav .top-nav-l {
    display: flex;
}

.mwc25-top-nav .top-nav-l img {
    width: .88rem;
    height: .22rem;
    object-fit: cover;
}

.mwc25-top-nav .top-nav-r {
    height: .8rem;
    display: flex;
    text-align: center;
    line-height: .8rem;
}

.mwc25-top-nav .top-nav-r .nav-menu-ul {
    display: flex;
    margin-right: .1rem;
}

.mwc25-top-nav .top-nav-r .nav-menu-ul .nav-menu-li {
    margin: 0 .4rem;
    font-size: .16rem;
    color: #fff;
}

.mwc25-top-nav .top-nav-r .nav-menu-ul .nav-menu-li:hover {
    text-decoration: underline;
}

.mwc25-top-nav .top-nav-r .change {
    height: .8rem;
    display: flex;
    margin-left: .6rem;
}

.mwc25-top-nav .top-nav-r .change a {
    height: .14rem;
    font-size: .14rem;
    line-height: .14rem;
    color: #fff;
    padding: 0 .1rem;
}

.mwc25-top-nav .top-nav-r .change a.on {
    color: #ddd;
}

.mwc25-top-nav .top-nav-r .change a:first-child {
    border-right: 1px solid #F7F8FA;
}

.event-mwc-navlist-component {
    display: none;
}

.section {
    width: 100vw;
    height: 100vh;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden;
}

.section .mwc-content {
    margin-top: .6rem;
}

.section .tit-box {
    width: 100%;
    height: auto;
    font-size: .36rem;
    line-height: .42rem;
    margin-bottom: .6rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section .tit-box .sec-tit {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: .36rem;
    line-height: .42rem;
    transform: translateY(100%);
    transition: transform 1s ease;
}

.section .tit-box .tips {
    font-size: .12rem;
    display: inline-block;
    padding-left: .1rem;
    line-height: .56rem;
    color: #008ed3;
}

.section .tit-box.active .sec-tit {
    transform: translateY(0);
}

.section img:hover {
    transform: scale(1);
}

.section a:hover img {
    transform: scale(1);
}

.section .moveBox {
    transform: translateY(50%);
    opacity: 0;
    transition: all 1s ease;
}

.section .moveBox.active {
    transform: translateY(0);
    opacity: 1;
}


/* 背景视频 */

.user-banner-video {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
}

.user-banner-video #buc-video {
    position: absolute;
}

.user-banner-video .video-mask-one {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    position: absolute;
    z-index: 1;
}

.user-banner-video .video-mask {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwcs25/images/pc-MWC-Shanghai-bg.jpg) center center / cover no-repeat fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
}


/* 左右切换 */

.swp-pagination-box {
    width: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swp-pagination-box .btn-box {
    width: .36rem;
    height: .36rem;
    background: #fff;
    overflow: hidden;
    border-radius: .18rem;
    position: relative;
    cursor: pointer;
}

.swp-pagination-box .btn-box span {
    display: inherit;
    width: .36rem;
    height: .36rem;
    position: absolute;
}

.swp-pagination-box .btn-box.swp-prev .btn-init {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc24/images/only-arr-left.png);
    background-size: cover;
    transform: translateX(100%);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-prev .btn-hover {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc24/images/only-arr-left.png);
    background-size: cover;
    transform: translateX(0);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-next .btn-init {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc24/images/only-arr-right.png);
    background-size: cover;
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-next .btn-hover {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc24/images/only-arr-right.png);
    background-size: cover;
    transform: translateX(-100%);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-prev:hover .btn-init {
    transform: translateX(0);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-prev:hover .btn-hover {
    transform: translateX(-100%);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-next:hover .btn-init {
    transform: translateX(100%);
    transition: all 0.4s ease 0s;
}

.swp-pagination-box .btn-box.swp-next:hover .btn-hover {
    transform: translateX(0);
    transition: all 0.4s ease 0s;
}


/* 首屏 */

#section1 {
    position: sticky;
    top: 0;
}

#section1 .box {
    width: 13.14rem;
    align-items: center;
    justify-content: center;
}

#section1 .pre-video {
    width: 7.58rem;
    height: 4.6rem;
    position: absolute;
    left: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: .3rem;
    overflow: hidden;
    cursor: pointer;
}

#section1 .pre-video .video-item {
    width: 7.58rem;
    height: 4.6rem;
}

#section1 .pre-video .video-item img {
    width: 7.58rem;
    height: 4.6rem;
    object-fit: cover;
}

#section1 .pre-video::after {
    content: "";
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/icon_play.png) center center / cover no-repeat;
}

#section1 .pre-video .swp-pagination-box {
    width: 5.2rem;
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#section1 .pre-video .swp-pagination-box {
    display: none;
}

#section1 .pre-video .swp-pagination-box .video-pagination {
    width: 4rem;
    position: initial;
    background: #AAA;
    margin: 0 .2rem;
}

#section1 .pre-video .video-item .video-item-play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section1 .pre-video .video-item .video-item-play img {
    width: .8rem;
    height: .8rem;
}

#section1 .pre-video .video-item .banner-learn {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 150%);
}

#section1 .pre-video .video-item .banner-learn {
    width: 1.3rem;
    height: .4rem;
    border: 1px solid #FFFFFF;
    border-radius: .2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 0;
}

#section1 .pre-video .video-item .banner-learn .text {
    font-size: .16rem;
    color: #fff;
}

#section1 .pre-video .video-item .banner-learn .ico-arr {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc24/images/arr-white.png);
    background-size: cover;
}

#section1 .box .time {
    color: #fff;
    text-align: left;
    font-size: .24rem;
}

#section1 .box .time {
    overflow: hidden;
}

#section1 .box .time .num {
    font-size: .3rem;
    font-weight: bold;
}

#section1 .box .zte_info {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    height: auto;
}

#section1 .box .zte_info_cont {
    width: 5.2rem;
    height: 1.8rem;
}

#section1 .box .zte_info_cont .zte_info_title {
    color: #f3c90e;
    font-size: .8rem;
}

#section1 .box .zte_info_cont .zte_info_text {
    color: #fff;
    font-size: .4rem;
}

#section1 .box .zte_info_desc {
    width: 5rem;
}

#section1 .box .zte_info_desc .zte_info_desc_cont {
    width: 100%;
    padding-bottom: .5rem;
}

#section1 .box .zte_info_desc .zte_info_desc_cont p {
    color: #666;
    font-size: .18rem;
    line-height: .3rem;
}

#section1 .tips {
    color: #fff;
    font-size: .18rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    height: auto;
    display: flex;
}

#section1 .tips span {
    width: .18rem;
    height: .28rem;
    margin-right: .2rem;
}

#section1 .tips span img {
    width: .18rem;
    height: .28rem;
    object-fit: cover;
}

#section1 .box .zte_info .mob-date {
    display: none;
}

#section1 .time .txt {
    width: 100%;
    text-align: left;
    padding-left: 1.8rem;
}


/* 邀请函 */

#section2 .leader-video {
    position: relative;
    margin-right: .7rem;
}

#section2 .leader-video .leader-img {
    width: 6.3rem;
    height: 4.2rem;
    border-radius: .3rem;
    object-fit: cover;
}

#section2 .leader-video .video-play {
    position: absolute;
    width: .5rem;
    height: .5rem;
    bottom: .4rem;
    right: .3rem;
}

#section2 .executive-scroll {
    width: 5.8rem;
    height: 4.2rem;
    overflow-y: scroll;
}

#section2 .executive {
    width: 100%;
    text-align: left;
}

#section2 .executive .line {
    font-size: .2rem;
    width: 100%;
    height: auto;
}

#section2 .executive .line .line-txt {
    width: 100%;
    color: #fff;
    line-height: .36rem;
    text-align: justify;
}

#section2 .executive-scroll .executive .line {
    margin-bottom: .15rem;
}

#section2 .executive-scroll .executive .line .line-txt {
    line-height: .32rem;
}

#section2 .executive .line.active .line-txt {
    transform: translateY(0);
}

#section2 .executive .line .line-mask {
    display: none;
}

#section2 .executive .line.bottom {
    text-align: right;
}

#section2 .executive .line.bottom img {
    width: 1.6rem;
    height: .85rem;
    margin-top: .2rem;
}

#section2 .executive .line.bottom .line-txt {
    text-align: right;
}

#section2 .item-mob-show .executive .line {
    padding-top: .2rem;
}


/* 新闻资讯 */

#section3 {
    flex-direction: column;
    overflow: hidden;
}

#section3 .box {
    width: 13.14rem;
    height: auto;
}


/* #section3 .box { -ms-overflow-style: none;overflow-x: hidden;overflow-y: hidden;}
#section3 .box::-webkit-scrollbar { width: 0 !important;display: none;} */

#section3 .box .scroll-box-mob {
    display: none;
}

#section3 .box .scroll-box {
    width: 13.14rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#section3 .box .news-item {
    display: flex;
    margin-bottom: .4rem;
    color: #fff;
}

#section3 .box .news-item .news-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#section3 .box .item-2 .news-item .title {
    font-size: .16rem;
    line-height: .3rem;
}

#section3 .box .news-item .time {
    font-size: .14rem;
    color: #ddd;
}

#section3 .box .item-2 .news-item {
    width: calc((100% - 1.2rem) / 2);
    height: 2rem;
    margin-right: .6rem;
    font-size: .16rem;
}

#section3 .box .item-2 .news-item:nth-child(2n) {
    margin-right: 0;
}

#section3 .box .item-2 .news-item .news-img {
    width: 2.8rem;
    height: 2rem;
}

#section3 .box .item-2 .news-item .news-img img {
    width: 2.8rem;
    height: 2rem;
    object-fit: cover;
    border-radius: .16rem;
}

#section3 .box .item-2 .news-item .news-info {
    margin-left: .2rem;
}

#section3 .box .item-3 .news-item {
    width: calc((100% - 1.2rem) / 3);
    height: 1rem;
    margin-right: .6rem;
    font-size: .16rem;
}

#section3 .box .item-3 .news-item:nth-child(3n) {
    margin-right: 0;
}

#section3 .box .item-2 .news-item .title {
    font-size: .16rem;
    line-height: .24rem;
}

#section3 .box .item-3 .news-item .news-img {
    width: 1.4rem;
    height: 1rem;
}

#section3 .box .item-3 .news-item .news-img img {
    width: 1.4rem;
    height: 1rem;
    object-fit: cover;
    border-radius: .16rem;
}

#section3 .box .item-3 .news-item .news-info {
    margin-left: .2rem;
}

#section3 .box .item-3 .news-item .news-info .title {
    font-size: .16rem;
}


/**议程安排**/


/* 按钮 */

#section4 .event-tit .view-btn {
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    right: 0.5rem;
}

#section4 .event-wp .view-btn-gray {
    cursor: default!important;
}

#section4 .event-wp .event-item {
    position: relative;
}

#section4 .view-btn {
    position: absolute;
    right: .3rem;
    top: 50%;
    margin-top: -.15rem;
    color: #fff;
    cursor: pointer;
    min-width: 1.1rem;
    height: .26rem;
    padding: 0 .1rem;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: .26rem;
    vertical-align: -.04rem;
    font-size: .14rem;
    border-radius: .3rem;
}

#section4 .view-btn-normal {
    background: #0088E8;
    color: #fff;
}

#section4 .view-btn-normal:hover {
    background: #0088E8;
    color: #fff;
}

#section4 .view-btn-gray {
    background: #999;
    color: #fff;
    cursor: default!important;
}

#section4 .view-btn-living {
    background: #EB5220!important;
    color: #fff!important;
}

#section4 .view-btn-txt {
    color: #5FC9FE;
    font-size: .18rem;
    position: relative;
    cursor: pointer;
}

#section4 .view-btn-txt-gray {
    color: #ccc!important;
    cursor: default;
}


/* 议程模块 */

#section4 .box {
    width: 13.14rem;
    height: 5.5rem;
    background: #fff;
    border-radius: .3rem;
}

#section4 .content {
    margin-top: .6rem;
}

#section4 .cont-wp {
    background-color: #fff;
    border-radius: .3rem;
    min-height: 5.8rem;
    overflow: hidden;
    box-shadow: 0px 3px 50px 0px rgba(4, 0, 0, 0.08);
}

#section4 .event-wp {
    width: 100%;
    height: auto;
    margin: .4rem 0;
    overflow: hidden;
}

#section4 .event-wp::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

#section4 .event-wp .event-tit {
    display: flex;
    margin: .24rem 0;
    padding: 0 .32rem .1rem .32rem;
    position: relative;
}

#section4 .event-wp .event-tit.no-border {
    margin-bottom: 0;
}

#section4 .event-wp .event-tit .tit-wp {
    display: flex;
    flex-direction: column;
    padding-left: .2rem;
    max-width: 70%;
}

#section4 .event-wp .event-tit h4 {
    width: 100%;
    position: relative;
    font-size: .18rem;
    font-weight: bold;
    color: #222;
    display: inline-block;
    margin-right: 1.4rem;
}

#section4 .event-wp .event-tit .info {
    width: 1rem;
    font-size: .14rem;
    color: #222;
    margin-top: .05rem;
    display: flex;
    flex-direction: column;
}

#section4 .event-wp .event-tit .info span {
    display: inline-block;
}

#section4 .event-wp .event-tit .info .date {
    margin-bottom: .05rem;
}

#section4 .event-wp .event-tit .address {
    display: -webkit-box;
    font-size: .16rem;
    color: #666;
    margin-top: .05rem;
}

#section4 .event-wp .event-tit:last-child {
    margin-bottom: 0;
}

#section4 .event-wp .event-tit .view-btn {
    min-width: 1.1rem;
    box-sizing: border-box;
}

#section4 .event-wp .event-tit .view-btn.toggleButton {
    cursor: pointer!important;
}

#section4 .event-wp .event-tit .view-btn .arrow {
    vertical-align: middle;
    width: .14rem;
    height: .14rem;
}

#section4 .event-wp .event-cont {
    background-color: #fff;
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
}

#section4 .event-wp .event-cont h5 {
    font-size: .16rem;
    color: #222;
    padding-left: .3rem;
    margin-bottom: .22rem;
    font-weight: bold;
}

#section4 .event-wp .event-cont .event-item {
    padding-left: .3rem;
    display: flex;
    align-items: center;
    height: .8rem;
    color: #222;
    font-size: .16rem;
    margin: 0 .2rem 2px;
    box-sizing: border-box;
    background: #f3f4f8;
    cursor: default !important;
}

#section4 .event-wp .event-cont .event-item:last-child {
    padding-bottom: 0;
}

#section4 .event-wp .event-cont .event-item span {
    display: inline-block;
    vertical-align: top;
    line-height: .26rem;
}

#section4 .event-wp .event-cont .event-item .role-name {
    min-width: .8rem;
    padding-right: .2rem;
    box-sizing: border-box;
}

#section4 .event-wp.en .event-cont .event-item .role-name {
    min-width: 1.5rem;
}

#section4 .event-wp .event-cont .event-item .role-position {
    color: #666;
}

#section4 .event-wp.en .event-cont .event-item .role-position {
    max-width: 3.8rem;
}

#section4 .event-wp .event-cont .event-item .time {
    color: #666;
    padding-right: .2rem;
    min-width: 1rem;
}

#section4 .event-wp .event-cont .event-item .title {
    display: -webkit-box;
    color: #222;
    width: 3.6rem;
    padding-right: .4rem;
    overflow: hidden;
    font-size: .18rem;
    vertical-align: top;
    line-height: .3rem;
}

#section4 .event-wp .event-cont.hidden {
    display: none;
}

#section4 .mwc-sub-tit-wp {
    position: relative;
}

#section4 .mwc-event-tab {
    display: inline-block;
}

#section4 .mwc-event-tab .mwc-tab-item {
    padding-left: .28rem;
    cursor: pointer;
    color: #999;
}

#section4 .mwc-event-tab .mwc-tab-item.on {
    color: #222;
    text-decoration: underline;
}


/* 主题发言 */

#section5 .mwc-content {
    max-width: 13.14rem;
}

#section5 .box {
    width: 100%;
    overflow: initial;
}

#section5 .speaker-wp {
    display: flex;
    overflow: initial;
}

#section5 .leader-speaker {
    width: 4.6rem;
    color: #fff;
    line-height: .36rem;
    margin-right: .2rem;
}

#section5 .leader-speaker.leader-speake-btn {
    cursor: pointer;
}

#section5 .leader-speaker:last-child {
    margin-right: 0;
}

#section5 .leader-speaker .title {
    margin-bottom: .2rem;
    height: 1rem;
}

#section5 .leader-speaker .title p {
    font-size: .24rem;
}

#section5 .leader-speaker .title span {
    display: block;
    font-size: .18rem;
    min-height: .6rem;
    line-height: .24rem;
}

#section5 .leader-speaker .leader img {
    width: 100%;
    height: 3.1rem;
    object-fit: cover;
    border-radius: .3rem;
}

#section5 .leader-speaker .txt-cont .title {
    margin: .4rem 0 .1rem 0;
}

#section5 .leader-speaker .txt-cont .title p {
    font-size: .3rem;
}

#section5 .leader-speaker .txt-cont .title span {
    font-size: .16rem;
    min-height: auto;
}

#section5 .leader-speaker .txt-cont .time {
    font-size: .16rem;
    line-height: .24rem;
    color: #ddd;
}

#section5 .proxy {
    position: absolute;
    visibility: hidden;
}


/* 金句 */

.leader-speake-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    display: none;
    z-index: 100;
}

.leader-speake-box .leader-speake-img {
    width: 10.2rem;
    height: 6.15rem;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .3rem;
    overflow: hidden;
}

.leader-speake-box .leader-speake-img img {
    width: 100%;
    height: 100%;
}

.leader-speake-box .box-mask {
    width: 100%;
    height: 100%;
    background: #00000080;
}

.leader-speake-box .leader-speake-img .box-close {
    position: absolute;
    top: .5rem;
    right: .2rem;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/ico-clo-m1.png);
    background-size: cover;
    box-shadow: 0px 0px 5px #000;
    border-radius: .2rem;
}


/* 精彩瞬间 */

#section6 {}

#section6 .box {
    width: 13.14rem;
    height: 5.4rem;
}

#section6 .reviewSwiper .wonder-review {
    width: 4.15rem;
    height: 2.5rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden;
}

#section6 .reviewSwiper .wonder-review.leader-speake-btn {
    cursor: pointer;
}

#section6 .reviewSwiper .wonder-review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section6 .mwc-content .swiper-box {
    width: auto;
    height: auto;
    position: relative;
}


/* #section6 .mwc-content .swiper-grid-column>.swiper-wrapper {justify-content: center;} */

#section6 .mwc-content .swiper-box .btn-box {
    width: .4rem;
    height: .4rem;
    border-radius: .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#section6 .mwc-content .swiper-box .swp-prev {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_left.png);
    background-size: cover;
    left: -.6rem;
}

#section6 .mwc-content .swiper-box .swp-next {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_right.png);
    background-size: cover;
    right: -.6rem;
}

#section6 .mwc-content .swiper-box .swp-pagination-box {
    display: none;
}


/* 往届回顾 */

#section7 {
    height: 50vh;
}

#section7 .box {
    height: auto;
    color: #fff;
}

#section7 .box .review {
    color: #fff;
    width: 3rem;
    height: auto;
    margin-right: .2rem;
}

#section7 .box .review:last-child {
    margin-right: 0;
}

#section7 .box .review img {
    width: 3rem;
    height: 2.6rem;
    object-fit: cover;
    border-radius: .3rem;
    overflow: hidden;
}

#section7 .box .review .info {
    height: .8rem;
    font-size: .18rem;
    padding: .2rem;
}

#section7 .box .review .info .title {
    font-size: .18rem;
    padding-bottom: .05rem;
}

#section7 .flex-col {
    display: flex;
    flex-direction: column;
}

#section7 .footer-cnt {
    width: auto;
    display: flex;
    color: #fff;
}

#section7 .footer-cnt .title {
    padding-right: .85rem;
    border-right: 2px solid #fff;
}

#section7 .footer-cnt .title span {
    display: inline-block;
    font-size: .3rem;
    line-height: .3rem;
    margin-bottom: .1rem;
}

#section7 .footer-cnt .address {
    padding-left: .85rem;
    color: #ddd;
    line-height: .24rem;
}

#section7 .footer-cnt .address p {
    display: inline-block;
    font-size: .16rem;
    margin-bottom: .1rem;
}

#section7 .footer-cnt .address p:last-child {
    margin-bottom: 0;
}


/* 行业实践 */

#section8 .box {
    width: 13.14rem;
}

#section8 .mwc-list-switch .mwc-cont {
    display: flex;
    width: 100%;
    height: 6.4rem;
    overflow: hidden;
}

#section8 .mwc-list-switch .mwc-sty-list {
    width: 100%;
    padding: .3rem 0;
    box-sizing: border-box;
    position: relative
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp-outter {
    height: 5.8rem;
    overflow: hidden
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp {
    font-size: .18rem
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li {
    line-height: .24rem;
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav {
    display: none;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp {
    width: 4.7rem;
    height: 5.8rem;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp.on .list-nav {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp .active .list-nav {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp a.list-nav {
    min-height: 1.1rem;
    padding: .2rem 0;
    color: #fff;
    display: inline-block;
    width: 4.66rem;
    padding-right: .4rem;
    box-sizing: border-box;
    border-top: #999 solid 2px;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp a.list-nav:hover {
    color: #fff;
    text-decoration: underline;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp a.list-nav:last-child {
    border-bottom: #999 solid 2px;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp a.list-nav h4 {
    font-size: .18rem;
    color: #F9E7C9;
}

#section8 .mwc-list-switch .mwc-sty-list .list-nav-wp a.list-nav h3 {
    font-size: .24rem;
    line-height: .36rem;
}

#section8 .mwc-list-switch .mwc-sty-list .scroll-style .list-nav.on {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

#section8 .mwc-list-switch .mwc-sty-list .scroll-style .list-nav.active {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav {
    min-height: 1.1rem;
    padding: .2rem 0;
    margin-left: 64%;
    color: #fff;
    width: 4.66rem;
    padding-right: .4rem;
    box-sizing: border-box;
    border-top: #999 solid 2px;
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav:hover {
    color: #fff;
    text-decoration: underline;
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav h4 {
    font-size: .18rem;
    color: #F9E7C9;
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav h3 {
    font-size: .24rem;
    line-height: .36rem;
}

#section8 .mwc-list-switch .mwc-sty-detail {
    width: 6.9rem;
    height: 100%;
    padding: .28rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

#section8 .mwc-list-switch .mwc-sty-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#section8 .mwc-list-switch .mwc-sty-img img {
    width: 100%;
    border-radius: .3rem;
}

#section8 .mwc-list-switch .mwc-sty-detail {
    display: none;
}

#section8 .mwc-list-switch .mwc-sty-detail.open {
    display: block;
}

#section8 .mwc-list-switch .mwc-sty-detail h4 {
    font-size: .2rem;
    line-height: .24rem;
    margin: .2rem 0 .15rem;
}

#section8 .mwc-list-switch .mwc-sty-detail p {
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    padding: .2rem;
    text-align: justify;
}

#section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail .learn-more {
    color: #fff;
    padding-left: .2rem;
    font-size: .16rem;
}


/* 展厅详情 */

#section9 .mwc-booth-overview {
    width: 13.14rem;
    display: flex;
    justify-content: space-between;
}

#section9 .mwc-booth-overview .booth-overview-nav-wp {
    width: 4.66rem;
    min-height: 5.15rem;
    background-color: #fff;
    border-radius: .16rem;
}

#section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav {
    width: 100%;
}

#section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li {
    padding: .3rem .2rem;
    border-bottom: #ddd solid 2px;
    font-size: .22rem;
    cursor: pointer;
}

#section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li.on {
    color: #0095E9;
}

#section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li:last-child {
    border: none;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp {
    flex: 1;
    width: 100%;
    margin-left: .2rem;
    background-color: #fff;
    border-radius: .16rem;
    overflow: hidden;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont {
    width: 100%;
    height: 100%;
    padding: .3rem .4rem;
    box-sizing: border-box;
    display: none;
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/booth_bg.png) no-repeat top right;
    background-size: contain;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont.active {
    display: block;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item {
    margin-bottom: .2rem;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item:last-child {
    margin-bottom: 0;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item h4 {
    font-size: .2rem;
    line-height: .24rem;
    color: #222;
}

#section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item p {
    font-size: .18rem;
    line-height: .24rem;
    color: #666;
}


/* 展厅信息 */

#section10 .box {
    width: 13.14rem;
}

#section10 .mwc-booth-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: .16rem;
    overflow: hidden;
}

#section10 .mwc-booth-info .booth-info-txt {
    width: 4.66rem;
    min-height: 5.15rem;
    padding: .4rem .3rem;
    box-sizing: border-box;
    background-color: #f3f5f8;
}

#section10 .mwc-booth-info .booth-info-txt h3 {
    font-size: .24rem;
    color: #222;
    line-height: .36rem;
}

#section10 .mwc-booth-info .booth-info-txt p {
    margin-top: .6rem;
    font-size: .16rem;
    color: #666;
    line-height: .24rem;
}

#section10 .mwc-booth-info .booth-info-img-wp {
    text-align: center;
}

#section10 .mwc-booth-info .booth-info-img-wp .booth-info-img {
    padding: .3rem .2rem;
    border-radius: .16rem;
}

#section10 .mwc-booth-info .booth-info-img-wp .booth-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 热点方案 */

#section11 .box {
    height: auto;
}

#section11 .mwc-trend-solu {
    width: 13.14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .35rem;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp {
    margin-left: 0;
    width: 100%;
    height: 6.4rem;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp.en {
    height: 7.4rem;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav {
    display: flex;
    align-items: center;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav li {
    display: inline-block;
    width: max-content;
    min-width: 1.2rem;
    height: .4rem;
    padding: 0 .2rem;
    font-size: .18rem;
    color: #ddd;
    margin-right: .2rem;
    border-radius: .2rem;
    border: 1px solid #ddd;
    line-height: .4rem;
    text-align: center;
    cursor: pointer;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav li:last-child {
    margin-right: 0;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav li.on {
    background: #fff;
    color: #0786E7;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav li:hover {
    background: #fff;
    color: #0786E7;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item {
    position: relative;
    width: 4.1rem;
    height: auto;
    cursor: pointer!important;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item h4 {
    width: 90%;
    font-size: .16rem;
    color: #fff;
    margin-top: .25rem;
    line-height: 1.5;
    min-height: .6rem;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item h4.ellipsis-3 {
    min-height: .9rem;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item .cont-item-box {
    width: 100%;
    height: 2.2rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item .cont-item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item .video-item-play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item .video-item-play img {
    width: .5rem;
    height: .5rem;
}

#section11 .mwc-trend-solu .trend-solu-cont-wp .swp-pagination-box {
    display: none;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .swp-pagination-box {
    height: 100%;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .swp-pagination-box .swp-prev {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_left.png);
    background-size: cover;
    margin-right: .1rem;
}

#section11 .mwc-trend-solu .trend-solu-nav-wp .swp-pagination-box .swp-next {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_right.png);
    background-size: cover;
}


/* 大咖观点 */

#section12 {}

#section12 .box {
    width: 13.14rem;
    height: 5.4rem;
}

#section12 .viewpointSwiper .viewpoint {
    width: 4.7rem;
    height: 2.5rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden;
}

#section12 .viewpointSwiper .viewpoint::after {
    content: "";
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/icon_play.png) center center / cover no-repeat;
}

#section12 .viewpointSwiper .viewpoint img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section12 .mwc-content .swiper-box {
    width: auto;
    height: auto;
    position: relative;
}


/* #section6 .mwc-content .swiper-grid-column>.swiper-wrapper {justify-content: center;} */

#section12 .mwc-content .swiper-box .btn-box {
    width: .4rem;
    height: .4rem;
    border-radius: .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#section12 .mwc-content .swiper-box .swp-prev {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_left.png);
    background-size: cover;
    left: -.6rem;
}

#section12 .mwc-content .swiper-box .swp-next {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/circle_arr_right.png);
    background-size: cover;
    right: -.6rem;
}

#section12 .mwc-content .swiper-box .swp-pagination-box {
    display: none;
}

@media only screen and (max-width: 1920px) and (min-width: 991px) {
    .section .tit-box .tips {
        font-size: .14rem;
    }
    #section3 .box .item-3 .news-item {
        width: calc((100% - .8rem) / 3);
        height: 1rem;
        margin-right: .4rem;
        font-size: .16rem;
    }
    #section4 .box {
        height: 6.5rem;
    }
    #section4 .event-wp .event-tit .info {
        width: 1.3rem;
    }
    #section4 .event-wp .event-tit h4 {
        font-size: .2rem;
    }
    #section4 .event-wp .event-tit .info {
        font-size: .2rem;
    }
    #section4 .event-wp .event-tit .view-btn {
        font-size: .2rem;
        min-width: 1.4rem;
    }
    #section4 .event-wp .event-tit .view-btn .arrow {
        width: .2rem;
        height: .2rem;
    }
    #section4 .event-wp .event-cont .event-item span {
        font-size: .2rem;
    }
    #section4 .event-wp .event-cont .event-item span.view-btn {
        min-width: 1.4rem;
    }
    #section4 .event-wp .event-cont .event-item .role-name {
        font-size: .2rem;
    }
    #section4 .event-wp .event-cont .event-item .role-position {
        font-size: .2rem;
    }
    #section4 .event-wp .event-cont .event-item .time {
        font-size: .2rem;
    }
    #section4 .event-wp .event-cont .event-item .title {
        font-size: .2rem;
    }
    #section4 .view-btn {
        height: .3rem;
        line-height: .3rem
    }
    #section4 .event-wp .event-cont .event-item span {
        line-height: .3rem;
    }
    #section5 .leader-speaker .title span {
        font-size: .2rem;
    }
    #section5 .leader-speaker .txt-cont .title p {
        font-size: .3rem;
        line-height: .4rem;
    }
    #section5 .leader-speaker .txt-cont .time {
        font-size: .18rem;
        line-height: .3rem;
    }
    #section8 .mwc-list-switch .mwc-cont {
        height: 7rem;
    }
    #section8 .mwc-list-switch .mwc-sty-detail p {
        font-size: .18rem;
        line-height: .32rem;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 991px) {
    .section {
        overflow: initial;
    }
    .section .mwc-content {
        margin-top: .3rem;
    }
}

@media only screen and (max-width: 991px) {
    .mwc25-container {
        width: 100%;
        height: auto;
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwcs25/images/pc-MWC-Shanghai-bg.jpg) center center / cover no-repeat;
    }
    .section {
        width: 100%;
        height: auto;
    }
    .section .mwc-content {
        width: 100%;
        padding: 0 .4rem;
        margin: 1rem 0;
        box-sizing: border-box;
    }
    .section .box {
        width: 100%;
    }
    .section .mob-hide {
        display: none;
    }
    .mwc25-top-nav {
        position: relative;
        background: #000;
        display: none;
    }
    .user-banner-video {
        display: none;
    }
    .event-mwc-navlist-component {
        display: block;
        background: #000;
        height: .8rem;
    }
    .event-mwc-videobox-component .mwc-pop-wrap .pop-close {
        right: 50%;
        top: 5rem;
        transform: translateX(50%);
        width: .82rem;
        height: .82rem;
    }
    .section .moveBox {
        transform: translateY(0);
        opacity: 1;
        transition: none;
    }
    .section .tit-box .sec-tit {
        transform: translateY(0);
        transition: none;
    }
    .section .box .swp-pagination-box {
        width: 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #section1 {
        position: initial;
        top: 0;
    }
    #section1 {
        width: 7.5rem;
        height: 7.5rem;
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwcs25/images/mob-MWC-Shanghai-KV.jpg) center center / cover no-repeat;
    }
    #section1 {
        justify-content: flex-start;
    }
    #section1 .box {
        position: relative;
    }
    #section1 .box .pre-video {
        width: 7.2rem;
        height: 4.3rem;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        border-radius: .3rem;
    }
    #section1 .box .zte_info {
        right: auto;
        top: 5.2rem;
        transform: none;
        display: flex;
        flex-direction: column;
    }
    #section1 .box .zte_info .zte_info_cont {
        /*width: 4.7rem;
        height: 1.3rem;*/
        display: flex;
    }
    #section1 .box .zte_info .zte_info_cont img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #section1 .box .zte_info .mob-date {
        display: block;
        font-size: .26rem;
        color: #fff;
        text-align: end;
        margin-top: .2rem;
    }
    #section1 .time .txt {
        text-align: end;
        padding-left: 0;
    }
    #section1 .time .txt.txt-cn {
        text-align: left;
        padding-left: 1.7rem;
    }
    #section1 .pre-video .swp-pagination-box .video-pagination {
        width: 4rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #AAA;
        margin: 0 .2rem;
    }
    #section2 .box {
        display: none;
    }
    #section2 .box.item-mob-show {
        display: flex;
    }
    #section2 .executive .line .line-txt {
        color: #fff;
    }
    #section2 .executive .line .line-mask {
        display: none;
    }
    #section2 .executive .line.bottom img {
        width: 1.6rem;
        height: .85rem;
        object-fit: cover;
    }
    #section2 .executive .line .line-txt {
        transform: translateY(0);
        transition: none;
    }
    #section2 .executive .line.bottom .line-txt {
        text-align: right;
    }
    /* #section3 .mwc-content {padding: 0;padding-left: .4rem;} */
    #section3 .box {
        width: 100%;
        height: 10rem;
    }
    #section3 .box .scroll-box {
        display: none;
    }
    #section3 .box .scroll-box-mob {
        width: 100%;
        height: 100%;
        display: block;
    }
    #section3 .box .scroll-box-mob .news-item {
        width: 3.2rem;
        height: auto;
        font-size: .16rem;
        margin-bottom: .4rem;
        color: #fff;
        display: flex;
        flex-direction: column;
    }
    #section3 .box .scroll-box-mob .news-item .news-img {
        width: 100%;
        height: 2.2rem;
    }
    #section3 .box .scroll-box-mob .news-item .news-img img {
        width: 100%;
        height: 2.2rem;
        ;
        object-fit: cover;
        border-radius: .16rem;
    }
    #section3 .box .scroll-box-mob .news-item .news-info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: .35rem;
    }
    #section3 .box .scroll-box-mob .news-item .news-info .title {
        font-size: .22rem;
        min-height: .9rem;
    }
    #section3 .box .scroll-box-mob .news-item .news-info .time {
        font-size: .2rem;
        padding-top: .25rem;
    }
    #section3 .box .swp-pagination-box {
        bottom: .6rem;
    }
    #section3 .box .swp-pagination-box .swiper-scrollbar.news-pagination {
        width: 3rem;
        position: initial;
        margin: 0 .2rem;
    }
    #section4 .mwc-cont .my-box-heightAuto {
        height: auto;
        max-height: 100%;
    }
    #section4.btn-more-wp {
        background-color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: .3rem 0;
        width: 100%;
    }
    #section4.btn-more-wp .mwc-btn-more {
        background-color: #27aef1;
        color: #fff;
        display: inline-block;
        width: 2rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        border-radius: .3rem;
        font-size: .24rem;
    }
    #section4 .box {
        width: auto;
        max-height: 11.5rem;
        height: auto;
        overflow: hidden;
    }
    #section4 .main-wp {
        margin: 0 .4rem;
    }
    #section4 .mwc-event-tab {
        margin: .2rem;
        display: flex;
        width: 100%;
        overflow-x: auto;
    }
    #section4 .mwc-event-tab .mwc-tab-item {
        white-space: nowrap;
        font-size: .22rem;
        padding-left: 0;
        padding-right: .28rem;
    }
    #section4 .normal .mwc-event-tab .mwc-tab-item {
        min-width: 2.1rem;
    }
    #section4 .event-wp {
        height: auto;
        overflow: unset;
        margin: .3rem 0;
        margin-bottom: 1.5rem;
    }
    #section4 .event-wp .event-tit {
        padding: .3rem .25rem;
        display: block;
    }
    #section4 .event-wp .event-tit .info {
        margin-left: 0;
        color: #666;
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 .05rem .2rem;
    }
    #section4 .event-wp .event-tit .info .date {
        font-size: .28rem;
        line-height: .3rem;
        margin: 0;
        margin-right: .1rem;
        vertical-align: top;
        float: left;
    }
    #section4 .event-wp .event-tit .info .time {
        font-size: .28rem;
        line-height: .3rem;
        margin: 0;
        vertical-align: top;
        float: left;
    }
    #section4 .event-wp .event-tit h4 {
        font-size: .28rem;
        padding-left: 0;
        line-height: .46rem;
    }
    #section4 .event-wp .event-tit h4::before {
        display: none
    }
    #section4 .event-wp .event-tit .address {
        width: 70%;
        font-size: .24rem;
        line-height: .36rem;
    }
    #section4 .event-wp .event-cont {
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    #section4 .event-wp .event-cont:last-child {
        margin-bottom: 0;
    }
    #section4 .event-wp .event-cont h5 {
        font-size: .28rem;
        position: relative;
        padding: 0 .25rem;
        margin-bottom: .1rem;
    }
    #section4 .event-wp .event-tit .view-btn .arrow {
        width: .3rem;
        height: .3rem;
    }
    #section4 .event-wp .event-cont .event-item {
        min-height: 2.6rem;
        height: auto;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 0;
        padding: .56rem .2rem!important;
        position: relative;
        border-bottom: 1px solid #ddd;
    }
    #section4 .event-wp .event-cont .event-item span {
        display: block;
        margin: 0 0 .14rem;
        line-height: .4rem;
    }
    #section4 .event-wp .event-cont .event-item .time {
        width: auto;
        font-size: .26rem;
    }
    #section4 .event-wp .event-cont .event-item .title {
        width: auto;
        font-size: .26rem;
        line-height: .3rem;
    }
    #section4 .event-wp .event-cont .event-item .role-info {
        position: relative;
        display: block;
        min-height: .6rem;
        margin-bottom: .2rem;
        margin-top: .2rem;
    }
    #section4 .event-wp .event-cont .event-item .role-info span {
        margin-bottom: 0;
        line-height: .6rem;
    }
    #section4 .event-wp .event-cont .event-item .role-name {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: .1rem;
        font-size: .22rem;
        line-height: .3rem;
    }
    #section4 .event-wp .event-cont .event-item .role-position {
        display: inline-block;
        font-size: .22rem;
        line-height: .3rem;
        max-width: 3.8rem;
        width: max-content;
    }
    #section4 .event-wp .event-cont .event-item .role-img {
        width: .6rem;
        height: .6rem;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.3rem;
    }
    #section4 .event-wp .event-cont .event-item .role-txt {
        font-size: .22rem;
        width: auto;
    }
    #section4 .event-wp .event-cont .event-item .view-btn {
        position: absolute;
        right: .1rem;
    }
    #section4 .event-tit .view-btn {
        margin-top: 0;
        width: 1.6rem;
        padding: 0;
        right: .2rem;
        bottom: 0;
        top: auto;
        line-height: .4rem;
    }
    #section4 .event-wp .event-tit .view-btn .arrow {
        vertical-align: middle;
        margin-left: .05rem;
    }
    #section4 .view-btn {
        position: absolute;
        top: 1.6rem;
        top: 76%;
        transform: translateY(-50%);
        display: inline-block !important;
        min-width: 1.2rem;
        width: auto;
        text-align: center;
        font-size: .22rem !important;
        height: .4rem;
        padding: 0 .2rem;
        line-height: .26rem;
    }
    #section4 .view-btn-living {
        color: #fff !important;
        right: -.3rem;
        position: static;
    }
    #section4 .item-mob-show {
        display: block;
    }
    #section4 .mwc-content .box .btn-more-wp {
        background: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: .3rem 0;
        width: 100%;
    }
    #section4 .mwc-content .box .btn-more-wp .mwc-btn-more {
        background-color: #fff;
        border: #222 solid 1px;
        color: #222;
        display: inline-block;
        width: 2.4rem;
        height: .6rem;
        line-height: .6rem;
        padding-left: .4rem;
        text-align: left;
        box-sizing: border-box;
        border-radius: .3rem;
        font-size: .26rem;
        position: relative;
    }
    #section4 .mwc-content .box .btn-more-wp.btn-more-down a::after {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/ico_arr_down.png);
        content: "";
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: .2rem;
        top: .13rem;
        background-size: contain;
    }
    #section4 .mwc-content .box .btn-more-wp.btn-more-up a::after {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/zte_icon/ico_arr_up.png);
        content: "";
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: .2rem;
        top: .13rem;
        background-size: contain;
    }
    #section4 .mwc-content .box.my-box-heightAuto {
        max-height: max-content;
        height: auto !important;
    }
    #section5 .mwc-content {
        max-width: none;
        width: 100%;
    }
    #section5 .speaker-wp {
        width: 100%;
    }
    #section5 .box .swp-pagination-box {
        bottom: -.5rem;
    }
    #section5 .leader-speaker .txt-cont .title {
        margin: .2rem 0 .1rem 0;
    }
    #section5 .leader-speaker .title {
        height: 1rem;
    }
    #section5 .leader-speaker .title span {
        font-size: .2rem;
    }
    #section5 .speaker-cn .leader-speaker .title .event-tit {
        min-height: .8rem;
    }
    #section5 .leader-speaker .txt-cont .title span {
        font-size: .2rem;
    }
    #section5 .leader-speaker .txt-cont .time {
        font-size: .18rem;
    }
    .leader-speake-box {
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    .leader-speake-box .leader-speake-img {
        width: 100%;
        height: auto;
    }
    .leader-speake-box .leader-speake-img .box-close {
        top: 4.5rem;
        right: 50%;
        transform: translateX(50%);
        width: .6rem;
        height: .6rem;
    }
    #section6 {}
    #section6 .box {
        width: 100%;
        height: 5.4rem;
    }
    #section6 .mwc-content .swiper-box .swp-pagination-box {
        position: absolute;
        display: flex;
        width: 3rem;
        bottom: -.6rem;
        left: 50%;
        transform: translateX(-50%);
    }
    #section7 {
        align-items: flex-start;
        height: 30vh;
    }
    #section7 .box {
        flex-wrap: wrap;
    }
    #section7 .box .review {
        width: calc((100% - .2rem) / 2);
        margin-bottom: .3rem;
    }
    #section7 .box .review:nth-child(2n) {
        margin-right: 0;
    }
    #section7 .box .review img {
        width: 3.2rem;
        height: 2.7rem;
        object-fit: cover;
        border-radius: .3rem;
        overflow: hidden;
    }
    #section7 .box .review .info {
        font-size: .2rem;
        height: 1rem;
    }
    #section7 .box .review .info .title {
        font-size: .2rem;
        padding-bottom: .05rem;
    }
    #section7 .box .review .info .desc {
        font-size: .26rem;
    }
    #section7 .footer-cnt {
        width: auto;
        color: #fff;
        flex-direction: column;
        align-items: baseline;
        margin-left: .4rem;
    }
    #section7 .footer-cnt .title {
        padding-right: 0;
        border-right: 0;
        margin-bottom: .3rem;
    }
    #section7 .footer-cnt .title span {
        font-size: .3rem;
        line-height: .48rem;
    }
    #section7 .footer-cnt .address {
        padding-left: 0;
    }
    #section7 .footer-cnt .address p {
        font-size: .2rem;
    }
    #section8 .box {
        width: 100%;
    }
    #section8 .mwc-main .main-wp {
        width: auto !important;
    }
    #section8 .mwc-main .main-wp {
        margin: 0 .4rem;
    }
    #section8 .mwc-list-switch .mwc-cont {
        height: auto;
        box-shadow: none;
    }
    #section8 .mwc-list-switch .mwc-sty-list {
        padding: 0;
        border-bottom: #999 solid 2px;
    }
    #section8 .mwc-list-switch .mwc-sty-detail {
        position: static;
        width: auto;
        padding: 0;
        background: 0;
        margin-top: .27rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp-outter {
        height: auto;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-nav-wp {
        display: none;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li {
        border-radius: .5rem;
        padding: 0;
        position: relative;
        min-height: 1rem;
        box-sizing: border-box;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li::after {
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/ico-expand.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        content: "";
        width: .42rem;
        height: .42rem;
        position: absolute;
        right: .18rem;
        top: .24rem
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li.on::after {
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/ico-collapse.png) no-repeat;
        background-size: contain
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav {
        display: block;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav {
        font-size: .24rem;
        line-height: .32rem;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: .5rem .15rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li.on {
        padding-bottom: .8rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li.on a {
        background-image: none;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav h4 {
        font-size: .24rem;
        color: #F9E7C9;
        padding-bottom: .1rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li a.list-nav h3 {
        font-size: .3rem;
        line-height: .4rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail {
        display: none;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail.open {
        display: block;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail h4 {
        font-size: .24rem;
        line-height: .32rem;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail p {
        font-size: .22rem;
        line-height: .36rem;
        color: #ddd;
    }
    #section8 .mwc-list-switch .mwc-sty-list .list-wp li .mwc-sty-detail .learn-more {
        color: #fff;
        font-size: .22rem;
    }
    /****/
    #section9 .mwc-booth-overview {
        width: 100%;
        display: block;
        position: relative;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp {
        width: 100%;
        min-height: auto;
        background-color: #fff;
        border-radius: .32rem;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav {
        width: 100%;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li {
        padding: .45rem .4rem;
        border-bottom: #ddd solid 2px;
        font-size: .3rem;
        position: relative;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li.on {
        color: #0095E9;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li:last-child {
        border: none;
    }
    #section9 .mwc-booth-overview .booth-overview-nav-wp .booth-overview-nav li::after {
        content: "";
        position: absolute;
        right: .4rem;
        top: 50%;
        transform: translateY(-50%);
        width: .4rem;
        height: .4rem;
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/ico_blue_arr_right.png) no-repeat top right;
        background-size: contain;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp {
        display: block;
        margin-left: 0;
        position: fixed;
        z-index: 100;
        width: 6.7rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: .32rem;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont {
        padding: .5rem;
        display: none;
        width: 100%;
        box-sizing: border-box;
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc25/images/booth_bg.png) no-repeat top right;
        background-size: contain;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont.active {
        display: block;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont h3 {
        font-size: .3rem;
        color: #0095E9;
        margin-bottom: .36rem;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item {
        margin-bottom: .2rem;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item:last-child {
        margin-bottom: 0;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item h4 {
        font-size: .22rem;
        line-height: .36rem;
        color: #222;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .booth-overview-cont .cont-item p {
        font-size: .22rem;
        line-height: .36rem;
        color: #666;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .pop-close {
        position: absolute;
        top: .3rem;
        right: .3rem;
        width: .4rem;
        height: .4rem;
    }
    #section9 .mwc-booth-overview .booth-overview-cont-wp .pop-close .clo {
        width: 100%;
        height: 100%;
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/navigator/global/main/img/nav-close.png);
        background-size: contain;
        display: block;
        cursor: pointer;
    }
    #section9 .mwc-content {
        z-index: 100;
    }
    #section9 .pop-mask {
        display: none;
        background-color: #000;
        opacity: .6;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        left: 0;
        z-index: 99;
    }
    /****/
    #section10 .box {
        width: 100%;
    }
    #section10 .mwc-booth-info {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: .32rem;
        overflow: hidden;
    }
    #section10 .mwc-booth-info .booth-info-txt {
        order: 2;
        width: 100%;
        min-height: 3rem;
        padding: .4rem .3rem;
        box-sizing: border-box;
        background-color: #f3f5f8;
    }
    #section10 .mwc-booth-info .booth-info-txt h3 {
        font-size: .3rem;
        color: #222;
        line-height: .36rem;
    }
    #section10 .mwc-booth-info .booth-info-txt p {
        margin-top: .6rem;
        font-size: .24rem;
        color: #666;
        line-height: .36rem;
    }
    #section10 .mwc-booth-info .booth-info-img-wp {
        order: 1;
    }
    #section10 .mwc-booth-info .booth-info-img-wp .booth-info-img {
        width: auto;
    }
    #section10 .mwc-booth-info .booth-info-img-wp .booth-info-img img {
        width: 100%;
    }
    #section11 .mwc-trend-solu {
        width: 100%;
    }
    #section11 .mwc-trend-solu .trend-solu-nav-wp {
        overflow-x: scroll;
    }
    #section11 .mwc-trend-solu .trend-solu-nav-wp .trend-solu-nav li {
        font-size: .2rem;
        height: .5rem;
        line-height: .5rem;
        border-radius: .3rem;
    }
    #section11 .en .mwc-trend-solu .trend-solu-cont-wp {
        height: 7.4rem;
    }
    #section11 .mwc-trend-solu .trend-solu-cont-wp .cont-item h4 {
        font-size: .2rem;
    }
    #section11 .box .swp-pagination-box {}
    #section11 .mwc-trend-solu .trend-solu-cont-wp .swp-pagination-box {
        display: flex;
    }
    #section12 {}
    #section12 .box {
        width: 100%;
        height: 5.4rem;
    }
    #section12 .mwc-content .swiper-box .swp-pagination-box {
        position: absolute;
        display: flex;
        width: 3rem;
        bottom: -.6rem;
        left: 50%;
        transform: translateX(-50%);
    }
}


/***banner****/

.event-mwc-navlist-component .m-show {
    display: none!important;
}

.event-mwc-navlist-component .m-hide {
    display: block!important;
}

.event-mwc-navlist-component .nav-hide {
    display: block;
}

.event-mwc-navlist-component .mwc-nav-list a {
    cursor: pointer!important;
}

.event-mwc-navlist-component .mwc-top-wp .main-wp {
    position: relative;
    width: 16rem;
    height: .7rem;
    margin: 0 auto;
}

.event-mwc-navlist-component .mwc-top-wp .main-wp .zte-logo {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/zte-logo-cn.png) no-repeat left;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.12rem;
    width: .9rem;
    height: .24rem;
}

.event-mwc-navlist-component .mwc-top-wp .main-wp .zte-logo.zte-logo-en {
    background: url("https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/navigator/global/main/img/logo-en-white.png") no-repeat left;
    background-size: contain;
}

.event-mwc-navlist-component .mwc-top-wp .main-wp .zte-logo a {
    display: block;
    width: 100%;
    text-indent: -999rem;
    overflow: hidden;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-nav-wp {
    width: 13.14rem;
    margin: 0 auto;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-nav {
    width: 100%;
}

.event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li {
    display: inline-block;
    padding: 0 .28rem;
    line-height: .7rem;
}

.event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li a {
    font-size: .16rem;
    color: #fff;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-lang {
    position: absolute;
    top: .24rem;
    right: 0;
    color: #fff;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-lang a {
    position: relative;
    font-size: .16rem;
    padding-left: .3rem;
    color: #ddd;
    display: block;
    line-height: .22rem;
    cursor: pointer!important;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-lang a:hover {
    color: #fff;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-lang a::before {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-lang.png) no-repeat;
    background-size: contain;
    content: "";
    width: .22rem;
    height: .22rem;
    position: absolute;
    left: 0;
    top: 0;
}

.event-mwc-navlist-component .mwc-top-wp .mwc-lang a:hover::before {
    background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-lang-hover.png) no-repeat;
    background-size: contain;
}

.event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li a {
    color: #ddd;
}

.event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li a:hover {
    color: #fff;
}


/**mobile**/

@media only screen and (max-width: 991px) {
    /**mobile base**/
    body {
        background-color: #fff;
    }
    .event-mwc-navlist-component .m-hide {
        display: none!important;
    }
    .event-mwc-navlist-component .m-show {
        display: block!important;
    }
    .event-mwc-navlist-component .nav-hide {
        display: none;
    }
    .event-mwc-navlist-component .pri-row-wp {
        padding: .6rem 0;
    }
    .event-mwc-navlist-component .pri-nav-m .pri-nav-list-m .pri-tit-wp {
        padding-bottom: .3rem;
    }
    .event-mwc-navlist-component .btn-nor {
        height: .76rem;
        line-height: .76rem;
        padding: 0 .6rem 0 .3rem;
        margin: 0 auto;
        border-radius: 50px;
        font-size: .28rem;
    }
    .event-mwc-navlist-component .btn-nor:after {
        background: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/arr-down.png) no-repeat;
        background-size: cover;
        right: .3rem;
        top: .25rem;
        width: .2rem;
        height: .2rem;
    }
    /**index**/
    .event-mwc-navlist-component .mwc-nav {
        width: 100%;
        min-height: 1rem;
        z-index: 9;
    }
    .event-mwc-navlist-component .mwc-top-wp .main-wp {
        width: auto;
        height: .8rem;
    }
    .event-mwc-navlist-component .mwc-top-wp .main-wp .zte-logo {
        width: 1.2rem;
        height: .36rem;
        margin-top: 0;
        left: .28rem;
        transform: translateY(-50%);
    }
    .event-mwc-navlist-component .mwc-nav .mwc-nav-icon {
        background-color: #fff;
        border-radius: 50%;
        width: .48rem;
        height: .48rem;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: .28rem;
        opacity: .8;
        transition: all 0.3s;
    }
    .event-mwc-navlist-component .mwc-nav .mwc-nav-icon .nav-icon {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-nav.png);
        background-size: contain;
        display: block;
        width: .48rem;
        height: .48rem;
    }
    .event-mwc-navlist-component .mwc-nav .mwc-nav-icon:hover {
        opacity: 1;
    }
    .event-mwc-navlist-component .mwc-nav.active .mwc-nav-icon {
        z-index: 3;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
        top: 50%;
        right: .28rem;
        width: .48rem;
        height: .48rem;
    }
    .event-mwc-navlist-component .mwc-nav.active .mwc-nav-icon .nav-icon {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-clo.png);
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-nav-wp {
        width: auto!important;
        position: absolute;
        left: .2rem;
        right: .2rem;
        z-index: 2;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list {
        display: block;
        background-color: #fff;
        min-width: 3rem;
        position: absolute;
        top: 50%;
        right: 0;
        border-radius: .3rem;
        width: 5rem;
        padding: .4rem .2rem;
        box-sizing: border-box;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li {
        color: #666;
        cursor: pointer;
        display: block;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li a:hover {
        color: #222;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li.on a {
        color: #999;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li a {
        color: #666;
        font-size: .34rem;
    }
    .event-mwc-navlist-component .mwc-top-wp ul.mwc-nav-list li {
        font-size: .34rem;
        padding-bottom: .7rem;
        color: #666;
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-lang {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.2rem;
        opacity: .8;
        background-color: #fff;
        border-radius: 50%;
        width: .48rem;
        height: .48rem;
        cursor: pointer;
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-lang-en {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-en.png);
        background-size: contain;
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-lang-cn {
        background-image: url(https://51javac.com/content/dam/zte-site/res-www-zte-com-cn/exhibitionimages/mwc23/img/ico-cn.png);
        background-size: contain;
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-lang a {
        display: block;
        width: 100%;
        padding: 0;
        text-indent: -999rem;
        overflow: hidden;
    }
    .event-mwc-navlist-component .mwc-top-wp .mwc-lang a::before {
        display: none;
    }
}