/*reset*/
body { /* IOS禁止微信调整字体大小 */
            -webkit-text-size-adjust: 100% !important;
            text-size-adjust: 100% !important;
            -moz-text-size-adjust: 100% !important;
}
img,a img{margin:0px; padding:0px; border:0px; font-size: 0px; line-height: 0px;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,li,ol,dt,dl,dd{ list-style:none;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
label,input,textarea,select,button{margin:0px; padding:0px; vertical-align:middle; }
input,button,select,img{line-height:normal;}
/*a{ color:#fff;text-decoration:none; outline: none; cursor:pointer;}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tr,td,section,a,input,span
{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box; } 
 html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;} 
 html,body{/*-webkit-user-select: none;user-select: none;*/-webkit-overflow-scrolling: touch;
 overflow-scrolling: touch;} 
 table {border-collapse:collapse;border-spacing:0;}  
 fieldset,img {border:0}  
 address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}  
 ol,ul {list-style:none}  
 caption,th,td{text-align:center}  
 h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}  
 q:before,q:after {content:''}  
 input[type=button],button{-webkit-appearance:none;-webkit-user-select:none;} 
 a,img,input,select,li{-webkit-tap-highlight-color: rgba(0,0,0,0);} 
 a,img{text-decoration:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout:none;} 
 a,input,img,select{outline: none;} 
 input::-webkit-clear-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button 
 {-webkit-appearance: none; } input::-webkit-search-cancel-button {display: none;} 
 input:focus::-webkit-input-placeholder{opacity: 0;} ::-webkit-scrollbar{display:none;} 
 img{-webkit-touch-callou:none;} *{-webkit-tap-highlight-color: rgba(0,0,0,0);} 
 /* body{font-family:'SourceHanSansSC-Regular'} */
 body{font-family:Helvetica,'SourceHanSansSC-Regular';}



input, textarea {

-webkit-user-select: auto!important;
-khtml-user-select: auto!important;
-moz-user-select: auto!important;

-ms-user-select: auto!important;

-o-user-select: auto!important;

user-select: auto!important;

}
body {
	line-height: 1!important;
}

input,textarea,button,select{
	border: none;
}
input:focus,textarea:focus,button:focus,select:focus{
	outline: none;
	outline-offset: 0;
}


 