/* //pingFang字体（简体） */
/* @font-face { */
	/* 粗体 */
	/* font-family:'PingFang Bold'; */
	/* src: url('../font/pingFang/simple/PingFang Bold.ttf'); */
/* } */
/* @font-face { */
	/* 纤细 */
/* 	font-family:'PingFang ExtraLight';
	src: url('../font/pingFang/simple/PingFang ExtraLight.ttf');
} */
/* @font-face { */
	/* 特粗 */
	/* font-family:'PingFang Heavy'; */
	/* src: url('../font/pingFang/simple/PingFang Heavy.ttf'); */
/* } */
 /* @font-face { */
	/*细体 */
	/* font-family:'PingFang Medium'; */
	/* src: url('../font/pingFang/simple/PingFang Medium.ttf'); */
/* }  */
/* @font-face { */
	/* 苹方中等体 */
/* 	font-family:'PingFang Light';
	src: url('../font/pingFang/simple/PingFang Light.ttf');
} */
/* @font-face { */
	/* 苹方中等体 */
/* 	font-family:'PingFang Medium';
	src: url('../font/pingFang/simple/PingFang Medium.ttf');
} */
@font-face {
	/* 常规 */
	font-family:'PingFang Regular';
	src: url('../font/pingFang/simple/PingFang Regular.ttf') format('truetype'),/* Safari, Android, iOS */
		url('../font/pingFang/simple/PingFang Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../font/pingFang/simple/PingFang Regular.svg') format('svg'),  /* Legacy iOS */
		url('../font/pingFang/simple/PingFang Regular.woff')  format('woff');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}



body { 
	/* font-family:'Microsoft Yahei','simsun','arial','tahoma'; */
 }
 body,html{
	 	/* font-family:'PingFang Regular'; */
 color: #333;
 	    /* font-size: 100px; */
 }
 strong{
	 font-weight: normal;
	 }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
   
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}