.top-title {
  height: 2.76rem;
  position: relative;
}
.top-title .image {
  height: 100%;
  width: 100%;
}
.top-title .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.5rem;
}
.game-detail {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  display: block;
  border-radius: 0.1rem;
}
.game-detail .image {
  width: 2.26rem;
  height: 2.26rem;
  border-radius: 0.1rem;
}
.game-detail .tag {
  height: 0.5rem;
  padding: 0 0.2rem;
  background: #F0F0F0;
  border-radius: 100px;
}
.game-detail .btn {
  width: 1.36rem;
  height: 0.52rem;
  background: #000000;
  border-radius: 1rem;
}
.game-detail .el-rate__icon {
  font-size: 18px;
}
.game-detail .rate {
  background: #FFFFFF;
  border-radius: 900px;
  opacity: 1;
  border: 2px solid #F0F0F0;
  padding: 0.08rem 0.2rem;
}
.game-detail .icon {
  height: 0.3rem;
  width: 0.3rem;
}
.advertisement {
  height: 6.26rem;
  background-color: #dfdfdf;
}
.info-box {
  background-color: white;
  border: 1px dashed #C6C6C8;
  padding: 0.2rem;
}
.info-box .detail-text {
  flex: 0 0 2rem;
}
.btn-lange {
  display: block;
  margin-left: 0 !important;
  margin-top: 0.1rem;
  height: 0.8rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
}
.btn-lange.bg-black {
  background: black;
  border-color: black;
}
