@charset "UTF-8";
:root {
  --page-zoom: 1;
  --zx-tab-num: 5;
}

html {
  font-size: 0;
}

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 {
  border: none;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 24px/1.5 tahoma, "微软雅黑", sans-serif;
}

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

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}

img {
  border: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  background: #000;
}

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

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

td,
th,
ul,
ol {
  padding: 0;
}

ul,
li {
  list-style: none;
}

@font-face {
  font-family: "SairaCondensed-Regular";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111anquan/fonts/SairaCondensed-Regular.ttf");
}
@font-face {
  font-family: "SairaCondensed-Bold";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111anquan/fonts/SairaCondensed-Bold.ttf");
}
@font-face {
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111anquan/fonts/Saira_ExtraCondensed-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "SairaSemCondensed-Bold";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111anquan/fonts/SAIRASEMICONDENSED-BOLD.TTF");
}
body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项 */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* reset end */
.ost {
  display: none;
}

.pc-show {
  display: none !important;
}

/* foot */
#afooter {
  position: relative;
  padding: 0.3rem 0;
  text-align: center;
  font: normal 0.12rem/0.19rem Tahoma;
  z-index: 10;
  background-color: #000;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

/* 通用滚动 */
.base-scroll {
  overflow: auto;
}

.base-scroll::-webkit-scrollbar-track {
  background-color: #2a2a2a;
}

.base-scroll::-webkit-scrollbar {
  width: 0.04rem;
  background-color: #2a2a2a;
}

.base-scroll::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5eb00), to(#f5eb00));
  background-image: linear-gradient(to right, #f5eb00, #f5eb00);
}

body,
html,
.wrapper {
  width: 100%;
}

.nav-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.24rem;
  z-index: 999999;
}

.top-nav {
  position: relative;
  width: 100%;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(0, 0, 0);
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.top-nav .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.2rem;
  width: 1.89rem;
  height: 0.43rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/logo.png) no-repeat center center/100% auto;
}
.top-nav.hide {
  opacity: 0;
  pointer-events: none;
}
.top-nav .nav-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0.8rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}
.top-nav .nav-list.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-nav .nav-list .nav-menu {
  position: relative;
  min-width: 2rem;
  height: auto;
  margin-bottom: 0.65rem;
  font-style: italic;
  font-size: 0.48rem;
  cursor: pointer;
}
.top-nav .nav-list .nav-menu i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1rem;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #a3aabe;
}
.top-nav .nav-list .nav-menu:hover .act-pic, .top-nav .nav-list .nav-menu.active .act-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(212, 27, 66)), color-stop(0.05rem, rgba(212, 27, 66, 0.5)), color-stop(90%, rgba(212, 27, 66, 0)));
  background: linear-gradient(to top, rgb(212, 27, 66) 0 0.05rem, rgba(212, 27, 66, 0.5) 0.05rem, rgba(212, 27, 66, 0) 90%);
}
.top-nav .nav-list .nav-menu:hover .menu-text, .top-nav .nav-list .nav-menu.active .menu-text {
  color: #d41b42;
  font-weight: bold;
}
.top-nav .nav-list .nav-menu:hover .menu-text:before, .top-nav .nav-list .nav-menu:hover .menu-text:after, .top-nav .nav-list .nav-menu.active .menu-text:before, .top-nav .nav-list .nav-menu.active .menu-text:after {
  opacity: 1;
}
.top-nav .nav-list .nav-menu:hover .sec-nav-menu {
  display: block;
}
.top-nav .nav-list .nav-menu:hover .menu-text i {
  border-top: 0.1rem solid #d41b42;
}
.top-nav .nav-list .menu-text {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
}
.top-nav .login-box {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.01rem;
  font-size: 0.22rem;
  color: #fff;
}
.top-nav .login-box a {
  color: #d21f3c;
}
.top-nav .login-box #login_qq_span {
  display: inline-block;
  max-width: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.top-nav .btn-nav-close {
  display: none;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  width: 0.44rem;
  height: 0.43rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/m/btn-nav-close.png) no-repeat center center/100% auto;
}
.top-nav .btn-nav-open {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  width: 0.44rem;
  height: 0.43rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/m/btn-nav-open.png) no-repeat center center/100% auto;
}

.module {
  position: relative;
  width: 100%;
  height: 16.24rem;
  overflow: hidden;
}
.module .module-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.module .module-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.module .tit-box {
  text-align: center;
  z-index: 3;
}
.module .module-subtit {
  line-height: 1.2;
  font-size: 0.26rem;
  color: #e4ffff;
}
.module .module-subtit span {
  position: relative;
  z-index: 2;
}

.wrapper {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/m/bg.jpg) no-repeat center top/25.6rem auto;
}
.wrapper .module0 {
  min-height: 13.34rem;
  height: calc(100vh - 0.8rem - 0.98rem);
}
.wrapper .module0 .module-bg {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/m/bg.jpg) no-repeat center center/100% auto;
}
.wrapper .module0 .num-border {
  overflow: hidden;
  width: 6.86rem;
  height: 3.1rem;
  margin: 2.14rem auto 0rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/m/num-border.png) no-repeat center center/100% auto;
}
.wrapper .module0 .num-border .txt1 {
  margin-top: 0.4rem;
  color: #d41c37;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}
.wrapper .module0 .num-border .txt1::before, .wrapper .module0 .num-border .txt1::after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.22rem;
  vertical-align: middle;
  -webkit-transform: translateY(-0.06rem);
      -ms-transform: translateY(-0.06rem);
          transform: translateY(-0.06rem);
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/icon-tit.png) no-repeat center center/100% auto;
}
.wrapper .module0 .num-border .txt1::before {
  margin-right: 0.15rem;
}
.wrapper .module0 .num-border .txt1::after {
  margin-left: 0.15rem;
  -webkit-transform: scale(-1) translateY(0.04rem);
      -ms-transform: scale(-1) translateY(0.04rem);
          transform: scale(-1) translateY(0.04rem);
}
.wrapper .module0 .num-border .txt2 {
  font-family: "SairaSemCondensed-Bold";
  line-height: 1;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #d41c37;
}
.wrapper .module0 .btn-box {
  width: 6.86rem;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.7rem auto 0;
}
.wrapper .module0 .btn-box .btn-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.35rem;
  height: 0.88rem;
  margin-bottom: 0.17rem;
  line-height: 0.88rem;
  font-size: 0.24rem;
  -webkit-transition: background 0.08s ease-in-out;
  transition: background 0.08s ease-in-out;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/btn0.png) no-repeat center center/100% auto;
}
.wrapper .module0 .btn-box .btn-style:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/btn1.png) no-repeat center center/100% auto;
}
.wrapper .module0 .btn-box .btn-style:nth-child(n+3) {
  margin-bottom: 0;
}
.wrapper .module0 .btn-box .btn-style i {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.08rem;
  margin-left: 0.08rem;
}
.wrapper .module0 .btn-box .btn-style span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.1rem;
  color: #fff;
  text-align: center;
}
.wrapper .module0 .btn1 i {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/icon1.png) no-repeat center center/100% auto;
}
.wrapper .module0 .btn2 i {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/icon2.png) no-repeat center center/100% auto;
}
.wrapper .module0 .btn3 i {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/icon3.png) no-repeat center center/100% auto;
}
.wrapper .module0 .btn4 i {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/icon4.png) no-repeat center center/100% auto;
}

.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.87rem;
  height: 4.77rem;
  z-index: 9999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.dialog .dia-con {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dialog .dia-title {
  position: relative;
  margin-top: 0.6rem;
  font-size: 0.32rem;
  line-height: 1;
  text-align: center;
}
.dialog .dia-title.tit-small {
  font-size: 0.36rem;
}
.dialog .dia-title.tit-small span::before {
  left: -0.5rem;
  top: 0.07rem;
}
.dialog .dia-title.tit-small span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.07rem;
}
.dialog .dia-title span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.dialog .dia-title span em {
  color: #ea1438;
}
.dialog .dia-title span::before,
.dialog .dia-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.24rem;
  height: 0.26rem;
}
.dialog .dia-title span::before {
  left: -0.5rem;
  top: 0.17rem;
}
.dialog .dia-title span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.17rem;
}
.dialog .txt-box {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 3.2rem;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.5;
}
.dialog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog .btn-common {
  display: block;
  width: 2.97rem;
  height: 0.68rem;
  font-size: 0.3rem;
  line-height: 0.68rem;
  border-radius: 0.1rem;
  color: #000;
  background: #f7bb1c;
  font-weight: bold;
}
.dialog .btn-confirm {
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.33rem;
  margin-right: 0.2rem;
  line-height: 0.65rem;
  font-family: "SourceHanSerifCN-Bold";
  color: #fff;
  font-weight: bold;
  background: #000;
}
.dialog .btn-cancel {
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.33rem;
  line-height: 0.65rem;
  font-family: "SourceHanSerifCN-Bold";
  color: #000;
  font-weight: bold;
  background: #f4eb00;
}
.dialog .dia-close {
  position: absolute;
  top: -0.55rem;
  right: 0rem;
  width: 0.44rem;
  height: 0.44rem;
  z-index: 2;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/close.png) no-repeat center center/100% auto;
}
.dialog .color-txt {
  color: #b85e43;
}
.dialog .wrap-txt {
  width: 100%;
}

.dialog.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dialog-mask {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
}

.dialog-mask.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dia-common {
  width: 6.86rem;
  height: 4.64rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#1d1014), color-stop(#290c12), to(#3e040d));
  background: linear-gradient(to bottom right, #1d1014, #290c12, #3e040d);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-common .txt-box {
  height: 2.3rem;
  margin-top: 0.1rem;
}
.dia-common .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-get {
  width: 6.86rem;
  height: 4.64rem;
  background: #2c2a2e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-get .award-box {
  width: 3.61rem;
  height: 2.04rem;
  margin: 0.3rem auto 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dia-get .award-box .award-pic {
  width: 100%;
  height: 1.57rem;
  margin: 0 auto 0;
  background: #d5dee5;
}
.dia-get .award-box .award-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-get .award-box .award-name {
  height: 0.49rem;
  line-height: 0.49rem;
  font-size: 0.2rem;
  color: #fff;
  background: #3d333c;
  text-align: center;
}
.dia-get .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-login {
  width: 6.86rem;
  height: 4.64rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-login .dia-title span {
  color: #000;
}
.dia-login .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.65rem;
  margin: 0.4rem auto 0;
  font-size: 0.24rem;
  color: #fff;
}
.dia-login .type-item {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  cursor: pointer;
}
.dia-login .type-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.dia-login .type-item.type-item1 {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/login-type1.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item1:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/login-type1-on.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item2 {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/login-type2.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item2:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111anquan/login-type2-on.png) no-repeat center center/100% auto;
}
.dia-login .type-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-login .type-item .t-name {
  position: absolute;
  bottom: 0.15rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}

.dia-record2,
.dia-record1 {
  width: 6.66rem;
  height: 7.3rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#1d1014), color-stop(#290c12), to(#3e040d));
  background: linear-gradient(to bottom right, #1d1014, #290c12, #3e040d);
}
.dia-record2 .dia-title span,
.dia-record1 .dia-title span {
  font-size: 0.32rem;
}
.dia-record2 .dia-con,
.dia-record1 .dia-con {
  height: 100%;
}
.dia-record2 .r-box,
.dia-record1 .r-box {
  width: 6.34rem;
  margin: 0 auto;
}
.dia-record2 .r-box .r-list,
.dia-record1 .r-box .r-list {
  position: relative;
  height: 4.56rem;
  border: 1px solid #38272b;
  border-top: 1px solid #38272b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-record2 .r-box .r-list::before,
.dia-record1 .r-box .r-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.08rem;
  width: 1px;
  height: 100%;
  background: rgb(61, 37, 42);
  z-index: 1;
  pointer-events: none;
}
.dia-record2 .r-box .r-list::after,
.dia-record1 .r-box .r-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.18rem;
  width: 1px;
  height: 100%;
  background: rgb(61, 37, 42);
  z-index: 1;
  pointer-events: none;
}
.dia-record2 .r-box .row,
.dia-record1 .r-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dia-record2 .r-box .row.row-tit,
.dia-record1 .r-box .row.row-tit {
  height: 0.68rem;
  margin: 0.25rem auto 0;
  background: #38272b;
}
.dia-record2 .r-box .col,
.dia-record1 .r-box .col {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.76rem;
  line-height: 1;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-record2 .r-box .page-btn,
.dia-record1 .r-box .page-btn {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dia-record2 .r-box .page-btn .btn-item,
.dia-record1 .r-box .page-btn .btn-item {
  width: 2.3rem;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.24rem;
  color: #d41c37;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d41c37;
}
.dia-record2 .r-box .page-btn .btn-item.btn-item1,
.dia-record1 .r-box .page-btn .btn-item.btn-item1 {
  margin-right: 0.2rem;
}

.dia-record2 .r-box {
  width: 6.34rem;
  margin: 0 auto;
}
.dia-record2 .r-box .r-list {
  position: relative;
  height: 4.56rem;
  border: 1px solid #38272b;
  border-top: 1px solid #38272b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-record2 .r-box .r-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.58rem;
  width: 1.58rem;
  height: 100%;
  border-left: 1px solid #38272b;
  border-right: 1px solid #38272b;
  z-index: 1;
  background: none;
}
.dia-record2 .r-box .r-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.74rem;
  width: 1px;
  height: 100%;
  background: rgb(61, 37, 42);
  z-index: 1;
}

.mobile.teams-region-list h1 {
  display: none;
  margin-top: 0;
  margin-bottom: 0.1rem;
  text-align: center;
}

.mobile .team-region-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 0.28rem;
  color: #fff;
}

.mobile .team-region-list h4 {
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mobile .teams-region {
  margin-bottom: 0.2rem;
}

.mobile .teams-region.selected h4 {
  font-weight: 700 !important;
  border-bottom: solid 0.04rem white;
}

.mobile .teams-region h4 {
  font-weight: 500 !important;
}

.mobile .team-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(0, 0, 0, 0)), color-stop(8%, rgb(0, 0, 0)), color-stop(92%, rgb(0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 2%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 92%, rgba(0, 0, 0, 0) 98%);
}

.mobile .team-list .scroll-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mobile .team-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.mobile .team-list::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
  background-color: transparent;
}

.mobile .team-list .team-icon {
  display: inline-block;
}

.mobile .region-divider {
  display: inline-block;
  height: 0.39rem;
  border-left: solid 1px rgba(255, 255, 255, 0.75);
}

.mobile .team-icon img {
  width: 0.5rem;
  padding: 0.14rem 0.05rem 0.07rem 0.05rem;
}

.mobile .team-icon.selected {
  outline-style: solid;
  outline-width: 0.02rem;
  outline-offset: -0.05rem;
  border-radius: 0.12rem;
  backdrop-filter: blur(10px);
}

.mobile .team-icon:not(.selected) {
  opacity: 0.8;
}