@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, '微软雅黑', Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
*:focus {outline: none;}
html {
    -webkit-text-size-adjust: none;
    font-size: -webkit-calc(100vw / 19.20);
    font-size: calc(100vw / 19.20);
}
img {border: 0 none; max-width: 100%;}
ul, li {
    display: block;
    list-style: none;
}
input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    resize: none;
    background: none;
    border: 0 none;
}
a {text-decoration: none; cursor: pointer;}
body {
    background: #ffffff;
    font-size: 14px;
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix {zoom: 1;}
.clearbox {clear: both; font-size: 0; line-height: 0;}


html,body {height: 100%; overflow: auto; background: linear-gradient(#E1EBF9, #ffffff)}












