@import "lib/common.css";
body {
  font-size: 0.34666667rem;
}
.wapper {
  font-size: 0.26666667rem;
  line-height: 0.48rem;
  max-width: 10rem;
}
.game-info {
  position: relative;
}
.game-info a {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.2rem;
  bottom: 0;
  left: 0;
}
img {
  width: 100%;
  display: block;
}
.none {
  display: none;
}
.lz-drag-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lz-drag-close {
  width: 0.53333333rem;
  height: 0.53333333rem;
  position: absolute;
  top: -0.8rem;
  right: 0.53333333rem;
  cursor: pointer;
  background: url(../images/cols.png) no-repeat center center;
  background-size: 100% auto;
}
.lz-drag-content {
  z-index: 10;
  width: 100%;
  height: 13.38666667rem;
  background: url(../images/t01.png) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 1.33333333rem;
  padding: 1.33333333rem 0 0 0;
}
.lz-drag-text {
  width: 76%;
  margin: 0 auto;
  padding: 0;
  color: white;
  height: 12rem;
  overflow-y: auto;
  font-size: 0.50666667rem;
  line-height: 0.8rem;
}
.lz-drag-text h2,
.lz-drag-text h3 {
  text-align: center;
}
.lz-drag-text h2 {
  font-size: 0.61333333rem;
}
.lz-drag-text h3 {
  font-size: 0.34666667rem;
  color: #65512c;
  padding-bottom: 0.13333333rem;
}
