@media (min-width: 800px) {
  html {
    font-size: 50px !important;
  }
  body {
    width: 100% !important;
    margin: auto;
  }
}

body {
  background: #f7f7f7;
  font-family: Arial, sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
      color: #202020;
      opacity: 0.3;
      font-weight:regular;
    }
    textarea::-moz-input-placeholder {
      color: #202020;
      opacity: 0.3;
    }
    textarea::-ms-input-placeholder {
      color: #202020;
      opacity: 0.3;
    }
input::-webkit-input-placeholder {
      color: #202020;
      opacity: 0.3;
      font-weight:regular;
    }
    input::-moz-input-placeholder {
      color: #202020;
      opacity: 0.3;
    }
    input::-ms-input-placeholder {
      color: #202020;
      opacity: 0.3;
    }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

li {
  list-style: 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;
  word-break: break-all;
}

.page {
  width: 100% !important;
  font-size: 0.37333rem;
  color: #4c4c4c;
  background-color: #fff;
  min-height: 100vh;
}

.btn {
  width: 2.13333rem;
  height: 0.93333rem;
  border-radius: 0.1666667rem;
  line-height: 0.93333rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #fff;
}

.bg-red {
  background-color: #d11145;
}

.bg-grad {
  background-color: #434343;
  opacity: 0.3;
}

.bg-blue {
  background-color: #5b2f91;
}

.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.5);
}

.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;
}
