@charset "UTF-8";
/**
 * 
 * @authors wuchangjiang (qianduanwcj@126.com)
 * @version $Id$
 */
body input,
body select,
body{font-family: 'microsoft yahei'; font-size:.24rem; color: #000;}
body{-webkit-text-size-adjust: none;}

*{ margin:0; padding:0;}
html { color:#000;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none;color:#000;} 
i, em{ font-style:normal;}
img{ border:none;vertical-align:top;}
input{ background:none; border:none; outline:none;}
select:focus{ outline: none;}
textarea{ outline:none; resize:none;}
.clearfix:after{content:""; display:block; clear:both;}
.clearfix{zoom:1;} 

.fl{ float:left;}
.fr{ float:right;}
.pr { position:relative}
.pa { position:absolute}

.hidden{ display: none !important;}
.fb {font-weight:bold}
.fn {font-weight:normal}
.ali_center{ text-align: center;}
.ali_right{ text-align: right;}
.ali_left{ text-align: left;}

