/**reset**/

html,body {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding-bottom:1.306667rem;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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;
}

html,
body {
    font-family: PingFangSC-Regular, sans-serif;
    background: #fff;
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

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

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

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

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

a:hover {
    text-decoration: none;
}

ins,
a {
    text-decoration: none;
}
input[type=tel],
input[type=text],
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

input {
    /*-webkit-appearance: none;*/
}

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

.clearfix {
    clear: both;
    zoom: 1;
}

i,
em {
    font-style: normal;
}

* {
    cursor: pointer;
}


/**
public bottom-navbar
**/
.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.173333rem;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.173333rem;
    z-index: 998;
    color: #161823;
}
.sign_slider {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
    display: block
}

.sign_slider img {
    display: block;
    width: 12px;
}