.change-price {
  .change-price-body {
    margin: 0 20px;
    .cpb-header {
      .cpb-header-title {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        height: 22px;
        line-height: 22px;
      }
      .cpb-header-desc {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        margin-top: 11px;
        width: 100%;
      }
    }
    .cpb-rules {
      margin-top: 20px;
      .rule-flex {
        display: flex;
        align-items: center;
      }
      .rule-tip {
        color: #2c68ff;
        font-size: 12px;
        font-weight: 400;
        height: 17px;
        line-height: 17px;
        margin-bottom: 10px;
        margin-top: 10px;
      }
    }
    .cpb-bot-tip {
      display: flex;
      margin-top: 20px;
      .cpb-bot-tip-left {
        color: #999;
        line-height: 20px;
        font-size: 12px;
      }
      .cpb-bot-tip-right {
        color: #999;
        line-height: 20px;
        font-size: 12px;
        margin-left: 8px;
      }
    }
    .cpb-save {
      margin: 0 auto;
      margin-top: 30px;
    }
  }
  .alter_price_content_wrapper {
    border: 1px solid #e2e2e2;
    display: flex;
    margin-bottom: 19px;
    margin-top: 12px;
    width: 100%;
    .alter_price_content_wrapper_item {
      display: inline-block;
      width: 50%;
      &:first-child {
        border-right: 1px solid #e2e2e2;
      }
      .alter_price_content_wrapper_item_title {
        background: #f0f0f0;
        border-bottom: 1px solid #e2e2e2;
        color: #4c4c4c;
        font-size: 14px;
        font-weight: 500;
        height: 44px;
        line-height: 44px;
        text-align: center;
      }
      .alter_price_content_wrapper_item_content {
        padding: 20px 15px;
        .rule-flex {
          display: flex;
          align-items: center;
        }
        .rule-tip {
          color: #2c68ff;
          font-size: 12px;
          font-weight: 400;
          height: 17px;
          line-height: 17px;
          margin-bottom: 10px;
          margin-top: 10px;
        }
      }
    }
  }
}
