@charset "UTF-8";
/* 重置样式 */
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
vertical-align: middle;
}
h3,
h4,
h5 {
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  /* min-height: 100%; */
  /* height: 100%; */
}
/* @font-face {
  font-family: "sys";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/custom/ns.woff") format("woff"), url("../fonts/custom/ns.ttf") format("truetype");
} */
body {
  font-size: 16px;
  /* line-height: 1; */
  font-weight: 400;
  /* overflow-x: hidden; */
  height: 100%;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft Yahei", sans-serif;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a,
button {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
a[href],
button {
  cursor: pointer;
}
a:hover {
  color: inherit;
  /* 继承父元素颜色 */
}
button:focus {
  outline: 0;
}
iframe,
img {
  vertical-align: middle;
}
img {
  border: 0;
  max-width: 100%;
}
::-moz-selection {
  color: #ffffff;
  /* color: inherit; */
  /* background-color: transparent; */
  background-color: #3385ff;
}
::selection {
  color: #ffffff;
  /* color: inherit; */
  /* background-color: transparent; */
  background-color: #3385ff;
}
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  border-radius: 0;
  line-height: inherit;
}
input.language-en,
textarea.language-en,
button.language-en,
select.language-en {
  line-height: 1.25;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
}
input {
  border: 0;
  border-radius: 0;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1a1a1a;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-input-placeholder {
  color: #a2a2a2;
}
input::-moz-placeholder {
  color: #a2a2a2;
}
input:-ms-input-placeholder {
  color: #a2a2a2;
}
input::-ms-input-placeholder {
  color: #a2a2a2;
}
input::placeholder {
  color: #a2a2a2;
}
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
