.mzw-ofh {
	overflow: hidden;
}
*{
	overflow-wrap: normal;
	word-break: normal;
}
/* 清浮动 */
.mzw-clearboth::after {
	content: "";
	display: block;
	clear: both;
}

.mzw-l{
	float: left;
}

.mzw-r{
	float: right;
}

.mzw-img1 img {
	display: block;
	width: 100%;
	height: auto;
}

.mzw-img2 img {
	display: block;
	width: auto;
	height: 100%;
}

.mzw-img3 img {
	display: block;
	width: 100%;
	height: 100%;
}

.mzw-img4{
	height: 0;
	overflow: hidden;
	position: relative;
}

.mzw-img4 img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mzw-img5 img{
	display: block;
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mzw-fitImg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.mzw-imgHvr img{
	transition: .4s;
}
.mzw-imgHvr:hover img{
	transform: scale(1.2);
}

/* 背景图 */
.mzw-bg1{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* 选项卡 */
.mzw-tabcon{
	display: none;
}
.mzw-tabcon.show{
	display: block;
}

/* 弹窗的浮动背景色 */
.mzw-popup-fixed-wall {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.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::placeholder {color: #999;}
.mzw-input-placeholder input::-webkit-input-placeholder {color: #999;}
.mzw-input-placeholder input:-moz-placeholder {color: #999;}
.mzw-input-placeholder input::-moz-placeholder {color: #999;}
.mzw-input-placeholder input::-ms-input-placeholder {color: #999;}

.mzw-input-placeholder input.layui-form-danger:focus::placeholder {color: #FC3D3D;}
.mzw-input-placeholder input.layui-form-danger:focus:-webkit-input-placeholder {color: #FC3D3D;}
.mzw-input-placeholder input.layui-form-danger:focus:-moz-placeholder {color: #FC3D3D;}
.mzw-input-placeholder input.layui-form-danger:focus::-moz-placeholder {color: #FC3D3D;}
.mzw-input-placeholder input.layui-form-danger:focus::-ms-input-placeholder {color: #FC3D3D;}

.mzw-input-placeholder .layui-form-danger+.layui-form-select input::placeholder {color: #FC3D3D;}
.mzw-input-placeholder .layui-form-danger+.layui-form-select input::-webkit-input-placeholder {color: #FC3D3D;}
.mzw-input-placeholder .layui-form-danger+.layui-form-select input:-moz-placeholder {color: #FC3D3D;}
.mzw-input-placeholder .layui-form-danger+.layui-form-select input::-moz-placeholder {color: #FC3D3D;}
.mzw-input-placeholder .layui-form-danger+.layui-form-select input::-ms-input-placeholder {color: #FC3D3D;}

.mzw-input-placeholder2 input::placeholder {color: rgba(255, 255, 255, 0.6);}
.mzw-input-placeholder2 input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.6);}
.mzw-input-placeholder2 input:-moz-placeholder {color: rgba(255, 255, 255, 0.6);}
.mzw-input-placeholder2 input::-moz-placeholder {color: rgba(255, 255, 255, 0.6);}
.mzw-input-placeholder2 input::-ms-input-placeholder {color: rgba(255, 255, 255, 0.6);}

/* 
	滚动条设置
	IE无法设置浏览器的宽度、高度，只能隐藏，并不影响滑动
	IE10,IE11,IE12
*/
/* .mzw-scrollbar{
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-content-zoom-limit-min: 100%;
	-ms-content-zoom-limit-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;
	overflow: auto;
} */
.mzw-scrollbar::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.mzw-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.mzw-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* 隐藏滚动条 */
.mzw-scrollbar-none::-webkit-scrollbar{
	display: none;
}

.mzw-pc{
	display: block !important;
}

.mzw-pe{
	display: none !important;
}

body{
	font-family: PingFang SC;
}

@font-face {
	font-family: PingFang SC;
	src: url(../fonts/PINGFANG\ MEDIUM_1.TTF) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: PingFang SC-H;
	src: url(../fonts/PINGFANG\ HEAVY_1.TTF) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: PingFang SC-B;
	src: url(../fonts/PingFang\ Bold_1.ttf) format('truetype');
	font-display: swap;
}

.mzw-font1{
	font-family: PingFang SC-B;
	font-weight: bold;
}

.wp1400{
	margin: 0 auto;
	max-width: 1400px;
}

/*
	#9F759A
	
	#C286BE
*/

@media only screen and (min-width: 992px) {
	.wp1400{
		max-width: 72.91vw;
	}	
}
@media only screen and (max-width: 991px) {
	.mzw-l,
	.mzw-r{
		float: none;
	}

	.mzw-pc{
		display: none !important;
	}
	
	.mzw-pe{
		display: block !important;
	}

	.wp1400{
		max-width: none;
		padding: 0 15px;
	}
}