<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../css/head_foot.css');
#content {
  padding: 12px 14px;
}
#content .game-detail {
  width: 100%;
  background: #434343;
  padding: 8px;
  margin-bottom: 24px;
}
#content .game-detail .game-t {
  display: flex;
}
#content .game-detail .game-t .gd-left {
  width: calc(100% - 426px);
  position: relative;
  margin-right: 16px;
}
#content .game-detail .game-t .gd-left a {
  display: block;
}
#content .game-detail .game-t .gd-left a .game-img {
  width: 100%;
  height: 209px;
  object-fit: cover;
}
#content .game-detail .game-t .gd-left a .bg-black {
  width: 100%;
  height: 209px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}
#content .game-detail .game-t .gd-left a .bg-black .play {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
#content .game-detail .game-t .gd-right h2 {
  width: 410px;
  height: 42px;
  font-size: 20px;
  font-family: m;
  color: #FFFFFF;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
#content .game-detail .game-t .gd-right .gd-r-c {
  border-top: 1px solid #696969;
  padding-top: 23px;
  margin-bottom: 24px;
}
#content .game-detail .game-t .gd-right .gd-r-c .c-t {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#content .game-detail .game-t .gd-right .gd-r-c .c-t img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 8px;
}
#content .game-detail .game-t .gd-right .gd-r-c .c-t .c-t-name {
  font-family: m;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #CCCCCC;
}
#content .game-detail .game-t .gd-right .gd-r-c .c-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .game-detail .game-t .gd-right .gd-r-c .c-b .views,
#content .game-detail .game-t .gd-right .gd-r-c .c-b .time {
  font-family: m;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #CCCCCC;
}
#content .game-detail .game-t .gd-right .gd-r-b .btn {
  width: 410px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  display: block;
  background: #59B43F;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-family: m;
  color: #fff;
}
#content .game-detail .game-t .gd-right .gd-r-b .btn:hover {
  background: linear-gradient(225deg, #70E84C 0%, #59B43F 100%);
  border: 2px solid #FFFFFF;
}
#content .game-detail .note {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .game-detail .note img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#content .game-detail .note .note-text {
  font-family: 'Alibaba PuHuiTi';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #9A9A9A;
}
#content .gg {
  width: 100%;
  min-height: 90px;
  position: relative;
  margin-bottom: 26px;
}
#content .gg .gg-title {
  position: absolute;
  left: 50%;
  bottom: -18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #7F7F7F;
  transform: translateX(-50%);
}
#content .overview {
  width: 100%;
  border: 1px solid #434343;
  padding: 24px;
  margin-bottom: 14px;
}
#content .overview .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .overview .title span {
  display: inline-block;
  width: 9px;
  height: 22px;
}
#content .overview .title .span2 {
  background-color: #59B43F;
  margin-right: 8px;
}
#content .overview .title h3 {
  font-size: 18px;
  font-family: m;
  font-weight: normal;
  color: #EA3323;
}
#content .overview .cont-text {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  line-height: 28px;
  color: #CCCCCC;
}
#content .recommend {
  margin-bottom: 14px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #434343;
  padding: 24px 0;
}
#content .recommend .title {
  display: flex;
  align-items: center;
  margin: 0 0 16px 24px;
}
#content .recommend .title span {
  display: inline-block;
  width: 9px;
  height: 22px;
}
#content .recommend .title .span2 {
  background-color: #59B43F;
  margin-right: 8px;
}
#content .recommend .title h3 {
  font-size: 18px;
  font-family: m;
  font-weight: normal;
  color: #EA3323;
}
#content .recommend .re_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
#content .recommend .re_list .re_item {
  display: block;
  padding: 8px 24px;
  display: flex;
}
#content .recommend .re_list .re_item img {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
#content .recommend .re_list .re_item .a-r {
  width: calc(100% - 88px);
}
#content .recommend .re_list .re_item .a-r .a-r-title {
  font-size: 16px;
  font-family: m;
  font-weight: normal;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
#content .recommend .re_list .re_item .a-r .lei {
  font-size: 14px;
  font-family: r;
  color: #CCCCCC;
  margin-bottom: 16px;
}
#content .recommend .re_list .re_item .a-r .xing .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #3044EB;
}
#content .youtube {
  margin-bottom: 24px;
}
#content .youtube .title {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .youtube .title .t-left {
  display: flex;
}
#content .youtube .title .t-left span {
  display: inline-block;
  width: 9px;
  height: 22px;
}
#content .youtube .title .t-left .span2 {
  background-color: #59B43F;
  margin-right: 8px;
}
#content .youtube .title .t-left .span1 {
  background-color: #70E84C;
}
#content .youtube .title .t-left h3 {
  font-size: 18px;
  font-family: m;
  font-weight: normal;
  color: #EA3323;
}
#content .youtube .video-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 13px;
}
#content .youtube .video-list .video .top {
  height: 195px;
  margin-bottom: 8px;
  position: relative;
}
#content .youtube .video-list .video .top .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .youtube .video-list .video .top .meng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}
#content .youtube .video-list .video .top .meng img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .youtube .video-list .video h4 {
  font-size: 14px;
  font-family: m;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .youtube .video-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .recommend .re_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .youtube .video-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .recommend .re_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .youtube .video-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .game-detail {
    width: 100%;
    padding: 8px;
    margin-bottom: 24px;
  }
  #content .game-detail .game-t {
    display: inherit;
  }
  #content .game-detail .game-t .gd-left {
    width: 100%;
  }
  #content .game-detail .game-t .gd-left a {
    display: block;
  }
  #content .game-detail .game-t .gd-left a .game-img {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .game-detail .game-t .gd-left a .bg-black {
    width: 100%;
  }
  #content .game-detail .game-t .gd-right h2 {
    width: 100%;
  }
  #content .game-detail .game-t .gd-right .gd-r-c {
    border-top: 1px solid #696969;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #content .game-detail .game-t .gd-right .gd-r-c .c-t {
    margin-bottom: 10px;
  }
  #content .game-detail .game-t .gd-right .gd-r-b .btn {
    width: 100%;
  }
}
</pre></body></html>