body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, div,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td  {
    margin: 0;
    padding: 0;
}

body,html {
    font-family: 'PingFangSC-Regular','helvetica-neue', 'tahoma', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    font-size: 14px;
}
ul,li{
    list-style: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}
a:active,a:hover {
    outline-width: 0
}
.white {
    color: white;
}
.align-center {
    text-align: center;
}
.align-middle {
    vertical-align: middle;
}
.inline-block {
    display: inline-block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.weight700{
    font-weight: 700;
}
