
/*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:12px; 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;}
.w {  /*版心 提取 */  width: 1000px;margin:0 auto;  }
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.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;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marRight10{
    margin-right: 10px;
}
.marB5{
    margin-bottom: 5px;
}
.marB10{
    margin-bottom: 10px;
}
.marB20{
    margin-bottom: 20px;
}
.marB50{
    margin-bottom: 50px;
}
.marT15{
    margin-top: 15px;
}
.marT20{
    margin-top: 20px;
}
.marT25{
    margin-top: 25px;
}
.u-f{
    color: #fff;
}
.u-3{
    color: #333;
}
.u-58{
    color: #585858;
}
.u-6{
    color: #666;
}
.u-69{
    color: #696969;
}
.font-18{
    font-size: 0.18rem;
}
.font-20{
    font-size: 0.2rem;
}
.font-22{
    font-size: 0.22rem;
}

.font-30{
    font-size: 0.3rem;
}
.font-40{
    font-size: 0.4rem;
}
.bold{
    font-weight: bold;
}
.textCenter {
    text-align: center;
}