.MCoupon_container_three {
  @width: @c_width;
  @width2: @c_width2;
  @width3: @c_width3;
  @width4: @c_width4;


  .MCoupon_item {
    position: relative;

    &:after {
      content: '';
      display: block;
      width: 1px;
      height: 53px;
      border-left: 1px dotted #C3303E;
      position: absolute;
      left: 16px;
      top: 9px;
    }
  }

  .MCoupon_wrapper_1 .MCoupon_item .price {
    padding-left: 30px;
  }

  .circle1 {
    position: absolute;
    top: 0;
    left: 16px;
    width: @width3;
    height: @width4;
    overflow: hidden;
    margin-left: -@width4;

    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-top: -@width4;
    }
  }

  .circle2 {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: @width3;
    height: @width4;
    overflow: hidden;
    margin-left: -@width4;

    i {
      display: block;
      width: @width3;
      height: @width3;
      border-radius: 50%;
      background-color: #fafafa;
      margin-bottom: -@width4;
    }
  }
}