.after-price-confirm-components {
  .ant-modal-body {
    padding: 0px;
    overflow: hidden;
  }

  .after-price-confirm-icon-wrap {
    text-align: center;

    .after-price-confirm-icon {
      color: #faad14;
      font-size: 38px;
      margin: 45px auto 0 auto;
    }
  }

  .main-tips {
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #494949;
    line-height: 28px;
    margin-top: 14px;
    text-align: center;
  }

  .sub-tips {
    margin-top: 20px;
    text-align: center;
    // height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding: 0 44px;
  }

  .alter-buttons {
    margin-top: 28px;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;

    .alter-button {
      width: 123px;
      height: 32px;
    }
  }

  .select {
    margin-top: 15px;
  }

  .radio_select {
    width: 480px;
    height: 25px;
    line-height: 20px;
    display: flex;

    .radio_label {
      width: 100px;
      font-size: 14px;
      float: left;
      text-align: right;
      margin-right: 15px;
    }

    .radio_bottom,
    .radio_top {
      flex: 1;
      margin-left: 14px;

      .ant-radio-wrapper:nth-child(2) {
        margin-left: 43px;
      }
    }
  }
}
