.offline-stores-coupon {
  display: flex;
  align-items: center;
  //width: 100%;
  height: 200rpx;
  line-height: 1;
  background-image: url('https://a.yunzhuxue.com/static/hsh/rectangle_bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  // box-shadow: 0px 0px 25rpx rgba(0, 0, 0, 0.07);
  // background-color: transparent;
  position: relative;

  .watermark {
    border: 10rpx solid rgba(224, 221, 221, .31);
    width: 200rpx;
    height: 200rpx;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 32rpx;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(214, 214, 214, .53);
    transform: rotate(50deg);
  }

  .left {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    .text-content {
      display: flex;
      justify-content: center;
      align-items: center;
      // width: 80rpx;

      .symbol {
        font-size: 25rpx;
        font-weight: 600;
        margin-right: 5rpx;
      }

      .value {
        font-size: 52rpx;
        // font-weight: 600;
      }
    }

    .discount {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40rpx;
    }
  }

  .right {
    height: 100%;
    flex: 1;
    height: 100%;
    font-size: 22rpx;
    box-sizing: border-box;
    padding: 25rpx 6rpx;
    padding-left: 18rpx;
    font-size: 22rpx;
    position: relative;

    .text-content {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      flex-flow: column; //垂直排列
      justify-content: space-between; //两端对齐

      .title {
        font-size: 30rpx;
        font-weight: 600;
      }

      .rule {
        color: #cccccc;
        // margin: 40rpx 0;
      }
    }

    .button {
      position: absolute;
      right: 10rpx;
      top: 77rpx;
      width: 146rpx;
      height: 53rpx;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24rpx;
      color: #ffffff;
      background: rgb(255, 82, 79);
      box-shadow: 0px 2rpx 9rpx rgba(0, 147, 255, 0.3);
      border-radius: 26.75rpx;

    
    }
    .hover-class-opacity {
        opacity: .8;
      }

    .use {
      position: absolute;
      right: 30rpx;
      top: 77rpx;
    }

    .disabled {
      background: rgb(178, 185, 192);
      box-shadow: 0px 2px 8px rgb(228, 228, 228);
      color: #ffffff;

    }
  }

  .date {
    color: #cccccc;
  }
}
