@charset "utf-8";

/* CSS Reset ----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0}
img{ border:0; max-width:100%; height:auto; }
ol,ul{list-style:none}
h1,h2,h3,h4,h5{ padding: 0; margin: 0; font-family:'Microsoft YaHei',Arial; color:#333; font-size:0.22rem;}
q:before,q:after{content:''}
*{ box-sizing: border-box;}
body,div,dl,dt,dd,ul,li,pre,form,fieldset,input,textarea,th,td{ 
font-family:'Microsoft YaHei',Arial; font-size:0.24rem;/* font-size:0.96em;*//* font-size:1em;*/ color:#666; line-height:150% ;-webkit-font-smoothing:antialiased;}
p{line-height:150%}
a{color:#666;text-decoration:none;}
a:hover{color:#da3a3a;text-decoration:none;}
a:focus,a:hover,a{outline:none;}
a,button,input,textarea,li{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
.security { background:#eeeeee;} 
i,em{ font-style:normal;}

.L{float:left;}	
.R{float:right;}	
.H{display:none;}

.clear{ clear: both; height: 0; font-size: 1px; line-height: 0px; overflow:hidden;}
.h10{height:10px; overflow:hidden; clear:both;}
.h15{height:15px; overflow:hidden; clear:both;}
.h20{height:20px; overflow:hidden; clear:both;}



