@font-face {
	font-family: "MyriadPro-Regular";
	src:url("../fonts/MyriadPro-Regular.ttf") format("truetype")
}

*{
	font-family: "MyriadPro-Regular";
}
html,
body {
	padding: 0;
	margin: 0;
}

html {
	color: #333;
	font-size: 99.1146px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}

body {
	color: #333;
	/*font-size: .16rem;*/
}

#keyframes {
	width: 100%;
	height: 100%;
	background: #f4f9fc;
	overflow: hidden;
}

.zte-bz-zantai {
	height: 9rem;
	position: relative;
}

.zte-bz-zantai .title {
	font-size: .3rem;
	color: #000;
	margin: 0 auto;
	margin-top: .15rem;
}

.wrap ,.wrap2{
	width: 100%;
	/*padding-left: .2rem;*/
	/*padding-right: .2rem;*/
	max-width: 12.8rem;
	margin: 0 auto;
}
/*
.wrap2 {
	width: 100%;
	padding-left: .2rem;
	padding-right: .2rem;
	max-width: 14.8rem;
	margin: 0 auto;
}*/

.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/img2.png) no-repeat;
	background-size: 100%;
	left: 2.5rem;
	top: 1.25rem;
}

.zte-bz-zantai .wrap .item1.active {
	background: url(../img/img1.png) no-repeat;
	background-size: 100%;
}

.zte-bz-zantai .wrap .item2 {
	width: 1.84rem;
	height: 3.52rem;
	background: url(../img/img3.png) no-repeat;
	background-size: 100%;
	left: 8.5rem;
	top: 1.18rem;
}

.zte-bz-zantai .wrap .item2.active {
	background: url(../img/img4.png) no-repeat;
	background-size: 100%;
}

.zte-bz-zantai .wrap .item3 {
	width: 4.31rem;
	height: 1.03rem;
	background: url(../img/img5.png) no-repeat;
	background-size: 100%;
	left: 4.5rem;
	top: 7.44rem;
}

.zte-bz-zantai .wrap .item3.active {
	background: url(../img/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/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/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/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(../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;
}
.zte-bz-zantai .znatai-video video,

/*.zte-bz-zantai .znatai-video canvas,*/

.zte-bz-zantai .znatai-video div {
	width: 100%;
	height: 100%;
	background: none
}

.zte-bz-zantai .znatai-video canvas {
	/*width: 700px;
	height: 700px;*/
}

.img8 {
	/*width: 2.74rem;
	height:1.01rem;
	background: url(https://topicsen.zte.com.cn/gsmaevent/Content/img/img8.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1.37rem;
	top: .4rem;*/
}
.mt100{
	margin-top: 1rem;
}

.zte-index-title {
	font-size: .36rem;
	color: #333;
	line-height: 1;
	padding-bottom: .18rem;
	position: relative;
	margin: 0 auto;
}

.zte-index-title:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .05rem;
	background-image: linear-gradient(to right, #46b9ff, #85f9e4);
	background-image: -webkit-linear-gradient(to right, #46b9ff, #85f9e4);
}

.zte-bz-schedule {
}

.zte-bz-schedule .schedule-tit {
	/*width: 2.56rem;
	height: .56rem;
	margin: 0 auto;
	background: url(https://topicsen.zte.com.cn/gsmaevent/Content/img/img23.png) no-repeat;
	background-size: 100% ;	
	margin-bottom: .45rem;*/
}

.zte-bz-schedule .schedule-tab {
	margin-top: .45rem;
	/*border: 2px solid #c4f6f4;*/
	position: relative;
	height: .8rem;
	box-sizing: content-box;
}
.zte-bz-schedule .schedule-tab:after{
	width: 100%;
	height: 0.8rem;
	border: 2px solid #c4f6f4;
	content:' ';
	position: absolute;
	margin-left: -2px;
	margin-top: -2px;
	left: 0;
	top: 0;
	pointer-events: none;
}

.zte-bz-schedule .schedule-tab .swiper-wrapper {
	background: #f5fafd;
}

.zte-bz-schedule .schedule-tab .button-next,
.zte-bz-schedule .schedule-tab .button-prev {
	width: .2rem;
	height: .36rem;
	background: url(../img/img26.png) no-repeat left top;
	background-size: .6rem;
	position: absolute;
	top: 50%;
	margin-top: -0.28rem;
	left: -.3rem;
	cursor: pointer;
	display: none;
}

.zte-bz-schedule .schedule-tab .button-prev {
	background: url(../img/img26.png) no-repeat right top;
	background-size: .6rem;
	left: auto;
	right: -.3rem;
}

.zte-bz-schedule .schedule-tab .button-next:hover {
	background: url(../img/img26.png) no-repeat left bottom;
	background-size: .6rem;
}

.zte-bz-schedule .schedule-tab .button-prev:hover {
	background: url(../img/img26.png) no-repeat right bottom;
	background-size: .6rem;
}

.zte-bz-schedule .schedule-tab .swiper-slide {
	background: #f5fafd;
	height: .8rem;
	font-size: .24rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
	cursor: pointer;
}

.zte-en .zte-bz-schedule .schedule-tab .swiper-slide {
	padding-top: .13rem;
}


/*.zte-bz-schedule .schedule-tab .swiper-slide .date {
	font-size: .14rem
}*/

.zte-bz-schedule .schedule-tab .swiper-slide.active {
	background-image: linear-gradient(to right, #46b9ff, #85f9e4);
	background-image: -webkit-linear-gradient(to right, #46b9ff, #85f9e4);

	color: #fff;
}

.zte-bz-schedule .schedule-tab .swiper-slide .date {
	font-size: .2rem
}

.zte-bz-schedule .schedule-tab .swiper-slide.active .date {
	color: #fff;
}

.zte-bz-schedule .schedule-tab .swiper-slide.active:after {
	content: ' ';
	width: .31rem;
	height: .19rem;
	background: url(../img/img24.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -.155rem;
}

.zte-bz-schedule .schedule-tab .swiper-container {
	padding-bottom: .2rem;
}

.zte-bz-schedule .schedule-tab {
	margin-bottom: .5rem;
}

.zte-bz-schedule .schedule-cont {
	position: relative;
	/*margin-bottom: .6rem;*/
}

.zte-bz-schedule .schedule-cont .swiper-slide {
	position: relative;
	padding-bottom: 0.1rem;
	padding-top: .6rem;
}

.zte-bz-schedule .schedule-cont .schedule-title {
	text-align: center;
	font-weight: bold;
	font-size: .28rem;
	padding-bottom: 1rem;
}
.zte-bz-schedule .schedule-cont .schedule-btn{
	width: 100%;
	position: relative;
	z-index: 5;
	padding-top: .6rem;
}
.zte-bz-schedule .schedule-cont .cont-list{
	position: relative;
	width: 100%;
}
.zte-bz-schedule .schedule-cont .schedule-title p {
	font-size: .24rem
}

.zte-bz-schedule .schedule-cont .schedule-title .l {
	width: 1.2rem;
	/*display: block;*/
	/*margin: .15rem auto;*/
	vertical-align: middle;
}

.zte-bz-schedule .schedule-cont .cont-list:after {
	top: 0.9rem;
	bottom:0.2rem;
	left: 50%;
	background: #efefef;
	width: 2px;
	margin-left: -1px;
	content: ' ';
	position: absolute;
	display: block;
	height: auto;
	z-index: 1;
}

.zte-bz-schedule .schedule-cont .swiper-slide2 .cont-list:after {
	display: none!important;
}

.zte-bz-schedule .schedule-cont .cont-item {
	position: relative;
	width: 50%;
	float: left;
	margin-left: 50%;
	cursor: pointer;
	display: block;
	min-height: 1.5rem;
	
	padding-left: 1.95rem;
	margin-top: -.3rem;
	margin-bottom: .2rem;
}



.zte-bz-schedule .schedule-cont .cont-item:after {
	content: ' ';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #009cd1;
	left: 0;
	margin-left: -4px;
	z-index: 2;
	bottom: -4px;
}
.zte-bz-schedule .schedule-cont .cont-item:before{
	width:3px;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0.1rem;
	bottom: 0;
	margin-left: -2px;
	z-index: 1;
background: #EFEFEF;
}
.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n):before{
	left: auto;
	right: -1px;
}
.zte-bz-schedule .schedule-cont .cont-item:first-child:before{
	display: none;
}
.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n) {
	margin-left: 0;
	padding-left: 0;
	padding-right: 1.95rem;
	text-align: right;
}

.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n):after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -4px;
}

.zte-bz-schedule .schedule-cont .cont-item .img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .3rem 0.3rem 0.3rem 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: .3rem;
}
.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n) .img {
	left: auto;
	right: .3rem;
	border-radius: .3rem 0.3rem 0 0.3rem;
}

.zte-bz-schedule .schedule-cont .cont-item .img img {
	width: 100%;
	display: block;
	height: 100%;
}

.zte-bz-schedule .schedule-cont .cont-item .time {
	margin-top: .24rem;
	
color: #666666;
	font-size: .14rem;
	text-align: center;
	line-height: .28rem;
	height: .28rem;
	border-radius: .05rem;
	display: inline-block;
	white-space: nowrap;
}

.zte-bz-schedule .schedule-cont .cont-item .tit {
	color: #333;
	font-weight: bold;
	font-size: .18rem;
	padding: .1rem 0;
}

.zte-bz-schedule .schedule-cont .cont-item .name {
	font-size: .12rem;
	color: #333;
}


.zte-bz-schedule .schedule-cont .tit-item{
	position: relative;
	width: 50%;
	float: left;
	margin-right: 50%;
	padding-right: 0.3rem;
	margin-top: -.3rem;
	margin-bottom: .2rem;
	text-align: right;
	padding-top: 0.6rem;
	padding-bottom: 0.5rem;
	font-size: .24rem;
	color: rgba(0, 153, 204, 1);
	font-weight: bold;
	/*font-style: italic;*/
}
.zte-bz-schedule .schedule-cont .tit-item .tit{
	font-size: .3rem
}
.zte-bz-schedule .schedule-cont .tit-item:before{
	width: 3px;
    content: ' ';
    position: absolute;
    left: auto;
    right: -1px;
    top: 0.1rem;
    bottom: 0;
    margin-left: -2px;
    z-index: 1;
    background: #EFEFEF;
}

.zte-bz-schedule .schedule-cont .tit-item:after {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #009cd1;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -4px;
    z-index: 2;
    top: 50%;
    margin-top:0;
}
.zte-bz-schedule .schedule-cont .tit-item:first-child:before{
	top: 50%;
} 

.zte-bz-schedule .schedule-cont .cont-item .post {
	font-size: .12rem;
	color: rgba(204, 204, 204, 1);
	padding-top: .1rem;
}

.zte-btn-register {
	padding: 0 .3rem;
	height: .55rem;
	background: #009cd1;
	color: #fff;
	font-size: .16rem;
	border-radius: .55rem;
	margin: 0 auto;
	cursor: pointer;
}

.zte-btn-register:before {
	width: .19rem;
	height: .21rem;
	background: url(../img/img25.png) no-repeat;
	background-size: 100%;
	content: ' ';
	display: inline-block;
	margin-right: .09rem;
}

.zte-btn-live {
	min-width: 1.75rem;
	height: .55rem;
	     background-image: linear-gradient(to right, #46b9ff, #85f9e4);
    background-image: -webkit-linear-gradient(to right, #46b9ff, #85f9e4);
	color: #fff;
	font-size: .16rem;
	border-radius: .55rem;
	margin: 0 auto;
	padding: 0 .2rem;
	cursor: pointer;
}

.zte-btn-live:before {
	width: .26rem;
	height: .24rem;
	background: url(../img/img33.png) no-repeat;
	background-size: 100%;
	content: ' ';
	display: inline-block;
	margin-right: .09rem;
}

.zte-bz-conference {
	background: #f5fafd;
	padding-top: .6rem;
}

.zte-bz-conference .conference-tit {
	/*width:1.46rem;
	height: .56rem;
	margin-bottom: .8rem;
	background: url(https://topicsen.zte.com.cn/gsmaevent/Content/img/img30.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: .7rem;*/
}

.zte-bz-conference .swiper-container {
	margin-top: .7rem;
}

.zte-bz-conference .swiper-slide .img {
	width: 50%;
	/*height: 5.8rem;*/
	position: relative;
}

.zte-bz-conference .swiper-slide .img .img1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 95%;
	background: url(../img/img9.png) no-repeat left bottom;
	background-size: contain;
	z-index: 2;
}

.zte-bz-conference .swiper-slide .img img {
	width: 4rem;
	/*height: 100%;*/
	/*position: relative;*/
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.zte-bz-conference .swiper-slide .info {
	padding-left: .55rem;
	position: relative;
	z-index: 5;
	/*padding-top: .7rem;*/
	display: flex;
    justify-content: center;
    flex-direction: column;
	width: 50%;
	height: 5.5rem;
}

.zte-bz-conference .swiper-slide .info .name {
	font-size: .24rem;
	color: #000000;
}

.zte-bz-conference .swiper-slide .info .post {
	font-size: .24rem;
	color: #9d9d9d;
	color: #666;
	padding: .1rem 0 0 0;
	padding-bottom: 0.1rem;
	/*height: .6rem;*/
	line-height: .3rem;
}

.zte-bz-conference .swiper-slide .info .date {
	font-size: .24rem;
	line-height: .28rem;
	color: #000000;
	height: 1.3rem;
}

.zte-bz-conference .swiper-slide .info .l {
	margin-top: .4rem;
	width: 1.2rem;
}

.zte-bz-conference .swiper-slide .info .desc {
	font-size: .36rem;
	line-height: .4rem;
	color: #000000;
	position: relative;
	/*width: 3.7rem;*/
}

.zte-bz-conference .swiper-slide .info .desc:after {
	width: .35rem;
	height: .35rem;
	background: url(../img/img11.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -.5rem;
	content: ' ';
}

.zte-bz-conference .swiper-slide .info .desc:before {
	width: .35rem;
	height: .35rem;
	background: url(../img/img12.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: -.4rem;
	content: ' ';
}

.zte-bz-conference .swiper-slide {
	width: 52%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}

.zte-bz-conference .swiper-slide.swiper-slide-active {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.zte-bz-conference {
	overflow: hidden;
	position: relative;
}

.zte-bz-conference .swiper-container {
	/*margin-left: 5.4rem;*/
	/*overflow: initial;*/
}

.zte-bz-conference .button-prev,
.zte-bz-conference .button-next {
	position: absolute;
	top: 3.6rem;
	width: .48rem;
	height: .82rem;
	background: url(../img/img27.png) no-repeat center #999999;
	background-size: .17rem;
	cursor: pointer;
	z-index: 5;
	left: 50%;
	margin-left: 5.9rem;
}

.zte-bz-conference .button-prev {
	background: url(../img/img28.png) no-repeat center #999999;
	background-size: .17rem;
	margin-left: -6.4rem;
}

.img13 {
	/*width: 1.85rem;
	height: .56rem;
	background: url(https://topicsen.zte.com.cn/gsmaevent/Content/img/img13.png);
	background-size: 100%;*/
	margin: .3rem auto .3rem auto;
}

.zte-bz-laboratory {
	width: 100%;
	height: 9.94rem;
	/*background: url(../img/banner-2.jpg) no-repeat center top;*/
	background: url(../img/bg6.png) no-repeat center ;
	background-size: auto 7.7rem;
	/*margin-bottom: 1rem;*/
}

.zte-bz-laboratory .wrapp {
	height: 7.5rem;
	position: relative;
}

.zte-bz-laboratory .wrapp .item {
	position: absolute;
	border: 0.05rem solid #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
	font-size: .2rem;
	margin-left: .45rem;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-bz-laboratory .wrapp .item:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-bz-laboratory .wrapp .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zte-bz-laboratory .wrapp .item .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 14px;
	padding: 0 15px
}
.zte-bz-laboratory .wrapp .item4 .tit,
.zte-bz-laboratory .wrapp .item10 .tit,
.zte-bz-laboratory .wrapp .item9 .tit,
.zte-bz-laboratory .wrapp .item3 .tit{
	font-size: 12px;
	padding: 0 10px
}
.zte-bz-laboratory .wrapp .item6 .tit{
	font-size: 13px;
	padding: 0 15px
}

.zte-bz-laboratory .wrapp .item1 {
	
	left: 4.14rem;
	top: 3.35rem;
	width: 3.35rem;
	height: 1.72rem;
	top: 3.3rem;
}

.zte-bz-laboratory .wrapp .item2 {
	left: 0;
	top: 2.2rem;
	width: 2.5rem;
	height: 1.24rem;
}

.zte-bz-laboratory .wrapp .item3 {
	left: 6.49rem;
	top: .68rem;
	width: 2.1rem;
	height: 1.09rem;
}

.zte-bz-laboratory .wrapp .item4 {
	/*left: 5rem;
	top: 2.15rem;
	width: 2.1rem;
	height: .97rem;*/
	/*font-size: .16rem;
	left: 9.4rem;
	top: 3.28rem;
	width: 2.5rem;
	height: 1.31rem;*/
	left: 7.66rem;
	top: 5.06rem;
	width: 2.1rem;
	height: .97rem;
	font-size: .16rem
}

.zte-bz-laboratory .wrapp .item5 {
	left: 8.75rem;
	top: 1.57rem;
	width: 2.5rem;
	height: 1.31rem;
}

.zte-bz-laboratory .wrapp .item6 {
	left: .84rem;
	top: 3.95rem;
	width: 2.5rem;
	height: 1.24rem;
}

.zte-bz-laboratory .wrapp .item7 {
	left: 2.82rem;
	top: .39rem;
	width: 2.5rem;
	height: 1.37rem;
}

.zte-bz-laboratory .wrapp .item8 {
	left: 9.4rem;
	top: 3.28rem;
	width: 2.5rem;
	height: 1.31rem;
}

.zte-bz-laboratory .wrapp .item9 {
	left: 3.29rem;
	top: 5.34rem;
	width: 2.1rem;
	height: .97rem;
	font-size: .16rem
}

.zte-bz-laboratory .wrapp .item10 {
	left:4.66rem;
	top: 2.1rem;
	width: 2.1rem;
	height: .97rem;
	font-size: .16rem
}

.zte-logo {
	max-width:auto;
	height: .45rem;
	margin: 0 auto;
}
.mt10{
	margin-top: .1rem;
}

.zte-logo img {
	display: block;
	height: 100%;
	width:auto;
	margin: 0 auto;
}

.zte-bz-footer {
	background: #fff;
	padding: .5rem 0 .3rem 0;
}
.zte-bz-footer .copy2{
	padding-bottom: .1rem;
	font-size: .16rem
}
.zte-bz-footer .copy2 a{
	margin: 0 0.1rem;
}
.zte-bz-footer .copy2 a:hover{
	color: #009aca;
}
.btn-weibo {
	display: inline-block;
	width: .37rem;
	height: .37rem;
	/*background: url(../img/img16.png) no-repeat;*/
	/*background-size: 100%;*/
	margin: .2rem .15rem;
}
.btn-weibo img,
.btn-weix img{
	width: 100%;
	height: 100%;
	display: block;
}
.btn-weix {
	display: inline-block;
	width: .37rem;
	height: .37rem;
	background: url(../img/img17.png) no-repeat;
	background-size: 100%;
	margin: .2rem .15rem;
	position: relative;
}
/*
.btn-weix img {
	position: absolute;
	left: 0;
	bottom: 150%;
	width: 100px;
	height: 100px;
	box-shadow: 0 3px 8px rgb(0 34 51 / 15%);
	display: none;
	z-index: 100;
}

.btn-weix:hover img {
	display: block;
}*/

body {
	position: relative;
	background: url(../img/bg.png)  #f2fafd center;
	background-size: 100% auto;
}

.bg4 {
	position: relative;
	background: url(../img/bg4.png)  #f2fafd center top;
	background-size: 100% auto;
}
.bg5 {
	position: relative;
	background: url(../img/bg5.png)  #f2fafd center top;
	background-size: 100% auto;
}

.zte-bz-register-pop {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: none;
}

.register-cont {
	width: 5.6rem;
	background: url(../img/img19.png) no-repeat center top #fff;
	border-radius: .1rem;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	margin-left: -2.8rem;
	top: 18.9rem;
}

.cont-fix {
	margin: 0;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.img20 {
	background: url(../img/img20.png) no-repeat center bottom;
	background-size: 100% auto;
}

.register-cont .img20 {
	overflow: hidden;
	padding: 0 .55rem;
	padding-bottom: .6rem;
}

.img18 {
	width: 1.46rem;
	height: .56rem;
	background: url(https://topicsen.zte.com.cn/gsmaevent/Content/img/img18.png) no-repeat;
	background-size: 100%;
	margin: .6rem auto .5rem auto;
}

.register-cont .close {
	width: .61rem;
	height: .61rem;
	background: url(../img/img21.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -.305rem;
	bottom: -.95rem;
	cursor: pointer;
}

.register-cont .cont-item {
	font-size: .2rem;
	color: #000;
	margin-bottom: .2rem;
	position: relative;
}

.register-cont .cont-item input {
	background: none;
	font-size: .2rem;
	color: #333;
	width: 100%;
	margin-top: .1rem;
	padding-bottom: 0.05rem;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
}

.register-cont .cont-item select {
	background: none;
	font-size: .2rem;
	color: #333;
	width: 100%;
	border: none;
	outline: none;
	margin-top: .1rem;
	padding-bottom: 0.05rem;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
}

.zte-bz-register .register-cont .cont-item.select {
	overflow: hidden;
}

.zte-bz-register .register-cont .cont-item.select:after {
	content: ' ';
	width: .3rem;
	height: .3rem;
	position: absolute;
	background: url(../img/img22.png) no-repeat center #fff;
	background-size: 0.1rem auto;
	right: 0rem;
	bottom: 0.02rem;
	z-index: 10;
}

.register-cont .check {
	font-size: .16rem;
	color: #ccc;
	padding: .15rem 0;
}

.register-cont .check .checkbox {
	background: #fff;
	border: 1px solid #ccc;
}

.register-cont .check a {
	color: #009cd1;
}

.register-cont .check input {
	margin-right: .1rem;
	cursor: pointer;
}

.register-cont .btn {
	border: none;
	min-width: 2.5rem;
	white-space: nowrap;
	height: .55rem;
	border-radius: .55rem;
	background: #cccccc;
	font-size: .16rem;
	color: #fff;
	justify-content: center;
	padding: 0 0.1rem;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}
.register-cont .btn#btnSubmit{
	min-width: 2rem;
}

.register-cont .justify-between>.btn {
	min-width: 2rem;
	width: auto;
	white-space: nowrap;
	padding: 0 0.1rem;
	height: .45rem;
	margin-left: 0;
	margin-right: 0
}

.register-cont .btn.btn-active {
	background: #009cd1;
}

.zte-bz-header {
	background: #fff;
	position: relative;
	z-index: 12;
}

.zte-bz-header>.wrap {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.zte-bz-header.fix {
	position: fixed;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 5px 10px rgba(150, 150, 150, 0.1);
}
.zte-bz-header.fix+div{margin-top: 1.35rem;}
.zte-bz-header.fix .top {
	display: none;
}

.zte-bz-header .wrap {
	max-width: 12.8rem
}

.zte-bz-header .top {
	background: #f1f1f1;
	padding: .05rem 0;
	/*text-align: right;*/
}

.zte-bz-header .top a {
	margin-left: .35rem;
	font-size: .16rem
}
.zte-bz-header .top .social-share a{
	margin-left: 0.1rem;
}

.zte-bz-header .top li:first-child a {
	margin-left: 0;
}

.zte-bz-header .logo {
	width: .67rem;
	/*height: .3rem;*/
}

.zte-bz-header .logo img {
	width: 100%;
	object-fit: contain;
	display: block;
}

.zte-bz-header .language {
	margin-left: .7rem;
}

.zte-bz-header .menu .item {
	margin: 0 0.15rem;
}
.zte-bz-header .menu .active{
	color: #0099CC;
}

.zte-bz-header .menu .item:last-child {
	margin-right: 0;
}

.zte-bz-header a {
	font-size: .16rem;
	color: #000;
}

.zte-bz-header .menu a {
	font-size: .24rem;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.zte-bz-header a:hover {
	color: #009aca;
}

.zte-bz-header .menu  a:hover {
	font-weight: bold;
}

.zte-bz-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.zte-bz-banner{
	position: relative;
}
.zte-bz-banner .pagination{
	position: absolute;
	left: 0;
	width: 100%;
	bottom:20px;
	z-index: 5;
	text-align: center;
}
.zte-bz-banner .pagination span{
	margin: 0 10px;
	border-radius: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	    background: #0692d7;
	    opacity: .5;
	    	width: 60px;
	    	height: 10px;
}
@media (max-width:768px) {
	.zte-bz-banner .pagination{bottom: 10px}
	.zte-bz-banner .pagination span{
		width: 30px;
		border-radius: 5px;
		height: 5px;		
	}
}

.zte-bz-banner .pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.zte-bz-banner .swiper-slide .zte-btn-live {
	position: absolute;
	left: 50%;
	margin-left: -6.4rem;
	z-index: 1;
	top:76%;
}
.w1440 .zte-bz-banner .swiper-slide .zte-btn-live {
	margin-left: -6rem;
}
.zte-bz-banner {
	overflow: hidden;
	position: relative;
}


.zte-bz-banner>.img {
	width: 19.2rem;
	position: relative;
	left: 50%;
	margin-left: -9.6rem
}

.zte-bz-invitation{
	background: url(../img/bg2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: .3rem;
	padding-bottom: 0.5rem;
}


.zte-bz-invitation .title{
	padding-top: .65rem;
	font-size: .46rem;
	text-align: center;
color: #0099CC;
}

.zte-bz-invitation .content{
	padding: .6rem 1.38rem .56rem 1.38rem;
	font-size: .22rem;
	color: rgba(51, 51, 51, 1);
	line-height: .32rem;
	text-align: justify;
}

.zte-bz-invitation .content .t{
	font-weight: bold;
	margin-bottom: .2rem;
}
.zte-bz-invitation .content p{
	margin-top: .1rem;
}
.zte-bz-invitation .video{
	width: 10rem;
	margin: 0 auto;
	position: relative;
}
.zte-bz-invitation .video img{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit:initial
}
.zte-bz-invitation .video video{
	width: 100%;
	height: 5.15rem;
	background: #000;
}
.icon-video{
	cursor: pointer;
}
.icon-video:after{
	content: ' ';
	width: .8rem;
	height: .8rem;
	background: url(../img/icon-play.png) no-repeat;
	background-size: 100%;
	display: block;
	z-index:2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.4rem;
	margin-top: -.4rem;
}
.imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}


.zte-envelope{
	position: relative;
	margin-top: 1rem;
	padding-top:0.8rem;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.zte-bz-invitation{
	z-index: 2;
	position: relative;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform-origin: center top;
	overflow:hidden;
	height:7.5rem; 
	
}
.zte-envelope:after{
	width: 11.78rem;
	height: 7.45rem;
	position: absolute;
	bottom:1.5rem;
	left: 50%;
	margin-left: -5.89rem;
	background: url(../img/img67.png) no-repeat;
	background-size: 100% 100%;
	content: ' ';
	transition: all 1s;
	-webkit-transition: all 1s;
	z-index: 0;
}
.zte-envelope:before{
	width: 11.73rem;
	position: absolute;
	content: ' ';
	height:5.57rem;
	bottom: 0;
	left: 50%;
	margin-left: -5.865rem;
	background: url(../img/img68.png) no-repeat;
	background-size: 100% 100%;
	z-index: 5;
	transition: all 1s;
	-webkit-transition: all 1s;
	pointer-events: none;
	
}

.zte-envelope.open{
	margin-top: 0;
	padding-top: 0;
		transition: all 1s;
	-webkit-transition: all 1s;
}
.zte-envelope.open:after,
.zte-envelope.open:before,
.zte-envelope.open .btn-open{
	/*opacity: 0;
	pointer-events: none;
		transition: all 1s;
	-webkit-transition: all 1s;*/
}
.zte-envelope .zte-bz-invitation{
	transition: all 1s;
	-webkit-transition: all 1s;
}

.zte-envelope.open  .zte-bz-invitation{
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
	height:13rem
}
.zte-envelope.open  .zte-bz-invitation.has{
	height:17rem
}

.zte-envelope .btn-open{
	width: 1.82rem;
	height:1.63rem;
	background: url(../img/img69.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	cursor: pointer;
	margin-left: -.91rem;
	
	bottom:1.8rem;
	z-index: 6;
	}
@media (max-width:768px) {
	
	body{
		 -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
 
   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
		overflow: hidden;
	}
	.zte-envelope{
	margin-top: 0.25rem;
	padding-top: 0.2rem;
}
.zte-envelope .btn-open{
	width: 0.375rem;
	height: .336rem;
	margin-left: -0.1875rem;
	bottom:0.6rem;
	z-index: 6;
	}
.zte-envelope:after{
	width: 90%;
	left: 5%;
	bottom: 0.5rem;
	margin-left: 0;
	height:2.1rem;
}
.zte-envelope:before{
	width: 90%;
	left: 5%;
	margin-left: 0;
	height: 1.57rem;
}
.zte-envelope .zte-bz-invitation {
	height: 2.3rem;
	background: url(../img/bg3.png) no-repeat top;
    background-size: 100% auto;
}
.zte-envelope.open .zte-bz-invitation {
	background: url(../img/bg3.png) no-repeat top;
    background-size: 100% 100%;
    height: 6rem;
}
.zte-envelope.open .zte-bz-invitation.has {
	background: url(../img/bg3.png) no-repeat top;
    background-size: 100% 100%;
    height:7.5rem;
}

}



@media (max-width:1500px) {
	/*.zte-bz-banner>.img{
	width: auto;
	position: relative;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-left: -1.4rem;
	height:5.05rem;
}*/
}

.zte-bz-banner .gallery-thumbs {
	position: absolute;
	width: 7.6rem;
	bottom:0rem;
	left: 50%;
	margin-left: -3.8rem;
	z-index: 1;
	height: .8rem;
}

.zte-bz-banner .gallery-thumbs .item {
	width: 0.8rem;
	height: .1rem;
	margin: 0 .2rem;
	opacity: .5;
	cursor: pointer;
	    background: #0692d7;
}

.zte-bz-banner .gallery-thumbs .item img {
	opacity: .7;
	display: none;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	object-fit: cover;
}
.zte-bz-banner .gallery-thumbs .item.active{
	opacity: 1
}
.zte-bz-banner .gallery-thumbs .item.active img {
	opacity: 1;
	border: 1px solid #ccc;
}

.img34 {
	/*width: 1.46rem;*/
	/*height: .56rem;*/
	/*background: url(../img/img34.png);*/
	/*background-size: 100%;*/
	margin: .6rem auto .5rem auto;
}
.zte-btn-more .flex{
	width: 100%;
}
.zte-btn-more .btn-more {
	font-size: .16rem;
	color: #000;
	padding-right: .3rem;
	background: url(../img/img63.png) no-repeat center right;
	background-size: .17rem auto;
	position: absolute;
	right: 0;
	bottom: 0rem;
}

.zte-btn-more {
	position: relative;
}

.zte-bz-index-live {
	position: relative;
}
.zte-bz-index-live~.img13{
	margin-top: .5rem;
}
.zte-bz-index-live video,
.zte-bz-index-live div{
	object-fit: cover;
}
.zte-bz-index-live .video-cont {
	width: 100%;
	height: 7.2rem;
	position: relative;
	display: block;
}
.zte-bz-index-live .video-cont .img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.zte-bz-index-live .video-cont:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: ' ';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/img14.png) no-repeat center;
	background-size: 0.6rem 0.6rem;
}

.zte-bz-index-live .video-cont .tit {
	position: absolute;
	width: 100%;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	padding: .3rem .7rem;
	font-size: .22rem;
	z-index: 10;
	/*top: 0;*/
	bottom: 0;
}

.zte-bz-index-live .video-cont .video-js {
	width: 100%;
	height: 100%;
}

.zte-bz-index-live .list-cont {
	position: absolute;
	left: 50%;
	margin-left: 3.8rem;
	width:3.6rem;
	top: 50%;
	transform: translateY(-58%);
	-webkit-transform: translateY(-58%);
	z-index: 10;
}

.zte-bz-index-live .list-cont .button-next,
.zte-bz-index-live .list-cont .button-prev {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: .4rem;
	margin-bottom: .2rem;
	cursor: pointer;
	justify-content: center;
	align-content: center;
}

.zte-bz-index-live .list-cont .button-next:before,
.zte-bz-index-live .list-cont .button-prev:before {
	content: ' ';
	width: .17rem;
	height: .31rem;
	background: url(../img/img28.png) no-repeat;
	background-size: 100%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.zte-bz-index-live .list-cont .button-next:before {
	background: url(../img/img27.png) no-repeat;
	background-size: 100%;
}

.zte-bz-index-live .list-cont .button-prev {
	margin-bottom: 0;
	margin-top: .1rem;
}

.zte-bz-index-live .list-cont .video-item {
	width: 100%;
	height: 1.4rem;
	background: #000;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
	/*margin-bottom: .2rem;*/
	cursor: pointer;
}
.zte-bz-index-live .list-cont .video-item.swiper-slide-active{
}
.zte-bz-index-live .list-cont .swiper-button-disabled{
	opacity: .5;
}
.zte-bz-index-live .list-cont .video-item .img {
	width:auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
	/*object-fit: cover;*/
}

.zte-bz-index-live .list-cont .video-item .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: .14rem;
	padding: .1rem .15rem;
	width: 100%;
	z-index: 10;
}

.zte-bz-index-live .list-cont .swiper-container {
	height: 4.6rem;
}

.zte-bz-index-live .list-cont .video-item:after {
	width: 100%;
	content: ' ';
	position: absolute;
	height: 100%;
	background: url(../img/img14.png) no-repeat center;
	background-size: .44rem .44rem;
	left: 0;
	top: 0;
}

.zte-bz-index-live .video-js .vjs-big-play-button {
	background: none;
	background: url(../img/img14.png) no-repeat center;
	background-size: 100%;
	border: none;
	height: 3em;
}

.img14:after {
	width: 100%;
	content: ' ';
	position: absolute;
	height: 100%;
	background: url(../img/img14.png) no-repeat center;
	background-size: .44rem .44rem;
	left: 0;
	top: 0;
	z-index: 10;
}

.zte-bz-index-live .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	display: none;
}

.zte-bz-news .news-weibo {
	border: 1px solid #999999;
	width:4rem;
	height:9.5rem;
	background: #fff;
	overflow: scroll;
}

.zte-bz-news .news-weibo iframe {
	height: 9.5rem;
	
}
.zte-bz-invitation .content .qm{
	width: 150px;
}

.zte-bz-news .news-list {
	width: 8.8rem;
	/*columns: 2; 
  column-gap: .4rem;*/
  
  /*columns:4rem 2;
-webkit-columns:4rem 2; 
-moz-columns:4rem 2; */

	 display: flex;
    flex-flow: column wrap;
    /*width: 100%;*/
  height:10.2rem;
}


@media only screen and (max-width: 1280px) {
	.zte-bz-news .news-list {
  height:10.5rem;
}
}
.zte-bz-news .news-list .list-item {
	position: relative;
	margin-bottom: .2rem;
	overflow: hidden;
	width: 4rem;
	/*break-inside: avoid;*/
	


  padding-bottom: .5rem;
  background: #fff;
  display: block;
 
}
.zte-bz-news .news-list .list-item .video video{
	width: 100%;
	object-fit: cover;
	height: 2.5rem;
}

.zte-bz-news .news-list .list-item:after{
	position: absolute;
	content: ' ';
	width: 100%;
	height: 0.1rem;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, #46b9ff, #85f9e4);
	background-image: -webkit-linear-gradient(to right, #46b9ff, #85f9e4);
}

.zte-bz-news .news-list .list-item img {
	width: 100%;
	height: auto;
	display: block;
	/*object-fit: cover;*/
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/*width: auto;
	position: relative;
	left: 50%;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);*/
	
}
.zte-bz-news .news-list .list-item:first-child .info,
.zte-bz-news .news-list .list-item:nth-child(4) .info{
	display: none;
}
@media (max-width:768px) 
{
	
	.zte-bz-schedule .schedule-cont .tit-item{
		margin-right: 0;
		width: 100%;
		text-align: left;
		padding: 0.3rem 0;
		margin-bottom: 0;
		padding-left: 0.475rem;
		font-size: .2rem
	}
	.zte-bz-schedule .schedule-cont .tit-item:after{
		right: auto;
		left: 0;
		    width: .07rem;
    height: .07rem;
    border-radius: 100%;
    left:.24rem;
    margin: 0;
	}
	
	.zte-bz-schedule .schedule-cont .tit-item:before{
		right: auto;
		margin: 0;
		left: .24rem;
		top: -.45rem;
		margin-left: 2px
	}
	.zte-bz-banner .swiper-slide .zte-btn-live {
		margin-left:0;
		left: 5%;
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform-origin: left top;
		-webkit-transform-origin: left top;
}
	.zte-bz-invitation .video video{
		height: 1.5rem;		
	}
	.zte-bz-news .news-list .list-item img{
	height: 100%;
	object-fit: cover;	
	}
}

.zte-bz-news .news-list .list-item .tit {
	color: #333;
	font-size: .2rem;
	padding: .2rem;
	z-index: 5;
	width: 100%;
}

.zte-bz-news .news-list .list-item .info{
	padding:0 .2rem;
	font-size: .14rem;
	margin-bottom: .3rem;
	color: #666;
}

.zte-bz-news .news-list .list-item .more{
	font-size: .16rem;
	color: #999;
	display: flex;
	align-items: center;
	margin-left: .2rem
}
.zte-bz-news .news-list .list-item .more:after{
	width:.16rem;
	height: .12rem;
	background: url(../img/img64.png) no-repeat;
	background-size: 100% auto;
	margin-left: .18rem;
	content: ' ';
}
.zte-bz-news .news-list a:hover .more,
.zte-bz-news .news-list a:hover .tit,
.zte-bz-news .news-list a:hover .info{
	color: rgba(0, 153, 204, 1);
}
.zte-bz-news .news-list a:hover .more:after{
	background: url(../img/img65.png) no-repeat;
	background-size: 100% auto;
}

.zte-bz-sidelights {
	position: relative;
	margin: 0 auto;
	/*margin-bottom: .3rem;*/
	overflow: hidden;
}

.zte-bz-sidelights .button-prev,
.zte-bz-sidelights .button-next {
	position: absolute;
	top: 2.4rem;
	width: .48rem;
	height: .82rem;
	background: url(../img/img28.png) no-repeat center #999999;
	background-size: .17rem;
	cursor: pointer;
	z-index: 100;
	left: 50%;
	margin-left: -6.4rem;
}

.zte-bz-sidelights .button-prev {
	background: url(../img/img27.png) no-repeat center #999999;
	background-size: .17rem;
	margin-left: 5.9rem;
}

.zte-bz-sidelights .swiper-slide {
	width: 51%;
	background: #000;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

.zte-bz-sidelights .swiper-slide img {
	width: 100%;
	display: block;
	height: 6rem;
	object-fit: cover;
	opacity: .5;
}

.zte-bz-sidelights .swiper-slide.swiper-slide-active img {
	opacity: 1;
}

.m-menu {
	width: .3rem;
	height: .2rem;
	background: url(../img/img34.png) no-repeat center;
	background-size: auto .15rem;
	display: none;
}

.m-menu.open {
	background: url(../img/img35.png) no-repeat center;
	background-size: auto .25rem;
}

.zte-bz-zantai-mobile {
	display: none;
	position: relative;
}

.mobileShow {
	display: none;
}

.zte-bz-page-banner {
	position: relative;
	overflow: hidden;
}

.zte-bz-page-banner .img {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.zte-bz-page-banner .img img {
	height: 300px;
	display: block;
}

.zte-bz-page-banner .img .tit {
	font-size: .42rem;
	position: absolute;
	left: 0;
	height: 100%;
	padding-left: .2rem;
	align-items: center;
	color: #000;
	z-index: 1;
	width: 12.8rem;
	left: 50%;
	margin-left: -6.4rem
}

.zte-bz-personal {
	position: relative;
	padding-bottom: 2rem;
}

.zte-bz-personal:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1.5rem;
	background: url(../img/img49.png) no-repeat bottom;
	background-size: auto 1.5rem;
	content: ' ';
}

.zte-bz-personal .personal-cont {
	margin: 0 auto;
	width: 8.5rem;
	justify-content: space-between;
	padding-top: .85rem;
	position: relative;
	z-index: 2;
}

.zte-bz-personal .personal-sub {
	width: 1.8rem;
}

.zte-bz-personal .personal-sub .item {
	display: flex;
	width: 1.8rem;
	height: .48rem;
	border-radius: .48rem;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: .18rem;
	margin-bottom: .3rem;
	border: 1px solid #dddddd;
}

.zte-bz-personal .personal-sub .item.active,
.zte-bz-personal .personal-sub .item:hover {
	background: #0099cc;
	border: 1px solid #0099cc;
	box-shadow: 0 0 7px rgba(0, 153, 204, .4);
	color: #fff;
}

.zte-bz-personal .register-cont {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.zte-bz-personal .register-cont .img20 {
	min-height: 6.5rem;
}

.zte-bz-personal .cancellation {
	background: url(../img/img48.png) no-repeat center top;
	background-size: 1.32rem;
	color: #ff7a03;
	font-size: .24rem;
	text-align: center;
	padding-top: 1.5rem;
	margin-top: .5rem;
}

.zte-bz-personal .btn2 {
	color: #333;
}

.zte-bz-personal .btn {
	margin-top: .7rem;
}

.zte-bz-personal .cont-list .cont-item {
	border-bottom: 2px solid #cccccc;
	padding-bottom: .2rem;
	margin-bottom: .3rem;
	text-align:right
}
.zte-bz-personal .cont-list .cont-item .flex-item{
	white-space: nowrap;
	text-align: left;
	padding-right: .2rem;
}

.zte-bz-privacy {
	padding: .5rem 0;
}

.zte-bz-privacy .privacy-detail-title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: .5rem;
	margin-bottom: .2rem;
}

.zte-bz-privacy a {
	color: #008FD6;
}

.zte-bz-privacy td {
	vertical-align: top;
	padding: 3px;
	border: 1pt solid #cccccc;
}

.zte-bz-register .register-cont {
	width: 4.2rem;
}

.zte-bz-register .register-cont .img34 {
	margin: .3rem auto .2rem auto;
	font-size: .17rem
}

.zte-bz-register .register-cont .cont-item {
	margin-bottom: .12rem;
	font-size: .18rem
}

.zte-bz-register .register-cont .cont-item input,
.zte-bz-register .register-cont .cont-item select {
	font-size: .16rem
}

.zte-bz-register .register-cont .btn {
	width: 2.5rem;
	height: .4rem;
}

.zte-bz-register .register-cont .check {
	padding: .1rem 0;
	white-space: nowrap;
}

.zte-bz-register .register-cont .img20 {
	padding-bottom: .4rem;
}

.zte-bz-register .register-cont .close {
	right: 0;
	left: auto;
	margin-left: 0;
	top: 0;
	bottom: auto;
	background: url(../img/img35.png) no-repeat center;
	background-size: .4rem;
}

.zte-bz-zantai .title2,
.zte-bz-zantai-mobile .title2 {
	color: #ff7a02;
	font-size: .22rem;
	padding-bottom: .1rem;
	position: relative;
	margin: 0 auto;
	margin-top: 0.3rem;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zte-bz-zantai .title2:before,
.zte-bz-zantai-mobile .title2:before {
	width: .21rem;
	height: .2rem;
	background: url(../img/img39.png) no-repeat;
	content: ' ';
	display: inline-block;
	margin-right: .075rem;
	background-size: 100%;
}

.zte-bz-zantai .title2:after,
.zte-bz-zantai-mobile .title2:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .04rem;
	background: #ff7a02;
}

.zte-bz-policy-pop .register-cont {
	width: 10rem;
}

.zte-bz-policy-pop .register-cont .policy-cont {
	overflow-y: scroll;
	height: 5rem;
}

.zte-bz-policy-pop .register-cont .close {
	right: 0;
	left: auto;
	margin-left: 0;
	top: 0;
	bottom: auto;
	background: url(../img/img35.png) no-repeat center;
	background-size: .4rem;
}

.zte-bz-footer-link {
	background: url(../img/bg2.jpg) no-repeat center;
	background-size: cover;
}

.zte-bz-footer-link .tit {
	padding: .4rem 0;
	text-align: center;
	color: #fff;
	font-size: .36rem
}

.zte-bz-footer-link .cont {
	flex-wrap: wrap;
}

.zte-bz-footer-link .cont .item {
	width: 1.94rem;
	text-align: center;
	color: #fff;
	font-size: .24rem;
	border-bottom: 0.05rem solid #fff;
	padding: .2rem 0;
	margin-bottom: .5rem;
	margin-right: 1.54rem;
	white-space: nowrap;
}

.zte-bz-footer-link .cont .item:nth-child(4n) {
	margin-right: 0;
}

@media (max-width:768px) {
	.zte-bz-header .top a{
		margin-left: .1rem
	}
	.zte-bz-header .top>a:first-child{
		margin-left: 0;
	}
	.zte-bz-header.fix+div{
		margin-top: 0.85rem;
	}
	.zte-bz-schedule .schedule-cont .schedule-title .l {
		width: 1rem;
	}
	.zte-bz-conference .swiper-slide .info .l {
		width: 1rem;
		margin-top: 0rem;
	}
	.zte-bz-footer-link .tit {
		font-size: .18rem
	}
	.zte-bz-footer-link .cont {
		justify-content: space-between;
	}
	.zte-bz-footer-link .cont .item {
		margin-right: 0;
		width: 1.4rem;
		padding: .1rem 0;
		border-bottom: 0.02rem solid #fff;
		font-size: .16rem;
		margin-bottom: .2rem;
	}
	.cookieTip .register-cont {
		width: 80%;
	}
	.cookieTip {
		width: 100%;
		text-align: left;
	}
	.policyOperate {
		width: 100%;
		padding-bottom: 0;
	}
	.cookieTip .register-cont .img20 {
		min-height: 2rem;
	}
	.cookieTip div:first-child h1 {
		text-align: left;
	}
	.zte-bz-header .top {
		padding: .05rem 0;
	}
	.zte-bz-header .logo {
		width: .6rem;
		height: auto;
	}
	.wrap {
		padding-left: .15rem;
		padding-right: .15rem;
	}
	html,
	body {
		width: 100%;
		
	}
	html {
		font-size: 110px;
		overflow-x: hidden;
	}
	.wrap {}
	.m-menu {
		display: block;
	}
	.zte-bz-header>.wrap>.flex.open {
		position: absolute;
		width: 100%;
		height: 100vh;
		content: ' ';
		left: 0;
		top: 100%;
		background: rgba(0, 0, 0, .5);
	}
	.zte-bz-header>.wrap {
		position: relative;
		background: #fff;
		padding: .15rem;
	}
	.zte-bz-header .menu {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 11;
		background: #fff;
		padding-top: .15rem;
		padding-bottom: .15rem;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.zte-bz-header .open .menu {
		top: 0;
	}
	.zte-bz-header .menu a {
		display: block;
		font-size: .16rem;
		padding-top: .15rem;
		padding-bottom: .15rem;
		/*color: #fff;*/
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.zte-bz-header .menu a:last-child {
		border: none;
	}
	.zte-bz-banner>.img {
		left: auto;
		margin-left: 0;
		height: 1.8rem;
		height: 1.42rem;
		width: 100%;
		object-fit: cover;
		display: block;
	}
	.zte-bz-banner>.img2 {
		/*height: .85rem;*/
	}
	.zte-bz-banner .gallery-thumbs .item {
		width: 1rem;
		height: .5rem;
	}
	.zte-bz-banner .gallery-thumbs {
		bottom: .1rem;
	}
	.zte-bz-zantai,
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	.zte-bz-zantai-mobile {
		    margin-top: .25rem;
	}
	.zte-index-title {
		font-size: .2rem;
		font-weight: bold;
		padding-bottom: .08rem;
	}
	.zte-bz-zantai-mobile .title2 {
		font-size: .15rem;
		margin-top: .17rem;
		font-weight: bold;
		padding-bottom: .06rem;
	}
	.zte-bz-zantai-mobile .title2:before {
		margin-right: 8px;
		background: url(../img/img39.png) no-repeat;
		width: .14rem;
		height: .13rem;
		background-size: 100%;
	}
	.zte-bz-zantai-mobile .title2:after {
		height: .02rem;
	}
	.zte-bz-zantai-mobile:after {
		
	}
	.zte-index-title:after {
		height: 0.025rem;
	}
	.zte-bz-zantai-mobile .btn {
		display: block;
		color: #fff;
		background: #00cbfa;
		padding: 0 .15rem;
		line-height: .255rem;
		height: .255rem;
		border-radius: .255rem;
		margin: 0 auto;
		margin-top: .32rem;
		margin-bottom: .3rem;
		font-size: .12rem;
		opacity: .5;
	}
	.zte-bz-zantai-mobile .zantai-item {
		position: relative;
		margin-top: .28rem;
		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: .12rem;
		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%;
	}
	.zte-bz-zantai-mobile .pop .pop-close {
		position: absolute;
		left: 50%;
		top: 100%;
		width: .3rem;
		height: .3rem;
		margin-left: -.15rem;
		background: url(../img/img50.png) no-repeat center;
		background-size: .25rem;
		margin-top: .25rem;
	}
	.zte-bz-zantai-mobile .pop .pop-cont {
		width: 3rem;
		/*background: url(../img/img31.png) no-repeat top center;*/
		/*background-size: 100% 100%;*/
		background: #fff;
		border-radius: .05rem;
		font-size: .14rem;
		line-height: .2rem;
		position: relative;
		padding: .3rem;
		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: .12rem;
		margin-top: .15rem;
		float: left;
		/*float: right;*/
	}
	.zte-bz-zantai-mobile .button-prev,
	.zte-bz-zantai-mobile .button-next {
		position: absolute;
		bottom: .65rem;
		width: .5rem;
		height: .255rem;
		border-radius: 0.255rem;
		background: url(../img/img51.png) no-repeat center;
		background-size: .17rem;
		left: .15rem;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		z-index: 5;
	}
	.zte-bz-zantai-mobile .button-next {
		left: auto;
		right: .15rem;
		background: url(../img/img52.png) no-repeat center;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-prev.s1 {
		background: url(../img/img51.png) no-repeat center #01cbfa;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-next.s1 {
		background: url(../img/img52.png) no-repeat center #01cbfa;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-prev.s2 {
		background: url(../img/img51.png) no-repeat center #41cc97;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-next.s2 {
		background: url(../img/img52.png) no-repeat center #41cc97;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-prev.s3 {
		background: url(../img/img51.png) no-repeat center #8bcc00;
		background-size: .17rem;
	}
	.zte-bz-zantai-mobile .button-next.s3 {
		background: url(../img/img52.png) no-repeat center #8bcc00;
		background-size: .17rem;
	}
	/*
.zte-bz-zantai-mobile .zantai-item .item .pop .pop-cont:after {
	background: url(../img/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-mobile .zantai-item .item .pop .pop-cont:before {
	background: url(../img/img29.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: .4rem;
	position: absolute;
	left: 0;
	bottom: -0.39rem;
	content: ' ';
}
	*/
	.zte-bz-zantai-mobile .zantai-item1 .item {
		color: #00cbfa;
	}
	.zte-bz-zantai-mobile .zantai-item1 .item1 {
		right: 2.8rem;
		top: .21rem;
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item1 .item2 {
		right: 2.96rem;
		top: .9rem;
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item1 .item3 {
		right: 2.46rem;
		top: 1.57rem;
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item1 .item4 {
		left: 2.85rem;
		top: 0.5rem;
	}
	.zte-bz-zantai-mobile .zantai-item1 .item5 {
		left: 2.62rem;
		top: 1.4rem;
	}
	.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: 2.48rem;
		top: -.05rem;
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item2 .item2 {
		right: 2.8rem;
		top: 1.19rem;
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item2 .item3 {
		left: 2.6rem;
		top: 1.41rem;
		text-align: left;
	}
	.zte-bz-zantai-mobile .zantai-item2 .item4 {
		left: 2.85rem;
		top: 0.5rem;
		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: 2.75rem;
		top: .2rem;
		/*right: 2.5rem;
		top: -0.05rem;*/
		text-align: right;
	}
	.zte-bz-zantai-mobile .zantai-item3 .item2 {
		left: 2.6rem;
		top: 1.4rem;
		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: .15rem;
		height: 0.025rem;
		background: #93939c;
		opacity: .3;
		margin: 0 0.05rem;
		border-radius: 0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.zte-bz-zantai-mobile .pagination span.swiper-pagination-bullet-active {
		width: .3rem;
		opacity: 1;
	}
	@keyframes css-sprites2 {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -1900% 0;
		}
	}
	@-webkit-keyframes css-sprites2 {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -1900% 0;
		}
	}
	@keyframes css-sprites {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -1000% 0;
		}
	}
	@-webkit-keyframes css-sprites {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -1000% 0;
		}
	}
	.zte-bz-schedule {
	}
	.zte-bz-schedule .schedule-tab {
		margin-top: .3rem;
		margin-bottom: .3rem;
		height: .5rem;
	}
	.zte-bz-schedule .schedule-tab:after{
		height: 0.5rem;
	}
	.zte-bz-schedule .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.zte-bz-schedule .schedule-tab .button-next,
	.zte-bz-schedule .schedule-tab .button-prev {
		top: 0;
		left: 0;
		margin: 0;
		right: auto;
		background: url(../img/img28.png) no-repeat center;
		background-size: .17rem;
		width: .58rem;
		height: .8rem;
		z-index: 10;
	}
	
	.zte-bz-schedule .schedule-tab .button-next {
		left: auto;
		right: 0;
		background: url(../img/img27.png) no-repeat center;
		background-size: .17rem;
	}
	.zte-bz-schedule .schedule-tab .button-next:hover {
		background: none;
		background: url(../img/img27.png) no-repeat center;
		background-size: .17rem;
	}
	.zte-bz-schedule .schedule-tab .button-prev:hover {
		background: none;
		background: url(../img/img28.png) no-repeat center;
		background-size: .17rem;
	}
	.zte-bz-schedule .schedule-tab .swiper-slide .date {
		font-size: .14rem
	}
	.zte-bz-schedule .schedule-tab .button-next,
	.zte-bz-schedule .schedule-tab .button-prev {
		height: .5rem;
		background-size: .1rem;
		background-color: #41cc97;
		width: .35rem;
		/*display: block;*/
	}
	.zte-bz-schedule .schedule-tab .button-next:hover,
	.zte-bz-schedule .schedule-tab .button-prev:hover {
		background-size: .1rem;
		background-color: #41cc97;
	}
	.zte-bz-schedule .schedule-tab .swiper-slide {
		/*color: #fff;*/
		height: 0.5rem;
		font-size: .16rem
	}
	/*.zte-bz-schedule .schedule-tab .swiper-slide:after,*/
	.zte-bz-schedule .schedule-tab .swiper-slide.active:after {
		width: .13rem;
		margin-left: -.065rem;
		content: ' ';
		height: .19rem;
		background: url(../img/img24.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 100%;
		left: 50%;
	}
	.zte-bz-schedule .schedule-cont .schedule-title {
		font-size: .2rem;
		padding-bottom: .2rem;
	}
	.zte-bz-schedule .schedule-cont .schedule-title p {
		font-size: .16rem
	}
	.zte-bz-schedule .schedule-cont .swiper-slide .cont-list:after {
		left: .25rem;
		width: .07rem;
		top: .6rem;
		top: 1.6rem;
		top: 1.35rem;
		top: 0.6rem;
		bottom: .1rem;
	}
	.zte-bz-schedule .schedule-cont .swiper-slide:nth-child(1) .cont-list:after {
		bottom: .8rem;
	}
	.zte-bz-schedule .schedule-cont .swiper-slide:nth-child(3) .cont-list:after {
		bottom: .1rem;
	}
	.zte-bz-schedule.en .schedule-cont .swiper-slide:nth-child(1) .cont-list:after {
		bottom: .95rem;
		top: 1.6rem;
	}
	.zte-bz-schedule.en .schedule-cont .swiper-slide:nth-child(2) .cont-list:after {
		bottom: .2rem;
	}
	.zte-bz-schedule.en .schedule-cont .swiper-slide:nth-child(3) .cont-list:after {
		bottom: .2rem;
	}
	.zte-bz-schedule .schedule-cont .swiper-slide {
		padding-top: 0;
		padding-bottom: .1rem;
	}
	.zte-bz-schedule .schedule-cont .cont-item,
	.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n) {
		text-align: left;
		padding: 0;
		margin: 0;
		margin-left: .475rem;
		padding-left: .66rem;
		width: auto;
		margin-top: 0;
		min-height: .6rem;
		margin-bottom: .45rem;
	}
	.zte-btn-register {
		height: .275rem;
		font-size: .12rem;
	}
	.zte-btn-register:before {
		width: .14rem;
		height: .15rem;
	}
	.zte-bz-schedule {
		padding-bottom: .2rem;
	}
	.zte-bz-schedule .schedule-cont .schedule-btn{
		padding-top: .3rem;
	}
	.zte-bz-schedule .schedule-cont .cont-item:last-child {
		margin-bottom: 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item:before,
	.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n):before{
		left: -0.24rem;
		right: auto;
		display: block;
		margin-left: 2px;
		top: -.45rem;
		bottom: 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item:first-child:before{
		display: block;
	}
	.zte-bz-schedule .schedule-cont .cont-item:after,
	.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n):after {
		left: auto;
		right: auto;
		bottom: auto;
		top: .6rem;
		width: .07rem;
		height: .07rem;
		border-radius: 100%;
		left: -.24rem;
		margin: 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item .time {
		font-size: .12rem;
		height: .15rem;
		line-height: .15rem;
		padding: 0 0.05rem;
		min-width: .75rem;
	}
	.zte-bz-schedule .schedule-cont .cont-item .tit,
	.zte-bz-schedule .schedule-cont .cont-item .name,
	.zte-bz-schedule .schedule-cont .cont-item .post {
		font-size: .12rem;
		padding-left: 0.05rem;
	}
	.zte-bz-schedule .schedule-cont .cont-item .img {
		width: .6rem;
		height: .6rem;
		left: 0;
		border-radius: .1rem 0.1rem .1rem 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item .img img {
		border-radius: .1rem 0.1rem .1rem 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item:nth-child(2n) .img {
		right: auto;
		left: 0;
		border-radius: .1rem 0.1rem .1rem 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item .time {
		margin-top: 0;
	}
	.zte-bz-schedule .schedule-cont .cont-item .tit {
		padding: .05rem 0;
		padding-left: 0.05rem;
		font-size: .16rem
	}
	.zte-bz-schedule .schedule-cont .cont-item .name{
		font-size: .14rem
	}
	.zte-bz-schedule .schedule-cont .cont-item .post {
		padding-top: .05rem;
	}
	.zte-bz-schedule .schedule-cont {
		margin-bottom: 0.3rem;
	}
	.zte-bz-conference .swiper-slide {
		width: 100%;
		height: 2.7rem;
	}
	.zte-bz-conference .swiper-slide .img {
		width: 45%;
		height: auto;
	}
	.zte-bz-conference .swiper-slide .img img {
		object-fit: contain;
		object-position: bottom;
		width: 100%;
	}
	.zte-bz-conference .swiper-slide .img .img1 {
		width: 100%;
	}
	.zte-bz-conference .swiper-slide .info {
		padding-left: .2rem;
		padding-right: .2rem;
		width: 55%;
		padding-top: 0.15rem;
		height: 2.35rem;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		/*height: auto;*/
	}
	.zte-bz-conference {
		padding-top: .3rem;
	}
	.zte-bz-conference .swiper-container {
		margin-top: 0;
	}
	.zte-bz-conference .swiper-slide .info .name {
		font-size: .12rem
	}
	.zte-bz-conference .swiper-slide .info .post {
		font-size: .12rem;
		height: auto;
		padding-top: 0;
		padding-bottom: .05rem;
		line-height: .15rem;
	}
	.zte-bz-conference .swiper-slide .info .desc {
		width: 100%;
		font-size: .14rem;
		line-height: .2rem;
		margin-top: .23rem;
	}
	.zte-bz-conference .swiper-slide .info .date {
		font-size: .12rem;
		line-height: .14rem;
		padding-bottom: .1rem;
		height: auto;
	}
	.zte-bz-conference .swiper-slide .info .desc:after {
		width: .12rem;
		height: .12rem;
		top: -.2rem;
	}
	.zte-bz-conference .swiper-slide .info .desc:before {
		width: .12rem;
		height: .12rem;
		bottom: -.1rem;
	}
	.zte-bz-conference .button-prev,
	.zte-bz-conference .button-next {
		width: .25rem;
		height: .25rem;
		background: url(../img/img43.png) no-repeat;
		background-size: 100%;
		top: 50%;
		left: 0.1rem;
		margin: 0;
	}
	.zte-bz-conference .button-next {
		background: url(../img/img44.png) no-repeat;
		background-size: 100%;
		left: auto;
		right: .1rem;
	}
	.zte-bz-laboratory {
		display: none;
	}
	.zte-bz-laboratory-mobile .top {
		position: relative;
		display: block;
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}
	.zte-bz-laboratory-mobile .img14:after {
		background-size: .35rem;
	}
	.zte-bz-laboratory-mobile .top img {
		width: 100%;
		height: 1.75rem;
		object-fit: cover;
	}
	.zte-bz-laboratory-mobile .top .tit {
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: .12rem;
		color: #fff;
		padding: .1rem .15rem;
		width: 100%;
		background: rgba(0, 0, 0, .7);
	}
	.zte-bz-laboratory-mobile .swiper {
		padding-top: .15rem;
		padding-bottom: .15rem;
	}
	.zte-bz-laboratory-mobile .swiper .swiper-slide {
		margin-left: .15rem;
		position: relative;
		width: 2.9rem;
		overflow: hidden;
		border-radius: .1rem;
		height: 1.6rem;
	}
	.zte-bz-laboratory-mobile .swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.zte-bz-laboratory-mobile .swiper .swiper-slide .tit {
		position: absolute;
		top: 0;
		left: 0;
		justify-content: center;
		display: flex;
		align-items: center;
		font-size: .12rem;
		color: #fff;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		text-align: center
	}
	.register-cont {
		width: 90%;
		/*margin-left: 0;*/
		/*left: 5%;*/
		/*top: 24rem;*/
	}
	.zte-bz-header .top a {
		font-size: .12rem
	}
	.zte-bz-footer {
		padding: .25rem 0;
	}
	.btn-weibo,
	.btn-weix {
		width: .185rem;
		margin: .1rem .075rem;
		height: .185rem;
	}
	.zte-logo {
		height: .3rem;
	}
	.img34 {
		margin-top: .3rem;
		margin-bottom: .3rem;
	}
	.mt100{
		margin-top: .5rem;
	}
	div.mt50{
		margin-top: .25rem;
	}
	.zte-btn-more .btn-more {
		font-size: .12rem;
		background: url(../img/img37.png) no-repeat center right;
    background-size: .13rem auto;
    padding-right: .2rem;
	}
	.zte-bz-index-live .video-cont {
		height: 3.4rem;
		display: none;
	}
	.zte-bz-index-live .video-js .vjs-big-play-button {
		transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	.zte-bz-index-live .video-cont .tit {
		font-size: 0.2rem;
		padding: .2rem .3rem;
		font-size: .15rem;
		padding: .1rem;
	}
	.zte-bz-index-live .list-cont {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		width: 100%;
		transform: none;
		-webkit-transform: none;
	}
	.zte-bz-index-live .list-cont .button-next,
	.zte-bz-index-live .list-cont .button-prev {
		display: none;
	}
	.zte-bz-index-live .list-cont .swiper-wrapper{
		width: 100%;
		display: block;
		padding: 0 .2rem;
		box-sizing: border-box;
	}
	.zte-bz-index-live .list-cont .swiper-slide {
		position: relative;
		overflow: hidden;
		border-radius: 0;
		/*width:2.9rem;*/
		/*margin-left: .15rem;*/
		height: 1.8rem;
		margin-bottom: 0.15rem;
		display: none;
	}
	.zte-bz-index-live .list-cont .swiper-slide:nth-child(1),
	.zte-bz-index-live .list-cont .swiper-slide:nth-child(2),
	.zte-bz-index-live .list-cont .swiper-slide:nth-child(3){
		display: block;
	}
	.zte-bz-index-live .list-cont .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.zte-bz-index-live .list-cont .swiper-slide .tit {
		position: absolute;
		left: 0;
		/*top: 0;*/
		
		font-size: .2rem;
		color: #fff;
		padding: .2rem .3rem;
		width: 100%;
		height: auto;
		bottom: auto;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		font-size: .12rem;
		padding: .1rem ;
		z-index: 5;
	}
	.zte-bz-index-live .list-cont .swiper-slide:after {
		width: 100%;
		content: ' ';
		position: absolute;
		height: 100%;
		background: url(../img/img14.png) no-repeat center ;
		background-size: .4rem .4rem;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.zte-bz-index-live .list-cont .swiper-container {
		height: auto;
	}
	.zte-bz-news .news-list {
		width: 100%;
		flex-wrap: wrap-reverse;
		padding-left: .1rem;
		padding-right: .1rem;
		/*flex-direction:column-reverse;*/
	}
	.zte-bz-news .news-weibo {
		display: none;
		margin-left: 0.1rem;
		width: auto;
		margin-right: .1rem;
		margin-bottom: .5rem;
		height:500px;
		
	}
	.zte-bz-news .news-weibo iframe{
		height: 500px;
	}
	.zte-bz-news.wrap {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.zte-bz-news .news-list{
		    columns:1;
    column-gap: 0;
    box-sizing: border-box;
    height: auto;
	}
	.zte-bz-news .news-list .list-item {
		width: 100%;
		margin-bottom: 0.2rem
	}
	.zte-bz-news .news-list .list-item .video video{
		height: 2rem;
	}
	
	.zte-bz-sidelights .swiper-slide {
		width: 80%;
	}
	.zte-bz-sidelights .swiper-slide img {
		height: 1.8rem;
	}
	.zte-bz-sidelights .button-prev,
	.zte-bz-sidelights .button-next {
		width: .3rem;
		height: .3rem;
		background: url(../img/img45.png) no-repeat;
		background-size: 100%;
		top: 50%;
		margin: 0;
		margin-top: -.15rem;
		left: 0.1rem;
		
	}
	.zte-bz-sidelights .button-next {
		background: url(../img/img46.png) no-repeat;
		background-size: 100%;
		left: auto;
		right: .1rem;
	}
	.zte-bz-personal {
		padding-bottom: 1rem;
	}
	.zte-bz-personal .cancellation {
		font-size: .16rem
	}
	.zte-bz-personal .personal-cont {
		flex-wrap: wrap;
		width: 100%;
		padding-top: .6rem;
	}
	.zte-bz-personal .personal-sub {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-left: .2rem;
		padding-right: .2rem;
	}
	.zte-bz-personal .personal-sub .item {
		margin-bottom: .2rem;
		width: 1rem;
		height: .3rem;
		font-size: .11rem;
		white-space:nowrap
	}
	.zte-bz-personal .register-cont {
		margin: 0 auto;
	}
	.zte-bz-page-banner .img {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 1.6rem;
	}
	.zte-bz-page-banner .img img {
		height: 1.6rem;
		margin: 0 auto;
		width: auto;
		object-fit: cover;
		position: absolute;
		right: -50%;
		top: 0;
	}
	.zte-bz-page-banner .img .tit {
		width: 100vh;
		left: 0;
		margin-left: 0;
		font-size: .24rem
	}
	.register-cont .cont-item {
		font-size: .14rem;
		margin-bottom: .15rem;
		padding-bottom: .1rem;
	}
	.register-cont .cont-item input,
	.register-cont .cont-item select {
		font-size: .14rem;
		margin-top: .05rem;
		border-bottom: 1px solid #ccc;
	}
	.register-cont .img20 {
		min-height: 3rem;
		padding: 0 .3rem;
		padding-bottom: .5rem;
	}
	.register-cont .btn {
		width: 2rem;
		height: .4rem;
		border-radius: .4rem;
		font-size: .14rem
	}
	.zte-bz-personal .btn {
		margin-top: .4rem;
	}
	.zte-bz-personal .register-cont .img20 {
		min-height: .3rem;
	}
	.zte-bz-register .register-cont {
		width: 2.6rem;
		width: 3rem;
	}
	.zte-bz-register .register-cont .img20 {
		padding: 0 .25rem .3rem .25rem;
	}
	.zte-bz-register .register-cont .cont-item {
		margin-bottom: .05rem;
		font-size: .14rem;
		position: relative;
	}
	.zte-bz-register .register-cont .cont-item input,
	.zte-bz-register .register-cont .cont-item select {
		font-size: .12rem;
		margin-top: .025rem;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	.zte-bz-register .register-cont .check {
		font-size: .12rem
	}
	.zte-bz-register .register-cont .btn {
		width: 2rem;
		height: .3rem;
		border-radius: .3rem;
		font-size: .14rem
	}
	.zte-bz-register .register-cont .close {
		background-size: .23rem;
		width: 0.4rem;
		height: .4rem;
	}
	.zte-bz-register .register-cont .img34 {
		margin: .2rem auto;
	}
}


/*
@media (max-height:800px) {
	.zte-bz-zantai {
		height: 8rem;
	}
	.zte-bz-zantai .wrap .item {
		margin-top: -1rem;
	}
}*/


/*20210617*/

.fix-window {
	position: fixed;
	right: 0.02rem;
	top: 50%;
	margin-top: -1rem;
	z-index: 99;
	display: none;
}

.fix-window .item {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: .11rem;
	background: #0095d7;
}
.fix-window a{color: #fff;font-size: .11rem;}

.fix-window .item:nth-child(2) {
	background: #00a7e1;
}

.fix-window .item .icon {
	width: .3rem;
	display: block;
	height: .32rem;
	margin: 0 auto;
}

.fix-window .item:nth-child(1) .icon {
	margin-bottom: 0.08rem
}
.mobileHide{
	width: 100%;
}

@media (max-width:768px) {
	.fix-window a{
		font-size: 0.06rem
	}
	.fix-window{
		top: 10%;
		margin-top: 0;
	}
	.fix-window.mobileHide {
		display: none!important;
	}
}

.zte-bz-bg1 {
	background: url(../img/img55.jpg) no-repeat top;
	background-size: 100% auto;
}

.zte-bz-questionnaire-title {
	background: url(../img/img54.png) no-repeat;
	background-size: 100% 100%;
	width: 9.29rem;
	height: .57rem;
	color: #fff;
	font-weight: bold;
	font-size: .24rem;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 1.2rem;
}

.zte-bz-questionnaire-cont {
	border: 1px solid #cccccc;
	background: #fff;
	border-radius: 20px;
	/*width: 100%;
	padding-left: .2rem;
	padding-right: .2rem;
	max-width: 12.8rem;*/
	margin: 0 auto;
}

.zte-bz-questionnaire-cont>.cont-title {
	padding: .6rem;
	color: #0097d8;
	font-size: .2rem;
	font-weight: bold;
	line-height: 0.28rem;
}

@keyframes hover-color {
	from {
		border-color: #c0c0c0;
	}
	to {
		border-color: #3e97eb;
	}
}

.magic-radio,
.magic-checkbox {
	position: absolute;
	display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
	cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
	position: relative;
	margin-left: 20px;
	cursor: pointer;
	vertical-align: middle;
	font-size: .16rem;
	color: #666666;
	padding: .03rem 0.05rem;
	min-width: 1.75rem;
	display: inline-block;
	border-radius: 0.05rem;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
	position: absolute;
	top: 50%;
	margin-top: -0.075rem;
	left: -.2rem;
	display: inline-block;
	width: .15rem;
	height: .15rem;
	content: '';
	border: 1px solid #15a0db;
}


/*.magic-radio+label:after,
.magic-checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}*/

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
	cursor: not-allowed;
	color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
	cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
	border-color: #e4e4e4;
}

.magic-radio:checked+label,
.magic-checkbox:checked+label {
	background: #0097d8;
	color: #fff;
}

.magic-checkbox:checked+label .blue {
	color: #fff;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
	animation-name: none;
	background: url(../img/img56.png) no-repeat right top #0097d8;
	background-size: 100% 100%;
}


/*.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
	display: block;
}*/

.magic-radio+label:before {
	border-radius: 50%;
}

.magic-radio+label:after {
	/*top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3e97eb;*/
}

.magic-radio:checked+label:before {
	border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled]+label:before {
	border: 1px solid #c9e2f9;
}


/*.magic-radio:checked[disabled]+label:after {
	background: #c9e2f9;
}*/

.magic-checkbox+label:before {
	border-radius: 3px;
}


/*
.magic-checkbox+label:after {
	background:url(../img/img56.png) no-repeat right top #0097d8;
	background-size: 100% 100%;
	width: .15rem;
}*/


/*.magic-checkbox:checked+label:before {
	border: #3e97eb;
	background: #3e97eb;
}*/

.magic-checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}

.blue {
	color: #0097d8;
}

.zte-bz-questionnaire-list .list-item {
	padding-bottom: .6rem;
	padding-right: .4rem;
}

.zte-bz-questionnaire-list .list-item .tit {
	background: #dff2fc;
	display: flex;
	padding: .15rem 0;
	padding-left: .8rem;
	line-height: .2rem;
	color: #333333;
	font-weight: bold;
	font-size: .16rem;
	align-items: center;
	position: relative;
}

.zte-bz-questionnaire-list .list-item .tit span {
	position: absolute;
	width: .87rem;
	top: 0;
	bottom: 0;
	left: -.13rem;
	background: url(../img/img59.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: .16rem;
	justify-content: center;
}

.zte-bz-questionnaire-list .list-item .tit span:after {
	bottom: 100%;
	left: 0;
	width: .13rem;
	height: 0.05rem;
	background: url(../img/img58.png) no-repeat right bottom;
	background-size: 100%;
	position: absolute;
	content: ' ';
}

.zte-bz-questionnaire-list .list-item .label {
	padding-left: .6rem;
	padding-top: .2rem;
	flex-wrap: wrap;
}

.zte-bz-questionnaire-list .list-item .label .label-item {
	margin-bottom: .15rem;
	min-width: 25%;
}

.zte-bz-questionnaire-list .list-item .q2 .label-item:nth-child(2),
.zte-bz-questionnaire-list .list-item .q2 .label-item:nth-child(5) {
	min-width: 45%;
}

.zte-bz-questionnaire-list .list-item .label-table,
.zte-bz-questionnaire-list .list-item .label-table th,
.zte-bz-questionnaire-list .list-item .label-table td {
	border: 1px solid #bae3f9;
	border-collapse: collapse
}

.zte-bz-questionnaire-list .list-item .label-table {
	width: 100%;
	border-top: none;
}

.zte-bz-questionnaire-list .list-item .label-table th {
	background: #dff2fc;
	padding: .2rem .15rem;
	font-size: .14rem;
	color: #0097d8;
	white-space: nowrap;
	border-top: none;
	font-weight: bold;
}

.zte-bz-questionnaire-list .list-item .label-table td {
	padding: .2rem 0 .2rem .2rem;
	font-size: .14rem;
	color: #666666;
	line-height: .24rem;
	position: relative;
	overflow:hidden ;
	box-sizing: border-box;
}

.magic-radio2,
.magic-checkbox2 {
	position: absolute;
	display: none;
}

.magic-radio2+label,
.magic-checkbox2+label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	min-height: 0.65rem;
}
@media (max-width:768px) {
	.magic-radio2+label,
.magic-checkbox2+label {
	min-height: auto;
}
}
.magic-radio2+label:hover,
.magic-checkbox2+label:hover {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
	background: #fcfcfc;
}

.magic-radio2:checked+label,
.magic-checkbox2:checked+label{
	animation-name: none;
	background: url(../img/img57.png) no-repeat center;
	background-size: .21rem .15rem;
}

.zte-bz-questionnaire-list .list-item textarea {
	border: 1px solid #bae3f9;
	width: 100%;
	height: 2rem;
	margin-top: .1rem;
	outline: none;
	padding: .1rem;
	font-size: .16rem;
}

.zte-bz-btn-submit {
	border: none;
	outline: none;
	width: 4rem;
	height: .66rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .2rem;
	font-weight: bold;
	border-radius: 0.1rem;
	background: #0097d8;
	margin: 0 auto;
	cursor: pointer;
}

.mt50 {
	margin-top: .5rem;
}

.mb80 {
	margin-bottom: .8rem;
}

@media (max-width:768px) {
	.zte-bz-invitation {
		background: url(../img/bg3.png) no-repeat;
		background-size: 100% 100%;
		padding-bottom: .2rem;
		margin-top: .15rem;
	}
	.zte-bz-invitation .title{
		font-size: .15rem;
		padding-top: .2rem;
	}
	.zte-bz-invitation .content .t{
		margin-bottom: .15rem
	}
	.icon-video:after{
		transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	.zte-bz-invitation .content p{
	}
	.zte-bz-invitation .content .qm{
		width: 100px;
	}
	.zte-bz-invitation .content{
		padding: .2rem .34rem 0.25rem .34rem;
		font-size: .12rem;
		line-height: .14rem;
	}
	.zte-bz-invitation .video{
		width: 2.65rem;
		margin: 0 auto
	}
	.zte-bz-bg1 .wrap2{
		padding: 0;
	}
	.zte-bz-questionnaire-title {
		margin-top: 0.5rem;
		width: 98%;
		font-size: .15rem;
		text-align: center;
		padding: 0 .3rem;
	}
	.zte-bz-questionnaire-cont {
		width: 92%;
		padding: 0;
	}
	.zte-bz-questionnaire-cont>.cont-title {
		padding: .25rem;
		font-size: .12rem;
		line-height: .14rem;
	}
	.zte-bz-questionnaire-list .list-item {
		padding-right: 0;
		padding-bottom: 0.3rem;
	}
	.zte-bz-questionnaire-list .list-item .tit {
		padding-top: .075rem;
		padding-bottom: .075rem;
		font-size: .12rem;
		line-height: .14rem;
		padding-left: .4rem;
	}
	.zte-bz-questionnaire-list .list-item .tit span {
		font-size: .12rem;
		width: .435rem;
		left: -.1rem;
	}
	.zte-bz-questionnaire-list .list-item .tit span:after {
		width: .1rem;
	}
	.zte-bz-questionnaire-list .list-item .label {
		padding-left: .2rem;
		padding-right: .2rem;
	}
	.zte-bz-questionnaire-list .list-item .label .label-item {
		margin-bottom: .1rem;
	}
	.magic-radio+label,
	.magic-checkbox+label {
		font-size: .12rem
	}
	.magic-radio+label:before,
	.magic-checkbox+label:before {
		width: .1rem;
		height: .1rem;
		margin-top: -0.05rem;
		left: -.15rem;
	}
	.label-table-tit {
		font-size: .12rem;
		line-height: .14rem;
		color: #666666;
		padding: 0 0 .1rem 0;
	}
	.zte-bz-questionnaire-list .list-item .label-table th {
		font-size: .07rem;
		padding: .1rem .05rem
	}
	.zte-bz-questionnaire-list .list-item .label-table td {
		padding: .15rem;
	}
	.magic-radio2:checked+label,
	.magic-checkbox2:checked+label {
		animation-name: none;
		background: url(../img/img57.png) no-repeat center;
		background-size: .1rem auto;
	}
	.zte-bz-questionnaire-list .list-item .label-table {
		margin-bottom: .1rem
	}
	.zte-bz-btn-submit {
		width: 2rem;
		height: .4rem;
		font-size: .16rem;
		border-radius: 0.1rem;
	}
}

.zte-bz-page-Sidelights {
	padding: .25rem .15rem;
	width: 100%;
	box-sizing: border-box;
	padding-top: .3rem;
	padding-bottom: .8rem;
}



.zte-bz-page-Sidelights:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1.5rem;
	background: url(../img/img49.png) no-repeat bottom;
	background-size: auto 1.5rem;
	content: ' ';
	z-index: -1;
}



.zte-bz-page-Sidelights .flex{
	flex-wrap: wrap;
	justify-content: space-between;
}

.zte-bz-page-Sidelights .item {
	margin-bottom: .15rem;
	height: 4.5rem;
	overflow: hidden;
	border-radius: .1rem;
}

.zte-bz-page-Sidelights .item .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zte-bz-page-Sidelights .item-5  .imgs{
	height: 100%;
	width: auto;
	left: 50%;
	position: relative;
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
}

.zte-bz-page-Sidelights .item-6 {
	width: 49.5%;
}

.zte-bz-page-Sidelights .item-5 {
	width: 34.5%;
}

.zte-bz-page-Sidelights .item-7 {
	width: 64.5%;
}

@media (max-width:768px) {
	.zte-bz-page-Sidelights .item {
		height: 2.4rem;
	}
}

@media (max-width:414px) {
	.zte-bz-page-Sidelights .item {
		height: 1rem;
		border-radius: .05rem;
	}
}

.zte-bz-page-5gsa {
	padding-top: .5rem;
}

.zte-bz-page-5gsa .cont-top {
	width: 7.6rem;
	margin-bottom: .15rem;
}


.zte-bz-page-5gsa .cont-top .img img{
	width: 100%;
	height: 4.3rem;	
	display: block;
	object-fit: cover;
}
.zte-bz-page-5gsa .cont-top .img{
	position: relative;
	cursor: pointer;
}

.zte-bz-page-5gsa .cont-top .img:after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/img14.png) no-repeat center;
	background-size: .44rem .44rem;
	content: ' ';
}


.zte-bz-page-5gsa .cont-top video {
	width: 7.6rem;
	height: 5rem;
	height: 4.3rem;	
	
	object-fit: fill;
	/*height: 4.95rem;
	object-fit: cover;*/
	display: none;
}

.zte-bz-page-5gsa .cont-top .desc {
	background: #fff;
	padding: .2rem .15rem;
	
box-shadow: 0px 12px 38px 0px rgba(0, 173, 226, 0.06);
	color: #000;
	font-size: .18rem;
	line-height: .24rem;
	/*min-height: 1.25rem;*/
}

.zte-bz-page-5gsa .cont-title {
	padding: .3rem 0.16rem;
	font-size: .24rem;
	color: #000000;
}

.zte-bz-page-5gsa .cont-list {
	flex-wrap: wrap;
}

.zte-bz-page-5gsa .cont-list .item {
	width: 4.1rem;
	height: 2rem;
	background: url(../img/img60.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 0.2rem;
	margin-right: .25rem;
	margin-bottom: .15rem;
	padding: .55rem .3rem;
	font-size: .14rem;
	cursor: pointer;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	line-height: .3rem;
}
.zte-bz-page-5gsa .cont-list .item:hover{
	background: url(../img/img60.jpg) no-repeat center; 
	background-size: 110% 110%;
	color: #009aca;
}

.zte-bz-page-5gsa .cont-list .item:nth-child(3n) {
	margin-right: 0;
}

.zte-bz-page-5gsa .cont-down {
	flex-wrap: wrap;
}

.zte-bz-page-5gsa .cont-down .item {
	width: 2.97rem;
	margin-right: .3rem;
	margin-bottom: .2rem;
	box-shadow: 0 0 0.1rem rgba(150,150,150,0.3);
}

.zte-bz-page-5gsa .cont-down .item:nth-child(4n) {
	margin-right: 0;
}

.zte-bz-page-5gsa .cont-down .img {
	width: 100%;
	display: block;
	height: 2rem;
	overflow: hidden;
	
}

.zte-bz-page-5gsa .cont-down .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-bz-page-5gsa .cont-down .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zte-bz-page-5gsa .cont-down .item a:hover {
	color: rgba(48, 144, 231, 1) !important;
}

.zte-bz-page-5gsa .cont-down .bot {
	width: 100%;
	padding: .15rem 0.1rem;
	background: #f8f8fb;
	box-sizing: border-box;
}

.zte-bz-page-5gsa .cont-down .bot p {
	font-size: .14rem;
	height: .5rem;
	line-height: .24rem;
	overflow: hidden;
}

.zte-bz-page-5gsa .cont-down .opt {
	/*margin-top: 30px;*/
	display: flex;
	padding: .02rem 0.05rem 0.05rem .02rem;
	justify-content: space-between;
	font-size: .14rem
}

.zte-bz-page-5gsa .cont-down .opt i {
	font-style: normal;
	position: relative;
}

.zte-bz-page-5gsa .cont-down .opt i a {
	color: rgba(51, 51, 51, 1);
	padding-left: 24px;
}

.zte-bz-page-5gsa .cont-down .opt i:nth-child(1)::before {
	position: absolute;
	display: block;
	content: " ";
	left: 0px;
	width: .18rem;
	height: .18rem;
	background: url(../img/icon-view.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
	pointer-events: none;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
}

.zte-bz-page-5gsa .cont-down .opt i:nth-child(2)::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: " ";
	left: 0.02rem;
	width: .16rem;
	top: 0.02rem;
	height: .16rem;
	cursor: pointer;
	background: url(../img/icon-down.png) no-repeat center;
	background-size: 100% auto;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
}

.zte-bz-page-5gsa .cont-down .opt i:hover::before {
	-webkit-filter: none;
	filter: none;
}

.zte-bz-Virtual {
	background: url(../img/img61.png) no-repeat #f8f8fb;
	background-size: 100% 100%;
	padding: .5rem 0 .6rem 0;
}

.zte-bz-Virtual .cont-top {
	padding-top: .5rem;
}

.zte-bz-Virtual .cont-item {
	position: relative;
	width: 6.4rem;
	padding-left: .24rem;
}

.zte-bz-Virtual .cont-item:after {
	content: ' ';
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 2px solid #dfdfe1;
	position: absolute;
}
.zte-bz-Virtual .cont-item:before {
	content: ' ';
	width:.14rem;
	height: .14rem;
	left: -0.05rem;
	bottom: -0.08rem;
	border-radius: 100%;
	position: absolute;
	background: #dfdfe1;
}
.zte-bz-Virtual .cont-bottom .cont-item:before {
	bottom: auto;
	top: -0.09rem;
}
.zte-bz-Virtual .cont-top .cont-item {
	padding-bottom: .25rem;
}

.zte-bz-Virtual .cont-bottom .cont-item {
	padding-top: .25rem;
}

.zte-bz-Virtual .cont-item .img,
.zte-bz-Virtual .cont-item .img img {
	width: 3.5rem;
	height: 1.8rem;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.zte-bz-Virtual .cont-item .img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.zte-bz-Virtual .cont-item .item-video{position: relative;cursor: pointer;}
.zte-bz-Virtual .cont-item .item-video:after{
	content: ' ';
	width: 100%;
	height: 100%;
	background: url(../img/img14.png) no-repeat center;
	background-size: .64rem .64rem;
	position: absolute;
	left: 0;
	top: 0;
}


.zte-bz-Virtual .cont-item .time {
	padding: .2rem 0;
}
.zte-bz-Virtual .cont-item .time span{
	font-size: .18rem;
	color: #0099cc;
	background: #e1f6fb;
	padding: .06rem .12rem
}
.zte-bz-Virtual .cont-item .list .list-entry{
	font-size: .18rem;
	color: #999999;
	line-height: .2rem;
	margin-bottom: .15rem;
	position: relative;
	padding-left: .25rem;
}
.zte-bz-Virtual .cont-item .list .list-entry:after{
	position: absolute;
	content: ' ';
	width:  .14rem;
	height: .14rem;
	background: #dfdfe1;
	border-radius: 100%;
	left: 0;
	top:.03rem
}
.zte-bz-Virtual .cont-item .btn{
	min-width: 1.2rem;
	height: .38rem;
	white-space: nowrap;
	padding:0 .1rem;
	color: #000000;
	font-size: .18rem;
	justify-content: center;
	align-items: center;
	background: #dfdfe1;
	border-radius: 0.05rem;
	cursor: pointer;
	display: inline-flex;
}

.zte-bz-Virtual .cont-item .btn1{
	background: #0099cc;
	color: #fff;
}
.zte-bz-Virtual .cont-item .btn2{
	background: #ff7a02;
	color: #fff;
}
.zte-bz-Virtual .cont-item.s1:after{
	border-left: 2px solid #0099cc;
}
.zte-bz-Virtual .cont-item.s1:before{
	background: #0099cc;
}
.zte-bz-Virtual .cont-item.s1 .list .list-entry:after{
	background: #0099cc;
}


.zte-bz-Virtual .cont-item.s2:after{
	border-left: 2px solid #ff7a02;
}
.zte-bz-Virtual .cont-item.s2:before{
	background: #ff7a02;
}
.zte-bz-Virtual .cont-item.s2 .list .list-entry:after{
	background: #ff7a02;
}
.zte-bz-Virtual .cont-center{
	background: #fff;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}
.zte-bz-Virtual .cont-center .item{
	font-size: .18rem;
	color: #000000;
	padding: .3rem 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-right: 2.4rem;
}
.zte-bz-Virtual .cont-center .item.end{
	opacity: .5
}
.zte-bz-Virtual .cont-item .data{
	display: none;
}
.zte-bz-Virtual .cont-bottom{
	transform: translateX(3.1rem);
	-webkit-transform: translateX(3.1rem);
}
.zte-bz-Virtual2{
	justify-content: space-between;
	padding: .6rem 0;
} 
.zte-bz-Virtual2 .item{
	width: 2.97rem;
}
.zte-bz-Virtual2 .item .img,
.zte-bz-Virtual2 .item .img img{
	width:100%;
	height: 2rem;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.zte-bz-Virtual2 .item:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.zte-bz-Virtual2 .item .tit{
	border-bottom: 2px solid #e5e5e5;
	font-size: .24rem;
	color: #000000;
	padding: .28rem .1rem;
}

@media (max-width:768px) {
	.zte-bz-Virtual2{
		flex-wrap: wrap;
		padding-left: .1rem;
		padding-right: .1rem;
	}
	.zte-bz-Virtual2 .item{
		width:100%;
	}
	.zte-bz-Virtual2 .item .tit{
		font-size: .15rem;
		padding: .15rem .05rem;
		margin-bottom: .1rem;
	}
	.zte-bz-Virtual{
		position: relative;
		padding-bottom: .3rem;
	}
	.zte-bz-Virtual .cont-top{
		padding-top: .3rem;
		padding-right: 0;
		padding-left: .75rem;
		z-index: 2;
		flex-wrap: wrap;
	}
	.zte-bz-Virtual .cont-top .cont-item{
		width: 100%;
		padding: .15rem;
		margin-bottom: 0.2rem;
		
	}
	.zte-bz-Virtual:after{
		position: absolute;
		left: .75rem;
		top:0;
		bottom: 0;
		content: ' ';
		border-left: 0.01rem solid #dfdfe1;
		z-index: 1;
	}
	.zte-bz-Virtual .cont-center{
		display: none;
	}
	.zte-bz-Virtual .cont-item .img, .zte-bz-Virtual .cont-item .img img{
		width: 1.75rem;
		height: 0.9rem;
	}
	.zte-bz-Virtual .cont-item:after{
		right: 0;
		width: 75%;
		bottom: auto;
		border: none;
    	border-top: 0.01rem solid #dfdfe1;
	}
	.zte-bz-Virtual .cont-item.s1:after{
		border: none;
		border-top: 0.01rem solid #0099cc;
	}
	.zte-bz-Virtual .cont-item.s2:after{
		border: none;
	border-top: 0.01rem solid #ff7a02;
}
	
	.zte-bz-Virtual .cont-item:before{
		bottom: auto;
		top: -0.035rem;
		left: -0.035rem;
		width: 0.07rem;
		height: 0.07rem;
		z-index: 5;
	}
	.zte-bz-Virtual .cont-item .item-video:after{
		background-size: .3rem .3rem;
	}
	.zte-bz-Virtual .cont-item .data{
		position: absolute;
		width: .75rem;
		text-align: right;
		left: -.85rem;
		top: -0.07rem;
		font-size: 0.12rem;
		color: #000000;
		display: block;
	}
	.zte-bz-Virtual .cont-item .time span{
		font-size: 0.12rem
	}
	.zte-bz-Virtual .cont-item .list .list-entry{
		font-size: .12rem;
		padding-left: .12rem;
		margin-bottom: 0.075rem;
	}
	.zte-bz-Virtual .cont-item .list .list-entry:after{
		width: 0.07rem;
		height: 0.07rem;
		top: 0.06rem;
	}
	.zte-bz-Virtual .cont-item .btn{
		font-size: .12rem;
		min-width: .7rem;
		height: .22rem;			
	}
	.zte-bz-Virtual .cont-bottom{
		transform: none;
		-webkit-transform: none;
		padding-top: .3rem;
		padding-top: 0;
    padding-right: 0;
    padding-left: .75rem;
    z-index: 2;
    flex-wrap: wrap;
    
	}
	.zte-bz-Virtual .cont-bottom .cont-item{
		width: 100%;
    padding: .15rem;
    margin-bottom: 0.2rem;
	}
	.zte-bz-Virtual .cont-bottom .cont-item:before{
		top:-0.035rem
	}
	
	
	
.fix-window .item {
	width:.5rem;
	height: .5rem;
	font-size: .1rem;
}
.fix-window .item .icon {
	width: .15rem;
	height: auto;
}
.fix-window .item:nth-child(1){
	font-size: 0.06rem
}
.fix-window .item:nth-child(1) .icon {
	margin-bottom: 0.04rem
}

.zte-bz-banner .swiper-slide .img{
	height: 1.7rem;
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.zte-bz-banner .gallery-thumbs .item{
	width: 0.5rem;
	height: auto;
	margin:0 0.05rem ;
	height: 0.03rem;
	background: #0692d7;
	opacity: 0.5
}
.zte-bz-banner .gallery-thumbs .item.active{
	opacity: 1
}
.zte-bz-banner .gallery-thumbs .item img{
	display: none;
}
.zte-bz-banner .gallery-thumbs{
	width: 100%;
	height: auto;
	margin-left: 0;
	left: 0;
}
.zte-bz-news .news-list .list-item{
	padding-bottom: .3rem;
}
.zte-bz-news .news-list .list-item .tit{
	font-size: .16rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
}
.zte-bz-news .news-list .list-item .info{
	margin-bottom: .1rem;
}
.zte-bz-news .news-list .list-item .more{
	font-size: .12rem
}
}

.zte-bz-banner-title{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 12.8rem;
	color: #fff;
	font-size: .42rem;
	/*font-style: italic;*/
	display: flex;
	align-items: center;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}



.zte-bz-pagination{
	margin-top: .45rem;
	text-align: center;
}

.zte-bz-pagination li {
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	margin: 0 .1rem;
	display: inline-block;
	cursor: pointer;
	color: #CCCCCC;
	font-size: .18rem;
}

.zte-bz-pagination li.on {
	background-color: #F0FCFE;
	color: #0099CC;
}

.zte-bz-pagination li.default {
	cursor: default;
}


.zte-btn-live2{
	min-width: 1.5rem;
	height: .44rem;
	background: #f58233;
	color: #fff;
	font-size: .16rem;
	border-radius: .44rem;
	margin-top: .2rem;
	padding: 0 .2rem;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.zte-btn-live2:hover,
.zte-btn-live:hover{
	color: #fff;
}

.zte-btn-live2:before {
	width: .26rem;
	height: .24rem;
	background: url(../img/img33.png) no-repeat;
	background-size: 100%;
	content: ' ';
	display: inline-block;
	margin-right: .09rem;
}

.video-l{
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.video-l video{
	width: 100%;
}

.video-l img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
	/*pointer-events: none;*/
}
.video-l:after{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: ' ';
	background: url(../img/img14.png) no-repeat center;
	background-size: .6rem;
	z-index: 10;
	pointer-events: none;
}
.video-l.play:after{
	display: none;
}
.video-l.play img{display: none!important;}


@media only screen and (min-width: 768px) and (max-width: 1500px) {
	.zte-bz-schedule .schedule-tab .swiper-slide{
		font-size: .24rem
	}

}



@media (max-width:768px) {
	.video-l:after{
	background: url(../img/img14.png) no-repeat center;
	background-size: .4rem;
}
.video-l{
	width: 100%;
}

	.zte-btn-live2{
		min-width: 1rem;
		margin-top: .1rem;
		padding: 0 .07rem;
		height: .24rem;
		font-size: .12rem
	}
	.zte-btn-live2:before{
		width: .13rem;
	height: .12rem;
	background: url(../img/img33.png) no-repeat;
	background-size: 100%;
	}
	.zte-bz-banner>.img2 {
		height: 1.4rem;
	}
	.zte-bz-banner-title{
		font-size: .24rem;
		padding-left: .15rem;
	}
	.zte-btn-live{
		/*width: 1.4rem;*/
		font-size: .14rem;
		white-space: nowrap;
		height: 0.4rem;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		min-width: auto;		
	}
	.zte-bz-schedule .schedule-cont{
		margin-bottom: 0;
	}
	.zte-bz-page-5gsa .cont-top{
		width: 100%;
		padding-left: 0.1rem;
		padding-right: .1rem;
	}
	.zte-bz-page-5gsa .cont-top video{
		width: 100%;
		height:1.8rem;
	}
	.zte-bz-page-5gsa .cont-top .img img{
		width: 100%;
		height:1.8rem;
	}
	.zte-bz-page-5gsa .cont-list .item{
		width: 100%;
		margin-right: 0;
		height: 1.2rem;
		padding: .3rem .2rem;
		font-size: .14rem;
		line-height: 0.2rem;
	}
	.zte-bz-page-5gsa .cont-title{
		font-size: .2rem;
		padding: .1rem ;
	}
	.zte-bz-page-5gsa .cont-list,
	.zte-bz-page-5gsa .cont-down{
		padding: 0 0.1rem;
	}
	.zte-bz-page-5gsa .cont-down .item{
		width: 100%;
		margin-right: 0;
	}
	.zte-bz-page-5gsa .cont-down .bot p{
		font-size: .14rem
	}
	.zte-bz-page-5gsa .cont-top .desc{
		font-size: .14rem;
		line-height: .2rem;
	}
}
.zte-bz-page-5gsa .big_shot_video_list,
.zte-bz-page-5gsa .big_shot_video_list:after{
	background: none;
	padding: 0;
}
.zte-bz-banner .swiper-slide .img{
	display: block;
}


.zte-btn-live3{
	background: #dfdfe1;
}
.zte-btn-live4{
	background: #ff7a02;
}