.forum {
  position: relative;
}

.forum .minicode {
  position: absolute;
  top: 82px;
  left: -40px;
  width: 240px;
  transition: all 0.3s ease;
}

.forum .minicode img {
  display: block;
  width: 100%;
}

.minicode-m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.minicode-m .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.minicode-m img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 280px;
}

.minicode-m p {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: normal;
}

body > a {
  display: none;
}

#cnzz_stat_icon_1281244128 {
  display: none;
}
