.container.data-v-14559edd {
  align-items: center;
  color: #9a9a9a;
  display: -webkit-flex;
  display: flex;
  font-size: 26rpx;
  margin-top: 30rpx;
}
.container image.data-v-14559edd {
  height: 44rpx;
  margin-right: 10rpx;
  width: 44rpx;
}
.agreement.data-v-14559edd {
  color: #1f68e9;
}
.popup.data-v-14559edd {
  background-color: #fff;
  border-radius: 20rpx;
  margin-bottom: 15vh;
  overflow: hidden;
  width: 625rpx;
}
.popup .popup-title.data-v-14559edd {
  color: #333;
  font-size: 32rpx;
  font-weight: 700;
  margin: 50rpx 0 40rpx;
  text-align: center;
}
.popup .popup-content.data-v-14559edd {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60rpx;
}
.popup .popup-content .tip.data-v-14559edd {
  color: #333;
  font-size: 32rpx;
}
.popup .popup-content .confirm.data-v-14559edd {
  align-items: center;
  color: #8a8a8a;
  display: -webkit-flex;
  display: flex;
  font-size: 28rpx;
  margin-top: 10rpx;
}
.popup .popup-content .confirm image.data-v-14559edd {
  flex-shrink: 0;
  height: 40rpx;
  margin-right: 10rpx;
  width: 40rpx;
}
.popup .popup-content .important.data-v-14559edd {
  color: #ff8453;
}
.popup .popup-buttons.data-v-14559edd {
  align-items: center;
  border-top: 2rpx solid #f2f2f2;
  display: -webkit-flex;
  display: flex;
  margin-top: 40rpx;
}
.popup .popup-buttons .button.data-v-14559edd {
  flex-grow: 1;
  font-size: 32rpx;
  font-weight: 700;
  padding: 30rpx;
  text-align: center;
}
.popup .popup-buttons .button.normal.data-v-14559edd {
  color: #333;
}
.popup .popup-buttons .button.canClick.data-v-14559edd {
  color: #1f68e9;
}
.popup .popup-buttons .button.data-v-14559edd:nth-child(1) {
  border-right: 2rpx solid #f2f2f2;
  color: #333;
}
.hover-class.data-v-14559edd {
  background-color: #e5e5e5;
}