

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, span, strong, img, form, ul, li, a,  tr, td { margin: 0; padding: 0; } 



body{ 

	font: normal 14px/1.5 '微软雅黑'; 

	background: #fff; 

}

/*@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()); }



h1, h2, h3, h4, h5, p, span, a, strong, li, i, em, input, textarea { font-family: '微软雅黑'; color: #666; font-size: 14px; }

p{ line-height: 30px; }

button{ outline: none; border: none; }

::-webkit-input-placeholder { /* WebKit browsers */ 

color: #c8c8c8; 

} 

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

color: #c8c8c8; 

} 

::-moz-placeholder { /* Mozilla Firefox 19+ */ 

color: #c8c8c8; 

} 

:-ms-input-placeholder { /* Internet Explorer 10+ */ 

color: #c8c8c8; 

} 