@coupon_width: 130px;
@coupon_space: 15px;
@coupon_con: 115px;
@width: @c_width;
@width2: @c_width2;
@width21: @c_width21;
@width3: @c_width3;
@width4: @c_width4;
@width41: @c_width41;
.MCoupon {
  height: 90px;
  overflow: hidden;
  padding: 10px 0 10px 15px;
}

.MCoupon_wrapper {
  display: flex;
  overflow: auto;
  padding-bottom: 20px;

  .MCoupon_con_receive, .MCoupon_con_none {
    background-color: rgba(190, 190, 190, 0.6) !important;
    overflow: hidden;
    position: relative;

    .MCoupon_item_right {
      border-left: 1px dotted rgba(0, 0, 0, 0.3) !important;
    }

    .MCoupon_con_receive_icon {
      position: absolute;
      width: 60px;
      height: 60px;
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      top: -5px;
      right: -5px;
      border-radius: 50%;
    }

    .price, .useRule, .MCoupon_item_right {
      opacity: 0.8;
    }
  }

  .MCoupon_con_receive {
    .MCoupon_con_receive_icon {
      background-image: url("../../../images/coupon/33.png");
    }
  }

  .MCoupon_con_none {
    .MCoupon_con_receive_icon {
      background-image: url("../../../images/coupon/44.png");
    }
  }
}

.MCoupon_wrapper_flex {
  .MCoupon_item {
    flex: 1;

    .MCoupon_con {
      width: 100%;
      padding: 0 15px;
    }
  }
}

.MCoupon_wrapper_1 {
  .MCoupon_item {
    clip: rect(0px, 60px, 10px, 0px);
    overflow: hidden;
    position: relative;

    .MCoupon_con {
      display: flex;
      align-content: center;
      align-items: center;
      padding: 0;
    }

    .useRule {
      flex: 1;
      text-align: left;
      padding-left: 20px;
      font-size: 12px;
      line-height: 1.4;
    }

    .price {
      font-size: 28px;
      padding-left: 15px;
    }

    .unit {
      font-size: 16px;
    }

    .MCoupon_item_right {
      font-size: 13px;
      width: 30%;
      //padding-left: 15px;
      text-align: center;
      border-left: 1px dotted #C3303E;
      height: 53px;
      line-height: 53px;
    }
  }
}

.MCoupon_item {
  width: @coupon_width;
  height: 70px;
  color: #ffffff;
  text-align: center;
  //padding: 0 15px;
  position: relative;
  padding-right: 15px;

  .MCoupon_con {
    background: rgba(255, 74, 91, 1);
    height: 100%;
    display: block;
    width: @coupon_con;
    position: relative;
  }

  .price {
    font-size: 21px;

    line-height: 30px;
    display: block;
    padding: 10px 0 2px;
  }

  .useRule {
    font-size: 10px;

    line-height: 14px;
  }
}


.topCircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: @width2;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;

  i {
    display: inline-block;

    span {
      display: block;
      width: @width;
      height: @width;
      border-radius: 50%;
      margin-top: -@width2;
      margin-left: 1px;
      background-color: #fafafa;
    }
  }
}

.bottomCircle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: @width2;
  overflow: hidden;
  font-size: 0;

  i {
    display: inline-block;

    span {
      display: block;
      width: @width;
      height: @width;
      border-radius: 50%;
      background-color: #fafafa;
      margin-left: 1px;
      margin-bottom: -@width2;
    }
  }
}

.leftCircle {
  position: absolute;
  top: 0;
  left: -1px;
  width: @width2;
  height: 100%;
  overflow: hidden;

  i {
    display: block;
    width: @width;
    height: @width;
    border-radius: 50%;
    background-color: #fafafa;
    margin-left: -@width2;
    margin-top: 1px;
  }
}

.rightCircle {
  position: absolute;
  top: 0;
  right: -1px;
  width: @width2;
  height: 100%;
  overflow: hidden;

  i {
    display: block;
    width: @width;
    height: @width;
    border-radius: 50%;
    background-color: #fafafa;
    margin-right: -@width2;
    margin-top: 1px;
  }
}


.circle1 {
  position: absolute;
  top: 0;
  right: 30%;
  width: @width3;
  height: @width4;
  overflow: hidden;
  //margin-right: -@width4;

  i {
    display: block;
    width: @width3;
    height: @width3;
    border-radius: 50%;
    background-color: #fafafa;
    //margin-top: -@width4;
  }
}