@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.none {
  display: none !important;
}

.block {
  display: block;
}

/* 背景层和内容层 */
.backgroundArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--index-bg-color);
}
.backgroundArea .upperLevel {
  background: linear-gradient(to right, var(--GamerSky-F5F7FA) 0, transparent 40px), linear-gradient(to left, var(--GamerSky-F5F7FA) 0, transparent 40px), linear-gradient(to top, var(--GamerSky-F5F7FA) 0, transparent 40px), var(--index-bg-upperLevel);
  width: 2000px;
  height: 1080px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  /* 核心：遮罩渐变（图片自身透明） */
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.backgroundArea .underlyingLevel {
  background: linear-gradient(to right, var(--GamerSky-F5F7FA) 0, transparent 40px), linear-gradient(to left, var(--GamerSky-F5F7FA) 0, transparent 40px), linear-gradient(to bottom, var(--GamerSky-F5F7FA) 0, transparent 40px), var(--index-bg-underlyingLevel);
  width: 2000px;
  height: 100vh;
  bottom: 0;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
}

#gsincome_szq_1160 {
  border-radius: 8px;
  overflow: hidden !important;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  display: none;
  position: relative;
}
#gsincome_szq_1160:not(:empty) {
  max-height: 74px;
}
#gsincome_szq_1160::after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#gsincome_szq_1160 div {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#gsincome_szq_1160 div div div {
  width: 24px !important;
}
#gsincome_szq_1160 div img {
  width: 100% !important;
}

/* 内容层 */
.contentArea {
  width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .BlockBg {
  border-radius: 8px;
  background: color-mix(in srgb, var(--GamerSky-FFFFFF) 90%, transparent);
  box-shadow: 0 8px 12px -5px rgba(0, 0, 0, 0.04), 0 4px 10px -6px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(5px);
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.contentArea .BlockBg::after {
  background: linear-gradient(180deg, color-mix(in srgb, var(--index-primary-color) 100%, transparent) 0%, rgba(255, 255, 255, 0.01) 40%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0.06;
  z-index: 2;
  pointer-events: none;
}
.contentArea .BlockBg::before {
  background: color-mix(in srgb, var(--index-secondary-color) 3%, transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 8px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.contentArea .paginator {
  display: none;
  gap: 10px;
}
.contentArea .paginator .pagelist {
  display: flex;
  gap: 6px;
  align-items: center;
}
.contentArea .paginator .pagelist .item {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background: var(--GamerSky-E5E7E9);
  cursor: pointer;
}
.contentArea .paginator .pagelist .item.active {
  background: var(--index-primary-color);
}
.contentArea .paginator .next,
.contentArea .paginator .previous {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: var(--GamerSky-E5E7E9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentArea .paginator .next svg,
.contentArea .paginator .previous svg {
  width: 10px;
  height: 10px;
  fill: var(--GamerSky-666666);
}
.contentArea .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  user-select: none;
}
.contentArea .titlebox .title {
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentArea .titlebox .more {
  display: flex;
  gap: 4px;
  color: var(--GamerSky-999999);
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.contentArea .titlebox .more svg {
  width: 12px;
  height: 12px;
  fill: var(--GamerSky-999999);
}
.contentArea .bigTitle {
  padding-top: 30px;
  height: 49.5px;
  padding-bottom: 10px;
  text-align: center;
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: relative;
}
.contentArea .bigTitle::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 3.5px;
  border-radius: 1.75px;
  background: var(--index-primary-color);
}
.contentArea .Ptxt {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.contentArea .Ptxt li {
  padding-left: 20px;
  display: flex;
  align-items: center;
  height: 20px;
  justify-content: space-between;
  gap: 4px;
  box-sizing: border-box;
  position: relative;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contentArea .Ptxt li::after {
  left: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  opacity: 0.4;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--index-primary-color);
}
.contentArea .Ptxt li .tit {
  flex: 1;
  min-width: 0;
  color: var(--GamerSky-222222);
}
.contentArea .Ptxt li .tit a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contentArea .Ptxt li .tit a font.tc {
  display: block;
  width: 100%;
  color: var(--index-primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentArea .Ptxt li .time {
  flex-shrink: 0;
  text-wrap: nowrap;
  color: var(--GamerSky-999999);
}
.contentArea .GuideCollectionScroll {
  overflow-y: scroll;
}
.contentArea .GuideCollectionScroll > b {
  display: none;
}
.contentArea .GuideCollectionScroll .Strategy-title span {
  color: var(--GamerSky-222222) !important;
}
.contentArea .GuideCollectionScroll .Strategy-block::after {
  background: var(--GamerSky-E5E7E9);
}
.contentArea .GuideCollectionScroll .Strategy-block.type-image-text-within .Strategy-item a p {
  color: var(--GamerSky-FFFFFD);
}
.contentArea .GuideCollectionScroll .Strategy-block.type-text .Strategy-item a p {
  background: var(--GamerSky-F5F7F9);
  color: var(--GamerSky-222222);
}
.contentArea .GuideCollectionScroll .GuideFallbackNews {
  height: 100%;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  box-sizing: border-box;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-item:hover .GuideFallbackNews-title {
  color: var(--index-primary-color);
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-cover {
  height: 120px;
  align-self: stretch;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background: var(--GamerSky-E5E7E9);
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: stretch;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-title {
  display: flex;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
  color: var(--GamerSky-222222);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  transition: color 0.2s ease;
}
.contentArea .GuideCollectionScroll .GuideFallbackNews-meta {
  display: none;
}
.contentArea .GuideCollectionScroll::-webkit-scrollbar {
  display: none;
}
.contentArea .topArea {
  height: 380px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contentArea .topArea .logo {
  width: 100%;
  height: 100%;
  background: var(--index-toparea-logo);
}
.contentArea .topArea .pricePromotion {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.contentArea .topArea .pricePromotion .item {
  display: flex;
  padding: 2px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  width: fit-content;
  cursor: pointer;
  order: 1;
}
.contentArea .topArea .pricePromotion .item .copywriting {
  color: var(--GamerSky-888888, #888);
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 4px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contentArea .topArea .pricePromotion .item .price {
  background-color: #344754;
  display: flex;
  gap: 4px;
}
.contentArea .topArea .pricePromotion .item .price .discountPercentage {
  display: flex;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #4d6b22;
  color: #beee11;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.contentArea .topArea .pricePromotion .item .price .priceBox {
  padding: 2px 6px 2px 8px;
  height: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.contentArea .topArea .pricePromotion .item .price .priceBox .originalPrice {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.contentArea .topArea .pricePromotion .item .price .priceBox .originalPrice svg {
  position: absolute;
  right: 0;
  width: 100%;
}
.contentArea .topArea .pricePromotion .item .price .priceBox .originalPrice .num {
  color: #738995;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-decoration: line-through;
}
.contentArea .topArea .pricePromotion .item .price .priceBox .currentPrice {
  color: #beee11;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contentArea .topArea .pricePromotion .item .button {
  display: flex;
  box-sizing: border-box;
  width: 136px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: linear-gradient(90deg, #75b022 5%, #588a1b 95%);
  color: #d2efa9;
  text-align: center;
  text-shadow: 1px 1px 0 #486e16;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.contentArea .topArea .pricePromotion .item.gsstore {
  order: 0;
}
.contentArea .topArea .pricePromotion .item.gsstore .price {
  background-color: #544934;
}
.contentArea .topArea .pricePromotion .item.gsstore .price .discountPercentage {
  background: #6b3215;
  color: #ff4d12;
}
.contentArea .topArea .pricePromotion .item.gsstore .price .priceBox .originalPrice .num {
  color: #958a73;
}
.contentArea .topArea .pricePromotion .item.gsstore .price .priceBox .currentPrice {
  color: #ff4d12;
}
.contentArea .topArea .pricePromotion .item.gsstore .button {
  background: linear-gradient(90deg, #fea007 5%, #fa4f00 95%);
  color: #efcca9;
  text-shadow: 1px 1px 0 #994d00;
}
.contentArea .topArea .pricePromotion .toSteam {
  width: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contentArea .topArea .pricePromotion .toSteam img {
  display: block;
}
.contentArea .topArea .pricePromotion .toSteam p {
  width: 100%;
  height: 32px;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #f2edda;
  line-height: 32px;
  text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}
.contentArea .navigation {
  backdrop-filter: blur(10px) !important;
  display: flex;
  padding: 12px 20px;
  align-items: center;
  align-self: stretch;
}
.contentArea .navigation.BlockBg::after {
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0) 100%) !important;
}
.contentArea .navigation .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px;
  height: 20px;
  position: relative;
  z-index: 3;
  color: var(--GamerSky-222222);
  gap: 8px;
}
.contentArea .navigation .item.z .icon {
  position: relative;
}
.contentArea .navigation .item.z .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border-radius: 4px;
  background: var(--index-primary-color);
  box-shadow: 0 0 2px 0 var(--index-primary-color);
}
.contentArea .navigation .item .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.contentArea .navigation .item .icon svg {
  fill: var(--GamerSky-222222);
}
.contentArea .navigation .item .text {
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.contentArea .navigation .item:hover {
  color: var(--index-primary-color);
}
.contentArea .navigation .item:hover .icon svg {
  fill: var(--index-primary-color);
}
.contentArea .navigation .item:hover::after {
  background-color: var(--index-primary-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  width: calc(100% - 30px);
}
.contentArea .ReleaseNewsBox {
  display: flex;
  gap: 20px;
}
.contentArea .ReleaseNewsBox .leftbox {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .ReleaseNewsBox .leftbox .videobox {
  width: 360px;
  height: 202.5px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.contentArea .ReleaseNewsBox .leftbox .videobox.videoshow img {
  display: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox.videoshow .title {
  display: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox.videoshow .button {
  display: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox.videoshow::after {
  display: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox.videoshow iframe {
  width: 100%;
  height: 100%;
}
.contentArea .ReleaseNewsBox .leftbox .videobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.contentArea .ReleaseNewsBox .leftbox .videobox .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 16px 16px;
  display: flex;
  align-items: flex-end;
  color: var(--GamerSky-FFFFFD);
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox .title::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.contentArea .ReleaseNewsBox .leftbox .videobox .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 50%;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough {
  width: 360px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough .List {
  height: 346px;
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough .List .item {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 155px);
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough .List .item li {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  width: 155px;
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough .List .item li img {
  width: 155px;
  height: 86.8px;
  align-self: stretch;
  aspect-ratio: 25/14;
  border-radius: 6px;
  background: url(<path-to-image>) lightgray 0px 0px/100% 100% no-repeat;
}
.contentArea .ReleaseNewsBox .leftbox .Walkthrough .List .item li p {
  width: 155px;
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentArea .ReleaseNewsBox .leftbox .moreBox {
  border-radius: 8px;
  overflow: hidden;
  width: 360px;
  height: 215.5px;
}
.contentArea .ReleaseNewsBox .leftbox .moreBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentArea .ReleaseNewsBox .centerbox {
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx .h1 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 26px;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx .h1 a {
  color: var(--index-primary-color);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx .h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  font-size: 10px;
  color: var(--GamerSky-444444);
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx .h2 a {
  color: var(--GamerSky-444444);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .bgx span {
  display: block;
  width: 1px;
  height: 8px;
  background-color: var(--GamerSky-E5E7E9);
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .fgx {
  width: 100%;
  height: 1px;
  background: var(--GamerSky-E5E7E9);
}
.contentArea .ReleaseNewsBox .centerbox .newscontent .news .listcon {
  height: 326px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  height: 345px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsHead {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 30px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsHead .cover {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsHead .nameBox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsHead .nameBox .name {
  color: var(--GamerSky-444444);
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsHead .nameBox .lv {
  display: flex;
  height: 15px;
  padding: 0 7px;
  border-radius: 8px;
  border: 1px solid #777777;
  color: #777777;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .title {
  height: 30px;
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .Content {
  color: var(--GamerSky-666666);
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .imgbox {
  position: relative;
  display: flex;
  gap: 10px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .imgbox span {
  position: absolute;
  border-radius: 6px 0 0 0;
  top: 0;
  left: 0;
  padding: 0 3px;
  height: 16px;
  color: var(--GamerSky-FFFFFD);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background: url(//image.gamersky.com/webimg15/user/club2/pc/mk.png);
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .imgbox img {
  width: calc((100% - 20px) / 3);
  height: 140px;
  flex-shrink: 0;
  border-radius: 6px;
  object-fit: cover;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .CommentsFooter {
  display: flex;
  gap: 20px;
  height: 30px;
  align-items: center;
  color: var(--GamerSky-999999);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .CommentsFooter .LikeNumber {
  padding-left: 18px;
  background: url(//image.gamersky.com/webimg15/user/club/pc/zan.png) no-repeat;
  background-position: 0 -60px;
}
.contentArea .ReleaseNewsBox .centerbox .ForumComments .Comments .CommentsContent .CommentsFooter .CommentsNumber {
  padding-left: 18px;
  background: url(//image.gamersky.com/webimg15/user/club/pc/zan.png) no-repeat;
  background-position: 0 0;
}
.contentArea .ReleaseNewsBox .rightbox {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 884px;
  overflow: visible;
}
.contentArea .newsBox {
  display: flex;
  gap: 20px;
}
.contentArea .newsBox .leftbox {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .newsBox .leftbox .Slides {
  overflow: hidden;
  width: 360px;
  position: relative;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.contentArea .newsBox .leftbox .Slides .Bimg {
  width: 360px;
  height: 225px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.contentArea .newsBox .leftbox .Slides .Bimg li {
  width: 360px;
  height: 225px;
}
.contentArea .newsBox .leftbox .Slides .Bimg li a {
  display: block;
  width: 360px;
  height: 225px;
  position: relative;
}
.contentArea .newsBox .leftbox .Slides .Bimg li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentArea .newsBox .leftbox .Slides .Bimg li a .mask {
  padding-top: 66px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(//image.gamersky.com/webimg13/s_zq/pragmata/slide-mk.png) repeat-x;
}
.contentArea .newsBox .leftbox .Slides .Bimg li a:hover .mask {
  color: var(--Gl-color);
}
.contentArea .newsBox .leftbox .Slides .Simg {
  width: 360px;
  height: 65.283px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  background: color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
  display: flex;
  gap: 4px;
  padding: 4px;
  box-sizing: border-box;
}
.contentArea .newsBox .leftbox .Slides .Simg a {
  display: block;
  width: 100px;
  height: 57.283px;
}
.contentArea .newsBox .leftbox .Slides .Simg a img {
  display: block;
  height: 57.283px;
  width: 85px;
  object-fit: cover;
  border-radius: 4px;
}
.contentArea .newsBox .leftbox .Slides .Simg a.cur {
  position: relative;
}
.contentArea .newsBox .leftbox .Slides .Simg a.cur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  top: 0;
  left: 0;
  border: 2px solid var(--index-primary-color);
}
.contentArea .newsBox .leftbox .Slides a.btn {
  display: block;
  width: 34px;
  height: 47px;
  position: absolute;
  top: 95px;
  z-index: 2;
  background: url(//image.gamersky.com/webimg15/slide-btn.png) no-repeat;
}
.contentArea .newsBox .leftbox .Slides a.btn.prev {
  left: -34px;
  background-position: 0 0;
  border-radius: 0 5px 5px 0;
}
.contentArea .newsBox .leftbox .Slides a.btn.next {
  right: -34px;
  background-position: -34px 0;
  border-radius: 5px 0 0 5px;
}
.contentArea .newsBox .leftbox .EditorsPick {
  width: 320px;
  height: 460px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .newsBox .leftbox .EditorsPick .EditorsPickContent {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.contentArea .newsBox .leftbox .EditorsPick .EditorsPickContent a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 203px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}
.contentArea .newsBox .leftbox .EditorsPick .EditorsPickContent a img {
  width: 100%;
  height: 203px;
  object-fit: cover;
}
.contentArea .newsBox .centerbox {
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.contentArea .newsBox .centerbox .newscontent {
  height: 779px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.contentArea .newsBox .centerbox .newscontent .news {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx .h1 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 26px;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx .h1 a {
  color: var(--index-primary-color);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx .h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx .h2 a {
  color: var(--GamerSky-444444);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contentArea .newsBox .centerbox .newscontent .news .bgx span {
  display: block;
  width: 1px;
  height: 8px;
  background-color: var(--GamerSky-E5E7E9);
}
.contentArea .newsBox .centerbox .newscontent .news .fgx {
  width: 100%;
  height: 1px;
  background: var(--GamerSky-E5E7E9);
}
.contentArea .newsBox .centerbox .newscontent .news .listcon {
  height: 672px;
}
.contentArea .newsBox .rightbox {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 819px;
  overflow: visible;
}
.contentArea .gameGuide {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.contentArea .gameGuide .ReleaseStrategy {
  display: flex;
  gap: 20px;
}
.contentArea .gameGuide .ReleaseStrategy .leftBox {
  padding: 20px;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .gameGuide .ReleaseStrategy .rightBox {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .gameGuide .ReleaseStrategy .rightBox .GuideCollectionScroll {
  height: 321px;
}
.contentArea .gameGuide .ReleaseStrategy .rightBox .GuideCollectionScroll .Strategy-list {
  display: block !important;
}
.contentArea .gameGuide .OrdinaryStrategy {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations {
  padding: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations .imgList {
  display: flex;
  gap: 10px;
  width: 1160px;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations .imgList li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations .imgList li a i {
  display: none;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations .imgList li a img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 16/9;
}
.contentArea .gameGuide .OrdinaryStrategy .PopularRecommendations .imgList li a p {
  color: var(--GamerSky-222222);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies {
  display: flex;
  gap: 20px;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 360px;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .RecentlyUpdated {
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews {
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li {
  padding-left: 0px;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li::after {
  display: none;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li .num {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: var(--GamerSky-444444);
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  background: var(--GamerSky-FFFFFF);
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li .num.n1, .contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li .num.n2, .contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .LeftSideStrategy .TopViews .Ptxt li .num.n3 {
  color: var(--index-primary-color);
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .GuideCollection {
  width: 780px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .gameGuide .OrdinaryStrategy .OtherAdditionalStrategies .GuideCollection .GuideCollectionScroll {
  height: 746px;
}
.contentArea .ResourceDownload {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .ResourceDownload .ResourceDownloadbox {
  display: flex;
  gap: 20px;
  height: 270px;
}
.contentArea .ResourceDownload .ResourceDownloadbox .GameDownload {
  width: calc((100% - 40px) / 3);
  height: 270px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.contentArea .ResourceDownload .ResourceDownloadbox .GameDownload .title {
  top: 20px;
  left: 20px;
  z-index: 3;
  position: absolute;
  color: var(--GamerSky-FFFFFD);
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentArea .ResourceDownload .ResourceDownloadbox .GameDownload .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%);
}
.contentArea .ResourceDownload .ResourceDownloadbox .GameDownload .btn {
  display: flex;
  padding: 12px 20px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  position: absolute;
  height: 45px;
  box-sizing: border-box;
  border-radius: 22.5px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contentArea .ResourceDownload .ResourceDownloadbox .GameDownload img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contentArea .ResourceDownload .ResourceDownloadbox .tool,
.contentArea .ResourceDownload .ResourceDownloadbox .mod {
  width: calc((100% - 40px) / 3);
  height: 230px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .SeriesReview {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .SeriesReview .SeriesReviewBox {
  width: 1200px;
  height: 348px;
  box-sizing: border-box;
  padding: 20px;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-container {
  width: 1040px;
  height: 306px;
  margin: 0 auto;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-container .swiper-slide {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-container .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 200px;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-container .swiper-slide a img {
  width: 200px;
  height: 282.609px;
  border-radius: 6px;
  overflow: hidden;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-container .swiper-slide a p {
  color: var(--GamerSky-222222);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-next,
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--GamerSky-F5F7FA);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 12px -5px rgba(0, 0, 0, 0.04), 0 4px 10px -6px rgba(0, 0, 0, 0.04);
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-next svg,
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-prev svg {
  fill: var(--GamerSky-222222);
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-next {
  right: 20px;
}
.contentArea .SeriesReview .SeriesReviewBox .swiper-button-prev {
  left: 20px;
}
.contentArea .hardwareModule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .hardwareModule .hardwareModuleBox {
  width: 1200px;
  box-sizing: border-box;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-bottom: 0.5px solid color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .Top .Title {
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .Top .ResolutionSwitching {
  display: flex;
  gap: 4px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .Top .ResolutionSwitching .item {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 0 12px;
  color: var(--GamerSky-666666);
  cursor: pointer;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .Top .ResolutionSwitching .item.cur {
  background: color-mix(in srgb, var(--index-primary-color) 15%, transparent);
  color: var(--index-primary-color);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .FigureCaption {
  display: flex;
  gap: 20px;
  justify-content: end;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .FigureCaption div {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--GamerSky-444444);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .FigureCaption div i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--GamerSky-222222) 0%, var(--GamerSky-666666) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .FigureCaption div:nth-child(2) i {
  border-radius: 2px;
  background: linear-gradient(180deg, var(--GamerSky-999999) 0%, var(--GamerSky-CCCCCC) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .FigureCaption p {
  color: var(--GamerSky-999999);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable {
  width: 1160px;
  height: 337px;
  position: relative;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 56.5px;
  position: relative;
  z-index: 1;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .bg .line {
  width: 100%;
  border-bottom: 0.5px dashed color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .bg .solidLine {
  position: absolute;
  top: 234px;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn {
  width: 1160px;
  height: 337px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, 80px);
  justify-content: space-evenly;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item {
  display: flex;
  flex-direction: column;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item .pillar {
  height: 228px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item .pillar .pillarItem {
  overflow: visible;
  width: 33px;
  height: 100px;
  display: flex;
  border-radius: 4px 4px 0 0;
  position: relative;
  background: linear-gradient(180deg, var(--GamerSky-222222) 0%, var(--GamerSky-666666) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item .pillar .pillarItem:nth-child(2) {
  background: linear-gradient(180deg, var(--GamerSky-999999) 0%, var(--GamerSky-CCCCCC) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item .pillar .pillarItem::after {
  position: absolute;
  bottom: 100%;
  display: block;
  width: 100%;
  content: attr(data-value);
  color: var(--GamerSky-222222);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item .name {
  color: var(--GamerSky-222222);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .DisplayTable .tableColumn .item img {
  width: 80px;
  height: 66px;
  object-fit: cover;
  margin-top: 10px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable {
  width: 1160px;
  height: 425px;
  position: relative;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr {
  border-bottom: 1px solid color-mix(in srgb, var(--index-primary-color) 30%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th {
  padding: 10px 12px 10.5px 12px;
  height: 40px;
  box-sizing: border-box;
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: start;
  width: 282.922px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th span {
  color: var(--GamerSky-999999);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-left: 4px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th:nth-child(2) {
  width: 177.344px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th:nth-child(3) {
  width: 252.461px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th:nth-child(4) {
  width: 155.836px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th:nth-child(5) {
  width: 91.438px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table thead tr th:nth-child(6) {
  width: 200px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr {
  height: 77px !important;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td {
  padding: 0px 12px;
  height: 77px !important;
  box-sizing: border-box;
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td .nr {
  display: flex;
  align-items: center;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(1) .nr {
  gap: 10px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(1) .nr img {
  width: 48px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  background: color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(2) .nr, .contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(5) .nr {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(2) .nr .text1, .contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(5) .nr .text1 {
  font-size: 12px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(2) .nr .text2, .contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(5) .nr .text2 {
  font-size: 11px;
  color: var(--GamerSky-666666);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(3) .nr, .contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(4) .nr {
  font-size: 12px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr .item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr .item .linebox {
  border-radius: 2px;
  width: 126px;
  height: 8px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr .item .linebox .line {
  background: linear-gradient(270deg, var(--GamerSky-222222) 0%, var(--GamerSky-666666) 100%);
  border-radius: 2px;
  height: 8px;
  width: 50%;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr .item:nth-child(2) .linebox .line {
  border-radius: 2px;
  background: linear-gradient(270deg, var(--GamerSky-999999) 0%, var(--GamerSky-CCCCCC) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .notebookDisplayTable table tbody tr td:nth-child(6) .nr .item p {
  text-wrap: nowrap;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation .line {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #2ee52e 0%, #ffe14d 25.48%, #ff974d 50%, #ff5b4d 75%, #f35 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation .lineText {
  height: 18px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation .lineText div {
  color: #0c0;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation .lineText div:nth-child(2) {
  color: #ff5400;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulecontent .SmoothPresentation .lineText div:nth-child(3) {
  color: #e50026;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom {
  display: flex;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation {
  padding: 20px;
  width: 657px;
  border-right: 0.5px solid color-mix(in srgb, var(--GamerSky-000000) 5%, transparent);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .title {
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list {
  display: flex;
  gap: 16px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: var(--GamerSky-F5F7FA);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .top {
  padding: 8px 12px;
  display: flex;
  gap: 8px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .top .line {
  height: 100%;
  width: 2px;
  border-radius: 0 0 1px 1px;
  background-color: var(--index-primary-color);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .top .textBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .top .textBox .text1 {
  color: var(--GamerSky-444444);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .top .textBox .text2 {
  color: var(--GamerSky-999999);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom img {
  width: 184px;
  height: 150px;
  object-fit: cover;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom .name {
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom .other {
  display: flex;
  justify-content: space-between;
  height: 20px;
  align-items: center;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom .other .tips {
  height: 20px;
  padding: 0 4px;
  line-height: 20px;
  background: color-mix(in srgb, var(--index-primary-color) 15%, transparent);
  border-radius: 4px;
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom .other .link {
  display: flex;
  gap: 4px;
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .E-commerceRecommendation .list .item .bottom .other .link svg {
  fill: var(--index-primary-color);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo .title {
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo .videobox {
  width: 463px;
  height: 289.375px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 0.5px solid rgba(255, 255, 255, 0.03);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo .videobox::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo .videobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.contentArea .hardwareModule .hardwareModuleBox .hardwareModulebottom .testVideo .videobox .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 50%;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contentArea .videoModalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.videoModalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.videoModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 4px;
  border: 2px solid var(--index-primary-color);
  background: #000;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16/9;
}
.videoModal .videoModalClose {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.videoModal .videoModalClose:hover {
  color: var(--index-primary-color);
}
.videoModal .videoModalContent {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.contentArea .playerCommunity {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .playerCommunity .playerCommunitybox {
  display: flex;
  gap: 20px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left {
  width: 820px;
  flex-shrink: 0;
  padding: 20px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qztit {
  padding: 0;
  border-bottom: none;
  height: 24px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qztit h3 {
  color: var(--index-primary-color);
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-indent: 0;
  background: none;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qztit a {
  display: flex;
  gap: 4px;
  color: var(--GamerSky-999999);
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  background-color: transparent;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang {
  padding: 0;
  background: transparent;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor {
  display: flex;
  width: 100%;
  border-bottom: none;
  justify-content: space-between;
  height: 30px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor .daohang-nav {
  display: flex;
  gap: 19px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor .daohang-nav a {
  color: var(--GamerSky-222222);
  padding: 0;
  margin: 0;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor .daohang-nav a.cur {
  border-bottom: none;
  position: relative;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor .daohang-nav a.cur::after {
  height: 2px;
  background: var(--index-primary-color);
  width: calc(100% - 14px);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .daohang .daohang-bor .daohang-sort .txt {
  color: var(--GamerSky-999999);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt {
  background: transparent;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-nocon {
  background: transparent;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid var(--GamerSky-EEEEEE);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .uname {
  color: var(--GamerSky-444444);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .level {
  color: var(--GamerSky-888888);
  border: 1px solid var(--GamerSky-CCCCCC);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .qzcmt-content-tit h5 a {
  color: var(--GamerSky-222222) !important;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .qzcmt-content-txt {
  color: var(--GamerSky-444444);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .qzcmt-content-txt a {
  color: var(--GamerSky-444444);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt .qzcmt-list .qzcmt-cont .qzcmt-action {
  color: var(--GamerSky-CCCCCC);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt-loadallbtn,
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt-commentbtn {
  border: 1px solid var(--GamerSky-CCCCCC);
  background-color: transparent;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt-loadallbtn span,
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-left .qzcmt-commentbtn span {
  color: var(--GamerSky-444444);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: sticky;
  gap: 20px;
  top: 70px;
  height: 690px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox {
  padding: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo {
  display: flex;
  gap: 15px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .clubInfoCover {
  width: 68px;
  height: 68px;
  border-radius: 6px;
  border: 1px solid var(--GamerSky-FFFFFF);
  overflow: hidden;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .clubInfoCover img {
  width: 100%;
  height: 100%;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info .name {
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 15.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info .btn {
  display: inline-flex;
  padding: 5px 12px;
  align-items: center;
  gap: 3px;
  position: relative;
  cursor: pointer;
  height: 24px;
  box-sizing: border-box;
  width: fit-content;
  color: var(--index-primary-color);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info .btn::after {
  position: absolute;
  width: 100%;
  height: 24px;
  border-radius: 12px;
  background: var(--index-primary-color);
  opacity: 0.1;
  content: "";
  top: 0;
  left: 0;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info .btn svg {
  fill: var(--index-primary-color);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .clubInfo .Info .btn img {
  width: 20px;
  height: 20px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .Description {
  color: var(--GamerSky-999999);
  font-family: "PingFang SC";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.067px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .Operation {
  display: flex;
  gap: 10px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .Operation .item {
  width: 280px;
  height: 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
  position: relative;
  color: var(--index-primary-color);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .Operation .item::before {
  position: absolute;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: var(--index-primary-color);
  opacity: 0.1;
  content: "";
  top: 0;
  left: 0;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubInfoBox .Operation .item svg {
  width: 16px;
  height: 16px;
  fill: var(--index-primary-color);
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .mrtit {
  display: none;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li {
  display: flex;
  gap: 12px;
  height: 60px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li.more {
  display: none;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .img {
  width: 60px;
  height: 60px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .img a img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con {
  position: relative;
  display: flex;
  gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: start;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con .tit {
  color: var(--GamerSky-222222);
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con p {
  color: var(--GamerSky-666666);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con .jrqzBtn {
  top: 3px;
  right: 0;
  position: absolute;
  display: flex;
  width: 50px;
  height: 24px;
  padding: 1px;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  border-radius: 3px;
  border: 1px solid var(--index-primary-color);
  color: var(--index-primary-color);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con .jrqzBtn svg {
  display: none;
}
.contentArea .playerCommunity .playerCommunitybox .playerCommunitybox-right .clubMore .TJQZlist li .con .jrqzBtn img {
  width: 20px;
  height: 20px;
}

#textarea,
#delTip {
  display: none;
}

.gameInfo {
  width: 360px;
  border-radius: 8px;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.gameInfo:hover {
  z-index: 3 !important;
}
.gameInfo .YXXX .YXXX-T {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.gameInfo .YXXX .YXXX-T .img a {
  width: 360px;
  height: 180px;
  display: block;
}
.gameInfo .YXXX .YXXX-T .img a img {
  width: 100%;
  height: 100%;
}
.gameInfo .YXXX .YXXX-B {
  padding: 20px;
  overflow: visible;
}
.gameInfo .YXXX .YXXX-B .gameden {
  margin-bottom: 10px;
  align-self: stretch;
  overflow: hidden;
  color: var(--GamerSky-666666);
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gameInfo .YXXX .YXXX-B .div2 {
  margin-bottom: 10px;
}
.gameInfo .YXXX .YXXX-B .div2 .win {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.gameInfo .YXXX .YXXX-B .div2 a {
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 12px;
  color: var(--GamerSky-FFFFFD);
  opacity: 0.5;
  border-radius: 2px;
  border-radius: 4px;
  outline: 1px solid rgba(0, 0, 0, 0.03);
  outline-offset: -1px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameInfo .YXXX .YXXX-B .div2 a img {
  margin-right: 4px;
  width: 16px;
  border-radius: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.gameInfo .YXXX .YXXX-B .div3 {
  margin-top: 10px;
  position: relative;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 {
  display: flex;
  margin-top: 5px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1:first-child {
  margin-top: 0;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .tit {
  font-size: 15px;
  color: rgba(255, 255, 253, 0.6);
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  width: 70px;
  height: 24px;
  line-height: 24px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .tit::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  right: 1px;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 253, 0.3);
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv_time_list {
  display: none;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv {
  line-height: 24px;
  color: rgba(255, 255, 253, 0.3);
  font-size: 15px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.tag a {
  color: var(--GamerSky-FFFFFD);
  opacity: 0.9;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.time {
  padding-right: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/arrow-down.png") no-repeat right/8px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.time:hover .titv_time_list {
  display: block;
  opacity: 1;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.issuance {
  position: relative;
  padding-right: 16px;
  box-sizing: border-box;
  position: relative;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/arrowBottom.png") no-repeat right center/8px;
  word-break: break-all;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.issuance p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.issuance:hover::after {
  content: attr(data-tips);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  padding: 16px;
  background: var(--GamerSky-FFFFFF);
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  white-space: normal;
  width: 300px;
}
.gameInfo .YXXX .YXXX-B .div3 .tt1 .titv.issuance:hover::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--GamerSky-FFFFFF);
  z-index: 10000;
  pointer-events: none;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list {
  display: none;
  position: absolute;
  top: 33px;
  left: 43px;
  padding: 16px;
  background: var(--GamerSky-FFFFFF);
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center/20px 10px;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item {
  margin-bottom: 4px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--GamerSky-222222);
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .plat {
  margin-right: 8px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: var(--GamerSky-999999);
  min-width: 28px;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .time {
  position: relative;
  padding-left: 8px;
}
.gameInfo .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .time::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 1px;
  height: 6px;
  background: var(--GamerSky-E5E7E9);
}
.gameInfo .YXXX .YXXX-B .div1 {
  width: auto;
  height: 22px;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(180deg, #e59644 0%, #ce7538 100%);
  box-sizing: border-box;
  outline: 0.5px solid rgba(255, 255, 255, 0.2);
  outline-offset: -0.5px;
  padding: 0 0 0 3px;
  display: none;
  align-items: center;
  position: relative;
}
.gameInfo .YXXX .YXXX-B .div1::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  right: 6px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_SurfaceArrowRight_8x8_Gray@1x.png");
}
.gameInfo .YXXX .YXXX-B .div1 img {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.gameInfo .YXXX .YXXX-B .div1 .rankName {
  width: auto;
  padding: 3px 12px 3px 6px;
  border-radius: 6px 2px 2px 2px;
  background: linear-gradient(0deg, #ffe6a1 0%, #ffecb3 100%), url("//image.gamersky.com/webimg13/www/newPc/zq/images/trophy_right.png") no-repeat center/6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #a8620d;
  cursor: pointer;
}
.gameInfo #fxTip {
  overflow: visible;
  position: static;
}
.gameInfo #instanceTip {
  position: fixed;
  display: none;
  content: "";
  display: block;
  z-index: 2;
  background: var(--GamerSky-FFFFFF);
  width: auto;
  max-width: 360px;
  height: auto;
  padding: 16px;
  border-radius: 8px;
  color: var(--GamerSky-666666);
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0em;
  word-break: break-all;
}
.gameInfo #instanceTip::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center/20px 10px;
}

.touristPublicReviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  flex-grow: 1;
  overflow: visible !important;
  flex: 1;
  min-height: 0;
}
.touristPublicReviews:hover {
  z-index: 3 !important;
}
.touristPublicReviews .YMZP {
  flex-grow: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  position: static;
}
.touristPublicReviews .YMZP .score_progress {
  height: 55.5px;
  padding-bottom: 10px;
  border: none;
  flex-shrink: 0;
  overflow: hidden;
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/dashedLine.png");
  background-size: 280px 0.5px;
  background-position: center bottom;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 0;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t {
  display: flex;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t .score {
  font-family: "BarlowSemi";
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #fffffd;
  width: 36px;
  text-align: center;
  box-sizing: border-box;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t .wg_score {
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 6px;
  border-radius: 2px;
  width: 27px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t .wg_score .wg {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t .wg_score .wg span {
  display: none;
}
.touristPublicReviews .YMZP .score_progress .l_score .score_t .wg_score .fs {
  font-family: "BarlowSemi";
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  color: #ff9f1d;
}
.touristPublicReviews .YMZP .score_progress .l_score .rsbz {
  margin-bottom: 8px;
  margin-right: -18px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fffffd;
}
.touristPublicReviews .YMZP .score_progress .l_score .pfNum {
  font-size: 10px;
  line-height: 10px;
  color: #fffffd;
  opacity: 0.5;
  margin-top: 3px;
  font-weight: normal;
}
.touristPublicReviews .YMZP .score_progress .r_progress {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.touristPublicReviews .YMZP .score_progress .r_progress .star_pro {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  gap: 1px;
}
.touristPublicReviews .YMZP .score_progress .r_progress .star_pro .star {
  display: flex;
  align-items: center;
  margin-right: 4px;
  gap: 2px;
}
.touristPublicReviews .YMZP .score_progress .r_progress .star_pro .star div {
  width: 6px;
  height: 6px;
  background: url(//image.gamersky.com/webimg13/www/newPc/zq/images/star.png) no-repeat center/6px;
}
.touristPublicReviews .YMZP .score_progress .r_progress .progress {
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
.touristPublicReviews .YMZP .score_progress .r_progress .progress div {
  height: 100%;
  background: #ff9f1d;
  border-radius: 1px;
}
.touristPublicReviews .YMZP .score_progress .r_progress .bfb {
  font-size: 8px;
  font-weight: normal;
  line-height: 8px;
  color: rgba(255, 255, 253, 0.3);
  display: flex;
  justify-content: end;
  width: 20px;
}
.touristPublicReviews .YMZP .playBtns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  min-height: 0;
}
.touristPublicReviews .YMZP .playBtns .playerBtn {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  padding: 8px auto;
  box-sizing: border-box;
  background: #212121;
  color: #fffffd;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.xiangWan i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_xiangWan.png") no-repeat center/16px;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.wanGuo i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_wanGuo.png") no-repeat center/16px;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo .stars {
  margin-right: 6px;
  display: flex;
  gap: 4px;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo .stars i {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_star.png");
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo .stars i.starLight {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_star_light.png");
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo .goPingfen {
  position: relative;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 12px;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo .goPingfen::before {
  position: absolute;
  left: -6px;
  top: 6px;
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background: #888888;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.xiangWan:hover .palyMark,
.touristPublicReviews .YMZP .playBtns .playerBtn.wanGuo:hover .palyMark {
  opacity: 1;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiXiangWan,
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo {
  background: #656565;
}
.touristPublicReviews .YMZP .playBtns .playerBtn.yiXiangWan:hover,
.touristPublicReviews .YMZP .playBtns .playerBtn.yiXiangWan i,
.touristPublicReviews .YMZP .playBtns .playerBtn.yiWanGuo i {
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/btn_arrow_Right.png") no-repeat center/8px, #656565;
}
.touristPublicReviews .YMZP .n_released {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-size: contain;
  padding-bottom: 14.5px;
  padding-top: 5px;
}
.touristPublicReviews .YMZP .n_released .xiangWanNum {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fffffd;
}
.touristPublicReviews .YMZP .n_released .n_released_tip {
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  opacity: 0.5;
  color: #fffffd;
}
.touristPublicReviews .YMZP .YMZP_PL {
  margin-top: 20px;
  flex: 1 !important; /* 吃掉剩余空间 */
  height: calc(100% - 52px - 65.5px); /* 覆盖默认的 min-height: auto，允许收缩 */
  overflow: auto; /* 或 overflow-y: auto，内容超出时显示滚动条 */
  /* 不展示滚动条 */
}
.touristPublicReviews .YMZP .YMZP_PL::-webkit-scrollbar {
  display: none;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item {
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 6px;
  background: var(--GamerSky-F5F7F9);
  display: none;
  overflow: hidden;
  flex-shrink: 0;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item:first-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item .PL_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item .PL_item .PL_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item .PL_item .PL_item_top .PL_item_top_l {
  display: flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #fffffd;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item .PL_item .PL_item_top .PL_item_top_l img {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.touristPublicReviews .YMZP .YMZP_PL .YMZP_PL_item .PL_item .PL_item_bottom {
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fffffd;
  overflow: hidden;
  text-overflow: ellipsis;
}