@charset "utf-8";

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "iconfont"; 
  src: url('/fonts/iconfont.woff2?t=1638869001436') format('woff2'),
       url('/fonts/iconfont.woff?t=1638869001436') format('woff'),
       url('/fonts/iconfont.ttf?t=1638869001436') format('truetype');
}

/* @font-face {
  font-family: 'HarmonyOSSans-Regular';
  src: url('/fonts/HarmonyOSSans-Regular.ttf');
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url('/fonts/HarmonyOS_Sans_SC_Medium.ttf');
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('/fonts/HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url('/fonts/HarmonyOS_Sans_SC_Bold.ttf');
} */

/* @font-face {
  font-family: 'Alibaba_PuHuiTi_2.0_65_Medium';
  src: url('/fonts/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf');
} */
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: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling:touch;
  font-size: 100px;
}

/* always display scrollbars */
body {
  font: 12px/1.8 "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
  margin: 0 auto;
  color: #000000;
  background-color: #fff;
  _background-attachment: fixed;
  _background-image: url(/about:blank);
  overflow-y: visible\9;
  -webkit-text-size-adjust: 100% !important;
}
body.noScroll{
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  padding: 0;
}

img {
  border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "HarmonyOS_Sans_Regular";
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  font-family: "HarmonyOS_Sans_Regular";
}

::-moz-selection {
  background: #09213b;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #09213b;
  color: #fff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.fl{
  float: right;
}
.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.inner {
  width: 12.5rem;
  margin: 0px auto;
}

::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000;
}

.slick-list { position: relative; z-index: 0; overflow: hidden; width: 100%; height: 100%; }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1;}
.slick-track:before, .slick-track:after