.my-patch {
  background-color: #f5f5f5;
  .couponAmount {
    padding: 5px 12px 0 12px;
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;

    span {
      color: #FF4000;
    }
  }

  .coupons {
    padding: 0 12px;

    .items-box {
      margin-bottom: 10px;

      .coupon-info {
        position: relative;
        background-color: #999;
        height: 95px;
        color: #fff;
        border-radius: 3px;
        padding: 10px 15px 0 15px;

        .type {
          font-size: 14px;
        }

        .amount {
          width: 100%;
          text-align: center;
          font-size: 12px;

          span {
            font-size: 26px;
            margin-right: 5px;
          }
        }


        ul {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          display: flex;
          justify-content: space-around;

          li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #fff;
            transform: translateY(50%);
          }
        }
      }


      .coupon-des {
        border-radius: 3px;
        background-color: #fff;
        height: 33px;
        line-height: 33px;
        color: #999;
        font-size: 12px;
        padding-left: 15px;
      }
    }

    .active {
      background-color: #FE6161 !important;
    }

    .checkout {
      width: 22px;
      height: 22px;
      position: absolute;
      right: 15px;
      top: 37px;
      font-size: 28px;
      line-height: 22px;
    }

    .icondanseshixintubiao-5 {
      right: 18px;
    }

    .nochecked {
      background: rgba(255, 255, 255, .2);
      border: 1px solid #fff;
      border-radius: 50%;
    }
  }

  .patch-desc {
    padding: 0 12px 20px;
    margin-top: 30px;

    .title {
      height: 15px;
      line-height: 15px;
      font-size: 14px;
      margin-bottom: 10px;
      color: #555;
      text-align: center;

      span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
      }

      i {
        display: inline-block;
        width: 30px;
        height: 1px;
        background-color: #CCC;
        position: relative;
        top: -5px;
      }
    }

    .desc-item {
      font-size: 12px;
      color: #777;
      line-height: 18px;
    }
  }

  .compound {
    // margin-top: 44px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: 16px;
    color: #fff;
  }

  .disable-active {
    background-color: #09f;
  }

  .disable {
    background-color: #999;
  }

  .success {
    width: 100px;
    height: 30px;
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -50px;
  }
}

.compound-button--compose {
  padding: 0 12px;

  .compound {
    margin-top: 10px;
  }
}