@charset "utf-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
s,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: PingFangSC-Semibold, PingFang SC, Microsoft YaHei;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body{
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0); */
    background-color: #ffffff;
}

a,
button,
input {
    outline: 0 none;
    text-decoration: none;
    font-family: "PingFangSC-Regular,PingFang SC,Microsoft Yahei";
}

img {
    border: 0 none;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/copy in UIWebView */
}