.declarePopup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  background: rgba(0,0,0,0.7)
}

.declarePopup-wrap .declare-header {
  font-family: PingFangSC-Medium;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #F53D3B;
  font-weight: 500
}

.declarePopup-wrap .declare-main {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -260px;
  /* transform: translate(-50%, -50%); */
  width: 520px;
  /* height: 620px; */
  padding: 20px 0 18px;
  border-radius: 5px;
  background-color: #fff
}

.declarePopup-wrap .declare-contant {
  margin: 17px 25px;
  width: 470px
}
.declarePopup-wrap .declare-contant .danger{
  color: #FF3E3A;
  font-weight: bold;
}
.declarePopup-wrap .declare-contant .bold{
  font-weight: bold;
}
.declarePopup-wrap .declare-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333
}

.declarePopup-wrap .declare-btn {
  margin: 0 auto;
  width: 122px;
  height: 34px;
  border-radius: 17px;
  background-color: #F53D3B;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  cursor: pointer
}
@-webkit-keyframes zoomIn {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.4, 0.4, 0.4);
      transform: scale3d(0.4, 0.4, 0.4)
  }

  50% {
      opacity: 1
  }
}

@keyframes zoomIn {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.4, 0.4, 0.4);
      transform: scale3d(0.4, 0.4, 0.4)
  }

  50% {
      opacity: 1
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s
}
.couponPopup .declare-main {
  width: 613px;
  height: 320px;
  background: url(//n.sinaimg.cn/finance/1111/coupon/redpocket-bg.png) no-repeat;
  position: relative;
}
.couponPopup .declare-main a{
  width: 100%;
  /* margin: 210px auto 0; */
  height: 100%;
  display: block;
}
.pop-close{
  background: url(//n.sinaimg.cn/finance/2020tzxy/img/close.png) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -10px;
  top: -20px;
  background-size: contain;
  cursor: pointer;
}