@media screen and (orientation: landscape) {
  .press-write-off {
    padding: 0;

    &__coupon-wrap {
      display: flex;
      align-items: center;
      width: 5.21rem;
      height: 2.31rem;
      padding-left: .32rem;
      padding-top: 0;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/writeoff/coupon-bg-h.png) no-repeat center/contain;
    }

    &__coupon-name {
      position: absolute;
      left: 2.18rem;
      top: .4rem;
      max-width: 2.86rem;
    }

    &__coupon-desc {
      position: absolute;
      left: 2.18rem;
      top: .96rem;
      max-width: 2.86rem;
      text-align: left;
    }

    &__coupon-img {
      margin: 0;
    }

    &__coupon-time {
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 5.08rem;
      width: 2.21rem;
      height: 2.31rem;
      word-break: break-all;
      white-space: unset;
      padding: 0 .36rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/writeoff/coupon-bottom-h.png) no-repeat center/contain;
    }

    &__tip {
      bottom: 1rem;
    }

    &__gesture {
      position: absolute;
      top: 0;
      right: .7rem;
      height: 100%;
      width: 5rem;
      margin: auto;
    }

    &__slider-bg {
      top: 2.4rem;
      left: 3rem;
      transform: translate3D(0, 0, 0) rotate(90deg) scale(.08, .74);
      transform-origin: .73% 50.00%;
    }

    &__gesture-icon {
      top: 2.4rem;
      left: 2.66rem;
      width: 1.42rem;
      height: 1.68rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/writeoff/slider-gesture-h.png) no-repeat center/contain;
    }

    &__light-bg--ani {
      top: 52%;
      transform: translateX(-50%) translateY(-50%);
    }
  }
}
