/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0;}
select, input { vertical-align:middle;}
select, input, textarea { font-size:0.16rem; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
table { border-collapse:collapse; }
body {  font-size:0.14rem;width:100%;  font-family: "Microsft YaHei","微软雅黑";  color:#333333;  background-color:#fff;  }
.clearfix:before,.clearfix:after {  content:"";  display:table;  _font-size:0px;  }
.clear{content:"";  display:table;clear: both}
.clearfix:after{clear:both;}
.rt{  float: right;  }
.lf{float:left}
.clearfix{  *zoom:1;/*IE/7/6*/  }
a {color:#4B4B4B; text-decoration:none; }
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.s-model{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.6);
    display: none;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex1{
    flex: 1;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex-pack-between {
    -webkit-box-pack:space-between ;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.white{
    color:#fff;
}
.font16{
    font-size: 0.16rem;
}
.font18{
    font-size: 0.18rem;
}
.font20{
    font-size: 0.13rem;
}
.font24{
    font-size: 0.24rem;
}
.font28{
    font-size: 0.28rem;
}
.font32{
    font-size: 0.32rem;
}
.textLeft{
    text-align: left;
}
.textRight{
    text-align: right;
}
.textCenter{
    text-align: center;
}
.block{
    display: block;
}
.wAll{
    width: 100%;
}
.hAll{
    height: 100%;
}
.uf{
    color:#fff;
}
.over-hidden{
    overflow: hidden;
}
.display-n{
    display: none;
}
.h50{
    height: 50%;
}
.w23{
    width: 23%;
}
.w50{
    width: 50%;
}
.w31{
    width: 31%;
}
