* {
  outline: 0 none !important;
  ;
}

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: #000;
  font-family: Microsoft YaHei, Arial, -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%;
}

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%;
  font-family: Microsoft YaHei;
}

textarea {
  resize: none;
  padding: 0;
  border: 0;
  font-family: Microsoft YaHei;
}

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

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

i {
  font-style: normal;
}

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

*::-webkit-scrollbar-thumb {
  background: rgba(150, 180, 20, 1);
}

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

/*去掉 input 默认边框*/
input {
  padding: 0;
  border: 0;
  font-family: Microsoft YaHei;
  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;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../../fonts/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../../fonts/Montserrat-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../../fonts/Montserrat-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../../fonts/Montserrat-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;
}



:root {}

.f_12 {
  font-size: 0.12rem;
}

.f_14 {
  font-size: 0.14rem;
}

.f_16 {
  font-size: 0.16rem;
}

.f_18 {
  font-size: 0.18rem;
}

.f_20 {
  font-size: 0.20rem;
}

.f_22 {
  font-size: 0.22rem;
}

.f_24 {
  font-size: 0.24rem;
}

.f_26 {
  font-size: 0.26rem;
}

.f_28 {
  font-size: 0.28rem;
}

.f_30 {
  font-size: 0.30rem;
}

.f_32 {
  font-size: 0.32rem;
}

.f_34 {
  font-size: 0.34rem;
}

.f_36 {
  font-size: 0.36rem;
}

.f_38 {
  font-size: 0.38rem;
}

.f_40 {
  font-size: 0.40rem;
}

.f_42 {
  font-size: 0.42rem;
}

.f_44 {
  font-size: 0.44rem;
}

.f_46 {
  font-size: 0.46rem;
}

.f_48 {
  font-size: 0.48rem;
}

.f_50 {
  font-size: 0.50rem;
}

.f_52 {
  font-size: 0.52rem;
}

.f_54 {
  font-size: 0.54rem;
}

.f_56 {
  font-size: 0.56rem;
}

.f_58 {
  font-size: 0.58rem;
}

.f_60 {
  font-size: 0.60rem;
}

.f_62 {
  font-size: 0.62rem;
}

.f_64 {
  font-size: 0.64rem;
}

.f_66 {
  font-size: 0.66rem;
}

.f_68 {
  font-size: 0.68rem;
}

.f_72 {
  font-size: 0.72rem;
}

.f_74 {
  font-size: 0.74rem;
}

.f_80 {
  font-size: 0.80rem;
}

.f_88 {
  font-size: 0.88rem;
}

.f_90 {
  font-size: 0.90rem;
}

.f_133 {
  font-size: 1.33rem;
}

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

@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}