/** mixins **/

/** mixins **/

/** mixins **/
.login-info {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-left: 10px;
  border-left: 1px solid #35383a;
}
.login-info .btn-login {
  padding: 0.2em 1.5em;
  background: transparent;
  font-size: 16px;
  color: #aaa;
}
.login-info .btn-login:hover {
  color: #ffffff;
}
.login-info .username {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  color: #fff;
}
.login-info .btn-logout {
  vertical-align: middle;
  background: none;
  opacity: 0.7;
}
.login-info .btn-logout:hover {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
.login-info .btn-login {
    /*font-size: 20px;*/
}
}

/** mixins **/
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.select-item {
  margin-left: 40px;
}
.match-select {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: rgba(60, 60, 60, 0.6);
  /* &.options-bg-color2 {
    .el-select-dropdown__list,.match-select-popper {
      background: none;
    }
  }*/
}
.match-select .el-input {
  height: 100%;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
}
.match-select .el-input .el-select__caret {
  display: block;
  color: inherit;
  width: 1.5em;
  font-size: 1em;
  height: auto;
  line-height: 1;
}
.match-select .el-input .el-select__caret:after {
  display: none;
}
.match-select .el-input__inner {
  display: none;
}
.match-select .el-input__prefix,
.match-select .el-input__suffix {
  position: static;
  color: inherit;
  height: auto;
}
.match-select .el-input__prefix {
  white-space: nowrap;
  font-size: 1em;
}
.match-select .el-input__prefix .placeholder {
  opacity: 0.75;
}
.match-select .match-select-popper {
  margin-top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FFF1E3), to(#FFFDF9)), -webkit-gradient(linear, left top, right top, from(#F3EEF9), color-stop(49%, #F3EFEB), to(#F3EFE7));
  background: linear-gradient(270deg, #FFF1E3 0%, #FFFDF9 100%), linear-gradient(90deg, #F3EEF9 0%, #F3EFEB 49%, #F3EFE7 100%);
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 88 !important;
  -webkit-transform-origin: center top !important;
          transform-origin: center top !important;
}
.match-select .match-select-popper .el-select-dropdown__list {
  padding: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FFF1E3), to(#FFFDF9)), -webkit-gradient(linear, left top, right top, from(#F3EEF9), color-stop(49%, #F3EFEB), to(#F3EFE7));
  background: linear-gradient(270deg, #FFF1E3 0%, #FFFDF9 100%), linear-gradient(90deg, #F3EEF9 0%, #F3EFEB 49%, #F3EFE7 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 表格/表头背景色 */
  border: 1px solid #F2D5B1;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
}
.match-select .match-select-popper .el-select-dropdown__item {
  font-size: 0.8em;
  line-height: 2.4;
  background: none;
  color: rgba(60, 60, 60, 0.6);
  height: auto;
  padding: 0;
}
.match-select .match-select-popper .el-select-dropdown__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(184, 163, 138, 0.2);
  /*no*/
}
.match-select .match-select-popper .el-select-dropdown__item.selected,
.match-select .match-select-popper .el-select-dropdown__item.hover,
.match-select .match-select-popper .el-select-dropdown__item:hover {
  font-weight: normal;
  color: #3C3C3C;
}
.match-select .match-select-popper .el-select-dropdown__item:nth-child(1):before {
  display: none;
}
.match-select .match-select-popper .popper__arrow {
  display: none;
}
.el-select-dropdown__item.selected {
  font-weight: normal;
}

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

@charset "utf-8";

/** mixins **/

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Noto黑体简体 */

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体繁体 */

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体日语 */

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体韩语 */

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体泰语 */

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff') format('woff');
  font-weight: 700;
}

html {
  font-family: "Noto Sans SC", sans-serif;
}

[lang|="zh-hant"],
[lang|="zh-hans"],
[lang|="zh-cht"],
[lang=zh-hk],
[lang=zh-tw] {
  font-family: "Noto Sans TC", sans-serif;
}

[lang|="jp"] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang|="kr"] {
  font-family: "Noto Sans KR", sans-serif;
}

[lang|="th"] {
  font-family: "Noto Sans Thai", sans-serif;
}

/* CSS Document */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

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

strong,
b {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: normal;
  font-style: italic;
}

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

li {
  list-style: none;
}

button,
a,
select {
  border: none;
  outline: none;
}

input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}

input,
textarea {
  outline: none;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#NIE-topBar {
  z-index: 999 !important;
}

#NIE-topBar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: fzlth, sans-serif;
  font-size: 0.26rem;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}

.nav-wrap {
  opacity: 0;
}

#app {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.4rem;
  min-height: 100vh;
}

#app.hide-nav {
  margin-top: 0;
  padding-top: 0;
}

#app.ds-inner {
  padding-top: 0;
  margin-top: 0;
}

#app.ds-inner .container-schedule .inner-select-header.fixed-top {
  top: 0;
}

#app.ds-inner .container-schedule .right .table .thead {
  top: 1.42rem;
}

#app.ds-inner .container-data .fixed-top {
  top: 0;
}

#app.ds-inner .container-data .fixed-top-2 {
  top: 1.29rem;
}

#app.ds-inner .container-data .table-head-area {
  top: 2.06rem;
}

#app.ds-inner .container-data .table-bg {
  padding-top: 2.5rem;
}

#app.ds-inner .container-star .star-nav {
  top: 0.1rem;
}

#app.ds-inner .single-data-container {
  padding-top: 4.58rem;
}

#app.ds-inner .single-data-container .page-head {
  top: 0;
  padding-top: 0.3rem;
  height: 3.78rem;
}

#app.ds-inner .single-data-container .table-head-area {
  top: 3.74rem;
}

#app .banner-box {
  position: relative;
}

#app .banner-box::after {
  display: none;
}

#app .banner-box img {
  display: block;
}

#app .container-index {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg2_83f6fd4f.jpg) no-repeat;
  background-size: 100% auto;
  height: 73.58rem;
}

#app .live-schedule {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 14.92rem;
}

#app .data-teamIn {
  height: auto;
  min-height: 18.72rem;
  width: 100%;
}

#app .data-teamIn .tabs {
  position: relative;
}

#app .data-teamIn .tabs .tab-box {
  width: 7.5rem;
  margin-left: -0.3rem;
}

#app .data-teamIn .tabs .tab-box .tab-item {
  margin: 0 -0.04rem;
}

#app .data-teamIn .tab-normal .tab-item {
  position: relative;
  width: 0.83rem;
  height: 0.4rem;
  padding: 0;
  margin-right: 0.05rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
}

#app .data-teamIn .tab-normal .tab-item.active {
  color: #FF5252;
  border-bottom: 0.02rem solid #FF5252;
}

#app .data-teamIn .team-information .tab-normal .tab-item {
  height: 0.34rem;
  line-height: 0.34rem;
}

#app .data-teamIn .team-information .tab-normal .tab-item.active {
  color: #fff;
  border: none;
  font-weight: normal;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/team-tab_3d10e503.png) no-repeat center top / 100%;
}

#app .data-teamIn .group-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3cc9c), to(rgba(255, 217, 177, 0.7))) !important;
  background: linear-gradient(180deg, #f3cc9c 0%, rgba(255, 217, 177, 0.7) 100%) !important;
}

#app .data-teamIn .group-header .group-about {
  padding-top: 0.3rem;
}

#app .data-teamIn .group-header .btn-show-more {
  top: 2.7rem;
}

#app .new-video {
  max-height: 27.94rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/3l_e082bdb4.jpg) center bottom no-repeat;
  width: 100%;
  background-size: 100%;
}

#app .partner-about {
  position: relative;
  width: 100%;
}

#forhorview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 9999;
}

#forhorview p {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35%;
  font-size: 0.3rem;
}

.el-message-box {
  max-width: 80%;
}

.inner-page {
  min-height: 100vh;
  background: #191b20 url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/inner-bg_e2eb3da0.jpg) no-repeat center top;
  background-size: 100% 14.68rem;
  padding-bottom: 0.01rem;
}

.safe-area,
.row {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin: 0 auto;
  position: relative;
}

.full-area {
  width: 100%;
}

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}

.go-top-btn {
  position: fixed;
  right: 0.28rem;
  bottom: 1.22rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -0 -15.62rem;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 99;
  font-size: 0;
}

.leihuo-feedback {
  bottom: 2.4rem;
  z-index: 10;
}

@font-face {
  font-family: 'fzlth';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltdh';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltdh.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notosanssc';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzcysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzcysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzbysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzbysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzysong-s-b';
  src: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/FZYanSJW_Cu_77863424.woff) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notosanssc';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fzssksjt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksjt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzssksjtdemi';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksjtdemi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzssksjtextra';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksjtextra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltxh';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltxh.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzlth';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltdh';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltdh.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 方正颜宋简体_粗 */

@font-face {
  font-family: 'FZYanSongS-B-GB';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZYanSongSBGB-Regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZYanSongSBGB-Regular.woff') format('woff');
  font-weight: 400;
}

.h2-title {
  position: relative;
  padding-left: 0.59rem;
  color: #fff;
  font-size: 0.4rem;
  font-family: 'fzltdh', sans-serif;
  margin-bottom: 0.44rem;
}

.h2-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -1.96rem;
  width: 0.41rem;
  height: 0.39rem;
}

.h2-title.h2-title-m {
  text-align: left;
  margin: 0 auto;
}

.h2-title.h2-title-m::before {
  content: '';
  background: none;
}

.h2-title.h2-title-m span {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.55rem;
}

.h2-title.h2-title-m span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -1.96rem;
  width: 0.41rem;
  height: 0.39rem;
}

.h2-title.h2-title-m span::after {
  right: 0;
}

.common-tab-title {
  position: relative;
}

.common-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.common-tabs a {
  position: relative;
  display: block;
  width: 1.07rem;
  height: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
}

.common-tabs a.active {
  color: #fff;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -0.94rem -15.62rem;
  width: 1.1rem;
  height: 0.34rem;
}

.common-btn-more {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.18rem;
  height: 0.36rem;
  border: 0.01rem solid #262626;
  font-size: 0.22rem;
  color: #262626;
  line-height: 0.32rem;
  text-align: center;
}

.common-btn-more i {
  display: none;
}

.match-select {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

.match-select .match-select-popper .el-select-dropdown__item {
  padding: 0 0.14rem !important;
  font-size: 0.22rem !important;
}

.match-select .el-select-dropdown.match-select-popper {
  background: white;
  border: 0.01rem solid #ccc;
}

.match-select .el-select-dropdown.match-select-popper .el-select-dropdown__item {
  color: rgba(60, 60, 60, 0.6);
}

.match-select .el-input__prefix {
  color: #fff !important;
}

.match-select .el-input .el-select__caret {
  color: #fff !important;
}

body .el-table__empty-block {
  width: 7.5rem !important;
  text-align: center;
}

body .empty-box {
  text-align: center;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.26rem;
  min-height: 5.9rem;
}

body .empty-box .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

body .module-schedule .empty-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.24rem;
}

.inner-select-header {
  font-size: 0.24rem;
  padding: 0 0.3rem 0.2rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.28rem;
}

.inner-select-header.fixed-top {
  position: fixed;
  width: 100%;
  top: 1.41rem;
  z-index: 16;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/inner-bg_e2eb3da0.jpg);
  background-size: 100% 16.24rem;
  background-position: 0 -1.56rem;
}

.hide-nav .inner-select-header.fixed-top {
  top: 0.15rem;
}

.inner-select-header .select-text,
.inner-select-header .filter-sec-wrap {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-select-header .select-text .select-item-1,
.inner-select-header .filter-sec-wrap .select-item-1 {
  width: 2.1rem;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
}

.inner-select-header .select-text .select-item-1:nth-child(2),
.inner-select-header .filter-sec-wrap .select-item-1:nth-child(2) {
  margin: 0 0.3rem;
}

.inner-select-header .select-text {
  margin: 0.2rem 0;
}

.inner-select-header .filter-sec-wrap .match-select {
  height: 0.54rem;
  font-size: 0.24rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.inner-select-header .filter-sec-wrap .match-select .el-input__prefix {
  width: 100%;
  color: #fff !important;
  overflow: hidden;
}

.fixed-top-2 {
  position: fixed;
  top: 2.85rem;
  left: 50%;
  width: 100%;
  height: 0.78rem;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/inner-bg_e2eb3da0.jpg);
  background-size: 100% 16.24rem;
  background-position: 0 -2.85rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hide-nav .fixed-top-2 {
  top: 1.44rem;
}

#g-footer {
  font-size: 0.22rem;
  padding-bottom: 0.4rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/foot_a30fe4d8.jpg) no-repeat top / cover;
  padding-top: 0.1rem;
  opacity: 0;
}

#g-footer.hide-footer {
  display: none;
}

#g-footer.f-about {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/foot-1_ab277124.jpg) no-repeat;
  background-size: 100% 100%;
}

.noSize {
  font-size: 0;
  text-indent: -9999em;
}

.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.login-info {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding-left: 0.1rem;
  border-left: 0.01rem solid #35383a;
}

.login-info .btn-login {
  padding: 0.2em 1.5em;
  background: transparent;
  font-size: 16px;
  color: #aaa;
}

.login-info .btn-login:hover {
  color: #fff;
}

.login-info .username {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2rem;
  color: #fff;
}

.login-info .btn-logout {
  vertical-align: middle;
  background: none;
  opacity: 0.7;
  font-size: 14px;
  color: #aaa;
}

.login-info .btn-logout:hover {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .login-info .btn-login {
    /* font-size: 20px; */
  }
}

body {
  padding-right: 0 !important;
}

body.is-nav-open {
  overflow: hidden;
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 80px; */
  /* padding: 0 15px 20px; */
  height: 1.41rem;
  z-index: 99;
  background: #282a33;
}

.nav-wrap .nav-wrap-inner {
  width: 100%;
  height: 0.8rem;
  border-bottom: 1px solid #35383a;
  color: #a6a3a4;
}

.nav-wrap .nav-list {
  width: 6.8rem;
  height: 0.6rem;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-wrap .nav-item-container {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  white-space: nowrap;
}

.nav-wrap .nav-item-container.nav-item-container-pop {
  display: block;
  position: relative;
  text-align: left;
  border-top: 1px solid #353637;
  width: 100%;
  margin: 0 auto;
  padding: 0.36rem 0.4rem;
}

.nav-wrap .nav-item-container.nav-item-container-pop::before {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav-wrap .nav-item-container.nav-item-container-pop:nth-last-child(1)::before {
  width: 0;
  height: 0;
}

.nav-wrap .nav-item-container.nav-item-container-pop a {
  display: inline-block;
  width: auto;
}

.nav-wrap .nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  font-family: "fzlth", "Microsoft YaHei", sans-serif, STHeiTi;
  color: #bcbdbf;
}

.nav-wrap .nav-item .hot {
  display: inline-block;
  margin-left: 0.08rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.06rem -2.39rem;
  width: 0.16rem;
  height: 0.2rem;
}

.nav-wrap .nav-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.nav-wrap .nav-item.active {
  color: #f12c2c;
}

.nav-wrap .nav-item.active::after {
  width: 100%;
  border-bottom: 0.01rem solid #f12c2c;
}

.nav-wrap.is-open .nav-list {
  display: block;
}

.nav-wrap .logo-container {
  width: 6.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-wrap .logo-wrap {
  position: relative;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -0 -13.3rem;
  width: 2.42rem;
  height: 0.81rem;
  text-align: left;
  margin-right: -0.1rem;
}

.nav-wrap .logo-wrap a {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.nav-wrap .login-info {
  position: relative;
  z-index: 1;
  border-left: none;
}

.nav-wrap .login-info .username {
  max-width: 1rem;
}

.nav-wrap .login-info .btn-login {
  padding: 0;
}

.nav-wrap .login-info .btn-logout {
  color: #aaa;
}

.nav-wrap .btn-menu {
  position: absolute;
  right: 0;
  top: 0.76rem;
  width: 1.3rem;
  height: 0.66rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/btn-nav_4955a4f5.png) no-repeat center / 100%;
  z-index: 2;
}

.nav-wrap .nav-list-pop {
  display: none;
  position: fixed;
  top: 0;
  width: 50%;
  right: 0;
  bottom: 0;
  margin-top: 1.42rem;
  padding-bottom: 0.5rem;
  background: rgba(40, 42, 51, 0.94);
  overflow: auto;
  z-index: 99;
}

.nav-wrap .nav-list-pop .nav-item {
  height: 0.26rem;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.26rem;
}

.nav-wrap .nav-list-pop .pop-menu-all {
  position: fixed;
  top: 0.75rem;
  right: 0;
  height: 0.66rem;
  width: 1.5rem;
  background: rgba(40, 42, 51, 0.94);
}

.nav-wrap .nav-list-pop .pop-menu-all div {
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
}

.nav-wrap .nav-list-pop .pop-menu-all .pop-meun-close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 14.458333rem 13.8rem;
  background-position: -13.866667rem -2.691667rem;
  display: block;
}

.live-box {
  padding-top: 0.2rem;
}

.live-box .common-tabs {
  margin-top: 0;
}

.live-box .player-box {
  position: relative;
  width: 6.9rem;
  height: 3.88rem;
  margin: 0.28rem auto 0.85rem;
}

.live-box .player-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.live-box .player-box::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -0.3rem;
  width: 6.83rem;
  height: 3.22rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/player-bg_7997c676.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.schedule-box {
  width: 7.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-left: -0.3rem;
}

.index-news-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7rem;
  color: #a3a3a3;
  font-size: 0.24rem;
  margin: auto;
  padding-top: 0.2rem;
}

.index-news-box .news-list li {
  margin-bottom: 0.3rem;
  width: 100%;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-news-box .news-list li .title {
  width: 4.35rem;
  margin-left: 0.1rem;
  padding: 0 0 0 0.15rem;
  line-height: 0.35rem;
  height: 0.72rem;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.24rem;
}

.index-news-box .news-list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-news-box .news-list li a:hover {
  color: #fff;
}

.index-news-box .news-list li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index-news-box .news-list li .img-container {
  width: 2.3rem;
  height: 1.2rem;
  overflow: hidden;
}

.index-news-box .news-list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.index-news-box .news-list li .date {
  position: absolute;
  right: 0;
  top: 0.82rem;
  color: #504a42;
}

.news-box-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-video {
  padding-top: 0.46rem;
}

.container-video .video-list {
  width: 7rem;
  padding: 0;
  margin-top: 0.3rem;
}

.container-video .inner-select-header {
  padding: 0;
}

.container-video .inner-select-header .filter-sec-wrap {
  padding: 0 0.34rem;
}

.container-video .common-tabs {
  margin-top: 0;
}

.container-video .common-tabs a {
  width: 1.24rem;
}

.container-video .common-tabs a.active {
  color: #fff;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -13.56rem -14.15rem;
  width: 1.31rem;
  height: 0.34rem;
}

.container-video .common-tabs a::after {
  bottom: -0.3rem;
}

.container-video .tab-bd {
  padding: 0.26rem 0.34rem;
  border-top: 1px solid rgba(184, 163, 138, 0.3);
  border-bottom: 1px solid rgba(184, 163, 138, 0.3);
  margin-top: 0.12rem;
}

.container-video .match-select {
  width: auto;
  white-space: nowrap;
  font-size: 0.24rem;
}

.container-video .empty-video {
  height: 5rem;
  text-align: center;
  padding: 0.5rem 0;
}

.container-video .empty-video .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.container-video .empty-video .empty-text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #aaabab;
  font-family: none;
}

.row-video-list {
  margin-top: 0.6rem;
  height: 11.26rem;
}

.row-video-list .videos-box {
  margin: 0.55rem auto 0;
  font-size: 0;
}

.row-video-list .videos-box .common-tabs {
  margin-top: 0.26rem;
}

.row-video-list .videos-box .common-tabs a {
  color: #262626;
  margin-right: 0.05rem;
}

.row-video-list .videos-box .common-tabs a.active {
  color: #fff;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -13.56rem -14.15rem;
  width: 1.31rem;
  height: 0.34rem;
}

.row-video-list .videos-box .video-more {
  position: absolute;
  right: 0;
  top: 0.35rem;
}

.row-video-list .videos-box .video-list {
  padding: 0;
  margin-top: 0.5rem;
}

.row-video-list .videos-box .video-list .video-li {
  margin-bottom: 0.1rem;
  background: none;
}

.row-video-list .videos-box .video-list .video-li .video-cover::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.row-video-list .videos-box .video-list .video-li .video-date {
  z-index: 3;
  top: 1.4rem;
  color: #fff;
}

.row-video-list .videos-box .empty-video {
  height: 5rem;
  text-align: center;
  padding: 0.5rem 0;
}

.row-video-list .videos-box .empty-video .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.row-video-list .videos-box .empty-video .empty-text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #aaabab;
  font-family: none;
}

.video-li {
  display: inline-block;
  width: 3.28rem;
  height: 2.82rem;
  margin: 0 0.34rem 0.3rem 0;
  vertical-align: top;
  background: -webkit-gradient(linear, left top, right top, from(#f3eef9), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #f3eef9 0%, #f3efeb 49%, #f3efe7 100%);
}

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

.video-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

.video-item .hot-tag {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: 0 0.08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.32rem;
  background: -webkit-gradient(linear, left top, right top, from(#C19B64), to(#D4B689));
  background: linear-gradient(90deg, #C19B64 0%, #D4B689 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

.video-item .hot-tag .hot-icon {
  position: relative;
  top: -0.01rem;
  margin-right: 0.04rem;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.06rem -2.81rem;
  width: 0.16rem;
  height: 0.2rem;
}

.video-item .hot-tag .hot-text {
  position: relative;
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.video-item .video-cover {
  position: relative;
  width: 3.28rem;
  height: 1.82rem;
  overflow: hidden;
}

.video-item .video-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-item .video-cover::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.39rem;
  height: 0.47rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 15.036667rem 17.296rem;
  background-position: -14.421333rem -0.528667rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.video-item .video-title {
  width: 3.04rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  font-size: 0.24rem;
  text-align: left;
  margin: 0.06rem auto 0;
  line-height: 0.38rem;
  color: #3c3c3c;
}

.video-item .video-date {
  position: absolute;
  top: 2.57rem;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0.12rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: right;
  color: #3c3c3c;
}

.sponsors-box {
  padding: 0.18rem 0 0.1rem;
}

.sponsors-box .sponsor-title {
  text-align: center;
  margin-bottom: 0.45rem;
}

.sponsors-box .sponsor-title span {
  position: relative;
  display: inline-block;
  font-family: "fzlth", "Microsoft YaHei", sans-serif, STHeiTi;
  font-weight: bold;
  padding: 0 0.8rem;
  font-size: 0.4rem;
  color: #fff;
}

.sponsors-box .sponsor-title span::before,
.sponsors-box .sponsor-title span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.41rem;
  height: 0.39rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat;
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -1.96rem;
}

.sponsors-box .sponsor-title span::before {
  left: 0;
}

.sponsors-box .sponsor-title span::after {
  right: 0;
}

.sponsors-box .sponsor-icons {
  width: 6.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.sponsors-box .spon-data {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.43rem;
}

.sponsors-box .spon-data0,
.sponsors-box .spon-data1,
.sponsors-box .spon-data2 {
  width: 33%;
}

.sponsors-box .spon-data .name {
  line-height: 0.24rem;
}

.sponsors-box .sponsor-item {
  position: relative;
  text-align: center;
}

.sponsors-box .sponsor-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sponsors-box .sponsor-item .name {
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.sponsors-box .sponsor-item .logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sponsors-box .spon-data {
  width: 40%;
}

.sponsors-box .spon-data .logo {
  height: 0.83rem;
}

.about-nbpl {
  position: relative;
  width: 100%;
  padding: 0.63rem 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  overflow-x: hidden;
  padding-left: 0.24rem;
}

.about-nbpl .nbpl-logo {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/nbpl-logo_ef59687c.png) no-repeat;
  width: 2.51rem;
  height: 2.41rem;
  background-size: cover;
}

.about-nbpl .nbpl-intro {
  width: 4.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-nbpl .nbpl-intro p {
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}

.about-nbpl .nbpl-intro p.title-about {
  position: relative;
  font-size: 0.4rem;
  color: #fff;
  padding-bottom: 0.18rem;
  font-family: "fzcysong", "Microsoft YaHei", sans-serif, STHeiTi;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0.17rem;
}

.about-nbpl .nbpl-intro p.title-about::before {
  position: absolute;
  top: -0.42rem;
  left: 0;
  content: 'NBPL 2025';
  width: 1.3rem;
  height: 0.4rem;
  color: #FFF6DB;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: Noto Sans SC, sans-serif;
  text-shadow: 0 0.01rem 0.08rem rgba(132, 101, 64, 0.6);
}

.about-nbpl .nbpl-intro p.title-about::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.06rem;
  border-bottom: 0.02rem solid #fff6db;
}

.about-nbpl .intro-text {
  width: 5.04rem;
  margin-left: 0.2rem;
}

.team h1 {
  font-size: 0.4rem;
  font-family: 'fzltdh', serif;
  color: #fff;
}

.team h1::before {
  content: '';
  display: inline-block;
  width: 0.39rem;
  height: 0.39rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-icon_22beb404.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.team-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 7.52rem;
  color: #fff;
  padding: 0;
  padding-left: 0.24rem;
  position: relative;
}

.team-group .common-tabs {
  position: absolute;
  top: 0.46rem;
  left: 3.75rem;
  margin: 0;
}

.team-group button {
  background: transparent;
  font-size: 0.26rem;
  font-family: 'fzlth', serif;
  color: #fff;
  margin-right: 0.7rem;
  padding-bottom: 0.04rem;
}

.team-group button span {
  font-size: 0.32rem;
  font-family: 'fzltdh', serif;
}

.team-group button.active {
  color: #fff;
  border-bottom: 1px solid #eb0f0f;
}

.team-group .group-info {
  margin-bottom: 1rem;
}

.team-group .group-info header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.32rem;
}

.team-group .group-info header .season-name {
  font-size: 0.24rem;
  margin-left: 0.2rem;
}

.team-group .group-info main .group-tabs {
  margin-bottom: 0.32rem;
}

.team-group .group-info main .group {
  margin-left: -0.24rem;
}

.team-group .group-info main .group ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.team-group .group-info main .group li {
  position: relative;
  width: 25%;
  height: 1.95rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.team-group .group-info main .group li img {
  position: absolute;
  bottom: 0.76rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 1.34rem;
  max-width: 1.4rem;
}

.team-group .group-info main .group li p {
  position: absolute;
  bottom: 0.28rem;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-group .host-info header {
  margin-bottom: 0.24rem;
}

.team-group .host-info header h1 {
  margin-bottom: 0.2rem;
}

.team-group .host-info main h3 {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0.18rem;
}

.team-group .host-info main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  overflow-y: hidden;
  overflow-x: auto;
}

.team-group .host-info main ul li {
  position: relative;
  width: 1.34rem;
  height: 1.7rem;
  margin-right: 0.27rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-group .host-info main ul li img {
  max-width: 1.34rem;
  max-height: 1.7rem;
}

.team-group .host-info main ul li .name {
  position: absolute;
  bottom: 0.08rem;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
}

.team-group .host-info main ul .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.2rem;
  line-height: 1.5;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/host-bg_1c93d6be.png) no-repeat;
  background-size: cover;
}

.team-group .host-info main ul .tip p {
  text-align: center;
  width: 0.44rem;
  border-bottom: 0.02rem solid #eb0f0f;
  padding-bottom: 0.1rem;
}

.team-group .host-info main .exponent {
  margin-bottom: 0.48rem;
}

.team-group .host-info main .exponent li.exponent-item,
.team-group .host-info main .exponent .exponent-swiper.exponent-item {
  background-size: cover;
}

.team-group .host-info main .is-margin {
  margin-bottom: 0.8rem;
}

.team-group .host-info main .hosts li.hosts-item {
  background-size: cover;
}

.team-group .exponent-swiper .exponent-item {
  position: relative;
  width: 1.34rem !important;
  height: 1.7rem;
  margin-right: 0.27rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-group .exponent-swiper .exponent-item img {
  max-width: 1.34rem;
  max-height: 1.7rem;
}

.team-group .exponent-swiper .exponent-item .name {
  position: absolute;
  bottom: 0.08rem;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
}

.team-group .host-swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0.18rem;
}

.team-group .host-swiper-pagination .swiper-pagination-bullet {
  background: #545658;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  margin: 0 0.05rem;
  opacity: 1;
}

.team-group .host-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #9f1112;
}

.team-information {
  font-size: 0.24rem;
  color: #fff;
  margin: 0.5rem 0 0;
}

.team-information .select-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.27rem 0 0.42rem;
}

.team-information .match-select {
  width: auto;
  max-width: 4.5rem;
  height: 0.4rem;
  font-size: 0.24rem;
  background: transparent;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
}

.team-information .match-select .el-input {
  line-height: 1.5;
}

.team-information .match-select .match-select-popper {
  left: 0 !important;
}

.team-information .compete-select {
  height: 0.4rem;
  border: 0.02rem solid rgba(0, 0, 0, 0.4);
  font-size: 0.26rem;
}

.team-information .btn-show-more {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 1.6rem;
  height: 0.42rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 0.42rem;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

.team-information main .group-tabs {
  margin-bottom: 0.3rem;
}

.team-information main .group-tabs button {
  background: transparent;
  color: #fff;
  padding-bottom: 0.06rem;
  margin-right: 0.3rem;
}

.team-information main .group-tabs button.active {
  color: #ff5252;
  border-bottom: 0.02rem solid #ff5252;
}

.team-information main .group ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.team-information main .group li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 2.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-information main .group li .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.team-information main .group li .hover-bg .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.team-information main .group li .hover-bg .fire {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.team-information main .group li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 1.34rem;
  max-width: 1.4rem;
  margin-bottom: 0.18rem;
}

.team-information main .group .groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.team-information main .group .s-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.51rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, #dfd3c6), to(rgba(237, 212, 185, 0)));
  background: linear-gradient(180deg, #dfd3c6 -3%, rgba(237, 212, 185, 0) 100%);
}

.team-information main .group .s-group::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 1px;
  height: 1.49rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/line_0c303cdc.png) no-repeat;
  background-size: 100% 100%;
}

.team-information main .group .s-group .team-name {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.24rem;
  margin-top: 1rem;
  color: #fff;
}

.team-information main .group .s-group.active .hover-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#CE5A5A), to(rgba(255, 106, 106, 0)));
  background: linear-gradient(180deg, #CE5A5A 0%, rgba(255, 106, 106, 0) 100%);
}

.team-information main .group .s-group .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.team-information main .group .s-group .hover-bg .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.team-information main .group .s-group .hover-bg .fire {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.team-information main .group .s-group .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  max-height: 0.8rem;
  width: 0.76rem;
  margin-bottom: 0.18rem;
}

.team-information main .group .swiper-slide-active .hover-bg {
  display: block;
}

.team-information main .group-detail-wrap {
  width: 100%;
}

.team-information main .group-detail.detail-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  background: #1e2124;
  margin-left: -0.24rem;
}

.team-information main .group-detail.detail-home .group-about h2 {
  position: relative;
  color: #fff;
  font-family: "fzltdh", serif;
  font-size: 0.29rem;
  margin-bottom: 0.5rem;
}

.team-information main .group-detail.detail-home .group-about h2 i {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #eb0f0f;
}

.team-information main .group-detail.detail-home .group-about p {
  font-weight: 400;
  font-size: 0.24rem;
  font-family: "Noto Sans";
  line-height: 0.38rem;
}

.team-information main {
  font-family: "fzlth", "Microsoft YaHei", sans-serif;
  color: #fff;
}

.team-information main .is-pagehome .group-about {
  height: 3rem;
}

.team-information main .is-pagehome .group-about p {
  font-weight: 400;
  font-size: 0.24rem;
  font-family: "Noto Sans";
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.team-information main header {
  display: block;
}

.team-information main header h1 {
  margin: 0 auto 0.52rem;
  text-align: center;
}

.team-information main header h1::after {
  content: "";
  display: inline-block;
  width: 0.39rem;
  height: 0.39rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-icon_22beb404.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.team-information main .team-information {
  overflow: visible;
}

.team-information main h1 {
  margin-bottom: 0.36rem;
}

.team-information main .group ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

.team-information main .group ul li {
  width: 16.66666667%;
  height: 1.76rem;
}

.team-information main .group ul li.last {
  border-right: 1px solid #fff;
}

.team-information main .group-detail.detail-team-system .group-header {
  position: relative;
  min-height: 2.66rem;
}

.team-information main .group-detail.detail-team-system .group-header .line {
  height: 0.04rem;
  width: 100%;
}

.team-information main .group-detail.detail-team-system .group-header .triangle {
  border-block-color: #F22C2C;
  position: relative;
  left: 0.4rem;
  width: 0;
  height: 0;
  border-width: 0.2rem;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.team-information main .group-detail.detail-team-system .group-header .group-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 2.8rem;
  min-height: 2.66rem;
  color: #fff;
  font-family: "fzltdh", serif;
  font-size: 0.3rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-info p {
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.48rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-info .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/team-big-icon-border_4b3de232.png) no-repeat;
  background-size: cover;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.1rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-info .icon img {
  max-width: 1.34rem;
  max-height: 1.4rem;
  margin-top: -0.15rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-about {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: group-about;
  -webkit-justify-content: group-about;
  -ms-flex-pack: group-about;
  justify-content: group-about;
  font-size: 0.32rem;
  line-height: 0.48rem;
  padding-bottom: 0.35rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-about h2 {
  position: relative;
  color: #fff;
  font-family: "fzltdh", serif;
  font-size: 0.3rem;
  margin-bottom: 0.45rem;
}

.team-information main .group-detail.detail-team-system .group-header .group-about h2::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #bb1508;
}

.team-information main .group-detail.detail-team-system .group-header .group-about p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #262626;
  text-align: justify;
}

.team-information main .group-detail.detail-team-system .group-member-title {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
  padding-left: 0.3rem;
  margin: 0 0 0.3rem;
}

.team-information main .group-detail.detail-team-system .group-body {
  margin-top: 0.2rem;
}

.team-information main .group-detail.detail-team-system .group-body .group-player {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f3efe7), color-stop(49%, #f3efeb), to(#f3eef9));
  background: linear-gradient(90deg, #f3efe7 0%, #f3efeb 49%, #f3eef9 100%);
}

.team-information main .group-detail.detail-team-system .group-body .group-player .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/team-cover_add7461c.png) no-repeat center top / 100%;
}

.team-information main .group-detail.detail-team-system .group-body .group-player .player-mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.9rem;
}

.team-information main .group-detail.detail-team-system .group-body li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0 0.3rem 0;
  min-height: 2.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-desc {
  z-index: 1;
  width: 4rem;
  margin-left: 2.37rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-desc .name {
  position: relative;
  font-family: "fzltdh", serif;
  font-weight: 700;
  color: #3c3c3c;
  margin-bottom: 0.36rem;
  font-size: 0.26rem;
  line-height: 0.26rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-desc .name i {
  position: absolute;
  bottom: -0.18rem;
  left: 0;
  content: "";
  width: 0.83rem;
  height: 0.02rem;
  background: #b48847;
}

.team-information main .group-detail.detail-team-system .group-body li .player-desc .desc {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: rgba(0, 0, 0, 0.7);
}

.team-information main .group-detail.detail-team-system .group-body li .player-desc .desc.no-data-desc {
  color: rgba(0, 0, 0, 0.4);
}

.team-information main .group-detail.detail-team-system .group-body li .arrow {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.09rem -1.53rem;
  width: 0.17rem;
  height: 0.28rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2.23rem;
  padding-left: 0.08rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-img .bg-triangle {
  width: 100%;
  height: 100%;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/team-item-bg_7aeb7a8a.png) no-repeat;
  background-size: cover;
}

.team-information main .group-detail.detail-team-system .group-body li .player-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2.09rem;
}

.team-information main .group-detail.detail-team-system .group-body li .player-img .team-name {
  position: absolute;
  left: 2.4rem;
  top: 0.2rem;
  color: #fff;
  font-family: "fzltdh", serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: 0.6;
  width: 1.54rem;
  height: 0.38rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.48rem;
  line-height: 0.37rem;
}

.team-information-succinct.team-information .group-pagination {
  height: 1.51rem;
}

.team-information-succinct.team-information .group-pagination .group-swiper {
  position: relative;
  height: 100%;
}

.team-information-succinct.team-information .group-pagination .group-swiper .swiper-slide {
  width: 100%;
}

.team-information-succinct.team-information .group-pagination .s-group,
.team-information-succinct.team-information .group-pagination .hover-bg,
.team-information-succinct.team-information .group-pagination .fire {
  height: 100%;
  width: 100%;
}

.team-information-succinct.team-information .group-pagination .img {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-information-succinct.team-information .group-pagination .hover-bg {
  display: none;
}

.team-information-succinct.team-information .group-pagination .active .hover-bg {
  display: block;
}

.team-information-succinct.team-information .group-detail-wrap {
  height: 2.97rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-4%, #ffd9b1), color-stop(43%, rgba(243, 204, 156, 0.7)), color-stop(93%, rgba(243, 204, 156, 0)));
  background: linear-gradient(180deg, #ffd9b1 -4%, rgba(243, 204, 156, 0.7) 43%, rgba(243, 204, 156, 0) 93%);
}

.team-information-succinct.team-information .group-detail-wrap .groupDetail-swiper,
.team-information-succinct.team-information .group-detail-wrap .swiper-wrapper,
.team-information-succinct.team-information .group-detail-wrap .group-detail,
.team-information-succinct.team-information .group-detail-wrap .group-header {
  height: 2.97rem;
}

.team-information-succinct.team-information .group-detail-wrap .line {
  position: absolute;
  top: -0.01rem;
  width: 100%;
  height: 0.05rem;
}

.team-information-succinct.team-information .group-detail-wrap p {
  color: rgba(0, 0, 0, 0.7);
}

.team-information-succinct.team-information .group-detail-wrap .triangle {
  position: absolute;
  left: 0.4rem;
  width: 0;
  height: 0;
  border-width: 0.2rem;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.team-information-succinct.team-information .group-detail-wrap .group-about {
  width: 6.9rem;
  padding-top: 0.38rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.team-information-succinct.team-information .group-detail-wrap .group-about h2 {
  position: relative;
  margin-top: 0.48rem;
  font-size: 0.32rem;
  padding-bottom: 0.32rem;
}

.team-information-succinct.team-information .group-detail-wrap .group-about h2::after {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0.48rem;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.4);
}

.team-information-succinct.team-information .group-detail-wrap .group-about p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  height: 1.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.86);
  z-index: 999;
}

.team-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  width: 6.49rem;
  min-height: 6.26rem;
  background-color: white;
  background-size: 100% 100%;
}

.team-pop.team-pop-0 {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/pop-waiting-bg_0e24af46.png);
}

.team-pop.team-pop-0 .top-status {
  color: #3c3c3c;
}

.team-pop.team-pop-1 {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/pop-playing-bg_b5837c2c.png);
}

.team-pop.team-pop-2 {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/pop-end-bg_6e435943.png);
}

.team-pop .top-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.4rem;
  height: 0.54rem;
  font-size: 0.28rem;
  line-height: 0.54rem;
  color: white;
}

.team-pop .pop-team-title {
  margin: 0.3rem auto 0.38rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  font-family: "fzlth", "Microsoft YaHei", sans-serif, STHeiTi;
  color: rgba(0, 0, 0, 0.7);
}

.team-pop .member-list {
  padding: 0 0.3rem;
  font-size: 0.12rem;
}

.team-pop .member-list .member-row {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.team-pop .member-list .member-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0.05rem 0.26rem;
  width: 1.2rem;
  height: 0.88rem;
}

.team-pop .member-list .member-item .member-img {
  position: relative;
  width: 0.74rem;
  margin: 0 auto;
  text-align: center;
}

.team-pop .member-list .member-item .member-img img {
  display: inline-block;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-pop .member-list .member-item .member-name {
  font-size: 0.22rem;
  color: #979797;
  text-align: center;
  width: 100%;
  margin: 0 0 0.4rem;
}

.team-pop .member-list .team-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.2rem;
  min-width: 20%;
}

.team-pop .member-list .team-item .name {
  margin-top: 0.08rem;
  color: #cdcdcd;
}

.team-pop .member-list .team-item .desc {
  margin-top: 0.16rem;
  color: #eadaa1;
}

.team-pop .btn-close {
  position: absolute;
  top: 0;
  right: -0.46rem;
  cursor: pointer;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/close-1_4a2327e4.png) no-repeat center / 100%;
}

.intro-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 5.8rem;
  background: #f5f5f5;
}

.intro-pop .btn-close {
  position: absolute;
  top: 0.24rem;
  right: 0.4rem;
  cursor: pointer;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/close_bc800464.png) no-repeat;
  background-size: cover;
  z-index: 2;
}

.intro-pop .swiper-slide {
  width: 7.5rem !important;
  height: 5.8rem !important;
}

.intro-pop .intro-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 2.93rem;
  height: auto;
  max-height: 5.8rem;
}

.intro-pop .intro-desc {
  position: absolute;
  width: 4rem;
  height: 4.8rem;
  left: 3rem;
  bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-pop .intro-title {
  font-size: 0.26rem;
  color: #000;
  text-align: left;
  margin-bottom: 0.2rem;
}

.intro-pop .intro-title span {
  display: inline-block;
  font-family: 'fzltdh', sans-serif;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #b48847;
}

.intro-pop .intro-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-family: 'fzlth', sans-serif;
}

.intro-pop .intro-swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0.18rem;
}

.intro-pop .intro-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  margin: 0 0.05rem;
  opacity: 1;
}

.intro-pop .intro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #ff5252;
}

.intro-pop .intro-swiper-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.intro-pop .swiper-button-next,
.intro-pop .swiper-button-prev {
  display: none;
}

.common-h2-title img {
  margin-left: -0.24rem;
  display: block;
  height: 1rem;
}

.sponsors-box .common-h2-title img {
  display: block;
  margin-left: -0.24rem;
}

.container-index .common-h2-title {
  display: block;
  margin-bottom: 0.16rem;
}

.container-index .new-video .common-h2-title img {
  margin-left: -0.24rem;
}

.container-index .new-video header .common-h2-title img {
  margin-left: -0.24rem;
}

.container-index .new-video .common-btn-more {
  top: 55%;
}

.container-index .new-video .common-btn-more.video-more {
  top: 0.65rem;
}

.container-index .team-information .common-h2-title img,
.container-index .team-group .common-h2-title img {
  margin-left: -0.16rem;
}

.table-wrap {
  position: relative;
  font-size: 0.22rem;
  color: #494847;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.table-wrap .column-hover-bg,
.table-wrap .row-hover-bg {
  position: absolute;
  display: none;
  z-index: 3;
  pointer-events: none;
}

.table-wrap .column-hover-bg.show,
.table-wrap .row-hover-bg.show {
  display: block;
}

.table-wrap .column-hover-bg .hover-des,
.table-wrap .row-hover-bg .hover-des {
  position: absolute;
  width: 0.88rem;
  height: 0.37rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/hover-des_d7afe208.png) no-repeat;
}

.table-wrap .table-box {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-wrap .table-box .table-head-area,
.table-wrap .table-box .table-body-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-wrap .table-box .table-head-area .fixed-area,
.table-wrap .table-box .table-body-area .fixed-area {
  z-index: 10;
}

.table-wrap .table-box .table-head-area {
  z-index: 15;
  background: #f2d5b1;
  -webkit-box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.2);
}

.table-wrap .table-box .table-body-area {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#fbfaf8), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #fbfaf8 0%, #f3efeb 49%, #f3efe7 100%);
}

.table-wrap .table-box .table-body-area .scroll-area {
  overflow: auto;
}

.table-wrap .table-box .scroll-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.table-wrap .table-box .fixed-area {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-wrap .table-box .fixed-area .mask-fixed {
  position: relative;
  width: 100%;
  height: 100%;
}

.table-wrap .table-box .fixed-area .mask-fixed::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  width: 0.41rem;
  height: 99.99rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 32, 36, 0.7)), color-stop(99%, rgba(29, 32, 36, 0)));
  background: linear-gradient(90deg, rgba(29, 32, 36, 0.7) 0%, rgba(29, 32, 36, 0) 99%);
}

.table-wrap .table-box .table-head {
  height: 0.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

.table-wrap .table-box .table-body .tr {
  min-height: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-wrap .table-box .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.table-wrap .table-box .tr .th,
.table-wrap .table-box .tr .td {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-wrap .table-box .tr .th.sort {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-wrap .table-box .tr .th.active.descending .sort-caret {
  border-top-color: #ff5252;
}

.table-wrap .table-box .tr .th.active.ascending .sort-caret {
  border-bottom-color: #ff5252;
}

.table-wrap .table-box .tr .td {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.63rem;
  line-height: 0.63rem;
  padding: 0;
  font-size: 0.26rem;
}

.table-wrap .table-box .tr .td::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

.table-wrap .table-box .tr .td .rank {
  display: inline-block;
  color: #FF5252;
}

.table-wrap .table-box .tr .td .hero-or-weapon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.15rem;
  padding: 0.04rem 0;
}

.table-wrap .table-box .tr .td .hero-or-weapon p {
  margin: 0.08rem auto;
}

.table-wrap .table-box .tr .td .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.16rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-wrap .table-box .tr .td .img-wrap img {
  width: 0.52rem;
  height: 0.52rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.table-wrap .table-box .tr .td .team-name-item {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: flex-start;
  /* 12版 */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
}

.table-wrap .table-box .tr .td .team-name-item .icon-champion {
  margin-left: 0.1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-wrap .table-box .tr .td .team-name-item .icon-champion-1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -3.95rem -15.62rem;
  width: 0.69rem;
  height: 0.33rem;
}

.table-wrap .table-box .tr .td .team-name-item .icon-champion-2 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -4.68rem -15.62rem;
  width: 0.69rem;
  height: 0.33rem;
}

.table-wrap .table-box .tr .td .column-hover-bg {
  display: none;
  position: absolute;
  margin-left: -0.1rem;
  top: -0.45rem;
  pointer-events: none;
}

.table-wrap .table-box .tr .td .column-hover-bg.show {
  display: block;
}

.table-wrap .table-box .tr .td .hover-des {
  position: absolute;
  width: 0.88rem;
  height: 0.37rem;
  display: none;
  -webkit-transform: translateY(0.05rem);
  transform: translateY(0.05rem);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/hover-des_d7afe208.png) no-repeat;
}

.table-wrap .table-box .tr .td .hover-des.show {
  display: block;
}

.table-wrap .table-box .tr .td .team-logo {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-wrap .table-box .tr .td .team-logo img {
  max-width: 0.63rem;
  max-height: 0.63rem;
  margin-right: 0.15rem;
}

.table-wrap .table-box .tr .td .match-score {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-wrap .table-box .tr .td .match-score.win-wrap .point {
  position: absolute;
  left: calc(50% + 0.66rem);
}

.table-wrap .table-box .tr .td .match-score .win {
  position: absolute;
  left: calc(50% + 0.32rem);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.98rem -4.03rem;
  width: 0.3rem;
  height: 0.3rem;
}

.table-wrap .table-box .tr .td .match-score .point {
  position: absolute;
  left: calc(50% + 0.32rem);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.54rem;
  height: 0.32rem;
  background: #a51f1f;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
}

.table-wrap .table-box .data-pagination {
  padding: 0.2rem 0;
  text-align: center;
}

.table-wrap .table-box .data-pagination .el-pagination .btn-prev,
.table-wrap .table-box .data-pagination .el-pagination .btn-next {
  background-color: transparent;
}

.table-wrap .table-box .data-pagination .el-pagination .btn-next[disabled] {
  opacity: 0.5;
}

.table-wrap .table-box .data-pagination .el-pagination .btn-prev[disabled] {
  opacity: 0.5;
}

.table-wrap .table-box .data-pagination .el-pagination i {
  color: rgba(0, 0, 0, 0.7);
}

.table-wrap .table-box .data-pagination .el-pagination i:hover {
  color: rgba(0, 0, 0, 0.3);
}

.table-wrap .table-box .data-pagination .el-pagination li {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
}

.table-wrap .table-box .data-pagination .el-pagination li:hover,
.table-wrap .table-box .data-pagination .el-pagination li.active {
  color: rgba(0, 0, 0, 0.7);
}

.container-index .table-wrap {
  color: #494847;
}

.container-index .table-wrap .row-hover-bg .hover-des {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/hover-des-index_afc64800.png) no-repeat;
}

.container-index .table-wrap .table-box .table-head-area,
.container-index .table-wrap .table-box .table-body-area {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.95) -4%, #ede7dc 99%);
}

.container-index .table-wrap .table-box .table-head-area .fixed-area,
.container-index .table-wrap .table-box .table-body-area .fixed-area {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container-index .table-wrap .table-box .table-head-area {
  background: #e5cda9;
}

.container-index .table-wrap .table-box .table-head {
  font-size: 0.22rem;
  color: #494847;
}

.container-index .table-wrap .table-box .table-body .tr {
  min-height: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
  margin-left: 0.04rem;
}

.sort-caret {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.13rem -1rem;
  width: 0.1rem;
  height: 0.05rem;
}

.sort-caret.active {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.09rem -1.85rem;
  width: 0.1rem;
  height: 0.05rem;
}

.sort-caret.descending {
  margin-top: 0.03rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team-system {
  padding: 0;
}

.team-system .team-information {
  margin-top: 0;
  padding-left: 0;
}

.team-system .team-information .h2-title-m {
  display: none;
}

.team-system .team-information .empty-box {
  padding-top: 1.8rem;
}

.team-system .team-information .group-pagination {
  height: 1.51rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #dbdbdb), color-stop(39%, rgba(226, 183, 131, 0.6)), color-stop(101%, rgba(94, 60, 24, 0)));
  background: linear-gradient(180deg, #dbdbdb -20%, rgba(226, 183, 131, 0.6) 39%, rgba(94, 60, 24, 0) 101%);
}

.team-system .team-information .group-pagination.noTeamData {
  background: none;
}

.team-system .el-select {
  width: 4.5rem;
}

.team-system .el-select input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.26rem;
}

.team-system .el-select input::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.team-system .el-select input::-moz-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.team-system .el-select input:-ms-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.team-system .el-select input::-ms-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.team-system .el-select input::placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select {
  width: 3.5rem;
}

.el-select .el-select-dropdown {
  margin-top: 0 !important;
}

.el-select input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.26rem;
}

.el-select input::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select input::-moz-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select input:-ms-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select input::-ms-input-placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select input::placeholder {
  color: #fff;
  font-size: 0.26rem;
}

.el-select-dropdown {
  border: none;
  margin-top: 0 !important;
}

.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}

.el-select-dropdown__list {
  background: #000;
}

.el-select-dropdown__item {
  font-size: 0.26rem;
  color: #d0d0d1;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: #000;
}

.container-index .team-information header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.24rem;
}

.container-index .team-information header .left-header {
  padding-left: 0.2rem;
}

.container-index .team-information header .left-header h1 {
  margin-right: 0.1rem;
}

.container-index .team-information .group-tabs {
  padding-left: 0.3rem;
}

.container-index .team-information .group-tabs button {
  font-size: 0.26rem;
}

.container-index .team-information .group-tabs button span {
  font-size: 0.32rem;
}

.module-schedule {
  color: #d8d8d8;
}

.module-schedule .game-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.6rem 0 0.12rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
}

.module-schedule .game-types button {
  position: relative;
  background: transparent;
  font-size: 0.24rem;
  width: 0.64rem;
  padding-bottom: 0.12rem;
}

.module-schedule .game-types button:hover,
.module-schedule .game-types button.active {
  font-weight: 700;
  color: #ff5252;
}

.module-schedule .game-types button:hover::after,
.module-schedule .game-types button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #ff5252;
}

.module-schedule .date-swiper-wrap {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.module-schedule .date-swiper-wrap .swiper-container {
  width: 6.1rem;
  height: 0.52rem;
  line-height: 0.52rem;
  margin: 0 auto 0.12rem;
}

.module-schedule .date-swiper-wrap .swiper-slide {
  font-size: 0.24rem;
  height: 0.52rem;
  width: 2rem;
  line-height: 0.52rem;
  text-align: center;
  cursor: pointer;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/tab-n_d3ea1dcd.png) no-repeat;
  background-size: 100% 100%;
}

.module-schedule .date-swiper-wrap .swiper-slide:hover,
.module-schedule .date-swiper-wrap .swiper-slide.active {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.52rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/tab-active_954f7bda.jpg) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.module-schedule .date-swiper-wrap .swiper-button-prev,
.module-schedule .date-swiper-wrap .swiper-button-next {
  width: 0.34rem;
  height: 0.52rem;
  opacity: 0.8;
  margin-top: -0.26rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
  background-size: 0.1rem 0.2rem;
  background-position: center center;
}

.module-schedule .date-swiper-wrap .swiper-button-prev:hover,
.module-schedule .date-swiper-wrap .swiper-button-next:hover {
  opacity: 1;
}

.module-schedule .date-swiper-wrap .swiper-button-prev.swiper-button-disabled,
.module-schedule .date-swiper-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.module-schedule .date-swiper-wrap .swiper-button-prev {
  left: 0;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/btn-swiper-left_97b0cb3f.png);
}

.module-schedule .date-swiper-wrap .swiper-button-next {
  right: 0;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/btn-swiper-left_97b0cb3f.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.module-schedule .next-tip {
  color: #525252;
  padding-top: 0.2rem;
  text-align: center;
  width: 100%;
  height: 2.44rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/next-tip_2244da3c.jpg) no-repeat center -0.3rem;
  background-size: 100%;
  font-size: 0;
}

.module-schedule .card-swiper-wrap {
  position: relative;
  width: 100%;
  height: 5.46rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.module-schedule .card-swiper-wrap .contest-card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.46rem;
}

.module-schedule .card-swiper-wrap .contest-card .teams-item-more {
  position: absolute;
  right: 0.08rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.09rem -1.96rem;
  width: 0.14rem;
  height: 0.25rem;
}

.module-schedule .card-swiper-wrap .contest-card .teams-item-more:hover {
  opacity: 0.8;
}

.module-schedule .card-swiper-wrap .contest-card .top-bar {
  color: #fff;
  text-align: center;
  height: 1.43rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.2rem;
}

.module-schedule .card-swiper-wrap .contest-card .top-bar.status-0 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #b28e58), to(#d3b78d));
  background: linear-gradient(180deg, #b28e58 2%, #d3b78d 100%);
}

.module-schedule .card-swiper-wrap .contest-card .top-bar.status-1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -0 -14.15rem;
  width: 1.2rem;
  height: 1.43rem;
}

.module-schedule .card-swiper-wrap .contest-card .top-bar.status-2 {
  background: linear-gradient(182.66deg, #999 1.92%, rgba(186, 186, 186, 0.8) 99.31%);
}

.module-schedule .card-swiper-wrap .contest-card .top-bar .status-text {
  font-size: 0.16rem;
  line-height: 100%;
  margin-top: 0.2rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.module-schedule .card-swiper-wrap .contest-card .top-bar .date-text {
  font-size: 0.18rem;
  line-height: 100%;
  margin-top: 0.2rem;
  opacity: 0.6;
  margin-bottom: 0.1rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.module-schedule .card-swiper-wrap .contest-card .top-bar .time-text {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 100%;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  width: 5.7rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .name {
  font-size: 0.26rem;
  line-height: 100%;
  margin: 0.12rem auto 0.16rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .teams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.26rem;
  font-size: 0.22rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .teams .team img {
  height: 0.52rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  width: calc(100% + 1.2rem);
  margin-left: -1.2rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item {
  width: 1.08rem;
  height: 0.32rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  margin-right: 0.06rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item.match-item-0 {
  border-color: transparent;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item.match-item-1 {
  color: #d22727;
  border: 0.01rem solid #d22727;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item.match-item-2 {
  color: #B28E58;
  border: 0.01rem solid #B28E58;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item:hover .normal-text {
  display: none;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item:hover.match-item-2 {
  background: #d22727;
  color: white;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item .hover-text {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  font-size: 0.22rem;
  line-height: 0.26rem;
}

.module-schedule .card-swiper-wrap .contest-card .detail-info .matches .match-item .hover-text.hover-text-ani {
  -webkit-animation: hoverText 4s linear infinite;
  animation: hoverText 4s linear infinite;
}

.module-schedule .card-swiper-wrap .contest-card .guess-btn {
  width: 1.8rem;
  height: 0.28rem;
  margin: 0.12rem auto;
  text-align: center;
  line-height: 0.26rem;
  color: rgba(255, 255, 255, 0.7);
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
}

.module-schedule .schedule-more .common-btn-more {
  position: absolute;
  left: 50%;
  margin-left: 7.09rem;
  display: inline-block;
  top: 0.18rem;
  width: 1rem;
}

@-webkit-keyframes hoverText {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes hoverText {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.module-data {
  padding-top: 0.3rem;
  color: #3c3c3c;
}

.module-data .safe-area .tabs {
  margin-top: 0.09rem;
}

.module-data .head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-data .tab-normal .tab-item:last-child {
  border-right: none;
}

.module-data .tab-box.button .tab-item {
  margin: 0 -0.05rem;
}

.module-data .btn-show-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.22rem;
  height: 0.36rem;
  width: 1.18rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.module-data .btn-show-more i {
  display: none;
}

.module-data .strip-wrap {
  margin-top: 0.3rem;
}

.module-data .strip-wrap .filter-sec-wrap {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.module-data .strip-wrap .filter-sec-wrap .el-select-dropdown__item {
  padding: 0;
  line-height: 0.4rem;
}

.module-data .strip-wrap .filter-sec-wrap .el-select-dropdown__item::before {
  border-bottom: 0.01rem solid #ccc;
}

.module-data .strip-wrap .match-select {
  width: 4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  background: transparent;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
}

.module-data .strip-wrap .match-select .el-input {
  line-height: 1.5;
}

.module-data .strip-wrap .match-select .match-select-popper {
  left: 0 !important;
}

.module-data .strip-wrap .compete-select .match-select-popper {
  left: 0 !important;
}

.module-data .table-bg {
  position: relative;
  margin-top: 0.12rem;
}

.module-data .table-bg.table-empty {
  background: none;
}

.module-data .table-bg.table-empty::before {
  content: none;
}

.module-data .table-wrap {
  position: relative;
}

.module-data .table-wrap .table-box {
  height: auto;
}

.module-data .table-wrap .table-box .el-table__fixed {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/2l_a58d6969.jpg);
  background-size: 7.5rem 19.12rem;
  background-position: 0 -3.26rem;
  background-repeat: no-repeat;
  background-color: #fbfbfb;
}

.module-data .table-wrap .table-box .el-table__fixed.mouse-hover {
  overflow: visible;
}

.module-data .table-wrap .table-box .descending .sort-caret.descending {
  border-top-color: #927eff !important;
}

.module-data .table-wrap .table-box .ascending .sort-caret.ascending {
  border-bottom-color: #927eff !important;
}

.module-data .table-wrap .table-box .el-table {
  background-color: transparent;
}

.module-data .table-wrap .table-box .el-table::before {
  display: none;
}

.module-data .table-wrap .table-box .el-table__fixed::before {
  display: none;
}

.module-data .table-wrap .table-box .el-table__fixed-right::before {
  display: none;
}

.module-data .table-wrap .table-box .el-table__body tbody {
  font-size: 0;
}

.module-data .table-wrap .table-box .el-table__body-wrapper::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

.module-data .table-wrap .table-box .el-table__body-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.02rem;
}

.module-data .table-wrap .table-box .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 0.1rem;
}

.module-data .table-wrap .table-box .el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.module-data .table-wrap .table-box table {
  font-size: 0.16rem;
}

.module-data .table-wrap .table-box table thead {
  background: rgba(245, 245, 245, 0.6);
  color: #3c3c3c;
}

.module-data .table-wrap .table-box table thead tr {
  background-color: transparent;
  border: none;
}

.module-data .table-wrap .table-box table thead th {
  height: 0.9rem;
  background-color: transparent;
  text-align: center;
  border: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

.module-data .table-wrap .table-box table thead th .cell.teamName {
  text-align: left;
  padding-left: 0.5rem;
}

.module-data .table-wrap .table-box table tbody tr {
  border: none;
  background-color: transparent;
}

.module-data .table-wrap .table-box table tbody tr td {
  position: inherit;
}

.module-data .table-wrap .table-box table tbody tr td .rank {
  display: inline-block;
  color: #FF5252;
}

.module-data .table-wrap .table-box table tbody tr td .column-hover-bg {
  display: none;
  position: absolute;
  margin-left: -0.1rem;
  top: -0.45rem;
  pointer-events: none;
}

.module-data .table-wrap .table-box table tbody tr td .column-hover-bg.show {
  display: block;
}

.module-data .table-wrap .table-box table tbody tr td .hover-des {
  position: absolute;
  width: 0.88rem;
  display: none;
  -webkit-transform: translateY(0.05rem);
  transform: translateY(0.05rem);
}

.module-data .table-wrap .table-box table tbody tr td .hover-des.show {
  display: block;
}

.module-data .table-wrap .table-box table tbody td {
  height: 0.63rem;
  text-align: center;
  line-height: 0.63rem;
  background-color: transparent;
  padding: 0;
  font-size: 0.16rem;
}

.module-data .table-wrap .table-box table tbody td .team-logo {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-data .table-wrap .table-box table tbody td .team-logo img {
  max-width: 0.63rem;
  max-height: 0.63rem;
  margin-right: 0.15rem;
}

.module-data .table-wrap .table-box table .cell {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-data .table-wrap .table-box table .hero-name-item {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-data .table-wrap .table-box table .hero-name-item.hero_name {
  white-space: nowrap;
}

.module-data .table-wrap .table-box table .hero-name-item span {
  width: 0.8rem;
  text-align: left;
  display: inline-block;
}

.module-data .table-wrap .table-box table .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.module-data .table-wrap .table-box table .img-wrap img {
  max-width: 0.56rem;
  max-height: 0.56rem;
  margin-left: 0.02rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.module-data .table-wrap .table-box table .team-name-item {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: flex-start;
  /* 12版 */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  padding-left: 0.1rem;
}

.module-data .table-wrap .table-box table .team-name-item .icon-champion {
  margin-left: 0.1rem;
}

.module-data .table-wrap .table-box table .team-name-item .icon-champion-1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -3.95rem -15.62rem;
  width: 0.69rem;
  height: 0.33rem;
}

.module-data .table-wrap .table-box table .team-name-item .icon-champion-2 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -4.68rem -15.62rem;
  width: 0.69rem;
  height: 0.33rem;
}

.module-data .table-wrap .table-box table .team-name-item .color-bg {
  width: 0.63rem;
  height: 0.63rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.module-data .table-wrap .table-box .match-score {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-data .table-wrap .table-box .match-score.win-wrap .point {
  position: absolute;
  left: calc(50% + 0.66rem);
}

.module-data .table-wrap .table-box .match-score .win {
  position: absolute;
  left: calc(50% + 0.32rem);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.98rem -4.03rem;
  width: 0.3rem;
  height: 0.3rem;
}

.module-data .table-wrap .table-box .match-score .point {
  position: absolute;
  left: calc(50% + 0.32rem);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.54rem;
  height: 0.32rem;
  background: #a51f1f;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
}

.module-data .table-wrap .table-box .data-pagination {
  padding: 0.2rem 0;
  text-align: center;
}

.module-data .table-wrap .table-box .data-pagination .el-pagination .btn-prev,
.module-data .table-wrap .table-box .data-pagination .el-pagination .btn-next {
  background-color: transparent;
}

.module-data .table-wrap .table-box .data-pagination .el-pagination .btn-next[disabled] {
  opacity: 0.5;
}

.module-data .table-wrap .table-box .data-pagination .el-pagination .btn-prev[disabled] {
  opacity: 0.5;
}

.module-data .table-wrap .table-box .data-pagination .el-pagination i {
  color: rgba(0, 0, 0, 0.7);
}

.module-data .table-wrap .table-box .data-pagination .el-pagination i:hover {
  color: rgba(0, 0, 0, 0.3);
}

.module-data .table-wrap .table-box .data-pagination .el-pagination li {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
}

.module-data .table-wrap .table-box .data-pagination .el-pagination li:hover,
.module-data .table-wrap .table-box .data-pagination .el-pagination li.active {
  color: rgba(0, 0, 0, 0.7);
}

.module-data .show-more {
  cursor: pointer;
  width: 100%;
  height: 0.3rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-data .show-more img {
  width: 0.35rem;
  height: 0.19rem;
}

.module-data .show-more.unfold img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.container-data .strip-wrap {
  border: none;
}

.container-data .table-bg {
  padding-top: 2.58rem;
}

.container-data .table-head-area {
  position: fixed;
  top: 3.62rem;
  width: 100%;
  z-index: 1;
}

.hide-nav .container-data .table-head-area {
  top: 2.21rem;
}

.inner-page.container-data .module-data .table-wrap .table-box .el-table__fixed {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/inner-bg_e2eb3da0.jpg);
  background-position: 0 -2.5rem;
}

.inner-page.single-data-container .module-data .table-wrap .table-box .el-table__fixed {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/inner-bg_e2eb3da0.jpg);
  background-position: 0 -2.94rem;
}

body {
  background: transparent;
  font-family: 'notosanssc', "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.g-footer {
  position: relative;
  width: 7.5rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bottom_71e03cd3.png) no-repeat center top;
}

.modules-about {
  width: 7.5rem;
  background: #12171d url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-1_0124029f.jpg) no-repeat center top / 100%;
}

.modules-about h1 {
  color: #0e141a;
  font-size: 0;
  font-family: 'fzysong-s-b', sans-serif;
  width: 100%;
  height: 1rem;
}

.modules-about h1.title-introduce {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-introduce_14a2e155.png) no-repeat 0.04rem center / auto 1rem;
}

.modules-about h1.title-calendar {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-calendar_11745cbe.png) no-repeat 0.04rem center / auto 1rem;
}

.modules-about h1.title-bonus {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-bonus_218fc680.png) no-repeat 0.04rem center / auto 1rem;
}

.modules-about h1.title-team {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-team_43bb0c02.png) no-repeat 0.04rem center / auto 1rem;
}

.modules-about h1.title-tool {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-tool_75329613.png) no-repeat 0.04rem center / auto 1rem;
}

.modules-about h2 {
  color: #fff;
  font-size: 0.3rem;
  font-weight: 600;
  font-family: 'fzysong-s-b', sans-serif;
}

.modules-about hr {
  border: none;
  margin: 0;
  height: 0.01rem;
  background: #2a2d2f;
}

.modules-about .cover {
  position: relative;
  height: 2.86rem;
}

.modules-about .introduce {
  position: relative;
  color: #fff;
  margin: 0 auto;
}

.modules-about .introduce .content {
  width: 6.9rem;
  margin: 0 auto;
}

.modules-about .introduce .title {
  width: 100%;
  margin-top: 0.17rem;
  margin-bottom: 0.18rem;
}

.modules-about .introduce p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #fff;
  font-family: 'notosanssc', "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}

.modules-about .schedule {
  overflow: hidden;
  position: relative;
}

.modules-about .schedule .content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.modules-about .schedule .title {
  display: inline-block;
  margin-top: 0.31rem;
  margin-bottom: 0.15rem;
}

.modules-about .schedule .flag-box {
  display: inline-block;
  height: 0.24rem;
}

.modules-about .schedule .flag-box .match-flag {
  margin-left: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.26rem;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.modules-about .schedule .flag-box .match-flag .flag {
  position: relative;
  margin-right: 0.2rem;
  margin-left: 0.52rem;
}

.modules-about .schedule .flag-box .match-flag .one::after {
  position: absolute;
  top: 0;
  left: -0.52rem;
  content: '';
  width: 0.4rem;
  height: 0.24rem;
  background: #E56768;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
}

.modules-about .schedule .flag-box .match-flag .three::after {
  position: absolute;
  top: 0;
  left: -0.52rem;
  content: '';
  width: 0.4rem;
  height: 0.24rem;
  background: #d1b99d;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
}

.modules-about .schedule .date-map .date-map-box {
  width: 7.06rem;
  margin: 0 auto;
  position: relative;
}

.modules-about .schedule .date-map .date-map-box .map {
  position: absolute;
  top: 0.15rem;
  left: 0.2rem;
}

.modules-about .schedule .date-map .date-map-box .map::after {
  content: '';
  display: block;
  position: absolute;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.06rem -2.63rem;
  width: 0.23rem;
  height: 0.13rem;
  right: 0.12rem;
  top: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modules-about .schedule .date-map .date-map-box .map-active0 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -1.24rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-active1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -4.32rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-active2 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -7.4rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-active3 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -10.48rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modules-about .schedule .date-map .date-map-box .mapList {
  position: absolute;
  top: 0.67rem;
  left: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#f3eef9), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #f3eef9 0%, #f3efeb 49%, #f3efe7 100%);
}

.modules-about .schedule .date-map .date-map-box .map-item {
  display: block;
}

.modules-about .schedule .date-map .date-map-box .map-item.disabled {
  display: none;
}

.modules-about .schedule .date-map .date-map-box .map-item-1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -1.24rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-item-2 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -4.32rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-item-3 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -7.4rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-box .map-item-4 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -10.48rem -14.15rem;
  width: 3.04rem;
  height: 0.52rem;
}

.modules-about .schedule .date-map .date-map-table {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 0.2rem;
  display: none;
}

.modules-about .schedule .date-map .date-map-table-1 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat top center;
  background-size: 17.35rem 16.56rem;
  background-position: -0 -0;
  width: 7.06rem;
  height: 6.61rem;
}

.modules-about .schedule .date-map .date-map-table-2 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat top center;
  background-size: 17.35rem 16.56rem;
  background-position: -7.1rem -0;
  width: 7.06rem;
  height: 6.61rem;
}

.modules-about .schedule .date-map .date-map-table-3 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat top center;
  background-size: 17.35rem 16.56rem;
  background-position: -0 -6.65rem;
  width: 7.06rem;
  height: 6.61rem;
}

.modules-about .schedule .date-map .date-map-table-4 {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png) no-repeat top center;
  background-size: 17.35rem 16.56rem;
  background-position: -7.1rem -6.65rem;
  width: 7.06rem;
  height: 6.61rem;
}

.modules-about .schedule .date-map .date-map-table.active {
  display: block;
}

.modules-about .schedule .date-map .date-map-table thead {
  background: #1c1f23;
}

.modules-about .schedule .date-map .date-map-table col {
  width: 1rem;
}

.modules-about .schedule .date-map .date-map-table col.td4,
.modules-about .schedule .date-map .date-map-table col.td6 {
  background: #16191c;
}

.modules-about .schedule .date-map .date-map-table th {
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  color: #ffffff;
  background: #1c1f23;
  font-weight: 400;
  font-size: 0.2rem;
}

.modules-about .schedule .date-map .date-map-table td {
  height: 1rem;
}

.modules-about .schedule .date-map .date-map-table tr {
  border-left: 0.01rem #2A2D2F solid;
  border-bottom: 0.01rem #2A2D2F solid;
  border-right: 0.01rem #2A2D2F solid;
}

.modules-about .schedule .date-map .date-map-table tr td {
  position: relative;
}

.modules-about .schedule .date-map .date-map-table tr td::before {
  position: absolute;
  bottom: 0.08rem;
  right: 0.12rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  content: attr(data-before-text);
}

.modules-about .schedule .date-map .date-map-table tr td::after {
  content: attr(data-after-text);
  position: absolute;
  top: 0;
  left: 0;
  height: 24x;
  line-height: 0.24rem;
  width: 200%;
  font-size: 0.16rem;
  color: #fff;
  background: #55070a;
}

.modules-about .schedule .date-map .date-map-table tr td.important::after {
  background: #956b43;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-1::after {
  width: 100%;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-2::after {
  width: 200%;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-3::after {
  width: 300%;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-4::after {
  width: 400%;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-5::after {
  width: 500%;
}

.modules-about .schedule .date-map .date-map-table tr td.title-len-6::after {
  width: 600%;
}

.modules-about .schedule .match-week {
  position: relative;
}

.modules-about .schedule .match-week .decorative-line {
  position: absolute;
  top: 0;
  height: 0.52rem;
  width: 100%;
}

.modules-about .schedule .match-week h2 {
  display: inline-block;
  margin-top: 0.7rem;
  margin-bottom: 0.23rem;
  margin-left: 0.3rem;
}

.modules-about .schedule .match-week .match-timetable {
  position: relative;
  overflow: hidden;
}

.modules-about .schedule .match-week .match-timetable .league {
  width: 6.9rem;
  margin: 0 auto;
}

.modules-about .schedule .match-week .match-timetable .league .league-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.9rem;
  text-align: left;
  table-layout: fixed;
}

.modules-about .schedule .match-week .match-timetable .league .league-table thead {
  background: #e5cda9;
}

.modules-about .schedule .match-week .match-timetable .league .league-table col {
  width: 0.77rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modules-about .schedule .match-week .match-timetable .league .league-table col.td1 {
  width: 1.21rem;
}

.modules-about .schedule .match-week .match-timetable .league .league-table col.td1,
.modules-about .schedule .match-week .match-timetable .league .league-table col.td2 {
  background: rgba(105, 22, 22, 0.25);
}

.modules-about .schedule .match-week .match-timetable .league .league-table col.td3,
.modules-about .schedule .match-week .match-timetable .league .league-table col.td5,
.modules-about .schedule .match-week .match-timetable .league .league-table col.td7 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 103, 104, 0.5)), to(rgba(229, 103, 104, 0)));
  background: linear-gradient(180deg, rgba(229, 103, 104, 0.5) 0%, rgba(229, 103, 104, 0) 100%);
}

.modules-about .schedule .match-week .match-timetable .league .league-table col.td4,
.modules-about .schedule .match-week .match-timetable .league .league-table col.td6,
.modules-about .schedule .match-week .match-timetable .league .league-table col.td8 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 213, 177, 0.89)), color-stop(104%, rgba(242, 213, 177, 0)));
  background: linear-gradient(180deg, rgba(242, 213, 177, 0.89) 0%, rgba(242, 213, 177, 0) 104%);
}

.modules-about .schedule .match-week .match-timetable .league .league-table th {
  height: 0.608rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.2rem;
}

.modules-about .schedule .match-week .match-timetable .league .league-table th:nth-of-type(1) {
  text-align: left;
  padding-left: 0.12rem;
  font-size: 0.24rem;
  font-weight: 600;
}

.modules-about .schedule .match-week .match-timetable .league .league-table tr:nth-of-type(1) td:nth-of-type(4),
.modules-about .schedule .match-week .match-timetable .league .league-table tr:nth-of-type(1) td:nth-of-type(6),
.modules-about .schedule .match-week .match-timetable .league .league-table tr:nth-of-type(1) td:nth-of-type(8) {
  color: #fff;
}

.modules-about .schedule .match-week .match-timetable .league .league-table tr:first-child .text:first-child {
  color: #fff;
}

.modules-about .schedule .match-week .match-timetable .league .league-table tr:first-child .text:first-child,
.modules-about .schedule .match-week .match-timetable .league .league-table tr:last-child .text:first-child {
  border-bottom: 0;
}

.modules-about .schedule .match-week .match-timetable .league .league-table td {
  height: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}

.modules-about .schedule .match-week .match-timetable .league .league-table td.text {
  font-size: 0.2rem;
  border-right: 0.01rem solid rgba(184, 163, 138, 0.15);
  border-bottom: 0.01rem solid rgba(184, 163, 138, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.modules-about .schedule .match-week .match-timetable .finals {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.9rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background-size: 100% 100%;
}

.modules-about .schedule .match-week .match-timetable .finals thead {
  background: #e5cda9;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table col {
  width: 2.1rem;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table col.td1 {
  width: 2.65rem;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table .second {
  color: #000;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table th {
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.2rem;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table th:nth-of-type(1) {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table td {
  height: 3.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table td.finals-logo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 103, 104, 0.5)), to(rgba(229, 103, 104, 0)));
  background: linear-gradient(180deg, rgba(229, 103, 104, 0.5) 0%, rgba(229, 103, 104, 0) 100%);
  color: #fff;
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table td.finals-logo.second {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 213, 177, 0.89)), color-stop(104%, rgba(242, 213, 177, 0)));
  background: linear-gradient(180deg, rgba(242, 213, 177, 0.89) 0%, rgba(242, 213, 177, 0) 104%);
}

.modules-about .schedule .match-week .match-timetable .finals .finals-table td.text {
  font-size: 0.2rem;
  border-right: 0.01rem solid rgba(0, 0, 0, 0.1);
  background: rgba(105, 22, 22, 0.25);
}

.modules-about .other-schedule .content {
  width: 6.9rem;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .other-schedule .match-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.91rem;
  height: 3.39rem;
  padding-top: 0.6rem;
  margin-bottom: 0.55rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-match_44ead517.png) no-repeat center / 100%;
}

.modules-about .other-schedule .match-list .match-title {
  font-size: 0.28rem;
  font-weight: 600;
  font-family: 'fzbysong';
  line-height: 0.28rem;
  color: #3c3c3c;
  text-align: center;
}

.modules-about .other-schedule .match-list .date-list {
  width: 6.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.26rem;
}

.modules-about .other-schedule .match-list .date-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.83rem;
  height: 1.53rem;
  padding-top: 0.16rem;
  margin: 0 0.1rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/match-week-item_756d26d3.png) no-repeat bottom center;
  background-size: 100% auto;
}

.modules-about .other-schedule .match-list .date-info .time {
  margin-bottom: 0.1rem;
  font-size: 0.22rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .other-schedule .match-list .date-info .match {
  text-align: center;
  font-size: 0.24rem;
  color: #945c08;
}

.modules-about .other-schedule .match-list .right-btn {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/down-icon_e160d012.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.modules-about .group {
  position: relative;
  margin-top: -0.15rem;
}

.modules-about .group .content {
  width: 6.9rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.modules-about .group .group-title {
  margin-bottom: 0.22rem;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.modules-about .group .group-tips {
  display: none;
}

.modules-about .group .group-detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modules-about .group .group-detail .group-item {
  width: 2.2rem;
  height: 1.48rem;
  padding: 0.08rem 0.16rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-group_8dffc6d3.jpg) no-repeat center / 100%;
}

.modules-about .group .group-detail .group-item .item-name {
  border-bottom: 0.01rem rgba(179, 135, 70, 0.5) solid;
  font-size: 0.2rem;
  color: #945c08;
  text-align: center;
}

.modules-about .group .group-detail .group-item .item-name .group-name {
  margin-right: 0.1rem;
  font-size: 0.32rem;
}

.modules-about .group .group-detail .group-item .item-info {
  padding-left: 0.1rem;
  margin-top: 0.08rem;
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 0.34rem;
}

.modules-about .group .group-detail .group-item .item-tips {
  position: absolute;
  bottom: -0.48rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.2rem;
  color: #9e9fa0;
  white-space: nowrap;
}

.modules-about .bonus {
  padding-top: 1.04rem;
  font-family: 'notosanssc';
}

.modules-about .bonus .content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.modules-about .bonus .bonus-title {
  margin-bottom: 0.09rem;
  font-size: 0;
}

.modules-about .bonus .bonus-banner {
  overflow: hidden;
  width: 7.5rem;
  height: 1.99rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/finals-list-bg_6ebd742d.png);
  background-size: contain;
}

.modules-about .bonus .single-bonus-title {
  width: 7.5rem;
  height: 0.99rem;
  margin-top: 0.2rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/single-title_8551db28.png);
  background-size: contain;
}

.modules-about .bonus .list-box {
  height: calc(100% - 4.55rem + 0.58rem);
  position: relative;
  width: 7.5rem;
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .bonus .list-box .bonus-check {
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  /* Firefox 17- */
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  /* Firefox 18+ */
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 09版 */
  /* 12版 */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.34rem;
}

.modules-about .bonus .list-box .bonus-check p {
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.54rem;
  color: rgba(0, 0, 0, 0.4);
}

.modules-about .bonus .list-box .bonus-check p.active {
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .bonus .list-box .bonus-check p:nth-child(1) {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -1.24rem -14.71rem;
  width: 2.8rem;
  height: 0.54rem;
}

.modules-about .bonus .list-box .bonus-check p:nth-child(1).active {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -4.08rem -14.71rem;
  width: 2.8rem;
  height: 0.54rem;
}

.modules-about .bonus .list-box .bonus-check p:nth-child(2) {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -6.92rem -14.71rem;
  width: 2.8rem;
  height: 0.54rem;
}

.modules-about .bonus .list-box .bonus-check p:nth-child(2).active {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -9.76rem -14.71rem;
  width: 2.8rem;
  height: 0.54rem;
}

.modules-about .bonus .list-box .finals-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.37rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff2e4), color-stop(49%, #fff6ec), to(#fffcf8));
  background: linear-gradient(90deg, #fff2e4 0%, #fff6ec 49%, #fffcf8 100%);
}

.modules-about .bonus .list-box .finals-list .list-item0 .rank-header {
  height: 0.86rem !important;
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-header {
  height: 0.86rem !important;
}

.modules-about .bonus .list-box .finals-list .special-bonus {
  width: 3.75rem;
  right: auto;
  left: 0;
  background: transparent;
}

.modules-about .bonus .list-box .finals-list .special-bonus .special-bonus-box .title {
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #f2d5b1), color-stop(99%, #f8f5e8));
  background: linear-gradient(90deg, #f2d5b1 4%, #f8f5e8 99%);
}

.modules-about .bonus .list-box .finals-list .special-bonus .special-bonus-box-1 {
  display: none;
}

.modules-about .bonus .list-box .week-finals-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.4rem;
  margin-top: 0.37rem;
  background: -webkit-gradient(linear, left top, right top, from(#f3eef9), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #f3eef9 0%, #f3efeb 49%, #f3efe7 100%);
}

.modules-about .bonus .list-box .week-finals-list .special-bonus {
  width: 3.75rem;
  right: auto;
  left: 0;
  bottom: 1.8rem;
  background: transparent;
}

.modules-about .bonus .list-box .week-finals-list .special-bonus .special-bonus-box .title {
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #f2d5b1), color-stop(99%, #f8f5e8));
  background: linear-gradient(90deg, #f2d5b1 4%, #f8f5e8 99%);
}

.modules-about .bonus .list-box .week-finals-list .special-bonus .special-bonus-box-0 {
  display: none;
}

.modules-about .bonus .list-box .special-bonus {
  height: 2.56rem;
  width: 7.5rem;
  position: absolute;
  bottom: 1.4rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(rgba(199, 164, 128, 0.03)), color-stop(50%, rgba(199, 164, 128, 0.03)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(199, 164, 128, 0.03) 0%, rgba(199, 164, 128, 0.03) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  text-align: center;
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .title {
  margin-top: 0;
  font-size: 0.24rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .special-bonus-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(91deg, rgba(242, 213, 177, 0.62) 2%, rgba(242, 213, 177, 0) 99%);
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .special-bonus-item .special-bonus-key {
  font-size: 0.22rem;
  width: 2.5rem;
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .special-bonus-item .special-bonus-key span {
  display: block;
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .special-bonus-item .special-bonus-value {
  font-size: 0.22rem;
  color: #a98041;
}

.modules-about .bonus .list-box .special-bonus .special-bonus-box .special-bonus-item:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.modules-about .bonus .list-box .designation-bonus {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, right top, from(rgba(199, 164, 128, 0.03)), color-stop(50%, rgba(199, 164, 128, 0.03)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(199, 164, 128, 0.03) 0%, rgba(199, 164, 128, 0.03) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.modules-about .bonus .list-box .designation-bonus .designation-item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.modules-about .bonus .list-box .designation-bonus .designation-item .designation-info {
  width: 2.6rem;
}

.modules-about .bonus .list-box .designation-bonus .designation-item .designation-info .designation-name {
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #d9bd99;
  margin-bottom: 0.1rem;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .modules-about .bonus .list-box .designation-bonus .designation-item .designation-info .designation-name {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.33%, #c4a17d), color-stop(76.51%, #fff0cc));
    background: linear-gradient(0deg, #c4a17d 19.33%, #fff0cc 76.51%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
}

.modules-about .bonus .list-box .designation-bonus .designation-item .designation-info .designation-tips {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
}

.modules-about .bonus .list-box .designation-bonus .designation-item .designation-item-bonus {
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.8);
}

.modules-about .bonus .list-box .list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modules-about .bonus .list-box .title {
  font-size: 0.24rem;
  text-align: center;
  height: 0.59rem;
  line-height: 0.59rem;
  color: rgba(255, 255, 255, 0.7);
}

.modules-about .bonus .list-box .list-item0 .title {
  background: #a13232;
}

.modules-about .bonus .list-box .list-item1 .title {
  background: #a13232;
}

.modules-about .bonus .list-box .rank-box {
  position: relative;
  font-size: 0.24rem;
  text-align: center;
}

.modules-about .bonus .list-box .rank-box .rank-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.59rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.01rem solid rgba(184, 163, 138, 0.15);
  border-top: none;
  border-right: none;
}

.modules-about .bonus .list-box .rank-box .rank-list-item .rank span {
  color: rgba(0, 0, 0, 0.4);
}

.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(2),
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(3),
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(4) {
  line-height: 0.5rem;
}

.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(2) .rank-bonus,
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(3) .rank-bonus,
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(4) .rank-bonus,
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(2) .rank,
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(3) .rank,
.modules-about .bonus .list-box .rank-box .rank-list-item:nth-of-type(4) .rank {
  color: #e31111;
  font-weight: 500;
}

.modules-about .bonus .list-box .rank-box .rank-header {
  font-size: 0.24rem;
  height: 0.66rem;
}

.modules-about .bonus .list-box .rank-box .rank-header .rank-key {
  width: 1.2rem;
}

.modules-about .bonus .list-box .rank-box .rank-key,
.modules-about .bonus .list-box .rank-box .rank {
  width: 1rem;
  margin-right: 0.26rem;
}

.modules-about .bonus .list-box .rank-box .rank-value,
.modules-about .bonus .list-box .rank-box .rank-bonus {
  width: 1.3rem;
}

.modules-about .bonus .list-box .rank-box .rank-item {
  color: rgba(0, 0, 0, 0.8);
}

.modules-about .bonus .list-box .rank-box .rank-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(8),
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(8),
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(9),
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(9),
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(10),
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(10),
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(12),
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(12),
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(11),
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(11) {
  height: 1.06rem !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 103, 104, 0.295)), to(rgba(229, 103, 104, 0)));
  background: linear-gradient(90deg, rgba(229, 103, 104, 0.295) 0%, rgba(229, 103, 104, 0) 100%);
  border-bottom: 0.01rem solid #fafafa;
}

.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(8) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(8) .rank,
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(9) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(9) .rank,
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(10) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(10) .rank,
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(12) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(12) .rank,
.modules-about .bonus .list-box .finals-list .list-item0 .rank-box .rank-list-item:nth-child(11) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item0 .rank-box .rank-list-item:nth-child(11) .rank {
  width: 1.5rem;
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(14),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(14),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(15),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(15),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(16),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(16),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(17),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(17),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(18),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(18),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(19),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(19),
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(20),
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) {
  height: 0.9rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 103, 104, 0.295)), to(rgba(229, 103, 104, 0)));
  background: linear-gradient(90deg, rgba(229, 103, 104, 0.295) 0%, rgba(229, 103, 104, 0) 100%);
  border-bottom: 0.01rem solid #fafafa;
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank {
  width: 2rem;
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank span,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank span,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank span {
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(15) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(16) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(17) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(18) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(19) .rank-bonus,
.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank-bonus,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(20) .rank-bonus {
  position: relative;
  left: -0.5rem;
}

.modules-about .bonus .list-box .finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank,
.modules-about .bonus .list-box .week-finals-list .list-item1 .rank-box .rank-list-item:nth-child(14) .rank {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.modules-about .bonus .list-box .single-list {
  padding-bottom: 0;
}

.modules-about .bonus .list-box .single-list .rank-list-item {
  height: 0.66rem !important;
}

.modules-about .bonus .list-box .single-list .rank-list-item .rank {
  width: 1.7rem;
  margin-right: 0.06rem;
}

.modules-about .bonus .list-box .single-list .list-item0 .rank-box .rank-header {
  height: 0.66rem !important;
}

.modules-about .bonus .list-box .single-list .list-item0 .rank-box .rank-header .rank-key {
  width: 1.7rem;
}

.modules-about .bonus .list-box .single-list .list-item0 .rank-box .rank-list-item .rank {
  width: 1.7rem !important;
}

.modules-about .bonus .list-box .single-list .list-item0 .rank-box .rank-list-item:nth-child(8),
.modules-about .bonus .list-box .single-list .list-item0 .rank-box .rank-list-item:nth-child(9) {
  height: 0.66rem !important;
  border: 0.01rem solid rgba(184, 163, 138, 0.15);
  background: none;
}

.modules-about .bonus .list-box .single-list .list-item1 .rank-box .rank-header {
  height: 0.66rem !important;
}

.modules-about .bonus .list-box .single-list .list-item1 .rank-box .rank-header .rank-key {
  width: 1.7rem;
}

.modules-about .bonus .list-box .single-list .list-item1 .rank-box .rank-list-item .rank {
  width: 1.7rem !important;
}

.modules-about .bonus .list-box .single-list .list-item1 .rank-box .rank-list-item:nth-child(10) {
  height: 1.06rem !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(242, 213, 177, 0.62)), color-stop(99%, rgba(242, 213, 177, 0)));
  background: linear-gradient(90deg, rgba(242, 213, 177, 0.62) 2%, rgba(242, 213, 177, 0) 99%);
}

.modules-about .nbpl-team::before {
  display: none;
}

.modules-about .nbpl-team .group {
  padding-top: 0;
}

.modules-about .nbpl-team .group::before {
  display: none;
}

.modules-about .nbpl-team .group-swiper {
  background: #ede4c4;
}

.modules-about .nbpl-team .nbpl-team-more {
  display: none;
}

.modules-about .nbpl-team .title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.21rem;
  margin-top: 0.3rem;
}

.modules-about .nbpl-team .nbpl-team-view .team-information {
  margin-top: 0.32rem;
  min-height: 4.3rem;
}

.modules-about .nbpl-team .nbpl-team-view .team-information .group-swiper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, #dfd3c6), to(rgba(237, 212, 185, 0)));
  background: linear-gradient(180deg, #dfd3c6 -3%, rgba(237, 212, 185, 0) 100%);
}

.modules-about .nbpl-team .nbpl-team-view .team-information .group-swiper .s-group {
  position: relative;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, #dfd3c6), to(rgba(237, 212, 185, 0)));
  background: linear-gradient(180deg, #dfd3c6 -3%, rgba(237, 212, 185, 0) 100%);
}

.modules-about .nbpl-team .nbpl-team-view .team-information .group-swiper .s-group::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 1px;
  height: 1.49rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/line_0c303cdc.png) no-repeat;
  background-size: 100% 100%;
}

.modules-about .nbpl-team .nbpl-team-view .team-information .group-detail-wrap .btn-show-more {
  top: 0.5rem;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: 0.3rem;
}

.modules-about .nbpl-team .nbpl-team-view .noTeamData {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 4.3rem;
  padding-top: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
}

.modules-about .nbpl-team .nbpl-team-view .noTeamData .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.modules-about .match-tool {
  width: 7.5rem;
  padding: 0.13rem 0 0.5rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-tool_f4dfdef8.jpg) no-repeat top center;
  background-size: cover;
}

.modules-about .match-tool .toolBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.9rem;
  margin: 0.3rem auto 0;
}

.modules-about .match-tool .toolBox .infoShow {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.07rem 0.07rem 0.11rem;
}

.modules-about .match-tool .toolBox .infoShow::after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/box-top_7a762b7d.png) no-repeat, url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/box-center_c0f8cbb7.png) no-repeat, url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/box-bot_25bad7b7.png) no-repeat;
  background-position: center top, center 0.5rem, center bottom;
  background-size: 100% 0.5rem, 100% calc(100% - 1rem), 100% 0.5rem;
  pointer-events: none;
}

.modules-about .match-tool .toolBox .infoShow .left {
  width: 100%;
}

.modules-about .match-tool .toolBox .infoShow .left img {
  display: block;
  width: 100%;
}

.modules-about .match-tool .toolBox .infoShow .left .kvInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 1.78rem;
  padding: 0 0.12rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#C19B64), to(#D4B689));
  background: linear-gradient(90deg, #C19B64 0%, #D4B689 100%);
}

.modules-about .match-tool .toolBox .infoShow .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.76rem;
  height: 3.46rem;
  margin-top: 0.11rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-tool-bot_5bad0bad.png) no-repeat top center / 100% 100%;
}

.modules-about .match-tool .toolBox .infoShow .right img {
  display: block;
  width: 2.6rem;
  margin-right: 0.4rem;
}

.modules-about .match-tool .toolBox .infoShow .right .infoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.3rem;
}

.modules-about .match-tool .toolBox .infoShow .right .infoBox .toolTitle {
  width: 100%;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.modules-about .match-tool .toolBox .infoShow .right .infoBox .toolInfo {
  width: 100%;
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.modules-about .match-tool .swiper-box {
  position: relative;
  margin-top: 0.3rem;
}

.modules-about .match-tool .swiper-box::after {
  position: absolute;
  top: 0.19rem;
  left: 50%;
  margin-left: -3.735rem;
  content: '';
  width: 7.47rem;
  height: 0.04rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(249, 244, 227, 0.24)), color-stop(50%, rgba(255, 251, 238, 0.8)), color-stop(99%, rgba(255, 255, 255, 0.24)));
  background: linear-gradient(90deg, rgba(249, 244, 227, 0.24) 4%, rgba(255, 251, 238, 0.8) 50%, rgba(255, 255, 255, 0.24) 99%);
}

.modules-about .match-tool .swiper-box .swiper-tool .tool-slide {
  width: 2.08rem;
  cursor: pointer;
}

.modules-about .match-tool .swiper-box .swiper-tool .tool-slide i {
  display: block;
  margin: 0 auto 0.2rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/point_c62c277b.png) no-repeat center / 100%;
}

.modules-about .match-tool .swiper-box .swiper-tool .tool-slide .tool-name {
  font-size: 0.24rem;
  color: #9c845b;
  text-align: center;
  line-height: 0.3rem;
}

.modules-about .match-tool .swiper-box .swiper-tool .tool-slide.swiper-slide-active i,
.modules-about .match-tool .swiper-box .swiper-tool .tool-slide.on i {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/point-on_6b4cae59.png) no-repeat center / 100%;
}

.modules-about .match-tool .swiper-box .swiper-tool .tool-slide.swiper-slide-active .tool-name,
.modules-about .match-tool .swiper-box .swiper-tool .tool-slide.on .tool-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-41%, #E56768), to(#A13232));
  background: linear-gradient(180deg, #E56768 -41%, #A13232 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.container-schedule {
  height: 100%;
  font-family: 'fzlth', serif;
  padding-top: 2.2rem;
}

.container-schedule h1 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.container-schedule h1::after {
  content: '';
  display: inline-block;
  width: 0.39rem;
  height: 0.39rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/title-icon_22beb404.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.container-schedule .el-select-item {
  width: 4.8rem;
  height: 0.8rem;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-schedule .el-select-item .el-select {
  width: 100%;
}

.container-schedule .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.container-schedule .right .table {
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
}

.container-schedule .right .table .game {
  color: rgba(0, 0, 0, 0.7);
}

.container-schedule .right .table .game .detail-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  background: rgba(229, 205, 169, 0.7);
  padding-left: 0.5rem;
}

.container-schedule .right .table .game .detail-info .col-1 {
  width: auto;
  margin-right: 0.6rem;
}

.container-schedule .right .table .col-1 {
  width: 25%;
}

.container-schedule .right .table .col-1 i {
  margin-right: 0.15rem;
}

.container-schedule .right .table .col-3 {
  width: 25%;
}

.container-schedule .right .table .col-5 {
  width: 30%;
}

.container-schedule .right .table .col-6 {
  width: 20%;
}

.container-schedule .right .table .col-6 .guess-btn {
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/guess-n_5ae6ab38.png);
  background-size: cover;
  width: 1.17rem;
  height: 0.32rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.16rem;
}

.container-schedule .right .table .col-6 .video-link {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/icon-huifang_24eb8b40.png) no-repeat;
  background-size: 100% 100%;
}

.container-schedule .right .table .col-6 .hot-tag {
  position: absolute;
  pointer-events: none;
  padding: 0 0.08rem;
  left: 50%;
  -webkit-transform: translate(-70%);
  transform: translate(-70%);
  top: -0.12rem;
  height: 0.34rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.24) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-schedule .right .table .col-6 .hot-tag .hot-icon {
  position: relative;
  top: -0.01rem;
  margin-right: 0.1rem;
  width: 0.2rem;
  height: 0.24rem;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/fire-icon_e6f8d14e.png);
  background-size: cover;
}

.container-schedule .right .table .col-6 .hot-tag .hot-text {
  position: relative;
  color: #bea081;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.24rem;
}

.container-schedule .right .table .thead {
  position: fixed;
  top: 2.81rem;
  width: 100%;
  margin-bottom: 0.36rem;
  background: #f2d5b1;
  height: 0.78rem;
  -webkit-box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.2);
}

.hide-nav .container-schedule .right .table .thead {
  top: 1.47rem;
}

.container-schedule .right .table .thead .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 0.78rem;
  line-height: 0.78rem;
}

.container-schedule .right .table .thead .th {
  font-style: normal;
  font-weight: 500;
  font-size: 0.24rem;
  /* identical to box height, or 111% */
  color: #3c3c3c;
  text-align: center;
}

.container-schedule .right .table .tbody {
  background: -webkit-gradient(linear, left top, right top, from(#fbfaf8), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #fbfaf8 0%, #f3efeb 49%, #f3efe7 100%);
}

.container-schedule .right .table .tbody .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.24rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.container-schedule .right .table .tbody .tr .col-4 {
  font-size: 0.2rem;
}

.container-schedule .right .table .tbody .tr.status-0 .col-3 {
  color: #b48847;
}

.container-schedule .right .table .tbody .tr.status-1 .col-3 {
  color: #e31111;
}

.container-schedule .right .table .tbody .tr .td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.container-schedule .right .table .tbody .tr .td.col-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-schedule .right .table .tbody .tr .td.col-1 span {
  display: block;
  height: 0.24rem;
  line-height: 0.24rem;
}

.container-schedule .right .table .tbody .tr .td.col-1 span:first-child {
  font-size: 0.36rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-weight: 500;
}

.container-schedule .right .table .tbody .tr .td.col-5 {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 0.2rem;
}

.container-schedule .right .table .tbody .tr .td.col-5.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-schedule .right .table .tbody .tr .td.col-5 .img-box {
  width: 0.56rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.container-schedule .right .table .tbody .tr .td.col-5 .img-box img {
  max-height: 0.56rem;
  max-width: 0.56rem;
}

.container-schedule .right .table .tbody .tr .td.col-6 .btn-link {
  display: block;
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #b48847;
  border: 0.01rem solid #b38746;
  margin: 0 0.06rem;
}

.tab-box {
  font-size: 0.16rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-box .tab-item {
  white-space: nowrap;
}

.tab-box.button .tab-item {
  position: relative;
  display: block;
  color: #fff;
  line-height: 0.34rem;
  font-size: 0.24rem;
  text-align: center;
  margin-right: 0.2rem;
  background-color: transparent;
  width: 1.45rem;
  height: 0.34rem;
}

.tab-box.button .tab-item.short {
  width: 1.24rem;
}

.tab-box.button .tab-item.active {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -12.88rem;
  width: 1.45rem;
  height: 0.34rem;
}

.tab-box.button .tab-item.active.short {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -2.08rem -15.62rem;
  width: 1.1rem;
  height: 0.34rem;
}

.tab-box.button .tab-item:last-child {
  margin-right: 0 !important;
}

.tab-normal {
  font-size: 0.16rem;
}

.tab-normal .tab-item {
  white-space: nowrap;
  position: relative;
  width: 0.76rem;
  height: 0.4rem;
  padding: 0 0.05rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  background-color: transparent;
  text-align: center;
  margin-right: 0.16rem;
}

.tab-normal .tab-item.active {
  font-weight: 700;
}

.tab-normal .tab-item:first-child {
  margin-right: 0.25rem;
}

.single-data-container {
  padding-top: 4.28rem;
}

.single-data-container .breadcrumb {
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  background: #ddd;
  color: #7c7d7d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-data-container .breadcrumb a:hover {
  text-decoration: underline;
}

.single-data-container .breadcrumb .active {
  color: #f12c2c;
}

.single-data-container .module-data {
  padding-top: 0;
}

.single-data-container .page-head {
  position: fixed;
  height: 3.5rem;
  top: 1.41rem;
  width: 100%;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/page-head_8fcb381f.jpg) no-repeat center top / 100%;
  z-index: 16;
}

.single-data-container .page-head.xcxShow {
  top: 0;
}

.single-data-container .module-data .table-bg {
  margin-top: 0;
}

.single-data-container .table-head-area {
  position: fixed;
  top: 4.9rem;
  width: 100%;
  z-index: 1;
  background: #A13232 !important;
}

.single-data-container .table-head-area.xcxShow {
  top: 3.4rem;
}

.single-data-container .table-head-area .table-head {
  color: #ffffff;
}

.single-data-container .h1-title {
  font-family: 'fzcysong';
  font-style: normal;
  font-weight: 400;
  font-size: 0.4rem;
  line-height: 100%;
  text-align: center;
  color: rgba(14, 20, 26, 0.8);
  margin-top: 0.5rem;
}

.single-data-container .el-table__header-wrapper {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.3);
  border-top: 0.01rem solid rgba(0, 0, 0, 0.3);
}

.single-data-container .line {
  display: none;
  width: 6.58rem;
  height: 0.1rem;
  margin: 0.3rem auto;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/line_5a299268.png);
  background-size: 100% 100%;
}

.single-data-container .top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.2rem;
}

.single-data-container .top-box .time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 2rem;
  color: #3c3c3c;
}

.single-data-container .top-box .time-box .day {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.single-data-container .top-box .time-box .time {
  font-style: normal;
  font-weight: 500;
  font-size: 0.6rem;
  margin: 0.18rem 0;
  font-family: 'fzcysong';
}

.single-data-container .top-box .time-box .game-status {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.single-data-container .top-box .winner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0.17rem 0 0.37rem;
  width: 2.35rem;
  height: 2.18rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-win_3355a9fc.png);
  background-size: 100% 100%;
}

.single-data-container .top-box .winner-box p:nth-child(1) {
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.7);
}

.single-data-container .top-box .winner-box p:nth-child(3) {
  font-size: 0.24rem;
  font-weight: 700;
  color: #3c3c3c;
}

.single-data-container .top-box .winner-box img {
  height: 0.66rem;
  margin: 0.12rem 0;
}

.single-data-container .top-box .tab-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 2rem;
}

.single-data-container .top-box .tab-box .btn-video {
  color: white;
  text-align: center;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/btn-video_1b4359e4.png);
  line-height: 0.49rem;
  font-weight: 700;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  width: 2rem;
  background-size: 100% 100%;
}

.single-data-container .top-box .tab-box .btn-video:hover {
  opacity: 0.8;
}

.single-data-container .top-box .tab-box .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 100%;
  color: #3c3c3c;
}

.single-data-container .top-box .tab-box .tab button {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -2.39rem;
  width: 0.38rem;
  height: 0.38rem;
}

.single-data-container .top-box .tab-box .tab button:hover {
  opacity: 0.8;
}

.single-data-container .top-box .tab-box .tab button.disabled {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -2.81rem;
  width: 0.38rem;
  height: 0.38rem;
}

.single-data-container .top-box .tab-box .tab button.btn-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-data-container .top-box .tab-box .tab .match-name {
  text-align: center;
  width: 0.84rem;
  margin: 0 0.18rem;
}

.container-team-member {
  color: rgba(0, 0, 0, 0.7);
}

.container-team-member .gold-gradient {
  color: #c4a17d;
  /* 纯色 */
}

.container-team-member .gold-gradient span {
  display: inline-block;
  /**  for ios mobile  **/
  background-image: -webkit-linear-gradient(90deg, #c4a17d, #fff0cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-team-member .breadcrumb {
  padding: 0 0.3rem;
  height: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-team-member .breadcrumb a:hover {
  text-decoration: underline;
}

.container-team-member .breadcrumb .active {
  color: #ff5252;
}

.container-team-member .breadcrumb.xcxHide {
  display: none;
}

.container-team-member .team-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.36rem;
}

.container-team-member .team-info .team-icon {
  margin-right: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.container-team-member .team-info .team-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-team-member .team-info .team-title {
  font-size: 0.28rem;
  font-weight: 600;
}

.container-team-member .member-info {
  position: relative;
}

.container-team-member .member-info .swiper-button-prev,
.container-team-member .member-info .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -0.29rem;
}

.container-team-member .member-info .swiper-button-prev {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.13rem -0.61rem;
  width: 0.17rem;
  height: 0.35rem;
}

.container-team-member .member-info .swiper-button-next {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -17.09rem -1.1rem;
  width: 0.17rem;
  height: 0.35rem;
}

.container-team-member .member-info .swiper-pagination {
  position: static;
  display: block;
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

.container-team-member .member-info .swiper-pagination-bullet {
  margin: 0 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #545658;
  border-radius: 0.05rem;
  opacity: 1;
}

.container-team-member .member-info .swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #bb1508;
}

.container-team-member .member-item {
  position: relative;
  overflow: hidden;
}

.container-team-member .member-item .member-base-info {
  position: relative;
  padding: 0.4rem;
  padding-left: 2.6rem;
  min-height: 2.6rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/desc-cover_ed1d3bc3.png) no-repeat center top / 100% 100% !important;
}

.container-team-member .member-item .member-pic {
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 2.6rem;
  height: 2.6rem;
}

.container-team-member .member-item .member-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.container-team-member .member-item .member-name {
  font-size: 0.28rem;
  font-weight: 700;
}

.container-team-member .member-item .member-name span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.18rem;
  padding: 0.09rem 0.14rem;
  border: 0.01rem solid #784a05;
  font-size: 0.22rem;
  color: #784a05;
  font-weight: 400;
  background: rgba(120, 74, 5, 0.05);
}

.container-team-member .member-item .split {
  margin: 0.12rem 0;
  width: 0.83rem;
  border-top: 0.02rem solid #b48847;
}

.container-team-member .member-item .member-nc {
  margin: 0.12rem 0;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: rgba(0, 0, 0, 0.7);
}

.container-team-member .member-item .member-desc {
  position: relative;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
}

.container-team-member .member-item .member-desc.no-data-desc {
  color: rgba(0, 0, 0, 0.4);
}

.container-team-member .member-item .member-desc.closed {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.container-team-member .member-item .btn-view-more {
  font-size: 0.24rem;
  background: transparent;
  float: right;
  color: #784a05;
}

.container-team-member .member-item .member-data {
  text-align: center;
  height: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-team-member .member-item .member-data .data-item {
  margin: 0 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-team-member .member-item .member-data .num {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
}

.container-team-member .member-item .member-data .split {
  margin: 0.1rem 0;
  width: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.container-team-member .member-item .member-data .label {
  font-size: 0.26rem;
  line-height: 0.2rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top;
  transform-origin: top;
  color: rgba(255, 255, 255, 0.8);
}

.container-team-member .season-performance {
  margin: 0.3rem auto;
  width: 100%;
  height: 5.26rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-performance_8a4caef5.jpg) no-repeat center top / 100% 100%;
  position: relative;
}

.container-team-member .season-performance .season-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-team-member .season-performance .season-head .el-select-dropdown__item {
  line-height: 2;
  font-size: 0.22rem !important;
}

.container-team-member .season-performance .season-head .el-input {
  width: 100%;
}

.container-team-member .season-performance .season-head .el-input .el-input__prefix {
  width: 100% !important;
}

.container-team-member .season-performance .no-data {
  text-align: center;
  padding-top: 0.6rem;
}

.container-team-member .season-performance .no-data .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.container-team-member .season-performance .title {
  color: #3c3c3c;
  font-size: 0.4rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 0 0.34rem 0 0.3rem;
  font-family: "fzbysong", sans-serif;
}

.container-team-member .season-performance .season-data {
  display: inline-block;
}

.container-team-member .season-performance .season-data .tab-item {
  width: 0.86rem !important;
  height: 0.34rem !important;
  margin-right: 0;
  font-size: 0.22rem;
  font-family: "Noto Sans";
  line-height: 0.34rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.container-team-member .season-performance .season-data .tab-item.active {
  color: #fff;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/tab-active_3d10e503.png) no-repeat center top / 100% 100%;
}

.container-team-member .season-performance .season-data .compete-select {
  position: absolute;
  left: 0.3rem;
  top: 0.95rem;
  width: 4.8rem;
  border: 0.01rem solid #c5c2b6;
  height: 0.36rem;
}

.container-team-member .season-performance .season-data .compete-select .el-input {
  font-size: 0.22rem;
}

.container-team-member .season-performance .season-data .compete-select .el-input .el-input__prefix {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 2rem;
  color: rgba(0, 0, 0, 0.7) !important;
}

.container-team-member .season-performance .season-data .compete-select .el-input .el-select__caret {
  color: rgba(0, 0, 0, 0.7) !important;
}

.container-team-member .season-performance .season-data .compete-select .el-select-dropdown {
  left: -0.02rem !important;
  background: #fff9eb;
}

.container-team-member .season-performance .season-data .compete-select .el-select-dropdown__item {
  color: rgba(0, 0, 0, 0.7) !important;
}

.container-team-member .season-performance .sj-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0.3rem;
  margin-top: 0.3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-team-member .season-performance .sj-data .dg-data {
  width: 32%;
  text-align: left;
  margin-top: 0.3rem;
}

.container-team-member .season-performance .sj-data .dg-data .data-num {
  height: 0.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #dead66), to(#b38746));
  background: linear-gradient(180deg, #dead66 32%, #b38746 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  font-size: 0.42rem;
  font-weight: bold;
}

.container-team-member .season-performance .sj-data .dg-data .data-title {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 0.22rem;
}

.container-team-member .player-data {
  margin-top: 0.3rem;
}

.container-team-member .player-data .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
}

.container-team-member .player-data .title-icon {
  margin-right: 0.2rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -3.63rem;
  width: 0.35rem;
  height: 0.36rem;
}

.container-team-member .player-data .title-text {
  font-size: 0.4rem;
  font-weight: 600;
}

.container-team-member .player-data .filter {
  margin-top: 0.3rem;
  border-top: 1px solid #2d2f31;
  border-bottom: 1px solid #2d2f31;
}

.container-team-member .player-data .filter .wbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-team-member .player-data .filter .match-select {
  width: auto;
  min-width: 3rem;
  height: 0.6rem;
  font-size: 0.26rem;
}

.container-team-member .player-data .filter .tab-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-team-member .player-data .filter .tab-normal .tab-item {
  width: auto;
  min-width: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  border-left: 1px solid #2d2f31;
}

.container-team-member .player-data .table-box {
  position: relative;
  overflow-x: auto;
}

.container-team-member .player-data .data-table {
  text-align: center;
  position: relative;
  min-width: 100%;
  color: #aaabab;
}

.container-team-member .player-data .data-table td,
.container-team-member .player-data .data-table th {
  white-space: nowrap;
  padding: 0.1rem;
}

.container-team-member .player-data .data-table th {
  height: 0.86rem;
}

.container-team-member .player-data .data-table td {
  height: 0.84rem;
}

.container-team-member .player-data .data-table tbody tr:nth-child(2n + 1) {
  background: #1c1f23;
}

.container-team-member .player-data .data-table tbody tr:nth-child(2n) {
  background: #121518;
}

.container-team-member .player-data .empty-box {
  text-align: center;
  padding: 1rem 0;
  color: #aaabab;
}

.container-team-member .player-data .empty-box .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.bottomBtn {
  position: absolute;
  bottom: 0.32rem;
  right: 0.3rem;
  z-index: 1;
}

.bottomBtn.close {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.91rem -14.15rem;
  width: 1.55rem;
  height: 0.28rem;
}

.bottomBtn.open {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -12.6rem -14.71rem;
  width: 1.55rem;
  height: 0.28rem;
}

.el-select-dropdown__list {
  background: unset;
}

.container-star .match-select .match-select-popper,
.container-about .match-select .match-select-popper {
  left: -0.01rem !important;
}

.container-star .match-select .match-select-popper .el-select-dropdown__item,
.container-about .match-select .match-select-popper .el-select-dropdown__item {
  height: 0.8rem !important;
  line-height: 0.8rem !important;
}

.container-star {
  min-height: 100%;
  margin-top: -1rem;
  padding-top: 0.9rem;
  background: #191b20 url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg_9ef20353.jpg) no-repeat center top;
  background-size: 100% auto;
}

.container-star .star-nav {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 1.4rem;
}

.hide-nav .container-star .star-nav {
  top: -0.01rem;
}

.container-star .star-nav .star-wrap {
  height: 1.3rem;
  overflow: hidden;
}

.container-star .star-nav .star-wrap .more-person {
  width: 7.5rem;
  position: absolute;
  left: 50%;
  margin-left: 0.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container-star .star-nav .star-wrap .more-person .swiper-wrapper {
  height: 1.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-star .star-nav .star-wrap .more-person .swiper-wrapper .active-bg {
  height: 0.71rem;
  width: 1.72rem;
  margin-right: 0.5rem;
}

.container-star .star-nav .star-wrap .more-person .swiper-wrapper .active-bg:active {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/nav-active_6b744e32.png) no-repeat center;
  background-size: cover;
}

.container-star .star-nav .star-wrap .more-person .swiper-wrapper .active-now-bg {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/nav-active_6b744e32.png) no-repeat center;
  background-size: cover;
}

.container-star .star-nav .select {
  height: 0.8rem;
}

.container-star .star-nav .match-select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0.3rem 0 0.3rem 0.27rem;
  width: 3.96rem;
  height: 0.6rem;
  color: #fff;
}

.container-star .star-nav .match-select .match-select-popper .match-select-popper {
  height: 0.8rem;
}

.container-star .show-container {
  margin-top: 2.45rem;
  position: relative;
}

.container-star .show-container .award-item {
  position: relative;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-small_a065d8c9.jpg) no-repeat top;
  background-size: 100% 3.95rem;
  width: 6.94rem;
  height: 3.95rem;
  margin: 0 auto;
  margin-bottom: 0.85rem;
  margin-top: 0.85rem;
}

.container-star .show-container .award-item.has-top {
  margin-top: 1.2rem;
}

.container-star .show-container .award-item.award-item-open {
  background-repeat: no-repeat;
  background-image: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-top_777bcd6a.png), url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-center_d2f79c40.png), url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-bottom_be9f6085.png);
  background-position: center top, center top 0.9rem, center top calc(0.9rem + 6.38rem);
  background-size: 6.94rem 0.94rem, 6.94rem 6.4rem, 6.94rem calc(100% - 0.94rem - 6.4rem);
  width: 6.94rem;
  height: auto;
  min-height: 8rem;
}

.container-star .show-container .award-item .award-title {
  position: absolute;
  -webkit-transform: translate(0, -120%);
  transform: translate(0, -120%);
}

.container-star .show-container .award-item .award-title img {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  margin-top: 0.05rem;
}

.container-star .show-container .award-item .award-title p {
  font-family: FZYanSongS-B-GB, "Microsoft YaHei", sans-serif;
  color: #fff;
  font-size: 0.36rem;
  display: inline-block;
  vertical-align: middle;
}

.container-star .show-container .award-item .award-title p small {
  display: inline-block;
}

.container-star .show-container .award-item .avatar-img {
  position: absolute;
  right: 0;
  top: -0.85rem;
  height: 1.8rem;
}

.container-star .show-container .show-all {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.8rem;
  height: 0.4rem;
  z-index: 2;
}

.container-star .show-container .award-fmvp-m {
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -16.64rem -0;
  width: 0.67rem;
  height: 0.57rem;
  position: absolute;
  top: 0.2rem;
  left: 4.18rem;
  margin-left: 0.13rem;
}

.container-star .show-container .award-name {
  font-family: fzlth;
  position: absolute;
  left: 0.34rem;
  top: 0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #3c3c3c;
}

.container-star .show-container .award-name .title {
  font-weight: 600;
}

.container-star .show-container .award-name .line {
  width: 0.01rem;
  height: 0.2rem;
  background-color: #000;
  margin: 0 0.3rem;
}

.container-star .show-container .award-name .name {
  font-weight: 600;
}

.container-star .show-container .description {
  position: relative;
  width: 6.13rem;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-family: "fzlth";
  letter-spacing: 0;
  padding: 1.12rem 0 0.8rem;
}

.container-star .show-container .description.open p {
  display: block;
}

.container-star .show-container .description p {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.container-star .show-container .description p.one {
  margin-bottom: 0;
}

.container-star .show-container .description p:nth-child(3) {
  margin-top: -0.36rem;
}

.container-player-detail {
  color: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, right top, from(#f8f7f3), color-stop(49%, #f3efeb), to(#f3efe7));
  background: linear-gradient(90deg, #f8f7f3 0%, #f3efeb 49%, #f3efe7 100%);
}

.container-player-detail .h3-title {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.32rem;
  line-height: 1rem;
  color: #3c3c3c;
  text-align: center;
  background: rgba(242, 213, 177, 0.6);
  border-bottom: 0.01rem solid rgba(179, 135, 70, 0.8);
}

.container-player-detail .h3-title i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.1rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/icon_8b0b7e97.png) no-repeat center top / 100%;
}

.container-player-detail .career-data {
  padding-bottom: 1rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/bg-data_dd3ee02f.jpg) no-repeat center top / 100%;
  background-size: 100% 100%;
}

.container-player-detail .career-data .data-info-box {
  margin-top: 0.21rem;
}

.container-player-detail .fliter-wrap {
  height: 0.78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-player-detail .fliter-wrap h3 {
  position: relative;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #3c3c3c;
  font-weight: 700;
  padding: 0 0.34rem 0 0.3rem;
  font-family: 'fzbysong', sans-serif;
}

.container-player-detail .fliter-wrap .tab-box .tab-item {
  width: 0.82rem !important;
  height: 0.34rem !important;
  margin-right: 0;
  font-size: 0.22rem;
  font-family: 'Noto Sans';
  line-height: 0.34rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.container-player-detail .fliter-wrap .tab-box .tab-item.active {
  color: #fff;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/tab-active_3d10e503.png) no-repeat center top / 100% 100%;
}

.container-player-detail .fliter-wrap .compete-select {
  margin-left: 0.28rem;
}

.container-player-detail .frequently-used .hero-item {
  height: 2.23rem;
  position: relative;
}

.container-player-detail .frequently-used .hero-item .avatar-container {
  position: absolute;
  left: 1.16rem;
  top: 0.48rem;
  display: inline-block;
  width: 1.38rem;
  height: 1.38rem;
  border-radius: 100%;
  z-index: 2;
}

.container-player-detail .frequently-used .hero-item .avatar-container img {
  border-radius: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-player-detail .frequently-used .hero-item .info {
  position: absolute;
  left: 2.43rem;
  top: 0.36rem;
  width: 3.72rem;
  font-size: 0.26rem;
  font-family: 'NotoSansSC', "Microsoft YaHei", sans-serif;
}

.container-player-detail .frequently-used .hero-item .info .line {
  height: 0.02rem;
  background: rgba(179, 135, 70, 0.8);
}

.container-player-detail .frequently-used .hero-item .info p {
  padding-left: 0.56rem;
  margin-top: 0.1rem;
}

.container-player-detail .frequently-used .hero-item .info p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #dead66), to(#b38746));
  background: linear-gradient(180deg, #dead66 32%, #b38746 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.container-player-detail .frequently-used .hero-item .info .hero-name {
  margin-top: 0;
  margin-bottom: 0.1rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 0.26rem;
}

.container-player-detail .frequently-used .more {
  margin: auto;
  width: 1.36rem;
  height: 0.34rem;
  border: 0.01rem solid rgba(179, 135, 70, 0.8);
  color: #b38746;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.32rem;
}

.container-player-detail .zd-details-bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.21rem;
  width: 95%;
  margin: auto;
  background: rgba(242, 213, 177, 0.3);
  border: 0.01rem solid rgba(179, 135, 70, 0.8);
}

.container-player-detail .zd-details-bg .no-data {
  text-align: center;
  padding: 0.4rem 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.26rem;
  min-height: 4.2rem;
}

.container-player-detail .zd-details-bg .no-data .icon-empty {
  margin: 0 auto 0.3rem;
  background: url(https://yjwujian.res.netease.com/pc/zt/20220817192706/assets/sprite-ea5994_ea599450.png);
  background-size: 17.35rem 16.56rem;
  background-position: -14.2rem -11.04rem;
  width: 2.4rem;
  height: 1.8rem;
}

.container-player-detail .best-in-history .data-item {
  position: relative;
  font-family: 'fzlth', "Microsoft YaHei", sans-serif;
  height: 1rem;
  margin: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-player-detail .best-in-history .top1 {
  position: absolute;
  left: 0.3rem;
  top: 0.22rem;
  width: 0.98rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background: #d6b06b;
  font-weight: 400;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
}

.container-player-detail .best-in-history .content-data {
  font-size: 0.24rem;
  color: #3c3c3c;
}

.container-player-detail .best-in-history .count {
  margin: 0 0.4rem 0 0.2rem;
  font-size: 0.32rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #dead66), to(#b38746));
  background: linear-gradient(180deg, #dead66 32%, #b38746 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.container-player-detail .best-in-history .details {
  width: 2.88rem;
  height: 0.4rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #bc7f33;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-7%, rgba(242, 213, 177, 0.055)), color-stop(12%, rgba(245, 209, 165, 0.3)), color-stop(47%, rgba(252, 203, 142, 0.5)), color-stop(91%, rgba(244, 211, 170, 0.245)), to(rgba(242, 213, 177, 0.06)));
  background: linear-gradient(90deg, rgba(242, 213, 177, 0.055) -7%, rgba(245, 209, 165, 0.3) 12%, rgba(252, 203, 142, 0.5) 47%, rgba(244, 211, 170, 0.245) 91%, rgba(242, 213, 177, 0.06) 100%);
}

.container-player-detail .radar-chart {
  margin: 0.4rem auto;
}

.container-player-detail .radar-chart .h3-title {
  margin-bottom: 0.2rem;
}

.container-player-detail #radar-container {
  width: 100%;
  height: 4.5rem;
}

.container-player-detail .no-data {
  text-align: center;
  padding: 0.2rem;
}
