.no-act {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: url('../../images/alert-mask.png') repeat;
}
.no-act .no-act-c {
  padding: 60px 60px 40px;
  max-width: 550px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  color: #333;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.no-act .no-act-c .close-i {
  font-size: 42px;
  position: absolute;
  right: 16px;
  top: 20px;
  cursor: pointer;
}
.no-act .no-act-c .t {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.no-act .no-act-c .desc {
  font-size: 22px;
  line-height: 38px;
  width: 340px;
  margin: 50px auto 0;
}
.no-act .no-act-c a {
  width: 300px;
  height: 60px;
  background: #09c867;
  border-radius: 100px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 35px auto 0;
}
.no-act .no-act-c a:hover {
  background-color: #00AF56;
}
.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
