.mzw-ofh {
	overflow: hidden;
}

.mzw-col-l{
	float: left;
}

.mzw-col-r{
	float: right;
}

.mzw-img1 img {
       object-fit:cover;
	max-height: 440px;
	width: 100%;
	height: auto;
}

.mzw-img2 img {
	width: auto;
	height: 100%;
}

.mzw-img3 img {
	width: 100%;
	height: 100%;
}

.mzw-img4{
	height: 0;
	overflow: hidden;
	position: relative;
}

.mzw-img4 img {
	/* object-fit: cover; */
	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%);
}

.mzw-fitImg img{
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	font-family: 'object-fit: cover;';
}

.mzw-bg1{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tabcon{
	display: none;
}
.tabcon.show{
	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.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: #ccc;}
.mzw-input-placeholder input:-moz-placeholder {color: #ccc;}
.mzw-input-placeholder input::-moz-placeholder {color: #ccc;}
.mzw-input-placeholder input::-ms-input-placeholder {color: #ccc;}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â®Â¾Ã§Â½Â® */
.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: Microsoft YaHei;
}

.wp1780,
.wp1600,
.wp1500{
	margin: 0 auto;
}
.wp1780{
	max-width: 1780px;
}
.wp1600{
	max-width: 1600px;
}
.wp1500{
	max-width: 1500px;
}

@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.wp1780{
		max-width: 92.70vw;
	}
	.wp1600{
		max-width: 83.33vw;
	}
	.wp1500{
		max-width: 78.12vw;
	}
}
@media only screen and (max-width: 950px) {
	.mzw-pc{
		display: none !important;
	}
	
	.mzw-pe{
		display: block !important;
	}
	.wp1780,
	.wp1600,
	.wp1500{
		max-width: none;
		padding: 0 15px;
	}
}