@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, '微软雅黑', Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
*:focus {outline: none;}
html {
    height: 100%;
    overflow: auto;
    position: relative;
    -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;}
video {object-fit: cover;}
body {
    font-size: 12px;
    background: #ffffff;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.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;}














