* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}



@media (max-width: 468px) {
  html {
    font-size: 26.666666666666666666666666666667vw;
  }
}

@media (min-width: 469px) {
  html {
    font-size: 100px;
  }
}

/* @media screen and (orientation: landscape) {
  html {
    font-size: 14.992503748125938vw;
  }
} */



@font-face {
  font-family: 'number_font';
  src: url('./font-family/D-DINCondensed-Bold.otf');
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: 0.16rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}

a {
  color: inherit;
}

button,
textarea,
input {
  outline: none;
  border: none;
  resize: none;
}

code {
  font-family: menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: #555;
  background-color: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

@media (min-width: 400px) {
  body {
    font-size: 16px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}

.clear {
  zoom: 1;
}

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

.skeleton-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.__nuxt-error-page .title {
  font-size: 0.2rem;
}

.swiper-slide-active .spe-img{
  transform: scale(1) !important;
  z-index: 9;
  position: relative;
}

.swiper-slide-active .img-con {
  transform: scale(1.3) translateY(2px);
  transform-origin: bottom center;
}

img[src=undefined],
img[src=""],
img:not([src]) {
  opacity: 0;
}

a {
  text-decoration: none;
}


.spe-loaing {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #999;
  z-index: 999;
}