@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; font:.175rem/.25rem 'Microsoft YaHei','sans-serif';} 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;} 
h1, h2, h3, h4, h5, h6{ font-size:.175rem; font-weight:normal;} 
address, cite, dfn, em, var { font-style:normal;} 
ul, ol { list-style:none;} 
a { color:#333; text-decoration:none;} 
a:hover { text-decoration:none;}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {-webkit-appearance: none;}

input{
    outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
	box-shadow: none;
	border-radius: 0;
}

.fl{ float:left;}
.fr{ float:right;}
.clear-fix{ overflow:hidden; clear:both;}
.w750{ max-width:650px;}
.box{ border:1px solid #e7e7e7;}