

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, span, strong, img, form, ul, li, a, table, tr, td { margin: 0; padding: 0; } 

header, section, footer, aside, nav{ display: block; }

body{ 

	font: normal 14px/1.5 '微软雅黑'; 

	background: #fff; 

}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset !important;
}

/*@font-face {

    font-family: 'pingfang';

    src: url('iconfont/pingfang.ttf');

    font-weight: normal;

    font-style: normal;

}*/

a{ text-decoration: none; border: none; }

a:focus{ -moz-outline-style: none; outline: none; }

ul li{ list-style: none; }

input, textarea{ 

	outline: 0; 

	border: none; 

	background: none;

	-webkit-appearance: none;

}

img{ border: none; max-width: 100%;}



/*去除点击虚框*/

a { blr: expression(this.onFocus=this.close()); blr: expression(this.onFocus=this.blur()); }

i, em{ font-style: normal; }

h1, h2, h3, h4, h5, p, span, a, strong, li, i, em, input, textarea { font-family: '微软雅黑'; color: #666; font-size: 14px; }

button{ outline: none; border: none; }

::-webkit-input-placeholder { /* WebKit browsers */ 

color: #999; 

} 

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

color: #999; 

} 

::-moz-placeholder { /* Mozilla Firefox 19+ */ 

color: #999; 

} 

:-ms-input-placeholder { /* Internet Explorer 10+ */ 

color: #999; 

} 





/*浮动*/

.fl { float: left; }

.fr { float: right; }

/*清除浮动*/

.clearfix:after {

    height: 0;

    content: "";

    display: block;

    clear: both;

    visibility: hidden;

    font-size: 0;

}

.clearfix { zoom: 1; }

* html .clearfix { zoom: 1; }



