/*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:Helvetica;}


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;

}

 /* 清除浮动 */
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

/* 空白处理 */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
input,textarea,button,select{
	border: none;
}
input:focus,textarea:focus,button:focus,select:focus{
	outline: none;
	outline-offset: 0;
}