.no-act {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.no-act .no-act-c {
  padding: 0.6rem 0.6rem 0.4rem;
  max-width: 80%;
  background: #ffffff;
  border-radius: 0.2rem;
  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 {
  height: 0.42rem;
  width: 0.42rem;
  background: url('../../images/close-icon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.16rem;
  top: 0.2rem;
  cursor: pointer;
}
.no-act .no-act-c .t {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.4rem;
}
.no-act .no-act-c .desc {
  font-size: 0.22rem;
  line-height: 0.38rem;
  width: 3.4rem;
  margin: 0.5rem auto 0;
}
.no-act .no-act-c a {
  width: 3rem;
  padding: 0.18rem 0;
  background: #09c867;
  border-radius: 1rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 500;
  margin: 0.35rem auto 0;
}
.no-act .no-act-c a:hover {
  background-color: #00AF56;
}
