body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,a,blockquote,th,td {
        margin:0;
        padding:0;
        font-family:"微软雅黑", Helvetica;
        font-size:14px;
		border:0;
		color:#333;
		box-sizing:border-box;
}
input{font-family:"微软雅黑", Helvetica; border:none;  outline: none;background:none;padding:0; margin:0;}
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 {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
h1, h2 {color: #404040; font-size:16px;}
q:before,q:after {content:'';}
a{ color:#333; text-decoration:none; outline:none;}
img {border: medium none;margin: 0;padding: 0;vertical-align: top;}
i{font-style:normal;}
b{font-weight:400;}
body{
	background:#eee;
}
.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; }
.fl { float:left; }
.fr { float:right; }
::-webkit-scrollbar {
    width: 1px !important; 
    height: 1px !important;
}
body{
	 margin: 0 auto !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
   
}
input ,textarea {
    outline: none;
    -webkit-appearance: none; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border-radius:0;
}