    .popup{
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      background: rgba(153, 153, 153, .8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }
    .popup .popup-content{
      width: 750px;
      height: 500px;
      background: url('../image/popup_bg.png') no-repeat;
      position: relative;
    }
    .popup .popup-content .close-btn{
      width: 14px;
      height: 14px;
      position: absolute;
      top: 14px;
      right: 18px;
      cursor: pointer;
    }
    .popup .popup-content .close-btn img{
      width: 100%;
      height: 100%;
    }
    .close-reciprocal{
      position: absolute;
      top: 14px;
      right: 48px;
      font-size: 14px;
      color: #ffffff;
    }
    .popup-content > p{
      font-size: 70px;
      line-height: 1;
      color: #ffe07a;
      position: absolute;
      top: 300px;
      right: 318px;
    }