@charset "UTF-8";
#menu{ display: none }
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,textarea,input,button,p,a{margin:0;padding:0;color: #333;}
* {
	box-sizing: border-box;
	margin:0;padding:0;
	
}
*:before,*:after {
	box-sizing: border-box;
}

body{ background-color: #fff; position: relative; width: 100%; min-height: 100vh; font-size: 18px;font-family: 'Microsoft YaHei', '微软雅黑'; font-weight: 500; color: #333;}
h1,h2,h3,h4,h5,h6,p,a{font-weight: 500;font-size: 100%; margin: 0px; padding: 0px;}
img,input{border:0;vertical-align:top;}
input,textarea,select{
	outline: none;
	padding: 0 20px;
	display: inline-block;
}
select{
	/* 清除默认边框 */
	border: 0;
	/* 清除默认的箭头样式 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* 右侧添加⼩箭头的背景图 */
	background: url('../img/select.png') right 12px no-repeat;
	padding-right: 20px;
}
select:focus {
	outline: none;
}
/*去掉谷歌input[type="number"]箭头是*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}
::-ms-clear, ::-ms-reveal{display: none;}
/*去掉火狐input[type="number"]箭头是*/
input[type="number"]{-moz-appearance:textfield;}

::-webkit-input-placeholder{
	color: #9d9d9d;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
::-moz-placeholder{
	color: #9d9d9d;
	opacity: 1;
}
:-ms-input-placeholder{
	color: #9d9d9d;
}
input[type='checkbox']{
    width: 20px;
    height: 20px;
    background-color: #282320;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}
input[type=checkbox]:checked{
   background: url("/assets/img/dui.png") #009b76 no-repeat center;
   background-size: 100%
}
input:disabled{ background: none }
ul {display: inline-block;}
i, em, b{font-style: normal;font-weight: 500;margin: 0px;padding: 0px;}
img{display: inline-block;}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
a {outline: none;}
iframe{ background: #fff; border:none; z-index: 999  }
input[type="file"]{opacity:0 !important;filter:alpha(opacity=0) !important;position:absolute;top:0;right:0;}
.img{ width: 100%; }
.maximg{
	max-width: 100%;
}
.posX_center {
	/*position: absolute;*/
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.posY_center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.posXY_center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
}
.clearfix::before,.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.clearfix {
	zoom: 1;
}
.pos_re{
	position: relative;
}
.pos_ab{
	position: absolute;
}
.pos_fx{
	position: fixed;
}
.box_center{
	padding: 30px;
}
 /* for Chrome */

::-webkit-scrollbar {
	display: none;
 	width: 10px;
	background: transparent;
 }
 
 ::-webkit-scrollbar-track {
 	background-size: 0px 100%;
 }
 
 ::-webkit-scrollbar-thumb {
 	background: #000;
 }
@media (max-width: 1200px) {
	body{
		font-size: 16px;
	}
	.imgs{
		max-width: 100%;
	}
}
@media (max-width: 1024px) {
	body{
		font-size: 14px;
	}
	::-webkit-scrollbar-track {
		
	}
}