/*!	* base.css * CSS Document *?The?site?is?designed?by?LEBANG,Inc?11/2015?*/
@charset "utf-8";
*{padding:0;margin:0;font-weight: 200;}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,span,i,ul,a,em,img,textarea,select{margin:0;padding:0;}
body,button,input,select,textarea{font-family:"Microsoft YaHei",Arial,sans-serif;}
html{width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;/*禁止iphone字体放大*/}
body{width:100%;min-width:320px;max-width:750px;margin:0 auto;font-size:100%;background-color:#fff;}
a{text-decoration:none;cursor: pointer;}
img{border:none;}
ul,ol,li{list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/* 设置HTML5元素为块 */ 
/* Form */
label,input,select{vertical-align:middle;border-radius:0;}
input[type=submit],input[type=button],input[type=reset]{cursor:pointer;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"],select,textarea{-webkit-appearance:none;font-family:"Microsoft YaHei", Arial, sans-serif;}*:focus{outline:none;}
textarea,select{resize:none;-webkit-appearance:none;border-radius:0;/* mobile-select设置*/}
/* Clear float */
.clearfix:before,.clearfix:after{content:".";display:block;visibility:hidden;height:0;line-height:0;font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;height:0;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.mainbody{min-width:320px;max-width:750px;background:#fff;margin:0 auto;font-size: .24rem;}
.container{width:6.5rem;margin:0 auto;}
i{display:inline-block;*display:inline;*zoom:1;font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.imgBg{background-position:center center;background-repeat:no-repeat;background-size:cover;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lineTwo{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.box-size{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

/*公用弹窗*/
.msg-pop-main{background:rgba(0,0,0,0.5);max-width:250px;position:fixed;left:50%;top:50%;z-index:1001;display:none;border-radius:3px;font-size:12px;}
.msg-pop-main p{padding:10px;line-height:24px;font-size:14px;color:#fff;}
