@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "youshe";
  src: url("../fonts/youshe.ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 85%;
  -webkit-text-size-adjust: 85%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  background-color: #FBFBFB;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  margin-left: -7px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "HarmonyOS_Sans_SC_Light", "-apple-system", "PingFang SC", "Microsoft YaHei", "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill {
  -webkit-text-fill-color: initial;
  /* 设置填充字体不变色 */
  -webkit-box-shadow: 0 0 0 1000px white inset;
  /* 设置填充背景白色 */
}

html {
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/* html {
  font-size: 2.084vw !important;
} */

html {
  font-size: 35px !important;
}

/*@media (max-width: 1500px) {*/
/*  html {*/
/*    font-size: 30px !important;*/
/*  }*/
/*} */

::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

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

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.375rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.425rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

@media (max-width: 997px) {

  .tit-13,
  .tit-14,
  .tit-15,
  .tit-16 {
    font-size: 12px;
  }

  .tit-17,
  .tit-18,
  .tit-19,
  .tit-20 {
    font-size: 14px;
  }

  .tit-21,
  .tit-22,
  .tit-23,
  .tit-24 {
    font-size: 16px;
  }

  .tit-25,
  .tit-26,
  .tit-27,
  .tit-28 {
    font-size: 18px;
  }

  .tit-29,
  .tit-30,
  .tit-31,
  .tit-32 {
    font-size: 20px;
  }

  .tit-33,
  .tit-34,
  .tit-35,
  .tit-36 {
    font-size: 22px;
  }

  .tit-37,
  .tit-38,
  .tit-39,
  .tit-40 {
    font-size: 24px;
  }
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh1 {
  line-height: 1;
}

.tac {
  text-align: center;
}

.fonb {
  font-weight: bold;
}

.hmRg {
  font-family: "HarmonyOS_Sans_SC_Regular";
}

.hmMd {
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.swiper-box {
  position: relative;
}

/* .bg img {
  width: 100%;
  height: 100%;
} */

.html {
  height: 100vh;
  overflow: hidden;
}

.body {
  height: 100vh;
}

.w1520 {
  width: 38rem;
  /* max-width: 90%; */
  margin: 0 auto;
}

.w1360 {
  width: 34rem;
  width: 1200px;
  /* max-width: 90%; */
  margin: 0 auto;
}

.w1264 {
  width: 31.6rem;
  /* max-width: 90%; */
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-breadcrumb__item .el-breadcrumb__inner.is-link {
  color: #666;
  font-weight: 400;
}

.social-share {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.social-share .social-share-icon {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: #e3e3e3;
  text-align: center;
  vertical-align: middle;
  margin-right: .5rem;
  z-index: 10;
  transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:last-child {
  margin-right: 0;
}

.social-share .social-share-icon:hover {
  background-color: var(--vi);
}

.social-share .social-share-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.social-share .icon-qq::after {
  background-image: url(../img/52.png);
}

.social-share .icon-qq {
  position: relative;
}

.social-share .icon-weibo::after {
  background-image: url(../img/44.png);
}

.social-share .icon-wechat {
  position: relative;
}

.social-share .icon-wechat::after {
  background-image: url(../img/91.svg);
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block
}

@media (max-width: 1210px) {
    html{
        transform: scale(0.95);
    }
}