* {
  outline: 0 none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@font-face {
  font-family: "Light";
  src:
    url("../fonts/HarmonyOS_Sans_SC_Light.woff2") format("woff2"),
    url("../fonts/HarmonyOS_Sans_SC_Light.woff") format("woff"),
    url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
}

@font-face {
  font-family: "Regular";
  src:
    url("../fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"),
    url("../fonts/HarmonyOS_Sans_SC_Regular.woff") format("woff"),
    url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype"),
}

@font-face {
  font-family: "Medium";
  src:
    url("../fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"),
    url("../fonts/HarmonyOS_Sans_SC_Medium.woff") format("woff"),
    url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}

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


html {
  font-size: 100px;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

strong {
    font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: #333;
  font-family: var(--f400), PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.14rem;
  line-height: 1;
  background: #fff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

textarea,
select {
  outline: none;
  color: #666;
  font-size: 0.14rem;
  width: 100%;
}

textarea {
  resize: none;
  padding: 0;
  border: 0;
  font-family: var(--f400);
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

img[src=""] {
  opacity: 0;
}

i {
  font-style: normal;
}

/* 滚动条样式 */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

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

/*去掉 input 默认边框*/
input {
  padding: 0;
  border: 0;
  font-family: var(--f400);
  outline: none;
}

input[type="submit"] {
  background-color: transparent;
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.selectNone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.fb {
  font-weight: 600;
}

.c000 {
  color: #000000;
}

.c111 {
  color: #111111;
}

.c333 {
  color: #333333;
}

.c555 {
  color: #555555;
}

.c666 {
  color: #666666;
}

.c999 {
  color: #999999;
}

.cfff {
  color: #ffffff;
}

.lh12 {
  line-height: 1.2;
}

.lh125 {
  line-height: 1.25;
}

.lh13 {
  line-height: 1.3;
}

.lh135 {
  line-height: 1.35;
}

.lh14 {
  line-height: 1.4;
}

.lh145 {
  line-height: 1.45;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh168 {
  line-height: 1.68;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 1.8;
}

.text_center {
  text-align: center;
}

.line_1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.line_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line_5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line_6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.f12 {
  font-size: .12rem;
}

.f14 {
  font-size: .14rem;
}

.f16 {
  font-size: .16rem;
}

.f20 {
  font-size: .2rem;
}

.f18 {
  font-size: .18rem;
}

.f22 {
  font-size: .22rem;
}

.f24 {
  font-size: .24rem;
}

.f26 {
  font-size: .26rem;
}

.f28 {
  font-size: .28rem;
}

.f30 {
  font-size: .30rem;
}

.f32 {
  font-size: .32rem;
}

.f36 {
  font-size: .36rem;
}

.f40 {
  font-size: .4rem;
}

.f42 {
  font-size: .42rem;
}

.f48 {
  font-size: .48rem;
}

.f56 {
  font-size: .56rem;
}

.f66 {
  font-size: .66rem;
}

.f80 {
  font-size: .8rem;
}



html {
  font-size: calc(100vw / 19.2);
}


@media screen and (max-width: 1024px) {
  html {
    font-size: 60px !important;
  }
}

/* 移动端头部 */
.mb-head {
  display: none;
  position: absolute;
  top: .9rem;
  width: 100%;
  height: calc(100vh - .9rem);
  background-color: #ffffff;
  overflow-y: auto;
}

.mb-head::-webkit-scrollbar-thumb {
  background-color: var(--vicolor);
}

.menu {
  display: none;
  position: relative;
  width: 27px;
  height: 20px;
  cursor: pointer;
  margin-left: 0.5rem;
}

.menu div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.4s ease;
}

.menu .top {
  top: 0;
}

.menu .middle {
  top: 9px;
}

.menu .bottom {
  bottom: 0;
}

.menu.cur .top {
  transform: rotate(45deg);
  transform-origin: top left;
  width: 26px;
}

.menu.cur .middle {
  transform: translateX(-20px);
  opacity: 0;
}

.menu.cur .bottom {
  transform: rotate(-45deg);
  transform-origin: top left;
  width: 26px;
  left: -1px;
}

.mb-nav {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0.3rem;
  transition: all 0.4s;
}

.mb-nav:first-child {
  border-top: 1px solid #e3e3e3;
}

.mb-nav:nth-child(2n -1) {
  background-color: rgba(23, 28, 97, 0.05);
}

.mb-nav .mb-nav-frs {
  width: 100%;
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  position: relative;
  color: #333333;
  transition: all 0.4s;
}

.mb-nav .mb-nav-frs::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  background-size: 100%;
  width: 0.1rem;
  height: 0.1rem;
  transition: all 0.4s;
}

.mb-nav .mb-nav-scd {
  display: none;
  width: 100%;
}

.mb-nav .mb-nav-scd a {
  position: relative;
  display: block;
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  padding: 0 0.68rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.mb-nav .mb-nav-scd a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.36rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #ffffff;
}

.mb-nav.cur {
  background-color: var(--vicolor);
  padding-bottom: 0.5rem;
}

.mb-nav.cur a {
  color: #ffffff;
}

.mb-nav.cur .mb-nav-frs::after {
  transform: rotate(135deg);
  border-top-color: #fff;
  border-right-color: #fff;
}

.mb-nav.noNav .mb-nav-frs::after {
  display: none;
}