@charset "UTF-8";
:root {
  --max-width: 100vw;
  --max-device: 2560;
  --scrollbar-width: 0px;
}

@media screen and (min-width: 3840px) {
  :root {
    --max-width: 3840px;
  }
}
@media screen and (max-width: 1400px) and (min-device-width: 1026px) {
  :root {
    --max-width: 1400px;
  }
}
@media screen and (max-device-width: 1025px) {
  :root {
    --max-device: 2465;
  }
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/1.5 tahoma, "Microsoft YaHei", sans-serif;
  background: #121824;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

div {
  outline: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
  list-style-type: none;
}

.clearfix:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}

.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.spr {
  display: block;
  text-indent: -99999px;
}

* {
  user-select: unset;
}

html,
body {
  background-color: rgb(0, 0, 0);
  min-width: 1280px;
  max-width: 3840px;
  margin: 0px auto;
}

img[src=""],
img:not([src]),
img[src=undefined] {
  display: none !important;
  opacity: 0;
  border: none;
  outline: none;
  pointer-events: none;
}

/* head */
.head,
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@font-face {
  font-family: "AGENCYFB-BLACKCONDENSED";
  src: url(../font/AGENCYFB-BLACKCONDENSED.otf);
}
@font-face {
  font-family: "TPE_Bold";
  src: url(../font/TencentPeacekeeperElite_Bold.ttf);
}
.wrap {
  width: calc(2560 / var(--max-device) * var(--max-width) - var(--scrollbar-width));
  position: relative;
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/bg.jpg) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  overflow: hidden;
}

.record {
  width: calc(2080 / var(--max-device) * var(--max-width));
  height: calc(1220 / var(--max-device) * var(--max-width));
  margin: calc(48 / var(--max-device) * var(--max-width)) auto;
}
.record .top {
  width: 100%;
  height: calc(63 / var(--max-device) * var(--max-width));
  margin-bottom: calc(24 / var(--max-device) * var(--max-width));
  position: relative;
}
.record .top-bg {
  display: block;
  width: 100%;
  height: calc(35 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/topbg.png) no-repeat;
  background-size: 100% 100%;
}
.record .top-content {
  width: 100%;
  height: calc(16 / var(--max-device) * var(--max-width));
  margin-top: calc(8 / var(--max-device) * var(--max-width));
}
.record .top-content ul {
  width: 100%;
  height: calc(16 / var(--max-device) * var(--max-width));
  margin-top: calc(12 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record .top-content ul li {
  height: calc(16 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
}
.record .top-content ul li span {
  display: block;
  width: calc(4 / var(--max-device) * var(--max-width));
  height: calc(4 / var(--max-device) * var(--max-width));
  background: #00A4E6;
  margin-right: calc(8 / var(--max-device) * var(--max-width));
}
.record .top-content ul li p {
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(10 / var(--max-device) * var(--max-width));
  font-weight: bold;
  color: #00a4e6;
  opacity: 0.5;
}
.record .top-content ul li div {
  height: 100%;
  display: flex;
  align-items: center;
}
.record .top-content ul li div .number {
  display: inline-block;
  height: 100%;
  margin-left: calc(24 / var(--max-device) * var(--max-width));
  background: #00a4e6;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(10 / var(--max-device) * var(--max-width));
  line-height: calc(16 / var(--max-device) * var(--max-width));
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0 calc(24 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
}
.record .top-content ul li i {
  display: block;
  width: calc(1 / var(--max-device) * var(--max-width));
  height: calc(12 / var(--max-device) * var(--max-width));
  margin: 0 calc(80 / var(--max-device) * var(--max-width));
  background: #65E0FF;
}
.record .top-content ul li .catalog {
  width: calc(68 / var(--max-device) * var(--max-width));
  height: calc(16 / var(--max-device) * var(--max-width));
  background: #00A4E6;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(10 / var(--max-device) * var(--max-width));
  font-weight: bold;
  color: #000;
  justify-content: center;
}
.record .top-content ul li:last-of-type {
  justify-content: flex-end;
}
.record .top-content ul li:last-of-type div {
  width: calc(138 / var(--max-device) * var(--max-width));
  height: 100%;
  border: calc(1 / var(--max-device) * var(--max-width)) solid #00A4E6;
  box-sizing: border-box;
  justify-content: center;
}
.record .top-content ul li:last-of-type div p {
  margin-right: calc(12 / var(--max-device) * var(--max-width));
}
.record .top-content ul li:last-of-type span {
  margin: 0;
}
.record-container {
  width: 100%;
  height: calc(936 / var(--max-device) * var(--max-width));
}
.record-container .title {
  width: 100%;
  height: calc(64 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(24 / var(--max-device) * var(--max-width));
}
.record-container .title-text {
  height: 100%;
  display: flex;
  align-items: center;
}
.record-container .title-text img {
  width: calc(8 / var(--max-device) * var(--max-width));
  height: calc(28 / var(--max-device) * var(--max-width));
  margin-right: calc(16 / var(--max-device) * var(--max-width));
}
.record-container .title-text h2 {
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(40 / var(--max-device) * var(--max-width));
  color: #fff;
}
.record-container .title .all-chapter {
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  color: #fff;
  line-height: calc(64 / var(--max-device) * var(--max-width));
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.record-container .title .all-chapter i {
  display: block;
  width: calc(20 / var(--max-device) * var(--max-width));
  height: calc(20 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-left: calc(8 / var(--max-device) * var(--max-width));
  transform: rotate(-90deg);
}
.record-container .title .all-chapter:hover {
  opacity: 1;
}
.record-container .record-content {
  width: 100%;
  height: calc(848 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
}
.record-container .record-content .left {
  width: calc(1010 / var(--max-device) * var(--max-width));
  height: 100%;
}
.record-container .record-content .left .top {
  display: none;
}
.record-container .record-content .left .img {
  width: calc(1010 / var(--max-device) * var(--max-width));
  height: calc(568 / var(--max-device) * var(--max-width));
  margin-bottom: calc(16 / var(--max-device) * var(--max-width));
  object-fit: cover;
}
.record-container .record-content .left .related {
  width: 100%;
  height: calc(248 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.record-container .record-content .left .related .all-chapter {
  display: none;
}
.record-container .record-content .left .related-title {
  width: calc(112 / var(--max-device) * var(--max-width));
  height: calc(36 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
  gap: calc(8 / var(--max-device) * var(--max-width));
  margin-bottom: calc(16 / var(--max-device) * var(--max-width));
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(24 / var(--max-device) * var(--max-width));
  color: #fff;
}
.record-container .record-content .left .related-title img {
  width: calc(8 / var(--max-device) * var(--max-width));
  height: calc(20 / var(--max-device) * var(--max-width));
}
.record-container .record-content .left .related .person {
  width: calc(620 / var(--max-device) * var(--max-width));
  height: 100%;
}
.record-container .record-content .left .related .person-list {
  width: 100%;
  height: calc(208 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
  gap: calc(16 / var(--max-device) * var(--max-width));
}
.record-container .record-content .left .related .person-list li {
  width: calc(196 / var(--max-device) * var(--max-width));
  height: calc(257 / var(--max-device) * var(--max-width));
  margin-top: calc(-68 / var(--max-device) * var(--max-width));
}
.record-container .record-content .left .related .person-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.record-container .record-content .left .related .person-list li a .role {
  width: 100%;
  height: 100%;
  position: relative;
}
.record-container .record-content .left .related .person-list li a .role img {
  display: block;
  width: 100%;
  height: calc(196 / var(--max-device) * var(--max-width));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 100ms ease-in-out;
}
.record-container .record-content .left .related .person-list li a .role .h {
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.record-container .record-content .left .related .person-list li a:hover .role img {
  opacity: 0;
}
.record-container .record-content .left .related .person-list li a:hover .role .h {
  opacity: 1;
}
.record-container .record-content .left .related .videos {
  width: calc(348 / var(--max-device) * var(--max-width));
  height: calc(248 / var(--max-device) * var(--max-width));
  overflow: hidden;
}
.record-container .record-content .left .related .videos .video-box {
  display: block;
  width: 100%;
  height: calc(196 / var(--max-device) * var(--max-width));
  position: relative;
}
.record-container .record-content .left .related .videos .video-box .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(48 / var(--max-device) * var(--max-width));
  font-size: calc(20 / var(--max-device) * var(--max-width));
  color: #fff;
  padding: 0 calc(24 / var(--max-device) * var(--max-width));
  line-height: calc(48 / var(--max-device) * var(--max-width));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0.8;
}
.record-container .record-content .left .related .videos .video-box .video-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.record-container .record-content .left .related .videos .video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.record-container .record-content .left .related .videos .video-box .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-top: calc(4 / var(--max-device) * var(--max-width)) solid #8C9498;
  border-bottom: calc(1 / var(--max-device) * var(--max-width)) solid #8C9498;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.record-container .record-content .left .related .videos .video-box .mask span {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(4 / var(--max-device) * var(--max-width));
  height: calc(4 / var(--max-device) * var(--max-width));
  background: #8C9498;
}
.record-container .record-content .left .related .videos .video-box .mask span:nth-of-type(1) {
  left: 0;
}
.record-container .record-content .left .related .videos .video-box .mask span:nth-of-type(2) {
  right: 0;
}
.record-container .record-content .left .related .videos .video-box .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.record-container .record-content .left .related .videos .video-box .play .img {
  width: calc(76 / var(--max-device) * var(--max-width));
  height: calc(88 / var(--max-device) * var(--max-width));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.record-container .record-content .left .related .videos .video-box .play .h {
  display: none;
}
.record-container .record-content .left .related .videos .video-box:hover {
  border: calc(1 / var(--max-device) * var(--max-width)) solid #00A4E6;
  border-top: calc(4 / var(--max-device) * var(--max-width)) solid #00A4E6;
  box-sizing: border-box;
}
.record-container .record-content .left .related .videos .video-box:hover .mask {
  display: none;
}
.record-container .record-content .left .related .videos .video-box:hover .desc {
  display: block;
}
.record-container .record-content .left .related .videos .video-box:hover .img {
  display: none;
}
.record-container .record-content .left .related .videos .video-box:hover .h {
  display: block;
}
.record-container .record-content .right {
  width: calc(1030 / var(--max-device) * var(--max-width));
  height: 100%;
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/rightbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: calc(32 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
}
.record-container .record-content .right-top {
  width: 100%;
  height: calc(32 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.record-container .record-content .right-top .info-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(80 / var(--max-device) * var(--max-width));
}
.record-container .record-content .right-top .info-list li {
  height: 100%;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16 / var(--max-device) * var(--max-width));
}
.record-container .record-content .right-top .info-list li span:nth-of-type(1) {
  color: #00A9EC;
}
.record-container .record-content .right-top .info-list li span:nth-of-type(2) {
  color: #fff;
  white-space: nowrap;
}
.record-container .record-content .right-top .info-list li i {
  display: block;
  width: calc(6 / var(--max-device) * var(--max-width));
  height: calc(8 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/arrow.png) no-repeat;
  background-size: 100% 100%;
}
.record-container .record-content .right .line {
  width: 100%;
  height: calc(3 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
  margin: calc(24 / var(--max-device) * var(--max-width)) 0 0;
}
.record-container .record-content .right .line span {
  display: block;
  width: calc(3 / var(--max-device) * var(--max-width));
  height: calc(3 / var(--max-device) * var(--max-width));
  background: #65E0FF;
}
.record-container .record-content .right .line div {
  width: 100%;
  height: calc(1 / var(--max-device) * var(--max-width));
  background: rgba(255, 255, 255, 0.2);
}
.record-container .record-content .right .right-content {
  height: calc(720 / var(--max-device) * var(--max-width));
  overflow-y: auto;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  color: rgba(255, 255, 255, 0.8);
}
.record-container .record-content .right .right-content::-webkit-scrollbar {
  width: calc(4 / var(--max-device) * var(--max-width));
  height: 100%;
}
.record-container .record-content .right .right-content::-webkit-scrollbar-track {
  background: transparent;
  height: calc(80 / var(--max-device) * var(--max-width));
}
.record-container .record-content .right .right-content::-webkit-scrollbar-thumb {
  height: calc(80 / var(--max-device) * var(--max-width));
  background-color: #00A9EC;
}
.record-container .record-content .right .right-content h5 {
  width: 100%;
  height: calc(40 / var(--max-device) * var(--max-width));
  line-height: calc(40 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/titlebg.png) no-repeat;
  background-size: 100% 100%;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  color: #fff;
  padding: 0 calc(24 / var(--max-device) * var(--max-width));
  margin: calc(24 / var(--max-device) * var(--max-width)) 0;
  box-sizing: border-box;
}
.record-container .record-content .right .right-content h6 {
  width: 100%;
  padding-left: calc(24 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
  position: relative;
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: calc(12 / var(--max-device) * var(--max-width)) 0;
}
.record-container .record-content .right .right-content h6::before {
  content: "";
  display: block;
  width: calc(6 / var(--max-device) * var(--max-width));
  height: calc(6 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 0;
  top: calc(12 / var(--max-device) * var(--max-width));
  background-color: #65E0FF;
}
.record-container .record-content .right .right-content blockquote {
  width: 100%;
  padding-left: calc(24 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: calc(24 / var(--max-device) * var(--max-width));
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(20 / var(--max-device) * var(--max-width));
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.record-container .record-content .right .right-content blockquote + blockquote {
  margin-top: 0;
}
.record-container .record-content .right .right-content p:first-child {
  margin-top: calc(12 / var(--max-device) * var(--max-width));
}
.record-container .record-content .right .right-content p {
  padding-left: calc(24 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
}
.record-container .record-content .right .right-content u {
  color: transparent;
  background: #fff;
}
.record .swiper-content {
  width: calc(1008 / var(--max-device) * var(--max-width));
  height: calc(136 / var(--max-device) * var(--max-width));
  margin: 0 auto;
  margin-top: calc(80 / var(--max-device) * var(--max-width));
  position: relative;
}
.record .swiper-content .swiper {
  width: calc(896 / var(--max-device) * var(--max-width));
  height: calc(136 / var(--max-device) * var(--max-width));
  margin: 0 auto;
}
.record .swiper-content .swiper .swiper-slide {
  width: calc(160 / var(--max-device) * var(--max-width));
  height: calc(136 / var(--max-device) * var(--max-width));
  position: relative;
  cursor: pointer;
}
.record .swiper-content .swiper .swiper-slide .folder {
  width: 100%;
  height: calc(104 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/folderbg.png) no-repeat;
  background-size: 100% 100%;
}
.record .swiper-content .swiper .swiper-slide .folder::after {
  content: "";
  width: 100%;
  height: calc(104 / var(--max-device) * var(--max-width));
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
}
.record .swiper-content .swiper .swiper-slide .folder .tag {
  width: 50%;
  height: calc(14 / var(--max-device) * var(--max-width));
  line-height: calc(14 / var(--max-device) * var(--max-width));
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: calc(10 / var(--max-device) * var(--max-width));
  color: #fff;
  padding: 0 calc(5 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
  white-space: nowrap;
}
.record .swiper-content .swiper .swiper-slide .folder .cover {
  width: 100%;
  height: calc(90 / var(--max-device) * var(--max-width));
  position: relative;
}
.record .swiper-content .swiper .swiper-slide .folder .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record .swiper-content .swiper .swiper-slide .item-title {
  font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(16 / var(--max-device) * var(--max-width));
  color: #fff;
  opacity: 0.6;
}
.record .swiper-content .swiper .swiper-slide:hover .folder::after, .record .swiper-content .swiper .swiper-slide.active .folder::after {
  display: none;
}
.record .swiper-content .swiper .swiper-slide:hover .tag, .record .swiper-content .swiper .swiper-slide.active .tag {
  color: #000 !important;
}
.record .swiper-content .swiper .swiper-slide:hover .item-title, .record .swiper-content .swiper .swiper-slide.active .item-title {
  opacity: 1;
}
.record .swiper-content .swiper .swiper-slide:hover .cover, .record .swiper-content .swiper .swiper-slide.active .cover {
  border: calc(1 / var(--max-device) * var(--max-width)) solid #00A4E6;
  box-sizing: border-box;
}
.record .swiper-content .swiper .swiper-slide.active .cover::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(40 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #00A4E6, rgba(0, 0, 0, 0));
}
.record .swiper-content .swiper .swiper-button-prev,
.record .swiper-content .swiper .swiper-button-next {
  display: none;
}
.record .swiper-content .prev-btn,
.record .swiper-content .next-btn {
  width: calc(32 / var(--max-device) * var(--max-width));
  height: calc(32 / var(--max-device) * var(--max-width));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.record .swiper-content .prev-btn.disabled,
.record .swiper-content .next-btn.disabled {
  opacity: 0.5;
}
.record .swiper-content .prev-btn {
  left: 0;
}
.record .swiper-content .next-btn {
  right: 0;
}
.record .swiper-content .prev-btn::after,
.record .swiper-content .next-btn::after {
  content: "";
  display: block;
  width: calc(32 / var(--max-device) * var(--max-width));
  height: calc(32 / var(--max-device) * var(--max-width));
}
.record .swiper-content .prev-btn::after {
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/swiperarrow.png) no-repeat;
  background-size: 100% 100%;
  transform: rotateY(180deg);
}
.record .swiper-content .next-btn::after {
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/record/swiperarrow.png) no-repeat;
  background-size: 100% 100%;
}

.mobile-title {
  display: none !important;
}

.gp-foot {
  display: none;
}

.pop {
  width: 100%;
  height: 100%;
}
.pop .pop_in {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.plan_pop .pop_in {
  width: calc(1200 / var(--max-device) * var(--max-width));
  height: calc(977 / var(--max-device) * var(--max-width));
}
.plan_pop .pop_in .close {
  width: calc(80 / var(--max-device) * var(--max-width));
  height: calc(80 / var(--max-device) * var(--max-width));
  position: absolute;
  right: 0;
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/closebtn.png) no-repeat;
  background-size: 100% 100%;
}

.header {
  width: 100%;
  height: calc(106 / var(--max-device) * var(--max-width));
  background-color: rgba(17, 17, 17, 0.95);
  position: relative;
}
.header .logo {
  width: calc(325 / var(--max-device) * var(--max-width));
  height: calc(40 / var(--max-device) * var(--max-width));
  position: absolute;
  top: calc(33 / var(--max-device) * var(--max-width));
  left: calc(40 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo a:first-child {
  display: block;
  width: calc(112 / var(--max-device) * var(--max-width));
  height: calc(40 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/logo_hpjy.png) no-repeat;
  background-size: 100% 100%;
}
.header .logo a:last-child {
  display: block;
  width: calc(162 / var(--max-device) * var(--max-width));
  height: calc(38 / var(--max-device) * var(--max-width));
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/logo_ctdk.png) no-repeat;
  background-size: 100% 100%;
}
.header .logo span {
  display: block;
  width: calc(1 / var(--max-device) * var(--max-width));
  height: calc(20 / var(--max-device) * var(--max-width));
  background-color: rgba(255, 255, 255, 0.5);
}
.header .nav {
  width: calc(1216 / var(--max-device) * var(--max-width));
  height: calc(106 / var(--max-device) * var(--max-width));
  margin: 0 auto;
}
.header .nav-icon, .header .nav-close {
  display: none;
}
.header .nav-list {
  width: 100%;
  height: calc(106 / var(--max-device) * var(--max-width));
  display: flex;
  justify-content: space-between;
  gap: tow(16);
}
.header .nav-list .nav-item {
  position: relative;
  z-index: 2;
}
.header .nav-list .nav-item > a {
  display: block;
  width: calc(160 / var(--max-device) * var(--max-width));
  height: calc(106 / var(--max-device) * var(--max-width));
  line-height: calc(106 / var(--max-device) * var(--max-width));
  text-align: center;
  font-family: "PingFang SC Regular";
  font-size: calc(24 / var(--max-device) * var(--max-width));
  color: #fff;
  opacity: 0.6;
}
.header .nav-list .nav-item > a:hover {
  opacity: 1;
  font-family: "PingFang SC";
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/navbg_h.png) no-repeat;
  background-size: 100% 100%;
}
.header .nav-list .nav-item > a.active {
  opacity: 1;
  font-family: "PingFang SC";
  font-weight: bold;
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/navbg_a.png) no-repeat;
  background-size: 100% 100%;
}
.header .nav-list .nav-item > a .arrow {
  display: none;
}
.header .nav-list .nav-item .down-menu {
  display: none;
  position: absolute;
  top: calc(100 / var(--max-device) * var(--max-width));
  width: calc(160 / var(--max-device) * var(--max-width));
  padding-top: calc(16 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
  z-index: 10;
}
.header .nav-list .nav-item .down-menu .down-menu-list {
  background-color: rgba(17, 17, 17, 0.95);
  padding: calc(32 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
}
.header .nav-list .nav-item .down-menu .down-menu-list a {
  display: block;
  height: calc(60 / var(--max-device) * var(--max-width));
  text-align: center;
  font-family: "PingFang SC Regular";
  font-size: calc(24 / var(--max-device) * var(--max-width));
  color: #fff;
  opacity: 0.6;
  margin: calc(10 / var(--max-device) * var(--max-width)) 0;
  box-sizing: border-box;
}
.header .nav-list .nav-item .down-menu .down-menu-list a:hover {
  opacity: 1;
  font-family: "PingFang SC";
  font-weight: bold;
}
.header .nav-list .nav-item .down-menu .down-menu-list a:hover::after {
  content: "";
  display: block;
  width: calc(96 / var(--max-device) * var(--max-width));
  height: calc(4 / var(--max-device) * var(--max-width));
  background: linear-gradient(to left, #26498C, #00A9EC);
  margin: calc(10 / var(--max-device) * var(--max-width)) auto;
}
.header .nav-list .nav-item .down-menu:hover {
  display: block;
}
.header .nav-list .nav-item:hover .down-menu {
  display: block;
}
.header .dividing-line {
  bottom: calc(-1 / var(--max-device) * var(--max-width));
}

.dividing-line {
  width: 100%;
  height: calc(2 / var(--max-device) * var(--max-width));
  padding: 0 calc(10 / var(--max-device) * var(--max-width));
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.dividing-line span {
  display: block;
  width: calc(2 / var(--max-device) * var(--max-width));
  height: calc(2 / var(--max-device) * var(--max-width));
  background-color: #bbc5ca;
}
.dividing-line div {
  width: 100%;
  height: calc(1 / var(--max-device) * var(--max-width));
  background-color: #757b7f;
}

/*video pop*/
.pop-video .pop-close {
  width: calc(80 / var(--max-device) * var(--max-width));
  height: calc(80 / var(--max-device) * var(--max-width));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  background: url(//game.gtimg.cn/images/gp/cp/a20250827super/roleDetails/closeborder.png) no-repeat;
  background-size: 100% 100%;
}
.pop-video .pop-close img {
  display: block;
  width: calc(32 / var(--max-device) * var(--max-width));
  height: calc(32 / var(--max-device) * var(--max-width));
  transition: all 0.3s ease-in-out;
}
.pop-video .pop-close:hover > img {
  transform: rotate(180deg);
}

.pop-video {
  display: none;
}
.pop-video .pop-close {
  right: calc(-100 / var(--max-device) * var(--max-width));
}
.pop-video .pop-video-box {
  width: calc(1600 / var(--max-device) * var(--max-width));
  height: calc(900 / var(--max-device) * var(--max-width));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-video .rectangle-list {
  position: absolute;
  top: calc(0 / var(--max-device) * var(--max-width));
  left: calc(0 / var(--max-device) * var(--max-width));
  width: 100%;
  height: 100%;
  border: rgba(255, 255, 255, 0.2) solid calc(1 / var(--max-device) * var(--max-width));
  transition: all 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.pop-video .rectangle-list .rectangle {
  position: absolute;
  width: calc(4 / var(--max-device) * var(--max-width));
  height: calc(4 / var(--max-device) * var(--max-width));
  background: #fff;
}
.pop-video .rectangle-list .rectangle:nth-child(1) {
  top: calc(0 / var(--max-device) * var(--max-width));
  left: calc(0 / var(--max-device) * var(--max-width));
}
.pop-video .rectangle-list .rectangle:nth-child(2) {
  top: calc(0 / var(--max-device) * var(--max-width));
  right: calc(0 / var(--max-device) * var(--max-width));
}
.pop-video .rectangle-list .rectangle:nth-child(3) {
  bottom: calc(0 / var(--max-device) * var(--max-width));
  left: calc(0 / var(--max-device) * var(--max-width));
}
.pop-video .rectangle-list .rectangle:nth-child(4) {
  bottom: calc(0 / var(--max-device) * var(--max-width));
  right: calc(0 / var(--max-device) * var(--max-width));
}
.pop-video .video-play {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

/* 隐藏默认的播放按钮 */
.txp-icon-play {
  display: none !important;
}

/* 自定义播放按钮背景图 */
.txp-controls-center,
.txp-big-play-button {
  background-image: url(//game.gtimg.cn/images/gp/cp/a20250827super/explore/play.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}
