body {
  background-color: #fafafa;
}

.game-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 7rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.5rem;
}
.game-card .game-score {
  position: absolute;
  right: 0.1rem;
  top: 0.3rem;
  height: 1.3rem;
  width: 1.5rem;
  background-image: url(../../static//img/score-bg.svg);
  background-size: contain;
  padding-top: 0.42rem;
}
.game-card .game-score span {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #fff;
  font-weight: bold;
}
.game-card .game-img {
  height: 2rem;
  width: 2rem;
  border-radius: 20%;
}
.game-card .game-title {
  margin-top: 0.2rem;
  font-size: 0.4rem;
}
.game-card .game-introduce,
.game-card .game-type {
  margin-top: 0.1rem;
  color: #999;
}
.game-card .game-welfare {
  margin-top: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.12rem;
  font-size: 0.26rem;
  border-radius: 0.04rem;
  background-color: #ff4c4c;
  color: #fff;
}
.game-card .game-type span {
  margin: 0 0.1rem;
  font-size: 0.22rem;
}
.game-card .game-tags {
  margin-top: 0.14rem;
  display: flex;
}
.game-card .game-tags .game-tag {
  position: relative;
  margin-right: 0.3rem;
  border-radius: 0 0 0.15rem 0;
  overflow: hidden;
  color: #999;
  border: 0.01rem solid #999;
  padding: 0 0.1rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
}
.game-card .game-tags .game-tag:last-child {
  margin-right: 0;
}
.game-card .game-tags .game-tag::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.36rem 0.3rem;
  border-color: transparent transparent #e8e8e9 transparent;
}
.game-card .game-box-download-btn {
  margin-top: 0.4rem;
  height: 0.7rem;
  font-size: 0.28rem;
  width: 100%;
}
.game-card .game-hot-box {
  margin-top: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0;
  display: flex;
  width: 100%;
  background-color: #fff;
}
.game-card .game-hot-box .hot-info-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game-card .game-hot-box .hot-info-item:first-child {
  border-right: 1px solid #d2d2d2;
}
.game-card .game-hot-box .hot-info-item .hot-num {
  font-size: 0.36rem;
  font-weight: bold;
  color: #ff8800;
}
.game-card .game-hot-box .hot-info-item .hot-name {
  margin-top: 0.1rem;
  color: #999;
}

.game-info-tab {
  display: flex;
  background-color: #fff;
}
.game-info-tab .tab-item {
  position: relative;
  flex: 1;
  height: 0.7rem;
  color: #666;
}
.game-info-tab .tab-item.on {
  color: #ff8800;
}
.game-info-tab .tab-item.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 0.04rem;
  width: 0.5rem;
  border-radius: 0.01rem;
  background-color: #ff8800;
}

#game-details .game-imgs {
  display: flex;
  overflow-y: auto;
}
#game-details .game-imgs .game-img {
  border-radius: 0.1rem;
  margin-right: 0.25rem;
  height: 4.5rem;
}
#game-details .game-imgs .game-img:first-child {
  margin-left: 0.25rem;
}
#game-details .game-info {
  width: 7rem;
  margin: 0.3rem auto 0;
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 0.2rem;
}
#game-details .game-info .game-characteristic-box {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #f5f5f5;
}
#game-details .game-info .game-characteristic-title,
#game-details .game-info .game-info-title {
  position: relative;
  padding-left: 0.5rem;
  font-weight: bold;
  font-size: 0.26rem;
}
#game-details .game-info .game-characteristic-title::after,
#game-details .game-info .game-info-title::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 0.3rem;
  width: 0.3rem;
  background-image: url(../../static/img/game-introduction-icon.svg);
  background-size: contain;
}
#game-details .game-info .game-characteristic,
#game-details .game-info .game-introduce {
  margin-top: 0.2rem;
  position: relative;
}
#game-details .game-info .game-characteristic.open .text-box,
#game-details .game-info .game-introduce.open .text-box {
  max-height: inherit !important;
}
#game-details .game-info .game-characteristic.open .open-text-btn,
#game-details .game-info .game-introduce.open .open-text-btn {
  width: 100%;
  position: initial;
}
#game-details .game-info .game-characteristic .text-box,
#game-details .game-info .game-introduce .text-box {
  color: #666;
  line-height: 0.4rem;
  overflow: hidden;
}
#game-details .game-info .game-characteristic .open-text-btn,
#game-details .game-info .game-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(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255));
}
#game-details .game-info .game-video {
  width: 100%;
  margin-top: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
#game-details .game-info .game-video video {
  width: 100%;
}
#game-details .game-info .game-other {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #f5f5f5;
  line-height: 0.4rem;
  color: #666;
}
#game-details .game-info .game-other .other-item {
  position: relative;
}
#game-details .game-info .game-other .other-item span {
  color: #333;
  font-weight: bold;
}
#game-details .game-info .game-other .other-item .text-lint {
  position: absolute;
  right: 0;
  top: 0;
}
#game-details .game-info .game-other .other-item .text-lint .link {
  color: #666;
}
#game-details .game-info .game-other .other-item .text-lint span {
  color: #666;
  font-weight: normal;
  font-size: 0.22rem;
}

#game-information .type-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
#game-information .type-list .type-item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  background-color: #f5f5f5;
  border: 0.01rem solid #f5f5f5;
  padding: 0 0.3rem;
  border-radius: 0.12rem;
  margin-right: 0.3rem;
  color: #666;
}
#game-information .type-list .type-item.on {
  border: 0.01rem solid #ff8800;
  color: #ff8800;
  background-color: rgba(255, 136, 0, 0.1);
}
#game-information .information-list-box {
  border-top: 1px solid #f5f5f5;
}

.game-group-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
  width: 100%;
  background-color: #ffecd9;
  background-image: url(https://yximg.seo525.com/gameother/web/biu_adv_bg1%403x.0bacd489.png), url(https://yximg.seo525.com/gameother/web/biu_adv_bg2%403x.fedf457e.png);
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}
.game-group-box .text-box {
  font-size: 0.3rem;
}
.game-group-box .speedup-btn {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.3rem;
  border-radius: 0.11111rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  background: #ff8800;
}

.game-recommend .game-recommend-list {
  margin: 0 -0.2rem;
  margin-top: 0.2rem;
  display: flex;
  overflow-y: auto;
}
.game-recommend .game-recommend-list .game-recommend-item {
  width: 1.4rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game-recommend .game-recommend-list .game-recommend-item:first-child {
  margin-left: 0.3rem;
}
.game-recommend .game-recommend-list .game-recommend-item .game-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game-recommend .game-recommend-list .game-recommend-item .game-info .game-img {
  width: 1.3rem;
  height: 1.3rem;
}
.game-recommend .game-recommend-list .game-recommend-item .game-info .game-name {
  margin-top: 0.1rem;
  text-align: center;
  width: 1.3rem;
}
.game-recommend .game-recommend-list .game-recommend-item .game-info .game-score {
  margin-top: 0.05rem;
  display: flex;
  line-height: 0.3rem;
  color: #ff8800;
}
.game-recommend .game-recommend-list .game-recommend-item .game-info .game-score .icon {
  margin-top: -0.02rem;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.game-recommend .game-recommend-list .game-recommend-item .game-download-btn {
  margin-top: 0.1rem;
  width: 1.1rem;
}

.game-special {
  background-color: transparent;
}
.game-special .game-special-list {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
}
.game-special .game-special-list .game-special-item-box {
  width: 48.5%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.game-special .game-special-list .game-special-item-box:nth-child(odd) {
  margin-right: 3%;
}
.game-special .game-special-list .game-special-item-box .game-special-item {
  display: block;
  background-color: #fff;
}
.game-special .game-special-list .game-special-item-box .game-special-item .special-img {
  height: 2rem;
}
.game-special .game-special-list .game-special-item-box .game-special-item .special-name {
  padding: 0 0.1rem;
  line-height: 0.5rem;
}

#game-comment {
  background-color: transparent;
}
#game-comment .download-app {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.2rem;
}
#game-comment .download-app .download-text {
  display: flex;
  align-items: center;
}
#game-comment .download-app .download-text .num {
  font-size: 0.4rem;
  color: #ff8800;
  margin-right: 0.2rem;
}
#game-comment .download-app .download-text .name {
  font-size: 0.3rem;
}
#game-comment .download-app .common-btn-line {
  width: 2rem;
}
#game-comment .comment-list {
  margin-top: 0.3rem;
}
#game-comment .comment-list .comment-item {
  margin-bottom: 0.3rem;
}
#game-comment .comment-list .comment-item .comment-user {
  display: flex;
}
#game-comment .comment-list .comment-item .comment-user .comment-img {
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
}
#game-comment .comment-list .comment-item .comment-user .user-info {
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 0.7rem;
}
#game-comment .comment-list .comment-item .comment-user .user-info .user-score {
  display: flex;
  align-items: center;
}
#game-comment .comment-list .comment-item .comment-user .user-info .user-score .score-stars-list {
  display: flex;
}
#game-comment .comment-list .comment-item .comment-user .user-info .user-score .score-stars-list .icon {
  margin-right: 0.02rem;
  padding: 0;
  color: #ff8800;
  font-size: 0.2rem;
}
#game-comment .comment-list .comment-item .comment-user .user-info .user-score .score-type {
  margin-left: 0.1rem;
  font-size: 0.22rem;
  color: #ff8800;
}
#game-comment .comment-list .comment-item .comment-content {
  padding-left: 0.85rem;
  margin-top: 0.15rem;
  position: relative;
}
#game-comment .comment-list .comment-item .comment-content.open .comment-text {
  max-height: inherit !important;
}
#game-comment .comment-list .comment-item .comment-content.open .open-text-btn {
  width: 100%;
  position: initial;
}
#game-comment .comment-list .comment-item .comment-content .comment-text {
  color: #666;
  line-height: 0.4rem;
  overflow: hidden;
}
#game-comment .comment-list .comment-item .comment-content .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(245, 245, 245, 0), rgb(245, 245, 245), rgb(245, 245, 245));
}
#game-comment .comment-list .comment-item .comment-meta {
  padding-left: 0.85rem;
  margin-top: 0.2rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#game-comment .comment-list .comment-item .comment-meta .icon-info-list {
  display: flex;
}
#game-comment .comment-list .comment-item .comment-meta .icon-info-list .icon-info-item {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
#game-comment .comment-list .comment-item .comment-meta .icon-info-list .icon-info-item .icon {
  margin-right: 0.05rem;
  font-size: 0.24rem;
}/*# sourceMappingURL=details.css.map */