@charset "gb2312";
/* CSS Document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, tr, td, pre, form, fieldset, legend, button, input, textarea, img{ border:medium none; margin:0; padding:0;}

/** 设置默认字体 **/
body, button, input, select, textarea{ font:12px/1.5  Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6{ font-size:100%;}
em , i{ font-style:normal;}

/** 重置列表元素 **/
ul, ol,li{ list-style:none;}

/** 重置图片元素 **/
img{ border:none; vertical-align:middle;}

/** 重置表格元素 **/
table{ border-collapse:collapse; border-spacing:0;}

/** 重置超链接元素 **/
a:focus{ outline:0;}
a{ blr:expression(this.onFocus=this.close());}
a{ blr:expression(this.onFocus=this.blur());}
a:focus{ -moz-outline-style:none; }
a{ text-decoration:none; color:#444; transition:all 0.4s ease 0s;}
/*a:hover{ filter:alpha(opacity=70); opacity:0.7; color:#F00;}*/

/** 重置浮动 **/
.lf{ float:left; display:inline;}
.rt{ float:right; display:inline;}

/* clearFix */
.clearFix{ clear:both; *zoom:1;}
.clearFix:after{ content:""; clear:both; display:block; height:0; font-size:0; line-height:0; visibility:hidden;}

/* 重置定位 */
.relative{ position:relative !important;}
.absolute{ position:absolute !important;}

.mt1{ margin-top:.1rem !important; overflow:hidden;}
.mt2{ margin-top:.2rem !important; overflow:hidden;}


img{ width:100%;}


body{ max-width:640px; min-width:320px; margin:0 auto; font-family:微软雅黑; font-size:.24rem; line-height:1.5; overflow:x-hidden;}

.boxShadow{
	-moz-box-shadow:0 .15rem .2rem #f4f4f4;
	-webkit-box-shadow:0 .15rem .2rem #f4f4f4;
	box-shadow:0 .15rem .2rem #f4f4f4;	
}
