::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #666;
} 
.mzw-ofh {
	overflow: hidden;
}

.mzw-img1 img {
	width: 100%;
	display: block;
}

.mzw-img2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.mzw-img3 img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.mzw-img4 img{
	width: auto;
	min-width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mzw-img5 img {
	height: 100%;
	display: block;
}

/* 清浮动 */
.mzw-clearboth::after {
	content: "";
	display: block;
	clear: both;
}

/* 弹窗的浮动背景色 */
.mzw-popup-fixed-wall {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.mzw-popup-wall {
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* 改变input中placeholder的颜色 */
.mzw-input-placeholder input::-webkit-input-placeholder {color: rgb(153, 153, 153);}
.mzw-input-placeholder input:-moz-placeholder {color: rgb(153, 153, 153);}
.mzw-input-placeholder input::-moz-placeholder {color: rgb(153, 153, 153);}
.mzw-input-placeholder input::-ms-input-placeholder {color: rgb(153, 153, 153);}

.mzw-textarea-placeholder textarea::-webkit-input-placeholder {color: rgb(153, 153, 153);}
.mzw-textarea-placeholder textarea:-moz-placeholder {color: rgb(153, 153, 153);}
.mzw-textarea-placeholder textarea::-moz-placeholder {color: rgb(153, 153, 153);}
.mzw-textarea-placeholder textarea::-ms-input-placeholder {color: rgb(153, 153, 153);}

/* 滚动条设置 */
.mzw-scrollbar::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.mzw-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: rgb(224, 25, 30);
}
.mzw-scrollbar::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgb(238, 238, 238);
}

.mzw-scrollbar-none::-webkit-scrollbar{
	display: none;
}

.tabcon{
	display: none;
}
.tabcon.show{
	display: block;
}

body{
	/* font-family: "Microsoft YaHei"; */
	font-family: "HarmonyOS_Sans_SC_Light";
	/* font-family: "HarmonyOS_Sans_SC"; */
	/* font-family: "HarmonyOS_Sans_SC_Bold"; */
}

.wp1840,
.wp1600,
.wp1200{
	margin: 0 auto;
}

.wp1840{
	max-width: 18.4rem;
}
.wp1600{
	max-width: 16rem;
}
.wp1200{
	max-width: 12rem;
}

.g-mzw-btn-a1{
	display: block;
	font-size: 0.16rem;
	color: rgb(51, 51, 51);
	line-height: 2.5;
	position: relative;
	overflow: hidden;
	padding-right: 0.5rem;
}
.g-mzw-btn-a1 .btn-txt{
	z-index: 2;
	position: relative;
}
.g-mzw-btn-a1::after,
.g-mzw-btn-a1::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}
.g-mzw-btn-a1::after{
	width: 0.13rem;
	height: 0.07rem;
	background: url(../images/icon/icon-a3-1.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.14rem;
	right: 0.23rem;
	z-index: 2;
}
.g-mzw-btn-a1::before{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: rgba(220, 220, 220);
	right: 0.28rem;
	z-index: 1;
}
.g-mzw-btn-a1:hover::after{
	background-image: url(../images/icon/icon-a3-2.png);
	right: 0.13rem;
}
.g-mzw-btn-a1:hover::before{
	background-color: rgb(224, 25, 30);
	right: 0;
}

.g-mzw-btn-a1.style2{
	color: #FFFFFF;
}
.g-mzw-btn-a1.style2::after{
	background-image: url(../images/icon/icon-a3-2.png);
}
.g-mzw-btn-a1.style2::before{
	background-color: rgba(255, 255, 255,0.102);
}
.g-mzw-btn-a1.style2:hover::before{
	background-color: rgb(224, 25, 30);
}

.g-mzw-btn-a1.style3::before{
	opacity: 0;
}
.g-mzw-btn-a1.style3:hover::before{
	opacity: 1;
}
/* .g-mzw-btn-a1.style3:hover::after{
	background-image: url(../images/icon/icon-a3-1.png);
	right: 0.23rem;
} */

.g-mzw-btn-a2{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/icon/icon-a4.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	cursor: pointer;
}

.g-mzw-btn-a3{
	padding-left: 0.3rem;
	background: url(../images/icon/icon-a9.png) no-repeat left center;
	background-size: 0.18rem auto;
	font-size: 0.16rem;
	color: rgb(51, 51, 51);
	line-height: 2.5;
}

.g-mzw-btn-a4{
	border: 1px solid rgb(51, 51, 51);
	min-width: 1.6rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	font-size: 0.14rem;
	color: rgb(51, 51, 51);
	line-height: 3;
	cursor: pointer;
	text-align: center;
}

.g-mzw-swiperbtn-a1{
	overflow: hidden;
}
.g-mzw-swiperbtn-a1 .swiper-btn{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.g-mzw-swiperbtn-a1 .swiper-btn.prev,
.g-mzw-swiperbtn-a1 .swiper-btn.next{
	background-image: url(../images/icon/icon-arrow-left-a1-1.png);
}
.g-mzw-swiperbtn-a1 .swiper-btn.prev.active,
.g-mzw-swiperbtn-a1 .swiper-btn.next.active{
	background-image: url(../images/icon/icon-arrow-right-a1-2.png);
}
.g-mzw-swiperbtn-a1 .swiper-btn.prev{
	margin-right: 0.2rem;
}
.g-mzw-swiperbtn-a1 .swiper-btn.next,
.g-mzw-swiperbtn-a1 .swiper-btn.prev.active{
	transform: rotate(180deg);
}
.g-mzw-swiperbtn-a1 .swiper-btn.next.active{
	transform: rotate(0);
}

.g-mzw-swiperscrollbar-a1 .swiper-scrollbar{
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0,0.102);
}
.g-mzw-swiperscrollbar-a1 .swiper-scrollbar-drag{
	background-color: rgb(224, 25, 30);
	border-radius: 0;
}

.g-mzw-line-a1{
	position: relative;
	height: 1px;
	background-color: rgba(0, 0, 0,0.102);
}
.g-mzw-line-a1::before{
	content: '';
	display: block;
	width: 2rem;
	height: 100%;
	background-color: rgb(228, 0, 17);
	position: absolute;
	left: 0;
	top: 0;
}

.g-mzw-title-a1{
	text-align: center;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}
.g-mzw-title-a1 .tit-en{
	font-size: 0.16rem;
	text-transform: uppercase;
	margin-bottom: 0.02rem;
}
.g-mzw-title-a1 .tit-cn{
	font-size: 0.44rem;
	font-weight: normal;
}

.g-mzw-title-a2{
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 0.3rem;
	color: rgb(51, 51, 51);
	line-height: 2;
	padding: 0.1rem 0;
}
.g-mzw-title-a2::before,
.g-mzw-title-a2::after{
	content: '';
	display: block;
	height: 0.02rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.g-mzw-title-a2::before{
	width: 100%;
	background-color: rgb(238,238,238);
}
.g-mzw-title-a2::after{
	background-color: rgb(224, 25, 30);
	width: 0.59rem;	
}
.g-mzw-title-a2.style2::after{
	display: none;
}

.g-mzw-title-a3{
	font-size: 0.5rem;
	color: rgb(31, 31, 31);
	line-height: 1.5;
}
.g-mzw-title-a4{
	font-size: 0.3rem;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}
.g-mzw-title-a5{
	font-size: 0.44rem;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	text-align: center;
}

.g-mzw-number-a1{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.g-mzw-number-a1::before{
	content: '';
	display: block;
	width: 3.15rem;
	height: 1px;
	background-color: rgb(229, 229, 229);
}
.g-mzw-number-a1 .number-txt{
	font-size: 0.8rem;
	color: rgba(153, 153, 153, 0.302);
	line-height: 1.2;
	font-weight: bold;
	margin-left: 0.18rem;
}
.g-mzw-number-a1.style2{
	align-items: center;
	flex-direction: column;
}
.g-mzw-number-a1.style2::before{
	display: none;
}
.g-mzw-number-a1.style2::after{
	content: '';
	display: block;
	height: 3.15rem;
	width: 1px;
	background-color: rgb(229, 229, 229);
}
.g-mzw-number-a1.style2 .number-txt{
	display: block;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	margin-left: 0;
	margin-bottom: 0.18rem;
}

.main{
	overflow: hidden;
}

@media only screen and (max-width:949px) {
	.wp1840,
	.wp1600,
	.wp1200{
		padding: 0 0.2rem;
	}
	
	.main{
		padding-top: 51px;
	}
	
	.g-mzw-btn-a2{
		width: 0.4rem;
		height: 0.4rem;
	}
	
	.g-mzw-title-a4{
		font-size: 0.32rem;
	}
	
	.g-mzw-title-a1 .tit-en{
		font-size: 0.16rem;
	}
	.g-mzw-title-a1 .tit-cn{
		font-size: 0.32rem;
	}
	
	.g-mzw-title-a2{
		font-size: 0.24rem;
	}
	.g-mzw-title-a3,
	.g-mzw-title-a5{
		font-size: 0.32rem;
	}
	
	.g-mzw-number-a1 .number-txt{
		font-size: 0.6rem;
	}
	
	.g-mzw-swiperbtn-a1 .swiper-btn{
		width: 0.45rem;
		height: 0.45rem;
	}
	.g-mzw-swiperbtn-a1 .swiper-btn.prev{
		margin-right: 0.1rem;
	}
	
	.g-mzw-line-a1::before{
		width: 0.5rem;
	}
}