.mzw-ofh {
	overflow: hidden;
}

.mzw-col-l{
	float: left;
}

.mzw-col-r{
	float: right;
}

.mzw-img1 img {
	width: 100%;
	height: auto;
}

.mzw-img2 img {
	width: auto;
	height: 100%;
}

.mzw-img3 img {
	width: 100%;
	height: 100%;
}

.mzw-img4 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mzw-img5 img{
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.tabcon{
	display: none;
}
.tabcon.show{
	display: block;
}

/* 动画过度时间 */
.mzw-transition{
	transition: .4s;
}

/* 单行文本溢出省略 */
.mzw-text-ellipsis-m1{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 多行文本溢出省略 */
.mzw-text-ellipsis-m2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 清浮动 */
.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.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::-webkit-input-placeholder {color: #c2c6d1;}
.mzw-input-placeholder input:-moz-placeholder {color: #c2c6d1;}
.mzw-input-placeholder input::-moz-placeholder {color: #c2c6d1;}
.mzw-input-placeholder input::-ms-input-placeholder {color: #c2c6d1;}

/* 滚动条设置 */

::-webkit-scrollbar {
    background: 0 0;
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    /* background: #d7d7d7; */
    border-radius: 10px;
    width: 6px;
    height: 6px;
	background-color: rgba(0,0,0,.2);
	transition: all .2s ease-in-out;
	cursor: pointer;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

/* 隐藏滚动条 */
.mzw-scrollbar-none::-webkit-scrollbar{
	display: none;
}

.mzw-pc{
	display: block !important;
}

.mzw-pe{
	display: none !important;
}

body{
	font-family: PingFang SC,Lantinghei SC,Microsoft YaHei,HanHei SC,Helvetica Neue,Open Sans,Arial,Hiragino Sans GB,微软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif!important;
	background-color: #f2f3f5;
	min-width: 1440px;
}

.wp1440{
	padding-left: 20px;
	padding-right: 20px;
}

.pdg_t12{
	padding-top: 12px;
}
.pdg_b12{
	padding-bottom: 12px;
}

.mzw-wall{
	
}

@media only screen and (min-width: 950px) and (max-width:1920px) {}
@media only screen and (max-width:949px) {
	.mzw-pc{
		display: none !important;
	}
	
	.mzw-pe{
		display: block !important;
	}
}