html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

body {
    line-height: 1.5;
    font-family: "Source Han Sans CN";
}

img {
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

image {
    max-width: 100%;
    vertical-align: middle;
}

input {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

.wrap-width {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.mt-10 {
    margin-top: 10px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-35 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-70 {
    margin-right: 70px;
}

.text-center {
    text-align: center;
}

.fz-18 {
    font-size: 18px;
}

.fz-14 {
    font-size: 14px;
}

.fz-24 {
    font-size: 24px;
}

.fw-700 {
    font-weight: 700;
}

.border-BFD5E8 {
    border: 1px solid #BFD5E8;
}

.border-r-4 {
    border-radius: 4px;
}
