@charset "utf-8";/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
fieldset,
img,
abbr,
acronym {
  border: 0;
}
/* body,
html {
  min-width: 12rem;
} */
/* basic */
.c:before,
.c:after {
  content: '';
  display: tadble;
}
.c:after {
  clear: both;
}
.c {
  zoom: 1;
}
body {
  font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, '\5b8b\4f53', '\9ED1\4F53',
    sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  overflow: hidden;
}
.wrap,
body {
  min-width: 12rem !important;
  overflow-x: hidden;
  position: relative;
}
.container {
  width: 12rem;
  margin: 0 auto;
  padding-top: 246px;
  position: relative;
  z-index: 1;
  /* opacity: 0;
  pointer-events: none; */
}
.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.db {
  display: block;
  text-indent: -999em;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  cursor: pointer;
  background: transparent !important;
}
html ::-webkit-scrollbar-thumb {
  background-color: #ffffff26 !important;
  border-radius: 0;
}

@font-face {
  font-family: 'mfgeheinumber';
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images//mfgeheinumber.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'syht';
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images//SourceHanSans-Heavy.ttf);
  font-display: swap;
}
html body {
  --font-family-base: system-ui, 'PingFang SC', 'Open Sans', 'calibri', 'Roboto',
    verdana, 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
    sans-serif;
  --font-family-mfgeheinumber: 'mfgeheinumber', system-ui, 'PingFang SC',
    'Open Sans', 'calibri', 'Roboto', verdana, 'Hiragino Sans GB',
    'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif;
  --font-family-syht: 'syht', system-ui, 'PingFang SC', 'Open Sans', 'calibri',
    'Roboto', verdana, 'Hiragino Sans GB', 'Microsoft YaHei UI',
    'Microsoft YaHei', sans-serif;
  --game-page-content: 1200px;
  --game-card-gap: 16px;
  --game-font-color: #ffffff;
  --game-bg-color-rgb: 3, 88, 152;
  --game-bg-color: #035898;
  --game-brand-bg-color: #01223b;
  --game-brand-font-color: #66dbf6;
  --game-free-bg-hover: #1d5782;
  color: var(--game-font-color);
  font-family: var(--font-family-base);
  background: #373737;
}
/* 设置根节点 font-size，基于设计稿 1920px */
html {
  font-size: calc(100 / 1920 * 100vw);
}
/* 设置最小宽度限制（可选） */
@media screen and (max-width: 1200px) {
  html {
    font-size: calc(100 / 1920 * 1200px);
  }
}
/* 设置最大宽度限制（可选） */
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px; /* 设计稿宽度时，1rem = 100px */
  }
}
/* 待前端逻辑接入后打开 max-width:1400px */
@media screen and (max-width: 1400px) {
  html body {
    --game-page-content: 1000px;
  }
}
/* 待前端逻辑接入后打开 */
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  html body {
    --game-page-content: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  html body {
    --game-page-content: 1450px;
    /* --game-card-gap: 30px; */
  }
  body .step-mask-wrapper {
    transform: translate(-50%, -110%) scale(1.2);
  }
}
img.error {
  opacity: 0;
}
.container {
  width: var(--game-page-content);
  padding-bottom: 22px;
  margin: 0 auto;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  height: 100%;
}
.bg-1 {
  width: 1920px;
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.bg-1 img {
  width: 100%;
}
.bg-2 {
  width: 100%;
  position: relative;
  margin-top: -350px;
  /* margin-top: -776px; */
  filter: blur(80px);
}
.bg-2 img {
  width: calc(1920px * 4);
  position: relative;
  left: 50%;
  transform: translateX(-27%);
}
.bg-1 img,
.bg-2 img {
  -webkit-mask: linear-gradient(
    180deg,
    #d9d9d9 0%,
    #bbb 72.96%,
    rgba(115, 115, 115, 0) 96.99%
  );
}
.bg::before {
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 466px;
  left: 0;
  width: 100%;
  height: 430px;
  background: linear-gradient(
    180deg,
    rgba(3, 88, 152, 0) 0%,
    rgb(var(--game-bg-color-rgb)) 91.7%,
    rgb(var(--game-bg-color-rgb)) 100%
  );
  z-index: 2;
  pointer-events: none;
}
.bg::after {
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 896px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--game-bg-color);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1600px) {
  .bg-1 {
    transform: translate3d(-50%, 0, 0) scale(1.4);
    transform-origin: 50% 20%;
  }
}
.head-title {
  margin-left: -4px;
  height: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.head-title img {
  width: 362px;
  height: 145px;
}
.step-cont {
}
.step-pic {
  position: relative;
  aspect-ratio: 1003 / 232;
}
.step-pic .step-pic-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.step-mask-list {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2%;
}
.step-mask-item {
  cursor: pointer;
  flex: 1;
  height: 100%;
  position: relative;
  height: 80%;
}
.step-mask-item::after {
  opacity: 0;
  content: '';
  position: absolute;
  right: 25%;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/step-done.png)
    no-repeat center center / cover;
}
.step-mask-item.finish::after {
  opacity: 1;
}
.step-mask-item:hover .step-mask-wrapper {
  opacity: 1;
}
.step-mask-wrapper {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.step-mask-wrapper.shadow img {
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.step-mask-wrapper img {
  max-height: 175px;
  max-width: 350px;
}
.step-mask-wrapper::after {
  position: absolute;
  inset: 0;
  content: '';
  border-radius: 4px;
  background: var(--game-brand-bg-color);
  backdrop-filter: blur(2px);
  opacity: 0.7;
  z-index: -1;
}
.step-mask-wrapper::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 11px;
  background: var(--game-brand-bg-color);
  opacity: 0.7;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  z-index: -1;
}
.step-list {
  display: flex;
}
.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-title-tips {
  margin-left: 12px;
  font-size: 13px;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.step-title-tips i {
  opacity: 0.9;
  color: var(--game-brand-font-color);
  font-size: 16px;
  font-family: var(--font-family-mfgeheinumber);
  font-weight: normal;
  padding: 0 2px;
  position: relative;
  top: 1px;
}
.step-text {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.step-text span {
  color: var(--game-brand-font-color);
  text-align: center;
  font-size: 30px;
  font-family: var(--font-family-mfgeheinumber);
  vertical-align: text-bottom;
  padding: 0 10px;
  display: inline-block;
}
.step-btn,
.free-btn,
body .try-play-btn {
  width: 154px;
  height: 40px;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/free-btn.png)
    no-repeat center center/cover;
  color: var(--game-free-bg-hover);
  transition: opacity 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
}
body .try-play-btn {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/btn.png)
    no-repeat center center/cover;
  min-width: 154px;
  /* aspect-ratio: 154 / 40; */
  margin-top: -6px;
}
body .try-play-btn span {
  display: none;
}
.step-btn:hover,
.free-btn:hover,
body .try-play-btn:hover {
  opacity: 0.8;
}
.step-btn.disabled,
.step-btn.got,
.free-btn.disabled,
body .try-play-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.step-btn {
  margin-top: 10px;
  margin-bottom: 38px;
}
.activity {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  height: 40px;
}
.activity-info {
  position: relative;
}
.activity-info::after {
  content: '';
  z-index: -1;
  opacity: 0.2;
  background: var(--game-brand-bg-color);
  mix-blend-mode: darken;
  filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  width: 496px;
  height: 44px;
}
.activity-time,
.activity-desc {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.activity-time {
  font-weight: 700;
}
.activity-time a {
  cursor: pointer;
  opacity: 0.75;
  width: 16px;
  height: 16px;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/rule-icon.png)
    no-repeat center center/cover;
  transition: opacity 0.3s;
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.15));
}
.activity-time a:hover {
  opacity: 1;
}
.activity-desc {
  opacity: 0.9;
  font-size: 13px;
}
.activity-title {
  width: 172px;
  margin-bottom: -10px;
}
.activity-title img {
  width: 100%;
}
.box {
  margin-bottom: 60px;
}
/* .game {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  height: 553px;
} */
.game {
  aspect-ratio: 1000 / 553;
  position: relative;
  overflow: hidden;
}
.game::after {
  z-index: -1;
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: var(--game-brand-bg-color);
  aspect-ratio: 1000 / 553;
  opacity: 0.5;
}
/* 视频修改样式 */
.we-panel-hd {
  display: none;
}
body .try-play {
  height: auto;
  background: transparent;
  position: relative;
  padding: 20px 8px 18px 20px;
}
body .try-play-hd {
  width: 100%;
}
body .try-play-pic-box {
  width: 100%;
  flex: 1;
  aspect-ratio: 772/436;
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 7px;
}
body .try-play-content {
  aspect-ratio: 955/503;
  height: auto;
  position: relative;
  padding-right: 220px;
}
body .try-play-bd {
  width: 210px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}
body .try-play-thumb-item {
  height: 90px;
}
body .try-play-thumb-item.cur::before,
body .try-play-thumb-item:hover::before {
  display: none;
}
body .try-play-thumb-item.cur:after,
body .try-play-thumb-item:hover:after {
  border-color: #fff;
  width: 160px;
  height: 90px;
  top: 0;
  left: 0;
}
body .try-play-thumb::after {
  display: none;
}
body .try-play-info {
  margin-top: 23px;
}
body .try-play-info-title {
  color: #e3e3e3;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  margin-right: 9px;
}
body .we-tag {
  background: rgba(228, 228, 228, 0.16);
}
body .try-play-info-title-box {
  /* margin-bottom: 12px; */
  height: 24px;
}
body .try-play-info-des {
  height: 30px;
}
body .try-play-info-des-num {
  color: #e3e3e3;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.8;
  margin-right: 12px;
}
body .try-play-info-des .stars-score-base.stars-xs .star-icon,
body .evaluation-hd .stars-score-base.stars-xs .star-icon {
  height: 18px;
  background-size: 18px 18px;
}
body .try-play-info-des-text {
  color: #e3e3e3;
  font-size: 13px;
  font-weight: 400;
}
body .special-tabs-item-text {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  opacity: 0.8;
}
body .special-tabs-content {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  padding: 12px 42px;
  font-size: 0;
}
body .evaluation-pic {
  margin-right: 4px;
}
body .evaluation-info {
  height: 22px;
  margin-bottom: 6px;
}
body .evaluation-name {
  font-size: 15px;
  font-weight: 900;
}
body .evaluation-des {
  margin-top: 6px;
  opacity: 0.8;
}
body .evaluation-bd:after {
  background: rgba(255, 255, 255, 0.3);
}
body .evaluation-hd {
  width: 156px;
}
body .evaluation-bd {
  padding-left: 26px;
}
body .try-play-btn-text,
body .try-play-btn-desc {
  color: var(--game-free-bg-hover);
}
/* 视频修改样式 */
.box-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: var(--font-family-syht);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.free-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.free-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  padding-right: 22px;
  position: relative;
}
.free-item::after {
  border-radius: 4px;
  position: absolute;
  inset: 0;
  content: '';
  background: var(--game-brand-bg-color);
  opacity: 0.5;
  transition: background-color 0.3s;
  z-index: -1;
}
.free-item:hover::after {
  background: var(--game-free-bg-hover);
}
.free-item:hover .free-discount,
.free-item:hover .free-price {
  display: none;
}
.free-item:hover .free-scoring {
  display: flex;
}
.free-discount,
.free-price {
  display: block;
}
.free-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.free-pic {
  width: 214px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.free-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-ifo {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.free-name {
  color: #e3e3e3;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.free-name span {
  font-size: 12px;
  color: #e3e3e3;
  margin-left: 12px;
  opacity: 0.8;
  font-weight: 400;
}
.free-label-list {
  display: flex;
  gap: 3px;
  height: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.free-label {
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 400;
  padding: 0 6px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 2px;
  background: rgba(227, 227, 227, 0.12);
}
.free-label.active::before {
  content: '';
  width: 14px;
  height: 18px;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/label-active.png)
    no-repeat center center/cover;
}
.free-others {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
}
.free-scoring {
  display: none;
  align-items: baseline;
}
.free-scoring-num {
  color: #e3e3e3;
  font-size: 30px;
  display: flex;
  align-items: baseline;
  font-family: var(--font-family-mfgeheinumber);
  width: 72px;
}
.free-scoring-num i {
  font-size: 24px;
}
.free-scoring-text span {
  font-family: var(--font-family-base);
  font-size: 13px;
  opacity: 0.6;
  align-items: flex-end;
}
.free-discount {
  width: 46px;
  height: 20px;
  line-height: 21px;
  background: var(--game-brand-font-color);
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
}
.free-right {
  display: flex;
  flex-direction: column;
}
.free-price {
  color: #e3e3e3;
  font-size: 17px;
  font-weight: 700;
}
.free-time {
  margin-top: 15px;
  color: #e3e3e3;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-time span {
  font-family: var(--font-family-mfgeheinumber);
  color: #e3e3e3;
  font-size: 24px;
  font-weight: 800;
  max-width: 36px;
  padding: 6px;
  text-align: center;
  margin-top: -2px;
}
.news-list {
  display: flex;
  gap: var(--game-card-gap);
}
.news-item {
  /* flex: 1; */
  position: relative;
  background: #1c1f22;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: transform 0.3s;
  overflow: hidden;
  aspect-ratio: 238 / 230;
  width: calc(25% - 12px);
}
.news-item:hover {
  transform: scale(1.05);
}
.news-pic {
  width: 100%;
  height: 100%;
}
.news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info {
  height: 94px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px;
  box-sizing: border-box;
  z-index: 1;
  backdrop-filter: blur(30px);
}
.news-info::after {
  position: absolute;
  inset: 0;
  content: '';
  background: var(--game-brand-bg-color);
  opacity: 0.7;
  z-index: -1;
}
.news-desc {
  color: #e3e3e3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 限制行数 */
  -webkit-box-orient: vertical; /* 方向从上到下 */
  font-size: 14px;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  margin-bottom: 10px;
}
.news-time {
  color: rgba(227, 227, 227, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
/* 弹框规则 */
.pop {
  background: rgba(16, 18, 20, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 555;
}
.pop-wrapper {
  position: relative;
  background: #070809;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
}
.pop-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  background: var(--wgui-popbox-linear-bg);
  z-index: 2;
  left: 0;
  top: 0;
}
.pop-rule .pop-wrapper {
  width: 580px;
  height: 436px;
  padding: 40px;
  padding-bottom: 0;
}
.pop-rule .we-popbox-ft {
  margin: 0;
}
.pop-rule-cont {
  display: flex;
  gap: 12px;
  height: 334px;
}
.pop-rule-icon {
  width: 36px;
  height: 36px;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/rule-icon-1.png)
    no-repeat center center/cover;
}
.pop-rule-text {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.pop-rule-title {
  height: 28px;
  line-height: 28px;
  color: #e3e3e3;
  font-size: 20px;
  font-weight: 700;
}
.pop-rule-desc {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 10px;
}
/* 弹框领取 */
.pop-get .pop-wrapper {
  width: 390px;
  height: 486px;
  padding: 54px 30px 0;
}
.pop-get-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-get-icon {
  width: 72px;
  aspect-ratio: 1 / 1;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/wegame20260312/images/get-icon.png)
    no-repeat center center/cover;
  margin-bottom: 14px;
}
.pop-get-title {
  color: #e3e3e3;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px; /* 130% */
  margin-bottom: 16px;
}
.pop-get-pic {
  width: 100%;
  height: 138px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.pop-get-pic img {
  max-width: 100%;
  max-height: 100%;
}
.pop-get-text {
  color: #e3e3e3;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px; /* 169.231% */
  margin-bottom: 2px;
}
.pop-get-desc {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
body .pop-get-btn {
  position: absolute;
  bottom: 32px;
  width: 140px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pagination-btn {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-btn:hover::after {
  opacity: 0.3;
}
.pagination-btn.disabled {
  pointer-events: none;
}
.pagination-btn.disabled::before {
  opacity: 0.2;
}
.pagination-btn::after {
  position: absolute;
  inset: 0;
  content: '';
  border-radius: 36px;
  opacity: 0.1;
  background: #e3e3e3;
  transition: opacity 0.3s;
}
.pagination-prev:before {
  transform: rotate(180deg);
}
.pagination-btn::before {
  content: '';
  width: 7px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAZCAYAAAA4/K6pAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAHxJREFUeAHdjssNgCAQBRdjAXYgnUoJdiCdWIIlGDuwA9wDHoywHzUxMMk7kDADEK440BLuOI2fCugiIY8sgheHLyK+kghe6nBLPRGLW7lIQzT2uBw9MD+YidcnTva/yeMb2RUox8BzmQjI5ExALicCOhlpcfY8GGM2UHIAo0aNkVihEV0AAAAASUVORK5CYII=)
    no-repeat center center/cover;
  transition: opacity 0.3s;
}

.icon-loading:before,
.icon-loading:after {
  display: none !important;
}
.evaluation-recommend {
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.evaluation-recommend::before {
  content: '';
  width: 13px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAATdJREFUeAG9lF+RwjAQxjc393gI6Am4E4ABBADvIKAY4B0FGEAAvAMCKoAKIAJaAQgo35YNhE4CDdNmZz6S+fLnl26WEHUcVVX9QltoYPtf1H2k0J+091DUQcjph9AIGltDB+gI6SAQpwXNCuKNM6XURiB78XxRhIL4hIllbQTGqdp6ll2gees7kpMnDXvEP4BphnqWrjFehhRD8sYrPetqPwT07/Dse/mRllOV0QNcH+ab2kfq8C5Wn9O3QJpyYyDdE/HbgbAgJXfqtOnYAMs73Pv0GmDKeeiZwqDM5QPy5CtsNiOpHokdT+JnhG7/8E+jLn0bdGpMyDFh4fBDg+9vir3qe+zjrTMxMJC+QU/F0SdIxwJF+6JzDFDBD2kMkG4afYHyWKAoX1S4HlgGle9OEwKBlq6BK23GZtKxt3ZIAAAAAElFTkSuQmCC)
    no-repeat center center/cover;
}
body.page-out-client {
  padding-top: 50px;
}
body:not(.page-out-client) .mill-header {
  display: none;
}
body.page-out-client #site-header {
  position: absolute;
  width: 100%;
}
body:not(.page-out-client) .fr-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  opacity: var(--fr-header-opacity, 0.5);
  background: linear-gradient(
    180deg,
    rgb(var(--game-bg-color-rgb)) 40%,
    rgba(var(--game-bg-color-rgb), 0) 100%
  );
  z-index: 1;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}
body.page-out-client #site-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  opacity: 0.5;
  background: linear-gradient(
    180deg,
    rgb(var(--game-bg-color-rgb)) 40%,
    rgba(var(--game-bg-color-rgb), 0) 100%
  );
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}
body .home-navnew:after{
  display: none;
}

/**
 * 修复 lock-back 导致页面回弹置顶的问题
 * shared 中的 lock-back 使用 overflow:hidden + height:100% 会导致浏览器重置滚动位置
 * 这里通过更高优先级的选择器覆盖，改用不影响滚动位置的方案
 */
html.lock-back {
  height: auto !important;
  overflow: visible !important;
}


/* ============================================================
 * trial-new 组件样式
 * 整合自 store 仓库的以下样式文件：
 * - block-try-play.css
 * - widget-evaluation.css
 * - widget-screenshot.css
 * - widget-special-tabs.css
 * - widget-star.css
 * - widget-gamevideo.css
 * - newzone-test-skeleton.css (skeleton 部分)
 * ============================================================ */

/* ==================== 面板标题 ==================== */

.panel-tryplay .panel-hdinfos-title {
  color: #fff;
}

.panel-hdinfos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.panel-hdinfos-title {
  font-size: 32px;
  color: #3c3c3c;
  color: var(--color-text-1, #3c3c3c);
  font-weight: bold;
  font-family: var(--font-family-sanscnheavy, inherit);
}

/* ==================== try-play 主布局 ==================== */

.try-play {
  margin-bottom: 40px;
  padding: 20px 2px 18px 20px;
  background-color: #fff;
  background-color: var(--color-fill-1, #fff);
  border-radius: 0px;
  border-radius: var(--wg-corner1, 0px);
  overflow: hidden;
  height: 552px;
}

.try-play-content {
  height: 528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.try-play-hd {
  width: 772px;
}

.try-play-pic-box {
  width: 772px;
  height: 436px;
  position: relative;
  border-radius: 0px;
  border-radius: var(--wg-corner2, 0px);
  overflow: hidden;
}

.try-play-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 视频播放层 - 绝对定位覆盖封面图 */
.try-play-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.try-play-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.try-play-info-hd {
  overflow: hidden;
}

.try-play-info-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

.try-play-info-title {
  color: #3c3c3c;
  color: var(--color-text-1, #3c3c3c);
  font-size: 20px;
  font-weight: bold;
  margin-right: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.try-play-info-title:hover {
  color: #ff8f00;
  color: var(--color-brand1, #ff8f00);
}

.try-play-info-taglist {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 24px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  gap: 6px;
}

.try-play-tag {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
  cursor: default;
}

.try-play-tag--recommend {
  background: rgba(255, 143, 0, 0.08);
  border-color: rgba(255, 143, 0, 0.2);
  color: #FF7F1C;
}

.try-play-info-taglist .complete .we-tag {
  background: rgba(255, 143, 0, 0.08);
  border-color: rgba(255, 143, 0, 0.2);
  color: #FF7F1C;
  cursor: default;
}

.try-play-info-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.try-play-info-des-num {
  color: #000;
  color: var(--color-text-4, #000);
  font-size: 18px;
  font-weight: bold;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.try-play-info-des .stars-score-base {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.try-play-info-des .stars-score-base.stars-xs {
  width: 90px;
}

.try-play-info-des .stars-score-base.stars-xs .star-icon {
  background-size: 18px 14px;
}

.try-play-info-des-text {
  color: #757575;
  color: var(--color-text-2, #757575);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 7px;
}

.try-play-info-bd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.try-play-info-focus {
  display: flex;
  align-items: center;
}

.try-play-info-focus-person {
  font-size: 13px;
  font-size: var(--font-size-s, 13px);
  color: #757575;
  color: var(--color-text-2, #757575);
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e4e4e4;
  border-right: 1px solid var(--color-line-1, #e4e4e4);
}

.try-play-info-focus-person strong {
  font-size: 18px;
  font-size: var(--font-size-l, 18px);
  color: #000;
  color: var(--color-text-4, #000);
  margin-right: 4px;
}

.try-play-info-time {
  font-size: 13px;
  font-size: var(--font-size-s, 13px);
  color: #757575;
  color: var(--color-text-2, #757575);
}

/* ==================== 按钮 ==================== */

.try-play-btn {
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-priamry-linear-bg, linear-gradient(135deg, #ffc107, #ff8f00));
  border: none;
  border-radius: 0px;
  border-radius: var(--wg-corner4, 21px);
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  min-width: 201px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.try-play-btn:hover {
  opacity: 0.8;
}

.try-play-btn-text {
  color: var(--wgui-priamry-button-color, #fff);
  font-size: 15px;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.try-play-btn-des,
.try-play-btn-desc {
  color: var(--wgui-priamry-button-color, #fff);
  font-size: 13px;
  margin-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.try-play-btn.disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: .3;
}

/* ==================== 缩略图侧栏 ==================== */

.try-play-bd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.try-play-thumb {
  height: calc(100% + 3px);
  position: relative;
  margin-top: -3px;
}

.try-play-thumb:after {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  background-image: var(--thumb-linear, linear-gradient(to top, white, rgba(255, 255, 255, 0)));
  pointer-events: none;
}

.try-play-thumb-list {
  padding: 3px 16px 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  list-style: none;
  margin: 0;
}

.try-play-thumb-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  background-color: var(--color-fill-scrollbar-thumb-default, rgba(0, 0, 0, 0.15));
}

.try-play-thumb-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

.try-play-thumb-item {
  position: relative;
  width: 160px;
  height: 92px;
  margin-bottom: 18px;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--corner-2, 4px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  overflow: hidden;
}

.try-play-thumb-item.cur:after,
.try-play-thumb-item:hover:after {
  content: "";
  width: 162px;
  height: 94px;
  border: 2px solid #ffe082;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 0px;
  border-radius: var(--corner-2, 4px);
}

.try-play-thumb-item.cur::before,
.try-play-thumb-item:hover::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffe082;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.try-play-thumb-pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.try-play-thumb-pic img {
  border-radius: 0px;
  border-radius: var(--corner-2, 4px);
}

.try-play .txp_info_icon {
  display: none;
}

/* ==================== 星星评分 ==================== */

.stars {
  font-size: 0;
}

.stars.hand .star-icon {
  cursor: pointer;
}

.stars .star-icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.stars-score-base {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0;
  line-height: initial;
}

.stars-score-base.stars-xs {
  width: 80px;
}

.stars-score-base.stars-xs .star-icon {
  width: 100%;
  height: 14px;
  padding: 0 2px;
  background-size: 16px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.stars-score-base.stars-small {
  width: 105px;
}

.stars-score-base.stars-small .star-icon {
  width: 100%;
  height: 16px;
  padding: 0 2px;
  background-size: 21px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.stars-score-top {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.stars-score-top .star-icon {
  display: inline-block;
  background-repeat: repeat;
  /* 内联 SVG 星星（黄色填充） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath fill='%23ffc107' d='M8 0l2.47 4.74L16 5.72l-4 3.7.94 5.22L8 12.07 3.06 14.64 4 9.42 0 5.72l5.53-.98z'/%3E%3C/svg%3E");
}

.stars-score-bottom {
  display: block;
  z-index: 0;
}

.stars-score-bottom .star-icon {
  display: inline-block;
  background-repeat: repeat;
  /* 内联 SVG 星星（灰色填充） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath fill='%23e0e0e0' d='M8 0l2.47 4.74L16 5.72l-4 3.7.94 5.22L8 12.07 3.06 14.64 4 9.42 0 5.72l5.53-.98z'/%3E%3C/svg%3E");
}

/* ==================== 特殊选项卡 (special-tabs) ==================== */

.special-tabs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.special-tabs-head {
  position: relative;
  z-index: 0;
}

.special-tabs-mask {
  width: 36px;
  height: 27px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  pointer-events: none;
}

.special-tabs-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  list-style: none;
  margin: 0;
}

.special-tabs-item {
  min-width: 78px;
  height: 26px;
  line-height: 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  overflow: hidden;
}

.special-tabs-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
    border-radius: 4px 4px 0 0;
    backdrop-filter: blur(7.949999809265137px);

}

.special-tabs-item.cur,
.special-tabs-item:hover {
  color: #fff;
  color: var(--color-white, #fff);
}

.special-tabs-item.cur .special-tabs-item-text,
.special-tabs-item:hover .special-tabs-item-text {
  opacity: 1;
}

.special-tabs-item.cur::after {
  background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(0);
}

.special-tabs-content {
  height: 96px;
  padding: 12px 44px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.special-tabs-content-list {
  height: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.special-tabs-content-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.special-tabs-item-text {
  color: #fff;
  position: relative;
  z-index: 3;
  opacity: 0.7;
}

/* ==================== 评测 (evaluation) ==================== */

.evaluation {
  position: relative;
}

.evaluation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.evaluation-hd {
  width: 154px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.evaluation-hd .stars-score-base {
  margin-left: -2px;
}

.evaluation-hd .stars-score-base.stars-xs {
  width: 90px;
}

.evaluation-hd .stars-score-base.stars-xs .star-icon {
  background-size: 18px 14px;
}

.evaluation-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.evaluation-pic {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  border-radius: var(--corner-circle, 200px);
  overflow: hidden;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.evaluation-name {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evaluation-des {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evaluation-bd {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.evaluation-bd:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
}

.evaluation-article {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evaluation-article br {
  display: none;
}

.evaluation-article p {
  display: inline;
  color: rgba(255, 255, 255, 0.8) !important;
}

.evaluation-article div,
.evaluation-article p,
.evaluation-article ul,
.evaluation-article ol,
.evaluation-article li,
.evaluation-article dl,
.evaluation-article dt,
.evaluation-article dd {
  display: inline;
}

.evaluation-row {
  width: 11px;
  height: 18px;
  /* 内联 SVG 箭头 */
  background: url(https://wegame.gtimg.com/g.55555-r.c4663/store/testzone/assets/info-row-142df2e2.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  opacity: .6;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.evaluation-row:hover {
  opacity: 1;
}

.evaluation-row.left {
  left: -32px;
}

.evaluation-row.right {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: -32px;
}

.evaluation-row.disabled {
  opacity: 0.4;
  cursor: default;
}

.evaluation-row.disabled:hover {
  opacity: 0.4;
}

/* ==================== KOL 推荐 ==================== */

.kol-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.kol-hd {
  width: 175px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kol-user-pic {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.kol-user-pic img {
  border-radius: 52px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kol-userinfo {
  min-width: 102px;
}

.kol-userinfo-name {
  display: inline-block;
  font-size: 14px;
  font-size: var(--font-size-base, 14px);
  color: #fff;
  color: var(--color-white, #fff);
  line-height: 18px;
  max-width: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kol-userinfo-tag {
  min-width: 102px;
  line-height: 20px;
  border-radius: var(--wg-corner4, 10px);
  background-color: #ffc107;
  background-color: var(--color-brand1-5, #ffc107);
  font-size: 11px;
  color: #3c3c3c;
  border: 1px solid transparent;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kol-userinfo-tag:hover {
  background-color: #ffd54f;
  background-color: var(--color-brand1-4, #ffd54f);
}

.kol-userinfo-tag-icon {
  width: 4px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18'%3E%3Cpath fill='%23fff' d='M10 1L2 9l8 8' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center top;
  background-size: contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-left: 4px;
}

.kol-userinfo-tag-text {
  display: inline-block;
  max-width: 84px;
  height: 20px;
  font-size: 11px;
  overflow: hidden;
}

.kol-userinfo-tag--normal {
  background-color: transparent;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid #FFC107;
  color: #FFC107;
  border-radius: 4px;
  text-align: center;
  min-width: 102px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kol-userinfo-tag--normal:hover {
  background-color: transparent;
}

.kol-userinfo-tag--normal .kol-userinfo-tag-icon {
  display: none;
}

/* ==================== 截图 (screenshot) ==================== */

.screenshot {
  height: 100%;
}

.screenshot-box {
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.screenshot-content {
  max-width: 100%;
  overflow: hidden;
}

.screenshot-list {
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  height: 54px;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.screenshot-item {
  display: inline-block;
  width: 89px;
  height: 54px;
  border-radius: 0px;
  border-radius: var(--wg-corner1, 0px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  opacity: .4;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  cursor: pointer;
}

.screenshot-item:last-child {
  margin-right: 0;
}

.screenshot-item.cur,
.screenshot-item:hover {
  border: 2px solid #fff;
  opacity: 1;
}

.screenshot-pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.screenshot-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screenshot-pic.slide-video::before {
  cursor: pointer;
  content: "";
  display: block;
  width: 25px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' viewBox='0 0 25 29'%3E%3Cpath fill='%23fff' d='M23 14.5L2 28V1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -13px;
  z-index: 20;
  opacity: 1;
}

.screenshot-row {
  width: 11px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18'%3E%3Cpath fill='%23fff' d='M10 1L2 9l8 8' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  opacity: .6;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.screenshot-row:hover {
  opacity: 1;
}

.screenshot-row.left {
  left: -32px;
}

.screenshot-row.right {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: -32px;
}

.screenshot-row.disabled {
  opacity: 0.4;
  cursor: default;
}

.screenshot-row.disabled:hover {
  opacity: 0.4;
}

/* ==================== 视频播放器 ==================== */

.gamevideo {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background-color: #000;
}

.gamevideo * {
  cursor: pointer !important;
}

.gamevideo .txp_bottom,
.gamevideo .plugin_ctrl_txp_bottom {
  display: none;
}

.gamevideo video,
.gamevideo > video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  overflow: hidden;
}

.gamevideo .txp_info_icon {
  display: none;
}

.gamevideo--position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}

.gamevideo--readonly {
  pointer-events: none;
}

.gamevideo--readonly * {
  cursor: default !important;
  pointer-events: none !important;
}

.gamevideo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 右键菜单隐藏 */
.txp_contextmenu {
  display: none !important;
}

/* ==================== 过渡动画 ==================== */

.fade-ani-enter-active,
.fade-ani-leave-active {
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}

.fade-ani-enter-from,
.fade-ani-leave-to {
  opacity: 0;
}

/* ==================== 骨架屏 (skeleton) ==================== */

.skeleton-panel {
  margin-bottom: 40px;
}

.skeleton-panel-hd {
  margin-bottom: 18px;
}

.skeleton-panel-title {
  width: 200px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--skeleton-bg-color-fill-2, rgba(0, 0, 0, 0.2));
  border-radius: 4px;
}

.skeleton-tryplay {
  padding: 18px 2px 18px 20px;
  height: 590px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--skeleton-bg-color-fill-1, rgba(0, 0, 0, 0.1));
  border-radius: 0px;
  border-radius: var(--corner-1, 0px);
  margin-bottom: 40px;
}

.skeleton-tryplay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 514px;
}

.skeleton-tryplay-hd {
  width: 772px;
}

.skeleton-tryplay-pic {
  width: 100%;
  height: 436px;
  position: relative;
  border-radius: 0px;
  border-radius: var(--corner-1, 0px);
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--skeleton-bg-color-fill-1, rgba(0, 0, 0, 0.1));
  overflow: hidden;
}

.skeleton-tryplay-pic-content {
  width: 100%;
  height: 96px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--skeleton-bg-color-fill-1, rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 0;
  bottom: 0;
}

.skeleton-tryplay-info {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.skeleton-tryplay-info-hd {
  width: 400px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--skeleton-bg-color-fill-2, rgba(0, 0, 0, 0.2));
  border-radius: 4px;
}

.skeleton-tryplay-info-bd {
  width: 200px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--skeleton-bg-color-fill-2, rgba(0, 0, 0, 0.2));
  border-radius: 21px;
}

.skeleton-tryplay-bd {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 3px 16px 0 24px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--skeleton-bg-color-fill-2, rgba(0, 0, 0, 0.2));
  border-radius: 0px;
  border-radius: var(--corner-1, 0px);
}

/* 骨架屏动画 */
@keyframes skeleton-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.skeleton-tryplay,
.skeleton-panel {
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

/* ==================== 暗黑主题适配 ==================== */

.theme-cn-dark .try-play-info-des-num,
body.theme-cn-dark .try-play-info-des-num {
  color: rgba(255, 255, 255, 0.6);
}

.theme-cn-dark .try-play-btn,
body.theme-cn-dark .try-play-btn {
  border: 1px solid rgba(255, 193, 7, 0.3);
  background-color: rgba(255, 193, 7, 0.05);
}

.theme-cn-dark .try-play-btn .try-play-btn-text,
.theme-cn-dark .try-play-btn .try-play-btn-des,
body.theme-cn-dark .try-play-btn .try-play-btn-text,
body.theme-cn-dark .try-play-btn .try-play-btn-des {
  color: var(--wgui-priamry-button-color, #fff);
}

.theme-cn-dark .stars-score-bottom,
body.theme-cn-dark .stars-score-bottom {
  opacity: .2;
}

.theme-cn-dark .kol-userinfo-tag-icon,
html.theme-cn-dark .kol-userinfo-tag-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* 通过样式隐藏播放器右键菜单 contextmenu */
.txp_contextmenu {
  display: none !important;
}
