/* #0676FF 是主题色 */
@font-face {
  font-family: "iconfont";
  src: url("/font/iconfont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PingFang";
  src: url("/font/PINGFANG_MEDIUM.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PuHui";
  src: url("/font/AlibabaPuHuiTi-3-85-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PingFang Medium';
  src: url('/font/PINGFANG_MEDIUM.subset.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PingFang Bold';
  src: url('/font/PINGFANG_BOLD.subset.woff2') format('woff2');
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-family: "PingFang", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

/* 去除ul,li默认样式 */
ul,
li {
  list-style: none;
}

button {
  /* 去除默认样式 */
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: "PingFang", sans-serif;
  font-size: 16px;


}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.align-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
  padding: 0 40px;
}

picture {
  display: flex;
}

.max-1300 {
  max-width: 1300px;
  margin: 0 auto;
}
.max-1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.max-1050 {
  max-width: 1050px;
  margin: 0 auto;
}

body {
  font-family: 'PingFang Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.main {
  padding-top: 64px;
}
@media (max-width: 850px) {
  html {
    /* font-size: 0.257vw !important; */
  }
  .main {
    padding-top: 50px;
  }
  .w-full {
    padding: 0 20px;
  }
  ::-webkit-scrollbar {
    display: none;
    /* 背景透明 */
}
}
.no-scroll {
  overflow: hidden;
}
