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

@font-face {
  font-family: "saira_r";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/fonts/SairaCondensed-Regular.ttf");
}
@font-face {
  font-family: "saira_b";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/fonts/SairaCondensed-Bold.ttf");
}
@font-face {
  font-family: "saira_eb";
  src: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/fonts/Saira_ExtraCondensed-ExtraBoldItalic.ttf");
}
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;
}

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 {
  background-color: #191219;
  text-align: center;
  font-size: 0.22rem;
  padding: 0.2rem 0;
}

#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-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.top-nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-nav.hide {
  opacity: 0;
  pointer-events: none;
}
.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: #fff;
}
.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 {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.44rem;
  height: 0.43rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/btn-nav-close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.top-nav .btn-nav-open {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.44rem;
  height: 0.43rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/btn-nav-open.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.top-nav .line {
  position: absolute;
  right: 0.8rem;
  top: 0.12rem;
  width: 1px;
  height: 0.55rem;
  background: #333;
}

.wrapper {
  position: relative;
  overflow: hidden;
  font-family: "微软雅黑";
  background-color: #1d1a20;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hid {
  display: none;
}

.header {
  overflow: hidden;
  position: relative;
  height: 16.24rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/bg_header.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  overflow: hidden;
}
.header .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.header .slogan-box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .logo {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 2.12rem;
  height: 0.48rem;
}
.header .txt1 {
  color: #fff;
  font-size: 0.96rem;
  font-family: "saira_eb";
  text-align: center;
  line-height: 1;
  margin-top: 0.51rem;
}
.header .txt2 {
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  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;
}
.header .txt2 i {
  position: relative;
  -webkit-transform: translateY(-0.02rem) skewX(-10deg);
      -ms-transform: translateY(-0.02rem) skewX(-10deg);
          transform: translateY(-0.02rem) skewX(-10deg);
  width: 0.04rem;
  height: 0.3rem;
  margin: 0 0.2rem 0 0.3rem;
  vertical-align: middle;
  background: #fff;
}
.header .txt2 em {
  font-family: "saira_b";
  font-style: italic;
}
.header .txt3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.44rem;
  text-align: center;
  width: 6.62rem;
  color: #fff;
}
.header .txt3 em {
  font-family: "saira_eb";
}

.module-center {
  width: 6.62rem;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.76rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/cont_bf.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  pointer-events: none;
  background-size: 100% 20.16rem;
}

.module {
  position: relative;
  z-index: 2;
}

.side-rule {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.33rem;
  height: 1.49rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/side_rule.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: 22;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000;
  text-align: center;
  padding-left: 0.04rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.module1 {
  padding-top: 0.68rem;
}
.module1 .schedule-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.module1 .schedule-title {
  font-size: 0.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.module1 .schedule-wrapper {
  position: relative;
  margin-left: 0.24rem;
  width: 6.28rem;
}
.module1 .schedule-wrapper .schedule-btn {
  position: relative;
  display: block;
  width: 5.68rem;
  height: 0.45rem;
  border-left: 0.02rem solid #d21f3c;
  background-color: #353434;
  line-height: 0.45rem;
  padding-left: 0.16rem;
  font-size: 0.2rem;
  color: #e9e9e9;
  padding-right: 0.36rem;
}
.module1 .schedule-wrapper .schedule-btn.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module1 .schedule-wrapper .schedule-btn::after {
  content: "";
  position: absolute;
  top: 0.19rem;
  right: 0.14rem;
  width: 0.16rem;
  height: 0.09rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.module1 .schedule-wrapper .schedule-list {
  position: absolute;
  top: 0.45rem;
  width: 100%;
  left: 0;
  height: 2.1rem;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 222;
}
.module1 .schedule-wrapper .schedule-list::-webkit-scrollbar-track {
  background-color: #353434;
}
.module1 .schedule-wrapper .schedule-list::-webkit-scrollbar {
  width: 0.08rem;
  background-color: #353434;
}
.module1 .schedule-wrapper .schedule-list::-webkit-scrollbar-thumb {
  background-color: #d21f3c;
}
.module1 .schedule-wrapper .schedule-list {
  opacity: 0;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  background-color: #424141;
}
.module1 .schedule-wrapper .schedule-list.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.module1 .schedule-wrapper .schedule-list li {
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.2rem;
  padding-left: 0.16rem;
  color: #e9e9e9;
}
.module1 .schedule-wrapper .schedule-list li:hover {
  background-color: #c41f3a;
}
.module1 .module-center {
  width: 100%;
}
.module1 .match-wrapper .match-swiper {
  width: 100%;
  height: 2.44rem;
  margin-top: 0.24rem;
}
.module1 .match-wrapper .match-swiper-prev {
  display: none;
}
.module1 .match-wrapper .match-swiper-next {
  display: none;
}
.module1 .match-wrapper .match-item {
  background-color: #282626;
  font-size: 0;
}
.module1 .match-wrapper .match-item.ing .row1 {
  background-color: #d21e3d;
}
.module1 .match-wrapper .match-item.ing .row1 .status {
  position: relative;
  color: #fff;
}
.module1 .match-wrapper .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;
}
.module1 .match-wrapper .match-item.end .row1 {
  color: #8c8c8c;
}
.module1 .match-wrapper .match-item.end .row1 .status {
  color: #8c8c8c;
}
.module1 .match-wrapper .match-item.type2 .row2 {
  padding: 0;
}
.module1 .match-wrapper .match-item.type2 .row2 .team-item {
  height: 100%;
}
.module1 .match-wrapper .match-item.type2 .row2 .team-score {
  font-size: 0.58rem;
}
.module1 .match-wrapper .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;
}
.module1 .match-wrapper .match-item.type2 span {
  display: block;
  font-size: 0.58rem;
}
.module1 .match-wrapper .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.24rem;
}
.module1 .match-wrapper .row1 .time {
  padding: 0 0.14rem;
}
.module1 .match-wrapper .row1 .desc {
  width: 4.15rem;
}
.module1 .match-wrapper .row1 .status {
  color: #dba721;
  font-weight: bold;
}
.module1 .match-wrapper .row1 {
  color: #fff;
  background-color: #353434;
}
.module1 .match-wrapper .row2 {
  width: 100%;
  height: 1.9rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0.16rem;
}
.module1 .match-wrapper .row2 span {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #808080;
  font-family: "saira_b";
  font-weight: bold;
}
.module1 .match-wrapper .row2 .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 0.95rem;
}
.module1 .match-wrapper .row2 .team-item.win .team-score {
  color: #c41e3b;
}
.module1 .match-wrapper .row2 .team-item .team-info {
  width: 2.5rem;
}
.module1 .match-wrapper .row2 .team-item .team-info .team-logo {
  width: auto;
  height: 0.35rem;
  margin: 0 auto;
}
.module1 .match-wrapper .row2 .team-item .team-info .team-logo img {
  display: block;
  width: auto;
  height: 0.35rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.module1 .match-wrapper .row2 .team-item .team-info .team-name {
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.module1 .match-wrapper .row2 .team-item .team-score {
  width: 0.55rem;
  font-size: 0.38rem;
  font-family: "saira_b";
  text-align: center;
  line-height: 1;
  color: #808080;
}
.module1 .advertising-module {
  margin-top: 0.5rem;
  border-radius: 0.12rem;
  overflow: hidden;
}

.module2 {
  margin-top: 0.5rem;
}
.module2 .video-wrapper {
  position: relative;
  height: 4.58rem;
}
.module2 .v-tit {
  font-size: 0.29rem;
  line-height: 0.29rem;
  color: #fff;
  font-weight: bold;
}
.module2 .v-tit span {
  display: block;
  margin-bottom: 0.05rem;
}
.module2 .kv-box {
  width: 6.62rem;
  height: 3.72rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/v_pic.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin-top: 0.22rem;
}
.module2 .video-box {
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 6.62rem;
  height: 3.72rem;
}
.module2 .video-box .video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module2 .video-box .video-container iframe {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.module2 .news-wrapper {
  margin-top: 0.5rem;
}
.module2 .news-wrapper .news-tit {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.module2 .news-wrapper .news-list {
  margin-top: 0.24rem;
  height: 5.94rem;
  overflow: hidden;
  font-size: 0.2rem;
  background: #131115;
}
.module2 .news-wrapper .news-list .news-scroll {
  width: 100%;
  height: 5.92rem;
  margin-top: 0.01rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.module2 .news-wrapper .news-list .news-scroll::-webkit-scrollbar {
  width: 0.06rem;
  height: 100%;
}
.module2 .news-wrapper .news-list .news-scroll::-webkit-scrollbar-track {
  background-color: #2b292d;
}
.module2 .news-wrapper .news-list .news-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 0.05rem;
}
.module2 .news-wrapper .news-list .news-item {
  position: relative;
}
.module2 .news-wrapper .news-list .news-item .txt {
  width: 4.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module2 .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.74rem;
  padding: 0 0.3rem;
  line-height: 0.74rem;
  color: rgba(204, 204, 204, 0.8);
}
.module2 .news-wrapper .news-list .news-item a:hover {
  color: #d21e3d;
}
.module2 .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.16rem;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.1);
}
.module2 .news-wrapper .news-list .news-item:last-child::after {
  display: none;
}
.module2 .task-wrapper {
  margin-top: 0.91rem;
}
.module2 .task-wrapper .task-tit {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.module2 .task-wrapper .task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.83rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
}
.module2 .task-wrapper .task-list .task-item {
  position: relative;
  width: 3.23rem;
  height: 4.83rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/task_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module2 .task-wrapper .task-list .task-item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.6rem;
  width: 2.77rem;
  height: 0.03rem;
  background: rgba(255, 255, 255, 0.2);
}
.module2 .task-wrapper .task-list .task-item .award-pic {
  width: 1.26rem;
  height: 1.26rem;
  margin: 0.64rem auto 0;
}
.module2 .task-wrapper .task-list .task-item .award-pic1 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/award_pic1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module2 .task-wrapper .task-list .task-item .award-pic2 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/award_pic2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module2 .task-wrapper .task-list .task-item .task-txt1 {
  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.8rem;
  font-size: 0.29rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 0.1rem;
}
.module2 .task-wrapper .task-list .task-item .task-txt2 {
  font-size: 0.21rem;
  line-height: 0.21rem;
  text-align: center;
  color: #ccc;
  margin-top: 0.5rem;
}
.module2 .task-wrapper .task-list .task-item .btn-task {
  display: block;
  width: 1.94rem;
  height: 0.55rem;
  margin: 0.3rem auto 0;
  border-radius: 0.08rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #fff;
  pointer-events: none;
  color: #000;
  font-weight: bold;
  font-size: 0.22rem;
}
.module2 .task-wrapper .task-list .task-item .btn-task.canget {
  background-color: #f7bb1c;
  pointer-events: auto;
}
.module2 .task-wrapper .task-list .task-item .btn-task.got {
  background-color: #343434;
  color: #929292;
  pointer-events: none;
}
.module2 .task-wrapper .task-list .task-item .num {
  position: absolute;
  top: -0.16rem;
  right: 0.1rem;
  width: 0.53rem;
  height: 0.53rem;
  line-height: 0.53rem;
  font-size: 0.35rem;
  text-align: center;
  color: #fff;
  font-family: "saira_b";
  background: #d21e3d;
}

.module3 .guessing-wrapper {
  height: 13.32rem;
  margin-top: 0.5rem;
}
.module3 .guessing-wrapper .guessing-tit {
  font-size: 0.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.module3 .guessing-wrapper .guessing-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.26rem;
}
.module3 .guessing-wrapper .guessing-tab li {
  width: 1.3rem;
  height: 0.36rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 0.13rem;
  border-radius: 0.08rem;
  margin-right: 0.1rem;
  line-height: 0.36rem;
}
.module3 .guessing-wrapper .guessing-tab li.on {
  background-color: #f7bb1c;
}
.module3 .guessing-wrapper .guessing-list {
  margin-top: 0.21rem;
  width: 100%;
  height: 4.9rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.module3 .guessing-wrapper .guessing-list::-webkit-scrollbar {
  width: 0.06rem;
  height: 100%;
}
.module3 .guessing-wrapper .guessing-list::-webkit-scrollbar-track {
  background-color: #2b292d;
}
.module3 .guessing-wrapper .guessing-list::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 0.05rem;
}
.module3 .guessing-wrapper .guessing-list.guessing-end .team-options {
  pointer-events: none;
}
.module3 .guessing-wrapper .guessing-item {
  position: relative;
  width: 100%;
  height: 2.4rem;
  background-color: #282626;
  border-bottom: 0.01rem solid #d21e3d;
  margin-bottom: 0.06rem;
}
.module3 .guessing-wrapper .guessing-item:last-child {
  margin-bottom: 0;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-top {
  height: 0.38rem;
  background-color: #353434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.18rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-top p {
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.25rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.92rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.18rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .time {
  font-size: 0.16rem;
  color: #fff;
  width: 1.34rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .time span {
  margin-right: 0.12rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options {
  width: 1.9rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li {
  position: relative;
  width: 2.28rem;
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.13rem;
  color: #fff;
  text-align: center;
  background-color: #353434;
  margin: 0.03rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.on, .module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.win {
  background-color: #d21e3d;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.right {
  background-color: #d21e3d;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.right::after {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon_right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.wrong {
  background-color: #424141;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-options li.wrong::after {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon_wrong.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-selected {
  width: 1.9rem;
  height: 0.33rem;
  background-color: #fff;
  color: #000;
  font-size: 0.13rem;
  margin-left: 0.53rem;
  position: relative;
  text-align: center;
  line-height: 0.33rem;
  margin-top: 0.04rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-selected:first-child {
  margin-top: 0;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-selected-box {
  position: relative;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .team-selected-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.04rem;
  width: 0.45rem;
  height: 0.02rem;
  background-color: #454545;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .btn-toolbar {
  position: absolute;
  top: 0;
  right: 0.18rem;
  height: 0.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .btn-toolbar .btn-guess-finished {
  width: 0.68rem;
  height: 0.23rem;
  line-height: 0.23rem;
  background-color: #c7c7c7;
  text-align: center;
  color: #2b2e30;
  font-size: 0.15rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .btn-toolbar .btn-guess-results {
  width: 0.91rem;
  height: 0.23rem;
  line-height: 0.23rem;
  background-color: #d21f3c;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  margin-left: 0.1rem;
}
.module3 .guessing-wrapper .guessing-item .guessing-item-bottom .btn-guess-confirm {
  position: absolute;
  top: 0.07rem;
  right: 0.18rem;
  width: 0.91rem;
  height: 0.23rem;
  line-height: 0.23rem;
  background-color: #d21f3c;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
}
.module3 .guessing-wrapper .guessing-item.lock .team-options {
  pointer-events: none;
}
.module3 .guessing-wrapper .guessing-item.lock .btn-guess-confirm {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
}
.module3 .guessing-wrapper .ancRank-box {
  width: 100%;
  height: 6.19rem;
  margin-top: 0.3rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/ancRank_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  overflow: hidden;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-tit {
  font-size: 0.44rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
  letter-spacing: 0.011rem;
  text-indent: 0.011rem;
  font-weight: bold;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table {
  width: 6.37rem;
  margin: 0.36rem auto 0;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table th,
.module3 .guessing-wrapper .ancRank-box .ancRank-table table td {
  border: 1px solid #d21f3c;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table th:nth-child(1),
.module3 .guessing-wrapper .ancRank-box .ancRank-table table td:nth-child(1) {
  width: 1.46rem;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table th:nth-child(2),
.module3 .guessing-wrapper .ancRank-box .ancRank-table table td:nth-child(2) {
  width: 2.64rem;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table th:nth-child(3),
.module3 .guessing-wrapper .ancRank-box .ancRank-table table td:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table th {
  font-size: 0.28rem;
  font-weight: normal;
  color: #fff;
  line-height: 0.66rem;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table td {
  height: 1.12rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table img {
  display: block;
  width: 0.84rem;
  height: 0.84rem;
  margin: 0 auto;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table table a {
  display: block;
  background-color: #ffffff;
  width: 1rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #000000;
  margin: 0 auto;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table thead {
  height: 0.66rem;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-table thead tr {
  height: 100%;
  background-color: #424141;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-paging {
  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.45rem;
  margin-top: 0.3rem;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-paging a {
  width: 1.76rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.26rem;
  color: #fff;
  background-color: #d21f3c;
}
.module3 .guessing-wrapper .ancRank-box .ancRank-paging div {
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: -0.022rem;
  margin: 0 0.14rem;
}
.module3 .exchange-wrapper {
  height: 12.55rem;
}
.module3 .exchange-wrapper .exchange-tit {
  font-size: 0.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.module3 .exchange-wrapper .exchange-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 0.44rem;
  background-color: #282626;
  border-bottom: 0.01rem solid #d21e3d;
  margin-top: 0.24rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(1) {
  padding-right: 0.12rem;
  width: 1.7rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(1) p {
  width: 1.3rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(2) {
  width: 2.6rem;
  padding-right: 0.5rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(2) p {
  width: 1.4rem;
  padding-left: 0.1rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(3) {
  width: 2.2rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(3)::after {
  display: none;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(3) {
  padding-left: 0.12rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item:nth-child(3) p {
  width: 1.28rem;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.02rem;
  height: 0.16rem;
  background-color: #535353;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item p {
  font-size: 0.14rem;
  color: #fff;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item .jf-qa {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon_qa.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item .btn-getjf.got {
  background: #343434;
  color: #929292;
  pointer-events: none;
}
.module3 .exchange-wrapper .exchange-topbar .jf-item .guess-his,
.module3 .exchange-wrapper .exchange-topbar .jf-item .btn-getjf {
  width: 0.78rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #fff;
  background-color: #d21f3c;
}
.module3 .exchange-wrapper .desc {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1;
  color: #8d8d8d;
  margin-top: 0.1rem;
}
.module3 .exchange-wrapper .exchange-cont {
  margin-top: 0.1rem;
  height: 2.94rem;
  position: relative;
  overflow: hidden;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-prev,
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-next {
  position: absolute;
  top: 1.08rem;
  width: 0.15rem;
  height: 0.29rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-prev.exchange-swiper-prev,
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-next.exchange-swiper-prev {
  left: 0;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-prev.exchange-swiper-next,
.module3 .exchange-wrapper .exchange-cont .exchange-swiper-next.exchange-swiper-next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper {
  width: 5.52rem;
  margin: 0 auto 0;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .awards-tit {
  width: 2.64rem;
  height: 0.46rem;
  font-size: 0.19rem;
  text-align: center;
  font-weight: bold;
  color: #ffc733;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/award_tit.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0 auto;
  letter-spacing: 0.01rem;
  text-indent: 0.01rem;
  line-height: 0.46rem;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .awards-info {
  width: 2.64rem;
  height: 1.78rem;
  margin: 0.14rem auto 0;
  overflow: hidden;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/awards_info.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .awards-info .awards-img {
  width: 1.25rem;
  height: 1.55rem;
  border-radius: 0.11rem;
  margin: 0.1rem auto 0;
  overflow: hidden;
  position: relative;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .awards-info .awards-img img {
  width: 100%;
  height: auto;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .awards-info .awards-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0.06rem 0;
  width: 100%;
  min-height: 0.28rem;
  line-height: 0.16rem;
  font-size: 0.14rem;
  color: white;
  text-align: center;
  background-color: #7f8b99;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .btn-exchange {
  display: block;
  width: 2.64rem;
  height: 0.5rem;
  border-radius: 0.08rem;
  line-height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000;
  background-color: #f7bb1c;
  margin: 0.06rem auto 0;
}
.module3 .exchange-wrapper .exchange-cont .exchange-swiper .btn-exchange.got {
  background: #343434;
  color: #929292;
  pointer-events: none;
}
.module3 .exchange-wrapper .exchange-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem 0.15rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.36rem;
}
.module3 .exchange-wrapper .exchange-list .exchange-item {
  width: 2.1rem;
  height: 2.44rem;
}
.module3 .exchange-wrapper .exchange-list .awards-tit {
  width: 2.1rem;
  height: 0.36rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/award_tit1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0 auto 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: center;
  color: #ffc733;
}
.module3 .exchange-wrapper .exchange-list .awards-info {
  width: 2.1rem;
  height: 1.42rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/awards_info1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0.1rem auto 0;
  overflow: hidden;
}
.module3 .exchange-wrapper .exchange-list .awards-info .awards-img {
  width: 0.99rem;
  height: 1.23rem;
  border-radius: 0.11rem;
  margin: 0.09rem auto 0;
  overflow: hidden;
  position: relative;
}
.module3 .exchange-wrapper .exchange-list .awards-info .awards-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.module3 .exchange-wrapper .exchange-list .awards-info .awards-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0.02rem 0;
  width: 100%;
  min-height: 0.22rem;
  line-height: 0.14rem;
  font-size: 0.1rem;
  color: white;
  text-align: center;
  background-color: #7f8b99;
}
.module3 .exchange-wrapper .exchange-list .btn-exchange {
  display: block;
  width: 2.1rem;
  height: 0.39rem;
  border-radius: 0.08rem;
  line-height: 0.39rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000;
  background-color: #f7bb1c;
  margin: 0.1rem auto 0;
}
.module3 .exchange-wrapper .exchange-list .btn-exchange.got {
  background: #343434;
  color: #929292;
  pointer-events: none;
}

.module4 .raceresults-tit {
  font-size: 0.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}
.module4 .raceresults-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.84rem;
  margin-top: 0.29rem;
}
.module4 .raceresults-tab li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
  color: #999;
  font-size: 0.36rem;
  font-weight: bold;
}
.module4 .raceresults-tab li::after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 3.23rem;
  height: 0.94rem;
  z-index: -1;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/raceresults_tab_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.module4 .raceresults-tab li.on {
  color: #000;
  font-weight: 700;
}
.module4 .raceresults-tab li.on::after {
  display: block;
}
.module4 .raceresults-content {
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
.module4 .raceresults-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #3f3f3f;
}
.module4 .raceresults-content .progress-box {
  position: relative;
  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;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.module4 .raceresults-content .progress-box .match-col1 {
  margin-right: 1.2rem;
}
.module4 .raceresults-content .progress-box .match-col1::before {
  display: none;
}
.module4 .raceresults-content .progress-box .match-col1::after {
  height: 4.2rem;
  left: 3.3rem;
  top: 2.7rem;
}
.module4 .raceresults-content .progress-box .match-col1 .col-tit {
  margin-bottom: 0.3rem;
}
.module4 .raceresults-content .progress-box .match-col1 .team-list::after {
  width: 0.31rem;
}
.module4 .raceresults-content .progress-box .match-col1 .match-info:nth-child(2) {
  margin-bottom: 0.73rem;
}
.module4 .raceresults-content .progress-box .match-col2::after {
  display: none;
}
.module4 .raceresults-content .progress-box .match-col2::before {
  width: 0.6rem;
  left: -0.6rem;
  top: 4.75rem;
}
.module4 .raceresults-content .progress-box .match-col2 .col-tit {
  margin-bottom: 2.36rem;
}
.module4 .raceresults-content .progress-box .match-col2 .team-list .team-item:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: -0.58rem;
  top: -0.02rem;
  margin-top: 0.01rem;
  width: 0.6rem;
  height: 1px;
  background-color: #373638;
}
.module4 .raceresults-content .progress-box .match-col3 {
  width: 6.86rem;
  margin: 0.3rem auto 0;
}
.module4 .raceresults-content .progress-box .match-col3::after, .module4 .raceresults-content .progress-box .match-col3::before {
  display: none;
}
.module4 .raceresults-content .progress-box .match-col3 .col-tit {
  width: 50%;
  margin: -0.3rem auto 0;
}
.module4 .raceresults-content .progress-box .match-col3 .info-time {
  display: none;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.08rem;
  margin-top: 0.2rem;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list .team-item {
  width: 3rem;
  padding: 0 0.22rem;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list .team-item::after, .module4 .raceresults-content .progress-box .match-col3 .team-list .team-item::before {
  display: none;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list .team-item .team-name {
  width: 4.9rem;
  padding-left: 0.1rem;
  margin-bottom: 0;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list .team-item:nth-child(1) {
  background: #f7bb1c;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list .team-item:nth-child(1) .team-name {
  color: #000;
}
.module4 .raceresults-content .progress-box .match-col3 .team-list::after {
  display: none;
}
.module4 .raceresults-content .progress-box .progress-box-img1 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img2 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img3 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img4 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img5 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img5.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img6 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img6.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img7 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img7.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img8 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img8.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .progress-box .progress-box-img9 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/schedule_img9.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 6.62rem;
  height: 17.72rem;
  margin: 0.5rem auto 1rem;
}
.module4 .raceresults-content .match-col {
  position: relative;
  width: 2.7rem;
}
.module4 .raceresults-content .match-col .col-tit {
  text-align: center;
  font-size: 0.26rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  background: #454545;
}
.module4 .raceresults-content .match-col .match-info {
  position: relative;
  margin-bottom: 0.32rem;
}
.module4 .raceresults-content .match-col .match-info:nth-child(3)::after {
  top: 0.58rem;
  height: 1.34rem;
}
.module4 .raceresults-content .match-col .match-info::after {
  content: "";
  position: absolute;
  right: -0.62rem;
  top: 1.92rem;
  width: 1px;
  height: 1.28rem;
  background-color: #373638;
}
.module4 .raceresults-content .match-col .info-time {
  height: 1.3em;
  margin-bottom: 0.13rem;
  font-size: 0.2rem;
  color: #fff;
}
.module4 .raceresults-content .match-col .team-list {
  position: relative;
  width: 100%;
}
.module4 .raceresults-content .match-col .team-list::after {
  content: "";
  position: absolute;
  right: -0.62rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.01rem;
  width: 0.31rem;
  height: 1px;
  background-color: #373638;
}
.module4 .raceresults-content .match-col .team-list::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.31rem;
  width: 1px;
  height: 1.54rem;
  background-color: #373638;
}
.module4 .raceresults-content .match-col .team-list .team-item {
  position: relative;
  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;
}
.module4 .raceresults-content .match-col .team-list .team-item:nth-child(2n) {
  background: #424141;
}
.module4 .raceresults-content .match-col .team-list .team-item:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0.31rem;
  height: 1px;
  background-color: #373638;
}
.module4 .raceresults-content .match-col .team-list .team-item.win {
  background: #d21f3c;
}
.module4 .raceresults-content .match-col .team-list .team-item.win .score {
  color: #fff;
}
.module4 .raceresults-content .match-col .team-list .team-item .team-logo {
  height: 0.55rem;
  width: 0.55rem;
  margin-left: 0.15rem;
  margin-right: 0.1rem;
}
.module4 .raceresults-content .match-col .team-list .team-item .team-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module4 .raceresults-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;
}
.module4 .raceresults-content .match-col .team-list .team-item .score {
  width: 0.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #808080;
}
.module4 .raceresults-content .progress-swiper {
  width: 100%;
}
.module4 .raceresults-content .progress-swiper .swiper-slide {
  width: 16.4rem;
}
.module4 .raceresults-content .progress-swiper .progress-swiper-prev,
.module4 .raceresults-content .progress-swiper .progress-swiper-next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.62rem;
  height: 0.6rem;
  background-color: #d21e3d;
  border-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.module4 .raceresults-content .progress-swiper .progress-swiper-prev::before,
.module4 .raceresults-content .progress-swiper .progress-swiper-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/icon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 0.16rem;
  height: 0.32rem;
}
.module4 .raceresults-content .progress-swiper .progress-swiper-prev.progress-swiper-next,
.module4 .raceresults-content .progress-swiper .progress-swiper-next.progress-swiper-next {
  left: auto;
  right: 0;
}
.module4 .raceresults-content .progress-swiper .progress-swiper-prev.progress-swiper-next::before,
.module4 .raceresults-content .progress-swiper .progress-swiper-next.progress-swiper-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module4 .raceresults-content .progress-swiper .swiper-button-lock {
  display: none !important;
}
.module4 .raceresults-content .progress-swiper .swiper-button-disabled {
  display: block;
  cursor: no-drop;
  opacity: 0.5;
  background-color: transparent;
  border: 0.02rem solid #34373d;
}
.module4 .points-ranking {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.module4 .points-ranking .points-ranking-item {
  width: 100%;
  margin-bottom: 0.48rem;
}
.module4 .points-ranking .points-ranking-item:last-child {
  margin-bottom: 0;
}
.module4 .points-ranking .ranking-tit {
  position: relative;
  color: #ffffff;
  line-height: 1;
  font-size: 0.3rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.021rem;
  text-indent: 0.021rem;
  margin-bottom: 0.52rem;
}
.module4 .points-ranking .ranking-tit::after {
  content: "";
  position: absolute;
  top: 0.53rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.94rem;
  height: 0.03rem;
  background-color: #3f3f3f;
}
.module4 .points-ranking .ranking-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.22rem;
}
.module4 .points-ranking .ranking-list li:first-child {
  margin-top: 0;
}
.module4 .points-ranking .ranking-list li:first-child span {
  opacity: 1;
}
.module4 .points-ranking .ranking-list li:first-child p {
  background-color: #d21f3c;
}
.module4 .points-ranking .ranking-list li:nth-last-child(-n+4) p {
  background-color: #353434;
}
.module4 .points-ranking .ranking-list li:nth-child(2) span {
  opacity: 0.9;
}
.module4 .points-ranking .ranking-list li:nth-child(3) span {
  opacity: 0.8;
}
.module4 .points-ranking .ranking-list li:nth-child(4) span {
  opacity: 0.6;
}
.module4 .points-ranking .ranking-list li:nth-child(5) span {
  opacity: 0.4;
}
.module4 .points-ranking .ranking-list li span {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #ffffff;
  font-size: 0.3rem;
  font-family: "saira_eb";
  text-align: center;
  line-height: 0.74rem;
  opacity: 0.2;
}
.module4 .points-ranking .ranking-list li p {
  height: 0.74rem;
  width: 5rem;
  background-color: #424141;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.74rem;
  font-weight: bold;
}
.module4 .points-ranking .ranking-list li em {
  width: 0.5rem;
  height: 0.74rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.74rem;
  font-family: "saira_b";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module4 .points-ranking .ranking-list li em::before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  position: relative;
  margin-right: 0.04rem;
}
.module4 .points-ranking .ranking-list li.risen em::before {
  top: -0.05rem;
  display: block;
  border-bottom-color: #1ee629;
}
.module4 .points-ranking .ranking-list li.down em {
  color: #d21f3c;
}
.module4 .points-ranking .ranking-list li.down em::before {
  top: 0.05rem;
  display: block;
  border-top-color: #d21f3c;
}

.module5 {
  width: 100%;
  height: 8.98rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.module5 .txt1 {
  font-size: 0.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 0.64rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.015rem;
  text-indent: 0.015rem;
}
.module5 .txt2 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 0.54rem auto 0;
}
.module5 .btn-matchnews {
  display: block;
  width: 2.15rem;
  height: 0.72rem;
  border-radius: 0.18rem;
  text-align: center;
  color: #fff;
  font-style: italic;
  line-height: 0.72rem;
  font-weight: bold;
  font-size: 0.28rem;
  background-color: #d21f3c;
  margin: 0.44rem auto 0;
  letter-spacing: 0.007rem;
  text-indent: 0.007rem;
}

.dialog .dia-tit {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  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;
  margin: 0.3rem auto 0;
}
.dialog .dia-tit::before {
  margin-right: 0.26rem;
}
.dialog .dia-tit::after {
  margin-left: 0.26rem;
}
.dialog .dia-tit::before, .dialog .dia-tit::after {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.dialog .dia-close {
  position: absolute;
  top: -0.23rem;
  right: -0.63rem;
  width: 0.47rem;
  height: 0.47rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia-close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dialog .dia-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dialog .dia-btn1 {
  display: block;
  width: 2.69rem;
  height: 0.55rem;
  background-color: #f7bb1c;
  border-radius: 0.08rem;
  margin: 0 auto 0;
  font-size: 0.32rem;
  line-height: 0.55rem;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.dia-common {
  width: 5.37rem;
  height: 3.03rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-common .msg-text {
  width: 90%;
  height: 1.4rem;
  margin: 0.1rem auto 0;
  font-size: 0.2rem;
  line-height: 0.25rem;
  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;
}

.dia-login {
  width: 5.37rem;
  height: 3.03rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-login .login-btnbox {
  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;
  margin-top: 0.55rem;
}
.dia-login .login-btnbox a {
  width: 1.14rem;
  height: 1.14rem;
  margin: 0 0.19rem;
}
.dia-login .login-btnbox .login-wx {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/login_wx.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-login .login-btnbox .login-qq {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/login_qq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.dia-rule {
  width: 5.37rem;
  height: 5.56rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-rule .rule-list {
  width: 4.6rem;
  height: 4.3rem;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.dia-rule .rule-list::-webkit-scrollbar {
  width: 0.04rem;
  height: 100%;
  background-color: #000;
}
.dia-rule .rule-list::-webkit-scrollbar-track {
  background-color: #282626;
}
.dia-rule .rule-list::-webkit-scrollbar-thumb {
  background-color: #d21e3d;
}
.dia-rule .rule-list .color1 {
  color: #f7bb1c;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.dia-rule .rule-list p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
}
.dia-rule .rule-list li {
  margin-bottom: 0.18rem;
  margin-top: 0.26rem;
}

.dia-getaward {
  width: 5.37rem;
  height: 4.19rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-getaward .getaward-box {
  position: relative;
  width: 1.67rem;
  height: 2.06rem;
  margin: 0.27rem auto 0;
  border-radius: 0.11rem;
  overflow: hidden;
}
.dia-getaward .getaward-box img {
  width: 100%;
  height: auto;
  max-height: 2.06rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.dia-getaward .getaward-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #7f8b99;
  min-height: 0.24rem;
  padding: 0.06rem 0;
  font-size: 0.17rem;
  color: #fff;
  text-align: center;
}
.dia-getaward .dia-btn1 {
  margin-top: 0.19rem;
}

.dia-guesshis {
  width: 6.2rem;
  height: 4.6rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-guesshis .guesshis-table {
  width: 5.54rem;
  margin: 0.16rem auto 0;
}
.dia-guesshis .guesshis-table table {
  width: 100%;
  height: auto;
}
.dia-guesshis .guesshis-table thead {
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #424141;
}
.dia-guesshis .guesshis-table thead th {
  height: 0.4rem;
}
.dia-guesshis .guesshis-table th,
.dia-guesshis .guesshis-table td {
  font-size: 0.2rem;
  color: #fff;
  width: 20%;
  line-height: 1.15;
}
.dia-guesshis .guesshis-table th:nth-child(2),
.dia-guesshis .guesshis-table td:nth-child(2) {
  width: 40%;
}
.dia-guesshis .guesshis-table th,
.dia-guesshis .guesshis-table td {
  border: 1px solid #a61c32;
  text-align: center;
}
.dia-guesshis .guesshis-table tr {
  height: 0.7rem;
  line-height: 0.3rem;
}
.dia-guesshis .guesshis-paging {
  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.4rem;
  margin-top: 0.2rem;
}
.dia-guesshis .guesshis-paging a {
  width: 1.66rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  color: #fff;
  background-color: #d21f3c;
}
.dia-guesshis .guesshis-paging div {
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: -0.022rem;
  margin: 0 0.14rem;
}

.dia-jftext {
  width: 5.37rem;
  height: 2.37rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-jftext .jftext-text {
  width: 4.1rem;
  height: 1rem;
  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;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #f7bb1c;
  text-align: center;
  margin: 0.24rem auto 0;
}

.dia-ancguess {
  width: 6.2rem;
  height: 4.6rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/m/dia4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-ancguess .guesshis-table {
  width: 5.54rem;
  margin: 0.16rem auto 0;
}
.dia-ancguess .guesshis-table table {
  width: 100%;
  height: auto;
}
.dia-ancguess .guesshis-table thead {
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #424141;
}
.dia-ancguess .guesshis-table thead th {
  height: 0.4rem;
}
.dia-ancguess .guesshis-table th,
.dia-ancguess .guesshis-table td {
  font-size: 0.2rem;
  color: #fff;
  width: 30%;
  line-height: 1.15;
}
.dia-ancguess .guesshis-table th:nth-child(2),
.dia-ancguess .guesshis-table td:nth-child(2) {
  width: 40%;
}
.dia-ancguess .guesshis-table th,
.dia-ancguess .guesshis-table td {
  border: 1px solid #a61c32;
  text-align: center;
}
.dia-ancguess .guesshis-table tr {
  height: 0.7rem;
  line-height: 0.3rem;
}
.dia-ancguess .guesshis-paging {
  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.4rem;
  margin-top: 0.2rem;
}
.dia-ancguess .guesshis-paging a {
  width: 1.66rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  color: #fff;
  background-color: #d21f3c;
}
.dia-ancguess .guesshis-paging div {
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: -0.022rem;
  margin: 0 0.14rem;
}

.dia-matchResult {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/a20260529match/dia_bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 10rem;
  height: 7.8rem;
}
.dia-matchResult .match-list {
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3rem;
}
.dia-matchResult .match-list .match-item {
  background-color: #282626;
  font-size: 0;
}
.dia-matchResult .match-list .match-item.ing .row1 {
  background-color: #d21e3d;
}
.dia-matchResult .match-list .match-item.ing .row1 .status {
  position: relative;
  color: #fff;
}
.dia-matchResult .match-list .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;
}
.dia-matchResult .match-list .match-item.end .row1 {
  color: #8c8c8c;
}
.dia-matchResult .match-list .match-item.end .row1 .status {
  color: #8c8c8c;
}
.dia-matchResult .match-list .match-item.type2 .row2 .team-item {
  height: 100%;
}
.dia-matchResult .match-list .match-item.type2 .row2 .team-score {
  font-size: 0.58rem;
}
.dia-matchResult .match-list .match-item.type2 span {
  display: block;
  font-size: 0.58rem;
}
.dia-matchResult .match-list .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.24rem;
}
.dia-matchResult .match-list .row1 .time {
  padding: 0 0.14rem;
}
.dia-matchResult .match-list .row1 .desc {
  width: 2.84rem;
}
.dia-matchResult .match-list .row1 .status {
  color: #dba721;
  font-weight: bold;
}
.dia-matchResult .match-list .row1 {
  color: #fff;
  background-color: #353434;
}
.dia-matchResult .match-list .row2 {
  width: 100%;
  height: 1.9rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0.16rem;
}
.dia-matchResult .match-list .row2 span {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #808080;
  font-family: "saira_b";
  font-weight: bold;
}
.dia-matchResult .match-list .row2 .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 0.95rem;
}
.dia-matchResult .match-list .row2 .team-item.win .team-score {
  color: #c41e3b;
}
.dia-matchResult .match-list .row2 .team-item .team-info {
  width: 1.4rem;
}
.dia-matchResult .match-list .row2 .team-item .team-info .team-logo {
  width: auto;
  height: 0.3rem;
  margin: 0 auto;
}
.dia-matchResult .match-list .row2 .team-item .team-info .team-logo img {
  display: block;
  width: auto;
  height: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.dia-matchResult .match-list .row2 .team-item .team-info .team-name {
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.dia-matchResult .match-list .row2 .team-item .team-score {
  width: 0.35rem;
  font-size: 0.38rem;
  font-family: "saira_b";
  text-align: center;
  line-height: 1;
  color: #808080;
}