@charset "UTF-8";
/************
 Reset
************/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    position: relative; }

html {
    height: 100%;
    min-height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: "PingFang SC Regular" ,Hiragino Sans GB, Microsoft Sans Serif,  sans-serif;
    word-break: break-all;
    background: #fff;
    max-width: 750px;
    margin:0 auto;
    font-size: 100%;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

p {
    word-break: break-all; }

a {
    text-decoration: none; }

img {
    vertical-align: middle;
    width: 100%; }

em {
    font-style: normal; }

input, button {
    outline: none;
    border: 0;
    border-radius: 0; }

ul, ol, li {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0; }
.right{
    float:right;
}
.left{
    float: left;
}
a{
    cursor: pointer;
}
.overflow-auto{
    overflow: auto;
}