@charset 'utf-8';
/* CSS reset */
/* html{color:#515c6b;background: #ffffff;font-family:'微软雅黑','宋体';} */
html{color:#515c6b;background: #ffffff;font-family: PingFangSC-Light, helvetica, 'Heiti SC';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none;  outline:none;}
a:hover{ color:#fff;}
/*var,em,strong{font-style:normal;}*/
address,caption,cite,code,dfn,/*em,strong,*/th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{-webkit-user-select:none;-webkit-text-size-adjust:none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.clear { *zoom:1;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
.nav li a{  color:#fff;}
/*公用*/
.fl {float: left;}
.fr {float: right;}
.fw {font-weight: bold;}
img{ width:100%;  display:block;}
.fn_show { display:block; }
.fn_hidden { display:none; }
.fontbold{ font-weight:bold;}
.normal{font-weight:normal;}
.center{text-align:center;}
i{ font-style:normal;}
img{ width:100%; height:100%; display:block;}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.clear { *zoom:1;}
.i-select{ width: 100%; height:0.8rem; line-height:0.8rem; padding:0rem 0.1rem; outline:none; background:#fff; color:#929aab; border: 0;}

/* Suggested order:
//显示属性
* display
* list-style
* position
* float
* clear
 
//自身属性
* width
* height
* margin
* padding
* border
* background
 
//文本属性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*/