﻿body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, input, select, textarea, div, table, td, th, tr, dt, dd, dl, a {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

em, i {
  font-style: normal;
}

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

img {
  border: none;
  vertical-align: middle;
}

input, select, button {
  vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
  color: #191919;
}

body {
  min-width: 1200px;
  font-family: 'Microsoft YaHei', 'Arial', 'Heiti SC';
  background: #fff;
}

@Media screen and (max-width : 1200px) {
  body {
    min-width: 100%;
    width: 100%;
    font-family: 'Microsoft YaHei', 'Arial', 'Heiti SC';
    background: #fff;
    overflow-x: hidden;
  }
  .sports_navs{
    height:unset !important;
  }
  .Tophead h1 a{
    font-size: 24px;
  }
  #self__ .wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bt-c2-sb {
    margin: 12px 0;
    overflow-x: hidden;
  }
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  zoom: 1;}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

@Media screen and (max-width : 1200px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.Gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.Topnav {
  width: 100%;
  background: #222;
  height: 32px;
}

.Topnav .home {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
}

.Tophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px auto;
  width: 1200px;
}

@Media screen and (min-width: 1200px) {
  .sports_navs ul li:hover .down_option {
    display: block;
  }
}

@Media screen and (max-width: 1200px) {
  .Tophead {
    margin: 5px auto;
    flex-direction: column;
    width: 100%;
  }

  .__active {
    display: block !important;
  }
}

.Tophead .logo {
  display: inline-block;
  width: 260px;
  object-fit: cover;
  padding: 10px 0;
}
.Tophead .logo img{
  width: 100%;
  height: 100%;
}
.sports_navs {
  width: 100%;
  /* padding: 13px 18px; */
  background-color: #0073e8;
  background: linear-gradient(270deg, #046fca, #0073e8);
}

.sports_navs ul::-webkit-scrollbar{
  display: none;
}

.sports_navs ul li {
  float: left;
  line-height: 40px;
  position: relative;
}

.sports_navs ul li a {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
}

.sports_navs ul li .down_option{
  display: none;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  border: 1px solid #f9f9f9;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 17px rgba(0,0,0,.2);
  border-radius: 8px;
  text-align: center;
  padding: 0 10px;
}
.sports_navs ul li .down_option:after {
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%);
}
.sports_navs ul li .down_option a{
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px 0px;
  color:#333 ;
}
.sports_navs ul li .down_option a:hover{
  background: #03a9f4;
  color: #fff;
}


.Min1 {
  margin: 20px auto;
  overflow: hidden;
}

.Min1 .Hdwrap {
  width: 648px;
  height: 450px;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
}

.Min1 .Hdwrap .hd {
  position: absolute;
  bottom: 0px;
  width: 648px;
  text-align: center;
  *zoom: 1;z-index: 2;
}

.Min1 .Hdwrap .hd ul {
  zoom: 1;}

.Min1 .Hdwrap .hd ul li {
  position: relative;
  width: 88px;
  height: 6px;
  overflow: hidden;
  *font-size: 0;
  cursor: pointer;
  width: 40px;
  height: 10px;
  display: inline-block;
  background-color: #eeeeee;
  margin: 0px 3px;
  cursor: pointer;
}

.Min1 .Hdwrap .hd ul li.on {
  background: #c9c9c9;
}

.Min1 .Hdwrap .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.Min1 .Hdwrap .bd li {
  zoom: 1;vertical-align: middle;
  position: relative;
}

.Min1 .Hdwrap .bd p {
  display: block;
  width: 540px;
  height: 84px;
  overflow: hidden;
  border-top: 4px solid #fc4444;
  position: absolute;
  bottom: -20px;
  left: 44px;
  z-index: 2;
  padding: 0px 10px;
  background-color: rgba(247, 247, 247, 0.9);
  background: #f7f7f7;
  text-align: center;
}

.Min1 .Hdwrap .bd p a {
  color: #252525;
  font-size: 30px;
  line-height: 77px;
}

.Min1 .Hdwrap .prev, .Min1 .Hdwrap .next {
  background: url(https://www.dgchengju.cn/static/h87/images/arrows.png) no-repeat;
}

.Min1 .Hdwrap .bd img {
  width: 648px;
  height: 400px;
  display: block;
}

.Min1 .Hdwrap .prev, .Min1 .Hdwrap .next {
  position: absolute;
  top: 160px;
  display: block;
  width: 60px;
  height: 80px;
  background-position: 0 0;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
}

.Min1 .Hdwrap .prev {
  left: -60px;
}

.Min1 .Hdwrap .next {
  right: -60px;
  background-position: -70px 0;
}

.Min1 .Hdwrap:hover .prev {
  left: 0;
}

.Min1 .Hdwrap:hover .next {
  right: 0;
}

.Min1 .Hdwrap a.prev:hover, .Min1 .Hdwrap a.next:hover {
  opacity: 1;
}

.Min1 .chwrap {
  width: 648px;
  height: 350px;
  overflow: hidden;
}

.Min1 .chwrap .Qztie_A {
  margin: 20px 0;
}

.Min1 .chwrap .chlist {
  width: 680px;
}

.Min1 .chwrap .chlist li.item {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.Min1 .chwrap .chlist li.item .img, .Min1 .chwrap .chlist li.item img {
  width: 150px;
  height: 88px;
  display: block;
}

.Min1 .chwrap .chlist li.item .img img:hover {
  opacity: 0.8;
}

.Min1 .chwrap .chlist li.item .title {
  line-height: 20px;
  display: block;
  width: 150px;
  margin-top: 7px;
  word-break: break-all;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Min1 .chwrap .chlist li.item .title:hover {
  color: #0073e8;
}

.Min1 .R_news {
  width: 532px;
  height: 800px;
  overflow: hidden;
  float: right;
  margin-left: 20px;
}

.Min1 .R_news .item {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 3px;
}

.Min1 .R_news .item .titleA {
  padding-left: 15px;
  overflow: hidden;
}

.Min1 .R_news .item .titleA a {
  font: bold 20px/50px "Microsoft Yahei";
  color: #404040;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Min1 .R_news .item .titleA a:hover {
  color: #ff3333;
}

.Min1 .R_news .item .titleB {
  overflow: hidden;
}

.Min1 .R_news .item .titleB .tie {
  width: 446px;
  height: 35px;
  overflow: hidden;
  float: left;
  _display: inline;
  font: normal 16px/35px "Microsoft Yahei";
  color: #404040;
}

.Min1 .R_news .item .titleB .tie:hover {
  color: #ff3333;
}

.Min1 .R_news .item .titleB .tie_count {
  margin: 10px 0 0 10px;
  width: 70px;
  height: 20px;
  font-size: 12px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
  float: right;
  _display: inline;
}

.Min1 .R_news .item .titleB .tie_count:hover .tie_wrap {
  margin-top: -20px;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap {
  margin-top: 0px;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -ms-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_icon {
  background: url(https://www.dgchengju.cn/static/h87/images/list_ic.png) no-repeat;
  display: block;
  height: 20px;
  padding-left: 27px;
  color: #bbb;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_text {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ff3333;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_text i {
  display: block;
  float: left;
  _display: inline;
  font-style: normal;
  width: 26px;
}

.Qztie_A {
  width: 100%;
  height: 22px;
  margin: 10px 0;
}

.Qztie_A span {
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  float: left;
  display: block;
  position: relative;
  padding-left: 15px;
}

.Qztie_A span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 3px;
  height: 16px;
  background: #0073e8;
}

.Qztie_B {
  height: 67px;
  line-height: 67px;
  width: 100%;
  padding-bottom: 10px;
}

.Qztie_B span {
  font-size: 32px;
  font-weight: 700;
  color: #0073e8;
}

.Qztie_B .tag {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  vertical-align: 6px;
  margin-left: 30px;
}

.Qztie_B .tag:hover {
  color: #0073e8;
}

.Qztie_B .lxfs {
  display: inline-block;
  margin-left: 16px;
  color: #303030;
}

.Match {
  margin-top: 20px;
  height: 150px;
}

.Match * {
  box-sizing: border-box;
}

.Match_slide {
  position: relative;
  height: 150px;
}

.Match_slide .bd {
  width: 1121px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.Match_slide .bd ul {
  width: 102%;
  white-space: nowrap;
  overflow: hidden;
}

.Match_slide .bd ul li {
  display: inline-block;
  width: 210px;
  margin-right: 18px;
}

.Match_slide .bd ul li .Match_time {
  padding: 10px;
  width: 210px;
  line-height: 13px;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  background: #e6e6e6;
}

.Match_slide .bd ul li .Match_time span {
  float: left;
}

.Match_slide .bd ul li .Match_time .Match_house {
  margin: 0 22px 0 10px;
}

.Match_slide .bd ul li span.Match_end {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.Match_slide .bd ul li .Match_detail {
  height: 92px;
  padding: 10px 15px;
  overflow: hidden;
  background: #fff;
}

.Match_slide .bd ul li .Match_detail .details_1 {
  float: left;
}

.Match_slide .bd ul li .Match_detail .details_1 img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 3px;
  vertical-align: middle;
}

.Match_slide .bd ul li .Match_detail .details_2 {
  float: left;
  margin-left: 10px;
}

.Match_slide .bd ul li .Match_detail .details_2 span {
  display: block;
  font-size: 15px;
  color: #333333;
  margin: 9px 5px;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


 .image_box {
 text-align: center;
}

.image_box img {
 max-width: 500px !important;
}


.Match_slide .bd ul li .Match_detail .details_2 .vs, .Match_slide .bd ul li .Match_detail .details_3 .vs {
  font-size: 18px;
  color: #999999;
}

.Match_slide .bd ul li .Match_detail .details_2 .vs {
  height: 15px;
  line-height: 13px;
  display: none;
  margin: 13px 0;
}

.Match_slide .bd ul li .Match_detail .details_3 {
  float: right;
  text-align: center;
}

.Match_slide .bd ul li .Match_detail .details_3 span {
  display: block;
  font-size: 15px;
  margin: 9px 0;
  color: #333;
  font-weight: bold;
}

.Match_slide .bd ul li .Match_detail .details_3 .vs {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #999999;
  margin: 13px 0px;
  display: none;
}

.Match_slide .bd ul li .Match_text {
  height: 25px;
  background: #9e9e9e;
  text-align: center;
}

.Match_slide .bd ul li .Match_text a {
  display: block;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}

.Match_slide .bd ul li .having {
  background: #14cc8f;
}

.Match_slide .bd ul li .having span {
  color: #fff;
}

.Match_slide .bd ul li .start {
  background: #ff6666;
}

.Match_slide .bd ul li .start span {
  color: #fff;
}

.Match_slide .prev, .Match_slide .prev2, .Match_slide .next {
  float: left;
  display: block;
  width: 30px;
  height: 150px;
  border: 1px solid #e6e6e6;
}

.Match_slide .next {
  float: right;
}

.Match_slide .prev, .prev2 {
}

.Match_slide .next {
}

.box_ba9kh6vdekji {
}

.box_ba9kh6vdekji .fl {
  width: 870px;
  overflow: hidden;
}

@Media screen and (max-width: 1200px) {
  .box_ba9kh6vdekji .fl {
    width: 100%;
  }
}

.box_ba9kh6vdekji .fr {
  width: 300px;
  overflow: hidden;
}

@Media screen and (max-width: 1200px) {
  .box_ba9kh6vdekji .fr {
    width: 100%
  }
}

.title_ibevtjfapkjh {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 0;
  width: 100%;
  height: 22px;
  margin: 10px 0;
}

.title_ibevtjfapkjh span {
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  float: left;
  display: block;
  position: relative;
  padding-left: 15px;
}

@Media screen and (max-width:1200px) {
  .title_ibevtjfapkjh span {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    float: left;
    display: block;
    position: relative;
    padding-left: 15px;
  }
}

.title_ibevtjfapkjh span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 3px;
  height: 16px;
  background: #0073e8;
}

.fr_title_x4jsbpp54zzz {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  padding-bottom: 10px;
  color: #999;
}

.fr_title_x4jsbpp54zzz span {
  display: block;
  float: left;
  position: relative;
  padding-left: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #303030;
}

.fr_title_x4jsbpp54zzz span:before {
  position: absolute;
  top: 1px;
  left: 2px;
  content: '';
  width: 3px;
  height: 20px;
  background-color: #0073e8;
  transform: rotate(10deg);
}

.tab_s90hgi9bxlgr {
}

.tab_s90hgi9bxlgr ul {
  display: inline-block;
  margin-left: 20px;
}

.tab_s90hgi9bxlgr ul li {
  float: left;
  cursor: pointer;
  background: #eee;
  border: 1px solid #eee;
  color: #999;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 5px;
}

.tab_s90hgi9bxlgr ul li.active {
  background: #0073e8;
  color: #fff
}

/* .tab_m5rs636s8xuh {
  display: none
} */

.tab_m5rs636s8xuh.active {
  display: block;
}

#tab_mQjUhw9n {
  height: 50px;
}

#tab_mQjUhw9n a {
    float: left;
    display: inline;
    margin: 7px 7px 0 0;
    /* width: 150px; */
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 18px;
    border-radius: 10px;
    padding: 2px 8px;
    color: red;
}

#tab_mQjUhw9n a.cur {
  border-color: #ff6666;
  background: #ff6666;
  color: #fff;
}

.sc_row {
  height: 40px;
  background: #5ca1e6;
  text-align: center;
  overflow: hidden;
}

.sc_row span {
  float: left;
  width: 16.6%;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.sc_date {
  height: 40px;
  padding-left: 17px;
  background: #e6e6e6;
}

.sc_date h3 {
  line-height: 40px;
  font-size: 15px;
  color: #222222;
  font-weight: bold;
}

.sc_item {
  overflow: hidden;
}

.article_list span{width: 100% !important;display: flex !important;justify-content: space-between}
.title_ibevtjfapkjh{cursor: pointer}
.sc_item li {
  display: flex;
  align-items: center;
  height: 34px;
  line-height: 34px;
  padding: 9px 0;
  text-align: center;
  font-size: 0px;
  border-bottom: 1px solid #eee;
}

@Media screen and (max-width: 1200px) {
  .fl_box{padding: 12px;box-sizing: border-box;}
  .sc_item li {
    height: unset;
    line-height: 28px;
    padding: 9px 0;
    text-align: center;
    font-size: 0px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}


.sc_item li span {
  display: inline-block;
  width: 16.6%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sc_item li span.daytime {
  width: 15%
}

.sc_item li span.match_name {
  width: 20%
}

.sig_url{
 width: 20% !important;
}

.sc_item li span.match_name a {
  border: 0;
  color: #666
}
.sc_item li span.cme1u0yvp9s4 a{
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.sc_item li .ending {
  font-weight: bold;
  width: 10%
}

.sc_item li .starting {
  font-weight: bold;
  color: #ff6666;
}

.sc_item li .haing {
  font-weight: bold;
  color: #14cc8f;
}

.sc_item li img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: -2px;
  margin-right: 10px;
}

.sc_item li .score2 {
  font-weight: bold;
}

.sc_item li .match_name span a {
  display: block;
  width: 90px;
  height: 32px;
  border: 1px solid #afd1f5;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #0073e8;
}

.sc_item li span a:hover {
  border-color: #0073e8;
}

.sc_item li span a.gray {
  background: #ccc;
  color: #ffffff;
  border: none
}

.sc_item li.odd {
  background: #fafafa;
}

.sc_item li.even {
  background: #f5f5f5;
}

.sc_item+.footer {
  margin-top: 60px;
}

@Media screen and (max-width:1200px) {
  .sc_item li span {
    display: inline-block;
    width: 33%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
  }
  .sig_url {
      width: 40% !important;
  }

  .score2{
    width: unset !important;
    padding: 0 10px;
  }

  .sc_item li span.daytime {
    width: 40%;
    margin-left: unset;
  }

  .sc_item li span.match_name {
    width: 50%;
    padding-bottom: 10px;
  }

  .sc_item li span.match_name a {
    border: 0;
    color: #666
  }
  .sc_item li span.cme1u0yvp9s4 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }

  .sc_item li .ending {
    font-weight: bold;
    width: 15%;
    display: none;
  }

  .sc_item li .starting {
    font-weight: bold;
    color: #ff6666;
  }

  .sc_item li .haing {
    font-weight: bold;
    color: #14cc8f;
  }

  .sc_item li img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: -2px;
    margin-right: 10px;
  }

  .sc_item li .score2 {
    font-weight: bold;
  }

  .sc_item li .match_name span a {
    display: block;
    width: 90px;
    height: 32px;
    border: 1px solid #afd1f5;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #0073e8;
  }

  .sc_item li span a:hover {
    border-color: #0073e8;
  }

  .sc_item li span a.gray {
    background: #ccc;
    color: #ffffff;
    border: none
  }

  .sc_item li.odd {
    background: #fafafa;
  }

  .sc_item li.even {
    background: #f5f5f5;
  }

  .sc_item+.footer {
    margin-top: 60px;
  }
}

.box_p_qbr1udi6a5da {
  padding-top: 12px
}

.img-text {
  padding: 0 15px 0;
}

@Media screen and (max-width:1200px) {
  .img-text {
    padding: 0;
  }
}

.img-text .pic {
  float: left;
  width: 90px;
  height: 60px;
  margin: 4px 10px 0 0;
  position: relative;
}

.img-text .pic img {
  display: block;
  width: 90px;
  height: 60px;
}

.img-text .pic .sn {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #fdd000;
}

.img-text h4 {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  padding-top: 0;
  margin: 4px 0 -20px;
  overflow: hidden;
}

.img-text p {
  text-align: right;
  padding-top: 8px;
  line-height: 1;
  color: #999;
}

.img-text p a {
  color: #999;
}

.sn-list {
  padding: 18px 15px 0;
}

@Media screen and (max-width:1200px) {
  .sn-list {
    padding: 10px;
  }
}

.sn-list li {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  padding-bottom: 12px;
  padding-left: 27px;
  position: relative;
}


.sn-list li>a{
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sn-list li .sn {
  width: 18px;
  background: #e8e8e8;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.sn-list li .com-num {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 22px;
  right: 0;
}

.sn-list li .com-num a {
  color: #999;
}

.fr_box_cqbml138914v ul {
  padding: 0 10px
}

.fr_box_cqbml138914v ul li {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ftab-body-item-list-liveitem {
  width: 130px;
  height: 116px;
  float: left;
  margin: 0 10px;
  padding-bottom: 7px;
}

.ftab-body-item-list-liveitem .img-link {
  display: block;
  width: 130px;
  height: 86px;
  position: relative;
}

.ftab-body-item-list-liveitem .img-link-liveimg {
  display: block;
  width: 130px;
  height: 86px;
}

.ftab-body-item-list-liveitem .img-link-icon {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 5px;
  left: 5px;
  background-image: url(https://www.dgchengju.cn/static/h87/images/live-icon.png);
}

.ftab-body-item-list-liveitem .live-title {
  font-size: 12px;
  color: #191919;
  padding-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fr_box_yoau7n0a264j ul li {
  float: left;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 22px;
}

.fr_box_yoau7n0a264j ul li a {
  display: inline-block;
  background: #eee;
  color: #999;
  border: 1px solid #eee;
  padding: 5px 8px;
}

.big_tit_y9l62yqjjay3 {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.big_tit_y9l62yqjjay3 span {
  font-size: 26px;
  font-weight: 700;
  color: #0073e8;
}

.yqlinks_pv2wtfnbe5ed ul {
  padding: 20px 0
}

.yqlinks_pv2wtfnbe5ed ul li {
  float: left;
  margin-right: 10px
}

.footer_cdzskb60hnh3 .wrap {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #8B8B8B;
}

.footer_cdzskb60hnh3 a {
  color: #8B8B8B;
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 4px;
}

.channel_path_n2lfmg6zfvmj {
  font-size: 14px
}

.title_udutTwAO {
  height: 40px;
  border-bottom: 2px solid #0073e8;
  overflow: hidden;
}

.title_udutTwAO h3 {
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.title_udutTwAO a {
  float: right;
  font-size: 15px;
  color: #4697e8;
  line-height: 40px;
}

.video_box_UYPTLILG ul {
  margin-left: -20px;
  margin-top: -10px;
  overflow: hidden;
}

.video_box_UYPTLILG ul li {
  float: left;
  width: 200px;
  height: 134px;
  margin-top: 30px;
  margin-left: 20px;
}

.video_box_UYPTLILG ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.video_box_UYPTLILG ul li a img {
  display: block;
  width: 200px;
  height: 134px;
}

.video_box_UYPTLILG ul li a .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.video_box_UYPTLILG ul li a .mask span {
  display: block;
  height: 42px;
  line-height: 21px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  overflow: hidden;
}

.left_con_f9100him {
  margin-top: 20px;
  overflow: hidden;
}

.left_con_f9100him .left_img_nc8tjwvf {
  float: left;
  width: 200px;
}

.left_con_f9100him .left_img_nc8tjwvf a {
  display: block;
}

.left_con_f9100him .left_img_nc8tjwvf img {
  display: block;
  width: 200px;
  height: 134px;
}

.left_con_f9100him .left_img_nc8tjwvf a+a {
  margin-top: 20px;
}

.left_con_f9100him ul {
  float: left;
  width: 288px;
  margin-left: 30px;
  margin-top: -26px;
}

.left_con_f9100him ul.left_conList_wbzae7hc {
  margin-right: 11px;
}

.left_con_f9100him ul li {
  height: 13px;
  line-height: 13px;
  font-size: 14px;
  color: #333;
  margin-top: 26px;
}

.left_con_f9100him ul li a {
  display: block;
  line-height: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b_left_ts16pc31 {
  width: 520px;
  height: 365px;
  background: #ccc;
  float: left;
}

.b_left_ts16pc31 .slideBox {
  position: relative;
}

.b_left_ts16pc31 .bd {
  width: 520px;
  height: 365px;
  overflow: hidden;
}

.b_left_ts16pc31 .bd ul {
  overflow: hidden;
}

.b_left_ts16pc31 .bd ul li {
  float: left;
  width: 520px;
  height: 365px;
}

.b_left_ts16pc31 .bd ul li a {
  display: block;
  position: relative;
}

.b_left_ts16pc31 .bd ul li a img {
  display: block;
  width: 520px;
  height: 365px;
}

.b_left_ts16pc31 .bd ul li a .bd_mask {
  width: 100%;
  position: absolute;
  top: 147px;
  left: 0px;
  bottom: -2px;
  right: 0px;
  background-size: 100% 100%;
  height: 60%;
  opacity: 0.7;
}

.b_left_ts16pc31 .bd ul li a .bd_mask span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 30px;
  overflow: hidden;
}

.b_left_ts16pc31 .slideBox>a {
  display: block;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 160px;
  z-index: 10;
}

.b_left_ts16pc31 .slideBox .prev {
  left: 20px;
}

.b_left_ts16pc31 .slideBox .prev:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.b_left_ts16pc31 .slideBox .next {
  right: 20px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.b_left_ts16pc31 .slideBox .next:hover {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.b_left_ts16pc31 .slideBox .pageState {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 31px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}

.b_left_ts16pc31 .slideBox .pageState span {
  color: #ff4c4c;
}

.b_right_dr5rgttd {
  width: 298px;
  margin-left: 39px;
  float: left
}

.b_right_dr5rgttd h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b_right_dr5rgttd h3 a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b_right_dr5rgttd ul {
  margin-top: 23px;
}

.b_right_dr5rgttd ul li {
  height: 13px;
  line-height: 13px;
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.b_right_dr5rgttd ul li:last-child {
  margin-bottom: 0px;
}

.b_right_dr5rgttd .center_text {
  margin-top: 34px;
}

.t_uylnekmxiqfa {
}

.t_uylnekmxiqfa .item_ca34pxtdfv5i {
  margin-right: 10px;
  font-size: 14px;
  color: #999
}
.t_uylnekmxiqfa .item_ca34pxtdfv5i.tags{
  float: left;
  display: inline;
  margin: 7px 7px 5px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  color: #444;
  white-space: nowrap;
}
.t_uylnekmxiqfa .item_ca34pxtdfv5i.tags:hover{
  color: #03a9f4;
}

#article-content img,#article-content video {
  max-width: 100% ;
  height: auto
}

.rank_content_xmu66ihf .rank_team {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #5ca1e6;
  overflow: hidden;
}

.t_mepb2vdt3ywq,.t_mepb2vdt3ywq a {
  height: auto !important;
  font-size: 13px;
  display: inline-block !important;
  color: #858585 !important;
}

.rank_content_xmu66ihf .rank_team span {
  display: inline-block;
  width: 8%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  float: left;
  text-align: center;
}

.rank_content_xmu66ihf .rank_team .tea {
  width: 27%;
}

.rank_content_xmu66ihf ul li {
  height: 60px;
  line-height: 60px;
  /* padding-left:20px; */
  overflow: hidden;
  font-size: 0px;
}

.rank_content_xmu66ihf ul li .rank_num {
  display: inline-block;
  width: 8%;
}

.rank_content_xmu66ihf ul li .rank_num .num {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}

.rank_content_xmu66ihf ul li .rank_num .num1 {
  background: #ff4c4c;
  color: #fff;
}

.rank_content_xmu66ihf ul li .rank_num .num2 {
  background: #ff884c;
  color: #fff;
}

.rank_content_xmu66ihf ul li .rank_num .num3 {
  background: #ffc44c;
  color: #fff;
}

.rank_content_xmu66ihf ul li a {
  display: inline-block;
  width: 27%;
  line-height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -11px;
  text-align: center;
}

.rank_content_xmu66ihf ul li a img {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
}

.rank_content_xmu66ihf ul li a span {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  text-align: center;
}

.rank_content_xmu66ihf ul li>span {
  display: inline-block;
  width: 8%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.art_title h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #191919;
  margin-top: 10px;
}

.art_title .art_info {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding-top: 20px;
}

.art_cont {
  color: #191919;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  overflow: hidden;
}

.art_cont p {
  padding: 10px 0 2px;
  text-indent: 2rem;
}

.art_cont p img {
  display: flex;
  margin: 0 auto;
}

.statement {
  color: #999;
  line-height: 16px;
  font-size: 12px;
}

.otherlist {
  overflow: hidden;
  padding-top: 15px;
}

.otherlist_f6eoy9ly .title {
  height: 20px;
  line-height: 20px;
  border-bottom: 2px solid #0073e8;
  padding: 18px 0
}

.otherlist_f6eoy9ly .title em {
  float: left;
  margin-right: 12px;
  width: 4px;
  height: 19px;
  border-radius: 2px;
  background: #0073e8;
}

.otherlist_f6eoy9ly ul.list {
  width: 860px;
  padding-top: 13px;
  overflow: hidden;
}

.otherlist_f6eoy9ly ul.list li {
  float: left;
  margin-right: 23px;
  margin-bottom: 16px;
  width: 190px;
  position: relative;
}

.otherlist_f6eoy9ly ul.list li .img {
  display: block;
  height: 130px;
  overflow: hidden;
}

.otherlist_f6eoy9ly ul.list li .img:hover img {
  transform: scale(1.1);
}

.otherlist_f6eoy9ly ul.list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s ease .1s;
  -webkit-transition: -webkit-transform .5s ease .1s;
}

.otherlist_f6eoy9ly ul.list li p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #303030;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.otherlist_f6eoy9ly ul.list li p:hover {
  color: #0073e8;
}

@Media screen and (max-width:1200px) {
  .otherlist_f6eoy9ly ul.list {
    width: 100%;
    padding-top: 13px;
    overflow: hidden;
  }
}

.list_left_inz1vz39 ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.list_left_inz1vz39 ul li>a {
  float: left;
  display: block;
}

.list_left_inz1vz39 ul li>a img {
  display: block;
  width: 180px;
  height: 120px;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi {
  float: left;
  width: 590px;
  margin-left: 30px;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi a {
  display: block;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi>p {
  width: 100%;
  height: 37px;
  /*margin-top: 26px;*/
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  overflow: hidden;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi div {
  height: 20px;
  margin-top: 19px;
  overflow: hidden;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi div p {
  float: left;
  font-size: 14px;
  color: #333;
  height: 16px;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi div span {
  font-size: 14px;
  color: #999999;
  height: 16px;
}

.list_left_inz1vz39 ul li .list_info_t7q8stqi div p+p {
  float: right;
}

.list_left_inz1vz39 ul li:last-child {
  border-bottom: 0px;
}

@Media screen and (max-width:1200px) {
  .list_left_inz1vz39 ul li .list_info_t7q8stqi {
    float: right;
    width: 590px;
    margin-left: 30px;
  }

  .list_left_inz1vz39 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    display: flex;
  }

  .list_left_inz1vz39 ul li .list_info_t7q8stqi a {
    display: block;
    line-height: 19px;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
  }
}

.banner_wrap {
}

.banner_wrap img {
  height: 100px;
  overflow: hidden;
}

.el-pagebox-a54f8eadsfe {
  margin: 20px 0
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
  text-align: center;
}

.el-pagination:after, .el-pagination:before {
  display: table;
  content: ""
}

.el-pagination:after {
  clear: both
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal
}

.el-pagination .el-input__suffix {
  right: 0;
  transform: scale(.8)
}

.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent
}

.el-pagination button:focus {
  outline: none
}

.el-pagination button:hover {
  color: #409eff
}

.el-pagination button:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed
}

.el-pagination .btn-next, .el-pagination .btn-prev {
  background: 50% no-repeat;
  background-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  color: #303133
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700
}

.el-pagination .btn-prev {
  padding-right: 12px
}

.el-pagination .btn-next {
  padding-left: 12px
}

.el-pagination .el-pager li.disabled {
  color: #c0c4cc;
  cursor: not-allowed
}

.el-pagination--small .btn-next, .el-pagination--small .btn-prev, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px
}

.el-pagination--small .arrow.disabled {
  visibility: hidden
}

.el-pagination--small .more:before, .el-pagination--small li.more:before {
  line-height: 24px
}

.el-pagination--small button, .el-pagination--small span:not([class*=suffix]) {
  height: 22px;
  line-height: 22px
}

.el-pagination--small .el-pagination__editor, .el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409eff
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #606266
}

.el-pagination__jump .el-input__inner {
  padding: 0 3px
}

.el-pagination__rightwrapper {
  float: right
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px
}

.el-pagination__editor.el-input {
  width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
  height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .el-pager li.disabled {
  color: #c0c4cc
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
  padding: 0
}

.el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev:disabled {
  color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409eff;
  color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next, .el-pagination.is-background.el-pagination--small .btn-prev, .el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px
}

.el-pager {
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0
}

.el-pager .more:before {
  line-height: 30px
}

.el-pager .number,.el-pager .more {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0
}

.el-pager .number a {
  float: none;
}

.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133
}

.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
  color: #c0c4cc
}

.el-pager li.btn-quicknext:hover, .el-pager li.btn-quickprev:hover {
  cursor: pointer
}

.el-pager li.active+li {
  border-left: 0
}

.el-pager li:hover {
  color: #409eff
}

.el-pager li.active {
  color: #409eff;
  cursor: default
}

.el-icon-more:before {
  content: "..."
}

.el-icon-arrow-left:before {
  content: "<";
}

.el-icon-arrow-right:before {
  content: ">";
}

.ngazhl9pk08t {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.ngazhl9pk08t[data-hasMore="no"] {
  display: none;
}

.ngazhl9pk08t .load-data {
  text-align: center;
}

.ngazhl9pk08t[isLoad="false"] .load-data .loading-data {
  display: none !important;
}

.ngazhl9pk08t[isLoad="true"] .load-data .load-data {
  display: none !important;
}

.team-box-mu2w96hv {
  position: relative;
  margin-bottom: 14px;
}

.team-box-mu2w96hv .bg-img-dpimqr8d {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.team-box-mu2w96hv .content-sism3djo {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.team-box-mu2w96hv .content-sism3djo.has-face {
  position: relative;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box {
  display: block;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .team {
  margin-top: 65px;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .team .team-img {
  width: 80px;
  margin-bottom: 14px;
  object-fit: cover;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .team .team-name {
  width: 180px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .host {
  float: left;
  margin-left: 40px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .guest {
  float: right;
  margin-right: 40px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race {
  position: relative;
  display: block;
  width: 303px;
  margin: 0 auto 0;
  padding-top: 26px;
  padding-bottom: 36px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks {
  margin-bottom: 26px;
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .time1 {
  margin-right: 4px;
  white-space: nowrap;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .time2 {
  margin-right: 17px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .league {
  display: inline-block;
  position: relative;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .league:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: white;
  left: -11px;
  top: 50%;
  transform: translateY(-40%);
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .top {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .remarks .bottom {
  font-size: 12px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box {
  position: relative;
  width: 210px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .host-score, .team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .guest-score {
  width: 72px;
  font-size: 38px;
  font-weight: bold;
  color: #daaf8b;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .host-score {
  float: left;
  text-align: right;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .guest-score {
  float: right;
  text-align: left;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .vs {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 6px;
  margin: 0 auto;
  background: #daaf8b;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box {
  padding: 0 68px;
  margin-bottom: 14px;
  text-align: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box .source-text {
  margin-bottom: 8px;
  font-size: 12px;
  color: #fff;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box .source-list {
  display: inline-block;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box .source-list ul {
  margin-right: -12px;
  margin-bottom: -12px;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box .source-list ul li {
  float: left;
  height: 28px;
  padding: 0 11px;
  margin-right: 12px;
  margin-bottom: 12px;
  line-height: 24px;
  border-radius: 15px;
  border: 1px solid #dd4d30;
  text-align: center;
}

.team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .source-box .source-list ul li a {
  font-size: 14px;
  color: #dd4d30;
}
.comment_area li, .fixed_score_taggle div{
  margin-bottom: 4px !important;
}
@Media screen and (max-width:1200px) {
  .team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .team .team-name {
    width: unset !important;
    font-size: 18px;
    font-weight: 600;
  }

  .team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .host-score, .team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race .score-box .guest-score {
    width: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #daaf8b;
  }
}

.fy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
.fy1 {
  max-width: 380px;
  box-sizing: border-box;
}

.fy div {
  width: 388px;
  /* height: 100px; */
  background-color: #fff;
}
.fy1 a {
  color: #EF0166;
}.fy1 P {
   margin-top: 15PX;
   font-weight: 600;
   word-break: break-all;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   color: #444;
 }
.footer-box{width:100%;height:auto;background: #0370d4;margin-bottom:-30px;color:#fff;}
.friend-link{/* width:600px; border-right:1px solid #fff; */}
.footerwrap{padding:20px;font-size:14px;}
.footer-box h5{height:40px;line-height:40px;font-weight: 400;font-size:18px;}
.footer-box a{color:#fff;}
.footer-box a:hover{text-decoration:underline;}
.friend-link,.web-site{padding:0 10px;width: 1200px;/* min-height:130px; */}
@Media screen and (max-width:1200px) {
  .friend-link,.web-site{padding:0 0px;width: 100%;/* min-height:130px; */}
  .footerwrap{padding:0px;font-size:14px;}
}
.friend-link div,.web-site div{padding:0 20px;}
.friend-link a{line-height:30px;margin:0 10px;}
footer{width:100%;background:#222;margin-top:30px;}
footer .wrap{
  padding: 15px 0;
}
footer p{line-height:26px;text-align: center;color:#eee;font-size:12px;}
footer p span{margin-right:16px;}
footer p a{padding:0 10px;border-left:1px solid #fff;text-align: center;color:#eee;}

.tags_list{
  padding: 20px;
  padding-top: 0;
}
.tags_list .tags a{
  white-space: normal;
  float: left;
  display: inline-block;
  margin: 12px 12px 0 0;
  width: auto;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 21px;
  border-radius: 10px;
}
.tags_list .tags a:hover{
  border-color:  #0073e8;
}

/* jjhf.css*/
.nrxq {
  color: #000000;
  font-size: 16px;
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 152px;

}

.rdzb li {
  width: 360px;
  /* height: 40px; */
  /* line-height: 40px; */
  background: #F3F4F7;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  margin-top: 10px;
}

.rdzb li span:nth-child(1) {
  color: #EF0166;
  margin-left: 20px;

}

.rdzb li span:nth-child(2) {
  color: #707070;
  margin-left: 10px;

}

.rdzb li span:nth-child(3) {
  color: #707070;
  margin-left: 10px;

}

.ly {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  margin-top: 20px;
  color: #999999;
  padding-bottom: 24px;
}

.bt {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}

.jg {
  font-size: 16px;
  margin-top: 20px;
  color: black;
  font-weight: 800;
}

.img {
  width: 100%;
  margin-top: 30px;
}

.img img {
  width: 100%;
}

.ms {
  font-size: 16px;
  margin-top: 40px;
  color: black;
  font-weight: 800;
}

.zw {
  font-size: 16px;
  margin-top: 30px;
}

.zw img {
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.zw p {
  line-height: 33px;
  color: #333333;
  font-size: 16px;
}

.jjtp {
  width: 13px;
  height: 13px;
}

.jjjj {
  display: flex;
  align-items: center;
  width: 78px;
  margin-left: -8px;
}

.jjjj p {
  margin-left: 10px;
  color: #F21646;
}

.jde1 {
  width: 94px;
  height: 60px;
  border-radius: 3px;
  margin-left: 16px;
}

.jde2 {
  width: 173px;
  margin-left: 10px;
  color: #707070;
  max-height: 55px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lanqiu .lanqiu-ul a {
  margin-left: 0px;
}

.top-fei {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  margin-top: 14px;
  background-color: #ffffff;
  display: flex;
  line-height: 72px;
}
.top-fei>a{
  width: 100px;
  text-align: center;
}
.top-main-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
}

.top-main-wrap::after {
  position: absolute;
  content: '';
  top: 24px;
  right: 26px;
}

.top-main-wrap img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.top-main-wrap>a {
  display: flex;
  width: 106px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 4px;
}

.top-main-wrap>a:hover {
  background-color: #f2f4f6;
}



/* public.css*/
/* å…¬å…±æ ·å¼ */
* {
  margin: 0;
  padding: 0;
  font-family: "å¾®è½¯é›…é»‘";
  color: #444;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.ellipsismore {
  display: -webkit-inline-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* img {
    border: none;
    display: block;
} */
.main-wrap {
  width: 1200px;
  margin: 0 auto;
}

@Media screen and (max-width:1200px) {
  .main-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .team-box-mu2w96hv .content-sism3djo.has-face .has-face-box .race {
    position: relative;
    display: block;
    width: 303px;
    margin: 0 auto 0;
     padding-top: unset !important;
    padding-bottom: 36px;
}
.fl_detail{
  padding: 12px;
  box-sizing: border-box;
}
  .title_ibevtjfapkjh {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 0;
    width: 100%;
    height: 22px;
    margin: 10px 0;
    display: flex;
  }
}

.main {
  margin-top: 10px;
}

.top {
  background-color: #fff;
  height: 70px;
}

.logo {
  width: 190px;
  font-size: 25px;
  line-height: 70px;
  font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
  margin-left: 50px;
  height: 70px;
}

.logo img {
  width: 100%;
  height: 70px;
  vertical-align: top;
}

.ul-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.navList:hover {
  color: #3a84ff;
  background-color: #fff;
}




.ul-wrap>li {
  margin-right: 34px;
}

.flex {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}

.qdxq {
  background: url(https://www.dgchengju.cn/static/h87/images/qdxq.png)no-repeat center;
  background-size: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.qdxq img {
  width: 51px;
  height: 51px;
}

.left-main1 {
  width: 780px;
}

.lxsp-box {
  width: 100%;
  display: flex;

}

.lxsp {
  width: 50%;
  height: 48px;
  background: #A5A5A5;
  text-align: center;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
}

.ztz_fllieb {
  padding: 30px;
  display: none;
}

@Media screen and (max-width:1200px) {
  .ztz_fllieb {
    padding: 10px;
    display: none;
  }
}

#test2 {
  display: none;
}

.ztz_fllieb li {
  width: 94px;
  height: 96px;
  border-radius: 4px;
  border: 1px #eee solid;
  text-align: center;
  display: inline-block;
  margin: 0 15px 30px;
}

.ztz_fllieb li span {
  display: block;
  height: 72px;
}

.ztz_fllieb li img {
  width: 60px;
  height: 60px;
  padding-top: 8px;
  transition: all 0.5s;
}
.ztz_fllieb>li:hover img {
  transform: scale(1.08);
}
.ztz_fllieb .ztz_dwmc {
  color: #666;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.botm {
  padding-top: 10px;
  min-width: 1200px;
  height: 266px;
  background: #212224;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 30px;

}

.botm1 {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.botm1 h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.botm1-ul {
  display: flex;
  align-items: center;

}

.botm1-ul li a {
  margin-left: 30px;
  color: #8D93A1;
}

.botm2-ul a {
  color: #8D93A1;
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
  font-size: 14px;
}

.botm2 {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  border-bottom: solid 1px #161617;
  margin-top: 10px;
}

.botm3 {
  width: 100%;
  height: 60px;

  margin-top: 10px;
}

.botm3 p {
  color: #8D93A1;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.botm3 p a {
  color: #8D93A1;
  font-size: 12px;
  line-height: 30px;
  margin: 0 5px;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 16px;
  width: 100%;
}

#bread {
  width: 1200px;
  margin: 20px auto;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

@Media screen and (max-width:1200px) {
  #bread {
    width: 100%;
    margin: 20px auto;
    margin-bottom: unset;
    color: #333;
    font-size: 14px;
    cursor: pointer;
  }
  .box_p_qbr1udi6a5da{
    padding-top: unset;
  }
}

#bread a {
  color: #333;
}

#bread b {
  margin: 0 8px 0 5px;
}


.jijin a {
  display: block;
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEF3F8;
  margin: 0 10px;
}

.jijin span {
  color: #999999;
  font-size: 14px;
}

.jijinSpanwidth {
  width: 94px;
}






.right-box {
  background: #Fff;
  box-sizing: border-box;
  padding: 20px;
}

.martop {
  margin-top: 16px;
}

@Media screen and (max-width:1200px) {
  .martop {
    margin-top: 16px;
    display: inline;
  }
}

.yuan {
  min-width: 4px;
  height: 4px;
  background: #959595;
  border-radius: 50%;
  margin: 0 7px;
}
.qdzx1{
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #EEF3F8;
  font-weight: 600;
  margin-top: -15px;
  font-size: 16px;
}
.qdzx2{
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-top: -15px;
  font-size: 16px;
}
.qdzx1::after {
  position: absolute;
  width: 3px;
  height: 16px;
  background: #3a84ff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  content: "";
  left: -20px;
  top: 18px;
}

.qdzx1 span,.qdzx2 span {
  font-size: 18px;
  font-weight: 600;
  color: #373737
}




.qdzx {
  display: flex;
  padding-bottom: 10px;
}

.qdzx img {
  width: 56px;
  height: 56px;
  margin-left: 20px;
}

.jijinTitle {
  padding-top: 10px;
  padding-left: 20px;
}

.jijinInfo {
  padding: 10px 20px 20px 20px
}

.rightTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeLive {
  margin-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #373737;
}

.timeLive::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  width: 3px;
  height: 16px;
  /* background-color: #C60100; */
  background-color: #3a84ff;
}

.timeLive1 {
  margin-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #373737;
}

.timeLive1::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  width: 3px;
  height: 16px;
  background-color: #3a84ff;
}


.grayline {
  margin-top: 10px;
  border-bottom: 1px solid #EEF3F8;
  width: 100%;
}

.hotlive img {
  width: 23px;
  height: 18px;
}

.hotlive span {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
}

.qdzx span {
  margin-left: 13px;
  color: #fff;
  font-weight: 800;
}





.ul-zxsp li {
  height: 142px;
  margin-top: 15px;
  cursor: pointer;
  border-bottom: 1px solid #EEF3F8;
  flex-shrink: 0;

}

.ul-zxsp li:nth-child(1) {
  margin-top: 0;
}

.ul-zxsp li a {
  margin-top: 16px;
  display: flex;
}
.ul-zxsp1 li:hover .right-u-zxsp>p{
  color:#3a84ff;
}
.ul-zxsp1 li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ul-zxsp1 li img {
  width: 120px;
  height: 76px;
  border-radius: 4px;
}
.ul-zxsp li img {
  width: 184px;
  height: 125px;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.ul-zxsp1 li {
  height: 88px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
}

.right-u-zxsp {
  margin-left: 10px;
  width: 246px;
  height: 88px;
}

.right-u-zxsp p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 240px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.right1-u-zxsp p {
  font-size: 16px;
  font-weight: 600;
  width: 570px;
  height: 20px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tws {
  width: 240px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-u-zxsp span {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.padd {
  padding: 30px;
}

.right1-u-zxsp {
  margin-left: 10px;
  height: 125px;
}

.tws1 {
  width: 570px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 29px;
}

.fy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  max-width: 800px;
}

.fy1 {
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px;
}

.fy1 a {
  color: #2196F3;
}

.fy1 P {
  margin-top: 15PX;
  font-weight: 600;
}

.fy div {
  width: 380px;
  height: 100px;
  background-color: #fff;
}

.tws2 {

  width: 538px;
  height: 35px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 29px;
}

.right1-u-zxsp span {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;

}

.box-w1 {
  min-width: 780px;
  max-width: 780px;
  overflow: hidden;
  box-sizing: border-box;
}

.box-w2 {
  max-width: 400px;
  width: 400px;
  /* max-height: 356px;
  padding: 20px;
  overflow: hidden; */
}

@Media screen and (max-width:1200px) {
  .box-w1 {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .box-w2 {
    max-width: 100%;
    width: 100%;
    /* max-height: 356px;
    padding: 20px;
    overflow: hidden; */
  }
}

.jcjj li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 10px;
}

.jcjj li:first-child {
  margin-top: 5px;
}

.jcjj li:last-child {
  margin-bottom: 12px;
}

.jcjj1 li {
  height: 38px;
  line-height: 38px;
  width: 296px;
  background: #F1F3F5;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-left: 12px;
}

.jcjj1 li span {
  color: #5C6166;
  margin-left: 10px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rmhf li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;

}

.qh {
  font-size: 14px;
  margin-right: 4px;
  cursor: pointer;
}

.qh span {
  color: #707070;
  margin-right: 7px;
}






.rdzbbh {
  height: 90px;
  overflow: hidden;
  line-height: 40px;
  background: #F3F4F7;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px 20px 30px 15px;
  color: #fff;
  background: url(https://www.dgchengju.cn/static/h87/images/rdzbbh.png) no-repeat center;
  display: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}

.rdzbbh2 {
  height: 40px;
  line-height: 40px;
  background: #F3F4F7;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  margin-top: 16px;
  overflow: hidden;
}

.rdzbbh4 {
  display: flex;
}

.rdzbbh2 .rdzbbh4>div:nth-child(1) {
  color: #2486FF;
  margin-left: 20px;
  font-weight: 600;

}

.rdzbbh2 .rdzbbh4>div:nth-child(2) {
  color: #707070;
  margin-left: 10px;

}

.rdzbbh2 .rdzbbh4 div:nth-child(3) {
  display: flex;
  width: 180px;
  color: #707070;
  margin-left: 10px;

}

.divEllipsis {
  color: #707070;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rdzbbh1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}

.rdzbbh1 p {
  color: #fff;
}

.rdzbbh1 img {
  width: 33px;
  height: 33px;
}

.aw {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}

.rdzbbh1 a {
  color: #fff;
}


.top-fei {
  min-width: 1200px;
  background-color: #ffffff;

}

.top-main-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;

  height: 38px;
  line-height: 38px;

}

.top-main-wrap-inner {
  padding-left: 244px;
}

.top-main-wrap .leftListA {
  font-size: 16px;
  color: #7B7E86;
  margin-right: 38px;
  cursor: pointer;
}

.btmRed {
  border-bottom: #C01E2F solid;
}



.detailBox {
  max-width: 1200px;
  display: flex;
}


.left-box-centent {
  padding: 20px;
}

.bcgFFF {
  background-color: #fff !important;
}

.marBtm20 {
  margin-bottom: 20px;
}

.box-outside {
  min-height: 40px;
  padding: 20px;
}


.imgSize {
  width: 120px;
  height: 76px;
  border-radius: 4px;
}

.ulTitle {
  width: 296px;
  padding-left: 10px;

}

.ulTitle a li {
  padding: 10px 2px 5px 0;
  width: 286px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fweightsize {
  font-weight: 600;
  font-size: 18px;
}

.nodata img {
  width: 780px;
}

.ul-wrap>li {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  display: block;
  position: relative;
  cursor: pointer;
}

.ul-wrap li:nth-child(1) {
  margin-left: 34px;
}

.navList {
  border-bottom: 1px solid white;

}

.pulldown {
  position: absolute;
  left: -20px;
  display: none;
  z-index: 1000;
}

.pulldown a {
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
  width: 140px;
}

.ul-wrap>li:hover .pulldown {
  background-color: #fff !important;
  top: 68px;
  left: -20px;
  position: absolute;
  display: block;
}


.rightSJX {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 30px;
  right: -0px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  margin-bottom: 3px;
}

.ul-wrap>li:hover .rightSJX {
  transform: rotate(-135deg);
  border-right: 1px solid #3a84ff;
  border-bottom: 1px solid #3a84ff;
  transition: all 0.3s;
}


/* ****************** */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.livesource {
  display: flex;
  justify-content: center;
}

.livesource>li {
  position: relative;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 18px 0 32px;
  background: rgba(0, 0, 0, .5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.livesource>li::before {
  content: "";
  position: absolute;
  top: 11px;
  left:16px;
  width: 12px;
  height: 12px;
  background: url(https://www.dgchengju.cn/static/h87/images/livesource.png) no-repeat center center/100% 100%;
}




/* ****************** */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.livesource {
  display: flex;
  justify-content: center;
}

.livesource>li {
  position: relative;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 18px 0 32px;
  background: rgba(0, 0, 0, .5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.livesource>li::before {
  content: "";
  position: absolute;
  top: 11px;
  left:16px;
  width: 12px;
  height: 12px;
  background: url(https://www.dgchengju.cn/static/h87/images/livesource.png) no-repeat center center/100% 100%;
}

.gmliveBtm {
  position: absolute;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: linear-gradient(to top, #151a1159, #151a1159);
  display: flex;
  justify-content: center;

}

.gmliveBtmLi {
  cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
  margin-right: 100px;
  padding: 0 20px;
  color: #fff;
}

.gmliveBtm li:nth-child(2) {
  margin-left: 100px;
  padding: 0 20px;
  color: #fff;
}


/* æœ€æ–°èµ„è®¯ */
.newinfoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newinfoBox h3 {
  text-align: center;
}

.newinfo {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.newinfo img {
  width: 192px;
  height: 108px;
  border-radius: 4px;
  margin-right: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.newinfo li {
  width: 590px;
  display: flex;
  font-size: 18px;
}

.newinfoDiv {
  padding: 4px 0;
}

.newinfoDiv>p:nth-child(1) {
  margin-bottom: 20px;
  width: 350px;
}

.newinfoDiv p:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.bRadius{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.carousel {
  max-width: 484px;
  height: 328px;
  position: relative;
  overflow: hidden;
}


/*saishi.css */

.carousel{
  max-width: 484px;
  height: 328px;
  position: relative;
}
.swiper-slide1 img {
  display: block;
  min-width: 1200px;
}
.carousel .swiper-wrapper{
  overflow: hidden;
}
.swiper-slide1 {
  background-position: center;
  background-size: cover;
  min-width: 100%;
}
.swiper {
  max-width: 1051px;
  height: 152px;
  margin-top: 10px;
  overflow: hidden;

}
.slide-ul{
  width: 258px;
  height: 152px;
  background-color: white;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.slide-top{
  display: flex;
  justify-content: space-between;
}
.slide-top-1{
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  text-align: left;

}
.slide-top-1 p{
  color: #8A8D94;
}
.slide-top-1 p:nth-child(1){margin-top: 3px;}
.slide-top-1 p:nth-child(2){margin-top: 8px;}
.slide-top-2 img{
  width: 14px;
  height: 10px;
}
.slide-top-2{
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;

}
.slide-top-2 span{
  color: #7B7E86;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1 !important;
}
.bt{
  font-size: 12px;
  font-weight: 400;
  color: #4C4B4A;
  padding-top: 10px;
}
.rq{
  font-size: 14px;
  font-weight: 400;
  color: #4C4B4A;
  margin-top: 10px;
}
.slide-gk{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
}
.slide-gk1 p{
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
}
.slide-gk img{
  width: 48px;
  height: 48px;
}
.slide-qdmz{
  margin-top: 10px;
}
.slide-sai .wks{
  font-size: 14px;
  color: #969696;
}
.yks{
  color: #F21646;
}
.slide-sai p:nth-child(1){
  font-weight: 600;
  font-size: 16px;
}
.gk{
  width: 45px;
  height: 20px;
  background:#3a83ff;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}
.gk a{
  color: #fff;
}
.qbsc{
  width: 76px;
  background: #fff;
  height: 152px;
  font-size: 12px;
  color:#3a83ff;
  text-align: center;
  line-height: 132px;
  margin-right: 35px;
  margin-top: 10px;
}

.qbsc q{
  color:#3a83ff;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 12px !important;
}

.img-right{
  width: 320px;
  margin-right: 40px;
}
.img-right li{
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  margin-top: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* index.css */
.flexAJ {
  display: flex;
  align-items: center;
  justify-content: center;
}

.saishi {
  width: 100%;
  background-color: white;
  margin-top: 20px;
}

.saishi p {
  font-size: 14px;
  color: #90A5C9;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 32px;
}

.rightList {
  height: 70px;
  line-height: 70px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  border-bottom: 1px solid #EEF3F8;
  margin: 0 60px;
}

.timenav {
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: auto;
  border-bottom: 1px solid #EEF3F8;
}

.timenavs {
  width: 205px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.timenavs p:nth-child(1) {
  margin-top: 30px;
  color: #4C4B4A;
}

.timenavs p:nth-child(2) {
  margin-top: 10px;
  color: #999999;
}

#saishiover {
  height: 796px;
  overflow-y: scroll;

}

.saishi-1 {
  width: 200px;
  flex-shrink: 0;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.sai-left {
  text-align: right;
}

.sai-right {
  text-align: left;
}

.saishi-1 span {
  display: inline-block;
}

.saishi-1 img {
  width: 36px;
  height: 36px;
}

.saishi-1 span {
  margin: 0 10px;
}

.saishi-2 {
  font-size: 24px;
  width: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saishi-3 {
  flex-shrink: 0;
  width: 70px;
}

.saishi-3 span {
  line-height: 20px;
  color: #8e8e8e;
  font-size: 12px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saishi-3 span:nth-child(1) {
  margin-top: 15px;
}

.saishi-4 {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  margin-top: 17.5px;
  position: relative;
  width: 119px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 0px 10px 0 10px;
}

.saishi-4-wks {
  border: 0px ;
  background: #a5a5a5;
}

.saishi-4-wks  a span {
  color:  #fff;
}

.saishi-4-jj {
  background: #fff;
}

.saishi-4-jj a {
  color: #000;
}

.saishi-4-zb {
  background: #f21646;
  border: 0;
}

.saishi-4-zb a span {
  color: #fff;
}

.saishi-11 {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.saishi-11 span {
  display: inline-block;
  width: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saishi-11 img {
  width: 36px;
  height: 36px;
}

.saishi-11 span {
  margin: 0 10px;
}

.saishi-21 {
  font-size: 24px;
  width: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saishi-31 {
  flex-shrink: 0;
  width: 70px;
}

.saishi-31 span {
  line-height: 20px;
  color: #8e8e8e;
  font-size: 12px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saishi-31 span:nth-child(1) {
  margin-top: 15px;
}

.saishi-41 {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  margin-top: 17.5px;
  position: relative;
  width: 119px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #313131;
  text-align: center;
}

.saishi-41-wks {
  border: 1px solid #CCCCCC;
}

.saishi-41-wks a {
  color: #CCCCCC;
}

.saishi-41-jj {
  border: 1px solid #FF8F06;
}

.saishi-41-jj a {
  color: #FF8F06;
}

.saishi-41-zb {
  background: #FF3546;
}

.saishi-41-zb a {
  color: #fff;
}

.box-w3 {
  min-width: 190px;
  max-height: 500px;
}

.box-w4 {
  width: 780px;
  box-sizing: border-box;
}

.lanqiu-ul {
  overflow: hidden;
  background-color: #fff;
}

.lanqiu-ul li {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lanqiu-ul li:hover {
  background-color: #3a84ff;
  color: #fff;
}

/* .lanqiu-ul a{
    margin-left: 10px;
} */
.lanqiu {
  width: 100%;
  background-color: #fff;
}

.lanqiu span {
  color: #fff;
}

.lanqiu img {
  width: 24px;
  height: 24px;
  margin-right: 11px;
}

.left-main {
  width: 206px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.right-main {
  width: 980px;
  height: 834px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.classicon {
  display: flex;
  background: #3a84ff;
}

.classicon li:nth-child(1) {
  display: flex;
  align-items: center;
  margin-left: 10px;

}

.classicon li:nth-child(2) {
  font-size: 16px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}


.Gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.Topnav {
  width: 100%;
  background: #222;
  height: 32px;
}

.Topnav .home {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
}

.Tophead .logo {
  display: inline-block;
  width: 260px;
  object-fit: cover;
  padding: 10px 0;
}
.Tophead .logo img{
  width: 100%;
  height: 100%;
}
.sports_navs {
  width: 100%;
  background-color: #0073e8;
  background: linear-gradient(270deg, #046fca, #0073e8);
}


.Min1 {
  margin: 20px auto;
  overflow: hidden;
}

.Min1 .Hdwrap {
  width: 648px;
  height: 450px;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
}

.Min1 .Hdwrap .hd {
  position: absolute;
  bottom: 0px;
  width: 648px;
  text-align: center;
  *zoom: 1;z-index: 2;
}

.Min1 .Hdwrap .hd ul {
  zoom: 1;}

.Min1 .Hdwrap .hd ul li {
  position: relative;
  width: 88px;
  height: 6px;
  overflow: hidden;
  *font-size: 0;
  cursor: pointer;
  width: 40px;
  height: 10px;
  display: inline-block;
  background-color: #eeeeee;
  margin: 0px 3px;
  cursor: pointer;
}

.Min1 .Hdwrap .hd ul li.on {
  background: #c9c9c9;
}

.Min1 .Hdwrap .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.Min1 .Hdwrap .bd li {
  zoom: 1;vertical-align: middle;
  position: relative;
}

.Min1 .Hdwrap .bd p {
  display: block;
  width: 540px;
  height: 84px;
  overflow: hidden;
  border-top: 4px solid #fc4444;
  position: absolute;
  bottom: -20px;
  left: 44px;
  z-index: 2;
  padding: 0px 10px;
  background-color: rgba(247, 247, 247, 0.9);
  background: #f7f7f7;
  text-align: center;
}

.Min1 .Hdwrap .bd p a {
  color: #252525;
  font-size: 30px;
  line-height: 77px;
}

.Min1 .Hdwrap .prev, .Min1 .Hdwrap .next {
  background: url(https://www.dgchengju.cn/static/h87/images/arrows.png) no-repeat;
}

.Min1 .Hdwrap .bd img {
  width: 648px;
  height: 400px;
  display: block;
}

.Min1 .Hdwrap .prev, .Min1 .Hdwrap .next {
  position: absolute;
  top: 160px;
  display: block;
  width: 60px;
  height: 80px;
  background-position: 0 0;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
}

.Min1 .Hdwrap .prev {
  left: -60px;
}

.Min1 .Hdwrap .next {
  right: -60px;
  background-position: -70px 0;
}

.Min1 .Hdwrap:hover .prev {
  left: 0;
}

.Min1 .Hdwrap:hover .next {
  right: 0;
}

.Min1 .Hdwrap a.prev:hover, .Min1 .Hdwrap a.next:hover {
  opacity: 1;
}

.Min1 .chwrap {
  width: 648px;
  height: 350px;
  overflow: hidden;
}

.Min1 .chwrap .Qztie_A {
  margin: 20px 0;
}

.Min1 .chwrap .chlist {
  width: 680px;
}

.Min1 .chwrap .chlist li.item {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.Min1 .chwrap .chlist li.item .img, .Min1 .chwrap .chlist li.item img {
  width: 150px;
  height: 88px;
  display: block;
}

.Min1 .chwrap .chlist li.item .img img:hover {
  opacity: 0.8;
}

.Min1 .chwrap .chlist li.item .title {
  line-height: 20px;
  display: block;
  width: 150px;
  margin-top: 7px;
  word-break: break-all;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Min1 .chwrap .chlist li.item .title:hover {
  color: #0073e8;
}

.Min1 .R_news {
  width: 532px;
  height: 800px;
  overflow: hidden;
  float: right;
  margin-left: 20px;
}

.Min1 .R_news .item {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 3px;
}

.Min1 .R_news .item .titleA {
  padding-left: 15px;
  overflow: hidden;
}

.Min1 .R_news .item .titleA a {
  font: bold 20px/50px "Microsoft Yahei";
  color: #404040;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Min1 .R_news .item .titleA a:hover {
  color: #ff3333;
}

.Min1 .R_news .item .titleB {
  overflow: hidden;
}

.Min1 .R_news .item .titleB .tie {
  width: 446px;
  height: 35px;
  overflow: hidden;
  float: left;
  _display: inline;
  font: normal 16px/35px "Microsoft Yahei";
  color: #404040;
}

.Min1 .R_news .item .titleB .tie:hover {
  color: #ff3333;
}

.Min1 .R_news .item .titleB .tie_count {
  margin: 10px 0 0 10px;
  width: 70px;
  height: 20px;
  font-size: 12px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
  float: right;
  _display: inline;
}

.Min1 .R_news .item .titleB .tie_count:hover .tie_wrap {
  margin-top: -20px;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap {
  margin-top: 0px;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -ms-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_icon {
  background: url(https://www.dgchengju.cn/static/h87/images/list_ic.png) no-repeat;
  display: block;
  height: 20px;
  padding-left: 27px;
  color: #bbb;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_text {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ff3333;
}

.Min1 .R_news .item .titleB .tie_count .tie_wrap .tie_text i {
  display: block;
  float: left;
  _display: inline;
  font-style: normal;
  width: 26px;
}

.Qztie_A {
  width: 100%;
  height: 22px;
  margin: 10px 0;
}

.Qztie_A span {
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  float: left;
  display: block;
  position: relative;
  padding-left: 15px;
}

.Qztie_A span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 3px;
  height: 16px;
  background: #0073e8;
}

.Qztie_B {
  height: 67px;
  line-height: 67px;
  width: 100%;
  padding-bottom: 10px;
}

.Qztie_B span {
  font-size: 32px;
  font-weight: 700;
  color: #0073e8;
}

.Qztie_B .tag {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  vertical-align: 6px;
  margin-left: 30px;
}

.Qztie_B .tag:hover {
  color: #0073e8;
}

.Qztie_B .lxfs {
  display: inline-block;
  margin-left: 16px;
  color: #303030;
}

.Match {
  margin-top: 20px;
  height: 150px;
}

.Match * {
  box-sizing: border-box;
}

.Match_slide {
  position: relative;
  height: 150px;
}

.Match_slide .bd {
  width: 1121px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.Match_slide .bd ul {
  width: 102%;
  white-space: nowrap;
  overflow: hidden;
}

.Match_slide .bd ul li {
  display: inline-block;
  width: 210px;
  margin-right: 18px;
}

.Match_slide .bd ul li .Match_time {
  padding: 10px;
  width: 210px;
  line-height: 13px;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  background: #e6e6e6;
}

.Match_slide .bd ul li .Match_time span {
  float: left;
}

.Match_slide .bd ul li .Match_time .Match_house {
  margin: 0 22px 0 10px;
}

.Match_slide .bd ul li span.Match_end {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.Match_slide .bd ul li .Match_detail {
  height: 92px;
  padding: 10px 15px;
  overflow: hidden;
  background: #fff;
}

.Match_slide .bd ul li .Match_detail .details_1 {
  float: left;
}

.Match_slide .bd ul li .Match_detail .details_1 img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 3px;
  vertical-align: middle;
}

.Match_slide .bd ul li .Match_detail .details_2 {
  float: left;
  margin-left: 10px;
}

.Match_slide .bd ul li .Match_detail .details_2 span {
  display: block;
  font-size: 15px;
  color: #333333;
  margin: 9px 5px;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Match_slide .bd ul li .Match_detail .details_2 .vs, .Match_slide .bd ul li .Match_detail .details_3 .vs {
  font-size: 18px;
  color: #999999;
}

.Match_slide .bd ul li .Match_detail .details_2 .vs {
  height: 15px;
  line-height: 13px;
  display: none;
  margin: 13px 0;
}

.Match_slide .bd ul li .Match_detail .details_3 {
  float: right;
  text-align: center;
}

.Match_slide .bd ul li .Match_detail .details_3 span {
  display: block;
  font-size: 15px;
  margin: 9px 0;
  color: #333;
  font-weight: bold;
}

.Match_slide .bd ul li .Match_detail .details_3 .vs {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #999999;
  margin: 13px 0px;
  display: none;
}

.Match_slide .bd ul li .Match_text {
  height: 25px;
  background: #9e9e9e;
  text-align: center;
}

.Match_slide .bd ul li .Match_text a {
  display: block;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}

.Match_slide .bd ul li .having {
  background: #14cc8f;
}

.Match_slide .bd ul li .having span {
  color: #fff;
}

.Match_slide .bd ul li .start {
  background: #ff6666;
}

.Match_slide .bd ul li .start span {
  color: #fff;
}

.Match_slide .prev, .Match_slide .prev2, .Match_slide .next {
  float: left;
  display: block;
  width: 30px;
  height: 150px;
  border: 1px solid #e6e6e6;
}

.Match_slide .next {
  float: right;
}

.ftab-body-item-list-liveitem .img-link-liveimg {
  display: block;
  width: 130px;
  height: 86px;
}

.ftab-body-item-list-liveitem .img-link-icon {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 5px;
  left: 5px;
  background-image: url(https://www.dgchengju.cn/static/h87/images/live-icon.png);
}

.ftab-body-item-list-liveitem .live-title {
  font-size: 12px;
  color: #191919;
  padding-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fr_box_yoau7n0a264j ul li {
  float: left;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 22px;
}

.fr_box_yoau7n0a264j ul li a {
  display: inline-block;
  background: #eee;
  color: #999;
  border: 1px solid #eee;
  padding: 5px 8px;
}

.fr_box_yoau7n0a264j ul li a:hover {
  color: #303030
}

.big_tit_y9l62yqjjay3 {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.big_tit_y9l62yqjjay3 span {
  font-size: 26px;
  font-weight: 700;
  color: #0073e8;
}

.yqlinks_pv2wtfnbe5ed ul {
  padding: 20px 0
}

.yqlinks_pv2wtfnbe5ed ul li {
  float: left;
  margin-right: 10px
}

.footer_cdzskb60hnh3 .wrap {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #8B8B8B;
}

.footer_cdzskb60hnh3 a {
  color: #8B8B8B;
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 4px;
}

.channel_path_n2lfmg6zfvmj {
  font-size: 14px
}

.title_udutTwAO {
  height: 40px;
  border-bottom: 2px solid #0073e8;
  overflow: hidden;
}

.title_udutTwAO h3 {
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.title_udutTwAO a {
  float: right;
  font-size: 15px;
  color: #4697e8;
  line-height: 40px;
}

.video_box_UYPTLILG ul {
  margin-left: -20px;
  margin-top: -10px;
  overflow: hidden;
}

.video_box_UYPTLILG ul li {
  float: left;
  width: 200px;
  height: 134px;
  margin-top: 30px;
  margin-left: 20px;
}

.video_box_UYPTLILG ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.video_box_UYPTLILG ul li a img {
  display: block;
  width: 200px;
  height: 134px;
}

.video_box_UYPTLILG ul li a .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.video_box_UYPTLILG ul li a .mask span {
  display: block;
  height: 42px;
  line-height: 21px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  overflow: hidden;
}

.left_con_f9100him {
  margin-top: 20px;
  overflow: hidden;
}

.left_con_f9100him .left_img_nc8tjwvf {
  float: left;
  width: 200px;
}

.left_con_f9100him .left_img_nc8tjwvf a {
  display: block;
}

.left_con_f9100him .left_img_nc8tjwvf img {
  display: block;
  width: 200px;
  height: 134px;
}

.left_con_f9100him .left_img_nc8tjwvf a+a {
  margin-top: 20px;
}

.left_con_f9100him ul {
  float: left;
  width: 288px;
  margin-left: 30px;
  margin-top: -26px;
}

.left_con_f9100him ul.left_conList_wbzae7hc {
  margin-right: 11px;
}

.left_con_f9100him ul li {
  height: 13px;
  line-height: 13px;
  font-size: 14px;
  color: #333;
  margin-top: 26px;
}

.left_con_f9100him ul li a {
  display: block;
  line-height: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b_left_ts16pc31 {
  width: 520px;
  height: 365px;
  background: #ccc;
  float: left;
}

.b_left_ts16pc31 .slideBox {
  position: relative;
}

.b_left_ts16pc31 .bd {
  width: 520px;
  height: 365px;
  overflow: hidden;
}

.b_left_ts16pc31 .bd ul {
  overflow: hidden;
}

.b_left_ts16pc31 .bd ul li {
  float: left;
  width: 520px;
  height: 365px;
}

.b_left_ts16pc31 .bd ul li a {
  display: block;
  position: relative;
}

.b_left_ts16pc31 .bd ul li a img {
  display: block;
  width: 520px;
  height: 365px;
}

.b_left_ts16pc31 .bd ul li a .bd_mask {
  width: 100%;
  position: absolute;
  top: 147px;
  left: 0px;
  bottom: -2px;
  right: 0px;
  background-size: 100% 100%;
  height: 60%;
  opacity: 0.7;
}

.b_left_ts16pc31 .bd ul li a .bd_mask span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 30px;
  overflow: hidden;
}

.b_left_ts16pc31 .slideBox>a {
  display: block;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 160px;
  z-index: 10;
}

.b_left_ts16pc31 .slideBox .prev {
  left: 20px;
}

.b_left_ts16pc31 .slideBox .prev:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.b_left_ts16pc31 .slideBox .next {
  right: 20px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.b_left_ts16pc31 .slideBox .next:hover {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.b_left_ts16pc31 .slideBox .pageState {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 31px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}

.b_left_ts16pc31 .slideBox .pageState span {
  color: #ff4c4c;
}

.b_right_dr5rgttd {
  width: 298px;
  margin-left: 39px;
  float: left
}

.b_right_dr5rgttd h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b_right_dr5rgttd h3 a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b_right_dr5rgttd ul {
  margin-top: 23px;
}

.b_right_dr5rgttd ul li {
  height: 13px;
  line-height: 13px;
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.b_right_dr5rgttd ul li:last-child {
  margin-bottom: 0px;
}

.b_right_dr5rgttd .center_text {
  margin-top: 34px;
}

.t_uylnekmxiqfa {
}

.t_uylnekmxiqfa .item_ca34pxtdfv5i {
  margin-right: 10px;
  font-size: 14px;
  color: #999
}
.t_uylnekmxiqfa .item_ca34pxtdfv5i.tags{
  float: left;
  display: inline;
  margin: 7px 7px 5px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  color: #444;
  white-space: nowrap;
}
.t_uylnekmxiqfa .item_ca34pxtdfv5i.tags:hover{
  color: #03a9f4;
}

#article-content img,#article-content video {
  max-width: 100% ;
  height: auto
}

.rank_content_xmu66ihf .rank_team {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #5ca1e6;
  overflow: hidden;
}

.t_mepb2vdt3ywq,.t_mepb2vdt3ywq a {
  height: auto !important;
  font-size: 13px;
  display: inline-block !important;
  color: #858585 !important;
}

.rank_content_xmu66ihf .rank_team span {
  display: inline-block;
  width: 8%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  float: left;
  text-align: center;
}

.rank_content_xmu66ihf .rank_team .tea {
  width: 27%;
}

.rank_content_xmu66ihf ul li {
  height: 60px;
  line-height: 60px;
  /* padding-left:20px; */
  overflow: hidden;
  font-size: 0px;
}

.rank_content_xmu66ihf ul li .rank_num {
  display: inline-block;
  width: 8%;
}

.rank_content_xmu66ihf ul li .rank_num .num {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}

.rank_content_xmu66ihf ul li .rank_num .num1 {
  background: #ff4c4c;
  color: #fff;
}

.rank_content_xmu66ihf ul li .rank_num .num2 {
  background: #ff884c;
  color: #fff;
}

.rank_content_xmu66ihf ul li .rank_num .num3 {
  background: #ffc44c;
  color: #fff;
}

.rank_content_xmu66ihf ul li a {
  display: inline-block;
  width: 27%;
  line-height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -11px;
  text-align: center;
}

.rank_content_xmu66ihf ul li a img {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
}

.rank_content_xmu66ihf ul li a span {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  text-align: center;
}

.rank_content_xmu66ihf ul li>span {
  display: inline-block;
  width: 8%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.art_title h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #191919;
  margin-top: 10px;
}

.art_title .art_info {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding-top: 20px;
}

.art_cont {
  color: #191919;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  overflow: hidden;
}

.art_cont p {
  padding: 10px 0 2px;
  text-indent: 2rem;
}

.art_cont p img {
  display: flex;
  margin: 0 auto;
}

.statement {
  color: #999;
  line-height: 16px;
  font-size: 12px;
}

.otherlist {
  overflow: hidden;
  padding-top: 15px;
}

.otherlist_f6eoy9ly .title {
  height: 20px;
  line-height: 20px;
  border-bottom: 2px solid #0073e8;
  padding: 18px 0
}

.otherlist_f6eoy9ly .title em {
  float: left;
  margin-right: 12px;
  width: 4px;
  height: 19px;
  border-radius: 2px;
  background: #0073e8;
}

.banner_wrap {
}

.banner_wrap img {
  height: 100px;
  overflow: hidden;
}

.el-pagebox-a54f8eadsfe {
  margin: 20px 0
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
  text-align: center;
}

.el-pagination:after, .el-pagination:before {
  display: table;
  content: ""
}

.el-pagination:after {
  clear: both
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal
}

.el-pagination .el-input__suffix {
  right: 0;
  transform: scale(.8)
}

.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent
}

.el-pagination button:focus {
  outline: none
}

.el-pagination button:hover {
  color: #409eff
}

.el-pagination button:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed
}

.el-pagination .btn-next, .el-pagination .btn-prev {
  background: 50% no-repeat;
  background-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  color: #303133
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700
}

.el-pagination .btn-prev {
  padding-right: 12px
}

.el-pagination .btn-next {
  padding-left: 12px
}

.el-pagination .el-pager li.disabled {
  color: #c0c4cc;
  cursor: not-allowed
}

.el-pagination--small .btn-next, .el-pagination--small .btn-prev, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px
}

.el-pagination--small .arrow.disabled {
  visibility: hidden
}

.el-pagination--small .more:before, .el-pagination--small li.more:before {
  line-height: 24px
}

.el-pagination--small button, .el-pagination--small span:not([class*=suffix]) {
  height: 22px;
  line-height: 22px
}

.el-pagination--small .el-pagination__editor, .el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409eff
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #606266
}

.el-pagination__jump .el-input__inner {
  padding: 0 3px
}

.el-pagination__rightwrapper {
  float: right
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px
}

.el-pagination__editor.el-input {
  width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
  height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .el-pager li.disabled {
  color: #c0c4cc
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
  padding: 0
}

.el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev:disabled {
  color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409eff;
  color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next, .el-pagination.is-background.el-pagination--small .btn-prev, .el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px
}

.el-pager {
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0
}

.el-pager .more:before {
  line-height: 30px
}

.el-pager .number,.el-pager .more {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0
}

.el-pager .number a {
  float: none;
}

.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133
}

.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
  color: #c0c4cc
}

.el-pager li.btn-quicknext:hover, .el-pager li.btn-quickprev:hover {
  cursor: pointer
}

.el-pager li.active+li {
  border-left: 0
}

.el-pager li:hover {
  color: #409eff
}

.el-pager li.active {
  color: #409eff;
  cursor: default
}

.el-icon-more:before {
  content: "..."
}

.el-icon-arrow-left:before {
  content: "<";
}

.el-icon-arrow-right:before {
  content: ">";
}

.ngazhl9pk08t {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.ngazhl9pk08t[data-hasMore="no"] {
  display: none;
}

.ngazhl9pk08t .load-data {
  text-align: center;
}

.ngazhl9pk08t[isLoad="false"] .load-data .loading-data {
  display: none !important;
}

.ngazhl9pk08t[isLoad="true"] .load-data .load-data {
  display: none !important;
}

.tags_list{
  padding: 20px;
  padding-top: 0;
}
.tags_list .tags a{
  white-space: normal;
  float: left;
  display: inline-block;
  margin: 12px 12px 0 0;
  width: auto;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 21px;
  border-radius: 10px;
}
.tags_list .tags a:hover{
  border-color:  #0073e8;
}


/* contact */

.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 {
  width: 830px;
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #eee 1px solid;
  min-height: 500px;
}


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

.page-box-content {
  line-height: 26px;
}
.news-list-a{padding: 12px}
.page {
  overflow: hidden;
  padding: 20px;
}
@media screen and (max-width: 640px) {
    .image_box img {
         max-width: 100% !important;
         height: auto !important;
     }

  #tab_mQjUhw9n {
    height: 88px;
  }
  #comments-title {
    padding-top:0 !important;
    margin-top:0 !important
  }
  .main-page {
    padding:10px !important;
    width: 100%;
  }

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

  #pageContents ul { width: 100% }

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

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

  .page-title li { width: 100px; 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:100px;
  }
  .whitebg {
    border: none;
    padding:0;
    overflow: hidden;
  }

  .live_detail_match {
    width: 95%;
    min-height: 195px;
    background-image: linear-gradient(137deg, #444CFF 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%;
  }

}

#comment_box{background:#fff;border:1px solid #e5e5e5;padding:10px;margin-bottom:22px;}
#comments-title{padding-top:100px;margin-top:-100px}
.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;}
.com-info ul {display: flex;flex-direction: column}
.compost .com-info li{float:left;margin-bottom:1em;width:100%;position:relative}
.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:98%;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 .2em}
#cancel-reply{color:#0173e5}
.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-color:#0173e5;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:#0173e5}
.reply-a{opacity:0.5}
.comment-list li:hover .reply-a{opacity:1}
.mcolor{color:#0173e5}

.sig_url a {
  background: #6c757e;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
}

.start a{
  background: #0173e5;
  color: #ffffff;
}

.pagination{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination li {
padding: 4px 12px;
}

.cme1u0yvp9s4_L a {
  text-align: right;
}

.cme1u0yvp9s4_R a {
  text-align: left;
}

.news-list-a a {
  font-size: 14px;
  line-height: 22px;
}

.sig_url a:hover {
  color: #ffffff !important;
}



 /* .tab_content {
                display: none
            } */

            .hide {
                display: none
            }

            .lf {
                float: left
            }

            .lr {
                float: right
            }

            .red,
            .red a,
            .red a h5,
            .red a p {
                color: #FF0000 !important
            }

            html {
                background: #f9f9f9
            }

            .main-group {
                width: 100%
            }

            .ranking-title {
                text-align: center
            }

            .ranking-title .title {
                font-size: 28px;
                font-weight: bold;
                color: #dd393d
            }

            .ranking-title .brand {
                margin: 5px auto 10px auto;
                width: 30px;
                height: 3px;
                background: #fdc936;
                border-radius: 20px
            }

            .ranking-title .desc {
                font-size: 12px
            }

            .tabContainer {
                display: flex;
                background: #49cfb0
            }

            .tabContainer div {
                width: 25%;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                color: #ffffff;
                cursor: pointer
            }

            .tabContainer div.active {
                color: #FFFFFF;
                background: #04be94;
                font-weight: 900
            }

            .items-box-group .items-group .item-group {
                display: flex;
                align-items: center;
                background: #fff;
                margin-top: 5px;
                padding: 20px 0
            }

            .items-box-group .items-group .item-group .img {
                width: 10%;
                text-align: center;
                background: url(https://www.dgchengju.cn/imgs/sort.png) no-repeat;
                background-size: 30px 30px;
                background-position: 50% 50%;
                height: 40px;
                line-height: 45px;
                color: #fff;
                font-weight: bold;
                font-size: 14px
            }

            .items-box-group .items-group .item-group .item-data {
                width: 70%
            }

            .items-box-group .items-group .item-group .buttin-group {
                width: 20%
            }

            .item-data .title {
                font-size: 20px;
                font-weight: bold
            }

            .item-data .title span {
                color: #9e9e9e;
                margin-left: 10px
            }

            .item-price {
                display: flex;
                margin-top: 10px
            }

            .item-price div {
                width: 33.33%;
                font-size: 30px;
                font-weight: bold;
                color: #dd393d
            }

            .item-price div span {
                font-size: 24px
            }

            .item-price div p {
                font-size: 14px;
                color: #9e9e9e;
                font-weight: 400
            }

            .buttin-group a {
                width: 80%;
                height: 36px;
                line-height: 36px;
                border: 0;
                background: #f98821;
                color: #fff;
                border-radius: 30px;
                display: inline-block;
                text-align: center;
                text-decoration: none
            }

.fenye {
 display: flex;
 justify-content: center;
 padding: 20px 0;
 font-size: 14px;
}

.fenye ul li {
 display: inline-block;
 font-size: 14px;
 margin: 0 2px;
 line-height: 1.5;
 border-left: none;
 margin-left: 0 !important;
}


.fenye ul li a {
 font-size: 12px;
 color: #666;
 display: block;
 padding: 2px 6px;
 border: 1px solid #f54d40;
 border-radius: 3px;
}

.fenye ul li a:hover {
 background-color: #f54d40;
 color: #fff;
 border: 1px solid #fff;
}

.fenye ul li.active a {
 background-color: #f54d40;
 color: #fff;
 border: 1px solid #fff;
}

.citiao_list{
    padding: 10px 20px;
   background: #fff;
   color:#6a6a6a;
 }
 
 .citiao_list span a {
     font-size: 14px;
     line-height: 27px;
     
     background: #fff;
     border: none;
     padding: 0;
 }
