@charset "utf-8";
@font-face {
    font-family: OPPOSansr;
    src: url("/opposans-r-webfont.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: OPPOSansm;
    src: url("/opposans-m-webfont.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: OPPOSansb;
    src: url("/opposans-b-webfont.ttf") format("truetype");
    font-display: swap;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: OPPOSansr, "PingFang TC", "Microsoft JhengHei", sans-serif;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: OPPOSansm, "PingFang TC", "Microsoft JhengHei", sans-serif;
}
a,
input,
textarea {
    font-family: inherit;
}
em,
i {
    font-style: normal;
}
strong {
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #969696;
}
img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
button,
input[type="button"],
input[type="submit"] {
    border: none;
    cursor: pointer;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
