* {
  outline: 0 none !important;
}


@font-face {
  font-family: "Light";
  font-display:swap;
  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")
}

@font-face {
  font-family: "Regular";
  font-display:swap;
  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")
}

@font-face {
  font-family: "Medium";
  font-display:swap;
  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")
}
@font-face {
  font-family: "Bold";
  font-display:swap;
  src:
    url("../fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"),
    url("../fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff"),
    url("../fonts/HarmonyOS_Sans_SC_Bold.ttf")
}



html {
  font-size: 100px;
}

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

*,
*: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;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  display: inline-block;
  text-decoration: none !important;
  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;
}




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

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

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

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

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

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

.f_23 {
  font-size: .23rem;
}

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

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

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

.f_30 {
  font-size: .3rem;
}

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

.f_34 {
  font-size: .34rem;
}

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

.f_38 {
  font-size: .38rem;
}

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

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

.f_44 {
  font-size: .44rem;
}

.f_46 {
  font-size: .46rem;
}

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

.f_50 {
  font-size: .5rem;
}

.f_52 {
  font-size: .52rem;
}

.f_54 {
  font-size: .54rem;
}

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

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

.f_60 {
  font-size: .6rem;
}

.f_62 {
  font-size: .62rem;
}

.f_64 {
  font-size: .64rem;
}

.f_68 {
  font-size: .68rem;
}

.f_72 {
  font-size: .72rem;
}

.f_86 {
  font-size: .86rem;
}


/* 常用字体颜色 */
.col-fff {
  color: #fff;
}
.col-000 {
  color:#000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.col-ccc {
  color:#ccc;
}
.col-eee {
  color: #eee;
}




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

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