@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1;
}

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

li {
  list-style: none;
}

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

i,
s,
em,
u {
  font-style: normal;
  text-decoration: none;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

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

.clearfix {
  *zoom: 1;
}

textarea,
input {
  font: inherit;
  outline: none;
}



body,
html {
  /* height: 100%; */
  min-height: 120vh;
  /* overflow-x: hidden; */
}

button,
input {
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
}

/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #173c6a;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #336bae;
  -webkit-border-radius: 6px;
} */

sup {
  line-height: 1;
}

img {
  width: 100%;
}

.pc_only {
  display: block;
}

.mo_only {
  display: none;
}

html {
  font-size: 100px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .mo_only {
    display: block;
  }
}

body.on {
  overflow: hidden;
}

.ant-input-textarea {
  resize: none;
  /* 禁止用户手动拖动调整大小 */
}

textarea {
  resize: none;
  /* 禁止用户手动拖动调整大小 */
}

input::placeholder {
  font-size: 0.16rem !important;
}