@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYw.ttf) format('truetype');
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: only light;
  }
}
@font-face {
  font-family: 'MiSans';
  src: local('MiSans-Normal'), url('https://cdn1.cvte.com/fonts/MiSans-Normal.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'MiSans';
  src: local('MiSans-Semibold'), url('https://cdn1.cvte.com/fonts/MiSans-Semibold.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'MiSans';
  src: local('MiSans-Semibold'), url('https://cdn1.cvte.com/fonts/MiSans-Semibold.ttf');
  font-weight: 600;
}
:root {
  /* Safari调整大小问题 */
  min-height: 0vw;
  --all_font_SC: "MiSans";
  /* 背景颜色 */
  --bodyBackground: #f3f3f3;
}
*,
*::before,
*::after {
  /* 清除移动端 a 标签等点击区域变色 */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  overflow-wrap: break-word;
}
html {
  font-family: var(--all_font_SC, sans-serif);
  font-weight: 400;
  line-height: 1.5;
  color: #0a1424;
}
body {
  margin: initial;
  max-width: 100%;
  min-height: 100vh;
  /* background-color: var(--bodyBackground); */
  /* 文本渲染 */
  text-rendering: optimizeLegibility;
  /* 字体抗锯齿（只适用于macOS平台） */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* --hover颜色 */
  --hover-color-1: #de071b;
  /* 标题文字颜色 */
  --text-dd-color01: #181818;
  /* 描述文字颜色 */
  --text-dd-color02: #4E5B74;
  /* 描述文字颜色 */
  --text-dd-color03: #0A1424;
  /* 描述文字颜色 */
  --text-dd-color04: #0055f7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  all: unset;
}
ul,
ol,
p,
button,
input,
textarea,
select {
  all: unset;
}
ul,
ol {
  list-style: none;
}
input {
  width: 100%;
}
a {
  all: unset;
  cursor: pointer;
  transition: color 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
/* button,
input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
} */
[class*="section-"] {
  position: relative;
}
/*去掉swiper默认样式*/
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.55;
  cursor: auto;
  pointer-events: none;
}
/* 虚拟div */
.swiper-slide.blank {
  visibility: hidden !important;
}
.MaskShow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
