/*CSS reset*/
body,html{
    overflow-x: hidden;
}
body {
    font-family: 'PingFang-SC-Regular';
    background-color: #fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
input, textarea, button, a{ -webkit-tap-highlight-color:rgba(0,0,0,0)!important; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
    outline: none!important;
}
fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,i {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

a {
    text-decoration: none;
}

p,td,li {
    color: #656565;
}

/*文字排版*/
.f12 {
    font-size: 0.12rem;
}

.f13 {
    font-size: 0.13rem;
}

.f14 {
    font-size: 0.14rem;
}

.f16 {
    font-size: 0.16rem;
}

.f20 {
    font-size: 0.2rem;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.ter {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

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

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
.pf {
    position: fixed;
}

.abs-right {
    position: absolute;
    right: 0;
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}
