@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 {
  blr: expression(this.onFocus=this.blur());
}

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;
  font-size: 12px;
}

.clear {
  clear: both;
}

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

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

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

::-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: '微软雅黑';
}

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

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

@media screen and (max-width: 1000px) {
  body .nav .nav_mian .nav_mianbox {
    padding-left: 0;
    padding-right: 0;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left {
    gap: 0;
  }
}



@media screen and (min-width: 901px) {
  .nav .nav_mian .nav_mianbox .nav_mian_left .select {
    display: block !important;
  }
}

.nav .nav_top {
  width: 100%;
  height: 50px;
  background: #e9e9f4;
  overflow: auto;
}

.nav .nav_top .nav_topbox {
  height: 100%;
  display: flex;
  padding-left: 61px;
  align-items: center;
}

.nav .nav_top .nav_topbox ul {
  display: flex;
  gap: 23px;
}

.nav .nav_top .nav_topbox ul li a {
  white-space: nowrap;
  font-size: 14px;
  color: #6c6c70;
  user-select: none;
}

.nav .nav_mian {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 80px;
  background: #33339f;
  box-shadow: 2px 6px 7px 2px rgba(31, 32, 112, 0.3);
  transition: top 0.3s;
  z-index: 99;
}

.nav .nav_mian .nav_mianbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  gap: 10px;
}

.nav .nav_mian .nav_mianbox .nav_mian_left {
  height: 100%;
  display: flex;
  flex: 1;
  width: 0;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .logo {
  width: 197px;
  height: 110px;
  background: url(../images/logo_bj.png) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(15px);
  display: flex;
  padding-left: 10px;
  padding-top: 21px;
  box-sizing: border-box;
  z-index: 99;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .logo img {
  width: 165px;
  height: 48px;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select {
  flex: 1;
  height: 100%;
  overflow-x: auto;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul li {
  width: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #5c5cb1;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul li:first-child a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul li a {
  color: #e2e2f1;
  font-size: 16px;
  word-break: break-all;
  margin: 0 20px;
  white-space: nowrap;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul .active {
  position: relative;
}

.nav .nav_mian .nav_mianbox .nav_mian_left .select ul .active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translate(-50%);
  border: 10px solid transparent;
  border-bottom: 10px solid #e9e9f4;
}

.nav .nav_mian .nav_mianbox .nav_mian_right {
  display: flex;
}

.nav .nav_mian .nav_mianbox .nav_mian_right .menu {
  display: none;
  width: 80px;
  height: 80px;
}

.nav .nav_mian .nav_mianbox .nav_mian_right .search {
  display: flex;
  width: 230px;
  height: 32px;
  border: 1px solid #e3e1f0;
  background: #e3e1f0;
  border-radius: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.nav .nav_mian .nav_mianbox .nav_mian_right .search input {
  flex: 1;
  background: transparent;
  height: 100%;
  border: none;
  overflow: unset;
}

.nav .nav_mian .nav_mianbox .nav_mian_right .search .search_icon {
  width: 38px;
  height: 100%;
  background: #3c3cb3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .nav_mian .nav_mianbox .nav_mian_right .search .search_icon span {
  font-size: 18px;
  color: #b0b0e0;
}

@media screen and (max-width:900px) {
  body .nav .nav_mian .nav_mianbox .nav_mian_left .select {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: #3333a0;
    top: 80px;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul {
    flex-direction: column;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul li {
    border-right: none;
    border-bottom: 1px solid #5c5cb1;
    width: 100%;
    padding: 20px 0;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul li:first-child a {
    writing-mode: unset;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul .active::after {
    left: 0;
    border-bottom-color: transparent;
    border-left-color: #e9e9f4;
    bottom: 50%;
    transform: translate(0, 50%);
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_right .search {
    display: none;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left {
    height: 100%;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_right .menu {
    display: block;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {

  body .nav .nav_top .nav_topbox {
    padding-left: calc(61vw / 7.5);
  }

  body .nav .nav_top .nav_topbox ul {
    gap: calc(23vw / 7.5);
  }

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

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select {
    top: 16vw;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul li {
    padding: calc(20vw / 7.5) 0;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .select ul li a {
    margin: 0 calc(20vw / 6.5);
    font-size: calc(16vw / 7.5);
  }

  body .nav .nav_mian {
    height: 16vw;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .logo {
    width: 28.93333vw;
    height: 20vw;
    transform: translate(2vw, 2vw);
    padding-top: 2.8vw;
    padding-left: 1.33333vw;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_left .logo img {
    width: 24.66667vw;
    height: 8.66667vw;
  }

  body .nav .nav_mian .nav_mianbox .nav_mian_right .menu {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

@media screen and (max-width: 750px) {
  body .footer .footer_top {
    height: auto;
    background-position: center;
    background-size: 100% 100%;
    backface-visibility: hidden;
    padding: 11.66667vw 0;
    padding-top: 24.66667vw;
  }

  .mian .footballnews .footballnews_left .newsbox .video_list ul li {
    height: calc(360vw / 7.5);
  }

  body .footer .footer_top .footer_topbox ul {
    flex-wrap: wrap;
  }

  body .footer .footer_top .footer_topbox ul li {
    width: calc(100% / 2);
    padding: 0 3.33333vw;
    margin-top: 2.66667vw;
    border-bottom: 1px solid #3d3daf;
    border-right: none;
  }

  body .footer .footer_bottom .footer_bottombox ul li a {
    font-size: 2.66667vw;
  }

  body .footer .footer_bottom .footer_bottombox p {
    font-size: 2.66667vw;
  }

  body .footer .footer_bottom .footer_bottombox ul li::after {
    margin: 0 1.2vw;
  }

  body .footer .footer_top .footer_topbox ul li dl .ddbox dd a {
    font-size: 12px;
  }

  body .footer .footer_top .footer_topbox ul li dl {
    gap: 2.4vw;
  }

  body .footer .footer_top .footer_topbox ul li dl dt {
    font-size: 16px;
  }
}

.footer {
  position: relative;
}

.footer .footer_top {
  position: absolute;
  bottom: 175px;
  height: auto;
  width: 100%;
  background: url(../images/footer_top.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
}

.footer .footer_top .footer_topbox {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.footer .footer_top .footer_topbox ul {
  display: flex;
  width: 100%;
}

.footer .footer_top .footer_topbox ul li {
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid #3d3daf;
}

.footer .footer_top .footer_topbox ul li:first-child {
  padding-left: 0;
}

.footer .footer_top .footer_topbox ul li dl {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer .footer_top .footer_topbox ul li dl dt {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.footer .footer_top .footer_topbox ul li dl .ddbox {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer_top .footer_topbox ul li dl .ddbox dd {
  width: 100%;
  margin-top: 14px;
}

.footer .footer_top .footer_topbox ul li dl .ddbox dd a {
  color: #c7c7cd;
  font-size: 15px;
}

.footer .footer_top .footer_topbox ul li:first-child dl .ddbox dd {
  width: calc(100% / 3);
}

.footer .footer_top .footer_topbox ul li:nth-child(2n) dl .ddbox dd {
  width: 50%;
}

.footer .footer_top .footer_topbox ul li:last-child dl .ddbox dd {
  width: calc(100% / 2);
}

.footer .footer_bottom {
  width: 100%;
  height: auto;
  background: #0e1027;
  padding: 30px 0;
  box-sizing: border-box;
}

.footer .footer_bottom .footer_bottombox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}

.footer .footer_bottom .footer_bottombox ul {
  display: flex;
}

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

.footer .footer_bottom .footer_bottombox ul li a {
  font-size: 16px;
  color: #dedfdf;
}

.footer .footer_bottom .footer_bottombox ul li::after {
  content: '';
  width: 2px;
  height: 12px;
  margin: 0 9px;
  background-color: #dedfdf;
}

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

.footer .footer_bottom .footer_bottombox p {
  color: #e1e1e2;
  font-size: 16px;
}

.footer .footer_bottom .footer_bottombox p a {
  color: #e1e1e2;
}

@media screen and (max-width: 1000px) {
  body .mian .screen {
    flex-direction: column;
  }

  body .mian .screen .screen_news {
    width: 100%;
  }

  body .mian .screen .screen_video {
    flex: auto;
    width: 100%;
  }

  body .mian .exciting .exciting_list ul li {
    width: calc(100% / 3 - 16px);
  }

  body .mian .footballnews .title ul {
    gap: 11px;
  }

  body .mian .footballnews {
    flex-direction: column;
  }

  body .mian .footballnews .footballnews_left {
    width: 100%;
  }

  body .mian .footballnews .footballnews_right {
    width: 100%;
  }


  body .mian .basketballnews .title ul li a {
    color: #25252f;
  }

  body .mian .cooperation .cooperation_list ul li {
    width: calc(100% / 4 - 15px);
  }
}

@media screen and (max-width: 750px) {
  body .mian .screen .screen_video {
    height: 63.33333vw;
  }

  body .mian .title ul {
    gap: 2.13333vw;
  }

  body .mian .title {
    gap: calc(9vw / 7.5);
  }

  body .mian {
    padding-top: 10.66667vw;
    padding-left: calc(20vw / 7.5);
    padding-right: calc(20vw / 7.5);
    padding-bottom: 900px;
  }

  body .mian .screen .screen_news {
    height: auto;
  }

  body .mian .screen .screen_news .screen_news_content ul .active {
    gap: 1.06667vw 0;
  }

  body .mian .screen .screen_news .screen_news_content ul li {
    padding: 2.4vw 0;
    padding-left: 4.26667vw;
  }

  body .mian .screen .screen_news .screen_news_content ul li .news_item_title {
    gap: 1.73333vw;
  }

  body .mian .screen .screen_news .screen_news_content ul li .news_item_title span {
    font-size: 2.93333vw;
  }

  body .mian .screen .screen_news .screen_news_content ul li .news_item_title .news_item_status {
    width: 8.93333vw;
    height: 4.4vw;
    font-size: 2.4vw;
  }

  body .mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team a span {
    font-size: 2.66667vw;
  }

  body .mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team a img {
    width: 4.8vw;
    height: 3.6vw;
  }

  body .mian .title {
    height: 8.26667vw !important;
    padding-left: 4vw !important;
  }

  body .mian .title .title_left::before {
    width: 2.66667vw !important;
    transform: skew(-20deg, 0) translateX(-150%) !important;
  }

  body .mian .title .title_left {
    width: 24vw !important;
  }

  body .mian .title .title_left span {
    font-size: calc(18vw / 7.5) !important;
  }

  body .mian .title ul li a {
    font-size: 2.66667vw !important;
  }

  body .mian .exciting .exciting_list ul {
    gap: 2.13333vw;
  }

  body .mian .exciting .exciting_list ul li {
    width: calc(50% - (16vw / 7.5));
    height: 32vw;
  }

  body .mian .exciting .exciting_list ul li .competition_content .team img {
    width: 6.93333vw;
    height: 5.6vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title {
    height: 10.13333vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .competition_time {
    gap: 0.66667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .competition_time span {
    white-space: nowrap;
  }

  body .mian .exciting .exciting_list ul li .competition_title {
    padding: 1.33333vw 1.2vw 1.33333vw 1.86667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .live img {
    width: 4.13333vw;
    height: 3.33333vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .live span {
    font-size: 2.66667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .competition_time span {
    font-size: 2.66667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_title .live .iconfont {
    font-size: calc(18vw / 7.5);
  }

  body .mian .exciting .exciting_list ul li .competition_content .team span {
    width: 18vw;
    font-size: 2.66667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_content .score .score_top {
    font-size: 2.66667vw;
  }

  body .mian .exciting .exciting_list ul li .competition_content .score .score_bottom {
    font-size: 2.66667vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content {
    height: 27.06667vw;
    padding: 4.4vw 2.66667vw 4.4vw 3.2vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content p a {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .provenance span {
    font-size: 2.66667vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .give span {
    font-size: 2.66667vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .give img {
    width: 3.73333vw;
    height: 3.06667vw;
  }

  body .mian .consult {
    flex-direction: column;
    margin-top: 4.8vw;
    margin-bottom: calc(36vw / 7.5);
  }

  body .mian .consult .consult_list {
    width: 100%;
    padding: 3.33333vw 1.6vw 4.93333vw 1.86667vw;
  }

  body .mian .consult .consult_list ul li .sort {
    width: 8.66667vw;
    height: 4.53333vw;
  }

  body .mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover .video_info {
    padding: 0 calc(23vw / 7.5);
  }

  body .mian .consult .consult_list ul li .sort a {
    font-size: 2.4vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_text span {
    font-size: calc(17vw / 7.5);
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_text {
    padding: calc(14vw / 7.5) calc(10vw / 7.5);
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .journalism li .time {
    font-size: calc(14vw / 7.5);
  }

  body body .mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover {
    height: calc(450vw / 7.5);
  }

  body .mian .footballnews .title ul li a {
    color: #fff;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .articleitem {
    flex-direction: column;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover {
    width: 100%;
    height: auto;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .journalism {
    width: 100%;
    flex: auto;
  }

  body .mian .footballnews .title ul {
    overflow-x: auto;
  }

  body .mian .footballnews .title ul::-webkit-scrollbar {
    display: none;
  }

  body .mian .footballnews .footballnews_left .newsbox {
    padding: 0 2.26667vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .video_list ul {
    gap: 3.33333vw;
    flex-wrap: wrap;
  }

  body .mian .footballnews .footballnews_left .newsbox .video_list ul li {
    width: 100%;
  }

  body .mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .description {
    padding: 3.2vw 1.33333vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .description span {
    font-size: 3.2vw;
  }

  body .mian .channellist ul li a {
    font-size: 3.2vw;
  }

  body .mian .channellist ul {
    gap: 4.13333vw;
    padding-left: 3.06667vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .journalism .active .text a {
    font-size: 3.46667vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .journalism {
    padding-bottom: 2.93333vw;
  }

  body .mian .footballnews .footballnews_left .newsbox .newlist .journalism li .text a {
    font-size: 2.66667vw;
  }

  body .mian .footballnews .footballnews_right .rankboox .ranklist table thead tr th {
    font-size: 3.46667vw;
  }

  body .mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem .teamemblembox span {
    font-size: 3.2vw;
  }

  body .mian .cooperation .cooperation_list ul {
    gap: 2vw;
  }

  body .mian .cooperation .cooperation_list ul li {
    width: calc(100% / 4 - (15vw / 7.5));
    height: 10vw;
  }

  body .mian .cooperation .cooperation_list {
    padding: 4vw 2.66667vw;
  }

  body .mian .cooperation .cooperation_list ul li .cooperation_item {
    gap: 1.46667vw;
  }

  body .mian .cooperation .cooperation_list ul li .cooperation_item img {
    width: 6.53333vw;
    height: 6.8vw;
  }

  body .mian .cooperation .cooperation_list ul li .cooperation_item span {
    white-space: nowrap;
    font-size: 3.2vw;
  }
}

.index_mian {
  display: block;
  background: url(../images/index_bj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.mian {
  padding-top: 80px;
  padding-bottom: 540px;
}

.mian .title {
  position: relative;
  display: flex;
  gap: 9px;
  width: 100%;
  height: 34px;
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 4px solid #3c3cb3;
  box-sizing: border-box;
}

.mian .title .title_left {
  position: relative;
  width: 104px;
  height: 100%;
  background: #3c3cb3;
  transform: skew(20deg, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .title .title_left span {
  font-size: 15px;
  color: #ffffff;
  transform: skew(-20deg, 0);
  font-weight: 600;
}

.mian .title .title_left::before {
  position: absolute;
  left: 0;
  content: '';
  transform: skew(-20deg, 0) translateX(-100%);
  width: 17px;
  height: 100%;
  background: #3c3cb3;
  clip-path: polygon(0 0, 40% 0, 100% 100%, 0 100%);
}

.mian .title ul {
  flex: 1;
  display: flex;
  gap: 16px;
  height: 100%;
  overflow-x: auto;
}

.mian .title ul li {
  height: 100%;
  width: 20%;
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: #0099FF; /* 设置背景颜色为 #3c3cb3 */
  transform: skew(10deg);   /* 向左倾斜 45 度 */
}

.mian .title ul li a {
  color: #e6e6e9;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.mian .title ul .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  border: 5px solid transparent;
  border-bottom: 5px solid #3c3cb3;
   
}

.mian .screen {
  padding-top: 33px;
  display: flex;
  gap: 12px;
  height: auto;
  box-sizing: border-box;
}

.mian .screen .screen_video {
  width: 857px;
  height: 477px;
}

.mian .screen .screen_video img {
  width: 100%;
  height: 100%;
}

.mian .screen .screen_video {
  position: relative;
  flex: 1;
  height: 475px;
}

.mian .screen .screen_news {
  width: 39%;
  height: 475px;
  display: flex;
  flex-direction: column;
}

.mian .screen .screen_news .screen_news_content ul {
  padding-top: 7px;
}

.mian .screen .screen_news .screen_news_content ul li {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 18px 0;
  padding-left: 32px;
  box-sizing: border-box;
}

.mian .screen .screen_news .screen_news_content ul li .news_item_title {
  display: flex;
  gap: 13px;
  cursor: pointer;
}

.mian .screen .screen_news .screen_news_content ul li .news_item_title span {
  font-size: 20px;
  color: #fff;
}

.mian .screen .screen_news .screen_news_content ul li .news_item_title .news_item_status {
  display: none;
  width: 47px;
  height: 23px;
  background: #161648;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  justify-content: center;
  color: #e1e1e7;
  font-size: 12px;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition {
  display: none;
  align-items: center;
  gap: 12px;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team {
  display: flex;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team a img {
  width: 26px;
  height: 17px;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_team a span {
  color: #f5f5f5;
  font-size: 15px;
}

.mian .screen .screen_news .screen_news_content ul li .show_competition .show_competition_vs {
  font-size: 12px;
  color: #f5f5f5;
}

.mian .screen .screen_news .screen_news_content ul .active {
  background: url(../images/screen_news_content.png) no-repeat;
  background-size: cover;
}

.mian .screen .screen_news .screen_news_content ul .active .show_competition {
  display: flex;
}

.mian .screen .screen_news .screen_news_content ul .active .news_item_title .news_item_status {
  display: flex;
}

.mian .exciting {
  margin-top: 45px;
}

.mian .exciting .title {
  padding-left: 30px;
  height: 62px;
}

.mian .exciting .title .title_left {
  width: 180px;
}

.mian .exciting .title .title_left span {
  font-size: 16px;
}

.mian .exciting .title .title_left::before {
  width: 30px;
  transform: skew(-20deg, 0) translateX(-100%);
}

.mian .exciting .title ul li a {
  font-size: 22px;
}

.mian .exciting .exciting_list {
  width: 100%;
  margin-top: 40px;
}

.mian .exciting .exciting_list ul {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}

.mian .exciting .exciting_list ul li {
  width: calc(100% / 4 - 12px);
  height: 190px;
  background-color: #323139;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.mian .exciting .exciting_list ul li .competition_title {
  height: 56px;
  background: #1b1a20;
  display: flex;
  justify-content: space-between;
  padding: 10px 9px 10px 14px;
  box-sizing: border-box;
}

.mian .exciting .exciting_list ul li .competition_title .competition_time {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mian .exciting .exciting_list ul li .competition_title .competition_time span a {
  color: #e2e2e3;
}

.mian .exciting .exciting_list ul li .competition_title .competition_time span {
  font-size: 12px;
  color: #e2e2e3;
}

.mian .exciting .exciting_list ul li .competition_title .live .iconfont {
  color: #1b1c62;
  font-size: 18px;
}

.mian .exciting .exciting_list ul li .competition_title .start .iconfont {
  color: green;
}

.mian .exciting .exciting_list ul li .competition_title .end .iconfont {
  color: gray;
}

.mian .exciting .exciting_list ul li .competition_title .live span {
  font-size: 13px;
  color: #e2e2e3;
}

.mian .exciting .exciting_list ul li .competition_title .live span a {
  color: #e2e2e3;
}

.mian .exciting .exciting_list ul li .competition_content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mian .exciting .exciting_list ul li .competition_content .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}

.mian .exciting .exciting_list ul li .competition_content .team img {
  width: 52px;
  height: 42px;
}

.mian .exciting .exciting_list ul li .competition_content .team span {
  font-size: 15px;
  color: #ffffff;
  width: 95px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.mian .exciting .exciting_list ul li .competition_content .score {
  display: flex;
  flex-direction: column;
}

.mian .exciting .exciting_list ul li .competition_content .score .score_top {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}

.mian .exciting .exciting_list ul li .competition_content .score .score_bottom {
  font-size: 14px;
  color: #7f7f84;
  white-space: nowrap;
}

.mian .wonderfulvideo {
  margin-top: 58px;
}

.mian .wonderfulvideo .title {
  padding-left: 30px;
  height: 62px;
}

.mian .wonderfulvideo .title .title_left {
  width: 180px;
}

.mian .wonderfulvideo .title .title_left span {
  font-size: 28px;
}

.mian .wonderfulvideo .title .title_left::before {
  width: 30px;
  transform: skew(-20deg, 0) translateX(-100%);
}

.mian .wonderfulvideo .title ul li a {
  font-size: 22px;
}

.mian .wonderfulvideo .wonderfulvideo_list {
  margin-top: 32px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box {
  background-color: #323139;
  border-radius: 10px;
  overflow: hidden;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover {
  position: relative;
  width: 100%;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover .channel {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 45px;
  background: #3c3cb3;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  display: flex;
  align-items: center;
  padding-left: 14px;
  box-sizing: border-box;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover .channel span {
  color: #e9e9f1;
  font-size: 18px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover .video_info {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 23px;
  width: 100%;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover .video_info span {
  color: #ffffff;
  font-size: 14px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .videocover img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content {
  height: 203px;
  padding: 33px 20px 33px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content p a {
  color: #f7f7f7;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 39px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .provenance span {
  color: #9d9d9d;
  font-size: 18px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .give {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mian .wonderfulvideo .wonderfulvideo_list .video_box .video_content .video_content_info .give span {
  color: #9d9d9d;
  font-size: 16px;
}

.mian .wonderfulvideo .wonderfulvideo_list .wonderfulswiper-next {
  position: absolute;
  right: 0;
  top: 100px;
  width: 55px;
  height: 55px;
  background: rgba(225, 225, 225, 0.7);
  z-index: 9;
  transform: translate(50%);
  border-radius: 50%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.mian .wonderfulvideo .wonderfulvideo_list .wonderfulswiper-next span {
  transform: rotate(180deg);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.mian .wonderfulvideo .wonderfulvideo_list .wonderfulswiper-prev {
  position: absolute;
  left: 0;
  top: 100px;
  width: 55px;
  height: 55px;
  background: rgba(225, 225, 225, 0.7);
  z-index: 9;
  transform: translate(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
  user-select: none;
}

.mian .wonderfulvideo .wonderfulvideo_list .wonderfulswiper-prev span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.mian .consult {
  display: flex;
  gap: 25px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.mian .consult .consult_list {
  width: calc(100% / 2 - 13px);
  padding: 25px 12px 37px 14px;
  background: #323139;
  border-radius: 10px;
}

.mian .consult .consult_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .consult .consult_list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mian .consult .consult_list ul li .sort {
  width: 65px;
  height: 34px;
  background: #3c3cb3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mian .consult .consult_list ul li .sort a {
  color: #dadaf1;
  font-size: 16px;
}

.mian .consult .consult_list ul li p {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #e5e5e6;
}

.mian .consult .consult_list ul li p a {
  color: #e5e5e6;
  font-size: 16px;
}

.mian .footballnews {
  display: flex;
  gap: 15px;
}

.mian .footballnews .title {
  height: 47px;
  padding-left: 28px;
}

.mian .footballnews .title .title_left {
  width: 157px;
}

.mian .footballnews .title .title_left::before {
  width: 28px;
}

.mian .footballnews .title ul {
  gap: 21px;
}

.mian .footballnews .title ul li a {
  color: #25252f;
  font-size: 18px;
}

.mian .footballnews .footballnews_left {
  flex: 1;
  width: 0;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox {
  background: #fff;
  padding: 0 17px;
  padding-left: 17px;
  padding-right: 22px;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox .newlist {
  display: flex;
  gap: 18px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articlelist {
  width: 100%;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem {
  display: flex;
  gap: 18px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover {
  position: relative;
  width: 320px;
  height: 210px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_sort {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 40px;
  background-color: #3c3cb3;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_sort span {
  color: #f5f5f5;
  font-size: 12px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover .articleitem_text span {
  color: #f0f0ef;
  font-size: 17px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .footballnews .footballnews_left .newsbox .newlist .articleitem_cover img {
  width: 100%;
  height: 100%;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ecebf0;
  box-sizing: border-box;
  width: 0;
  flex: 1;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism li .text {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism li .text a {
  color: #707077;
  font-size: 14px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism li .time {
  color: #a6a6aa;
  font-size: 14px;
}

.mian .footballnews .footballnews_left .newsbox .newlist .journalism .active .text a {
  color: #25252f;
  font-size: 20px;
  font-weight: 600;
}

.mian .footballnews .footballnews_left .newsbox .video_list {
  padding-bottom: 30px;
  padding-top: 5px;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul {
  display: flex;
  gap: 25px;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li {
  width: calc(100% / 3);
  height: 180px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng {
  position: relative;
  width: 100%;
  height: 100%;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .video_classify {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 40px;
  background: #3c3cb3;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .video_classify span {
  font-size: 20px;
  color: #f5f5f5;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  box-sizing: border-box;
}

.mian .footballnews .footballnews_left .newsbox .video_list ul li .video_feng .description span {
  color: #f0f0ef;
  font-size: 17px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .footballnews .footballnews_right {
  width: 32%;
  flex-shrink: 0;
}

.mian .footballnews .footballnews_right .title ul li a {
  color: #25252f;
  white-space: nowrap;
}

.mian .footballnews .footballnews_right .rankboox {
  background: #fff;
}

.mian .footballnews .footballnews_right .rankboox .ranklist {
  background: url(../images/rank_bj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2px;
  padding-bottom: 8px;
  box-sizing: border-box;
  overflow: hidden;  
  text-overflow: ellipsis;  
  white-space: nowrap; /* 阻止文本换行，以便在超出时显示省略号 */  
}

.mian .footballnews .footballnews_right .rankboox .ranklist table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
   
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tr {
  height: 44px;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table thead tr th {
  color: #8e8e93;
  font-size: 17px;
  font-weight: 600;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(1) .sisters span,
.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(2) .sisters span,
.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(3) .sisters span,
.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(4) .sisters span {
  width: 24px;
  height: 34px;
  display: inline-block;
  background: url(../images/ranking1.jpg) no-repeat;
  background-position: center;
  padding-top: 4px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  font-weight: 0;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(2) .sisters span {
  background: url(../images/ranking2.jpg) no-repeat;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(3) .sisters span {
  background: url(../images/ranking3.jpg) no-repeat;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr:nth-child(4) .sisters span {
  background: url(../images/ranking4.jpg) no-repeat;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr td {
  color: #85858b;
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid #efefef;
  
}
  
.teamemblem a .teamemblembox span {  
    display: inline-block; /* 继承自父元素，或根据需要设置 */  
    /* 注意：如果span的宽度被限制，则省略号可能不会按预期工作 */  
}

.mian .footballnews .footballnews_right .rankboox .ranklist table tbody tr .points {
  color: #3c3cb3;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table .sisters span {
  color: #4e4e54;
  font-size: 16px;
  font-weight: 600;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem_title,
.mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem {
  text-align: left;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem .teamemblembox {
  display: flex;
  align-items: center;
  width: 100%;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem .teamemblembox img {
  margin-right: 10px;
  width: 22px;
  height: 28px;
}

.mian .footballnews .footballnews_right .rankboox .ranklist table .teamemblem .teamemblembox span {
  flex: 1;
  color: #85858b;
  font-size: 15px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.mian .basketballnews {
  margin-top: 55px;
}

.mian .basketballnews .footballnews_right .rankboox .ranklist table .teamemblem .teamemblembox img {
  width: 25px;
  height: 35px;
}

.mian .cooperation {
  margin-top: 60px;
  padding-bottom: 73px;
}

.mian .cooperation .title {
  height: 47px;
  padding-left: 28px;
}

.mian .cooperation .title .title_left {
  width: 157px;
}

.mian .cooperation .title .title_left::before {
  width: 28px;
}

.mian .cooperation .cooperation_list {
  background: url(../images/cooperation_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 20px 42px 20px;
  box-sizing: border-box;
}

.mian .cooperation .cooperation_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mian .cooperation .cooperation_list ul li {
  width: calc(100% / 6 - 15px);
  height: 75px;
  box-sizing: border-box;
  border: 1px solid #e6e6e9;
  border-radius: 10px;
}

.mian .cooperation .cooperation_list ul li .cooperation_item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.mian .cooperation .cooperation_list ul li .cooperation_item img {
  width: 49px;
  height: 51px;
}

.mian .cooperation .cooperation_list ul li .cooperation_item span {
  font-size: 17px;
  color: #7d7d83;
  font-weight: 600;
}

.mian .channellist {
  height: 44px;
  padding: 2px;
  box-sizing: border-box;
  overflow-x: auto;
  background: #f6f6f6;
}

.mian .channellist ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding-left: 23px;
  box-sizing: border-box;
  gap: 31px;
}

.mian .channellist ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .channellist ul li a {
  font-size: 17px;
  color: #3a3a46;
  font-weight: 600;
  white-space: nowrap;
}

.mian .channellist ul .active a {
  color: #3c3cb3;
}


@media screen and (max-width: 1000px) {
  body .mian .page .pagination {
    gap: 5px;
  }

  body .mian .page .pagination li {
    width: 44px;
    height: 33px;
  }

  body .merge .contentarea {
    flex-direction: column;
  }

  body .merge .contentarea .posted {
    width: 100%;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover {
    height: auto;
  }

  body .merge .contentarea .posted .buddy ul li {
    width: calc(100% / 5 - 10px);
  }

  body .merge .big_screen .big_screen_right .swiper-wrapper .essay p {
    font-size: 12px;
  }

  body .merge .contentarea .match .title ul li a {
    color: #fff;
  }

  body .merge .big_screen .big_screen_left {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  body .mian .page {
    margin-top: 9.46667vw;
    padding-bottom: 7.86667vw;
  }

  body .mian .page .pagination {
    gap: 0.66667vw;
  }

  body .mian .page .pagination li {
    width: 6.2vw;
    height: 5.73333vw;
    border-radius: 1.33333vw;
  }

  body .mian .page .pagination li span,
  body .mian .page .pagination li a {
    font-size: 2.66667vw;
  }

  body .merge .big_screen {
    flex-direction: column;
  }

  body .merge .big_screen .big_screen_right {
    width: 100%;
    padding: 3.86667vw;
    height: 77.33333vw;
  }

  body .merge .contentarea {
    margin-top: calc(100vw / 7.5);
  }

  body .merge .big_screen .big_screen_right .swiper-wrapper .essay p {
    font-size: 4vw;
    margin-bottom: 3.73333vw;
  }

  body .merge .big_screen .big_screen_right .swiper-wrapper .essay p {
    font-size: 2.66667vw;
    padding-top: 3.73333vw;
  }

  body .merge .big_screen .big_screen_left .play {
    width: 15.33333vw;
    height: 15.33333vw;
  }

  body .merge .contentarea .posted .buddy ul li {
    width: calc(100% / 3 - 10px);
  }

  body .merge .contentarea .title ul {
    overflow-x: auto;
    gap: 1.6vw;
  }

  body .merge .contentarea .match .title ul li a {
    white-space: nowrap;
  }

  body .mian .match_itembox .match_big ul li .match_bigcover {
    width: calc(220vw / 7.5);
    border-radius: calc(10vw / 7.5);
  }

  body .merge .contentarea .match .matchbox {
    padding: 0 2.66667vw;
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent article span {
    font-size: calc(18vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent article {
    gap: calc(10vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li {
    gap: calc(10vw / 7.5);
    height: auto;
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent .info {
    padding-bottom: calc(20vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent .info .source span {
    font-size: calc(12vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent .info .give img {
    width: 3.33333vw;
    height: 2.66667vw;
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent {
    padding-top: 2.26667vw;
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent article p {
    font-size: 2.66667vw;
    line-height: 4.8vw;
  }

  body .mian .match_itembox .match_big ul li .match_bigcentent .info .give span {
    font-size: calc(12vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcover .time_info {
    padding: calc(5vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcover .time_info span {
    font-size: calc(12vw / 7.5);
  }

  body .mian .match_itembox .match_big ul li .match_bigcover .play {
    width: calc(22vw / 7.5);
    height: calc(32vw / 7.5);
  }

  body .mian .match_itembox .sort {
    width: 11.46667vw;
    height: 5.46667vw;
    padding-left: 2vw;
  }

  body .mian .match_itembox .sort span {
    font-size: 2.93333vw;
  }

  body .mian .match_itembox .match_small ul {
    gap: 3.33333vw;
  }

  body .mian .match_itembox .match_small li {
    height: auto;
  }

  body .mian .match_itembox .match_small li .text {
    padding: calc(10vw / 7.5);
  }

  body .mian .match_itembox .match_small li .text span {
    font-size: calc(12vw / 7.5);
  }

  body .merge .contentarea .posted .listranking {
    padding: 2.8vw 3.73333vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info {
    padding: 2.66667vw 2vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info {
    margin-top: 4.26667vw;
    padding-bottom: 2.66667vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .migu span,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .migu span,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .migu span {
    font-size: 2.66667vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .like span,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .like span,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .like span {
    font-size: 2.66667vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .like img,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .like img,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .like img {
    width: 3.46667vw;
    height: 2.66667vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_time,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_time,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_time {
    padding: 1.86667vw 2.4vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_time span,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_time span,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_time span {
    font-size: 2.66667vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info h3,
  body .merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info h3,
  body .merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info h3 {
    font-size: 3.2vw;
  }

  body .merge .contentarea .posted .listranking ul li:nth-child(n+4) .matter p {
    font-size: 2.93333vw;
  }

  body .merge .contentarea .posted .listranking ul li .rank {
    width: 10.13333vw;
    height: 4vw;
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }

  body .merge .contentarea .posted .listranking ul li .rank span {
    font-size: 2.66667vw;
  }

  body .merge .contentarea .posted .buddy {
    padding: 0 2.66667vw;
  }

  body .merge .contentarea .posted .buddy ul {
    gap: 1.33333vw;
  }

  body .merge .contentarea .posted .buddy ul li {
    width: calc(100% / 3 - 7vw / 7.5);
    height: auto;
  }

  body .merge .contentarea .posted .buddy ul li .Img {
    flex: 1;
  }

  body .merge .contentarea .posted .buddy ul li .nickname {
    height: 4.53333vw;
    font-size: 3.2vw;
  }

  body .mian .consult .consult_list ul li p a {
    font-size: calc(16vw / 7.5);
  }
}

.merge {
  display: flex;
  background: url(../images/videolist_bj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.merge .page {
  margin-top: 71px;
  padding-bottom: 59px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

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

.merge .page .pagination li {
  width: 40px;
  height: 33px;
  border: 1px solid #eee;
  border-radius: 10px;
}

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

.merge .page .pagination .active {
  background: #f7f7ff;
}

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

.merge .big_screen {
  display: flex;
  gap: 15px;
  margin-top: 62px;
}

.merge .big_screen .big_screen_left {
  position: relative;
  flex: 1;
  height: 480px;
}

.merge .big_screen .big_screen_left .big_screenImg {
  width: 100%;
  height: 100%;
}

.merge .big_screen .big_screen_left .big_screenImg img {
  width: 100%;
  height: 100%;
}

.merge .big_screen .big_screen_left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
}

.merge .big_screen .big_screen_left .play img {
  width: 100%;
  height: 100%;
}

.merge .big_screen .big_screen_right {
  position: relative;
  width: 36%;
  height: 480px;
  background: #1b1c64;
  padding: 29px;
}

.merge .big_screen .big_screen_right .swiper {
  width: 100%;
  height: 100%;
}

.merge .big_screen .big_screen_right .swiper-wrapper {
  width: 100%;
  height: auto;
}

.merge .big_screen .big_screen_right .swiper-wrapper .essay {
  display: flex;
  flex-direction: column;
}

.merge .big_screen .big_screen_right .swiper-wrapper .essay p {
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}

.merge .big_screen .big_screen_right .swiper-wrapper .essay p {
  padding-top: 28px;
  font-size: 15px;
  color: #f5f5f5;
  line-height: 34px;
  border-top: 1px solid #343572;
}

.merge .big_screen .big_screen_right .myscreenSwiper-next,
.merge .big_screen .big_screen_right .myscreenSwiper-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  cursor: pointer;
  z-index: 11;
}

.merge .big_screen .big_screen_right .myscreenSwiper-next span,
.merge .big_screen .big_screen_right .myscreenSwiper-prev span {
  font-size: 34px;
  color: #fff;
}

.merge .big_screen .big_screen_right .myscreenSwiper-next {
  left: unset;
  right: 0;
}

.merge .big_screen .big_screen_right .myscreenSwiper-next span {
  transform: rotate(180deg);
}

.merge .big_screen .big_screen_right .swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 23px;
  user-select: none;
}

.merge .big_screen .big_screen_right .swiper-pagination-current {
  font-size: 22px;
  color: #fff;
}

.merge .big_screen .big_screen_right .swiper-pagination-total {
  font-size: 18px;
  color: #fff;
}

.merge .contentarea {
  margin-top: 100px;
  display: flex;
  gap: 15px;
}

.merge .contentarea .title {
  height: 51px;
  padding-left: 27px;
}

.merge .contentarea .title .title_left {
  width: 158px;
}

.merge .contentarea .title .title_left::before {
  width: 27px;
}

.merge .contentarea .title ul {
  gap: 22px;
  overflow-x: auto;
}

.merge .contentarea .title ul li a {
  font-size: 16px;
  white-space: nowrap;
}

.merge .contentarea .match {
  flex: 1;
  overflow: hidden;
}

.merge .contentarea .match .matchbox {
  background: #fff;
  padding: 0 20px;
  padding-bottom: 45px;
  overflow: hidden;
}

.merge .contentarea .posted {
  width: 32%;
}

.merge .contentarea .posted .title .title_left {
  width: 110px;
}

.merge .contentarea .posted .listranking {
  width: 100%;
  background: url(../images/posted_video.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.merge .contentarea .posted .listranking ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.merge .contentarea .posted .listranking ul li .rank {
  width: 76px;
  height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #77778e;
}

.merge .contentarea .posted .listranking ul li .rank span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover {
  position: relative;
  width: 100%;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .rank,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .rank,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .rank {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #c41620;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_img,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_img,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_img {
  width: 100%;
  height: 100%;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_img img,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_img img,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .play,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .play,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .play img,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .play img,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .play img {
  width: 32px;
  height: 42px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_time,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_time,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_time {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_cover .ranking_time span,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .ranking_time span,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .ranking_time span {
  color: #fff;
  font-size: 18px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info {
  padding: 15px;
  box-sizing: border-box;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info span,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info span,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info span a,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info span a,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info span a {
  color: #25252f;
  font-weight: bold;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ecebf0;
  padding-bottom: 20px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .migu span,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .migu span,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .migu span {
  color: #707077;
  font-size: 12px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .like,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .like,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .like {
  display: flex;
  align-items: center;
  gap: 5px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .like img,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .like img,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .like img {
  width: 16px;
  height: 10px;
}

.merge .contentarea .posted .listranking ul li:nth-child(1) .ranking_info .source_info .like span,
.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_info .source_info .like span,
.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_info .source_info .like span {
  font-size: 12px;
  color: #707077;
}

.merge .contentarea .posted .listranking ul li:nth-child(2) .ranking_cover .rank {
  background: #ea602b;
}

.merge .contentarea .posted .listranking ul li:nth-child(3) .ranking_cover .rank {
  background: #ffba4b;
}

.merge .contentarea .posted .listranking ul li:nth-child(n+4) {
  display: flex;
  gap: 16px;
}

.merge .contentarea .posted .listranking ul li:nth-child(n+4) .matter {
  display: grid;
  flex: 1;
  border-bottom: 1px solid #ecebf0;
  padding-bottom: 15px;
}

.merge .contentarea .posted .listranking ul li:nth-child(n+4) .matter a {
  width: 100%;
  display: grid;
}

.merge .contentarea .posted .listranking ul li:nth-child(n+4) .matter p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #32323c;
}

.merge .contentarea .posted .buddy {
  width: 100%;
  height: auto;
  padding: 15px;
  background: url(../images/buddy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 25px;
}

.merge .contentarea .posted .buddy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.merge .contentarea .posted .buddy ul li {
  width: calc(100% / 3 - 10px);
  height: 166px;
  border: 1px solid #d9d9de;

}

.merge .contentarea .posted .buddy ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.merge .contentarea .posted .buddy ul li .Img {
  width: 100%;
  height: 130px;
}

.merge .contentarea .posted .buddy ul li .Img img {
  width: 100%;
  height: 100%;
  transform: scale(0.7);
}

.merge .contentarea .posted .buddy ul li .nickname {
  width: 100%;
  height: 34px;
  background: #d9d9de;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22222c;
  font-size: 12px;
  font-weight: bold;
}

.mian .match_itembox {
  width: 100%;
  padding-top: 20px;
}

.mian .match_itembox .sort {
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 41px;
  background: #3c3cb3;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mian .match_itembox .sort span {
  color: #fff;
  font-size: 20px;
}

.mian .match_itembox .match_big ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mian .match_itembox .match_big ul li {
  height: 170px;
  gap: 18px;
  display: flex;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.mian .match_itembox .match_big ul li .match_bigcover {
  position: relative;
  width: 220px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.mian .match_itembox .match_big ul li .match_bigcover .cover {
  width: 100%;
  height: 100%;
}

.mian .match_itembox .match_big ul li .match_bigcover .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mian .match_itembox .match_big ul li .match_bigcover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 32px;
}

.mian .match_itembox .match_big ul li .match_bigcover .play img {
  width: 100%;
  height: 100%;
}

.mian .match_itembox .match_big ul li .match_bigcover .time_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
}

.mian .match_itembox .match_big ul li .match_bigcover .time_info span {
  font-size: 12px;
  color: #fff;
}

.mian .match_itembox .match_big ul li .match_bigcentent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 17px;
  box-sizing: border-box;
}

.mian .match_itembox .match_big ul li .match_bigcentent article {
  width: 100%;
  display: grid;
  flex-direction: column;
  gap: 10px;
}

.mian .match_itembox .match_big ul li .match_bigcentent article span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #25252f;
  font-weight: bold;
}

.mian .match_itembox .match_big ul li .match_bigcentent article p {
  font-size: 16px;
  color: #797980;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 32px;
}

.mian .match_itembox .match_big ul li .match_bigcentent .info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ecebf0;
}

.mian .match_itembox .match_big ul li .match_bigcentent .info .source span {
  font-size: 12px;
  color: #7c7c82;
}

.mian .match_itembox .match_big ul li .match_bigcentent .info .give {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .match_itembox .match_big ul li .match_bigcentent .info .give img {
  width: 17px;
  height: 15px;
}

.mian .match_itembox .match_big ul li .match_bigcentent .info .give span {
  font-size: 12px;
  color: #86868c;
}

.mian .match_itembox .match_small {
  margin-top: 25px;
}

.mian .match_itembox .match_small ul {
  display: flex;
  gap: 10px;
}

.mian .match_itembox .match_small li {
  position: relative;
  flex: 1;
  height: 160px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.mian .match_itembox .match_small li a {
  width: 100%;
  height: 100%;
}

.mian .match_itembox .match_small li .item {
  width: 100%;
  height: 100%;
}

.mian .match_itembox .match_small li .seal {
  width: 100%;
  height: 100%;
}

.mian .match_itembox .match_small li .seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mian .match_itembox .match_small li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

.mian .match_itembox .match_small li .text span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}

.mian .loadmore {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  cursor: pointer;
}

.mian .loadmore span {
  font-size: 20px;
  color: #b9b9cc;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mian .loadmore span::after {
  content: '';
  width: 17px;
  height: 2px;
  background: #b9b9cc;
}

.mian .loadmore span::before {
  content: '';
  width: 17px;
  height: 2px;
  background: #b9b9cc;
}

@media screen and (max-width: 1000px) {
  body .detail_mian .large-screen {
    height: auto;
    flex-direction: column;
  }

  body .detail_mian .large-screen .contestinfo {
    width: 100%;
  }

  body .detail_mian .tournament .tournament_info {
    flex-direction: column;
  }

  body .detail_mian .tournament .tournament_info .time_info {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

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

  body .detail_mian .title ul li a {
    color: #fff;
  }

  body .detail_mian .large-screen {
    height: auto;
  }

  body .detail_mian .large-screen .screenbox {
    height: 56.66667vw;
  }

  body .detail_mian .large-screen .screenbox .playbtn {
    width: 16vw;
    height: 16vw;
  }

  body .detail_mian .large-screen .screenbox .information {
    padding: 2.66667vw 3.73333vw;
  }

  body .detail_mian .large-screen .screenbox .information .information_time {
    font-size: 3.33333vw;
  }

  body .detail_mian .large-screen .screenbox .information .information_time span {
    font-size: 2.93333vw;
  }

  body .detail_mian .large-screen .screenbox .information_info {
    gap: 2.66667vw;
  }

  body .detail_mian .large-screen .screenbox .information_info>div img {
    width: 4vw;
    height: 3.46667vw;
  }

  body .detail_mian .large-screen .screenbox .information_info span {
    font-size: 2.66667vw;
  }

  body .detail_mian .large-screen .contestinfo {
    padding: 4vw 3.73333vw;
  }

  body .detail_mian .large-screen .contestinfo .contestinfo_title {
    font-size: 3.73333vw;
    margin-bottom: 3.73333vw;
  }

  body .detail_mian .large-screen .contestinfo .live_list {
    padding: 3.73333vw 0;
  }

  body .detail_mian .large-screen .contestinfo .live_list ul li a {
    font-size: 2.66667vw;
  }

  body .detail_mian .large-screen .contestinfo .live_list ul li:nth-child(n+6) {
    margin-top: 2.53333vw;
    padding-left: 3.06667vw;
  }

  body .detail_mian .large-screen .contestinfo .live_list ul li:nth-child(6) {
    padding-left: 0;
  }

  body .detail_mian .large-screen .contestinfo .real ul li .outside span {
    font-size: 2.93333vw;
  }

  body .detail_mian .large-screen .contestinfo {
    height: auto;
  }

  body .detail_mian .tournament .tournament_info .time_info {
    padding: 2.66667vw 0;
    gap: 4.66667vw;
  }

  body .detail_mian .tournament .tournament_info .time_info span {
    font-size: 2.66667vw;
  }

  body .detail_mian .tournament .tournament_info .time_info .live img {
    width: 4.8vw;
    height: 3.46667vw;
  }

  body .detail_mian .tournament .tournament_info .time_info .live span {
    font-size: 2.93333vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .origin {
    padding-right: 3.06667vw;
    height: 6.66667vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .origin a {
    font-size: 2.66667vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass {
    padding: 2.66667vw 0;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .team img {
    width: 17.33333vw;
    height: 14.66667vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .team span {
    font-size: 3.73333vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .team {
    width: 30.13333vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .score {
    gap: 4.26667vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .score span {
    font-size: 6.4vw;
  }

  body .detail_mian .tournament .tournament_info .team_info .surpass .score .rate {
    font-size: 3.46667vw;
  }

  body .detail_mian .tournament .transmit {
    height: 12.8vw;
    padding: 0 3.86667vw;
  }

  body .detail_mian .tournament .transmit span {
    font-size: calc(20vw / 7.5);
  }

  body .detail_mian .tournament .transmit ul li a {
    font-size: 2.93333vw;
  }

  body .detail_mian .tournament .transmit ul {
    gap: 5.06667vw;
  }


  body .detail_mian .introduce .paragraph {
    padding: 6.66667vw 7.46667vw 9.86667vw 6vw;
  }

  body .detail_mian .introduce .paragraph article {
    font-size: calc(16vw / 7.5);
  }

  body .detail_mian .introduce .paragraph article p {
    font-size: calc(16vw / 7.5);
  }

  body .detail_mian .introduce .paragraph article a {
    font-size: calc(16vw / 7.5);
  }

  body .detail_mian .large-screen .contestinfo .text {
    padding-top: 3.73333vw;
    height: 43.33333vw;
    font-size: 2.66667vw;
    line-height: 5.33333vw;
  }

  body .detail_mian .large-screen .contestinfo .letter .letter_time span {
    font-size: 2.66667vw;
  }

  body .detail_mian .large-screen .contestinfo .letter .letter_like img {
    width: 3.33333vw;
    height: 2.66667vw;
  }

  body .detail_mian .large-screen .contestinfo .letter .letter_like span {
    font-size: 2.66667vw;
  }
}

.detail_mian {
  display: flex;
  background: url(../images/video_bj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.detail_mian .title {
  height: 51px;
  padding-left: 26px;
}

.detail_mian .title .title_left {
  width: 155px;
}

.detail_mian .title .title_left span {
  font-size: 24px;
}

.detail_mian .title .title_left::before {
  width: 26px;
}

.detail_mian .title ul {
  gap: 20px;
  overflow-x: auto;
}

.detail_mian .title ul li a {
  white-space: nowrap;
  font-size: 20px;
  color: #25252f;
}

.detail_mian .large-screen {
  display: flex;
  height: auto;
  padding-top: 62px;
  gap: 15px;
  height: 535px;
}

.detail_mian .large-screen .screenbox {
  position: relative;
  flex: 1;
  height: 100%;
}

.detail_mian .large-screen .screenbox .screen_image {
  width: 100%;
  height: 100%;
}

.detail_mian .large-screen .screenbox .screen_image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.detail_mian .large-screen .screenbox .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}

.detail_mian .large-screen .screenbox .playbtn img {
  width: 100%;
  height: 100%;
}

.detail_mian .large-screen .screenbox .information {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.detail_mian .large-screen .screenbox .information .information_time {
  display: flex;
  align-items: center;
  gap: 25px;
}

.detail_mian .large-screen .screenbox .information .information_time span {
  font-size: 18px;
  color: #d7d7e5;
}

.detail_mian .large-screen .screenbox .information_info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.detail_mian .large-screen .screenbox .information_info span {
  color: #ababba;
  font-size: 17px;
}

.detail_mian .large-screen .screenbox .information_info>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail_mian .large-screen .screenbox .information_info>div img {
  width: 30px;
  height: 26px;
}

.detail_mian .large-screen .contestinfo {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 36%;
  height: 475px;
  background: #1b1c62;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}

.detail_mian .large-screen .contestinfo .contestinfo_title {
  font-size: 20px;
  color: #f5f5f5;
  margin-bottom: 18px;
}

.detail_mian .large-screen .contestinfo .contestinfo_title a {
  font-weight: bold;
  color: #f5f5f5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.detail_mian .large-screen .contestinfo .live_list {
  padding: 15px 0;
  border-top: 1px solid #343572;
  border-bottom: 1px solid #343572;
}

.detail_mian .large-screen .contestinfo .live_list ul {
  display: flex;
  flex-wrap: wrap;
}

.detail_mian .large-screen .contestinfo .live_list ul li {
  width: calc(100% / 3);
  margin-top: 19px;
}

.detail_mian .large-screen .contestinfo .live_list ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #c8c7db;
}

.detail_mian .large-screen .contestinfo .live_list ul li:nth-child(n+6) {
  padding-left: 23px;
  box-sizing: border-box;
}

.detail_mian .large-screen .contestinfo .live_list ul li:nth-child(6) {
  padding-left: 0;
}

.detail_mian .large-screen .contestinfo .real {
  padding-top: 18px;
  box-sizing: border-box;
  overflow-y: auto;
}

.detail_mian .large-screen .contestinfo .real ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail_mian .large-screen .contestinfo .real ul li {
  width: 100%;
}

.detail_mian .large-screen .contestinfo .real ul li .outside {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.detail_mian .large-screen .contestinfo .real ul li .outside .outside_title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail_mian .large-screen .contestinfo .real ul li .outside span {
  color: #777898;
  font-size: 16px;
  white-space: 'nowrap';
}

.detail_mian .large-screen .contestinfo .real ul .active .outside span {
  color: #e2e2ed;
}

.detail_mian .large-screen .contestinfo .text {
  padding-top: 28px;
  border-top: 1px solid #343572;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 32px;
  height: 225px;
}

.detail_mian .large-screen .contestinfo .letter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_mian .large-screen .contestinfo .letter .letter_time span {
  color: #b8b9d2;
  font-size: 18px;
}

.detail_mian .large-screen .contestinfo .letter .letter_like {
  display: flex;
  align-items: center;
  gap: 5px;
}

.detail_mian .large-screen .contestinfo .letter .letter_like img {
  width: 25px;
  height: 20px;
}

.detail_mian .large-screen .contestinfo .letter .letter_like span {
  color: #b8b9d2;
  font-size: 18px;
}

.detail_mian .tournament {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.detail_mian .tournament .tournament_info {
  display: flex;
  width: 100%;
  height: auto;
}

.detail_mian .tournament .tournament_info .time_info {
  display: flex;
  flex-direction: column;
  background: #1b1a20;
  width: 24%;
  height: 324px;
  padding-left: 24px;
  padding-top: 50px;
  box-sizing: border-box;
  gap: 35px;
}

.detail_mian .tournament .tournament_info .time_info span {
  color: #ffffff;
  font-size: 20px;
}

.detail_mian .tournament .tournament_info .time_info .live {
  display: flex;
  align-items: center;
  gap: 5px;
}

.detail_mian .tournament .tournament_info .time_info .live img {
  width: 36px;
  height: 26px;
}

.detail_mian .tournament .tournament_info .time_info .live span {
  color: #ccccde;
  font-size: 22px;
}

.detail_mian .tournament .tournament_info .team_info {
  flex: 1;
  height: 324px;
  display: flex;
  flex-direction: column;
}

.detail_mian .tournament .tournament_info .team_info .origin {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 23px;
  justify-content: flex-end;
  background: #2a2930;
}

.detail_mian .tournament .tournament_info .team_info .origin a {
  color: #8f8f94;
  font-size: 18px;
}

.detail_mian .tournament .tournament_info .team_info .surpass {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #323139;
}

.detail_mian .tournament .tournament_info .team_info .surpass .team {
  width: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 37px;
}

.detail_mian .tournament .tournament_info .team_info .surpass .team img {
  width: 130px;
  height: 110px;
}

.detail_mian .tournament .tournament_info .team_info .surpass .team span {
  width: 100%;
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.detail_mian .tournament .tournament_info .team_info .surpass .score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.detail_mian .tournament .tournament_info .team_info .surpass .score span {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.detail_mian .tournament .tournament_info .team_info .surpass .score .rate {
  font-size: 26px;
  color: #939398;
}

.detail_mian .tournament .transmit {
  height: 96px;
  width: 100%;
  background: #3c3cb3;
  padding: 0 29px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.detail_mian .tournament .transmit span {
  color: #c8c7db;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 800;
}

.detail_mian .tournament .transmit ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

@keyframes OpacityBreath {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.95;
  }

  100% {
    opacity: 0.3;
  }
}

.detail_mian .tournament .transmit ul li a {
  white-space: nowrap;
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
  animation: OpacityBreath 2s ease-in-out infinite;
}

.detail_mian .introduce {
  margin-top: 25px;
}

.detail_mian .introduce .paragraph {
  background: url(../images/paragraph_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 56px 74px 45px;
}

.detail_mian .introduce .paragraph article {
  display: flex;
  flex-wrap: wrap;
  color: #62636f;
  font-size: 16px;
}

.detail_mian .introduce .paragraph article p {
  font-size: 16px;
  color: #62636f;
}

.detail_mian .introduce .paragraph article a {
  font-size: 16px;
  color: #62636f;
}



.detail_mian .splendid {
  margin-top: 100px;
}

.detail_mian .splendid .splendidbox {
  background: #fff;
  padding: 0 20px;
  padding-bottom: 45px;
}

.detail_mian .splendid .splendidbox .info {
  padding-right: 29px;
}

@media screen and (max-width: 750px) {
  body .news_mian .newsarticle .newsdetail {
    padding: 6.66667vw 8.93333vw 1.73333vw 6vw;
  }

  body .news_mian .newsarticle .newsdetail p {
    font-size: calc(16vw / 7.5);
    line-height: calc(40vw / 7.5);
  }

  body .news_mian .newsarticle .newsdetail img {
    width: 100%;
    height: auto;
    margin-top: 4.66667vw;
    margin-bottom: 7.33333vw;
  }
}

.news_mian {
  background: url(../images/news_mian_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  height: auto;
}

.news_mian .newsarticle {
  margin-top: 165px;
}

.news_mian .newsarticle .newsdetail {
  background: url(../images/newsarticle_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 67px 13px 45px;
}

.news_mian .newsarticle .newsdetail p {
  font-size: 16px;
  line-height: 40px;
  color: #62636f;
  font-weight: bold;
}

.news_mian .newsarticle .newsdetail img {
  margin: auto;
  margin-top: 35px;
  margin-bottom: 55px;
  width: 640px;
  height: auto;
  display: block;
}

.news_mian .newsarticle .newsdetail .Img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.match_mian .livefocus_matchbox {
  padding: 15px;
}

.match_mian .contentarea .title ul li a {
  color: #e6e6e9;
  white-space: nowrap;
}


.match_mian .contentarea .livefocus_match {
  flex: 1;
  overflow: hidden;
}

.match_mian .contentarea .mactch_page {
  background: #fff;
}

.match_mian .contentarea .livefocus_match {
  width: 100%;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li {
  width: calc(100% / 2 - 8px);
  height: 190px;
  background-color: #f8f8ff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title {
  height: 56px;
  background: #e7e9fe;
  display: flex;
  justify-content: space-between;
  padding: 10px 9px 10px 14px;
  box-sizing: border-box;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live .iconfont {
  color: #1b1c62;
  font-size: 18px;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .start .iconfont {
  color: green;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .end .iconfont {
  color: gray;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time span a {
  color: #1b1a20;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time span {
  font-size: 12px;
  color: #1b1a20;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live img {
  width: 21px;
  height: 15px;
  vertical-align: middle;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live span {
  font-size: 13px;
  color: #1b1a20;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live span a {
  color: #1b1a20;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content {
  flex: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  padding: 0 10px;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content a {
  overflow: hidden;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team img {
  width: 52px;
  height: 42px;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team span {
  font-size: 15px;
  color: #1b1a20;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .score {
  display: flex;
  flex-direction: column;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .score .score_top {
  font-size: 14px;
  color: #1b1a20;
  white-space: nowrap;
  text-align: center;
}

.match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .score .score_bottom {
  font-size: 14px;
  color: #7f7f84;
  white-space: nowrap;
}

@media screen and (max-width:750px) {
  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team {
    gap: calc(19vw / 7.5);
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content {
    padding: 0 calc(10vw / 7.5);
  }

  body .match_mian .livefocus_matchbox {
    padding: calc(20vw / 7.5);
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul {
    gap: 2.13333vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li {
    width: calc(50% - (8vw / 7.5));
    height: 32vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team img {
    width: 6.93333vw;
    height: 5.6vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox .livefocus_matchbox ul li .competition_title {
    height: 10.13333vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title {
    height: calc(76vw / 7.5);
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time {
    gap: 0.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time span {
    white-space: nowrap;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title {
    padding: 1.33333vw 1.2vw 1.33333vw 1.86667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live img {
    width: 4.13333vw;
    height: 3.33333vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live span {
    font-size: 2.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .competition_time span {
    font-size: 2.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .team span {
    font-size: 2.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .score .score_top {
    font-size: 2.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_content .score .score_bottom {
    font-size: 2.66667vw;
  }

  body .match_mian .contentarea .livefocus_match .livefocus_matchbox ul li .competition_title .live .iconfont {
    font-size: calc(18vw / 7.5);
  }
}

.team_mian {
  background-position: initial;
}

.mian .competition_info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.mian .competition_info .competition_item {
  width: calc(100% / 2 - 8px);
  background: #f9faf8;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

.mian .competition_info .competition_item .competition_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  box-sizing: border-box;
}

.mian .competition_info .competition_item .competition_title .logo {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mian .competition_info .competition_item .competition_title .logo img {
  height: 34px;
}

.mian .competition_info .competition_item .competition_title .logo span {
  font-size: 19px;
  color: #25170c;
}

.mian .competition_info .competition_item .competition_title .see a {
  font-size: 18px;
  color: #f0751a;
}

.mian .competition_info .competition_item .competition_content {
  padding-top: 22px;
  padding-bottom: 54px;
  box-sizing: border-box;
}

.mian .competition_info .competition_item .competition_content ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mian .competition_info .competition_item .competition_content ul li {
  display: flex;
  justify-content: space-between;
}

.mian .competition_info .competition_item .competition_content ul li .month {
  white-space: nowrap;
  margin-right: 20px;
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .time {
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name a {
  font-size: 14px;
  color: #25170c;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name:first-child {
  text-align: right;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_vs {
  width: 42px;
  text-align: center;
  white-space: nowrap;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_vs a {
  color: #25170c;
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .status {
  width: 32px;
  text-align: center;
}

.mian .competition_info .competition_item .competition_content ul li .status a {
  white-space: nowrap;
  font-size: 16px;
  color: #25170c;
}

.mian .team_infolist {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #f9faf8;
  margin-top: 20px;
  border-radius: 10px;
}

.mian .team_infolist .team_infolist_content {
  display: flex;
  gap: 98px;
  padding-bottom: 72px;
}

.mian .team_infolist .team_infolist_content ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 22px;
  flex-wrap: wrap;
}

.mian .team_infolist .team_infolist_content ul li {
  display: flex;
}

.mian .team_infolist .team_infolist_content ul li .troop {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .team_infolist .team_infolist_content ul li .troop .troop_team {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #25170c;
}

.mian .team_infolist .team_infolist_content ul li .troop .troop_vs {
  font-size: 16px;
  color: #25170c;
}



@media screen and (max-width: 1000px) {
  body .mian .competition_info .competition_item .competition_content ul li .team .team_name {
    width: 85px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .month {
    font-size: 12px;
    margin-right: 10px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .time {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_name a {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_vs a {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .status a {
    font-size: 12px;
  }

  body .mian .team_infolist .team_infolist_content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  body .mian .competition_info .competition_item {
    width: 100%;
    padding: 0 2vw;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_name {
    width: 18.4vw;
  }

  body .mian .competition_info .competition_item .competition_content ul li .month {
    margin-right: 6.66667vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo {
    gap: 2.93333vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo span {
    font-size: 2.93333vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo img {
    width: 11.33333vw;
  }

  body .mian .competition_info .competition_item .competition_title .see a {
    font-size: 2.93333vw;
  }

  body .mian .team_infolist .team_infolist_content ul li {
    width: calc(100% / 4 - 18px);
  }

  body .mian .team_infolist .team_infolist_content ul li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .mian .team_infolist .team_infolist_content ul li .troop .troop_team {
    font-size: 3.2vw;
  }

  body .mian .team_infolist .team_infolist_content ul li .troop .troop_vs {
    font-size: 3.2vw;
  }
}


.match_info .crossswords {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 50px;
  border-radius: 15px;
}

.match_info .crossswords .choice {
  display: flex;
  justify-content: center;
}

.match_info .crossswords .choice ul {
  display: flex;
  gap: 179px;
}

.match_info .crossswords .choice ul li {
  width: 96px;
  height: 33px;
  border-bottom: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match_info .crossswords .choice ul li a {
  font-size: 18px;
  color: #25170c;
}

.match_info .crossswords .choice ul .active {
  border-bottom-color: #3c3cb4;
}

.match_info .crossswords .matchtime_title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.match_info .crossswords .matchtime_title span {
  font-size: 18px;
}

.match_info .crossswords .matchtime .matchtime_list {
  width: 100%;
  border: 1px solid #eeeeee;
  margin-top: 15px;
  border-radius: 10px;
}

.match_info .crossswords .matchtime .matchtime_list ul {
  width: 100%;
}

.match_info .crossswords .matchtime .matchtime_list ul li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 16px;
  box-sizing: border-box;
}

.match_info .crossswords .matchtime .matchtime_list ul li:last-child {
  border-bottom: none;
}

.match_info .crossswords .matchtime .matchtime_list ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  width: 100%;
}

.match_info .crossswords .matchtime .matchtime_list ul li .year {
  font-size: 18px;
  color: #4b4644;
  white-space: nowrap;
}

.match_info .crossswords .matchtime .matchtime_list ul li .time {
  font-size: 18px;
  color: #25170c;
  text-align: center;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 35px;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  gap: 12px;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team span {
  flex: 1;
  font-size: 18px;
  color: #25170c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team img {
  width: 37px;
  height: 37px;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team:first-child span {
  text-align: right;
}

.match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen {
  display: flex;
  width: 72px;
  justify-content: center;
}

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

.match_info .crossswords .matchtime .matchtime_list ul li .gamedetails {
  color: #25170c;
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
}

.match_info .crossswords .recentgames {
  margin-top: 25px;
}

.match_info .crossswords .recentgames .recentgames_select {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.match_info .crossswords .recentgames .recentgames_select ul {
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  border: 1px solid #ccc;
}

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

.match_info .crossswords .recentgames .recentgames_select ul li a {
  display: flex;
  gap: 6px;
}

.match_info .crossswords .recentgames .recentgames_select ul li a span {
  color: #25170c;
  font-size: 18px;
}

.match_info .crossswords .recentgames .recentgames_select ul .active {
  background: #3c3cb4;
  border-radius: 10px;
}


.match_info .crossswords .recentgames .recentgames_select ul .active span {
  color: #fff;
}

.match_info .crossswords .recentgames .recentgames_list {
  width: 100%;
}

.match_info .crossswords .recentgames .recentgames_list .table {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 16px;
  box-sizing: border-box;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li:last-child {
  border-bottom: none;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li:first-child .linkbox span {
  font-weight: 600;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .troops {
  display: flex;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .troops span {
  flex: 1;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 6fr 1fr 1fr;
}

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

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .integral {
  text-align: right;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  gap: 26px;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
  width: 38px;
  height: 33px;
}

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

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer:first-child span {
  text-align: right;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer:last-child span {
  text-align: left;
}

.match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match_info .crossswords .introduce {
  background: #f8f8f8;
  padding: 13px 15px;
}

.match_info .crossswords .introduce .eventName {
  margin: 12px 0;
}

.match_info .crossswords .introduce .eventName ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.match_info .crossswords .introduce .eventName ul li {
  display: flex;
  align-items: center;
}

.match_info .crossswords .introduce .eventName ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 50%;
  margin-right: 10px;
}

.match_info .crossswords .introduce .eventName ul li span {
  font-size: 14px;
  color: #626161;
  white-space: nowrap;
}

.match_info .crossswords .introduce .eventName ul li a {
  color: #3c3cb4;
  font-size: 14px;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match_info .crossswords .introduce .text {
  color: #626161;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  body .match_info .crossswords .introduce {
    padding: 1.73333vw;
    margin-top: calc(50vw / 7.5);
    border-radius: calc(15vw / 7.5);
  }

  body .match_info .crossswords .matchtime_title span {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords {
    padding: calc(10vw / 7.5);
  }

  body .match_info .crossswords .choice ul li a {
    font-size: 2.93333vw;
  }

  body .match_info .crossswords .choice ul {
    gap: 6.66667vw;
  }

  body .match_info .crossswords .choice ul li {
    width: 12.8vw;
    height: 5.73333vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li {
    padding: 0.66667vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .year {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .time {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .rank {
    gap: 1.33333vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_team span {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .gamedetails {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen {
    width: 9.33333vw;
  }

  body .match_info .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen span {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .recentgames .recentgames_select ul li {
    width: 32vw;
    height: 5.86667vw;
  }

  body .match_info .crossswords .recentgames .recentgames_select ul .active {
    border-radius: 1.33333vw;
  }

  body .match_info .crossswords .recentgames .recentgames_select ul li a span {
    font-size: 2.93333vw;
  }

  body .match_info .crossswords .recentgames .recentgames_select {
    margin: 2.66667vw 0;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li {
    padding: 0.66667vw;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox span,
  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox time {
    font-size: 2.66667vw;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle {
    gap: 2.13333vw;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li:first-child .linkbox span {
    text-align: right;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
    width: 5.06667vw;
    height: 4.4vw;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
    width: 9.6vw;
  }

  body .match_info .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
    gap: 1.33333vw;
  }
}

.livefocus {
  flex: 1;
  overflow: hidden;
}


.popularTags {
  margin: 60px 0;
}

.popularTagsList {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 17px;
  gap: 20px;

}

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

.popularTagsList li a {
  font-size: 14px;
  color: #7e7d85;
}

.svgCode {
  width: auto;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}

@media screen and (max-width: 750px) {
  body .popularTags {
    margin: calc(60vw / 7.5) 0;
  }

  body .popularTagsList {
    gap: calc(20vw / 7.5);
    padding: calc(17vw / 7.5);
  }

  body .popularTagsList li a {
    font-size: calc(18vw / 7.5);
  }

  .svgCode {
    height: calc(17vw / 7.5);
  }

}

.analysis {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 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: auto;
  border-radius: 50%;
}

.analysis ul li .likenessBox span {
  font-size: 14px;
  white-space: nowrap;
  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: #3c3cb3;
}

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

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

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

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

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