#activeInfoPop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}

#activeInfoPop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  cursor: pointer;
}

#activeInfoPop .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.21rem;
  margin-top: -3.87rem;
  width: 6.42rem;
  height: 7.74rem;
  background-image: url("../img/index/active_info_bc.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

#activeInfoPop .content .close {
  position: absolute;
  top: 0.4rem;
  right: 0.38rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #962a13;
  color: #fff;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.28rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#activeInfoPop .content .close img {
  width: 60%;
  height: 60%;
}
