body {
  background-color: #f5f5f5;
}

#module-introduction {
  position: relative;
  color: #fff;
  padding-top: 0.32rem;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}
#module-introduction .module-info {
  padding: 0.5rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
#module-introduction .module-info .module-name {
  font-size: 0.4rem;
}
#module-introduction .module-info .module-introduce {
  margin-top: 0.2rem;
  position: relative;
}
#module-introduction .module-info .module-introduce.open .module-introduce-text {
  max-height: inherit !important;
}
#module-introduction .module-info .module-introduce.open .open-text-btn {
  width: 100%;
  position: initial;
  background-image: none;
}
#module-introduction .module-info .module-introduce .module-introduce-text {
  line-height: 0.4rem;
  overflow: hidden;
}
#module-introduction .module-info .module-introduce .open-text-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.4rem;
  width: 1rem;
  line-height: 0.4rem;
  text-align: right;
  color: #ff8800;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.game-box-download-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  margin: 0 0.2rem;
  margin-top: -0.7rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.game-box-download-box .game-img {
  height: 1rem;
  width: 1rem;
  border-radius: 20%;
}
.game-box-download-box .game-info {
  width: 4.1rem;
  margin: 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game-box-download-box .game-info .game-name {
  font-size: 0.28rem;
}
.game-box-download-box .game-info .game-tag {
  font-size: 0.22rem;
}
.game-box-download-box .game-info .game-tag span {
  margin: 0 0.05rem;
  color: #d2d2d2;
}
.game-box-download-box .game-info .game-tag,
.game-box-download-box .game-info .game-text {
  font-size: 0.2rem;
  color: #999;
}
.game-box-download-box .download-btn {
  font-size: 0.24rem;
  width: 1.2rem;
  height: 0.55rem;
}

#game-list {
  background-color: #fff;
}
#game-list .game-type-tab {
  display: flex;
  padding: 0.3rem 0.2rem 0;
  overflow: hidden;
}
#game-list .game-type-tab .tab-item {
  flex: 1;
  display: flex;
  line-height: 0.6rem;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
#game-list .game-type-tab .tab-item.on {
  background-color: #ff8800;
  color: #fff;
}
#game-list .game-list-box .game-tb-list {
  height: 0;
  overflow: hidden;
}
#game-list .game-list-box .game-tb-list.show {
  padding: 0.3rem 0;
  height: auto;
}
#game-list .game-list-box .game-tb-list .game-text {
  color: #ff8800;
}

.collection-list .collection-item-box:last-child .collection-item {
  border-bottom: none;
}
.collection-list .collection-item-box .collection-item {
  padding: 0.18rem 0;
  border-bottom: 1px dashed #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-list .collection-item-box .collection-item .collection-tag {
  flex-shrink: 0;
  font-size: 0.2rem;
  width: 1rem;
  line-height: 0.35rem;
  color: #fff;
  text-align: center;
  background-color: #ff8800;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
}
.collection-list .collection-item-box .collection-item .collection-title {
  flex: 1;
}
.collection-list .collection-item-box .collection-item .collection-date {
  flex-shrink: 0;
  margin-left: 0.1rem;
  font-size: 0.22rem;
  color: #666;
}

#special-recommend .special-list {
  display: flex;
  flex-wrap: wrap;
}
#special-recommend .special-list .special-item-box {
  width: 48.5%;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-bottom: 0.01rem solid #f5f5f5;
}
#special-recommend .special-list .special-item-box:nth-child(odd) {
  margin-right: 3%;
}
#special-recommend .special-list .special-item-box .special-item {
  display: block;
  position: relative;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  margin: 0;
}
#special-recommend .special-list .special-item-box .special-item .special-bg {
  border-radius: 0.1rem;
  width: 100%;
  height: 2rem;
}
#special-recommend .special-list .special-item-box .special-item .special-info {
  position: absolute;
  left: 0.1rem;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
#special-recommend .special-list .special-item-box .special-item .special-info .special-img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  padding: 0.02rem;
  background-color: #fff;
  border-radius: 20%;
}
#special-recommend .special-list .special-item-box .special-item .special-info .special-name {
  line-height: 0.46rem;
  padding-left: 0.1rem;
  font-size: 0.26rem;
  width: 2.35rem;
  display: inline-block;
}/*# sourceMappingURL=details.css.map */