
#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: #fff; position: relative; width: 100%; font-size: 14px;font-family: 'Arial','微软雅黑'; font-weight: 500; color: #333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
h1,h2,h3,h4,h5,h6,p{font-weight: 500;font-size: 100%; margin: 0px; padding: 0px;}
img,input{border:0;vertical-align:top;}
input,textarea,select{
	font-family: 'Arial','微软雅黑';
	outline: none;
	padding-left: 10px;
	display: inline-block;
	font-size: 14px;
}
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: #282320;
	font-size: 14px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
::-moz-placeholder{
	color: #282320;
	opacity: 1;
	font-size: 14px;
}
:-ms-input-placeholder{
	color: #282320;
	font-size: 14px;
}
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("https://www.wisunofx-cn.com/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; max-width: 100%}
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%; }
.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: 768px) {
	
	::-webkit-scrollbar-track {
		
	}
}
 select {
    border: none;
    background: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../image/icon006.png") no-repeat scroll right center transparent;
    background-size: 15px 15px;
    padding:0 20px 0 0;
}
.textcolor{
	background-image:-webkit-gradient(linear, left 0, 800 0, from(#fba841), to(#ff4f01)); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}
.backcolor{
	transition: all 0.5s;
	background: linear-gradient(left, #fba841, #ff4f01);
    background: -ms-linear-gradient(left, #fba841, #ff4f01);
    background: -webkit-linear-gradient(left, #fba841, #ff4f01);
    background: -moz-linear-gradient(left, #fba841, #ff4f01);
}
.backcolor:hover{
	box-shadow: 0 0 10px #aaa;
}
.buttons{
	color: #fff;
	border-radius: 3px;
	line-height: 30px;
	padding: 0 15px;
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}
@media (max-width: 768px) {	
body,input,textarea,select{ font-size: 12px }
.buttons{
	line-height: 25px;
	padding: 0 8px;
	margin-left: 10px;
}
}