
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
        font-family:"微软雅黑", Helvetica;
        font-size:14px;
		border:0;
}
input{font-family:"微软雅黑", Helvetica; border: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:normal;}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
}
/* 去掉谷歌浏览器input框记住密码黄色背景 */

.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; }
.fl { float:left; }
.fr { float:right; }
body{background:#f5f5f5;}
div{box-sizing: border-box;}
/* 清浮动 */