body {
  margin: 0;
  padding: 0;
}
#adArea {
  background: #333;
  overflow: hidden;
  text-overflow: clip;
  cursor: pointer;
}
.coin {
  width: 102px;
  height: 108px;
  left: 189px;
  top: 239px;
  position: absolute;
}
.rct {
  width: 320px;
  height: 480px;
  position: absolute;
}
.scale0 {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.opacity0 {
  opacity: 0;
}
.opacity1 {
  opacity: 1;
}
.zIndex2200 {
  z-index: 2200;
}
.zIndex2250 {
  z-index: 2250;
}
.hidden {
  visibility: hidden;
}
.noEvents {
  pointer-events: none;
}
