* {
    outline: 0 none !important;
  }
  
  @font-face {
    font-family: "Light";
    src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype")
  }
  
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype")
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  
  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: "Montserrat", 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;
  }
  
  .f300 {
    font-family: "Light";
    font-weight: 300;
  }
  .f500 {
    font-family: "Medium";
  }
  .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;
  }
  
  .lh2 {
    line-height: 2;
  }
  
  .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: 0.12rem;
  }
  
  .f14 {
    font-size: 0.14rem;
  }
  
  .f16 {
    font-size: 0.16rem;
  }
  
  .f20 {
    font-size: 0.2rem;
  }
  
  .f18 {
    font-size: 0.18rem;
  }
  
  .f22 {
    font-size: 0.22rem;
  }
  
  .f24 {
    font-size: 0.24rem;
  }
  
  .f26 {
    font-size: 0.26rem;
  }
  .f28 {
    font-size: 0.28rem;
  }
  
  .f30 {
    font-size: 0.3rem;
  }
  
  .f32 {
    font-size: 0.32rem;
  }
  
  .f36 {
    font-size: 0.36rem;
  }
  
  .f40 {
    font-size: 0.4rem;
  }
  
  .f48 {
    font-size: 0.48rem;
  }
  
  .f56 {
    font-size: 0.56rem;
  }
  
  .f62 {
    font-size: 0.62rem;
  }
  .f66 {
    font-size: 0.66rem;
  }
  
  .f80 {
    font-size: 0.8rem;
  }
  
  html {
    font-size: calc(100vw / 19.2);
  }
  
  @media screen and (max-width: 1024px) {
    html {
      font-size: 60px !important;
    }
  }
  