@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100% !important;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: none;
  word-break: break-all;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

strong, i, em {
  font-weight: normal;
  font-style: normal;
}

input, select, form {
  vertical-align: middle;
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus, [onclick] {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #666666;
  outline: 0;
}
.pr {position: relative;}

body, html {
  background: #fff;
}

.hidden {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  text-indent: -9999px;
  display: block;
}

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

#afooter {
  background: #fff;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.24rem;
  color: #000;
}
@font-face {
  font-family: 'intro';
  src: url(//game.gtimg.cn/images/toc/intro.ttf);
}
.wrap {
  background: #fff;
  padding-bottom: 1.1rem;
}
.page {
  min-height: 100vh;
}

.head {
  height: 4.6rem;
  margin-bottom: 0.8rem;
}
.head-bg {
  width: 100%;
  height: 100%;
}

.login-box {
  color: #000;
  font-size: 0.24rem;
  width: 100%;
  position: absolute;
  top: 4.8rem;
  left: 0;
  text-align: center;
}
.login-box a {
	color: #000;
}
.login-box .center {
	display: flex;
	justify-content: center;
}
.navs {
  height: 1.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cde2f7));
  background: linear-gradient(to bottom, #fff 0%, #cde2f7 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 100;
}

.navs a {
  height: 100%;
  color: #404a66;
  font-size: 0.3rem;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.1rem;
  font-weight: bold;
}

.navs a.on {
  background: url(//game.gtimg.cn/images/toc/m/navon.png) no-repeat center top/100%;
  color: #fff;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
}

.title-table {
  background: url(//game.gtimg.cn/images/toc/title-table.png) no-repeat center top/100%;
  width: 0.31rem;
  height: 0.35rem;
  display: block;
  margin-right: 0.13rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.p1-p2{
  position: relative;
  z-index: 1;
}

/*  */
.p1 {
  width: 100%;
}

.p1 .title {
  margin: 0.3rem 0;
}

.p1-title1 {
  background: url(//game.gtimg.cn/images/toc/p1-title1.png) no-repeat center top/100%;
  width: 1.47rem;
  height: 0.34rem;
  display: block;
  text-indent: -9999rem;
}

.p1-title1.dianb {
  background-image: url(//game.gtimg.cn/images/toc/p1-title-vid.png);
}

.p1-title-tip {
  color: #008aff;
  font-size: 0.24rem;
  margin-left: 0.1rem;
  font-weight: 700;
}

.p1-title-tip a {
  color: #008aff;
  text-decoration: underline;
}

.video {
  width: 100%;
  height: 4.25rem;
  background-color: #000000;
  position: relative;
}

.schedule-list {
  position: relative;
}
.schedule-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.3rem auto 0.1rem auto;
}
.schedule-top-date {
  color: #404a66;
  font-size: 0.5rem;
  font-family: 'intro';
  white-space: nowrap;
}
.schedule-top-name {
  color: #404a66;
  font-size: 0.24rem;
  margin-left: 0.3rem;
  line-height: 0.5rem;
  white-space: nowrap;
}

.schedule-list > ul {
  position: relative;
}

.schedule-list > ul > li {
  width: 100%;
  /* height: 1.68rem; */
  border: #dadada solid 0.01rem;
  padding: 0.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule-list > ul > li:first-child {
  margin-top: 0;
}

.schedule-list > ul > li.on {
  border-color: #008aff;
}

.schedule-list .match-top {
  color: #404a66;
}

.schedule-list .match-top-dn {
  font-size: 0;
  text-align: left;
}

.schedule-list .match-top-ts {
  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;
}

.schedule-list .match-date {
  display: inline-block;
  vertical-align: top;
  font-family: "intro";
  width: 1rem;
  font-size: 0.16rem;
  margin-right: 0.1rem;
  display: none;
}

.schedule-list .match-name {
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  width: 3.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.schedule-list .match-time {
  font-family: "intro";
  font-size: 0.4rem;
  line-height: 0.46rem;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}

.schedule-list .match-status {
  width: 1rem;
  height: 0.3rem;
  white-space: nowrap;
  margin: 0.06rem auto 0;
}

.schedule-list .match-status span {
  display: block;
  width: 1rem;
  height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.3rem;
  border: transparent solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule-list .match-status .notstart {
  background-color: transparent;
  border-color: #4b6c9a;
  color: #404b67;
}

.schedule-list .match-status .ongoing {
  background-color: #008aff;
  border-color: #008aff;
  color: #fff;
}

.schedule-list .match-status .end {
  background-color: #4b6c9a;
  border-color: #4b6c9a;
  color: #fff;
}

.match-act {
  border-top: #7f869c solid 0.01rem;
  width: 1.34rem;
  margin: 0.2rem auto 0;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-act a {
  display: block;
  width: 1rem;
  height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.3rem;
  border: #7f869c solid 0.01rem;
  color: #7f869c;
  margin: 0.18rem 0.06rem 0;
}

.schedule-list li.show-replays .btn-replays,
.schedule-list li.show-scores .btn-scores,
.match-act a.on {
  border-color: #008aff;
  color: #008aff;
}

.match-members {
  font-size: 0;
  text-align: left;
  margin-left: 0.35rem;
}

.match-member-pair {
  display: inline-block;
  vertical-align: top;
  background: #e5eff7;
  position: relative;
}

.match-member-pair + .match-member-pair {
  margin-left: 0.04rem;
}

.match-member-pair .match-member + .match-member {
  margin-left: 0.02rem;
}

.match-member {
  display: inline-block;
  vertical-align: top;
  width: 1.12rem;
  padding-top: 0.02rem;
  background: #e5eff7;
}

.match-member + .match-member {
  margin-left: 0.02rem;
}

.match-member-icon {
  width: 1.12rem;
  height: 1.12rem;
  margin: 0 auto;
  position: relative;
  border: #e5eff7 solid 0.04rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-member-icon::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border: #e5eff7 solid 0.2rem;
  border-left-color: transparent;
  border-top-color: transparent;
}

.match-member-pair .match-member:last-of-type .match-member-icon::after {
  right: auto;
  left: 0;
  border-left-color: #e5eff7;
  border-right-color: transparent;
}

.match-avatar-img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.match-score {
  color: #404a66;
  background: #e5eff7;
  border-top-left-radius: 0.04rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.22rem;
  width: 0.26rem;
  height: 0.26rem;
  line-height: 0.32rem;
  text-align: center;
  z-index: 3;
  font-family: "intro";
  white-space: nowrap;
}

.match-member-pair .match-score {
  right: 50%;
  bottom: 0.1rem;
  margin-right: -0.16rem;
  width: 0.32rem;
  border-top-left-radius: 0.04rem;
  border-top-right-radius: 0.04rem;
}

.match-member-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #404a66;
  font-size: 0.1rem;
  height: 0.28rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.12rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.schedule-list li.show-replays {
  height: 5.2rem;
}

.schedule-list li.show-replays .match-det-replay {
  display: block;
}

.schedule-list li.show-replays .match-det-replay-navigation {
  display: block;
}

.match-det-replay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.64rem;
  border-top: #008aff solid 0.01rem;
  background: #fff;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  display: none;
}

.match-det-replay-navigation {
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 3.6rem;
  left: 0;
  z-index: 10;
  display: none;
}

.match-det-replay-prev, .match-det-replay-next {
  width: 0.15rem;
  height: 0.26rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAATElEQVR4AZXRgQYAMAiE4QM9/J42wIAGF5zSwm/waRRwIhi6iNiAnEWPtAIlvDmVrymCgMwEEWpEI/xBvv7OdUK1AgW2Xeb+LJgQuh6tUyBRdqZ7lwAAAABJRU5ErkJggg==") no-repeat center / 100%;
  position: absolute;
  top: 0.3rem;
  pointer-events: auto;
}

.match-det-replay-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.match-det-replay-next {
  right: 0;
}

.match-det-replay ul {
  width: 100%;
  margin: 0.05rem auto 0;
}

.match-det-replay li {
  width: 2.4rem;
  padding: 0 0.04rem;
  text-align: center;
}

.match-det-replay li img {
  border: #67484e solid 0.01rem;
}

.match-det-replay li a {
  color: #67484e;
}

.match-det-replay li a span {
  color: #404a66;
  font-size: 0.2rem;
  height: 0.56rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.schedule-list li.show-scores {
  height: 5.72rem;
}

.schedule-list li.show-scores .match-score-detail {
  display: block;
}

.match-score-detail {
  width: 100%;
  position: absolute;
  top: 2.64rem;
  left: 0rem;
  border-top: #008aff solid 0.01rem;
  background: #fff;
  z-index: 5;
  display: none;
}

.match-score-detail::before {
  display: block;
  content: "";
  width: 0.16rem;
  height: 0.08rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAVUlEQVR4AWNwL/DBihna/gszdP4/B8TnQWxc6vBqLt3z8z8I4zMEr+YPHz+DMF5DCGkmaAgBzYQNIaCZsCEMDF3//wtN+vcfRTNhQ8B6QHoZQAKUYACOADnkE/IJSgAAAABJRU5ErkJggg==") no-repeat center/100%;
  position: absolute;
  top: -0.07rem;
  left: 0.84rem;
}

.match-score-detail table {
  width: 100%;
  color: #404b67;
  font-size: 0.2rem;
  text-align: center;
  border-collapse: collapse;
}

.match-score-detail table th {
  background: rgba(226, 227, 232, 0.5);
  border: rgba(197, 200, 209, 0.5) solid 0.01rem;
  font-weight: normal;
  padding: 0.02rem 0;
}

.match-score-detail table th:first-child {
  border-left-width: 0;
}

.match-score-detail table th:last-child {
  border-right-width: 0;
}

.match-score-detail table td {
  border: rgba(197, 200, 209, 0.5) solid 0.01rem;
  padding: 0.02rem 0;
}

.match-score-detail table td:first-child {
  border-left-width: 0;
}

.match-score-detail table td:last-child {
  border-right-width: 0;
}

.match-score-detail table tr:last-child td {
  border-bottom-width: 0;
}

.live-info {
  margin-top: 0.34rem;
  position: relative;
}
.live-info .schedule-list > ul > li {
  width: 7.3rem;
  margin: 0 auto;
  border: #c5c8d1 solid 1px;
  padding-bottom: 0.58rem;
}
.live-info .match-seemore {
  width: 0.68rem;
  height: 1.96rem;
  background: url(//game.gtimg.cn/images/toc/match-seemore.jpg) no-repeat center / 100%;
  position: absolute;
  right: 0;
  top: 1.4rem;
  margin-top: -0.98rem;
  text-indent: -9999rem;
  z-index: 5;
}
.live-info .match-date {
  display: block;
  font-size: 0.32rem;
  position: absolute;
  left: 0.05rem;
  top: 0.3rem;
  white-space: nowrap;
}
.live-info .match-time {
  margin-top: 0.4rem;
}
.live-info .schedule-list .match-name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  position: absolute;
  bottom: 0.12rem;
  left: 0;
}
.live-info .schedule-list .show-scores .match-name{
  bottom: 0;
}
/*  */
.p2 {
  width: 100%;
}

.p2-title1 {
  background: url(//game.gtimg.cn/images/toc/p2-title1.png) no-repeat center top / 100%;
  width: 0.74rem;
  height: 0.34rem;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.p2-cont-box {
  width: 4.76rem;
  height: 6.53rem;
  background-color: #000000;
}
.p2-tab {
  padding-top: 0.9rem;
}
.p2-tab-menu {
  width: 4.9rem;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #404b67;
}

.p2-btns {
  width: 100%;
  height: 0.45rem;
  background-color: #404b67;
}

.p2-btns li {
  /* width: 100%; */
  width: 1.2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.p2-btns-prev, .p2-btns-next {
  display: block;
  width: 0.2rem;
  height: 0.45rem;
  position: absolute;
  top: 0;
  z-index: 5;
}

.p2-btns-prev {
  background: url(//game.gtimg.cn/images/toc/p2-left-arrow.png) no-repeat center / 100%;
  left: 0;
}

.p2-btns-next {
  background: url(//game.gtimg.cn/images/toc/p2-right-arrow.png) no-repeat center / 100%;
  right: 0;
}

.p2-link {
  background: url(//game.gtimg.cn/images/toc/p2-link.png) no-repeat center top / 100%;
  width: 5rem;
  height: 0.05rem;
  margin-left: -0.05rem;
}

.p2-active {
  background-color: #008aff;
}

.bann {
  display: block;
  width: 14rem;
  height: 1.2rem;
  margin: 0.2rem auto;
}

/*  */
.title-flex1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-navigation {
  background: url(//game.gtimg.cn/images/toc/p2-rectangle.png) no-repeat center top/100% 100%;
  width: auto;
  height: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.07rem;
  position: relative;
  padding: 0.06rem 0.4rem 0 0.32rem;
  box-sizing: border-box;
}

.first-navigation::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/toc/p2-triangle.png) no-repeat center top / 100%;
  width: 0.18rem;
  height: 0.09rem;
  display: inline-block;
  margin-left: 0.1rem;
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
}

.first-navigation select {
  display: block;
  border: none !important;
  background: none !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  border-right: 0.01rem solid #9499a9;
  color: #404a66;
  font-size: 0.14rem;
}

.p2-tab-box {
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  */
.p3 {
  width: 14rem;
  margin: 0 auto;
  margin-top: 0.88rem;
}

.p3 .title-flex1 {
  width: 5.57rem;
}

.p3-title1 {
  background: url(//game.gtimg.cn/images/toc/p3-title1.png) no-repeat center top / 100%;
  width: 1.45rem;
  height: 0.34rem;
  display: block;
}

.p3-a1 {
  background: url(//game.gtimg.cn/images/toc/p3-rec1.png) no-repeat center top / 100%;
  width: 1.2rem;
  height: 0.4rem;
  display: block;
  color: #404a66;
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.p3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p3-table-sjx {
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.06rem solid #e9fbff;
  border-right: 0.06rem solid transparent;
  position: absolute;
  bottom: -0.07rem;
  right: -0.07rem;
  -webkit-transform: rotate(44deg);
}

.p3-table1 {
  width: 0.8rem;
  height: 0.28rem;
  background-color: #008aff;
  color: #e9fbff;
  font-size: 0.14rem;
  line-height: 0.28rem;
  margin-left: 0.12rem;
}

.p3-left-lt {
  width: 5.57rem;
  margin-right: 0.2rem;
}

.p3-left-li {
  width: 5.57rem;
  height: 0.39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.01rem solid #cee8f9;
}

.p3-news {
  width: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0.36rem;
  color: #404a66;
  font-size: 0.16rem;
}

.p3-news .p3-tip {
  width: 3.2rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p3-news .p3-time {
  width: 1rem;
}

.p3-recommends {
  white-space: nowrap;
}

.p3-img {
  width: 2.5rem;
  height: 3.1rem;
  display: inline-block;
  margin: 0 0.1rem;
}

/*  */
.p4 {
  margin-top: 1.1rem;
}

.p4-title1 {
  background: url(//game.gtimg.cn/images/toc/p4-title1.png) no-repeat center top / 100%;
  width: 1.48rem;
  height: 0.34rem;
  display: block;
}

.p4-tab-menu {
  margin-left: 2.38rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p4-btns {
  width: 8.02rem;
  height: 0.4rem;
  border-bottom: 0.01rem solid #a6ccf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.06rem;
  display: none;
}

.p4-btns li {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #008aff;
  margin-bottom: -0.05rem;
  font-weight: 700;
  cursor: pointer;
}

.p4-active {
  display: block;
  background: url(//game.gtimg.cn/images/toc/p4-link.png) no-repeat center bottom / 100%;
  width: 1.76rem;
  height: 0.06rem;
  margin: 0 auto;
}

.p4-tab-box {
  height: 6.5rem;
}

.p4-video-ul {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p4-video-li {
  background: url(//game.gtimg.cn/images/toc/p4-video-bg1.png) no-repeat center top / 100%;
  width: 2.64rem;
  height: 2.73rem;
  margin-top: 0.42rem;
  margin-right: 0.2rem;
}

.p4-video-li a {
  display: block;
  width: 100%;
  height: 100%;
}

.p4-video-li:nth-child(5n) {
  margin-right: 0rem;
}

.p4-li-img {
  width: 2.64rem;
  height: 1.48rem;
}

.p4-li-p {
  width: 2.44rem;
  height: 0.7rem;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  border-bottom: 0.01rem solid #30a0ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.18rem;
}

.p4-li-div {
  width: 2.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.13rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.08rem;
  color: #FFFFFF;
  font-size: 0.12rem;
}

.p4-span-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p4-span-left img {
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.05rem;
}

.p4-pager {
  font-size: 0.18rem;
  width: 3.84rem;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.p4-pager .pagination-btn {
  display: inline-block;
  vertical-align: top;
  background: url(//game.gtimg.cn/images/toc/p4-pager-bg.png) no-repeat center top / 100%;
  width: 1.24rem;
  height: 0.29rem;
  line-height: 0.29rem;
  color: #404a66;
  font-size: 0.14rem;
}

.p4-pager a {
  display: inline-block;
  vertical-align: top;
  width: 0.27rem;
  line-height: 0.28rem;
  height: 0.29rem;
  color: #000;
}

.p4-pager a.active {
  background: url(//game.gtimg.cn/images/toc/p4-pager-top.png) no-repeat center bottom / 100%;
}

/*  */
.p5 {
  margin-top: 0.6rem;
}

.p5-title1 {
  background: url(//game.gtimg.cn/images/toc/p5-title2.png) no-repeat center top / 100%;
  width: 1.47rem;
  height: 0.34rem;
  display: block;
}

.p5-tab-menu {
  margin-left: 2.38rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p5-btns {
  width: 8.02rem;
  height: 0.4rem;
  border-bottom: 0.01rem solid #a6ccf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.06rem;
  display: none;
}

.p5-btns li {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #008aff;
  margin-bottom: -0.05rem;
  font-weight: 700;
}

.p5-active {
  display: block;
  background: url(//game.gtimg.cn/images/toc/p5-link.png) no-repeat center bottom / 100%;
  width: 2.66rem;
  height: 0.06rem;
  margin: 0 auto;
}

.p5-tab-box {
  /* height: 9.26rem; */
}

.p5-top1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.48rem;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p5-logo-bg {
  background: url(//game.gtimg.cn/images/toc/p5-logo-bg.png) no-repeat center top / 100%;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.14rem;
}

.p5-logo-bg img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.p5-logo {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.p5-tip1 {
  width: 4.82rem;
  font-size: 0;
  text-align: left;
  margin-left: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p5-tip1 span {
  display: inline-block;
  width: 0.08rem;
  height: 0.16rem;
  background-color: #404a66;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  margin-right: 0.12rem;
}

.p5-tip1 i {
  display: inline-block;
  color: #404a66;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}

.p5-tip1 a {
  background: url(//game.gtimg.cn/images/toc/p3-rec1.png) no-repeat center top / 100%;
  width: 0.9rem;
  height: 0.3rem;
  display: inline-block;
  color: #404a66;
  font-size: 0.13rem;
  line-height: 0.3rem;
  vertical-align: top;
  text-align: center;
}

.p5-tip1 p {
  text-align: left;
  color: #4b6c9a;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.p5-bonus {
  width: 4.82rem;
  text-align: left;
  margin-top: -0.15rem;
}

.p5-span1 {
  display: inline-block;
  width: 0.08rem;
  height: 0.16rem;
  background-color: #404a66;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  margin-right: 0.12rem;
}

.p5-i1 {
  display: inline-block;
  color: #404a66;
  font-size: 0.24rem;
  font-weight: 700;
}

.p5-bonus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
  color: #4b6c9a;
}

.p5-bonus-champ {
  width: 1.3rem;
  padding-right: 0.5rem;
}

.p5-bonus-cmp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.21rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.3rem;
  /* font-weight: bold; */
}

.p5-trophy-lg {
  width: 0.52rem;
  height: 0.6rem;
  background: url(//game.gtimg.cn/images/toc/p5-trophy-lg.png) no-repeat center / 100%;
  margin-right: 0.1rem;
  margin-top: -0.2rem;
}

.p5-bonus-cmp span {
  font-size: 0.55rem;
  font-family: "intro";
  line-height: 0.6rem;
}

.p5-bonus-other {
  width: 3.1rem;
}

.p5-bonus-stt {
  color: #4b6c9a;
  font-size: 0.14rem;
  text-align: center;
}

.p5-bonus-other {
  padding: 0 0.4rem;
  position: relative;
}

.p5-bonus-other::before {
  display: block;
  content: "";
  width: 0.01rem;
  height: 1.2rem;
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
}

.p5-bonus-other .p5-bonus-stt {
  text-align: left;
}

.p5-bonus-trophy {
  margin-top: 0.12rem;
}

.p5-bonus-trophy li {
  width: 1.95rem;
  font-size: 0.14rem;
  color: #4b6c9a;
  margin-bottom: 0.02rem;
}

.p5-trophy-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 0.26rem;
}

.p5-trophy-top span {
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-family: "intro";
}

.p5-trophy-bottom {
  background: url(//game.gtimg.cn/images/toc/p5-trophy-bottom.png) no-repeat / 100%;
  width: 1.95rem;
  height: 0.03rem;
}

.p5-btns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-around; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.29rem;
}

.p5-btns2 li {
  background: url(//game.gtimg.cn/images/toc/p5-xxk-bj1.png) no-repeat center top / 100% 100%;
  width: 2.52rem;
  height: 0.6rem;
  color: #404a66;
  font-size: 0.2rem;
  line-height: 0.6rem;
  font-weight: 700;
  text-align: center;
}

.p5-btns2 .p5-active2 {
  display: block;
  background-image: url(//game.gtimg.cn/images/toc/p5-xxk-bj2.png);
  color: #ffffff;
}

.p5-btns2 li.going::before {
  display: block;
  content: "杩涜涓?";
  background: url(//game.gtimg.cn/images/toc/p5-tip1.png) no-repeat center top / 100%;
  width: 0.97rem;
  height: 0.21rem;
  position: absolute;
  top: -0.1rem;
  left: 0.6rem;
  line-height: 0.21rem;
  color: #ffffff;
  font-size: 0.12rem;
}

.p5-time {
  font-size: 0.14rem;
  color: #008aff;
  position: absolute;
  top: -0.2rem;
  right: 0.3rem;
}

.p5-tab2 {
  margin-top: 0.57rem;
}

.p5-tab2-box2-bd {
  display: none;
}

.p5-tab3-menu3 {
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #008aff;
}

.p5-btns3 {
  width: 2.66rem;
  padding-left: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p5-btns3 li {
  width: 0.4rem;
  height: 0.4rem;
  border: 0.01rem solid #4aacff;
  border-radius: 0.03rem;
  cursor: pointer;
}

.p5-btns3 li.p5-whole {
  width: 0.5rem;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: center;
}

.p5-btns3 li img {
  display: block;
  margin: 0 auto;
}

.p5-btns3 li:nth-child(2) img {
  width: 0.25rem;
  height: 0.22rem;
  margin-top: 0.08rem;
}

.p5-btns3 li:nth-child(3) img {
  width: 0.27rem;
  height: 0.24rem;
  margin-top: 0.07rem;
}

.p5-btns3 li:nth-child(4) img {
  width: 0.2rem;
  height: 0.24rem;
  margin-top: 0.07rem;
}

.p5-btns3 li:nth-child(5) img {
  width: 0.32rem;
  height: 0.13rem;
  margin-top: 0.11rem;
}

.p5-btns3 .p5-active3 {
  border: 0.01rem solid #FFFFFF;
  border-radius: 0.03rem;
}

/*  */
.p5-form {
  /* height: 4rem; */
  margin-bottom: 0.23rem;
}

.p5-table thead tr th,
.p5-table tbody tr td {
  border: 0.01rem solid #f0f1f3;
  text-align: center;
}

.p5-table thead tr th {
  height: 0.38rem;
  padding: 0.06rem 0;
  background-color: #f0f1f3;
  font-size: 0.2rem;
  vertical-align: middle;
}

.p5-table thead tr th:nth-child(1) {
  width: 0.95rem;
}

.p5-table thead tr th:nth-child(2) {
  width: 1.89rem;
}

.p5-table thead tr th:nth-child(3) {
  width: 0.89rem;
}

.p5-table thead tr th:nth-child(4) {
  width: 0.67rem;
}

.p5-table thead tr th:nth-child(5) {
  width: 0.79rem;
}

.p5-table thead tr th:nth-child(6) {
  width: 0.81rem;
}

.p5-table thead tr th:nth-child(7) {
  width: 8.02rem;
}

.p5-table tbody tr {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.18rem;
}

.p5-table tbody tr td:nth-child(1) {
  color: #404a66;
}

.p5-table td:nth-child(2) {
  text-align: left;
  padding-left: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.p5-table tbody tr td:nth-child(n+2):nth-child(-n+14) {
  color: #4b6c9a;
}

.p5-table tbody tr td:nth-child(n+15):nth-child(-n+16) {
  background-color: #008aff;
  color: #FFFFFF;
}

.p5-td-img {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #404a66;
  vertical-align: middle;
  margin-right: 0.14rem;
}

.p5-rounds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p5-rounds p {
  width: 0.8rem;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p5-btn-rule {
  display: block;
  background: url(//game.gtimg.cn/images/toc/p5-btn.png) no-repeat center top / 100%;
  width: 2.57rem;
  height: 0.58rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.58rem;
  font-weight: 700;
  text-align: center;
}

.schedule-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.schd-map-col--phase {
  padding-left: 2.32rem;
}

.schd-map-pair {
  width: 7.02rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.schd-map-pair--jjbefore::after {
  display: block;
  content: "";
  height: 0.01rem;
  /* 215 + 32 + 8 + 40 */
  width: 3rem;
  position: absolute;
  bottom: -0.46rem;
  left: 1.1rem;
  background: #b5b5b5;
}

.schd-map-pair--jjbefore .schd-map-match::after {
  display: block;
  content: "";
  height: 0.4rem;
  width: 0.01rem;
  position: absolute;
  /* 50% + match-name / 2 */
  left: 50%;
  bottom: -0.46rem;
  background: #b5b5b5;
}

.schd-map-pair .schd-map-match + .schd-map-match {
  margin-left: 0.3rem;
}

.schd-map-match {
  width: 2.2rem;
  position: relative;
  flex: none;
}

.schd-map-match--jjafter::before {
  display: block;
  content: "";
  height: 0.4rem;
  width: 0.01rem;
  position: absolute;
  left: 50%;
  top: -0.46rem;
  background: #b5b5b5;
}

.schd-map-match-name {
  color: #404a66;
  font-size: 0.16rem;
  /* height: 0.32rem; */
  line-height: 0.26rem;
  text-align: left;
  margin-bottom: 0.08rem;
  word-break: keep-all;
}

.schd-map-match-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schd-map-match-group li {
  height: 2.5rem;
  width: 0.52rem;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(80%, #f9f9f9), color-stop(81%, transparent));
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 80%, transparent 81%);
  position: relative;
  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;
  padding-top: 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.01rem;
  margin-right: 0.02rem;
}

.schd-map-match-group li::before {
  display: block;
  content: "";
  position: absolute;
  height: 0.02rem;
  width: 100%;
  left: 0;
  top: 0;
  background: #008aff;
}

.schd-map-match-group li img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.schd-map-match-group li p {
  color: #4b6c9a;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.02rem;
  margin-top: 0.1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.schd-map-match-group li span {
  color: #fff;
  width: 0.5rem;
  height: 0.52rem;
  line-height: 0.55rem;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 0.26rem;
  font-family: "intro";
  background: #008aff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0.45rem, 0.43rem 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0.45rem, 0.43rem 100%, 0% 100%);
}

.schd-map-match-group li.fail::before {
  background: #999999;
}

.schd-map-match-group li.fail span {
  background: #999999;
}

.schd-map-match-group li.champion::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/toc/schedule-champion.png) no-repeat / 100%;
  width: 0.28rem;
  height: 0.17rem;
  position: absolute;
  left: 0.25rem;
  top: -0.08rem;
}

.schd-map-col-1, .schd-map-col-2 {
  padding-top: 0.9rem;
}

/*  */
.p6 {
  /* height: 3.05rem; */
  margin: 0 auto;
  margin-top: 0.7rem;
}

.p6-title1 {
  background: url(//game.gtimg.cn/images/toc/p6-title1.png) no-repeat center top / 100%;
  width: 1.45rem;
  height: 0.34rem;
}

.p6-a1 {
  position: absolute;
  top: 0;
  right: 0.2rem;
  text-align: center;
}

.p6-ul {
  font-size: 0;
  margin-top: 0.3rem;
  text-align: center;
}

.p6-li {
  display: inline-block;
  vertical-align: top;
  width: 1.55rem;
  height: 1.9rem;
  background-color: #cde2f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.8rem;
  margin-left: 0.16rem;
  margin-top: 1rem;
}

.p6-li:first-child,.p6-li:nth-child(4n+1) {
  margin-left: 0;
}

.p6-tx {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
  position: absolute;
  border-radius: 50%;
  background: #008aff;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p6-name {
  color: #404a66;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.2rem;
}

.p6-pf {
  display: block;
  width: 1rem;
  height: 0.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.p6-link {
  background: url(//game.gtimg.cn/images/toc/p6-link.png) no-repeat center top / 100%;
  width: 1.6rem;
  height: 0.04rem;
  margin: 0 auto;
  margin-top: 0.23rem;
  margin-bottom: 0.18rem;
}

.p6-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.p6-top-rate {
  display: block;
  background: url(//game.gtimg.cn/images/toc/p6-jx-bg.png) no-repeat center top / 100%;
  width: 0.64rem;
  height: 0.24rem;
  font-size: 0.13rem;
  color: #ffffff;
  line-height: 0.24rem;
}

.p6-t-span {
  color: #4b6c9a;
  font-size: 0.24rem;
  font-weight: 700;
}

.p6-btn2 {
  background: url(//game.gtimg.cn/images/toc/p6-btn.png) no-repeat center top / 100%;
  width: 1.61rem;
  height: 0.44rem;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.44rem;
  margin-top: 0.28rem;
}
/*  */
.p7 {
	/* height: 3.25rem; */
	margin: 0 auto;
	margin-top: 0.60rem;
}


.p7-title1 {
	background: url(//game.gtimg.cn/images/toc/p7-title1.png) no-repeat center top / 100%;
	width: 1.45rem;
	height: 0.34rem;
}

.p7-a1 {
	position: absolute;
	top: 0;
	right: 0;
}

.p7-ul {
	margin-top: 0.5rem;
	text-align: center;
	font-size: 0;
}

.p7-li {
	display: inline-block;
	vertical-align: top;
	width: 1.85rem;
	height: 1.30rem;
	background-color: #e0ecf8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 0.60rem;
	margin-left: 0.16rem;
  margin-top: 1.2rem;
}

.p7-tx {
	display: block;
	width: 1.30rem;
	height: 1.30rem;
	margin: 0 auto;
	position: absolute;
	border-radius: 50%;
	background: #008aff;
	top: -0.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p7-name {
	color: #008aff;
	font-size: 0.24rem;
	font-weight: 700;
	text-align: center;
}

.p7-icon1 {
	display: inline-block;
	width: 0.23rem;
	height: 0.20rem;
}

.p7-link {
	background: url(//game.gtimg.cn/images/toc/p6-link.png) no-repeat center top / 100%;
	width: 1.60rem;
	height: 0.04rem;
	margin: 0 auto;
	margin-top: 0.23rem;
	margin-bottom: 0.18rem;
}

.p7-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.p7-a1-vb {
	display: block;
	text-decoration: underline;
	color: #4b6c9a;
	font-size: 0.2rem;
	line-height: 0.25rem;
}

.p7-a1-vb img {
	display: inline-block;
	width: 0.30rem;
	height: 0.25rem;
	vertical-align: middle;
}


.p7-btn2 {
	background: url(//game.gtimg.cn/images/toc/p6-btn.png) no-repeat center top;
	width: 1.61rem;
	height: 0.44rem;
	margin: 0 auto;
	display: block;
	color: #ffffff;
	font-size: 0.2rem;
	line-height: 0.44rem;
	margin-top: 0.28rem;
}


/*  */
.p8 {
  width: 100%;
  margin: 0 auto;
  margin-top: .6rem;
}

.p8-title1 {
  background: url(//game.gtimg.cn/images/toc/p8-title2.png) no-repeat center top / 100%;
  width: 1.45rem;
  height: .34rem;
}
.p8-title3 {
  background: url(//game.gtimg.cn/images/toc/p8-title3.png) no-repeat center top;
  width: 1.45rem;
  height: .34rem;
}
.p8-top.p8-top-partner {
  text-align: left;
}
.p8-top {
  width: 100%;
  font-size: 0;
  margin: .36rem 0 0;
  text-align: center;
}

.p8-top li {
  display: inline-block;
  vertical-align: top;
  width: calc(3.20rem * 0.4);
  height: calc(1.20rem * 0.4);
  background-color: #4c5366;
  padding-top: calc(.20rem * 0.4);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: calc(.20rem * 0.4);
}
.p8-top li img {
  width: calc(2.40rem * 0.4);
  height: calc(.80rem * 0.4);
  /* object-fit: contain; */
  object-position: center;
}

.p8-bottom {
  margin-top: .20rem;
  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;
}

.p8-btn {
  display: block;
  background: url(//game.gtimg.cn/images/toc/p8-btn-bg.png) no-repeat center top / 100%;
  width: calc(3.20rem * 0.7);
  height: calc(.60rem * 0.7);
  line-height: calc(.60rem * 0.7);
  color: #ffffff;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
}

.p8-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .05rem;
}

.p8-icon1 {
  width: calc(.14rem * 0.7);
  height: calc(.24rem * 0.7);
}

.p8-icon2 {
  width: calc(.28rem * 0.7);
  height: calc(.22rem * 0.7);
}

.p8-icon3 {
  width: calc(.30rem * 0.7);
  height: calc(.30rem * 0.7);
}

.p8-icon4 {
  width: 30px;
  height: 24px;
}

.players-bd {}
.players-bd ul {
  font-size: 0;
  text-align: center;
}
.players-gameinfo {
  height: 4.13rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9fbff));
  background: linear-gradient(to bottom, #fff 0%, #e9fbff 100%);
}
.players-gameinfo-item{
  width: 100%;
  height: 4rem;
}
.players-gameinfo-item img {
  display: block;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
}
.players-gameinfo-item p {
  color: #404a66;
  font-size: 0.32rem;
  text-align: center;
}
.players-pagination {
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.players-pagination .swiper-pagination-bullet{
  vertical-align: top;
}
.players-gameinfo-prev, .players-gameinfo-next {
  width: 0.36rem;
  height: 0.7rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABFCAMAAAAVdrRVAAAAb1BMVEVHcEzH2ODH19/G2ODE1+HG2ODG2N/H2N+q///G2OC/v//G1+DG2OHMzMzU1NTG1+LH2N/G19/H2N/J1uTG2eLH1+DG2ODH2d/I1t7G2N/G2N/G2ODMzOXG2N/G1+DH2ODH1+DH2N7G1+DH1uHH2OBiZK8AAAAAJHRSTlMA4CCeGp+r0gPZBIdVBQYts/5pExtuOylG9XGMCqynhXxX0UV3+nJAAAAAxElEQVR4Xu3KN3ICQBREwZF9yCKsvJ/7nxFUJFu1W/whUUTHrdrkJThnBMcExwTHBMcExwTHBMcExwTHBMcExwTHBMdU5+RjnCYXzTn9sqmO7h9MdbRdlGe7Pusj/dc5nhvvMDx96k+fFo/N8VrDtFxdNWk6TtJ5sy6vx6lfferXIO1Z09udJw3X2Hgd190h6zdY8x+Vaz5D1fqeGVXr1UbVerZRuWwULBQsFCwULBQsFCwULBQsFCwULBQsFCwUrHcF3jZiD2EU+xfx3QAAAABJRU5ErkJggg==") no-repeat center top / 100%;
  position: absolute;
  top: 1.6rem;
  z-index: 2;
  pointer-events: auto;
}
.players-gameinfo-prev {
  left: 0.4rem;
}
.players-gameinfo-next {
  right: 0.4rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.block-matchselect {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-matchselect .matchselect-mask {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.block-matchselect .matchselect-list {
  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;
  height: 0.9rem;
  padding: 0 0.60rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dde7f0));
  background: linear-gradient(to bottom, #fff 0%, #dde7f0 100%);
}
.block-matchselect .matchselect-list li {
  width: 2rem;
  height: 0.48rem;
  color: #4b6c9a;
  border: #4b6c9a solid 1px;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.46rem;
  margin: 0 0.15rem;
  position: relative;
}
.block-matchselect .matchselect-list li.active{
  color: #008aff;
  border-color: #008aff;
}
.block-matchselect .matchselect-list i {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  right: 0.1rem;
  top: 0.12rem;
}
.block-matchselect .matchselect-list .matchselect-list-1 i{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAMAAADEfo0+AAAAHlBMVEVHcEy8tsa+tMe7u8y7t8a5tMS8uMa6tsi7tse8t8fdKCQZAAAACXRSTlMA8DcPyDA2OMnsEqKUAAAAO0lEQVR42s3L2QkAMAgEUY1HYv8NR1TYFtwfeQPSopn0Fet7WKWs7BUuR5Z08CEUuJ7ijVHGKG3M4R37qBEAyVmjhuYAAAAASUVORK5CYII=') no-repeat;
  background-size: auto 0.24rem;
}
.block-matchselect .matchselect-list .matchselect-list-2 i{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAABNklEQVR4AWJwL/ABVE8GGhFEYRTuEXqA3qUEAukRArCgR+gR0hMEArAA+0/23tiY/4YWixAWEMIgLMV2zmZ+B9fAtrQ45j/n++/pZmdCycpVbsqaT/qqBvb+tixN/HKjxs906XHSngYTMde9bOW8ZwcMf+V5auUYpTd8ZvNxMBFz3UM279nWZcn8qVqm1x8q0z2eq5el9ig1zyd8DpbpXr2sfAN0IStf1TLmusdzWrat9qnMfJkav6bg5/Bj8euYkZOLX1Z/Tflc7vhG9548GHLyYDi387IVr0xh/sxWPsKDx8wcXHZXtbJZSi+HFOZ7ZKPw4DKPyGV3tuN/08oiPbQXFJan8Le9J4+ZObj4Ra3snX+RyuZvvH548JiRk4fHuf16NToCanN189fw5MGQkwfz7v9/6D+8n+5pzWrE0gAAAABJRU5ErkJggg==') no-repeat;
  background-size: auto 0.24rem;
}
.block-matchselect .matchselect-panel {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 4.60rem;
  border-top: 1px solid #c4c4c4;
  background-color: #fff;
  display: none;
}
.block-matchselect .matchselect-panel-body {
  position: relative;
  height: 3.60rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.block-matchselect .matchselect-match-list {
  position: relative;
}
.block-matchselect .matchselect-match-list .matchselect-match-item {
  position: relative;
  line-height: 0.90rem;
  padding: 0 0.30rem;
  border-bottom: 1px solid #c4c4c4;
  font-size: 0.24rem;
  color: #7f869c;
  background-color: #fff;
}
.block-matchselect .matchselect-match-list .icon-radio {
  position: absolute;
  top: 50%;
  right: 0.30rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #7f869c;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-matchselect .matchselect-match-list .matchselect-match-item.active {
  color: #008aff;
}
.block-matchselect .matchselect-match-list .matchselect-match-item.active .icon-radio {
  background: url(//game.gtimg.cn/images/toc/m/icon-radio-active.png) no-repeat center / 100%;
  border: none;
}
.block-matchselect .matchselect-panel-footer {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  -webkit-box-shadow: 0 -7px 10px -5px rgb(0 138 255 / 10%);
          box-shadow: 0 -7px 10px -5px rgb(0 138 255 / 10%);
}
.block-matchselect .btn-confirm {
  position: relative;
  width: 2.45rem;
  height: 0.60rem;
  line-height: 0.60rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.block-matchselect .btn-confirm span {
  position: relative;
  z-index: 2;
}
.block-matchselect .btn-confirm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  background-color: #008aff;
  -webkit-transform: skew(-20deg) translateX(-50%);
          transform: skew(-20deg) translateX(-50%);
}
.block-matchselect .matchselect-picker {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 4.60rem;
  border-top: 1px solid #c4c4c4;
  background-color: #fff;
  display: none;
}
.block-matchselect .matchselect-picker input {
  opacity: 0;
  font-size: 0.2rem;
}
.nodata-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding-top: 0.3rem;
  font-size: 0.24rem;
  text-align: center;
}
.pop{outline: none;display: none;}
/*video pop*/
.pop-video {
  width: 7.2rem;
  height: 4.2rem;
  position: relative;
  border: #008aff solid 4px;
  outline: none;
  display: none;
}

.pop-video .pop-close {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: -0.7rem;
  right: 0;
  text-indent: -9999rem;
}

.pop-video .pop-close:before, .pop-video .pop-close:after {
  position: absolute;
  left: 0.26rem;
  top: 0;
  content: " ";
  height: 0.56rem;
  width: 0.04rem;
  border-radius: 0.02rem;
  background-color: #fff;
}

.pop-video .pop-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-video .pop-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-play {
  width: 7.2rem;
  height: 4.2rem;
  position: relative;
}

.pop-get{width: 5rem;height: 2.76rem;background: url(//game.gtimg.cn/images/toc/pop-get-bg.png) no-repeat center / 100%;padding-top: 0.36rem;box-sizing: border-box;}
.pop-close2{display: block;width: 0.4rem;height: 0.4rem;background: url(//game.gtimg.cn/images/toc/pop-close2.png) no-repeat center / 100%; position: absolute;top: 0;right: 0;text-indent: -9999rem;}
.pop-get-tit{background: url(//game.gtimg.cn/images/toc/pop-get-tit.png) no-repeat center top;background-size: auto 0.32rem;width: 2.94rem;height: 0.32rem;padding-bottom: 0.12rem;margin: 0 auto;border-bottom: #404a66 solid 1px;text-indent: -9999rem;}
.pop-get-tt{color: #404a66;font-size: 0.24rem;text-align: center;padding: 0 0.10rem;margin-top: 0.20rem;}
.pop-btn{display: block;background: url(//game.gtimg.cn/images/toc/pop-btn.png) no-repeat center / 100%;width: 1.76rem;height: 0.50rem;color: #fff;font-size: 0.26rem;text-align: center;line-height: 0.50rem;margin: 0.20rem auto 0;}

.pop-msg{width: 5rem;min-height: 1rem;background: url(//game.gtimg.cn/images/toc/pop-msg-bg.png) no-repeat center / 100% 100%;padding: 0.38rem 0 0.30rem 0;box-sizing: border-box;}
.pop-msg-tt{color: #404a66;font-size: 0.24rem;text-align: center;padding: 0 0.10rem;}


/* 20240407新增 */
/* 赛事奖金榜 */
.bonus-part{
  width: 7.3rem;
  margin: 0 auto;
  margin-top: .5rem;
  position: relative;
}

.bonus-part::after{
  content: '';
  background: url(//game.gtimg.cn/images/toc/form1-m.png) no-repeat center top;
  width: 7.5rem;
  height: 6.8rem;
  background-size: 100% 7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.58rem;
  pointer-events: none;
  transition: all 0.3s;
}

.bonus-part.unfold::before{
  content: '';
  background: url(//game.gtimg.cn/images/toc/form2-m.png) no-repeat center top;
  width: 7.5rem;
  height: 90%;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  pointer-events: none;
}

.bonus-part .title{
  margin-bottom: .24rem;
  padding-left: .1rem;
  z-index: 1;
}

.bonus-part .bonus-part-title{
  background: url(//game.gtimg.cn/images/toc/title-bonus.png) no-repeat center top;
  width: 1.82rem;
  height: .34rem;
  background-size: 100% 100%;
  display: block;
}

.bonus-part .bonus-list{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  height: 4.82rem;
  overflow: hidden;
  transition: height 0.3s;
}

.bonus-part .bonus-list.on{

}

.bonus-part .bonus-list .list-boxhead{
  width: .55rem;
  flex: none;
  background-color: #008aff;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: 1px solid #3ea8ff;
}

.bonus-part .bonus-list .list-boxhead .list-boxhead-item{
  display: flex;
  align-content: flex-start;
  flex-direction: column;
}

.bonus-part .bonus-list .list-boxhead span{
  height: .4rem;
  color: #ffffff;
  font-size: .14rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid #3ea8ff;
}

.bonus-part .bonus-list .list-boxhead .game-icon1{
  background: url(//game.gtimg.cn/images/toc/game-icon1.png) no-repeat;
  width: .21rem;
  height: .23rem;
  background-size: 100% 100%;
}

.bonus-part .bonus-list .list-boxhead .game-icon2{
  background: url(//game.gtimg.cn/images/toc/game-icon2.png) no-repeat;
  width: .21rem;
  height: .23rem;
  background-size: 100% 100%;
}

.bonus-part .bonus-list .list-boxhead .game-icon3{
  background: url(//game.gtimg.cn/images/toc/game-icon3.png) no-repeat;
  width: .21rem;
  height: .23rem;
  background-size: 100% 100%;
}

.bonus-part .bonus-list-ul{
  width: 6.75rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
  border-top: .01rem solid #cde2f7;
  border-left: .01rem solid #cde2f7;
}

.bonus-part .bonus-list-ul li{
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bonus-part .bonus-list-ul li:hover::after{
  content: '';
  background: url(//game.gtimg.cn/images/toc/li-hover.png) no-repeat;
  width: 101%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.bonus-part .bonus-list-ul li:hover span{
  font-weight: bold;
}

.bonus-part .bonus-list-ul li:hover .ranking i{
  font-weight: bold;
}

.bonus-part .bonus-list-ul li span{
  height: .4rem;
  font-size: .18rem;
  color: #404a66;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-bottom: .01rem solid #cde2f7;
  border-right: .01rem solid #cde2f7;
}

.bonus-part .bonus-list-ul li .ranking{
  font-size: .16rem;
  font-weight: bold;
  background-color: #cdedff;
}

.bonus-part .bonus-list-ul li .ranking i{
  font-style: normal;
  font-weight: bold;
}

.bonus-part .bonus-list-ul li .ranking1,
.bonus-part .bonus-list-ul li .ranking2,
.bonus-part .bonus-list-ul li .ranking3{
  align-items: flex-start;
  padding-top: .05rem;
}

.bonus-part .bonus-list-ul li .ranking1 i{
  font-size: .185rem;
  font-weight: normal;
  background: url(//game.gtimg.cn/images/toc/nu1.png) no-repeat;
  width: .39rem;
  height: .28rem;
  background-size: 100% 100%;
  line-height: .35rem;
  text-align: center;
}

.bonus-part .bonus-list-ul li .ranking2 i{
  font-size: .175rem;
  font-weight: normal;
  background: url(//game.gtimg.cn/images/toc/nu2.png) no-repeat;
  width: .36rem;
  height: .27rem;
  background-size: 100% 100%;
  line-height: .36rem;
  text-align: center;
}

.bonus-part .bonus-list-ul li .ranking3 i{
  font-size: .16rem;
  font-weight: normal;
  background: url(//game.gtimg.cn/images/toc/nu3.png) no-repeat;
  width: .33rem;
  height: .24rem;
  background-size: 100% 100%;
  line-height: .32rem;
  text-align: center;
}

.bonus-part .bonus-list-ul li .playerid{
  color: #008aff;
  font-size: .18rem;
  background-color: #cdedff;
  box-sizing: border-box;
  padding: 0 .1rem;
  line-height: 1;
}

.bonus-part .btn-unfold{
  background: url(//game.gtimg.cn/images/toc/unfold-bg.png) no-repeat;
  width: .9rem;
  height: .3rem;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  line-height: .3rem;
  font-size: .13rem;
  color: #404a66;
  margin-top: .2rem;
  position: relative;
  box-sizing: border-box;
  padding-left: .1rem;
  z-index: 1;
}

.bonus-part .btn-unfold::after{
  content: '';
  background: url(//game.gtimg.cn/images/toc/unfold-icon.png) no-repeat;
  width: .15rem;
  height: .08rem;
  background-size: 100% 100%;
  position: absolute;
  right: .06rem;
  top: .11rem;
  transition: transform 0.3s;
}

.bonus-part .btn-unfold.on::after{
  transform: rotateZ(180deg);
}

.bonus-list-tool{
  width: 100%;
  height: .29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .4rem;
}

.bonus-list-tool a{
  background: url(//game.gtimg.cn/images/toc/bn-pagebg2.png) no-repeat;
  width: 1.24rem;
  height: .29rem;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: .14rem;
  line-height: .29rem;
  text-align: center;
}

.bonus-list-tool span{
  color: #000000;
  font-size: .14rem;
  margin: 0 .2rem;
}

.bonus-list-tool a.disable{
  background: url(//game.gtimg.cn/images/toc/bn-pagebg.png) no-repeat;
  background-size: 100% 100%;
  color: #000000;
  pointer-events: none;
}