/*CSS reset*/
body,html{
    overflow-x: hidden;
}
body {
    position: relative;
    font-family: 'PingFangSC-Regular','Source Han Sans CN',sans-serif !important;
    background-color: #f6f6f6;
}
body,button,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;
    color: #000;
}

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

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

.none {
    display: none;
}

th.td {
    text-align: center;
}

body {
    background-color: #F5F5F5;
    max-width: 750px;
    margin: 0 auto;
}

.icon{
    -webkit-background-position: center center;
    -webkit-background-size: contain;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.thin-border{
    position: relative!important;
}

.thin-border:after {
    content: '';
    position: absolute;
    left: 0;
    background: #CCC;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 4px;
}

.to-top {
  position: fixed;
  /*left: 0;*/
  right: .4rem;
  width: 2.288rem;
  height: .576rem;
  /*margin: 0 auto;*/
  bottom: .8rem;
  z-index: 9;
}

.to-top img {
  max-width: 100%;
  max-height: 100%;
}

.loading{
    position: fixed;
    width: .54rem;
    height: .54rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}