.detail-tag-box {
  line-height: 28px;
  display: flex;
  flex-flow: wrap;
  padding: 10px;
  align-items: center;
  font-size: 14px;
  background: #fff;
}

.detail-tag {
  border: 1px solid #eef3f8;
  padding: 0px 12px;
  margin: 5px;
  color: orangered;
  display: inline-block;
}

.news-box-wrap {
  display: flex;
  flex-direction: column;
}

.m-menu {
  min-width: 100px;
}

.news-item {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  border-bottom: dotted 1px #999;
}

/*导航栏悬浮展示更多开始*/
.bgdaohang .m-menu .header_menu_item {
  min-width: 80px;
  position: relative;
  cursor: pointer;
  color: #333;
}
.bgdaohang .m-menu .header_menu_item .header_menu_item_item div {
  flex: 1;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  width: 100px;
  text-align: center;
}
.bgdaohang .m-menu .header_menu_item .header_menu_item_item div a {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff !important;
  width: 100px;
  text-align: center;
  padding: 0;
}
.bgdaohang .m-menu .header_menu_item .header_menu_item_item div:hover {
  border: solid 1px #12d0ad;
  width: 98px !important;
  background: #fff;
}
.bgdaohang .m-menu .header_menu_item .header_menu_item_item div:hover a {
  font-weight: bold;
  color: #12d0ad !important;
}

.header_menu_item .header_menu_item_item {
  position: absolute;
  display: none;
  background: #12d0ad;
  width: 100px;
  flex-flow: wrap;
  z-index: 99999;
  left: 0;
  top: 97%;
}

.header_menu_item > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 78%;
}

.new_content_h1 {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #12d0ad;
  line-height: 50px;
  font-weight: 600;
  background: #fff;
  padding-left: 10px;
}

/*--评论--*/
#comment_box {
  background: #fff;
  padding: 10px;
  margin-bottom: 22px;
  border: solid 1px rgb(231, 234, 241);
  border-radius: 5px;
}
#comments-title {
  padding-top: 100px;
  margin-top: -80px;
}
.c-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.comment-disable {
  padding: 1.5em;
  color: #888;
  text-align: center;
}
.comment-disable i.iconfont {
  padding-right: 5px;
  color: #666;
  font-size: 18px;
}
.comment-num {
  color: #999;
  font-size: 16px;
}
.comment-num .emphasize {
  color: #f33;
}
.no-comment {
  color: #999;
  text-align: center;
}
.no-comment i.iconfont {
  font-size: 60px;
  color: #ddd;
  display: block;
  margin-top: -20px;
  height: 90px;
}
.comment-msg {
  padding: 1.5em 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.comment-list .ul {
  list-style: none;
  border-top: 1px solid #ededed;
}
.comment-list .li {
  overflow: hidden;
  padding: 1em;
}
.comment-list .li:hover {
  background: #f8f8f8;
}
.comment-list .li img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.comment-list .li:hover img {
}
.comment-list .li .clbody {
  margin-left: 70px;
}
.comment-list .ul .ul {
  margin-left: 4%;
}
.comment-list .title {
  font-size: 18px;
  padding: 10px 0;
  color: #222;
}
.compost .com-info {
  margin-bottom: 10px;
}
.compost .com-info li {
  float: left;
  margin-bottom: 1em;
  width: 33.3%;
  padding-right: 3%;
  position: relative;
}
.compost .com-info li:nth-child(2) {
  padding-right: 0;
}
.compost .com-info li .verify {
  position: absolute;
  right: 6.5%;
  top: 0;
  z-index: 1;
  height: 40px;
}
.compost .com-info li .verify img {
  height: 100%;
  border: 1px solid #ddd;
}
.compost .com-info li input {
  width: 90%;
  height: 40px;
  line-height: 40px;
  padding-left: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-indent: 2px;
}
.compost .com-name {
  padding: 1em 0 1em 0.2em;
}
#cancel-reply {
  color: #12d0ad;
}
.com-box textarea {
  border-radius: 3px;
  text-indent: 5px;
  margin: 0 0 20px 0;
  padding: 5px;
  width: 98%;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-appearance: none;
  font-size: 14px;
}
.com-submit {
  border-radius: 3px;
  border: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #12d0ad, #b94a00);
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}
.comment-list .cinfo {
  height: 20px;
}
.comment-list .clbody .p {
  word-wrap: break-word;
}
.cinfo .author {
  color: #666;
}
.c-time {
  color: #999;
  font-size: 12px;
}
.comment-at {
  color: #12d0ad;
}
.reply-a {
  opacity: 0.5;
}
.comment-list li:hover .reply-a {
  opacity: 1;
}
.mcolor {
  color: #12d0ad;
}

.comment_area {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment_area li {
  line-height: 22px;
  border-bottom: 1px dotted #a0a0a0;
  padding: 8px 0;
}

.comment_area li p {
  font-size: 14px;
}

.list_comment_chatgpt_title {
  font-weight: 900;
  font-size: 15px;
}

.last_menu {
  padding-left: 20px;
}

.last_menu a {
  padding-left: 15px;
}

@media screen and (min-width: 767px) {
  .header_menu_item:hover .header_menu_item_item {
    display: flex;
  }
  .header_menu_item > a:after {
    left: 120%;
  }
  .news-item span {
    float: right;
  }
}

/*导航栏悬浮展示更多结束*/

.sall-dom {
  display: flex;
  height: 50px;
  float: right;
  align-items: center;
}

.inp_key-dom {
  width: 180px;
  height: 28px;
  float: left;
  background: #f1f1f1;
  border: solid 1px #333;
}

.search_btn {
  width: 50px;
  background: #000;
  color: #fff;
  height: 28px;
  cursor: pointer;
  border: 0;
}

.header_view_nav_section_info_logo img {
  width: 200px !important;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .m-logo > img {
    width: 150px !important;
    height: 50px;
    object-fit: contain;
  }

  .news-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .header_menu_item .header_menu_item_item li {
    flex: unset;
  }
  .header_menu_item,
  .m-menu {
    min-width: 80px !important;
  }

  .header_menu_item .header_menu_item_item {
    width: 100px;
    left: 30%;
  }
  .header_menu_item .header_menu_item_item li,
  .header_menu_item .header_menu_item_item li a {
    width: 100px;
  }

  .header_menu_item .header_menu_item_item li a:hover {
    width: 98px !important;
  }

  .mainHeader .headerMenus li .manyTitle > li {
    width: 25%;
  }

  .sall-dom {
    height: 50px;
    width: 160px;
    position: absolute;
    right: 60px;
    padding-right: 0;
  }

  .inp_key-dom {
    width: 112px;
    font-size: 14px;
  }
}

.detail-live-box {
  border-color: #1c969f;
  border-width: 2px;
  border-radius: 3px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  gap: 3px;
  width: max-content;
  border-style: solid;
  padding: 12px 18px;
  margin: 5px 0;
}

p.live-box-p1 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(28 150 159/1);
  font-size: 14px;
  line-height: 15px;
  padding-top: unset;
}

p.source-text {
  color: #999;
  font-size: 13px;
  padding-top: unset;
}

.detail-live-box:hover {
  color: #fff !important;
  background: #1c969f;
}

.detail-live-box:hover .live-box-p1,
.detail-live-box:hover .source-text {
  color: #fff !important;
}

.live-list-dom {
  background: #fff;
}

/*足球资料开始*/

.title_section {
  font-size: 1.2rem;
  font-weight: bold;
  color: #12d0ad;
}
.list_winner {
  font-size: 1rem;
  line-height: 3rem;
}
.logo_style {
  width: 2rem;
  display: inline;
  margin: 0 10px;
}
.margin_top_2rem {
  margin-top: 2rem;
}
.season_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.season_area a {
  color: #ffffff;
  float: left;
  margin-left: 0.5rem;
  text-decoration: none;
  background-color: #12d0ad;
  border-radius: 5px;
  margin-top: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.season_area a:hover {
  color: #ffffff !important;
}
.mastch_list_round_area {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.mastch_list_round_area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mastch_list_round_area ul li {
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
}
.mastch_list_round_area ul li a {
  text-decoration: none;
  color: #ffffff;
  background-color: #12d0ad;
  border-radius: 5px;
  padding: 1px 10px;
  white-space: normal;
}
.current_select {
  background-color: #ffffff;
  color: #12d0ad;
}

.list_winner_history,
.current_select_a {
  display: flex !important;
  align-items: center !important;
}
.news-zuixin ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.news-zuixin li {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-zuixin li section {
  border-bottom: #eee 1px solid;
  overflow: hidden;
}

.news-zuixin h2 {
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  margin: 3px 0 5px 0;
  width: unset;
}

.news-zuixin p {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
}

.news-zuixin-pic {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin-right: 10px;
}

.news-zuixin li img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  vertical-align: middle;
  transition: 0.5s;
}

::-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: rgba(50, 50, 50, 0.1);
}

.gd-title-box b {
  font-size: 16px;
  margin-right: 20px;
  padding: 0 10px 10px;
}
#tab li {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}

#tab-content section {
  display: none;
}
#tab-content1 section {
  display: none;
}

#tab-content section:nth-child(1) {
  display: block;
}
#tab-content1 section:nth-child(1) {
  display: block;
}

#tab {
  border-bottom: #e4e3e3 1px solid;
  margin: 20px;
}

#tab li {
  font-size: 16px;
  margin-right: 20px;
  padding: 0 10px 10px;
  position: relative;
}

#tab li:after {
  content: "";
  background: #12d0ad;
  background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 40%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#tab li:hover:after,
#tab li.tab-current:after {
  opacity: 1;
  width: 100%;
  margin: auto;
  display: block;
  left: 0;
}

#tab li.tab-current {
  color: #12d0ad;
  overflow: unset;
}

.tab-a-more {
  position: absolute;
  right: 20px;
  top: 16px;
}

.tab-a-more a {
  display: block;
  background-size: 32px;
  overflow: hidden;
  width: 50px;
  height: 30px;
}

#tab-content {
  margin: 20px;
  overflow: hidden;
}
#tab-content1 {
  margin: 20px;
  overflow: hidden;
}

.tab-a-more a i {
  position: absolute;
  top: 16px;
  width: 8px;
  height: 8px;
  animation: bounce_fountainG 1.2s linear infinite;
  border-radius: 8px;
  background: #09f;
}

.tab-a-more a i:first-child {
  right: 20px;
  animation-delay: 0.4s;
  background: #09f;
}

.tab-a-more a i:nth-child(2) {
  right: 10px;
  animation-delay: 0.6s;
  background: #3c0;
}

.tab-a-more a i:nth-child(3) {
  right: 0;
  animation-delay: 0.8s;
  background: #f60;
}

.live_detail_match {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 195px;
  background-image: linear-gradient(137deg, #ddd 0%, #3f85ff 100%);
  border-radius: 13px;
  margin: 1rem auto;
  background-size: cover;
}

.live_detail {
  background-color: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.live_detail_match_title {
  width: 90%;
  padding-top: 2rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.live_detail_match_back {
  width: 5%;
  display: none;
}

.live_detail_match_back img {
  cursor: pointer;
}

.live_detail_match_cname {
  width: 90%;
  line-height: 25px;
  vertical-align: middle;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.season_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.season_area a {
  color: #ffffff;
  float: left;
  margin-left: 0.5rem;
  text-decoration: none;
  background-color: #12d0ad;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 15px;
}

.live_detail_match_competition {
  width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.per-24 {
  width: 24%;
}
.new_table_title {
  width: 100%;
  min-height: 3rem;
  line-height: 1.5rem;
  font-size: 1rem;
  background: #f8f8f8;
  vertical-align: middle;
  display: table;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.new_table_title_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
}
.new_table_row {
  width: 100%;
  min-height: 2.5rem;
  line-height: 1.2rem;
  font-size: 1rem;
  background: rgba(248, 248, 248, 0);
  vertical-align: middle;
  display: table;
  border-bottom: solid 0.1rem #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.new_table_row_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.per-10 {
  width: 10%;
}
.per-18 {
  width: 18%;
}

.live_detail_match_cname h1 {
  font-size: 20px;
}

.whitebg {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}
.box,
article {
  margin: auto;
  overflow: hidden;
}

#gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  border: none;
  bottom: 80px;
  border-radius: 100%;
  cursor: pointer;
  background: url(/style/img/top.png) no-repeat center #fff;
  background-size: 40px;
  z-index: 101;
}

.content {
  margin: 0 auto;
  border: 0px solid #aaaa00;
  border-top: none;
  background-color: #ffffff;
  overflow: hidden;
  clear: both;
  line-height: 30px;
}
.toggle {
  width: 100%;
  margin: 20px auto;
}
.toggle dl dt {
  background: #e6e6e6 url("/style/img/bg_toggle_up.gif") no-repeat
    scroll 8px 14px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  margin: 8px 0;
  padding-left: 25px;
  display: block;
}
.toggle dl dt.current {
  background: #e6e6e6 url("/style/img/bg_toggle_down.gif") no-repeat
    scroll 8px 14px;
}
.toggle dl dd {
  padding-left: 10px;
  line-height: 24px;
}
.toggle dl dd h2 {
  font-size: 15px;
}
.toggle dl dd ul {
  padding-bottom: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.toggle dl dd ul li {
  list-style: none;
}

.page {
  overflow: hidden;
  padding: 20px;
}

.page-title {
  width: 230px;
  float: left;
}
.page-title li {
  margin-bottom: 10px;
}

.page-title li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border: #f1f1f1 1px solid;
  border-radius: 3px;
}

.page-box-dom {
  width: 830px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #eee 1px solid;
  min-height: 500px;
}

.page-box-dom-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.page-box-dom-content {
  line-height: 26px;
}

.page {
  overflow: hidden;
  padding: 20px;
}

.daohang {
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #comments-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .main-page {
    padding: 10px !important;
  }

  .box,
  article {
    width: 100%;
  }
  #pageContents {
    overflow-x: scroll;
  }

  #pageContents ul {
    width: 100%;
  }

  .page-title {
    width: 100%;
    float: left;
  }

  .page-box-dom {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 10px;
  }

  .page-title li {
    width: 80px;
    float: left;
    margin-right: 10px;
  }

  .news-zuixin li {
    width: 100%;
  }

  #tab-content {
    margin: 0;
    padding: 0 10px;
  }
  #tab-content1 {
    margin: 0;
    padding: 0 10px;
  }

  .gd-box {
    overflow-x: scroll;
  }

  #tab {
    width: 800px;
  }
  #gd-box #tab {
    width: 140px;
  }
  .whitebg {
    border: none;
    padding: 0;
    overflow: hidden;
  }

  .live_detail_match {
    width: 95%;
    min-height: 195px;
    background-image: linear-gradient(137deg, #ddd 0%, #3f85ff 100%);
    border-radius: 13px;
    margin: 1rem auto;
    background-size: cover;
  }

  .live_detail {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }

  .live_detail_match_title {
    width: 90%;
    padding-top: 1rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .live_detail_match_back {
    width: 10%;
    display: block;
  }

  .live_detail_match_back img {
    cursor: pointer;
  }

  .live_detail_match_cname {
    width: 80%;
    line-height: 21px;
    vertical-align: middle;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }

  .live_detail_match_share {
    width: 10%;
  }

  .live_detail_match_competition {
    width: 95%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .live_detail_match_team {
    width: 25%;
  }

  .live_detail_match_info {
    width: 50%;
    text-align: center;
  }

  .live_detail_match_logo {
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 28px;
    margin: auto;
    line-height: 42px;
    padding: 7px;
  }

  .live_detail_match_tname {
    line-height: 20px;
    min-height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0.5rem;
    word-break: break-all;
  }

  .live_detail_match_info_1 {
    padding-bottom: 0.6rem;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    min-height: 2rem;
    cursor: pointer;
  }

  .live_detail_match_info_2 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_3 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_4 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_5 {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid #ffffff;
    border-radius: 13.5px;
    cursor: pointer;
  }

  .live_detail_tab {
    width: 100%;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    overflow: auto;
    display: -webkit-box;
  }

  .live_detail_tab::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    height: 0px;
  }

  .live_detail_tab_item {
    padding: 0.6rem;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }

  .live_detail_tab .active {
    color: #333333;
    font-weight: 700;
    border-bottom: 3px solid #cccccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .live_detail_blank {
    width: 100%;
    height: 0.7rem;
  }

  .box {
    width: 100%;
  }
}
/*足球资料结束*/

/*全部比赛开始*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
em,
i,
th,
td {
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}
.live-list ul {
  padding: 12px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
}
img {
  border-style: none;
  vertical-align: top;
}
img:not([src]) {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  margin: 0;
  padding: 0;
}
audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.toTop {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toTop::before {
  content: "\e64a";
}
.reverse {
  flex-flow: row-reverse;
}
::-webkit-scrollbar {
  width: 10px;
  height: 40;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  background-color: #999;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background: #ededed;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.color__main {
  color: #12d0ad;
}
.win {
  color: #dd4b39;
}
.lose {
  color: #008000;
}
.f-left {
  text-align: left !important;
  justify-content: flex-start;
}
.f-right {
  text-align: right !important;
  justify-content: flex-end;
}

.no-live {
  padding: 90px;
  text-align: center;
  color: #999;
}
.no-live dt {
  width: 49px;
  height: 32px;
  display: block;
  transform: scale(2.5);
  margin: 0 auto;
}
.no-live dd {
  margin-top: 40px;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 30px;
  background: #f7f9fa;
  padding: 2px 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs a {
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.breadcrumbs a:hover {
  color: #666699;
}
.breadcrumbs a::after {
  content: "";
  display: inline-block;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg) scale(0.6);
}
.breadcrumbs a:last-child::after {
  content: "";
  background: none;
}
.sload {
  display: block;
  text-align: center;
  color: #99cc33;
  line-height: 30px;
}
.no-data {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.no-data img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.living::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
}
.living .status-text,
.status-0 .status-text {
  color: #f00 !important;
}
.no-start .status-text,
.status-1 .status-text {
  color: #12d0ad !important;
}
.no-start .zhibo-name,
.status-1 .zhibo-name {
  color: #4180ff !important;
}
.over-btn .status-text,
.status-2 .status-text {
  color: #999 !important;
}
.over-btn .zhibo-name,
.status-2 .zhibo-name {
  background: #f2f2f2 !important;
  color: #666 !important;
}
.livelist-box .live-status0 strong,
.livelist-box .living {
  color: #f00;
}
.livelist-box .no-start {
  color: #4180ff;
}
.arrow-right {
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.breadcrumbs h1 {
  font-size: 14px;
  padding-left: 5px;
}
.pagination-wrap {
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  clear: both;
}

.pagination-wrap .paging-cls .fa-angle-double-left::before {
  content: "<";
}
.pagination-wrap .paging-cls .fa-angle-double-right::before {
  content: ">";
}
.live_gybf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_gybf h3 {
  font-size: 16px;
  background: #12d0ad;
  line-height: 28px;
  color: #fff;
}
.live_gybf .mxg li {
  display: flex;
  padding: 5px 24px;
  border-bottom: 1px solid #eef3f8;
}
.live_gybf .mxg li h4 {
  width: 110px;
  text-align-last: left;
  line-height: 30px;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live_gybf .mxg li h4 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}
.live_gybf .mxg li span {
  background: #eef3f8;
  flex: 1;
  line-height: 30px;
}
.live_gybf .mxg .to span {
  background: rgba(249, 117, 34, 0.1);
}
.live_gybf .mxg .to .gao {
  background: #f97522;
}
.live_gybf .mxg .tw span {
  background: rgba(39, 197, 195, 0.1);
}
.live_gybf .mxg .tw .gao {
  background: #12d0ad;
}
.live_lqbf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_lqbf h3 {
  font-size: 16px;
  background: #12d0ad;
  line-height: 28px;
  color: #fff;
}
.live_lqbf .bft {
  display: flex;
  background: #eef3f8;
}
.live_lqbf .bft h4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 3px 0;
}
.live_lqbf .bft h4 img {
  width: 20px;
  margin-right: 3px;
}
.live_lqbf .msg li {
  padding: 0 4px;
  border-top: 1px solid #eef3f8;
  display: flex;
}
.live_lqbf .msg li span {
  flex: 1;
}
.data-title {
  padding: 24px;
}
.info-wrap {
  padding: 0 12px;
}
.info-wrap .flex-between .text-left {
  margin-left: 10px;
}
.info-wrap .flex-between .text-right {
  margin-right: 10px;
}
.info-wrap .flex .t-logo {
  width: 50px;
  height: 50px;
}
.info-wrap .flex dt {
  font-weight: bold;
}
.info-wrap .flex dd {
  color: #999;
}
.data-compare,
.overview-detail {
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  border-radius: 8px;
}
.overview-detail {
  padding: 0 12px 12px 12px;
}
.overview-detail .f-left {
  color: #12d0ad;
}
.overview-detail .f-right {
  color: #f97522;
}
.overview-description {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin: 0 0.32rem;
}
.data-compare .overview-detail {
  box-shadow: none;
}
.data-compare .rate {
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
}
.data-compare .data {
  color: #666;
  width: 48px;
}
.data-progress .home-info,
.data-progress .away-info {
  flex-grow: 1;
}
.data-progress .home-info .stat,
.data-progress .away-info .stat {
  align-items: center;
}
.data-progress .overview-description {
  width: 44px;
  margin: 5px;
}
.data-progress .progress {
  position: relative;
  width: 100%;
  height: 14px;
  flex: 1;
  background: rgba(39, 197, 195, 0.1);
}
.data-progress .progress-portion {
  position: absolute;
  height: 100%;
}
.left .progress-portion {
  left: 0;
  background: #12d0ad;
}
.data-progress .progress.right {
  background: rgba(249, 117, 34, 0.1);
}
.right .progress-portion {
  right: 0;
  background: #f97522;
}
.article-detail {
  padding: 10px;
}
.article-detail p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.tag {
  margin-top: 10px;
}
.tag a {
  background: #eee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag a:hover {
  opacity: 0.8;
}
.livelist-box {
  flex-wrap: wrap;
}
.livelist-box li {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eee;
}
.livelist-box li:first-child {
  border-top: none;
}
.livelist-box li:hover {
  background: #f2f6ff;
}
.livelist-box li .t-logo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.livelist-box li h2 {
  font-size: 14px;
}
.livelist-box li h3 {
  font-weight: normal;
  font-size: 14px;
}
.livelist-box li time {
  color: #666;
  margin-right: 10px;
  display: inline-block;
}
.livelist-box li a:hover {
  color: #333;
}
.livelist-box li .team {
  margin-top: 4px;
  align-items: center;
}
.livelist-box .live-hot-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.livelist-box .hot-live-side {
  width: 300px;
  padding-right: 50px;
}
.livelist-box .hot-live-side.text-right {
  text-align: right;
}
.livelist-box .hot-live-match {
  flex-grow: 1;
}
.livelist-box .score-wrap {
  width: 100px;
  text-align: center;
  flex-grow: 1;
}
.livelist-box .score-wrap span,
.livelist-box .score-wrap strong {
  display: block;
  width: 100%;
}
.livelist-box .team-wrap {
  display: flex;
  align-items: center;
  flex-grow: 0;
  width: 200px;
}
.livelist-box .team-wrap.text-right {
  justify-content: flex-end;
}
.hot-match {
  overflow: hidden;
  position: relative;
  width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
.hot-match .swiper {
  width: 100%;
  height: 100%;
  height: 120px;
  overflow: hidden;
}
.hot-match .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hot-match .swiper-slide:hover {
  background-color: #38c0be;
  transition: all 0.3s ease;
}
.hot-match .swiper-slide:hover a {
  color: #fff;
}
.hot-match .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.hot-match .swiper-slide .live-btn {
  font-size: 14px;
}
.hot-match .match-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.hot-match .match-name h3 {
  font-size: 14px;
}
.hot-match .hot-game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.hot-match .hot-game-info img {
  width: 40px;
  height: 40px;
}
.hot-match .hot-game-info .team dd {
  margin-top: 8px;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hot-match .hot-game-info .match-score {
  flex-shrink: 0;
  font-size: 18px;
}
.hot-label {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd4b39;
  padding: 2px 20px;
  border-radius: 5px;
}
.hot-category-list {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.hot-category-list .hot-item {
  margin: 10px;
  width: 72px;
}
.hot-category-list .hot-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hot-category-list .hot-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.show-all-btn-container {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.show-all-btn {
  background: #12d0ad;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.show-all-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  font-weight: bold;
}
.live-content {
  width: 1240px;
  margin: 0 auto;
}
.live-content .live-list {
  background: #fff;
  position: relative;
  width: 100%;
}
.live-content .live-list a:hover {
  color: #12d0ad;
}
.live-content .live-list .riqi {
  color: #12d0ad;
  display: block;
  width: 100%;
  font-weight: 500;
  padding-bottom: 0.3rem;
  background: #f5f5f5 !important;
}
.live-content .live-list .riqi .riqi-label {
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 0 20px 20px 0;
  background: #12d0ad;
  color: #ffffff;
}
.live-content .live-list .riqi p {
  height: 100%;
  padding: 10px 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}
.live-content .live-list .riqi span {
  margin-left: 0.5rem;
}
.live-content .live-list .item {
  padding: 10px 20px;
  /* height: 50px; */
  border-top: 2px solid #12d0ad;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-content .live-list .item:hover {
  background: #f2f6ff;
}
.live-content .live-list .item:hover .zhibo-name {
  opacity: 0.8;
}
.live-content .live-list .item .status-text {
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
  background: #f8f8f8;
  color: #666;
}
.live-content .live-list .item h2 {
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #666;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-content .live-list .item .time {
  width: 15rem;
}
.live-content .live-list .item .time .live-time {
  display: flex;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .item .time .live-time .live-link {
  margin-left: 1rem;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .status-bar {
  height: 44px;
}
.live-content .live-list .status-bar span {
  font-weight: bold;
  color: #dd4b39;
  padding-left: 10px;
  display: block;
  position: relative;
  font-size: 18px;
}
.live-content .live-list .status-bar span::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #dd4b39;
}
.live-content .live-list .duizhen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 560px;
}
.live-content .live-list .duizhen .live-link {
  width: 100%;
}
.live-content .live-list .duizhen .score-wrap {
  width: 100px;
  text-align: center;
}
.live-content .live-list .duizhen .score-wrap span,
.live-content .live-list .duizhen .score-wrap strong {
  display: block;
  width: 100%;
}
.live-content .live-list .duizhen .f-left,
.live-content .live-list .duizhen .f-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.live-content .live-list .duizhen .f-left .team-logo {
  margin-right: 1rem;
}
.live-content .live-list .duizhen .f-right .team-logo {
  margin-left: 1rem;
}
.live-content .live-list .duizhen .team-logo {
  width: 36px;
  height: 36px;
}
.live-content .live-list .live-btn {
  width: 120px;
  text-align: right;
}
.live-content .live-list .zhibo-name {
  color: #12d0ad;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.box {
  margin: 0 auto;
}
.box-right {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
.box-right a:hover {
  color: #12d0ad;
}
.box-right .box-title {
  padding: 10px;
  font-size: 18px;
  color: #12d0ad;
  border-bottom: 1px solid #eeeeee;
}
.box-right .hot-cate {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.box-right .hot-cate::after {
  content: "";
  width: 78px;
}
.box-right .hot-cate .li-data {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li:hover {
  background: #f2f6ff;
}
.box-right .hot-cate li a {
  display: block;
}
.banner-info {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.banner-info .banner-info-ico {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}
.banner-info .banner-info-name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.lanqiu-bar {
  background-size: 100%;
}
.zuqiu-bar {
  background-size: 100%;
}
.news-box {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 5px;
}
.news-box img {
  width: 300px;
}
.news-box ul {
  padding: 5px 0;
}
.news-box ul li {
  position: relative;
  font-size: 16px;
  padding: 5px 8px;
}
.news-box ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0;
  margin-right: 8px;
  margin-bottom: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}
.xinwen-list {
  padding-bottom: 10px;
}
.xinwen-list li {
  margin: 10px 10px 0 10px;
}
.xinwen-list li a {
  position: relative;
  display: block;
}
.xinwen-list li a:hover {
  color: #fff;
}
.xinwen-list li img {
  width: 100%;
  height: 100px;
  display: none;
}
.xinwen-list .hover-news img {
  display: block;
}
.xinwen-list .hover-news a {
  color: #fff;
}
.xinwen-list .hover-news span {
  width: calc(100% - 10px);
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
  left: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.article-content {
  width: 1200px;
  margin: 0 auto;
}
.article-list {
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.article-list .no-live {
  margin: 0 auto;
}
.article-list li {
  padding: 24px;
  width: 100%;
}
.article-list .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-list .msg span {
  color: #666;
}
.article-list .imga img {
  width: 200px;
  height: 100px;
  margin-right: 20px;
}
.article-detail-main {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.article-detail-main .title-bar {
  text-align: center;
}
.article-detail-main .news-time {
  text-align: right;
  margin-top: 10px;
}
.article-detail-main .news-time p {
  line-height: 28px;
}
.article-detail-main .news-time time {
  color: #999;
}
.match-nav {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.match-nav li {
  margin-right: 20px;
}
.match-nav a {
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
}
.match-nav .active {
  border: 1px solid #12d0ad;
  color: #12d0ad;
}
.match-nav .icon-quanbu,
.match-nav .icon-remen,
.match-nav .icon-zuqiu,
.match-nav .icon-lanqiu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-nav .icon-quanbu::before,
.match-nav .icon-remen::before,
.match-nav .icon-zuqiu::before,
.match-nav .icon-lanqiu::before {
  margin-right: 4px;
  font-size: 18px;
}
.reverse .left-main {
  width: 960px;
}
.reverse .right-main {
  width: 220px;
}
.date-list {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: stretch;
}
.date-list li {
  flex-grow: 1;
}
.date-list a {
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.date-list a:hover {
  color: #12d0ad;
}
.date-list .active {
  background: #12d0ad;
  color: #fff;
}
.date-list .active:hover {
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .main {
    width: 100%;
  }
  .live-content {
    width: unset !important;
  }
  .live-list {
    display: flex;
    flex-direction: column;
  }

  .match-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .date-list {
    overflow-x: auto;
    width: 100%;
  }

  .date-list::-webkit-scrollbar {
    display: none;
  }

  .live-content .live-list .item {
    display: flex;
    flex-wrap: wrap;
  }

  .live-content .live-list .live-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

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

  .match-nav ul::-webkit-scrollbar {
    display: none;
  }
}

.paging-cls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-cls .active a {
  background: #12d0ad !important;
  color: #ffffff !important;
}

/*全部比赛结束*/

/*足球视频开始*/
@media screen and (max-width: 1080px) {
  .view-content iframe {
    width: 100%;
    height: auto !important;
  }
}
/*足球视频结束*/

/*比赛详情开始*/
body {
}

.live_detail_match {
  width: 100%;
  min-height: 195px;
  background-image: linear-gradient(137deg, #ddd 0%, #3f85ff 100%);
  border-radius: 13px;
  margin: 1rem auto;
  background-size: cover;
}

.live_detail {
  background-color: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.live_detail_match_title {
  width: 90%;
  padding-top: 2rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.live_detail_match_back {
  width: 5%;
  display: none;
}

.live_detail_match_back img {
  cursor: pointer;
}

.live_detail_match_cname {
  width: 90%;
  line-height: 25px;
  vertical-align: middle;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.live_detail_match_share {
  width: 5%;
  display: none;
}

.live_detail_match_competition {
  width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.live_detail_match_team {
  width: 30%;
}

.live_detail_match_info {
  width: 40%;
  text-align: center;
}

.live_detail_match_info a {
  text-decoration: none;
}

.live_detail_match_logo {
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 28px;
  margin: auto;
  line-height: 42px;
  padding: 7px;
}

.live_detail_match_tname {
  line-height: 24px;
  min-height: 40px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 0.5rem;
  word-break: break-all;
  text-align: center;
}

.live_detail_match_info_1 {
  padding-bottom: 0.6rem;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  min-height: 2rem;
  cursor: pointer;
}

.live_detail_match_info_2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.live_detail_match_info_3 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.live_detail_match_info_4 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.live_detail_match_info_5 {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid #ffffff;
  border-radius: 13.5px;
  cursor: pointer;
}

.live_detail_tab {
  width: 100%;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  overflow: auto;
  display: -webkit-box;
  padding: 0 10px;
}

.live_detail_tab::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  height: 0px;
}

.live_detail_tab_item {
  padding: 0.6rem;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-right: 9px;
  cursor: pointer;
}

.live_detail_tab .active {
  color: #333333;
  font-weight: 700;
  border-bottom: 3px solid #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.live_detail_blank {
  width: 100%;
  height: 0.5rem;
}

.new_table {
  margin-bottom: 1rem;
  display: none;
}

.new_table_active {
  margin-bottom: 1rem;
  display: block;
}

.new_table_active a {
  text-decoration: none;
}

.match_daohang {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 1.88rem;
  line-height: 1.88rem;
  margin-bottom: 1rem;
}

.match_daohang div {
  margin-left: 0.94rem;
  margin-right: auto;
  text-align: left;
  font-size: 0.88rem;
}

.new_table_title {
  width: 100%;
  min-height: 3rem;
  line-height: 1.5rem;
  font-size: 1rem;
  background: #f8f8f8;
  vertical-align: middle;
  display: table;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.new_table_title_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
}

.per-10 {
  width: 10%;
}

.per-24 {
  width: 24%;
}

.per-20 {
  width: 20%;
}

.per-30 {
  width: 30%;
}

.per-15 {
  width: 15%;
}

.per-38 {
  width: 38%;
}

.per-13 {
  width: 13%;
}

.img-42 {
  width: 3rem;
}

.per-18 {
  width: 18%;
}

.new_table_row {
  width: 100%;
  min-height: 2.5rem;
  line-height: 1.2rem;
  font-size: 1rem;
  background: rgba(248, 248, 248, 0);
  vertical-align: middle;
  display: table;
  border-bottom: solid 0.1rem #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.new_table_row:nth-child(odd) {
  background: #f3f3f3;
}

.new_table_row a {
  text-decoration: none;
}

.new_table_row_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}

.new_table_row_all {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  border-bottom: dashed 0.2rem #ccc;
  font-size: 1.2rem;
  font-weight: bold;
}

.new_table_no {
  width: 100%;
  text-align: center;
  color: #999;
  line-height: 3rem;
  background-color: #fff;
  height: 3rem;
  vertical-align: middle;
}

.match_info_001 {
  font-size: 1rem;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 4rem;
  line-height: 4rem;
}

.match_info_001 img {
  margin-right: 1rem !important;
  margin-left: 1rem;
}

a {
  color: unset;
  text-decoration: unset;
}

.live_detail_text_title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 0.5rem 0;
}

.live_detail_text_title_img {
  margin: 0.3rem;
  width: 5%;
  text-align: center;
}

.live_detail_text_title_img img {
  width: 25px;
}

.live_detail_text_title_left {
  margin: 0.3rem;
  width: 45%;
  text-align: left;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 25px;
}

.live_detail_text_title_right {
  margin: 0.3rem;
  width: 42%;
  text-align: right;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 20px;
}

.live_detail_text_ngay {
  width: 100%;
  height: 34px;
  background: #f8f8f8;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 34px;
}

.live_detail_text_info {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid rgba(244, 244, 244, 1);
  background: rgba(248, 248, 248, 0);
  display: flex;
  text-align: center;
}

.live_detail_text_value {
  width: 30%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.live_detail_text_key {
  width: 40%;
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.live_detail_text_key2 {
  width: 40%;
  font-family: Helvetica-Bold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
}

.live_detail_text_icon {
  width: 73%;
  line-height: 16px;
  margin-top: 0.5rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.live_detail_text_icon_item {
  width: 33.3%;
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.live_detail_text_icon_item1 {
  width: 100%;
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.live_detail_text_icon_item img {
  height: 16px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.live_detail_text_icon_item1 img {
  height: 16px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.live_detail_text_data {
  width: 100%;
  background: rgba(248, 248, 248, 0);
  border-top: 1px solid rgba(244, 244, 244, 1);
  display: flex;
  padding: 0.5rem 0;
}

.live_detail_text_data_icon {
  width: 15%;
  text-align: right;
  margin-right: 20px;
}

.live_detail_text_data_icon img {
  height: 14px;
}

.live_detail_text_data_text {
  width: 60%;
  text-align: left;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}

.live_detail_text_data_time {
  width: 15%;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .live_detail_match {
    width: 95%;
    min-height: 195px;
    background-image: linear-gradient(137deg, #ddd 0%, #3f85ff 100%);
    border-radius: 13px;
    margin: 15px auto;
    background-size: cover;
  }

  .live_detail {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }

  .live_detail_match_title {
    width: 90%;
    padding-top: 15px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .live_detail_match_back {
    width: 10%;
    display: block;
  }

  .live_detail_match_back img {
    cursor: pointer;
  }

  .live_detail_match_cname {
    width: 80%;
    line-height: 21px;
    vertical-align: middle;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }

  .live_detail_match_share {
    width: 10%;
  }

  .live_detail_match_competition {
    width: 95%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .live_detail_match_team {
    width: 25%;
  }

  .live_detail_match_info {
    width: 50%;
    text-align: center;
  }

  .live_detail_match_logo {
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 28px;
    margin: auto;
    line-height: 42px;
    padding: 7px;
  }

  .live_detail_match_tname {
    line-height: 20px;
    min-height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 8px;
    word-break: break-all;
  }

  .live_detail_match_info_1 {
    padding-bottom: 9px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    min-height: 2rem;
    cursor: pointer;
  }

  .live_detail_match_info_2 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_3 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_4 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }

  .live_detail_match_info_5 {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid #ffffff;
    border-radius: 13.5px;
    cursor: pointer;
  }

  .live_detail_tab {
    width: 100%;
    line-height: 38px;
    margin-top: 8px;
    overflow: auto;
    display: -webkit-box;
  }

  .live_detail_tab::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    height: 0px;
  }

  .live_detail_tab_item {
    padding: 9px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }

  .live_detail_tab .active {
    color: #333333;
    font-weight: 700;
    border-bottom: 3px solid #cccccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .live_detail_blank {
    width: 100%;
    height: 10px;
  }

  .new_table {
    margin-bottom: 15px;
    display: none;
  }

  .new_table_active {
    margin-bottom: 15px;
    display: block;
  }

  .new_table_title {
    width: 100%;
    min-height: 45px;
    line-height: 22px;
    font-size: 15px;
    background: #f8f8f8;
    vertical-align: middle;
    display: table;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .new_table_title_col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
  }

  .per-10 {
    width: 10%;
  }

  .per-24 {
    width: 24%;
  }

  .per-20 {
    width: 20%;
  }

  .per-30 {
    width: 30%;
  }

  .per-15 {
    width: 15%;
  }

  .per-38 {
    width: 38%;
  }

  .per-13 {
    width: 13%;
  }

  .img-42 {
    width: 45px;
  }

  .per-18 {
    width: 18%;
  }

  .new_table_row {
    width: 100%;
    min-height: 38px;
    line-height: 18px;
    font-size: 15px;
    background: rgba(248, 248, 248, 0);
    vertical-align: middle;
    display: table;
    border-bottom: solid 1px #eeeeee;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .new_table_row_col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
  }

  .new_table_row_all {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-bottom: dashed 1px #ccc;
    font-size: 18px;
    font-weight: bold;
  }

  .new_table_no {
    width: 100%;
    text-align: center;
    color: #999;
    line-height: 45px;
    background-color: #fff;
    height: 45px;
    vertical-align: middle;
  }

  .match_info_001 {
    font-size: 15px;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 60px;
    line-height: 60px;
    background: #fff;
  }

  .match_info_001 img {
    margin-right: 15px !important;
    margin-left: 15px;
  }

  a {
    color: unset;
    text-decoration: unset;
  }

  .live_detail_text_title {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 8px 0;
  }

  .live_detail_text_title_img {
    margin: 5px;
    width: 8%;
  }

  .live_detail_text_title_img img {
    width: 20px;
  }

  .live_detail_text_title_left {
    margin: 5px;
    width: 42%;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .live_detail_text_title_right {
    margin: 5px;
    width: 42%;
    text-align: right;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
  }

  .live_detail_text_ngay {
    width: 100%;
    height: 34px;
    background: #f8f8f8;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
  }

  .live_detail_text_info {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid rgba(244, 244, 244, 1);
    background: rgba(248, 248, 248, 0);
    display: flex;
    text-align: center;
  }

  .live_detail_text_value {
    width: 30%;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
  }

  .live_detail_text_key {
    width: 40%;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
  }
  .live_detail_text_key2 {
    width: 40%;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 17px;
    font-weight: 700;
  }

  .live_detail_text_icon {
    width: 95%;
    line-height: 16px;
    margin-top: 8px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .live_detail_text_icon_item {
    width: 33.3%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
  }

  .live_detail_text_icon_item1 {
    width: 100%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
  }

  .live_detail_text_icon_item img {
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
  }

  .live_detail_text_icon_item1 img {
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
  }

  .live_detail_text_data {
    width: 100%;
    background: rgba(248, 248, 248, 0);
    border-top: 1px solid rgba(244, 244, 244, 1);
    display: flex;
    padding: 8px 0;
  }

  .live_detail_text_data_icon {
    width: 15%;
    text-align: center;
  }

  .live_detail_text_data_icon img {
    height: 14px;
  }

  .live_detail_text_data_text {
    width: 70%;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
  }

  .live_detail_text_data_time {
    width: 15%;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
  }
}
/*比赛详情结束*/
.page {
  overflow: hidden;
  padding: 20px;
  width: 100%;
}

.page-title {
  width: 230px;
  float: left;
  padding: 10px;
}

.page-title li {
  margin-bottom: 10px;
}

.page-title li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border: #f1f1f1 1px solid;
  border-radius: 3px;
}

#pagecurrent,
.page-title li a:hover {
  background: #1777d3;
  color: #fff;
}

.page-box-dom {
  width: 930px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #eee 1px solid;
  min-height: 500px;
  padding-top: 10px;
}

.page-box-dom-title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.page-box-dom-title:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 2px;
  content: "";
  background: #000;
  left: 0;
  bottom: -1px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-box-dom-title:hover:after {
  width: 80px;
}

.page-box-dom-content {
  line-height: 26px;
  text-align: left;
}

.page-box-dom-content p {
  margin-bottom: 15px;
}

.page-box-dom-content img {
  max-width: 100%;
  margin: 10px auto;
}

.page-box-dom-content h2,
.page-box-dom-content h3,
.page-box-dom-content h4,
.page-box-dom-content h5,
.page-box-dom-content h6 {
  font-size: 16px;
  margin: 20px 0;
  position: relative;
}

.page-box-dom-content h2:before,
.page-box-dom-content h3:before,
.page-box-dom-content h4:before,
.page-box-dom-content h5:before,
.page-box-dom-content h6:before {
  position: absolute;
  content: "";
  background: #12d0ad;
  width: 3px;
  height: 100%;
  left: -32px;
  bottom: 0;
}

.page-box-dom-content a {
  color: #39f;
}

@media screen and (max-width: 767px) {
  .page-box-dom {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: unset !important;
    padding: 0 12px !important;
  }
  .box {
    width: 100%;
  }
  .season_area {
    width: 100%;
  }
}

.mbxdh1 {
  padding-left: 10px;
}

/*联赛排行榜开始*/

.new_content_h1 h2 {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #cc0000;
  line-height: 50px;
  font-weight: 600;
  background: #fff;
  padding-left: 10px;
}

.rank-list-title {
  width: 100%;
  background-color: #ccc;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.rank-list-title div,
.rank-list-tr div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.rank-list-tr {
  width: 100%;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news-ul li a span {
    display: inline-block;
    width: 100%;
  }

  .news-ul li {
    line-height: 35px;
  }
  .news-ul li b {
    text-align: right;
    display: block;
    float: unset;
  }
  .layui-tab-title {
    height: unset;
    white-space: unset;
  }

  .bloglist .data {
    width: 33%;
    padding-left: 10px;
  }

  .bloglist li .match-item,
  .bloglist li .match-item div.live {
    display: block;
  }

  .bloglist li .match-item .match-info .match {
    width: 45%;
  }

  .bloglist li span.r {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .bloglist li .match-item div.match-info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rbox {
    display: unset;
    width: 100%;
  }

  li.news-ellipsis {
    -webkit-line-clamp: 1;
  }
}
/*联赛排行榜结束*/

.header-content {
  color: #f8f8f8;
}

.paging-cls {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.paging-cls span,
.paging-cls a {
  display: inline-block;
  border: 1px solid #eef3f8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  padding: 0 3px;
  margin: 3px;
  text-align: center;
  background: #fff;
}
.paging-cls span:hover,
.paging-cls a:hover {
  background: #12d0ad;
  color: #fff !important;
}
.paging-cls .current {
  background: #12d0ad;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .paging-cls span,
  .paging-cls a {
    font-size: 13px;
    min-width: 25px;
    height: 32px;
    line-height: 32px;
  }

  .live-content {
    width: 100% !important;
  }

  .live-content .live-table li > .intel .team-info .team {
    width: 43%;
  }

  .live-content .live-table li > .intel .team-info .vs {
    font-size: 12px;
    width: 14%;
  }
}
@media screen and (min-width: 767px) {
  .panle-dom .panel.liveview > .panel-body > li > div .team-info {
    width: 800px;
  }

  .panle-dom .panel.liveview > .panel-body > li > div .team-info .item-team {
    width: 370px;
  }

  .panle-dom
    .panel.liveview
    > .panel-body
    > li
    > div
    .team-info
    .item-team
    div {
    width: 340px;
  }

  .panle-dom .panel.liveview > .panel-body > li > div .team-info .vs {
    width: 60px;
  }
}

/*tv开始*/
.flname {
  height: 62px;
  line-height: 62px;
  background: #12d0ad;
  padding-left: 10px;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px #ffffff solid;
}

.gengduo {
  color: #ffffff;
}
.gengduo:hover {
  color: #ffffff;
}
.flimg {
  margin: 0 12px 0 10px;
}

.flimg img {
  margin-bottom: -7px;
}

.duansp_list_fl {
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.duansp_list_fl li {
  width: 169px;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 11px;
  border: #ccc 1px solid;
  padding: 2px;
  margin: 11px 4px;
}
.duansp_list_fl li:last-child {
  margin-right: auto;
}

.duansp_list_flnr .dsp_title {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 26px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.duansp_list_flnr .dsp_photo {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.duansp_list_flnr .dsp_photo span {
  width: 100%;
  height: 90px;
  display: block;
}

.duansp_list_flnr .dsp_photo span img {
  width: 100%;
  height: 90px;
  display: block;
  border-radius: 6px;
}

.duansp_list_flnr .dsp_photo .covermask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.duansp_list_flnr .dsp_photo:hover .covermask {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.duansp_list_flnr .dsp_photo .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 49px;
  height: 49px;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transform: scale(0.7);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  zoom: 1;
  background-size: 100% 100%;
}

.duansp_list_flnr .dsp_photo:hover .playbtn {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transform: scale(1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  cursor: pointer;
}

.chakanmore {
  padding: 30px 0;
}
.spxh_lb {
  width: 100% !important;
}
.bt-c2-sb {
  display: flex;
  justify-content: space-between;
}

.chakanmore p {
  width: 367px;
  height: 38px;
  line-height: 38px;
  color: #1ec456;
  border: 1px #1ec456 solid;
  border-radius: 38px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.flname a {
  float: right;
  margin-right: 5px;
  font-size: 14px;
}

.jmb_list_fl {
  margin-left: 1%;
  margin-top: 15px;
  width: 98%;
  margin-bottom: 10px;
  overflow: hidden;
}

.jmb_list_fl li {
  margin-left: 12px;
  margin-right: 12px;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}

.jmb_list_fl li a {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  border: 1px solid #dadada;
  background: #e8e8e8;
  color: #333333;
  width: 113px;
  overflow: hidden;
}

.jmb_list_fl li a:hover {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  width: 113px;
  overflow: hidden;
  border: 1px solid #dadada;
  background: #1ec456;
  color: #fff;
  text-decoration: none;
}

.dhtext_ln {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.dhtext_ln li {
  height: 34px;
  border-bottom: 1px #edeef0 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1ec456;
  padding: 0 10px;
}

.dhtext_ln li a {
  color: #333;
}

.dhtext_ln li a:hover {
  color: #1ec456;
}

.dhtext_ln li.zbhover {
  background: #1ec456;
  color: #fff;
}

.dhtext_ln li.zbhover a {
  color: #fff;
}

.zhoubox {
  width: 100%;
  height: 52px;
  background: #899099;
}

.con-left-list-tv {
  background: #fff;
  box-shadow: 0 5px 10px #eee;
  border-radius: 8px;
  padding: 0 0px;
  width: 750px;
  float: left;
  margin: 0 20px 40px 0;
  display: flex;
  flex-direction: column;
}
.breadnav {
  color: #999;
}
.breadnav a {
  color: #999;
}
.breadnav a:hover {
  color: #e60640;
}
.shiping_bjjb {
  width: 100%;
  background-size: 100% 100%;
  padding-bottom: 15px;
}
.breadnav span {
  color: #fff;
}
.spxh_lb {
  margin-bottom: 19px;
  padding-top: 20px;
  width: auto;
  display: inline-block;
  float: left;
}
.spxh_lb h5 {
  font-size: 17px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-left: 12px;
}
.spxh_lb .nobeging {
  color: #ff4049;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.shipin_bf {
  width: 878px;
  height: 618px;
  background: #000;
  text-align: center;
}
.sp_weikai {
  padding-top: 150px;
}
.sp_fl_time {
  color: #999;
  font-size: 16px;
  margin-top: 35px;
}
.sp_zt {
  color: #999;
  height: 70px;
  line-height: 70px;
}
.sp_duiwu {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
iframe {
  height: 490px;
  border: none;
}
.singldl {
  margin: 0;
  float: left;
  color: #fff;
  font-size: 15px;
}
.singldl dd {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #686b63;
  border-radius: 30px;
  padding: 0 4px;
  min-width: 70px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
.singldl dd:hover {
  background: #12d0ad;
}
.singldl dd.active {
  background: #12d0ad;
}
.luxianglb {
  width: 340px;
  height: 608px;
  overflow: hidden;
  background: #232222;
}
.luxianglb_title {
  text-align: center;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  border-bottom: 2px #3c3c3c solid;
}
.xg_lvxiang {
  width: 340px;
  height: 555px;
  overflow-y: scroll;
  padding-top: 5px;
}
.xg_lvxiang::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.xg_lvxiang::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.xg_lvxiang::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #232222;
}
.xg_lvxiang {
  scrollbar-arrow-color: #f4ae21;
  scrollbar-face-color: #333;
  scrollbar-3dlight-color: #666;
  scrollbar-highlight-color: #666;
  scrollbar-shadow-color: #999;
  scrollbar-darkshadow-color: #666;
  scrollbar-track-color: #666;
  scrollbar-base-color: #f8f8f8;
}
.xg_lvxiang li {
  background: #434343;
  padding: 20px 0 5px 0;
  border-radius: 6px;
  color: #ccc;
  margin: 5px 15px 5px 15px;
}
.xg_lvxiang li a {
  color: #ccc;
}
.xg_lvxiang li a:hover {
  color: #009cff;
}
.xg_lvxiang h5 {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.xg_lvxiang li.lxselect a {
  color: #009cff;
  text-align: center;
}
.xg_lvxiang li.lxselect {
  color: #009cff;
}
.xg_lvxiang a {
  display: block;
  padding-bottom: 12px;
}
.xg_lvxiang li {
  overflow: hidden;
}
.xg_lvxiang li a {
  padding: 0 15px 10px 15px;
}

.singldl dd {
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 5px;
}

.singldl .xhaolb::-webkit-scrollbar {
  display: none;
}

.zhibo_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-radius: 0 0 4px 4px;
}

.zhibo_list li {
  border-bottom: 1px #eee solid;
  padding: 0 5px;
}

.zhibo_list_flsj {
  color: #999;
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zhibo_list_flsj a {
  color: #999;
}

.zhibo_list_flsj a:hover {
  color: #e60640;
}

.zhibo_list_dwzb {
  height: 65px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zhibo_list_dw {
  width: 160px;
}

.zhibo_list_dw span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhibo_list_dw span cite img {
  width: 22px;
  height: 22px;
  border-radius: 25em;
  margin-bottom: -4px;
  margin-right: 6px;
}

.zhibo_list_zb span {
  background: #0073c4;
  width: 88px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  margin-top: 14px;
  display: block;
}

.zhibo_list li:hover .zhibo_list_zb span {
  background: #0468ae;
  color: #fff;
}

.zhibo_list_bt {
  height: 64px;
  width: 210px;
  float: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.zhibo_list_zb a {
  color: #fff;
}

.zhibo_list_zb span a {
  position: relative;
  display: block;
  padding-left: 15px;
}

.zhibo_list_zb span a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 2;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .con-left-list-tv {
    width: 100%;
  }
  .content_news_tv iframe {
    width: 100%;
    height: auto !important;
  }

  .duansp_list_fl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
  }
  .duansp_list_fl li {
    width: 46%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 11px;
    margin-left: 4px;
    margin-right: 4px;
    border: #ccc 1px solid;
    padding: 2px;
  }

  .season_area a {
    font-size: 14px;
    width: 46%;
    text-align: center;
  }

  .logo--text img {
    width: 150px !important;
    object-fit: contain;
  }
}

.zhixun .zhibo_list li {
  line-height: unset;
  max-height: unset;
  float: unset;
  width: unset;
}

.simple-list_li {
  border-bottom: dashed 1px #eee;
  padding: 8px 0;
}

.page-title li a:hover {
  background: #12d0ad;
}

.tpt-nav.tpt-nav-li:hover,
.header_menu_item:hover {
  color: #333 !important;
  font-weight: bold;
  opacity: 1 !important;
}
