@charset "utf-8";

/* @font-face {
  font-family: 'SourceHanSansCN-REGULAR';
  font-style: normal;
  font-weight: 100;
  src: url("https://zlink-and-zkmall-public-storage.s3.cn-northwest-1.amazonaws.com.cn/font/SourceHanSansCN-REGULAR.OTF") format("opentype");
} */

/* @font-face {
  font-family: 'SourceHanSansCN-REGULAR';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/notosanssc/v36/k3kXo84MPvpLmixcA63oeALhLOCT-xWNm8Hqd37g1OkDRZe7lR4sg1IzSy-MNbE9VH8V.4.woff2) format('woff2');
  unicode-range: U+1f1e9-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f232, U+1f234-1f237, U+1f250-1f251, U+1f300, U+1f302-1f308, U+1f30a-1f311, U+1f315, U+1f319-1f320, U+1f324, U+1f327, U+1f32a, U+1f32c-1f32d, U+1f330-1f357, U+1f359-1f37e;
} */

body {
  color: #333;
  background-color: #fff;
  font-family: "SourceHanSansCN-REGULAR";
  height: 100vh;
  min-width: 1230px;
  /* overflow-x: hidden; */
  /* min-width: 1024px; */
  /* overflow: hidden; */
}



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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  transition: all .5s;
}

::after,
::before {
  transition: all .5s;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 4px;
}

.swiper-pagination-bullet {
  width: 64px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: #FFF !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #7AC143 !important;
  opacity: 1 !important;
}

/* 各个组件 object标签容器 */
/* nav */
#navComponent {
  width: 100%;
  height: 60px;
  /* height: 100%; */
}

#navContainer {
  height: 60px;
}

/* banner */
#bannerComponent {
  width: 100%;
  min-width: 1024px;
}

#footerComponent {
  width: 100%;
  min-width: 1024px;
  height: 373px;
}

#MailOutlinedComponent {
  width: 100%;
  min-width: 1024px;
}

#footerContainer {
  overflow: hidden;
  background-color: #1C2026;
}

.zk-content-title {
  margin-top: 80px;
  margin-bottom: 55px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0em;
  color: #3D3D3D;
}

/* 
@media (max-width: 1600px) {

  html,
  body {
    width: 120%;
    max-width: initial;
    margin: 0;
    transform: scale(0.8333);
    transform-origin: top left;
  }
}

@media (max-width: 1440px) {

  html,
  body {
    width: 127%;
    max-width: initial;
    margin: 0;
    transform: scale(0.78125);
    transform-origin: top left;
  }
}

@media (max-width: 1280px) {

  html,
  body {
    width: 135%;
    max-width: initial;
    margin: 0;
    transform: scale(0.7407);
    transform-origin: top left;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {

  html,
  body {
    width: 140%;
    max-width: initial;
    margin: 0;
    transform: scale(0.7143);
    transform-origin: top left;
  }
}

@media (max-width: 1024px) {

  html,
  body {
    width: 150%;
    max-width: initial;
    margin: 0;
    transform: scale(0.6667);
    transform-origin: top left;
  }
}

@media (max-width: 992px) {

  html,
  body {
    width: 150%;
    max-width: initial;
    margin: 0;
    transform: scale(0.6667);
    transform-origin: top left;
  }
}

@media (max-width: 768px) {

  html,
  body {
    width: 140%;
    max-width: initial;
    margin: 0;
    transform: scale(0.7143);
    transform-origin: top left;
  }
} */

/* 
@media (max-width: 1600px) {

  html,
  body {
    width: 107.4%;
  }
}

@media (max-width: 1440px) {

  html,
  body {
    width: 127%;
  }
}

@media (max-width: 1280px) {

  html,
  body {
    width: 135%;
  }
}

@media (max-width: 1024px) {

  html,
  body {
    width: 150%;
  }
}

@media (max-width: 992px) {

  html,
  body {
    width: 150%;
  }
}

@media (max-width: 768px) {

  html,
  body {
    width: 140%;
  }
} */