@charset "utf-8";

/* CSS Document */

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: '宋体', Roboto, Avenir, Arial, PingFangSC-Regular, '微软雅黑', Helvetica, "Droid Sans", sans-serif;
}

*:focus {
    outline: none;
}


html {
    -webkit-text-size-adjust: none;
    font-size: -webkit-calc(100vw / 19.2);
    font-size: calc(100vw / 19.2);
}

body {
    -webkit-text-size-adjust: none;
    font-size: .14rem;
    font-weight: normal;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    font-size: 0.28rem;
    resize: none;
}

img {
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    object-fit: cover;
}

ul,
li {
    display: block;
    list-style: none;
}

video {
    object-fit: cover;
}

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

.clear {
    zoom: 1;
}

.clearbox {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    clear: both;
}


html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #bababa;
}
