* {
  font-family: 'MiSans-Regular';
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard syntax */
}
a {
  text-decoration: none;
  color: #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A1A1A1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A1A1A1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A1A1A1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  transition: transform 0.3s linear;
  width: inherit;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_posImg {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_posImg2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url('../fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
.h_hide {
  display: none;
}
.h_hidden {
  display: none !important;
}
:root {
  --active-color: #5672CD;
  --swiper-theme-color: #5672CD;
  --rgba9-wcolor: rgba(255, 255, 255, 0.9);
  --rgba8-wcolor: rgba(255, 255, 255, 0.8);
  --rgba7-wcolor: rgba(255, 255, 255, 0.7);
  --rgba6-wcolor: rgba(255, 255, 255, 0.6);
  --rgba5-wcolor: rgba(255, 255, 255, 0.5);
  --rgba4-wcolor: rgba(255, 255, 255, 0.4);
  --rgba3-wcolor: rgba(255, 255, 255, 0.3);
  --rgba2-wcolor: rgba(255, 255, 255, 0.2);
  --rgba1-wcolor: rgba(255, 255, 255, 0.1);
  --rgba0-color: rgba(0, 0, 0, 0);
  --rgba9-bcolor: rgba(0, 0, 0, 0.9);
  --rgba8-bcolor: rgba(0, 0, 0, 0.8);
  --rgba7-bcolor: rgba(0, 0, 0, 0.7);
  --rgba6-bcolor: rgba(0, 0, 0, 0.6);
  --rgba5-bcolor: rgba(0, 0, 0, 0.5);
  --rgba45-bcolor: rgba(0, 0, 0, 0.45);
  --rgba4-bcolor: rgba(0, 0, 0, 0.4);
  --rgba3-bcolor: rgba(0, 0, 0, 0.3);
  --rgba2-bcolor: rgba(0, 0, 0, 0.2);
  --rgba15-bcolor: rgba(0, 0, 0, 0.15);
  --rgba1-bcolor: rgba(0, 0, 0, 0.1);
}
html,
body {
  background: #F6F7FB;
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
::selection {
  color: #fff;
  background: var(--active-color);
}
.h_rc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.h_rcc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rcfe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rcse {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rbc {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rbfe {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rbsa {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rbsb {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rbse {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rfs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.h_rfsc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rfsfe {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rfssa {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rfssb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rfsse {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rfe {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.h_rfec {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rfefe {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rfesa {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rfesb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rfese {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rs {
  display: flex;
  align-items: stretch;
}
.h_rsfe {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rssa {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rssb {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rsse {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_ccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.h_rnw {
  flex-wrap: nowrap;
}
.h_t_line {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_t_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.h_t_lines[lines='2'] {
  -webkit-line-clamp: 2;
}
.h_t_lines[lines='3'] {
  -webkit-line-clamp: 3;
}
.h_t_lines[lines='4'] {
  -webkit-line-clamp: 4;
}
.h_t_lines[lines='5'] {
  -webkit-line-clamp: 5;
}
.h_t_lines[lines='6'] {
  -webkit-line-clamp: 6;
}
.h_t_lines[lines='7'] {
  -webkit-line-clamp: 7;
}
.h_t_lines[lines='8'] {
  -webkit-line-clamp: 8;
}
.h_t_lines[lines='9'] {
  -webkit-line-clamp: 9;
}
.h_t_lines[lines='10'] {
  -webkit-line-clamp: 10;
}
