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

@font-face {
  font-family: "alimamashuheiti";
  src: url("../fonts/alimamashuheiti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "站酷仓耳渔阳体-W04";
  src: url("../fonts/站酷仓耳渔阳体-W04.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "字体传奇特战体";
  src: url("../fonts/字体传奇特战体-免费商用.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[v-cloak] {
  display: none;
}

html,
body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding-top: constant(safe-area-inset-top);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}

ul,
li {
  list-style: none;
}

input {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: none;
  outline: none;
  font-size: 1.25rem;
  padding-left: 1.6rem;
  box-sizing: border-box;
  background: none;
  color: #e6dbae;
}

input::-webkit-input-placeholder {
  color: #d7bca1;
}

input::-moz-placeholder {
  color: #d7bca1;
}

input::-ms-input-placeholder {
  color: #d7bca1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

button {
  outline: none;
  border: none;
}

#app {}

.hidden {
  overflow: hidden;
}

@media (min-width: 376px) {

  html,
  body {
    font-size: 12px !important;
  }
}

@media (min-width: 384px) {

  html,
  body {
    font-size: 13px !important;
  }
}

@media (min-width: 414px) {

  html,
  body {
    font-size: 14px !important;
  }
}

@media (min-width: 515px) {

  html,
  body {
    font-size: 16px !important;
  }
}

@media (min-width: 577px) {

  html,
  body {
    font-size: 18px !important;
  }
}

@media (min-width: 676px) {

  html,
  body {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {

  html,
  body {
    font-size: 24px !important;
  }
}

@media (min-width: 819px) {

  html,
  body {
    font-size: 26px !important;
  }
}

@media (min-width: 1024px) {

  html,
  body {
    font-size: 28px !important;
  }
}



/* 业务样式 */
.container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}

.img {
  width: 100%;
}

.back {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: difference;
  cursor: pointer;

}

.back img {
  width: 2rem
}