@charset "UTF-8";
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input, textarea {
  border: none;
  outline: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #000;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #070509;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: inherit;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 50px; /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw; /* 7.5rem === 100vw */
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-bg.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.wrap *,
.wrap ::before,
.wrap ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.common-wrapper {
  background-color: #fff;
}

.common-container {
  width: 6.78rem;
  height: 11.11rem;
  padding: 0.82rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  bottom: 0;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-page-box.png") no-repeat;
  background-size: 100% 100%;
}

.newsCanView {
  width: 6.34rem;
  margin: auto;
  height: 100%;
  overflow-y: auto;
  line-height: 0.65rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 设置滚动条的样式 */
.newsCanView::-webkit-scrollbar {
  width: 0.02rem; /* 设置滚动条的宽度 */
}

.logo {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/logo.png") no-repeat;
  background-size: 100% 100%;
  width: 1.19rem;
  height: 0.41rem;
  top: 0.3rem;
  left: 0.28rem;
  position: absolute;
}

/* 设置滚动条滑块的样式 */
.newsCanView::-webkit-scrollbar-thumb {
  background-color: #ff3d2c; /* 设置滑块的背景颜色 */
}

/* 设置滚动条轨道的样式 */
.newsCanView::-webkit-scrollbar-track {
  background-color: #000000; /* 设置轨道的背景颜色 */
  margin: 0.1rem 0 0.1rem;
}

.detail-headline {
  margin-bottom: 0.4rem;
  font-weight: bold;
  width: 6.2rem;
  margin: auto;
  font-size: 0.36rem;
  color: #fff;
}

.detail-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  margin: 0.1rem auto 0;
  font-size: 0.2rem;
  line-height: 1.2;
  color: #d4d4d4;
}
.detail-data .data-name {
  margin-right: 0.1rem;
}
.detail-data .data-view {
  margin: 0 0.3rem;
}

.detail-line {
  position: relative;
  padding-top: 0.04rem;
  padding-bottom: 0.03rem;
}

.newsContent p {
  text-indent: 2em;
}

.newsContent img {
  width: 6rem;
  margin-bottom: 0.3rem;
}

p {
  margin-bottom: 0.3rem;
}

.detail-content {
  width: 6rem;
  margin: auto;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #b0bac6;
}

.video-player {
  position: relative;
  width: 9.9rem;
}

.common-wrapper {
  background-color: #fff;
}

iframe {
  width: 6.5rem;
  height: 3.66rem;
}

img {
  max-width: 6rem;
  height: auto;
}

a {
  color: #32C8FF;
}

.go-back {
  position: absolute;
  top: 50%;
  left: 0.36rem;
  -webkit-transform: translateY(-5.67rem);
          transform: translateY(-5.67rem);
  z-index: 999;
  width: 3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.go-back .btn-go-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.05rem;
}
.go-back .go-icon {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/go-icon.png") no-repeat;
  background-size: 100% 100%;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.14rem;
  display: block;
}
.go-back a {
  color: #fff;
}