* {
  outline: 0 none !important;
}


@font-face {
  font-family: "Light";
  font-weight:300;
  /*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";
  font-weight:400;
  /*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";
  font-weight:500;
  /*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");*/
}
/*@font-face {*/
/*  font-family: "Light";*/
/*  src:*/
/*    url("../fonts/Montserrat-Light.otf") format("opentype");*/
/*}*/

/*@font-face {*/
/*  font-family: "Regular";*/
/*  src:*/
/*    url("../fonts/Montserrat-Regular.otf") format("opentype"),*/
/*}*/

/*@font-face {*/
/*  font-family: "Medium";*/
/*  src:*/
/*    url("../fonts/Montserrat-Medium.otf") format("opentype");*/
/*}*/

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


html {
  font-size: calc(40vw/19.2)!important;
}

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), Arial, Microsoft YaHei, PingFang SC, -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.35rem;
  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.35rem;
  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;
}

.f300 {
  font-family: "Light";
}

.fb {
  font-weight: 600;
}

.c000 {
  color: #000000;
}

.c111 {
  color: #111111;
}

.c333 {
  color: #333333;
}

.c555 {
  color: #555555;
}

.c666 {
  color: #666666;
}

.cfff {
  color: #fff;
}

.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;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  height: 0.50rem;
}

.letterspace-1 {
    letter-spacing: -1px;
}

.text_center {
  text-align: center;
}

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

.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;
}


.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: max(14px, .40rem);
}

.f20 {
  font-size: max(14px, .5rem);
}

.f18 {
  font-size: max(14px, .45rem);
}

.f22 {
  font-size: max(14px, .55rem);
}

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

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

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

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

.f40 {
  font-size: 1rem;
}

.f48 {
  font-size: 1.20rem;
}

.f56 {
  font-size: 1.40rem;
}

.f66 {
  font-size: 1.65rem;
}

.f80 {
  font-size: 2.0rem;
}


