.popup-container {
  max-height: 250px;
}
.policy-container {
  .policy-title {
    cursor: pointer;
  }
  // 错误提示位置移动
  /deep/ .van-field__error-message {
    text-align: right;
  }
  // 必填符号位置移动
  /deep/ .van-cell--required::before {
    display: none;
    left: unset;
    right: 8px;
  }
  /deep/ .policy {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    .policy-check {
      margin-top: 4px;
      margin-bottom: 4px;
    }
  }
}
