@font-face {
    font-family: 'Source Han Sans CN-Light';
    src: url('/static/fonts/SourceHanSansCN-Light.otf') format('opentype');
    font-display: swap;
    /* 先显示后备字体，加载完替换（推荐） */
}

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/static/fonts/SourceHanSansCN-Regular.otf') format('opentype');
    font-display: swap;
    /* 先显示后备字体，加载完替换（推荐） */
}

@font-face {
    font-family: 'Source Han Sans SC-Light';
    src: url('/static/fonts/Source_Han_Sans_SC_Light_Light.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'MiSans TC';
    src: url('/static/fonts/MisansTC-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'MiSans TC-Medium';
    src: url('/static/fonts/MisansTC-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('/static/fonts/PINGFANG SC REGULAR.TTF') format('opentype'),
}


html {
    font-family: Source Han Sans CN, PingFang SC, Source Han Sans SC-Light;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    color: #000000;
}

html {
    /* 基准：1rem = 10px（在375px设计稿下） */
    /* font-size: 62.5%; */
    font-size: 10px;
}

html,
body {
    -webkit-user-select: none;
    user-select: none;
}

body {
    font-size: 1.8rem;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
    background-color: transparent;
}

li {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
    -webkit-touch-callout: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


code,
kbd,
pre,
samp {
    font-size: 1em;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    line-height: normal;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* 去除ie浏览器默认密码框右侧图标 */
::-ms-clear,
::-ms-reveal {
    display: none;
}

/* 去除搜狗浏览器 密码框右侧图标 */
input::-webkit-input-safebox-button {
    display: none;
}

/* 去掉mac默认样式 */
select {
    -webkit-appearance: none;
}





body {
    font-size: 1.6rem;
    font-family: Source Han Sans CN, PingFang SC;
}

/* 公共样式类 */
.content-box {
    /* max-width: 70%; */
    margin: 0 auto;
    /* padding: 0px 4rem; */
}

.content-box h2,
.content-box_h2 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #111111;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.subtitle_content {
    margin-top: 2rem;
}

.content-box .subtitle {
    font-weight: 400;
    font-size: 2rem;
    color: #666;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 1rem;
}

.content-box .content-container {
    margin-top: 4rem;
}


.content_bottom {
    padding-bottom: 9rem !important;
}



.subtitle_content p {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: #111111;
    line-height: 4rem;
}

.content-box_mt {
    margin-top: 9rem;
}

p.dialog-description {
    font-size: 14px;
}