@charset "UTF-8";

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    max-height: 100000px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

em, strong {
    font-style: normal;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    line-height: 1.5;
    color: #131314;
    background-color: #fff;
    font-size: 0.28rem;
}

a {
    border: none;
    outline: none;
    color: #131314;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

a:hover {
    color: #131314;
}

img {
    border: none;
    outline: none;
}
img.fix{
    display:block;
    width:100%;
    height:auto;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

hr {
    margin-top: .28rem;
    margin-bottom: .28rem;
    border: 0;
    border-top: 1px solid #DDD8CE;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}
.padding20{
    padding:0 0.2rem;
}


.hidden{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.common-line{
    position:relative;
}
.common-line:after{
    display:block;
    content:'';
    width: 100%;
    height: 1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#e4e4e4;
    transform:scaleY(0.5);
}

.margin40{
    margin:0 0.4rem;
}