@import 'head.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
a:link {
  /*color: #000*/
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
q:before, q:after {
  content: ""
}
abbr, acronym {
  border: 0
}
a {
  text-decoration: none;
  color: black;
}
body {
  background: #f1f1f1;
  font-size: 14px;
  font-family: 苹方, pingfang, \82f9\65b9, 微软雅黑, microsoft yahei, xingothic-sinaweibo, helvetica, arial, sans-serif
}
header {
  background: #fff
}
#tab li {
  cursor: pointer;
  display: inline-block
}
#tab-content section {
  display: none
}
#tab-content 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: #1487f4;
  background: linear-gradient(to right, #090 0%, #090 100%);
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 40%;
  opacity: 0;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .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: #090
}
.tab-a-more {
  position: absolute;
  right: 20px;
  top: 16px
}
.tab-a-more a {
  display: block;
  background-size: 32px;
  overflow: hidden;
  width: 50px;
  height: 30px
}
.keywords {
  overflow: hidden
}
.keywords a {
  display: block;
  float: left;
  border: #090 1px solid;
  color: #090;
  padding: 2px 8px;
  margin: 0 5px 10px 0;
  border-radius: 3px;
  font-size: 14px
}
.keywords a:nth-child(1), .keywords a:hover {
  background: #090;
  color: #fff
}
.items {
  padding: 0 15px;
  display: none
}
.container {
  width: 1220px;
  margin: 0 auto;
  padding: 0
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0
}
.header-top {
  padding-top: 20px;
  padding-bottom: 15px
}
.logo {
  width: 241px;
  height: 56px
}
.logo img {
  width: 100%;
  height: 100%
}
.navigation {
  background: #090;
  height: 48px;
  line-height: 48px
}
.main-menu .menu-item {
  float: left;
  width: 100px;
  text-align: center
}
.main-menu .menu-item a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px
}
.main-menu .menu-item.active a {
  color: #fff
}
.main-menu .menu-item:hover a {
  color: #fff
}
.sub-menu {
  padding-left: 25px
}
.sub-menu li {
  float: left;
  margin-right: 15px
}
.dflex {
  display: flex
}
.flex1 {
  flex: 1
}
.flex2 {
  flex: 2
}
.fl {
  float: left;
  width: 866px
}
.fr {
  float: right;
  width: 340px
}
.pt15 {
  padding-top: 1rem
}
.pb15 {
  padding-bottom: 1rem
}
.pr15 {
  padding-right: 1rem
}
.mt15 {
  margin-top: 1rem
}
.mb15 {
  margin-bottom: 1rem
}
.mb10 {
  margin-bottom: 10px !important
}
.mr15 {
  margin-right: 1rem;
}
.ml15 {
  margin-left: 1rem
}
.hdt {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  width: max-content;
  padding: 5px
}
.panel {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 52px 0 rgb(0 0 0/5%);
  margin-bottom: 20px
}
.panel-hd {
  display: flex;
  flex-direction: column;
  padding-bottom: .5rem;
  border-bottom: solid 1px #d3d3d3
}
.panel-hd .zhedie img {
  width: 26px;
  height: 26px;
  transform: rotate(180deg)
}
.panel-hd .zhankai img {
  width: 26px;
  height: 26px
}
.zb-zzk-list {
  padding-top: 15px;
  list-style: none;
}
.zb-zzk-list li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px
}
.zb-zzk-list li a {
  display: inline-block;
  color: #000;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px
}
.zb-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem
}
.zb-info {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-size: 1rem;
  border-bottom: solid 1px #efefef
}
.zb-info p {
  display: block;
  padding-right: 1rem
}
.zb-info div {
  display: flex;
  align-items: center
}
.zb-icon {
  padding-left: 15px;
  padding-right: 15px
}
.zb-qiudui {
  display: flex !important;
  justify-content: center;
  padding-left: 15px
}
.zb-qiudui img {
  border-radius: 100%
}
.zb-qiudui .hteam {
  display: inline-block;
  width: 170px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.zb-qiudui .vteam {
  display: inline-block;
  width: 170px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.zb-qiudui .hteam img {
  padding-left: 5px
}
.zb-qiudui .bf {
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 0 15px
}
.zb-qiudui .vteam img {
  padding-right: 5px
}
.zb-qiudui img {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem
}
.zb-type {
  width: 100px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.zb-time, .zb-type {
  color: #959595
}
.zb-type a {
  color: #959595
}
.zb-area {
  text-align: center
}
.zb-area_btn {
  border-radius: 5px;
  text-align: center;
  padding: .4rem;
  display: inline-block;
      color: #fff;
    border: 2px solid #a5afa9;
    background-color: #a5afa9;
}
.zb-area_btn.start {
  color: #fff;
  border: 2px solid #22c55e; /* 绿色边框，使用Tailwind绿色500 */
  background-color: #22c55e; /* 绿色背景 */
  transition: all 0.2s ease; /* 添加过渡效果 */
}
.zb-list li:hover {
  background: #efefef
}
.shrink {
  height: 320px;
  overflow: hidden
}
.news-list {
  padding: 5px 0
}
.news-list li {
  padding: 5px 0
}
.news-list li a {
  display: flex;
  color: #000
}
.news-list li a:hover {
  color: #959595
}
.news-list li a img {
  display: inline-block;
  min-width: 62px;
  min-height: 46px;
  max-width: 62px;
  max-height: 46px
}
.news-list li a span {
  display: inline-block;
  padding-left: 10px
}
.news-list.clamp2 li a span {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.news-list.text-overflow li a {
  width: calc(99% - 4px);
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis
}
.news-list.text-overflow li a {
  display: inline-block
}
.news-list.text-overflow li a span {
  padding-right: 5px;
  color: #959595
}
.hot-match-list {
  display: flex
}
.hot-match-item {
  flex: 1
}
.hot-match-container h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}
.hot-match-item {
  background: #090;
  box-sizing: border-box;
  padding: 10px 14px
}
.hot-match-item:not(:last-child) {
  margin-right: 15px
}
.hot-match-item a {
  color: #fff
}
.hot-match-item .match-info {
  display: flex;
  margin-bottom: 15px
}
.hot-match-item .match-info h4 {
  flex: 1;
  font-size: 14px;
  font-weight: 700
}
.hot-match-item .match-info p {
  font-size: 12px
}
.hot-match-item .match-team {
  display: flex;
  margin-bottom: 15px;
  text-align: center;
  justify-content: space-around
}
.hot-match-item .match-score {
  display: flex;
  margin-bottom: 5px;
  text-align: center;
  justify-content: space-around
}
.footer {
  padding: 25px;
  background: #000;
  text-align: center;
  margin: 15px 0;
  color: #959595;
  font-size: 12px
}
.breadcrumb {
  font-size: .8rem;
  margin: 0;
  padding: 0
}
.breadcrumb > li {
  float: left;
  position: relative
}
.breadcrumb > li > a, .breadcrumb > li.active, .breadcrumb > li.active > a {
  font-size: 14px;
  line-height: 39px;
  color: #000 !important;
  font-weight: 700;
  padding-right: 15px
}
.breadcrumb > li:after {
  border-left: solid 5px #090;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 14px;
  right: 5px
}
.zhibo_head {
  padding: 15px
}
.match_info_head {
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #090;
  margin-bottom: 5px
}
.fixed_score_box.zuqiu {
  background: #09295a;
}
.fixed_score_box {
  width: 100%;
  height: 200px;
  background-size: auto;
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat
}
.fixed_score_top {
  width: 650px;
  height: 120px;
  margin: 40px auto 0
}
.score_name_left {
  width: 110px;
  height: 120px;
  float: left;
  text-align: center
}
.score_name_left > img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  border-radius: 50px
}
.score_name_left > h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 28px
}
.score_name {
  width: 370px;
  float: left;
  margin-top: -30px
}
.score_name p:nth-child(1) {
  margin-top: 27px
}
.score_name p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  text-align: center
}
.score_name_right {
  float: right
}
.score_name_left {
  width: 110px;
  height: 120px;
  float: left;
  text-align: center
}
.score_name span {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center
}
.score_name .match_info_btn {
  width: 140px;
  cursor: default;
  color: #fff;
  height: 48px;
  line-height: 48px;
  margin: 0 auto
}
.score_name .match_red_btn {
  color: #ff007b
}
.fixed_score_taggle > span {
  display: block;
  font-size: 18px;
  color: #090;
  margin-top: 20px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  border-left: solid 4px #090;
  padding-left: 7px
}
.signalCon_listD > h5 {
  widths: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  background: #f1f1f1;
  border-radius: 100px
}
.signalCon_listD > h5 > a {
  color: #090
}
.fixsco_synopsis_nav {
  padding: 15px;
  display: flex;
  justify-content: center
}
.fixsco_synopsis_nav li.hover {
  background-color: #ba1c1c
}
.fixsco_synopsis_nav li:hover {
  background-color: #ba1c1c !important
}
.fixsco_synopsis_nav li:hover div {
  color: #fff
}
.fixsco_synopsis_nav li {
  width: 200px;
  height: 48px;
  border: 1px solid #ba1c1c;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center
}
.fixsco_synopsis_nav li.hover div {
  color: #fff
}
.fixsco_synopsis_nav li div {
  font: 18px/18px "microsoft yahei";
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  margin: auto
}
.fixsco_synopsis_nav li img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50px
}
.fixsco_synopsis_nav li div span {
  width: 90px
}
.jijinluxiang a {
  color: #090
}
.article-wrap h1 {
  font-size: 18px;
  display: flex;
  width: 100%
}
.article-wrap .info {
  border-bottom: solid 1px #dedede;
  margin-bottom: 15px;
  padding-bottom: 15px
}
.article-wrap .info time {
  display: inline-block;
  color: #888;
  padding-top: 10px
}
.article {
  box-sizing: border-box;
}
.article p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px
}
.article img {
  display: block;
  margin: 0 auto;
  width: 60% !important;
  max-width: 60% !important
}
.saishi-list li {
  float: left;
  padding: 10px
}
.saishi-list li a {
  color: #090
}
.team-info {
  text-align: center;
  padding-bottom: 15px
}
.team-info img {
  width: 120px;
  height: 120px
}
.team-desc h4 {
  font-size: 16px;
  font-weight: 700
}
.team-desc .intro {
  line-height: 1.6;
  margin-top: 15px
}
.sub-menu {
  padding: 15px
}
.subnav ul li {
  float: left
}
.subnav a {
  color: #090
}
.responsive-table {
  display: block;
  width: 100%;
  margin-top: 15px
}
.responsive-table_hd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: #dedede
}
.responsive-table_hd > span {
  text-align: center;
  flex: 1;
  font-weight: 700
}
.responsive-table_bd {
  display: block
}
.responsive-table_row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #dedede
}
.responsive-table_row > span {
  text-align: center;
  flex: 1;
  padding: 10px 0
}
#assist-bar {
  position: fixed;
  right: 1rem;
  bottom: 5rem
}
#assist-bar #go-top > .icon {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../images/u25/up_green.svgg") no-repeat center center
}
.icon2 {
  display: block;
  margin-top: 10px;
  height: 50px;
  width: 50px;
  background: url(../../../skins/img/up_green.svg) no-repeat center center;
  -webkit-transform: rotate(-180deg)
}
.moveside2 {
  position: fixed;
  top: 0;
  margin-top: 45px;
  width: 340px;
  background-color: #fff
}
.navs a {
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  background: #f1f1f1;
  padding: 3px 10px;
  margin: 5px 5px 0 0;
  border-radius: 3px;
  transition: all .2s;
  color: #525252;
  white-space: nowrap
}
.navs a:hover {
  background: #090;
  color: #fff
}
. .club-details .club-info {
  font-size: 14px;
  overflow: hidden
}
.club-details .club-info li {
  width: 50%;
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.club-details .club-info ul:after {
  clear: both
}
.club-details .club-info :last-child {
  margin-bottom: 0
}
.quote {
  margin: 10px auto;
  text-align: center
}
.quote:before, .quote:after {
  content: "";
  display: inline-block;
  width: 5%;
  margin: 5px 1%;
  border-bottom: 1px solid #090
}
.club-logo {
  float: left;
  margin-right: .5rem
}
.club-logo img {
  width: 3rem;
  height: 3rem
}
.titles h1 {
  display: inline
}
.navv {
  margin: 0 auto 5px;
  text-align: left;
  border-bottom: 1px solid #f72921;
  position: relative
}
.fixDiv {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff
}
.navv span:nth-child(1) {
  position: absolute;
  left: -3px;
  top: -3px;
  padding: 3px;
  border-style: solid;
  border-color: #009ad9;
  border-width: 3px 0 0 3px
}
.navv span:nth-child(2) {
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 3px;
  border-style: solid;
  border-color: #009ad9;
  border-width: 3px 3px 0 0
}
.navv span:nth-child(3) {
  position: absolute;
  right: -3px;
  bottom: -3px;
  padding: 3px;
  border-style: solid;
  border-color: #009ad9;
  border-width: 0 3px 3px 0
}
.navv span:nth-child(4) {
  position: absolute;
  left: -3px;
  bottom: -3px;
  padding: 3px;
  border-style: solid;
  border-color: #009ad9;
  border-width: 0 0 3px 3px
}
.navv li {
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  background: #314668;
  cursor: pointer
}
.navv .active {
  color: #fff;
  background-color: #ef3b31
}
.panel-hd-title {
  display: flex;
  flex-direction: row;
}
.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-top: 5px;
}
.detail-live-box 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;
}
.detail-live-box 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;
}
.main-menu .menu-item {
  line-height: 38px;
}
.detail-box-zgv h1 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list_comment_chatgpt_title {
  font-weight: 900;
  padding-top: 5px;
}
.zhedie-zhankai {
  height: 26px;
  float: left;
  right: 20px;
}
.panel-hd-title .active {
  color: green;
}
.textarea {
  width: 98%;
  border: solid 1px #999;
}
.com-submit {
  padding: 10px;
  background: green;
  color: white;
  border: none;
  border-radius: 5px
}
.c-title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#daohang {
  padding-top: 5px;
  padding-bottom: 5px;
  background: green;
  cursor: pointer;
  color: white;
  padding-left: 5px;
}
.container {
  display: table;
  content: " ";
}
.zb-info {
  width: 100%
}
.header_menu_item: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%;
  margin-left: 20px;
}
#assist-bar {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
}
.hdt:hover {
  color: green;
}
.header_menu_item {
  min-width: 100px;
}
.beian {
  text-decoration: none;
  color: #009ad9;
}
.detail_row_layout {
  display: flex;
  flex-direction: row;
}
.com-info-ul {
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
}
.com-info-ul li {
  margin-right: 20px;
  margin-bottom: 5px;
}
.com-info-ul li input {
  height: 50px;
  padding: 0 10px;
  border: solid 1px #999;
}
.com-box-textarea textarea {
  width: 300px;
  height: 100px;
  padding: 10px;
  border: solid 1px #999;
}
.com-info-input button {
  border-radius: 3px;
  border: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-color: #009900;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
#comment_box {
  padding: 10px;
}
.comments-title {
  padding: 10px;
}
.detail-nav-content {
  display: flex;
  flex-direction: column;
}
.news-left-right {
  display: flex;
  flex-direction: row;
}
.newsbox {
  display: flex;
  flex-direction: row;
}
.header_menu_item a {
  display: block;
  width: 100%;
  max-height: 67px;
  font-size: 16px;
  font-weight: 400;
}
.header_menu_item {
  float: left;
  text-align: center;
  position: relative;
}
.header_menu_item_item .menu-item {
  float: left;
  width: 100px;
  text-align: center;
}
.header_menu_item: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%;
}
.header_menu_item a {
  display: block;
  width: 100%;
  max-height: 67px;
  font-size: 16px;
  font-weight: 400;
}
.header_menu_item {
  float: left;
  text-align: center;
  position: relative;
}
#mza-nav li.header_menu_item ul.header_menu_item_item {
  display: flex;
  position: absolute;
  display: none;
  background: #009800;
  width: 100px;
  z-index: 999;
  left: 10px
}
#mza-nav li.header_menu_item ul.header_menu_item_item li {
  flex: 1;
  float: unset;
  position: relative;
  text-align: center;
  transition: unset;
  transition: unset;
  text-align: center;
  width: 100px;
  padding: 0;
  transform: unset !important
}
#mza-nav li.header_menu_item ul.header_menu_item_item li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff
}
#mza-nav li.header_menu_item ul.header_menu_item_item li a:hover {
  color: red;
  font-weight: bold
}
#mza-nav li.header_menu_item ul.header_menu_item_item li a {
  line-height: 35px;
  padding: 0
}
.header_menu_item_item .menu-item {
  float: left;
  width: 100px;
  text-align: center;
}
.header_menu_item: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: 55%;
}
.sublink1 {
  border-bottom: solid 1px gray;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  width: 1220px;
  margin: 0 auto;
}
.content-box .rank-list {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.content-box .rank-list div {
  display: flex;
}
.rank-list-title {
  width: 100%;
  background-color: #008000;
  color: #fff;
  display: flex;
  align-items: center;
}
.rank-list-tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
}
.rank-list-title div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
}
.rank-list-tr div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 0;
}
.new_content_h1 {
  font-size: 1.2em;
  padding-bottom: 10px;
  cursor: pointer;
  padding: 0 10px;
}
.new_content_h1 h2 {
  font-weight: 700;
}
.inner .cur {
  color: red;
}
.news-zuixin-pic {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin-right: 10px;
}
.news-zuixin-pic {
  width: 60px;
  height: 60px;
}
.index-top-nav-active > a {
  color: white !important;
}
.panel {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
}
.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gy_position_tit {
  width: 100%;
  margin: 0 0 10px 30px;
  /*display: flex;*/
  align-items: center;
  line-height: 40px;
}
ol, ul {
  list-style: none;
}
.gy_position_tit > li, .gy_position_tit > li a {
  font-size: 12px;
  color: #777777;
  list-style: none;
  border-bottom: unset;
  display: inline;
}
.gy_position_tit > li:last-child {
  color: #df0021;
}
}
.gy_position_tit > li, .gy_position_tit > li a {
  font-size: 12px;
  color: #777777;
  list-style: none;
  border-bottom: unset;
  display: inline;
}
.radio {
  display: none;
}
.panels {
  background: #fffffff6;
  box-shadow: 0 1rem 2rem #dcdcdc;
  min-height: 200px;
  width: 95%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
#one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel {
  display: block;
}
.panelt {
  display: none;
  animation: fadein .8s;
}
.articletitle {
  margin-top: unset;
}
.newstitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
.titlewhite {
  line-height: 35px;
  height: 35px;
  background: #f5f5f5;
  color: #3f51b5;
  font-size: 1rem;
}
.titlewhite span {
  padding-right: 15px;
  cursor: pointer;
}
.newstitle {
  font-size: 20px;
  font-weight: bold;
}
.titlewhite {
  line-height: 35px;
  height: 35px;
  background: #f5f5f5;
  color: #3f51b5;
  font-size: 1rem;
}
.hotteam {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
}
.hotteam li {
  padding: 5px 10px;
}
.zb-area_btn_jinji {
  text-align: center;
  padding: .4rem;
  display: inline-block;
}
.luxiang-content-div {
  width: 1220px !important;
}
.luxiang-content {
  display: flex !important;
  flex-direction: row !important;
}
.luxiang-left {
  width: 60%;
}
.luxiang-right {
  margin-left: 10px;
  width: 40%;
}
.breadcrumb {
  font-size: 0.8rem;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid rgb(231, 234, 241);
  border-radius: 5px;
}
.article-content {
  display: flex;
  flex-direction: row;
  width: 1220px;
}
.ification2 {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
}
.ification-img {
  display: inline-block;
  min-width: 132px;
  min-height: 87px;
  max-width: 132px;
  max-height: 87px;
}
.article-type {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-left: 10px;
}
.article-content .main {
  width: 60%;
}
.content-p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot_list_team_li a {
  display: inline-block;
  color: #000000;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
}
.a-list-hot-team .hot_list_team_li {
  float: left;
  padding: 5px;
}
.top-header .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.met-logo {
  font-size: 18px;
  font-weight: bold;
}
.arc {
  margin: 20px 0;
}
.arc a {
  color: #fff;
  padding: 2px 10px;
  background: #009900;
  border-radius: 5px;
  line-height: 35px;
}
.hot_team li {
  background: unset !important;
  padding: 0 0 0 10px !important;
  width: unset !important;
}
.hot_team li a {
  color: #000;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
}
.flname {
  display: flex;
  justify-content: space-between;
}
.zhibo_list_dw span a {
  display: flex;
}
.zhibo_list_flsj {
  white-space: nowrap;
}
.right_gqzb a span {
  text-align: right;
}
#mhead {
  margin-bottom: 15px;
}
.tag_img {
  margin-right: 20px;
}
.tag_title a {
  font-size: 18px;
  font-weight: bold;
}
.tag_type {
  margin: 15px 0 !important;
}
.tag_type .content-p a {
  color: cornflowerblue;
}
.tag_ul {
  padding: 10px 0;
}
.article_img {
  margin-right: 20px;
}
.article_title .aTab {
  font-size: 16px;
  font-weight: bold;
}
.article_content .content-p {
  margin: 10px 0;
}
.mastch_list_round_area ul li {
  width: 6rem !important;
}
.arc a:hover {
  color: #fff;
}
.tag_container {
  font-size: 14px;
  padding: 10px 0;
}
.zq_mbxdh1 {
  display: flex;
}
.match_daohang a, .match_daohang div {
  font-size: 14px !important;
}
@media(min-width:600px) {
  #mza-nav li.header_menu_item:hover .header_menu_item_item {
    display: block;
     !important;
  }
}
.detail_title {
  margin-left: 10px;
}
.xhaolb {
  width: 100%;
}
body {
  overflow-x: hidden;
}
.hot_league a {
  margin-right: 20px;
  color: red !important;
}
.hot_league {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.hot_league span {
  color: #fff;
  font-size: 14px;
}