.auth-container {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  align-items: center;
}

.auth-container .auth-container-title {
  font-size: 18px;
  margin-top: 40rpx;
  margin-bottom: 16rpx;
  color: #25282e;
}

.auth-container .auth-container-text-1 {
  font-size: 16px;
  color: #848689;
  margin: 10rpx;
}

.auth-container .auth-container-text-2 {
  font-size: 16px;
  color: #848689;
  margin-top: 0;
  margin-bottom: 20rpx;
}

.auth-container .auth-container-button-container {
  height: 100rpx;
  width: 100%;
  border-top: 1px solid #e2e5e6;
  align-items: center;
  justify-content: center;
}

.auth-container .auth-container-button-text {
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 18px;
}

.auth-container .auth-container-button-text:after {
  border: none !important;
  border-radius: 0 !important;
}

.auth-container-modal {
  border-radius: 24rpx;
}

.auth-container .reset_btn {
  color: #fff;
  border: none;
  height: 80rpx;
  border-radius: 46rpx;
  background-color: #ff6000;
  font-size: 18px;
  padding: 0 60rpx;
  width: 100%;
}

.reset_btn::after {
  border: none;
}

.auth-container .auth-icon {
  width: 180rpx;
  height: 180rpx;
  margin-top: 212rpx;
  margin-bottom: 136rpx;
}

.auth-container .auth-confirm-btn {
  position: relative;
  height: 80rpx;
  margin-bottom: 36rpx;
  width: 686rpx;
  background-color: #ff6000;
  border-radius: 46rpx;
  align-items: center;
  justify-content: center;
}

.auth-container .auth-cancel-btn {
  height: 80rpx;
  margin-bottom: 36rpx;
  width: 686rpx;
  background-color: #fff;
  border-radius: 46rpx;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.auth-container .auth-confirm-btn-text {
  color: #fff;
  background-color: #ff6000;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-container .auth-cancel-btn-text {
  color: #000;
  font-size: 16px;
}

.auth-container .wx-btn-phonenumber {
  opacity: 0;
  width: 100%;
  height: 80rpx;
}

.auth-container .auth-phonenumber-text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.auth-tips {
  font-size: 16px;
  margin-top: 80rpx;
}
