.fxm-point-dialog {
  .am-modal-content {
    border-radius: @dialog-content-radius @dialog-content-radius 0 0;
    padding: @dialog-content-padding @dialog-content-padding @dialog-content-padding-bottom;
  }
  .dialog-head {
    font-size: @dialog-head-font;
    font-family: var(--regular-font, SFProText-Medium, SFProText);
    font-weight: bold;
    color: @point-dialog-head-color;
    line-height: @dialog-head-height;
    position: relative;
    margin-bottom: @dialog-head-margin;
    img {
      position: absolute;
      width: @dialog-head-height;
      right: 0;
    }
  }
  .dialog-subtitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: @point-dialog-subtitle-padding;
    padding-right: @point-dialog-subtitle-padding;
    margin-bottom: @point-dialog-subtitle-margin-bottom;
  }
  .point-name-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .point-name {
    font-size: @point-dialog-name-font-size;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: @point-dialog-head-color;
    line-height: 16px;
    margin-right: @point-dialog-name-margin-right;
  }
  .point-num {
    font-size: @point-dialog-name-font-size;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 500;
    color: @point-dialog-head-color;
    line-height: 16px;
  }
  .point-rules {
    font-size: @point-dialog-name-font-size;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: var(--theme-color, #FF1659);
    line-height: 16px;
  }
  .dialog-body {
    max-height: @dialog-coupon-body-height;
    overflow-y: auto;
  }
  .point-item-box {
    display: flex;
    margin-bottom: @point-item-box-margin-bottom;
  }
  .point-item-content {
    margin-left: @point-item-content-margin-left;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: @point-dialog-head-color;
  }
}
