/* 蒙层 */
.summer-popup-mask {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  display: none;
  align-items: center;
  justify-content: center;
}

.summer-popup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 618px;
  height: 520px;
  background: url(https://images.anyrecover.com/anyrecoveren/assets/common/index/popup-bg.png)
    no-repeat center center;
  background-size: contain;
  border-radius: 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  padding: 49px 24px 28px 24px;
  overflow: hidden;
}

.summer-popup-container .summer-popup-close {
  position: absolute;
  right: 23px;
  top: 8px;
  font-size: 32px;
  color: #000;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
}
.summer-popup-container .summer-popup-close:hover {
  color: #fff;
}

.summer-popup-container .summer-popup-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.summer-popup-container .summer-popup-title-img {
  display: block;
  max-width: 336px;
}
.summer-popup-container .summer-popup-title-img.mobile {
  display: none;
}

.summer-popup-container .summer-popup-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px 0;
  gap: 8px;
}

.summer-popup-container .summer-popup-btn {
  width: 240px;
  height: 62px;
  margin-top: 61px;
  font-size: 26px;
}

.summer-popup-container .summer-popup-discount {
  position: absolute;
  top: 63px;
  right: 38px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 77px;
  height: 77px;
  padding-top: 14px;
  padding-right: 8px;
  color: #0696b8;
  line-height: 20px;
  background: url(https://images.anyrecover.com/anyrecoveren/assets/common/index/discount-bg.svg)
    center center no-repeat;
  background-size: cover;
}

.summer-popup-container .discount-num-value {
  font-size: 28px;
  color: #019bbf;
  font-weight: 700;
  line-height: 25px;
}

.summer-popup-container .discount-text-num-off {
  font-weight: 400;
  line-height: inherit;
}

.summer-popup-container .discount-num {
  line-height: inherit;
}

.summer-popup-container .discount-text-off {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .summer-popup-container {
    width: 327px;
    height: 405px;
    padding: 34px 27px 27px 27px;
    border-radius: 16px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/common/index/popup-mobile-bg.png)
      no-repeat center center;
    background-size: cover;
  }
  .summer-popup-container .summer-popup-title-img.pc {
    display: none;
  }
  .summer-popup-container .summer-popup-title-img.mobile {
    display: block;
    width: 65vw;
    max-width: 244px;
  }
  .summer-popup-container .summer-popup-discount {
    top: 110px;
    right: 22px;
    width: 66px;
    height: 66px;
    padding-top: 10px;
    padding-right: 6px;
    background-size: contain;
  }
  .summer-popup-container .summer-popup-countdown {
    margin: 25px 0 18px 0;
    gap: 4px;
  }

  .summer-popup-container .discount-num-value {
    font-size: 25px;
  }
  .summer-popup-container .discount-text-off {
    font-size: 16px;
  }
  .summer-popup-container .countdown-num {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
  }
  .summer-popup-container .countdown-num {
    font-size: 22px;
  }
  .summer-popup-container .countdown-label {
    font-size: 11px;
  }
  .summer-popup-container .summer-popup-btn {
    margin-top: 40px;
    min-height: 48px;
    width: 182px;
    height: 52px;
    box-sizing: border-box;
    border-width: 3px;
    border-radius: 10px;
    font-size: 20px;
  }
}