@charset "UTF-8";

/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-family: sm, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  font-family: "微软雅黑";
}

ol,
ul {
  list-style: none;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input,
select {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type=text],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}

input {
  outline: none;
}

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

.clearfix {
  zoom: 1;
}

body {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.clear {
  clear: both;
}

div,
ul,
li,
input {
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

body {
  font-family: '微软雅黑';
}

figure {
  margin: 0;
}

.w {
  width: 1201px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .w {
    width: 100%;
  }
}

header {
  height: 105px;
  background: #70e1f5;
  position: relative;
  z-index: 99;
}

header .nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

header .nav .logo img {
  width: auto;
  height: 42px;
}

header .nav .select {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 33px;
}

header .nav .select::before {
  content: '';
  width: 2px;
  height: 20px;
  background: #fff;
}

header .nav .select li {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}

header .nav .select li a {
  white-space: nowrap;
  color: #85807c;
}

header .nav .select .active {
  border-color: #ffd194;
}

header .nav .select .active a {
  color: #ffd194;
}

header .nav .login {
  display: flex;
  align-items: center;
  height: 100%;
}

header .nav .login .touch {
  display: none;
  color: #fff;
  font-size: 30px;
  margin-right: 50px;
  cursor: pointer;
}

header .nav .login .option {
  display: flex;
  align-items: center;
  gap: 18px;
}

header .nav .login .option li {
  width: 90px;
  height: 34px;
  background: #fff;
  border-radius: 17px;
}

header .nav .login .option li .linkBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

header .nav .login .option li .linkBox span {
  color: #a29e9b;
  font-size: 18px;
}

header .nav .login .menu {
  display: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: none;
}

header .nav .login .menu span {
  width: 100%;
  height: 10%;
  background: #fff;
}

header .nav .login .menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 10%;
  background: #fff;
  transition: all 0.29s cubic-bezier(0, 0, 0, 1);
}

header .nav .login .menu::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 10%;
  background: #fff;
  transition: all 0.29s cubic-bezier(0, 0, 0, 1);
}

header .nav .login .hide span {
  display: none;
}

header .nav .login .hide::after {
  top: 50%;
  left: 58%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: bottom left;
}

header .nav .login .hide::before {
  top: 53%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
}

.footer {
  width: 100%;
  height: auto;
  background: #70e1f5;
  padding: 60px 0;
}

.footer .footer_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer .friendship {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer .friendship span {
  color: #85807c;
  font-size: 16px;
  white-space: nowrap;
}

.footer .friendship ul {
  display: flex;
  overflow-x: auto;
}

.footer .friendship ul li {
  display: flex;
  align-items: center;
}

.footer .friendship ul li::after {
  content: '';
  height: 17px;
  width: 2px;
  background: #85807c;
  margin: 0 10px;
}

.footer .friendship ul li:last-child::after {
  display: none;
}

.footer .friendship ul li a {
  color: #85807c;
  font-size: 16px;
  white-space: nowrap;
}

.footer .regard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.footer .regard p {
  color: #85807c;
  text-align: center;
}

.footer .regard a {
  color: #85807c;
  font-size: 14px;
}

.footer .regard .svgCode {
  height: 14px;
  vertical-align: middle;
}

.mian {
  padding-top: 30px;
  padding-bottom: 50px;
  display: block;
  background: #f6f6f5;
}

.mian .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.mian .title p {
  white-space: nowrap;
  color: #85807c;
  font-size: 18px;
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 600;
}

.mian .title p::before {
  content: '';
  width: 2px;
  height: 14px;
  background: #70e1f5;
  margin-right: 5px;
}

.mian .title .selectGame {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.mian .title .selectGame li {
  display: flex;
  align-items: center;
}

.mian .title .selectGame li::before {
  content: '';
  width: 2px;
  height: 20px;
  margin: 0 8px;
  background: #f6f6f5;
}

.mian .title .selectGame li .linkBox {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mian .title .selectGame li .linkBox span {
  font-size: 16px;
  color: #85807c;
}

.mian .title .selectGame .active .linkBox span {
  color: #23aceb;
}

.mian .title .selectGame li .icon {
  width: 18px;
  height: 20px;
}

.mian .title .more {
  user-select: none;
  display: flex;
  align-items: center;
}

.mian .title .more .linkBox {
  display: flex;
  align-items: center;
}

.mian .title .more .linkBox span {
  font-size: 16px;
  color: #85807c;
}

.mian .title .more .linkBox:hover span {
  color: #70e1f5;
}

.mian .mainstay {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.mian .mainstay .mainstay_mian {
  width: 73%;
}

.mian .mainstay .mainstay_mian .visual_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mian .mainstay .mainstay_mian .visual_list li {
  width: calc(100% / 2 - 5px);
}

.mian .mainstay .mainstay_mian .visual_list li:hover .cover {
  transform: scale(1.2);
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox {
  position: relative;
  width: 100%;
  height: 91px;
  border-radius: 10px;
  overflow: hidden;
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox .cover {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox .play img {
  width: 100%;
  height: 100%;
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox time {
  position: absolute;
  left: 7px;
  top: 5px;
  color: #fff;
  font-size: 12px;
}

.mian .mainstay .mainstay_mian .visual_list li .coverBox span {
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}

.mian .mainstay .mainstay_mian .visual_list li .introduce {
  height: 42px;
  display: flex;
  align-items: center;
}

.mian .mainstay .mainstay_mian .visual_list li .introduce p {
  font-size: 12px;
  color: #999591;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.mian .mainstay .broadside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .mainstay .broadside .selectBall {
  display: flex;
  gap: 8px;
}

.mian .mainstay .broadside .selectBall li {
  flex: 1;
  height: 33px;
  background: #f6f6f5;
  border-radius: 10px;
  overflow: hidden;
}

.mian .mainstay .broadside .selectBall li .linkBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.mian .mainstay .broadside .selectBall li .linkBox .icon {
  width: 20px;
  height: 20px;
}

.mian .mainstay .broadside .selectBall li .linkBox span {
  font-size: 15px;
  color: #9f9c99;
}

.mian .mainstay .broadside .selectBall li:hover {
  background: #ffd194;
}

.mian .mainstay .broadside .selectBall li:hover .linkBox span {
  color: #fff;
}

.mian .mainstay .broadside .selectBall .active {
  background: #ffd194;
}

.mian .mainstay .broadside .selectBall .active .linkBox span {
  color: #fff;
}

.mian .mainstay .broadside .filter {
  width: 100%;
  height: 29px;
  background: #f6f6f5;
  display: flex;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 15px;
  gap: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}

.mian .mainstay .broadside .filter ul {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  gap: 3px;
}

.mian .mainstay .broadside .filter ul li {
  flex: 1;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.mian .mainstay .broadside .filter ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #85807c;
}

.mian .mainstay .broadside .filter ul li:hover {
  background: #ffd194;
}

.mian .mainstay .broadside .filter ul li:hover a {
  color: #fff;
}

.mian .mainstay .broadside .filter ul .active {
  background: #ffd194;
}

.mian .mainstay .broadside .filter ul .active a {
  color: #fff;
}

.mian .mainstay .broadside .filter .icon {
  width: 20px;
  height: 20px;
}

.mian .mainstay .broadside .gameSchedule {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li {
  display: grid;
  height: 66px;
  align-items: center;
  grid-template-columns: 3fr 2fr 3fr;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .linkBox {
  width: 100%;
  overflow: hidden;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .team {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .team span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #85807c;
  font-size: 14px;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .team img {
  width: 34px;
  height: auto;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .vs {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .vs span {
  font-size: 14px;
  color: #85807c;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: center;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .vs span:first-child {
  text-align: right;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .vs span:last-child {
  text-align: left;
}

.mian .mainstay .broadside .gameSchedule .gameScheduleList li .linkBox:first-child .team span {
  text-align: right;
}

.mian .mainstay .broadside .player,
.mian .mainstay .broadside .teamRankings {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  padding-bottom: 20px;
}

.mian .mainstay .broadside .player .table li,
.mian .mainstay .broadside .teamRankings .table li {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr 1fr 2fr;
  text-align: center;
  height: 68px;
}

.mian .mainstay .broadside .teamRankings .table li {
  grid-template-columns: 1fr 2fr 1fr;
}

.mian .mainstay .broadside .player .table li:first-child,
.mian .mainstay .broadside .teamRankings .table li:first-child {
  border-bottom: 2px solid #f6f6f5;
}

.mian .mainstay .broadside .player .table li .ranking,
.mian .mainstay .broadside .teamRankings .table li .ranking {
  width: 25px;
  height: 27px;
  background: url(/template/videoland/public/img/ranking.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.mian .mainstay .broadside .player .table li .ranking span,
.mian .mainstay .broadside .teamRankings .table li .ranking span {
  color: #fff;
  font-size: 12px;
}

.mian .mainstay .broadside .player .table li:nth-child(2) .ranking,
.mian .mainstay .broadside .teamRankings .table li:nth-child(2) .ranking {
  width: 42px;
  height: 27px;
  background: url(/template/videoland/public/img/ranking1.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.mian .mainstay .broadside .player .table li:nth-child(3) .ranking,
.mian .mainstay .broadside .teamRankings .table li:nth-child(3) .ranking {
  width: 42px;
  height: 27px;
  background: url(/template/videoland/public/img/ranking2.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.mian .mainstay .broadside .player .table li:nth-child(4) .ranking,
.mian .mainstay .broadside .teamRankings .table li:nth-child(4) .ranking {
  width: 42px;
  height: 27px;
  background: url(/template/videoland/public/img/ranking3.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.mian .mainstay .broadside .player .table li .linkBox,
.mian .mainstay .broadside .teamRankings .table li .linkBox {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mian .mainstay .broadside .player .table li span,
.mian .mainstay .broadside .teamRankings .table li span {
  font-size: 14px;
  color: #85807c;
}

.mian .mainstay .broadside .player .table li figure,
.mian .mainstay .broadside .teamRankings .table li figure {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  gap: 5px;
}

.mian .mainstay .broadside .player .table li figure img,
.mian .mainstay .broadside .teamRankings .table li figure img {
  width: auto;
  height: 31px;
}

.mian .mainstay .broadside .player .table li figure figcaption,
.mian .mainstay .broadside .teamRankings .table li figure figcaption {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.mian .mainstay .broadside .player .table li figure figcaption span,
.mian .mainstay .broadside .teamRankings .table li figure figcaption span {
  font-size: 14px;
  color: #999591;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: left;
}

.mian .mainstay .broadside .player .table li figure figcaption p,
.mian .mainstay .broadside .teamRankings .table li figure figcaption p {
  font-size: 12px;
  color: #85807c;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: left;
}

.mian .mainstay .broadside .teamRankings {
  padding-left: 0;
  padding-right: 0;
}

.mian .mainstay .broadside .teamRankings .bigBox {
  padding: 0 10px;
}

.mian .mainstay .broadside .teamRankings .table li figure img {
  height: 33px;
}


.mian .mainstay .broadside .teamRankings .table li {
  padding: 0 5px;
  box-sizing: border-box;
}

.mian .mainstay .broadside .teamRankings .table {
  display: none;
}

.mian .mainstay .broadside .teamRankings .table li:hover {
  background: #fff4e5;
}

.mian .mainstay .broadside .teamRankings .table li:nth-child(2),
.mian .mainstay .broadside .teamRankings .table li:nth-child(6),
.mian .mainstay .broadside .teamRankings .table li:nth-child(19) {
  position: relative;
}


.mian .contestListBox {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  padding-bottom: 25px;
}

.mian .contestListBox .contestList ul {
  display: flex;
  flex-direction: column;
}

.mian .contestListBox .contestList ul li {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr;
  align-items: center;
  height: 55px;
  border-top: 2px solid #f6f6f5;
}

.mian .contestListBox .contestList ul li .time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mian .contestListBox .contestList ul li .time .icon {
  width: 24px;
  height: 24px;
}

.mian .contestListBox .contestList ul li .time time {
  font-size: 14px;
  color: #85807c;
}

.mian .contestListBox .contestList ul li .categorize {
  font-size: 14px;
  color: #85807c;
  text-align: center;
}

.mian .contestListBox .contestList ul li .categorize a {
  color: #85807c;
}

.mian .contestListBox .contestList ul li .corps {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.mian .contestListBox .contestList ul li .corps .team {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.mian .contestListBox .contestList ul li .corps .team span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: left;
  color: #85807c;
  font-size: 14px;
}

.mian .contestListBox .contestList ul li .corps .team img {
  width: auto;
  height: 38px;
}

.mian .contestListBox .contestList ul li .corps .linkBox {
  width: 100%;
  overflow: hidden;
}

.mian .contestListBox .contestList ul li .corps .linkBox:first-child .team span {
  text-align: right;
}

.mian .contestListBox .contestList ul li .corps .vs {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.mian .contestListBox .contestList ul li .corps .vs span {
  text-align: center;
  font-size: 14px;
  color: #85807c;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
}

.mian .contestListBox .contestList ul li .corps .vs span:first-child {
  text-align: right;
}

.mian .contestListBox .contestList ul li .corps .vs span:last-child {
  text-align: left;
}

.mian .contestListBox .contestList ul li .operate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mian .contestListBox .contestList ul li .operate a {
  font-size: 14px;
  color: #ffd7a5;
}

.index_mian .hotGame {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}

.index_mian .hotGame .game_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.index_mian .hotGame .game_list li {
  width: calc(100% / 5 - 12px);
  background: #f6f6f5;
  padding: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.index_mian .hotGame .game_list li .crown {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_mian .hotGame .game_list li .crown time {
  white-space: nowrap;
  font-size: 14px;
  color: #8e8a86;
}

.index_mian .hotGame .game_list li .crown .live {
  width: 66px;
  height: 19px;
  border-radius: 10px;
  background: #ffffff;
}

.index_mian .hotGame .game_list li .crown .live a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: #999591;
}

.index_mian .hotGame .game_list li .ranks {
  width: 100%;
}

.index_mian .hotGame .game_list li .ranks .linkBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.index_mian .hotGame .game_list li .ranks .linkBox a {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.index_mian .hotGame .game_list li .ranks .linkBox .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  overflow: hidden;
}

.index_mian .hotGame .game_list li .ranks .linkBox .team img {
  width: 37px;
  height: 37px;
}

.index_mian .hotGame .game_list li .ranks .linkBox .team figcaption {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #979390;
  text-align: center;
}

.index_mian .hotGame .game_list li .ranks .linkBox .vs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_mian .hotGame .game_list li .ranks .linkBox .vs span {
  color: #85807c;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}

.index_mian .hotGame .game_list li .ranks .linkBox .vs .score {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
}

.index_mian .hotGame .game_list li .ranks .linkBox .vs .score span {
  font-size: 14px;
  color: #85807c;
}

.index_mian .mutual {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.index_mian .mutual:first-child {
  margin-bottom: 20px;
}

.index_mian .mutual .visual {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  width: calc(100% / 2 - 10px);
}

.index_mian .mutual .information {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  width: calc(100% / 2 - 10px);
}

.index_mian .mutual .information .informationList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.index_mian .mutual .information .informationList li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.index_mian .mutual .information .informationList li .iconfont {
  font-size: 19px;
  color: #009fe8;
}

.index_mian .mutual .information .informationList li a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #85807c;
}

.index_mian .mutual .information .informationList li a:hover {
  font-weight: 600;
}

.index_mian .mutual .information .categorylist li .iconfont {
  color: #ff7517;
}

.index_mian .contest .title {
  background: #fff;
  border-radius: 10px;
  padding: 17px;
  box-sizing: border-box;
}

.videolist_mian .videolist {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}

.videolist_mian .videolist .tabulation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.videolist_mian .videolist .tabulation li {
  width: calc(100% / 3 - 14px);
}

.videolist_mian .videolist .tabulation li:hover .coverBox .cover {
  transform: scale(1.2);
}

.videolist_mian .videolist .tabulation li .coverBox {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.videolist_mian .videolist .tabulation li .coverBox .cover {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.videolist_mian .videolist .tabulation li .coverBox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}

.videolist_mian .videolist .tabulation li .coverBox .play img {
  width: 100%;
  height: 100%;
}

.videolist_mian .videolist .tabulation li .coverBox time {
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 12px;
  color: #fff;
}

.videolist_mian .videolist .tabulation li .coverBox span {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.videolist_mian .videolist .tabulation li .introduce {
  height: 60px;
  color: #999591;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.videolist_mian .videolist .tabulation li .introduce p {
  font-size: 14px;
  line-height: 26px;
  color: #999591;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.newslist_mian .newslist {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}

.newslist_mian .newslist .tabulation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newslist_mian .newslist .tabulation li {
  height: 201px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.newslist_mian .newslist .tabulation li:last-child {
  border-bottom: none;
}

.newslist_mian .newslist .tabulation li figure {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.newslist_mian .newslist .tabulation li figure .Image {
  width: 321px;
  height: 100%;
  border-radius: 10px;
}

.newslist_mian .newslist .tabulation li figure figcaption {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newslist_mian .newslist .tabulation li figure figcaption article span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #25170c;
  margin-bottom: 10px;
}

.newslist_mian .newslist .tabulation li figure figcaption article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #85807c;
  -webkit-line-clamp: 3;
  line-height: 26px;
  font-size: 14px;
}

.newslist_mian .newslist .tabulation li figure figcaption .intel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist_mian .newslist .tabulation li figure figcaption .intel time,
.newslist_mian .newslist .tabulation li figure figcaption .intel span {
  font-size: 12px;
  color: #85807c;
  white-space: nowrap;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.crumbs span {
  font-size: 16px;
  color: #70e1f5;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crumbs span::before {
  content: '';
  width: 4px;
  height: 12px;
  border-radius: 6px;
  background: #70e1f5;
}

.crumbs ul {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  padding-right: 20px;
}

.crumbs ul li {
  display: flex;
  align-items: center;
}

.crumbs ul li a {
  color: #70e1f5;
  font-size: 14px;
  white-space: nowrap;
}

.crumbs ul li::after {
  content: '>';
  font-size: 12px;
  color: #333;
  margin: 0 5px;
}

.crumbs ul li:last-child {
  flex: 1;
  overflow: hidden;
}

.crumbs ul li:last-child a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
}

.crumbs ul li:last-child::after {
  display: none;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page .pagination {
  display: flex;
  gap: 10px;
}

.page .pagination li {
  width: 38px;
  height: 38px;
  border: 1px solid #eeeeee;
}

.page .pagination li span,
.page .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52524e;
  font-size: 14px;
}

.page .pagination .active {
  background: #70e1f5;
}

.page .pagination .active span {
  color: #fff;
}

.page .pagination .disabled {
  cursor: pointer;
  user-select: none;
}

.page .pagination .disabled span {
  color: #cdcdcd;
}

.page .pagination .omit {
  cursor: default;
  width: auto;
  border: none;
}

@media screen and (max-width: 750px) {
  .page .pagination {
    gap: 1.33333vw;
  }

  .page .pagination li {
    width: 6vw;
    height: 6vw;
  }

  .page .pagination li span,
  .page .pagination li a {
    font-size: 1.6vw;
  }

  .page .pagination .Jump {
    display: none;
  }

  .mian .crumbs {
    margin-bottom: 2.66667vw;
  }

  .mian .crumbs span {
    font-size: 2.13333vw;
    gap: 1.33333vw;
  }

  .crumbs span::before {
    width: 0.53333vw;
    height: 1.6vw;
    border-radius: 0.8vw;
  }

  .crumbs ul li a {
    font-size: 2.13333vw;
  }

  .crumbs ul li::after {
    font-size: 2.13333vw;
    margin: 0 0.66667vw;
  }

  .crumbs ul {
    padding-right: 2.66667vw;
  }
}

.mian .fresh {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

.mian .fresh .card {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mian .fresh .card::after {
  content: '热门新闻';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 111px;
  height: 35px;
  border-radius: 5px;
  background: #fcdeb8;
  color: #85807c;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .fresh .card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mian .fresh .card li .iconfont {
  color: #23aceb;
}

.mian .fresh .card li a {
  font-size: 14px;
  color: #a29e9b;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  flex: 1;
}

.mian .fresh .card li a:hover {
  font-weight: bold;
}

.mian .fresh .nabcard::after {
  content: '热门新闻';
}

.mian .fresh .nabcard li .iconfont {
  color: #ff7517;
}

.mian .articleBox {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}


.mian .articleBox h1 {
  font-size: 24px;
  color: #25170c;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
}

.mian .articleBox .article>p {
  font-size: 14px;
  color: #8f8a87;
  line-height: 32px;
  margin-top: 20px;
}

.mian .articleBox .article .cue {
  margin-top: 20px;
}

.mian .articleBox .article .cue li a {
  color: #70e1f5 !important;
  font-weight: bold;
  white-space: nowrap;
  animation: flicker 3s linear infinite forwards;
}

@keyframes flicker {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mian .articleBox .article>p a {
  color: #8f8a87;
}

.mian .articleBox .release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 1px solid #f6f6f5;
  padding-bottom: 10px;
}

.mian .articleBox .release .time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .articleBox .release .time span,
.mian .articleBox .release .time time {
  font-size: 12px;
  color: #85807c;
  white-space: nowrap;
}

.mian .articleBox .release .like span {
  font-size: 12px;
  color: #85807c;
  white-space: nowrap;
}

.news_mian .news .article h1 {
  font-size: 24px;
  color: #25170c;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
}

.news_mian .news .article>img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
  padding: 25px 0 25px 0;
  border-radius: 15px;
}

.news_mian .news .article .related {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}

.news_mian .news .article .related span {
  font-size: 14px;
  color: #85807c;
  white-space: nowrap;
}

.news_mian .news .article .related a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_mian .news .article .related p {
  flex: 1;
  font-size: 14px;
  color: #ffd194;
}

.video .articleBox .bigScreen {
  position: relative;
  width: 100%;
  height: 358px;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.video .articleBox .bigScreen .Img {
  width: 100%;
  height: 100%;
}

.video .articleBox .bigScreen .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.video .articleBox .bigScreen .play img {
  width: 100%;
  height: 100%;
}

.video .articleBox .video_competition {
  position: relative;
  width: 100%;
  height: 290px;
  background: url(/template/videoland/public/img/videodetail.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  margin-top: 25px;
}

.video .articleBox .video_competition .recordingtitle {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 10px;
}

.video .articleBox .video_competition .recordingtitle span {
  font-size: 18px;
  color: #fff;
}

.video .articleBox .video_competition .recordingtitle a {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 18px;
}

.video .articleBox .video_competition .bisaibox {
  width: 100%;
  height: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  box-sizing: border-box;
  padding: 0 30px;
  box-sizing: border-box;
  gap: 10px;
}

.video .articleBox .video_competition .bisaibox .video_competition_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

.video .articleBox .video_competition .bisaibox .video_competition_team .competition_team_img {
  width: auto;
  height: 72px;
}

.video .articleBox .video_competition .bisaibox .video_competition_team .competition_team_img img {
  width: 100%;
  height: 100%;
}

.video .articleBox .video_competition .bisaibox .video_competition_team p {
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: center;
}

.video .articleBox .video_competition .bisaibox .vs_info {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 25px;
}

.video .articleBox .video_competition .bisaibox .vs_info .divide {
  text-align: center;
  font-size: 48px;
  color: #fff;
}

.video .articleBox .video_competition .bisaibox .vs_info .vs_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.video .articleBox .video_competition .bisaibox .vs_info .vs_center .status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video .articleBox .video_competition .bisaibox .vs_info .vs_center .status time,
.video .articleBox .video_competition .bisaibox .vs_info .vs_center .status span {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.video .articleBox .video_competition .bisaibox .vs_info .vs_center .specification {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.video .articleBox .splitInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video .articleBox .splitInfo .selectSplit {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f5;
  box-sizing: border-box;
  gap: 15px;
}

.video .articleBox .splitInfo .selectSplit li {
  width: 63px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid transparent;
}

.video .articleBox .splitInfo .selectSplit li a {
  font-size: 18px;
  color: #85807c;
  white-space: nowrap;
}

.video .articleBox .splitInfo .selectSplit li:hover {
  border-color: #ffd194;
}

.video .articleBox .splitInfo .selectSplit .active {
  border-color: #ffd194;
}

.video .articleBox .splitInfo .selectView {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video .articleBox .splitInfo .selectView .view_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  background: #f6f6f5;
}

.video .articleBox .splitInfo .selectView .view_title .leaning_team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video .articleBox .splitInfo .selectView .view_title .leaning_team span {
  font-size: 14px;
  color: #85807c;
}

.video .articleBox .splitInfo .selectView .view_title .centrality {
  height: 100%;
  display: flex;
  align-items: center;
}

.video .articleBox .splitInfo .selectView .view_title .centrality span {
  font-size: 16px;
  color: #85807c;
  font-weight: 600;
}

.video .articleBox .splitInfo .selectView .outside {
  width: 100%;
}

.video .articleBox .splitInfo .selectView .outside .linkBox {
  width: 100%;
  height: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  border-bottom: 1px solid #f6f6f5;
}

.video .articleBox .splitInfo .selectView .outside .linkBox span {
  font-size: 14px;
  color: #85807c;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
}

.video .articleBox .splitInfo .selectView .outside .thead {
  height: 55px;
}

.video .articleBox .splitInfo .selectView .outside .thead span {
  font-weight: 600;
}

.video .articleBox .splitInfo .selectView .unlined .linkBox {
  grid-template-columns: repeat(4, 1fr);
}

.big_mian .biglist .title {
  border-bottom: 2px solid #70e1f5;
  padding-bottom: 5px;
  box-sizing: border-box;
  gap: 10px;
}

.big_mian .biglist .title p {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 5px;
}

.big_mian .biglist .title p span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 14px;
}

.big_mian .biglist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.big_mian .biglist .bigItem {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  width: calc(100% / 2 - 10px);
}

.big_mian .biglist .bigItem .numerous {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.big_mian .biglist .bigItem .numerous li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 5px;
}

.big_mian .biglist .bigItem .numerous li time {
  font-size: 14px;
  color: #85807c;
  white-space: nowrap;
}

.big_mian .biglist .bigItem .numerous li .contrast {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 5px;
}

.big_mian .biglist .bigItem .numerous li .contrast .team {
  flex: 1;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
}

.big_mian .biglist .bigItem .numerous li .contrast .team:first-child {
  text-align: right;
}

.big_mian .biglist .bigItem .numerous li .contrast .team a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #85807c;
}

.big_mian .biglist .bigItem .numerous li .contrast .vs {
  text-align: center;
  font-size: 14px;
  color: #85807c;
}

.big_mian .biglist .bigItem .numerous li .status {
  text-align: right;
  font-size: 14px;
  color: #85807c;
}

.big_mian .biglist .bigItem .numerous li .status a {
  color: #85807c;
}

.big_mian .bigSuggest {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
}

.big_mian .bigSuggest .bigSuggestlist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.big_mian .bigSuggest .bigSuggestlist li {
  margin-bottom: 15px;
}

.big_mian .bigSuggest .bigSuggestlist li a {
  font-size: 14px;
  color: #aba7a5;
}

@media screen and (max-width: 1000px) {
  header .nav {
    position: relative;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank {
    gap: 15px;
  }

  header .nav .select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    display: flex;
    flex-direction: column;
    background: #70e1f5;
  }

  header .nav .select::before {
    display: none;
  }

  header .nav .select li {
    width: 100%;
    min-height: 65px;
    justify-content: center;
  }

  header .nav .login .menu {
    display: flex;
  }

  header .nav {
    padding: 0 20px;
    box-sizing: border-box;
  }

  header .nav .login .option {
    display: none;
  }

  header .nav .login .touch {
    display: block;
  }

  header .nav .login {
    position: relative;
  }

  header .nav .login .touch:hover+.option,
  header .nav .login .option:hover {
    display: flex;
    position: absolute;
    left: 0;
    transform: translate(-40%, 65%);
    flex-direction: column;
    gap: 5px;
  }

  .mian .mainstay {
    flex-direction: column;
  }

  .mian .mainstay .mainstay_mian {
    width: 100%;
  }

  .gameScheduleList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
  }

  .mian .mainstay .broadside .gameSchedule .gameScheduleList li {
    width: calc(100% / 2 - 10px);
  }

  .index_mian .hotGame .game_list li {
    width: calc(100% / 3 - 12px);
  }

  .mian {
    padding: 30px 10px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 8vw 1.33333vw;
    box-sizing: border-box;
  }

  .footer .footer_box {
    gap: 2.66667vw;
  }

  .footer .friendship {
    flex-direction: column;
  }

  .footer .regard {
    gap: 2.66667vw;
  }

  .footer .friendship span {
    font-size: 2.4vw;
  }

  .footer .friendship ul li a {
    font-size: 2.13333vw;
  }

  .footer .friendship ul li::after {
    height: 2.26667vw;
    margin: 0 1.33333vw;
    width: 0.26667vw;
  }

  .footer .regard a {
    font-size: 2.13333vw;
  }

  .footer .regard .svgCode {
    font-size: 2.13333vw;

  }

  header {
    height: 14vw;
  }

  header .nav {
    padding: 0 2.66667vw;
    gap: 2.66667vw;
  }

  header .nav .login .touch {
    font-size: 4vw;
    margin-right: 6.66667vw;
  }

  header .nav .login .menu {
    width: 5.33333vw;
    height: 4vw;
  }

  header .nav .login .option {
    gap: 2.4vw;
  }

  header .nav .login .option li {
    width: 12vw;
    height: 4.53333vw;
    border-radius: 2.26667vw;
  }

  header .nav .login .option li .linkBox {
    gap: 1.06667vw;
  }

  header .nav .login .option li .linkBox span {
    font-size: 2.4vw;
  }

  header .nav .logo img {
    height: 5.6vw;
  }

  header .nav .select {
    gap: 4.4vw;
    overflow-y: auto;
  }

  header .nav .select li {
    border-bottom: 0.53333vw solid transparent;
    height: 14vw;
    min-height: 14vw;
  }

  header .nav .select li a {
    font-size: 2.4vw;
  }

  .mian {
    padding: 4vw 1.33333vw;
    padding-bottom: 6.66667vw;
  }

  .index_mian .hotGame {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }

  .mian .title {
    margin-bottom: 2.26667vw;
  }

  .mian .title p {
    font-size: 2.93333vw;
  }

  .mian .title .more .linkBox span {
    font-size: 2.66667vw;
    white-space: nowrap;
  }

  .index_mian .hotGame .game_list {
    gap: 2vw;
  }

  .index_mian .hotGame .game_list li {
    width: calc(100% / 2 - 8vw / 7.5);
    gap: 1.33333vw;
    border-radius: 1.33333vw;
  }

  .index_mian .hotGame .game_list li .crown time {
    font-size: 2.13333vw;
  }

  .index_mian .hotGame .game_list li .crown .live {
    width: 8.8vw;
    height: 2.53333vw;
  }

  .index_mian .hotGame .game_list li .crown .live a {
    font-size: 2.13333vw;
  }

  .index_mian .hotGame .game_list li .ranks .linkBox .team img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  .index_mian .hotGame .game_list li .ranks .linkBox .team figcaption {
    font-size: 2.13333vw;
  }

  .index_mian .hotGame .game_list li .ranks .linkBox .vs .score span {
    font-size: 2.93333vw;
  }

  .index_mian .hotGame .game_list li .ranks .linkBox .vs span {
    font-size: 2.13333vw;
  }

  .index_mian .mutual {
    gap: 2.66667vw;
    margin-top: calc(30vw / 7.5);
  }

  .index_mian .mutual .visual {
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
  }

  .index_mian .mutual {
    flex-direction: column;
  }

  .index_mian .mutual .visual {
    width: 100%;
    border-radius: 1.33333vw;
  }

  .index_mian .mutual .information {
    width: 100%;
  }

  .mian .mainstay .mainstay_mian .visual_list {
    gap: 1.33333vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li .coverBox {
    height: 21.06667vw;
    border-radius: 1.33333vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li {
    width: calc(100% / 2 - 5vw / 7.5);
  }

  .mian .mainstay .mainstay_mian .visual_list li .introduce p {
    font-size: 2.4vw;
    line-height: 3.46667vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li .introduce {
    height: 10.93333vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li .coverBox .play {
    width: 4.66667vw;
    height: 4.66667vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li .coverBox time {
    left: 0.93333vw;
    top: 0.66667vw;
    font-size: 2.13333vw;
  }

  .mian .mainstay .mainstay_mian .visual_list li .coverBox span {
    right: 7px;
    bottom: 5px;
    font-size: 2.13333vw;
  }

  .index_mian .mutual .information {
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
    border-radius: 1.33333vw;
  }

  .index_mian .mutual .information .informationList li .iconfont {
    font-size: 3.2vw;
  }

  .index_mian .mutual .information .informationList li a {
    font-size: 2.66667vw;
  }

  .mian .title p::before {
    height: 1.86667vw;
    margin-right: 0.66667vw;
  }

  .mian .title .selectGame li .linkBox span {
    font-size: 2.4vw;
    white-space: nowrap;
  }

  .mian .title .selectGame li::before {
    height: 2.66667vw;
    margin: 0 1.06667vw;
  }

  .mian .title .selectGame li .icon {
    width: 2.4vw;
    height: 2.66667vw;
  }

  .index_mian .contest .title {
    padding: 2.26667vw;
    border-radius: 1.33333vw;
  }

  .mian .title .selectGame li .linkBox {
    gap: 0.8vw;
  }

  .mian .contestListBox {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    padding-bottom: 3.33333vw;
  }

  .mian .contestListBox .contestList ul li {
    grid-template-columns: 1fr 1fr 5fr 2fr;
    height: 11.33333vw;
  }

  .mian .contestListBox .contestList ul li .time {
    gap: 1.06667vw;
  }

  .mian .contestListBox .contestList ul li .time .icon {
    width: 3.2vw;
    height: 3.2vw;
  }

  .mian .contestListBox .contestList ul li .time time {
    font-size: 2.13333vw;
  }

  .mian .contestListBox .contestList ul li .categorize {
    font-size: 2.13333vw;
  }

  .mian .contestListBox .contestList ul li .corps .team {
    gap: 0.66667vw;
  }

  .mian .contestListBox .contestList ul li .corps .team span {
    font-size: 2.13333vw;
  }

  .mian .contestListBox .contestList ul li .corps .team img {
    height: 5.06667vw;
  }

  .mian .contestListBox .contestList ul li .corps .vs span {
    font-size: 2.13333vw;
    white-space: nowrap;
  }

  .mian .contestListBox .contestList ul li .operate a {
    font-size: 2.13333vw;
    white-space: nowrap;
  }

  .mian .mainstay .broadside {
    gap: 2.66667vw;
  }

  .mian .mainstay .broadside .selectBall {
    gap: 1.06667vw;
  }

  .mian .mainstay .broadside .gameSchedule {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
  }

  .mian .mainstay .broadside .selectBall li {
    height: 4.4vw;
    border-radius: 1.33333vw;
  }

  .mian .mainstay .broadside .selectBall li .linkBox .icon {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .mian .mainstay .broadside .selectBall li .linkBox span {
    font-size: 2.4vw;
  }

  .mian .mainstay .broadside .filter {
    height: 3.86667vw;
    margin-top: 2vw;
    border-radius: 2.4vw;
    gap: 0.66667vw;
    padding-right: 1.33333vw;
  }

  .mian .mainstay .broadside .filter ul {
    gap: 0.4vw;
  }

  .mian .mainstay .broadside .filter ul li {
    border-radius: 2.4vw;
  }

  .mian .mainstay .broadside .filter ul li a {
    font-size: 2.13333vw;
  }

  .mian .mainstay .broadside .filter .icon {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .gameScheduleList {
    gap: 2.66667vw;
  }

  .mian .mainstay .broadside .gameSchedule .gameScheduleList li {
    width: calc(100% / 2 - 10vw / 7.5);
    height: 8.8vw;
  }

  .mian .mainstay .broadside .gameSchedule .gameScheduleList li .team span {
    font-size: 2.13333vw;
  }

  .mian .mainstay .broadside .gameSchedule .gameScheduleList li .team img {
    width: 4.53333vw;
  }

  .mian .mainstay .broadside .gameSchedule .gameScheduleList li .vs span {
    font-size: 2.13333vw;
  }

  .mian .mainstay .broadside .player,
  .mian .mainstay .broadside .teamRankings {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }

  .mian .mainstay .broadside .teamRankings .table li {
    padding: 0 2.66667vw;
  }

  .mian .mainstay .broadside .player .table li,
  .mian .mainstay .broadside .teamRankings .table li {
    height: 10.4vw;
  }

  .mian .mainstay .broadside .player .table li span,
  .mian .mainstay .broadside .teamRankings .table li span {
    font-size: 2.13333vw;
  }

  .mian .mainstay .broadside .player .table li .ranking,
  .mian .mainstay .broadside .teamRankings .table li .ranking {
    width: 3.33333vw;
    height: 3.6vw;
  }

  .mian .mainstay .broadside .player .table li .ranking span,
  .mian .mainstay .broadside .teamRankings .table li .ranking span {
    font-size: 1.86667vw;
  }

  .mian .mainstay .broadside .player .table li:nth-child(2) .ranking,
  .mian .mainstay .broadside .teamRankings .table li:nth-child(2) .ranking {
    width: 5.6vw;
    height: 3.6vw;
  }

  .mian .mainstay .broadside .player .table li:nth-child(3) .ranking,
  .mian .mainstay .broadside .teamRankings .table li:nth-child(3) .ranking {
    width: 5.6vw;
    height: 3.6vw;
  }

  .mian .mainstay .broadside .player .table li:nth-child(4) .ranking,
  .mian .mainstay .broadside .teamRankings .table li:nth-child(4) .ranking {
    width: 5.6vw;
    height: 3.6vw;
  }

  .mian .mainstay .broadside .player .table li figure img,
  .mian .mainstay .broadside .teamRankings .table li figure img {
    height: 4.13333vw;
  }

  .mian .mainstay .broadside .player .table li figure figcaption span,
  .mian .mainstay .broadside .teamRankings .table li figure figcaption span {
    font-size: 2.4vw;
  }

  .mian .mainstay .broadside .player .table li figure figcaption p,
  .mian .mainstay .broadside .teamRankings .table li figure figcaption p {
    font-size: 2.13333vw;
  }

  .mian .mainstay .broadside .teamRankings .table li:nth-child(2)::after,
  .mian .mainstay .broadside .teamRankings .table li:nth-child(6)::after,
  .mian .mainstay .broadside .teamRankings .table li:nth-child(19)::after {
    right: 2.53333vw;
    width: 8.66667vw;
    height: 3.46667vw;
    font-size: 2.13333vw;
    white-space: nowrap;
  }

  .videolist_mian .videolist {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
  }

  .videolist_mian .videolist .tabulation {
    gap: 2.66667vw;
  }

  .videolist_mian .videolist .tabulation li {
    width: calc(100% / 2 - 10vw / 7.5);
  }

  .videolist_mian .videolist .tabulation li .coverBox {
    height: 29.33333vw;
    border-radius: 1.33333vw;
  }

  .videolist_mian .videolist .tabulation li .coverBox time {
    left: 0.93333vw;
    top: 0.66667vw;
    font-size: 2.13333vw;
  }

  .videolist_mian .videolist .tabulation li .coverBox span {
    right: 0.93333vw;
    bottom: 0.66667vw;
    font-size: 2.13333vw;
  }

  .videolist_mian .videolist .tabulation li .coverBox .play {
    width: 6vw;
    height: 6vw;
  }

  .videolist_mian .videolist .tabulation li .introduce {
    height: 8vw;
  }

  .videolist_mian .videolist .tabulation li .introduce p {
    font-size: 2.4vw;
    line-height: 3.46667vw;
  }

  .newslist_mian .newslist {
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
  }

  .newslist_mian .newslist .tabulation {
    gap: 2.66667vw;
  }

  .newslist_mian .newslist .tabulation li {
    height: 26.8vw;
    padding-bottom: 2.66667vw;
  }

  .newslist_mian .newslist .tabulation li figure {
    gap: 1.33333vw;
  }

  .newslist_mian .newslist .tabulation li figure .Image {
    width: 42.8vw;
    border-radius: 1.33333vw;
  }

  .newslist_mian .newslist .tabulation li figure figcaption article span {
    margin-bottom: 1.33333vw;
    font-size: 2.66667vw;
  }

  .newslist_mian .newslist .tabulation li figure figcaption article p {
    font-size: 2.4vw;
    line-height: 3.73333vw;
  }

  .newslist_mian .newslist .tabulation li figure figcaption .intel time,
  .newslist_mian .newslist .tabulation li figure figcaption .intel span {
    font-size: 2.13333vw;
  }

  .news_mian .news .article {
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
  }

  .mian .article .release {
    padding-bottom: 1.33333vw;
    margin-top: 1.33333vw;
  }

  .mian .article .release .time {
    gap: 0.66667vw;
  }

  .mian .article .release .time span,
  .mian .article .release .time time {
    font-size: 2.13333vw;
  }

  .mian .article .release .like span {
    font-size: 2.13333vw;
  }

  .news_mian .news .article>img {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 2vw;
  }

  .mian.mian .article>p {
    font-size: 2.4vw;
    line-height: 4.26667vw;
    text-indent: 2.66667vw;
    margin-top: 2.66667vw;
  }

  .selectView .article .itemize {
    font-size: 2.4vw;

  }

  body .selectView .article .itemize .assort {
    font-size: 2.4vw;
  }

  .news_mian .news .article .related span {
    font-size: 2.4vw;
  }

  .news_mian .news .article .related p {
    font-size: 2.4vw;
  }

  .mian .fresh {
    flex-direction: column;
    gap: 8vw;
    margin-top: 10.66667vw;
  }

  .mian .fresh .card {
    width: 100%;
  }

  .mian .fresh .card::after {
    border-radius: 0.66667vw;
    font-size: 2.13333vw;
    width: 14.8vw;
    height: 4.66667vw;
  }

  .mian .fresh .card {
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    gap: 2.66667vw;
  }

  .mian .fresh .card li .iconfont {
    font-size: 3.2vw;
  }

  .mian .fresh .card li a {
    font-size: 2.66667vw;
  }

  .mian .articleBox {
    padding: 2.66667vw;
    padding-bottom: 6.66667vw;
    border-radius: 1.33333vw;
  }

  .video .articleBox .bigScreen {
    height: 47.73333vw;
    margin-top: 2.66667vw;
    border-radius: 2vw;
  }

  .video .articleBox .bigScreen .play {
    width: 13.33333vw;
    height: 13.33333vw;
  }

  .news_mian .news .article h1 {
    font-size: 3.2vw;
  }

  .mian .articleBox h1 {
    font-size: 3.2vw;
  }

  .news_mian .news .article .related {
    gap: 1.33333vw;
    margin-top: 8vw;
  }

  .video .articleBox .video_competition {
    height: 38.66667vw;
    margin-bottom: 2vw;
    border-radius: 0.66667vw;
    margin-top: 3.33333vw;
  }

  .video .articleBox .video_competition .recordingtitle {
    padding: 0.66667vw;
    border-radius: 1.33333vw;
  }

  .video .articleBox .video_competition .recordingtitle span {
    font-size: 2.4vw;
  }

  .video .articleBox .video_competition .recordingtitle a {
    font-size: 2.4vw;
  }

  .video .articleBox .video_competition .bisaibox {
    gap: 1.33333vw;
    padding: 0 4vw;
  }

  .video .articleBox .video_competition .bisaibox .video_competition_team .competition_team_img {
    height: 9.6vw;
  }

  .video .articleBox .video_competition .bisaibox .video_competition_team p {
    font-size: 3.2vw;
  }

  .video .articleBox .video_competition .bisaibox .vs_info {
    gap: 3.33333vw;
  }

  .video .articleBox .video_competition .bisaibox .vs_info .divide {
    font-size: 6.4vw;
  }

  .video .articleBox .video_competition .bisaibox .vs_info .vs_center .status {
    gap: 1.06667vw;
  }

  .video .articleBox .video_competition .bisaibox .vs_info .vs_center .status time,
  .video .articleBox .video_competition .bisaibox .vs_info .vs_center .status span {
    font-size: 2.4vw;
  }

  .video .articleBox .video_competition .bisaibox .vs_info .vs_center .specification {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectSplit {
    height: 8vw;
    gap: 2vw;
  }

  .video .articleBox .splitInfo .selectSplit li {
    width: 8.4vw;
    border-bottom: 0.53333vw solid transparent;
  }

  .video .articleBox .splitInfo .selectSplit li a {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .view_title {
    padding: 1.86667vw 2.66667vw;
  }

  .video .articleBox .splitInfo .selectView .view_title .leaning_team {
    gap: 1.33333vw;
  }

  .video .articleBox .splitInfo .selectView .view_title .leaning_team span {
    font-size: 2.13333vw;
  }

  .video .articleBox .splitInfo .selectView .view_title .centrality span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .outside .linkBox span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .outside .linkBox {
    height: 7.33333vw;
  }

  .video .articleBox .splitInfo .selectView .outside .thead {
    height: 8vw;
  }

  .mian .mainstay {
    gap: 2.66667vw;
    margin-top: 2.66667vw;
  }

  .big_mian .biglist .bigItem {
    width: 100%;
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }

  .big_mian .biglist .title {
    gap: 1.33333vw;
    padding-bottom: 0.66667vw;
  }

  .big_mian .biglist .title p {
    gap: 0.66667vw;
  }

  .big_mian .biglist .title p span {
    font-size: 1.86667vw;
  }

  .big_mian .biglist .bigItem .numerous li {
    gap: 0.66667vw;
  }

  .big_mian .biglist .bigItem .numerous li time {
    font-size: 2.66667vw;
  }

  .big_mian .biglist .bigItem .numerous li .contrast {
    gap: 1.33333vw;
  }

  .big_mian .biglist .bigItem .numerous li .contrast .team a {
    font-size: 2.66667vw;
  }

  .big_mian .biglist .bigItem .numerous li .contrast .vs {
    font-size: 2.66667vw;
  }

  .big_mian .biglist .bigItem .numerous li .status {
    font-size: 2.66667vw;
  }

  .big_mian .biglist .bigItem .numerous {
    gap: 2.66667vw;
  }

  .big_mian .bigSuggest .bigSuggestlist {
    gap: 1.06667vw;
  }

  .big_mian .bigSuggest .bigSuggestlist li {
    margin-bottom: 2vw;
  }

  .big_mian .bigSuggest .bigSuggestlist li a {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 1001px) {
  header .nav .select {
    display: flex;
    height: 100% !important;
  }
}

.eventName {
  margin-top: 15px;
  color: #8f8a87;
}

.eventName ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eventName p,
.eventName span {
  font-size: 14px;
  color: #8f8a87;
}

.eventName ul li a {
  font-size: 14px;
  color: #8f8a87;
}

.eventName p {
  line-height: 26px;
}

@media screen and (max-width:750px) {
  body .eventName {
    margin-top: calc(15vw / 7.5);
  }

  body .eventName ul {
    gap: calc(10vw / 7.5);
  }

  body .eventName ul li a {
    font-size: calc(14vw / 7.5);
  }

  body .eventName li {
    font-size: calc(14vw / 7.5);
  }

  body .eventName span {
    font-size: calc(14vw / 7.5);
  }

  body .eventName p {
    line-height: calc(26vw / 7.5);
    font-size: calc(14vw / 7.5);
  }

  body .selectView .article .cue {
    font-size: calc(16vw / 7.5);
  }

  body .selectView .article .cue .ul-signal {
    gap: calc(5vw / 7.5);
  }

  body .selectView .article .cue .ul-signal li a {
    font-size: calc(16vw / 7.5);
  }
}

.selectView .article .itemize {
  display: flex;
  gap: 5px;
  color: #8f8a87;
}

.selectView .article .itemize .assort {
  font-size: 14px;
  color: #8f8a87;
}

.selectView .article .cue {
  display: flex;
  color: #8f8a87;
}

.selectView .article .cue p {
  white-space: nowrap;
  font-size: 14px;
}

.selectView .article .cue .ul-signal {
  display: flex;
  gap: 5px;
  overflow-x: auto;
}

.selectView .article .cue .ul-signal li a {
  font-size: 14px;
  color: #8f8a87;
  line-height: 22px;
  white-space: nowrap;
}

.analysis {
  width: 100%;
  height: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
  margin-top: 59px;
  box-sizing: border-box;
}

.analysis ul {
  display: flex;
}

.analysis ul li {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  background: #fff;
  padding: 0 24px;
  box-sizing: border-box;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.analysis ul li .likenessBox {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.analysis ul li .likeness {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.analysis ul li .likeness img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

.analysis ul li .likenessBox span {
  font-size: 16px;
  color: #333333;
}

.analysis ul li .likenessBox span a {
  color: #333;
}

.analysis ul .neutrality {
  background: #f7f7f8;
}

.analysis ul .neutrality::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 4px;
  background: #009dfe;
}

.analysis ul li .placeBox {
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.analysis ul li .place .place_title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.analysis ul li .place .place_title::before {
  content: '';
  width: 4px;
  height: 28px;
}

.analysis ul li .favorable .place_title {
  color: #de1e30;
}

.analysis ul li .favorable .place_title::before {
  background: #de1e30;
}

.analysis ul li .unlucky .place_title {
  color: #56a4d5;
}

.analysis ul li .unlucky .place_title::before {
  background: #56a4d5;
}

.analysis ul li .neutralityBox .place_title {
  color: #ecbf08;
  justify-content: center;
}

.analysis ul li .neutralityBox .place_title::before {
  display: none;
}

.analysis ul li .place .vessel {
  display: flex;
  gap: 40px;
}

.analysis ul li .place .vesselBox {
  margin-top: 16px;
}

.analysis ul li .place .vessel .mark {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.analysis ul li .place .vessel .mark span {
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
}

.analysis ul li .favorable .vessel .mark span {
  background: #de1e30;
}

.analysis ul li .unlucky .vessel .mark span {
  background: #56a4d5;
}

.analysis ul li .place .vessel .mark::before {
  content: '';
  width: 3px;
  height: 18px;
  background: #e9eaee;
}

.analysis ul li .place .vessel .mark::after {
  content: '';
  width: 3px;
  flex: 1;
  background: #e9eaee;
}

.analysis ul li .place .vessel .text p {
  font-size: 12px;
  color: #838383;
}

.analysis ul li .place .vessel .text p:first-child {
  padding-bottom: 31px;
  padding-top: 13px;
}

.analysis ul li .place .qb-status-1 .text p {
  color: #6c757d !important;
}

.analysis ul li .place .qb-status-2 .text p {
  color: #ffc107 !important;
}

.analysis ul li .place .qb-status-3 .text p {
  color: #17a2b8 !important;
}

.analysis ul li .place .qb-status-4 .text p {
  color: #007bff !important;
}

.analysis ul li .place .qb-status-5 .text p {
  color: #dc3545 !important;
}

.video .articleBox .splitInfo .selectView .matchtime_title span {
  font-size: 18px;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list {
  width: 100%;
  border: 1px solid #eeeeee;
  margin-top: 15px;
  border-radius: 10px;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul {
  width: 100%;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 16px;
  box-sizing: border-box;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li:last-child {
  border-bottom: none;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 4fr 1fr;
  width: 100%;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .year {
  font-size: 14px;
  color: #4b4644;
  white-space: nowrap;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .time {
  font-size: 14px;
  color: #25170c;
  text-align: center;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  gap: 12px;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team span {
  flex: 1;
  font-size: 14px;
  color: #25170c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team img {
  width: 37px;
  height: 37px;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team:first-child span {
  text-align: right;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_bifen {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_bifen span {
  white-space: nowrap;
  font-size: 18px;
  color: #25170c;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_bifen span:first-child {
  text-align: right;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_bifen span:nth-child(2) {
  text-align: center;
}

.video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .gamedetails {
  color: #25170c;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
}

.video .articleBox .splitInfo .selectView .recentgames {
  margin-top: 25px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul {
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li {
  width: 230px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li a {
  display: flex;
  gap: 6px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li a span {
  font-weight: bold;
  color: #25170c;
  font-size: 18px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul .active {
  background: #f0751a;
  border-radius: 10px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul .active a span {
  color: #fff;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list {
  width: 100%;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 16px;
  box-sizing: border-box;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li:last-child {
  border-bottom: none;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li:first-child .linkbox span {
  font-weight: 600;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .troops {
  display: flex;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .troops span {
  flex: 1;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 6fr 1fr 1fr;
  padding: 3px 0;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox span,
.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox time {
  color: #25170c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .integral {
  text-align: right;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle {
  display: grid;
  align-items: center;
  grid-template-columns: 3fr 1fr 3fr;
  width: 100%;
  overflow: hidden;
  gap: 16px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
  width: 38px;
  height: 33px;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer:first-child span {
  text-align: right;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer:last-child span {
  text-align: left;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .divide span:first-child {
  text-align: right;
}

.video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .divide span:nth-child(2) {
  text-align: center;
}

@media screen and (max-width:750px) {
  .analysis ul li .placeBox {
    padding-top: calc(88vw / 7.5);
    gap: calc(28vw / 7.5);
  }

  .analysis ul {
    flex-direction: column;
  }

  body .selectView .article .cue p {
    font-size: 2.4vw;
  }

  .analysis ul li {
    width: 100%;
    padding: 0 calc(24vw / 7.5);
    padding-bottom: calc(30vw / 7.5);
  }

  .analysis {
    margin-top: calc(59vw / 7.5);
  }

  .analysis ul li .place .vessel {
    gap: calc(40vw / 7.5);
  }

  .analysis ul li .place .vessel .text p:first-child {
    padding-bottom: calc(31vw / 7.5);
    padding-top: calc(13vw / 7.5);
  }

  .analysis ul li .place .vessel .text p {
    font-size: calc(18vw / 7.5);
  }

  .analysis ul li .likeness {
    width: calc(83vw / 7.5);
    height: calc(83vw / 7.5);
  }

  .analysis ul li .likeness img {
    width: calc(53vw / 7.5);
    height: calc(53vw / 7.5);
  }

  .analysis ul li .likenessBox span {
    font-size: calc(20vw / 7.5);
  }

  .analysis ul li .place .place_title {
    font-size: calc(20vw / 7.5);
  }

  .analysis ul li .place .place_title::before {
    height: 20px;
  }

  .analysis ul li .place .vessel .mark::before {
    height: calc(18vw / 7.5);
  }

  .video .articleBox .splitInfo .selectView .matchtime_title span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list {
    margin-top: 2vw;
    border-radius: 1.33333vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li {
    padding: 1.33333vw 2.13333vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .year {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .time {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_team img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank {
    gap: 2vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .rank .rank_bifen span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .matchtime .matchtime_list ul li .gamedetails {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_select {
    margin: 2.66667vw 0;
  }

  .video .articleBox .splitInfo .selectView .recentgames {
    margin-top: 3.33333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li {
    width: 30.66667vw;
    height: 4.53333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li a {
    gap: 0.8vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul li a span {
    font-size: 2.4vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_select ul .active {
    border-radius: 1.33333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox span,
  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox time {
    font-size: 2.13333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li {
    padding: 0.66667vw 2.13333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
    width: 5.06667vw;
    height: 4.4vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle {
    gap: 2.13333vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
    width: 9.6vw;
  }

  .video .articleBox .splitInfo .selectView .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
    gap: 1.33333vw;
  }
}

.contain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0;
  gap: 5px;
}

.contain li {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}

.contain li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  height: 2px;
  width: 0;
  background: rgba(49, 167, 222, 0.7);
  transition: all 0.3s;
}

.contain li.is_active::after {
  width: 100%;
}

.contain li.is_active span {
  color: #31a7de !important;
}

.contain li:hover::after {
  width: 100%;
}

.contain li:hover span {
  color: #31a7de !important;
}

.contain li span {
  font-size: 14px;
  font-weight: bold;
  color: #323a48;
}

@media screen and (max-width: 768px) {
  .contain {
    margin: 12px 0;
    gap: 5px;
  }

  .contain li {
    padding: 0 5px;
  }

  .contain li span {
    font-size: 12px;
  }
}

.baskLive {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
  display: none;
}

.baskLive .period {
  display: flex;
  flex-direction: column;
}

.baskLive .period time {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver {
  width: 100%;
  border: 1px solid #ebebeb;
}

.baskLive .deliver li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 5fr 1fr;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.baskLive .deliver li .plump {
  width: 30px;
  height: fit-content;
}

.baskLive .deliver li .plump img {
  width: 100%;
  height: auto;
}

.baskLive .deliver li p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver li .condition {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px;
  user-select: none;
}

.baskLive .deliver li .condition img {
  width: 24px;
  height: auto;
}

.baskLive .deliver li .condition span {
  font-size: 14px;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
  color: #323a48;
}


.text_foot_live {
  display: grid;
  grid-template-columns: auto 1fr;
}

.text_foot_live .quantum {
  width: fit-content;
}

.text_foot_live .quantum ul {
  display: flex;
  flex-direction: column;
}

.text_foot_live .quantum ul li {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_foot_live .quantum ul li span {
  font-size: 14px;
  color: #323a48;
}

.text_foot_live .describe {
  width: 100%;
  border: 1px solid #ebebeb;
}

.text_foot_live .describe ul {
  width: 100%;
}

.text_foot_live .describe ul li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 1fr auto;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.text_foot_live .describe ul li:first-child {
  border-top: none;
}

.text_foot_live .describe ul li .icon_live {
  width: 18px;
  height: 18px;
}

.text_foot_live .describe ul li p {
  width: 100%;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #323a48;
}

.text_foot_live .describe ul li .plump {
  width: 22px;
  height: auto;
}

.schedule-columnn {
  --theme--color: #70e1f5;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: grid;
  background: var(--theme--deputy--color);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.schedule-columnn li {
  height: 58px;
  cursor: pointer;
}

.schedule-columnn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #010b12;
}

.schedule-columnn li span {
  font-size: 16px;
  font-weight: bold;
}

.schedule-columnn li img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.schedule-columnn li.active,
.schedule-columnn li:hover {
  background: var(--theme--color);
}

.schedule-columnn li.active a,
.schedule-columnn li:hover a {
  color: var(--theme--deputy--color);
}

.schedule-nav {
  width: 100%;
  overflow-x: auto;
}

.schedule-nav ul {
  --theme--color: #70e1f5;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.schedule-nav ul li {
  min-width: 138px;
  height: 60px;
  background: var(--theme--deputy--color);
}

.schedule-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #010b12;
  font-weight: bold;
  cursor: pointer;
}

.schedule-nav ul li span {
  font-size: 14px;
  font-weight: bold;
}

.schedule-nav ul li.active,
.schedule-nav ul li:hover {
  background: var(--theme--color);
}

.schedule-nav ul li.active a,
.schedule-nav ul li:hover a {
  color: var(--theme--deputy--color);

}

@media screen and (max-width: 768px) {
  .match_outer {
    padding: 0 1.333vw;
    box-sizing: border-box;
  }

  .match_outer .schedule-columnn {
    margin-bottom: 2.667vw;
  }

  .match_outer .schedule-columnn li {
    height: 7.733vw;
  }

  .match_outer .schedule-columnn li a {
    gap: 1.333vw;
  }

  .match_outer .schedule-columnn li span {
    font-size: 2.133vw;
  }

  .match_outer .schedule-columnn li img {
    height: 3.733vw;
    width: 3.733vw;
  }

  .match_outer .schedule-nav {
    overflow-x: auto;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav ul {
    width: fit-content;
    gap: 1.067vw;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav li {
    min-width: 26.8vw;
    height: 8vw;
  }

  .match_outer .schedule-nav li time,
  .match_outer .schedule-nav li span {
    font-size: 2.2vw;
  }
}

.all_mainstay_mian {
  width: 100% !important;
}<!--耗时1764309660.9811秒-->