.promotionItem {
  display: flex;
  min-height: 120px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 10px 10px;
  border-radius: 6px;
  overflow: hidden;

  .lPart {
    flex: 1;
    background: linear-gradient(270deg, #1a1922 0%, #383647 100%);
    border-radius: 6px;
    position: relative;
    padding-top: 20px;

    .round {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      right: -12px;
      margin-top: -12px;
    }

    .tagBg {
      height: 26px;
      line-height: 26px;
      width: 200px;
      background: #ffffff;
      transform: rotate(-45deg);
      text-align: center;
      position: absolute;
      top: 14px;
      left: -72px;

      .txt {
        font-size: 14px;
        color: #394259;
        font-weight: 500;
        text-align: center;
      }
    }

    .rule {
      font-size: 24px;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      margin-bottom: 10px;
    }

    .title {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }

    .time {
      color: rgba(255, 255, 255, 0.45);
      font-size: 12px;
      text-align: center;
      display: block;

      .num {
        display: inline-block;
      }
    }
  }

  .rPart {
    width: 48px;
    padding: 4px 4px 4px 0;

    .sideBorder {
      border: 1px solid #c3c6cd;
      border-left: none;
      height: 100%;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
    }
  }
}
