.aliretail--SettlementBillDetail {
  .bill-details-show {
    height: 56px;
    width: 100%;
    padding: 0 20px;
    line-height: 56px;
    display: flex;
    background-color: #f6f8fb;
    font-family: PingFangSC-Regular;
    font-size: 12px;

    .bill-detail-single {
      display: flex;
      align-content: center;

      &:not(:last-child) {
        margin-right: 36px;
      }

      .bill-detail-lable {
        color: #53555b;
      }

      .bill-detail-value {
        color: #25282e;
        margin-left: 5px;

        &.bill-detail-value-weight {
          margin-left: 12px;
          height: 24px;
          font-family: Roboto-Bold;
          font-size: 22px;
          color: #ff6a00;
        }
      }
    }
  }
}
