@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
/*ol,ul {*/
    /*list-style:none;*/
/*}*/
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}

i,em{font-style:normal;text-decoration:none;}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
/*a:focus,*:focus {
    outline:none;
}*/
/* 清除浮动 */

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.hidden{
    display:none;
}
.show {
    display:block;
}
.bordernone{
    border: none;
}
.colorgray{
    color: gray;
}
.colorf{
    color: #ffffff;
}
.color6b{
    color: #6b6b6b
}
.color3{
    color:#333;
}
.color6{
    color:#666;
}
.color9{
    color:#999;
}
.colore{
    color: #eee
}
.colorR{
    color: red;
}
.color0{
    color: #000;
}
.colorG{
    color: green;
}
.bgcF{
    background-color: #fff;
}
.disin{
    display:inline;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.lh30{
    line-height: 0.3rem;
}
.lh40{
    line-height: 0.4rem;
}
.lh50{
    line-height: 0.5rem;
}
.lh60{
    line-height: 0.6rem;
}
.lh70{
    line-height: 0.7rem;
}
.lh75{
    line-height: 0.75rem;
}
.lh80{
    line-height: 0.8rem;
}
.lh85{
    line-height: 0.85rem;
}
.lh88{
    height: 0.88rem;
    line-height: 0.88rem;
}
.lh90{
    line-height: 0.9rem;
}
.lh95{
    line-height: 0.95rem;
}
.lh100{
    line-height: 1rem;
}
.lh110{
    line-height: 1.1rem;
}
.Lh75{
    line-height: 0.75rem;
    height: 0.75rem;
}
.pl10{
    padding-left: 0.1rem;
}
.pl15{
    padding-left: 0.15rem;
}
.pl20{
    padding-left: 0.2rem;
}
.pl30{
    padding-left: 0.3rem;
}
.pr10{
    padding-right: 0.10rem;
}
.pr15{
    padding-right: 0.15rem;
}
.pr20{
    padding-right: 0.2rem;
}
plr15{
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}
.plr30{
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.pt20{
    padding-top: 0.2rem;
}

.pt30{
    padding-top: 0.3rem;
}
.pb30{
    padding-bottom: 0.3rem;
}
.ml5{
    margin-left: 0.05rem;
}
.ml10{
    margin-left: 0.1rem;
}
.ml15{
    margin-left: 0.15rem;
}
.ml20{
    margin-left: 0.2rem;
}
.ml55{
    margin-left: 0.55rem;
}
.ml80{
    margin-left: 0.80rem;
}
.ml75{
    margin-left: 0.75rem;
}
.ml85{
    margin-left: 0.85rem;
}
.mr5{
    margin-right: 0.05rem;
}
.mr10{
    margin-right: 0.1rem;
}
.mr15{
    margin-right: 0.15rem;
}
.mr20{
    margin-right: 0.2rem;
}
.mt5{
    margin-top: 0.05rem
}
.mt10{
    margin-top: 0.1rem;
}
.mt15{
    margin-top: 0.15rem;
}
.mt20{
    margin-top: 0.2rem;
}
.mt25{
    margin-top: 0.25rem;
}
.mt30{
    margin-top: 0.3rem;
}
.mt35{
    margin-top: 0.35rem;
}
.mt40{
    margin-top: 0.4rem;
}
.mt50{
    margin-top: 0.5rem;
}
.mt60{
    margin-top: 0.6rem;
}
.mt70{
    margin-top: 0.7rem;
}
.mb5{
    margin-bottom: 0.05rem;
}
.mb10{
    margin-bottom: 0.1rem;
}
.mb20{
    margin-bottom: 0.2rem;
}
.mb60{
    margin-bottom: 0.6rem;
}
.mb80{
    margin-bottom: 0.8rem;
}
.mlr30{
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
.tal {
    text-align:left
}
.tac {
    text-align:center
}
.tar {
    text-align:right
}
.fs12{
    font-size: 0.12rem;
}
.fs13{
    font-size: 0.13rem;
}
.fs14{
    font-size: 0.14rem;
}
.fs15{
    font-size: 0.15rem;
}
.fs16{
    font-size: 0.16rem;
}
.fs18{
    font-size: 0.18rem;
}
.fs20{
    font-size: 0.2rem;
}
.fs22{
    font-size: 0.22rem;
}
.fs23{
    font-size: 0.23rem;
}
.fs24{
    font-size: 0.24rem;
}
.fs25{
    font-size: 0.25rem;
}
.fs26{
    font-size: 0.26rem;
}
.fs27{
    font-size: 0.27rem;
}
.fs28{
    font-size: 0.28rem;
}
.fs29{
    font-size: 0.29rem;
}
.fs30{
    font-size: 0.3rem;
}
.fs31{
    font-size: 0.31rem;
}
.fs34{
    font-size: 0.34rem;
}
.fs36{
    font-size: 0.36rem;
}
.fontW{
    font-weight: bold;
}
.ovH{
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.positionA{
    position: absolute;
}
.positionR{
    position: relative;
}
.positionF{
    position: fixed;
}
.span1{
    width: 8.3333333%!important;
}
.span2{
    width: 16.66666666%!important;
}
.span3{
    width: 25%!important;
    /*clear: both;*/
}
.span31{
    width: 31%!important;
    /*clear: both;*/
}
.span23{
    width: 23%!important;
    /*clear: both;*/
}
.span4{
    width: 33.33333333%!important;
}
.span5{
    width: 41.66666666%!important;
}
.span55 {
    width: 45.83333333333333!important;
}
.span6{
    width: 50%!important;
}
.span7{
    width: 58.33333333%!important;
}
.span8{
    width: 66.666666666%!important;
}

.span9{
    width: 75%!important;
}
.span10{
    width: 83.333333333%!important;
}
.span11{
    width: 91.6666666666%!important;
}
.span12{
    width: 100%!important;
}
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12,.span23,.span31{
    box-sizing: border-box;
    display: inline-table;
    /*float: left;*/
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
