.auth-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.not-opacity {
  background: #f1f1f1;
}

.half-opacity {
  background: rgba(0, 0, 0, 0.5)
}

.auth-cover .auth-dialog {
  width: 560rpx;
  background: #fff;
  border-radius: 16rpx;
}

.auth-cover .dialog-content {
  font-size: 36rpx;
  color: #222222;
  text-align: center;
  line-height: 180rpx;
  height: 180rpx;
}

.auth-cover .dialog-content-line {
  height: 2rpx;
  background: #e5e5e5;
}

.auth-cover .dialog-btn-wrapper {
  display: flex;
}

.dialog-btn-wrapper .dialog-btn-line {
  width: 2rpx;
  background: #e5e5e5;
}

.dialog-btn-wrapper .dialog-btn {
  font-size: 36rpx;
  text-align: center;
  height: 100rpx;
  line-height: 100rpx;
  background: #fff;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.dialog-btn.approve {
  color: #2883E9;
}

.dialog-btn.cancel {
  color: #000;
}

.auth-cover .dialog-btn::after {
  border: none;
}
