@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/a20251111competition/fonts/SairaCondensed-Regular.ttf");
}
@font-face {
  font-family: "SairaCondensed-Bold";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111competition/fonts/SairaCondensed-Bold.ttf");
}
@font-face {
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20251111competition/fonts/Saira_ExtraCondensed-ExtraBoldItalic.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: fixed;
  top: 0;
  left: 0;
  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/a20251111competition/logo.png) no-repeat center center/100% auto;
}
.top-nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.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.35rem;
  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/a20251111competition/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/a20251111competition/m/btn-nav-open.png) no-repeat center center/100% auto;
}
.top-nav .line {
  position: absolute;
  right: 1.1rem;
  top: 0.12rem;
  width: 1px;
  height: 0.55rem;
  background: #333;
}

.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/a20251111competition/m/bg.jpg) no-repeat center 16.23rem/7.5rem auto;
}
.wrapper .module0 {
  height: 16.23rem;
}
.wrapper .module0 .module-bg {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/m/bg0.jpg) no-repeat center top/100% auto;
}
.wrapper .module0 .module-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.wrapper .module0 .logo {
  width: 1.89rem;
  height: 0.43rem;
  margin: 5.85rem auto 0;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/logo.png) no-repeat center center/100% auto;
}
.wrapper .module0 .txt1 {
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  margin: 0.12rem auto 0;
  font-size: 0.96rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.wrapper .module0 .txt2 {
  margin: 0.15rem auto 0;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #fff;
}
.wrapper .module0 .txt2 i {
  position: relative;
  -webkit-transform: translateY(-0.02rem) skewX(-10deg);
      -ms-transform: translateY(-0.02rem) skewX(-10deg);
          transform: translateY(-0.02rem) skewX(-10deg);
  display: inline-block;
  width: 0.03rem;
  height: 0.3rem;
  margin: 0 0.2rem 0 0.3rem;
  vertical-align: middle;
  background: #fff;
}
.wrapper .module0 .txt3 {
  margin: 0.3rem auto 0;
  padding: 0 0.4rem;
  font-family: "SairaCondensed-Regular";
  font-size: 0.28rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.wrapper .module0 .txt3 span {
  font-family: "Microsoft YaHei";
}
.wrapper .module0 .txt3 em {
  font-size: 0.31rem;
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
}
.wrapper .module1 {
  height: 20.1rem;
}
.wrapper .module1 .module-bg {
  width: 100%;
  height: 100%;
}
.wrapper .module1 .module-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .module1 .module-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 0.55rem;
}
.wrapper .module1 .video-wrapper {
  width: 100%;
  height: 4.42rem;
}
.wrapper .module1 .video-wrapper .v-tit {
  margin-bottom: 0.29rem;
  padding: 0rem 0.32rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.wrapper .module1 .video-wrapper .kv-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.15rem;
  width: 6.86rem;
  height: 3.85rem;
  margin: 0 auto 0;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/v-pic.jpg) no-repeat center center/100% auto;
  background-color: #211e25;
}
.wrapper .module1 .video-wrapper .video-box {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.15rem;
  width: 6.86rem;
  height: 3.85rem;
  margin: 0 auto 0;
  background-color: #211e25;
}
.wrapper .module1 .video-wrapper .video-box.playing {
  background-image: none;
}
.wrapper .module1 .video-wrapper .video-box.playing .btn-play {
  display: none;
}
.wrapper .module1 .video-wrapper .video-box .btn-play {
  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: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/icon-play.png) no-repeat center center/1.2rem auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.wrapper .module1 .video-wrapper .video-box .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrapper .module1 .video-wrapper .video-box .video-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.wrapper .module1 .news-wrapper {
  width: 6.86rem;
  margin: 0.45rem auto 0;
}
.wrapper .module1 .news-wrapper .news-tit {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.wrapper .module1 .news-wrapper .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.78rem;
  height: 6.41rem;
  overflow: hidden;
  font-size: 0.2rem;
  background: #131115;
}
.wrapper .module1 .news-wrapper .news-list .news-scroll {
  width: 100%;
  height: 95%;
  overflow-x: hide;
  overflow-y: auto;
}
.wrapper .module1 .news-wrapper .news-list .news-scroll::-webkit-scrollbar {
  width: 0.06rem;
  height: 100%;
}
.wrapper .module1 .news-wrapper .news-list .news-scroll::-webkit-scrollbar-track {
  background-color: #2b292d;
}
.wrapper .module1 .news-wrapper .news-list .news-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 0.05rem;
}
.wrapper .module1 .news-wrapper .news-list .news-item {
  position: relative;
}
.wrapper .module1 .news-wrapper .news-list .news-item .txt {
  width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .module1 .news-wrapper .news-list .news-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.77rem;
  padding: 0 0.3rem;
  line-height: 0.77rem;
  color: #cccccc;
}
.wrapper .module1 .news-wrapper .news-list .news-item a:hover {
  color: #d21e3d;
}
.wrapper .module1 .news-wrapper .news-list .news-item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0%;
  width: 6.35rem;
  height: 0.01rem;
  background: #2b292d;
}
.wrapper .module1 .news-wrapper .news-list .news-item:last-child::after {
  display: none;
}
.wrapper .module1 .task-wrapper {
  width: 100%;
  margin-top: 0.4rem;
}
.wrapper .module1 .task-wrapper .task-tit {
  padding: 0rem 0.32rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.wrapper .module1 .task-wrapper .task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.86rem;
  margin: 0.25rem auto 0;
}
.wrapper .module1 .task-wrapper .task-list .task-item {
  position: relative;
  width: 3.35rem;
  height: 5.73rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1216), color-stop(#271317), color-stop(#3f161b), to(#42151a));
  background: linear-gradient(to bottom, #1b1216, #271317, #3f161b, #42151a);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module1 .task-wrapper .task-list .task-item .num {
  position: absolute;
  right: 0.15rem;
  top: -0.25rem;
  width: 0.75rem;
  height: 0.55rem;
  font-size: 0.32rem;
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  text-align: center;
  line-height: 0.55rem;
  font-weight: bold;
  color: #fff;
  background: #d21e3d;
}
.wrapper .module1 .task-wrapper .task-list .task-item .award-pic {
  width: 2.09rem;
  height: 1.66rem;
  margin: 0.38rem auto 0rem;
  border-radius: 0.08rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/award-pic1.png) no-repeat center center/100% auto;
}
.wrapper .module1 .task-wrapper .task-list .task-item .award-pic2 {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/award-pic2.png) no-repeat center center/100% auto;
}
.wrapper .module1 .task-wrapper .task-list .task-item .task-txt1 {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.37rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.wrapper .module1 .task-wrapper .task-list .task-item .task-txt1::after {
  content: "";
  position: absolute;
  left: 0.23rem;
  top: 1rem;
  width: 2.95rem;
  height: 0.02rem;
  background: #504145;
}
.wrapper .module1 .task-wrapper .task-list .task-item .task-txt2 {
  line-height: 1.4;
  padding: 0 0.22rem;
  font-size: 0.22rem;
  color: #cccccc;
}
.wrapper .module1 .task-wrapper .task-list .task-item .btn-task {
  display: block;
  width: 2.24rem;
  height: 0.6rem;
  margin: 0.2rem auto 0;
  font-size: 0.22rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  background: #ffffff;
  border-radius: 0.1rem;
  pointer-events: none;
}
.wrapper .module1 .task-wrapper .task-list .task-item .btn-task.canget {
  color: #000;
  background: #f7bb1c;
  pointer-events: auto;
}
.wrapper .module1 .task-wrapper .task-list .task-item .btn-task.got {
  background: #8c8c8c;
  color: #fff;
}
.wrapper .module2 {
  height: auto;
}
.wrapper .module2 .match-box {
  padding-top: 0.52rem;
}
.wrapper .module2 .match-tit {
  padding: 0 0.32rem 0.25rem;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.wrapper .module2 .btn-prev,
.wrapper .module2 .btn-next {
  display: none;
  position: absolute;
  width: 0.8rem;
  height: 2.42rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/icon1.png) no-repeat center center/0.16rem auto;
}
.wrapper .module2 .btn-prev:hover,
.wrapper .module2 .btn-next:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/icon2.png) no-repeat center center/0.16rem auto;
}
.wrapper .module2 .btn-prev {
  left: 0;
}
.wrapper .module2 .btn-next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrapper .module2 .match-swiper {
  width: 7.5rem;
  height: 2.52rem;
  margin: 0 auto;
}
.wrapper .module2 .match-swiper .match-item.ing .row1 {
  background: #d21e3d;
}
.wrapper .module2 .match-swiper .match-item.ing .row1 .status {
  position: relative;
  color: #fff;
}
.wrapper .module2 .match-swiper .match-item.ing .row1 .status::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #f4eb00;
}
.wrapper .module2 .match-swiper .match-item.end .row1 {
  color: #8c8c8c;
}
.wrapper .module2 .match-swiper .match-item.end .row1 .status {
  color: #8c8c8c;
}
.wrapper .module2 .match-swiper .match-item .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.2rem;
  color: #fff;
  background: #353434;
}
.wrapper .module2 .match-swiper .match-item .row1 .time {
  padding: 0 0.2rem;
}
.wrapper .module2 .match-swiper .match-item .row1 .desc {
  width: 2.35rem;
}
.wrapper .module2 .match-swiper .match-item .row1 .status {
  color: #dba721;
  font-weight: bold;
}
.wrapper .module2 .match-swiper .match-item .row2 {
  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: 1.9rem;
  padding: 0 0.4rem;
  background: #282626;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item {
  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;
  height: 0.83rem;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item:nth-child(2n+1) {
  margin-right: 0.47rem;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item.win .team-score {
  color: #c41e3b;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item .team-info {
  height: 100%;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item .team-info .team-logo {
  width: 0.55rem;
  height: 0.55rem;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item .team-info .team-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item .team-info .team-name {
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.wrapper .module2 .match-swiper .match-item .row2 .team-item .team-score {
  width: 0.35rem;
  margin-left: 0.25rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #808080;
}
.wrapper .module2 .match-swiper .match-item.type2 .team-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wrapper .module2 .match-swiper .match-item.type2 .team-item:nth-child(2) .team-score {
  margin-left: 0rem;
  margin-right: 0.25rem;
}
.wrapper .module2 .match-progress .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.32rem;
  margin-top: 0.6rem;
}
.wrapper .module2 .match-progress .tab-box .tab-item {
  position: relative;
  width: 3.35rem;
  height: 0.85rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.95rem;
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  color: #999999;
  cursor: pointer;
}
.wrapper .module2 .match-progress .tab-box .tab-item.on {
  color: #000;
}
.wrapper .module2 .match-progress .tab-box .tab-item.on span {
  position: relative;
  z-index: 2;
}
.wrapper .module2 .match-progress .tab-box .tab-item.on::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 3.35rem;
  height: 0.97rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/m/tab-item.png) no-repeat center center/100% auto;
}
.wrapper .module2 .match-progress .progress-content {
  margin-top: 0.67rem;
}
.wrapper .module2 .match-progress .progress-content .progress-box {
  position: relative;
  display: none;
}
.wrapper .module2 .match-progress .progress-content .progress-box.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .module2 .match-progress .progress-content .match-col {
  position: relative;
  width: 2.8rem;
}
.wrapper .module2 .match-progress .progress-content .match-col::after {
  content: "";
  position: absolute;
  left: 120%;
  top: 0%;
  width: 1px;
  height: 8rem;
  background-color: #373638;
}
.wrapper .module2 .match-progress .progress-content .match-col::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 2rem;
  width: 2rem;
  height: 1px;
  background-color: #373638;
}
.wrapper .module2 .match-progress .progress-content .match-col .col-tit {
  text-align: center;
  font-size: 0.26rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  background: #454545;
}
.wrapper .module2 .match-progress .progress-content .match-col .match-info {
  margin-bottom: 0.32rem;
}
.wrapper .module2 .match-progress .progress-content .match-col .info-time {
  height: 1.3em;
  margin-bottom: 0.13rem;
  font-size: 0.2rem;
  color: #fff;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list {
  position: relative;
  width: 100%;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  width: 0.63rem;
  height: 1px;
  background-color: #373638;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.74rem;
  margin-bottom: 0.03rem;
  background: #353434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item:nth-child(2n) {
  background: #424141;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item.win {
  background: #d21f3c;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item.win .score {
  color: #fff;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item .team-logo {
  height: 0.55rem;
  width: 0.55rem;
  margin-left: 0.15rem;
  margin-right: 0.1rem;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item .team-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item .team-name {
  width: 1.55rem;
  font-size: 0.18rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module2 .match-progress .progress-content .match-col .team-list .team-item .score {
  width: 0.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #808080;
}
.wrapper .module2 .match-progress .progress-box1 .match-col1 {
  margin-left: 0.32rem;
  margin-right: 1.27rem;
}
.wrapper .module2 .match-progress .progress-box1 .match-col1::after {
  left: 3.43rem;
  top: 2.7rem;
  height: 11.3rem;
}
.wrapper .module2 .match-progress .progress-box1 .match-col1::before {
  display: none;
}
.wrapper .module2 .match-progress .progress-box1 .match-col1 .col-tit {
  margin-bottom: 0.3rem;
}
.wrapper .module2 .match-progress .progress-box1 .match-col2::before {
  width: 0.62rem;
  left: -0.65rem;
  top: 8.26rem;
}
.wrapper .module2 .match-progress .progress-box1 .match-col2::after {
  display: none;
}
.wrapper .module2 .match-progress .progress-box1 .match-col2 .col-tit {
  margin-bottom: 4.35rem;
}
.wrapper .module2 .match-progress .progress-box1 .match-col2 .team-list::after {
  display: none;
}
.wrapper .module2 .match-progress .progress-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1 {
  margin-left: 0.32rem;
  margin-right: 1.27rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1::before {
  display: none;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1::after {
  height: 4.2rem;
  left: 3.4rem;
  top: 2.7rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1 .col-tit {
  margin-bottom: 0.3rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1 .team-list::after {
  width: 0.62rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col1 .match-info:nth-child(2) {
  margin-bottom: 0.73rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col2::after {
  display: none;
}
.wrapper .module2 .match-progress .progress-box2 .match-col2::before {
  width: 0.62rem;
  left: -0.65rem;
  top: 4.75rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col2 .col-tit {
  margin-bottom: 2.36rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col2 .team-list::after {
  display: none;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 {
  width: 6.86rem;
  margin: 0.3rem auto 0;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3::after, .wrapper .module2 .match-progress .progress-box2 .match-col3::before {
  display: none;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .col-tit {
  margin-bottom: -0.3rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .team-list .team-item {
  padding: 0 0.22rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .team-list .team-item .team-name {
  width: 4.9rem;
  padding-left: 0.1rem;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .team-list .team-item:nth-child(1) {
  background: #f7bb1c;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .team-list .team-item:nth-child(1) .team-name {
  color: #000;
}
.wrapper .module2 .match-progress .progress-box2 .match-col3 .team-list::after {
  display: none;
}
.wrapper .module3 {
  height: 15.17rem;
}
.wrapper .module3 .module-bg {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/team/team1-bg.png) no-repeat center center/auto 100%;
}
.wrapper .module3 .module-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 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.6);
}
.wrapper .module3 .module-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .module3 .module-inner {
  overflow: visible;
}
.wrapper .module3 .tit {
  padding-left: 0rem;
  padding-top: 1.2rem;
  padding-bottom: 0.42rem;
  font-size: 0.48rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.wrapper .module3 .pic-box {
  position: absolute;
  right: -4rem;
  bottom: -2.8rem;
  width: 14rem;
  height: 11rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/team/team1-pic-big.png) no-repeat center center/100% auto;
}
.wrapper .module3 .area-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5rem;
  margin: 0 auto 0.4rem;
  font-size: 0.28rem;
  color: #fff;
}
.wrapper .module3 .area-tab .tab-item {
  position: relative;
}
.wrapper .module3 .area-tab .tab-item::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.04rem;
  width: calc(100% + 0.15rem);
  height: 0.03rem;
  background: #fff;
}
.wrapper .module3 .area-tab .tab-item.on::after {
  display: block;
}
.wrapper .module3 .team-list-swiper {
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.wrapper .module3 .team-list-wrapper {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}
.wrapper .module3 .team-list-wrapper .team-list {
  position: relative;
  width: auto;
  margin-bottom: 0.28rem;
}
.wrapper .module3 .team-list-wrapper .team-list::after {
  content: "";
  position: absolute;
  right: -0.14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 0.52rem;
  background: #fff;
}
.wrapper .module3 .team-list-wrapper .team-list .team-area {
  padding-left: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
}
.wrapper .module3 .team-list-wrapper .team-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: auto;
}
.wrapper .module3 .team-list-wrapper .team-list ul li {
  position: relative;
  width: 0.83rem;
  height: 0.83rem;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.1rem;
}
.wrapper .module3 .team-list-wrapper .team-list ul li:hover, .wrapper .module3 .team-list-wrapper .team-list ul li.on {
  background: rgba(0, 0, 0, 0.1);
}
.wrapper .module3 .team-list-wrapper .team-list ul li:hover .border, .wrapper .module3 .team-list-wrapper .team-list ul li.on .border {
  display: block;
}
.wrapper .module3 .team-list-wrapper .team-list ul li:last-child {
  margin-right: 0;
}
.wrapper .module3 .team-list-wrapper .team-list ul li .border {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
}
.wrapper .module3 .team-list-wrapper .team-list ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .module3 .team-list-wrapper .team-item {
  position: relative;
  width: 0.83rem;
  height: 0.83rem;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.1rem;
}
.wrapper .module3 .team-list-wrapper .team-item:hover, .wrapper .module3 .team-list-wrapper .team-item.on {
  background: rgba(0, 0, 0, 0.1);
}
.wrapper .module3 .team-list-wrapper .team-item:hover .border, .wrapper .module3 .team-list-wrapper .team-item.on .border {
  display: block;
}
.wrapper .module3 .team-list-wrapper .team-item.last::after {
  content: "";
  position: absolute;
  right: -0.06rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 0.52rem;
  background: #fff;
}
.wrapper .module3 .team-list-wrapper .team-item .border {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
}
.wrapper .module3 .team-list-wrapper .team-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .module3 .team-info {
  position: absolute;
  left: 50%;
  top: 5.3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.wrapper .module3 .team-info .team-box {
  position: relative;
  width: 6.4rem;
  height: 1.45rem;
  padding-left: 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module3 .team-info .team-box .logo {
  position: absolute;
  left: 0.4rem;
  top: -0.35rem;
  width: 2.6rem;
  height: 1.4rem;
}
.wrapper .module3 .team-info .team-box .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .module3 .team-info .team-box .team-name {
  margin-bottom: 0.15rem;
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
}
.wrapper .module3 .team-info .team-box .team-desc {
  font-family: "SairaCondensed-Regular";
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
}
.wrapper .module3 .team-info .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 6.4rem;
  margin-top: 0.15rem;
  padding-top: 0.15rem;
  border-top: 0.02rem solid #fff;
}
.wrapper .module3 .team-info .team-member .member-item {
  padding: 0 0.25rem;
  font-family: "Saira_ExtraCondensed-ExtraBoldItalic";
  font-size: 0.3rem;
  color: #fff;
}

.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.55rem;
  font-size: 0.46rem;
  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/a20251111competition/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: #2c2a2e;
  -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 {
  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;
  width: 100%;
  height: 1.57rem;
  margin: 0 auto 0;
  background: #d5dee5;
}
.dia-get .award-box .award-pic img {
  display: block;
  width: 100%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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/a20251111competition/login-type1.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item1:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/login-type1-on.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item2 {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/login-type2.png) no-repeat center center/100% auto;
}
.dia-login .type-item.type-item2:hover {
  background: url(//game.gtimg.cn/images/thefinals/cp/a20251111competition/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;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.86rem;
  height: 0.75rem;
}

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

.mobile .team-icon img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
}