@media (min-width: 800px) {
  html {
    font-size: 50px !important;
  }
  body {
    width: 6.96rem;
    margin: auto;
  }
}

@font-face {
  font-family: PingFangSCRegular;
  src: url("./PingFang SC Regular.ttf");
}

body {
  background: #f7f7f7;
  width: 10rem;
  /* font-family:PingFangSCRegular; */
  font-family: Arial, sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

li {
  list-style: none;
}

input {
  outline: none;
}

#_toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

#_toast ._toast-content {
  max-width: 5.33333rem;
  padding: 0.2rem 0.33333rem;
  border-radius: 0.06667rem;
  font-size: 0.42667rem;
  text-align: center;
}

.page {
  width: 10rem;
  font-size: 0.37333rem;
  color: #4c4c4c;
  background-color: #fff;
  min-height: 100vh;
}

.btn {
  width: 2.13333rem !important;
  height: 0.93333rem !important;
  border-radius: 0.06667rem !important;
  line-height: 0.93333rem !important;
  text-align: center !important;
  cursor: pointer !important;
  user-select: none !important;
  color: #fff;
}

.bg-red {
  background-color: #d11145;
}

.bg-grad {
  background-color: #b6babc;
}

.pop-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.pop-page .mask {
  width: 100%;
  height: 100%;
  /*background-color: rgba(153, 153, 153, 0.7);*/
  background-color: rgba(0,0,0,0.7);
}

.pop-page .center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.06667rem;
  box-shadow: 5px 5px 5px #666;
}

.pop-page .bottom-box {
  position: absolute;
  bottom: 0;
  width: 10rem !important;
  transform: translateX(-50%);
  left: 50%;
}
