.pp-popup-pic {

  img {
    vertical-align: top;
  }

  &-pendant {
    position: fixed;
    top: 33%;
    right: 0;
    z-index: 100;
    width: 28px;
    height: 160px;
    background: url(../imgs/popup/free-upgrade-plan-pendant.svg) right center / contain no-repeat;
    cursor: pointer;
  }

  &-modal {
    position: relative;
    margin: auto;
    max-width: 760px;
    font-family: Poppins;
  }

  &-modal-body {
    overflow: hidden;
    padding: 40px;
    border-radius: 16px;
    background: url(../imgs/popup/mask1.png);
    cursor: pointer;
  }

  &-p2 {
    margin: 28px 0;
    color: #000000;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .pp-countdown {
    color: #E5534C;
  }

  /* 关闭按钮 */

  .modal-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    width: 36px;
    border: 0;
    background: 0 0;
    cursor: pointer;

    svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #5c5f62;
    }

    &:hover {
      svg {
        fill: #1a1c1d
      }
    }
  }

  &-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    background-color: rgba(0, 0, 0, .35);
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards;

    @media (prefers-reduced-motion: reduce) {
      animation-delay: 0s;
      animation-duration: 1ms
    }
  }
}
