html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  /* height: 100%; */
  -webkit-user-select: none;
}

@font-face {
  font-family: ding_black;
  src: url(../fonts/7252d6e380234d21928ba275d9d87761.ttf);
}

@font-face {
  font-family: ding_bold;
  src: url(../fonts/931ef05f8dfc42ff86082453bab55002.ttf);
}

@font-face {
  font-family: ding_light;
  src: url(../fonts/968527a171434b3f94d702ca312e8c6b.ttf);
}

@font-face {
  font-family: ding_medium;
  src: url(../fonts/din-medium.ttf);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
}

body,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi,
    sans-serif;
}

button,
input,
select,
textarea {
  border: none;
  font-size: 100%;
}

b,
em,
i {
  font-style: normal;
  font-weight: normal;
}

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

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

input::-webkit-search-cancel-button {
  display: none;
}

a,
button,
input,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  content: "";
  clear: both !important;
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

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

.text-ignore_Score {
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  text-align: right;
}

.text-ignore_Score span {
  display: inline-block;
}

.text-ignore_Score_span {
  font-size: 10px;
  font-weight: 300;
}


.longtext-ignore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-normal {
  word-wrap: break-word;
  word-break: break-all;
}

.header-nav {
  display: none;
}

.show {
  display: block !important;
}

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

.header-nav .flex-child-grow {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.header-nav .flex-child-grow li a {
  height: 40px;
  width: 120px;
  line-height: 40px;
  display: inline-block;
}

.header-nav .flex-child-grow li:nth-child(1) {
  /* border-bottom: 2px solid #ffffff; */
  height: 40px;
  line-height: 40px;
  margin-top: 34px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.header-nav .flex-child-grow li {
  /* border-bottom: 2px solid #ffffff; */
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.flex-child-grow,
.flex-child-equal {
  display: flex;
}

.flex-child-grow li {
  height: 60px;
  /* background-color: #105efb; */
}

.flex-child-equal>* {
  flex: 1;
}

.flex-child-grow>* {
  flex-grow: 1;
  /* flex-shrink: 1; */
}

.days-tv-center .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
}

.vertical-center_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-center_right a {
  color: #ffffff;
}

.days-tv-right .vertical-center_right p {
  width: 84px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #105efb;
}

.header {
  #position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 91px;
  font-size: 14px;
  background-color: #ffffff;
  z-index: 99;
}

.body {
  font-size: 14px;
}

.footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  /* background-color: #F5F5F5; */
}

.footer>a {
  margin-left: 10px;
}

.footer_links {
  margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	
}
.footer_links a{
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0 6px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  gap: 1rem;
}

/* .header-box div {
  flex: 1;
  height: 44px;
} */

.header-right {
}

.header-right img {
  width: 33px;
  height: 29px;
  display: inline-block;
  /* margin-left: 40px; */
}

.noDataSpan {
  padding-top: 4px;
  color: #5a5a5a !important;
  font-weight: bold;
}

.left-card-3b80 {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10.5px 15px 10.5px;
  background-color: #f8f8f8;
}

.left-box a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
}

.left-card-3b80 li {
  flex: 1 1 106px;
  margin: 5.5px 5px;
  line-height: 34px;
  text-align: center;
  /* border-bottom: 1px solid #e9e9e9; */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #eee;
}

.e4-button--normal {
  border: 1px solid #cccccc;
  color: #333333;
  background-color: #ffffff;
}

.header-left {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-left img {
  vertical-align: middle;
  display: block;
  width: 105px;
}

.header-box .header-conter {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* align-items: center; */
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-left: 10px;
}

.header-box .header-conter span {
  /* margin-top: 6px; */
}

.header .header-conter img {}

.header-nav {
  text-align: center;
  position: fixed;
  width: 12rem;
  top: 0;
  bottom: 0;
  right: 0;
}

.header-nav li {
  height: 35px;
  line-height: 35px;
}

.header-nav li.active {
  background-color: #071531;
}

.header-nav li a {
  color: #ffffff;
}

.header-nav li .active {
  color: #105EFB;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}

#gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  border-radius: 100%;
  cursor: pointer;
  background-image: url(../images/arrows-up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #105efb;
  z-index: 101;
}

#magnet-top {
  overflow: hidden;
  text-align: left;
  max-height: 30px;
}

.css-sticky {
  background-color: #fff;
  padding-bottom: 1px;
}
/* title  鐑棬姣旇禌  鏌ョ湅鏇村姣旇禌  寮€濮�*/
.css-sticky .title{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 39px;
  padding: 0 15px;
  box-sizing: border-box;
}
.css-sticky .title .compare{
  display: flex;
  justify-content: left;
}
.css-sticky .title .compare p{
  width: 4px;
  height: 15px;
  background: #105EFB;
  border-radius: 4px;
  margin-top: 3px;
  margin-right: 5px;
}
.css-sticky .title .compare h2{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.css-sticky .title .saw{
  font-size: 12px;
  color: #105EFB;
}
.css-sticky .getMoreCompare{
  padding: 10px 15px;
  box-sizing: border-box;
}
.css-sticky .getMoreCompare>a{
  display: block;
  color: #105EFB;
  text-align: center;
  line-height: 32px;
  height: 32px;
  background: #E5EEFF;
  font-size: 25px;
  font-weight: bold;
  padding:8px;
}
/* 缁撴潫 */
/* 棣栭〉闆嗛敠褰曞儚 */
.line{
  height: 5px;
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #fff;
  }
.video{
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.video .title{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 39px;
  padding: 0;
}
.video .title p{
  width: 4px;
  height: 15px;
  background: #105EFB;
  border-radius: 4px;
  margin-right: 5px;
}
.video .title h2{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 19px;
}
.video ul>li{
  font-size: 16px;
  cursor: pointer;
  height: 32px;
  background: #F5F8FF;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #B4CDFF;
  margin-bottom: 8px;
}
.video ul>li:nth-last-child(1){
  margin-bottom: 10px;
}
.video ul>li>a{
  display: block;
  color: black;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video>a{
  display: block;
  width: 100%;
  height: 32px;
  background: #E5EEFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-bottom: 15px ;
  color: #105EFB;
}
/* 棣栭〉浣撹偛棰戦亾 */
.sports{
  background: white;
  padding: 0 15px;
  box-sizing: border-box;
  padding-bottom:1px;
}
.sports .title{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 39px;
  padding: 0;
}
.sports .title p{
  width: 4px;
  height: 15px;
  background: #105EFB;
  border-radius: 4px;
  margin-right: 5px;
}
.sports .title h2{
  font-size: 16px;
  color: #105efb;
  font-weight: bold;
  line-height: 19px;
}
.sports ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sports ul>li{
  width: 21.75%;
  height: 30px;
  text-align: center;
  line-height: 28px;
  background: #F8FAFF;
  border: 1px solid #B4CDFF;
  border-top:2px solid #B4CDFF;
  border-bottom:2px solid #B4CDFF;
  padding: 0 5px;
  box-sizing: border-box;
}
.sports ul>li>a{
  color: black;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
}
/*===========鏂伴椈銆佽棰戝垪琛�==========*/
.page_title{
	display: flex;
	align-items: center;
	padding: 0.5rem 0.3rem;
	font-size: 28px;
	font-weight: bold;
}
.page_title p{
	width: 8px;
	height: 30px;
	background: #105efb;
	margin-right: 5px;
  border-radius: 4px;
}
.reading_title p{
  width: 6px;
  height: 1.2rem;
  background: #105EFB;
  border-radius: 4px;
  margin-right: 5px;
}
.news_list {
	background: #fff;
}
.news_list .block_img {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.block_img .tag_posituon {
	display: block;
	float: left;
	position: relative;
}
.block_img img {
	width: 168px;
	height: 126px;
	float: left;
}
.block_img .video_tag {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../images/video_play.png) no-repeat;
	left: 66px;
	top: 45px;
}
.block_img h1 {
	float: left;
	font-size: 20px;
	color: #333;
	width: 100%;
}
.block_img h1 a:hover {
	color: #dc2221;
}
.block_img p {
	float: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.block_img p a:hover {
	color: #dc2221;
}
.block_img time {
	float: left;
}
/* 棣栭〉瀹屽満璧涗簨 */
/* 鏇村瀹屽満姣斿垎 */
.title1Sli {
  background-color: #FFFFFF;
  padding: 0 15px;
  box-sizing: border-box;
}
.colSli{
  height: 39px;
}
 .colSli p {
  width: 4px;
  height: 15px;
  background: #105EFB;
  border-radius: 2px;
  margin-right: 5px;
}
.colSli h2{
  font-weight: bold;
  line-height: 19px;
  color: #000000;
  font-size: 14px;
} 
.fieldSource {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.fieldSource_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.fieldSource_ul li {
  width: 48.7%;
  height: 75px;
  background: #F5F8FF;
  border-top: 3px solid #B4CDFF;
  margin-bottom: 8px;
}

.fieldSource_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0 8px;
  box-sizing: border-box;
}
.fieldSourceLi_top {
  width: 100%;
  padding-top: 6px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}

.fieldSourceLi_top p {
  font-size: 10px;
  font-weight: 400;
  height: 13px;
  color: #7D8697;
}

.fieldSourceLi_bottom {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.repeat_bottom{
  margin-bottom: 8px;
}
.fieldSourceLi_bottom .team{
  width: 60px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  white-space: nowrap;
}
.text_r{
  text-align: right;
}
.fieldSourceLi_bottom .sum{
  display: flex;
}
.fieldSourceLi_bottom .sum p:nth-of-type(2){
  width: 4px;
  text-align: center;
  line-height: 11px;
}

/*  */
.player_titles {
  background-color: #fff;
}
.player_titles .index_hot_news{
  margin-top: 0px;
  margin-bottom:0.32rem;
  padding-left: 0.75rem;
}
.player_titles .index_hot_news .hotnews_title{
  height: 44px;
  line-height: 44px;
}
.player_titles .index_hot_news .hotnews_title .player_title_h{
  position: relative;
  text-indent: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.player_titles .index_hot_news .hotnews_title .player_title_h::after{
  content: '';
  position: absolute;
  width: 4px;
  height: 15px;
  background: #105EFB;
  border-radius: 2px;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: -5px;
}
.player_titles .rt-body{
  padding-left: 1px;
  padding-right: 1px;
  padding: 0 15px;
  box-sizing: border-box;
  background: white;
}
.c-container{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.matchlist-item{
  width: 31%;
  height: 40px;
  background: #E6EFFF;
  margin-bottom: 10px;
  border-top: #95B7F5 solid 1px;
  border-bottom: #95B7F5 solid 1px;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 10px;
}
.wa-match-list-container .matchlist-item:nth-of-type(3n){
  margin-right: 0;
}
.matchlist-item>a{
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #105EFB;
  font-size: 12px;
  overflow: hidden;
}
.matchlist-item>a span{
  width: 5.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
 /* 鍏ㄩ儴棰戦亾鏍峰紡澧炲姞 */

/*  */
.css-sticky .days-tv-card {
  position: relative;
}

.css-sticky .days-tv-card:last-child .days-tv-list li:last-child {
  border-top: none !important;
}

.e4-text-warn {
  /* height: 46px; */
  line-height: 46px;
  padding-left: 1rem;
  margin: 0px auto;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  background-color: #fff;
}

.top_content_box {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-image: url(../images/xqbjimg.png);
  border-top: 3px solid #105EFB;
  border-bottom: 3px solid #105EFB;
}

.top_content_box_details {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-top: 17px;
  margin-bottom: 14px;
  height: 100%;
  z-index: 10;
  position: relative;
}

.top_content_box_details>div {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-evenly;
}

.top_content_box_details>div:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  height: 14px;
  position: relative;
}

.top_content_box_details>div:nth-child(1) span:nth-child(1) {
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.02) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.15;
  border-radius: 2px;
  padding: 0px 28px;
}

.top_content_box_details>div:nth-child(1) span:nth-child(1) {
  padding: 0px 28px;
}

.top_content_box_details>div:nth-child(2) {
  display: flex;
  justify-content: space-evenly;

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #00c6ff;
  margin-top: 13px;
}

.conter_top_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom_content_details {
  display: flex;
  flex-direction: row;
}

.bottom_content_details div {
  flex-direction: column;
  justify-content: space-evenly;
}

.bottom_content_details_conter {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 25px 0;
}

.bottom_content_details div:nth-child(1), .bottom_content_details div:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  width: 130px;
}

.bottom_content_details div:nth-child(2) {
  flex: 1;
}


.bottom_content_details_bottom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #3ab8ff;
}

.top_content_box_details>div img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.sign_conter {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 15px;
  background-color: #fff;
  min-height: 68px;
}

.left_lang {
  width: 32px;
  margin-right: 5px;
}

.left_lang img {
  height: 40px;
  display: block;
  object-fit: cover;
}

.signalCon {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 4.2rem);
  grid-template-rows: repeat(2, 1.5rem);
  gap: 0.6rem;
  margin: 0.5rem;
}

.signalCon a {
  width: 3.2rem;
  height: 0.75rem;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  background-color: #EE3838;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fefefe;
  padding:0.5rem;
  text-align: center;
  overflow: hidden;
}

.sign_conter_bottom span {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 5px;
  /* line-height: 41px; */
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #fefefe;
  /* margin: 8px 4px 8px 4px; */
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.days-live-card-p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  background-color: #cddcfb;
  color: #105efb;
  text-align: center;
}

.days-live-card-List {}

.correlation_conter {
  display: flex;
  flex-direction: column;
  padding: 0px 30px 5px 30px;
  background-color: #f6f6f6;
}

.correlation_conter:nth-child(1) {
  border-bottom: 1px solid #fff;
}

.correlation_conter .correlation_conter_top {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #5a5a5a;
  height: 14px;
  text-align: center;
  margin: 11px 0px;
}

.alone_score_conter {
  font-size: 24px !important;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a5a5a;
}

.noData {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #ccc;
}

.correlation_conter_bottom {
  flex: 1;
  display: flex;
}

.correlation_conter_bottom div:nth-child(1) {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.correlation_conter_bottom div:nth-child(1) img {
  max-width: 52px;
  display: inline-block;
}

.correlation_conter_bottom div:nth-child(3) img {
  max-width: 50px;
  display: inline-block;
}

.correlation_conter_bottom div:nth-child(3) {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.correlation_conter_bottom_conter {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.correlation_conter_bottom_conter div {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a5a5a;
}

.bottomImg {
  position: relative;
  width: 100%;
  height: 64px;
  text-align: right;
  margin: 26px 0px;
}

.time_show {
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #0778b8;
  text-align: center;
  padding-left: 10px;
}

.bottomImg img {
  width: 64px;
  display: inline-block;
  margin-right: 17px;
}

.font_class {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 13px;
  color: #5a5a5a;
}

.top_lang {
  background-color: #105efb;
  height: 4px;
  display: none;
}

.content_zhibo {}

.box-top-solid {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

.box-top-solids {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

.under-nav-warp {
  overflow: hidden;
  width: 305px;
  margin: 0 auto;
}

.under-nav-group {
  width: 325px;
  margin-right: -20px;
}

.under-nav-group a {
  float: left;
  width: 45px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hot-card-left,
.hot-card-right {
  height: 38px;
  line-height: 38px;
}

.hot-card-left {
  float: left;
  width: 70px;
}

.hot-card-right {
  margin-left: 70px;
}

.hot-card-right a {
  float: left;
  text-align: center;
  width: 25%;
  color: #08773a;
}

.news-list li i {
  float: left;
  width: 30px;
  height: 40px;
  background-position-x: 3px;
}

.news-list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.news-list li:nth-of-type(even) a {
  color: #ff0000;
}

.days-live-card {
  margin-bottom: 10px;
}

.days-live-card>h6,
.days-tv-card>h6 {
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  color: #ffffff;
}

.days-tv-card:nth-child(1)>h6 {
  background-color: #EEF3FE;
}

.days-tv-card:nth-child(1)>h6 span {
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  height: 20px;
  color: #105EFB;
}

.days-tv-card:nth-child(1)>h6 span:nth-child(2) {
  display: block;
}

.days-tv-card:nth-child(1)>h6 span:nth-child(1) {
  font-weight: bold;
}

.days-tv-card>h6 span:nth-child(2) {
  display: none;
}

.days-tv-card>h6 {
  background-color: #eee;
  color: #999999;
}

.days-tv-card:last-child .days-tv-list .e4-divider:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.days-tv-card:last-child .days-tv-list .e4-divider-line:last-child {
  border-bottom: 0px solid #E3E3E3 !important;
}

.days-tv-list {
  font-size: 13px;
}

.days-tv-list li {
  position: relative;
  box-sizing: border-box;
  height: 61px;
  display: flex;
}

.days-tv-left {
  width: 4.25rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  text-align: left !important;
  color: #333;
}
.days-tv-right {
  margin-left: auto;
}
.days-tv-cname>div {
  display: table-cell;
  vertical-align: middle;
}

.e4-divider>div {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  flex-shrink: 0;
}

.e4-divider {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3E3;
  margin: 0 15px
}

.days-tv-list li:last-child {
  border-bottom: 0px solid #fff;
}

.days-tv-center {
  width: 5.5rem;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #565555;
}

.days-tv-center a {
  color: #333;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.days-tv-center p {
  /* padding-right: 2rem; */
  text-align: right;
}

.days-tv-cname p,
.days-tv-center p a,
.days-tv-right p a {
  font-family: Microsoft YaHei;
}

.days-tv-cname a {
  color: #333;

}

.rank-type {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;
}

.rank-type ul {
  position: relative;
  float: left;
  left: 50%;
}

.rank-type li {
  position: relative;
  float: left;
  right: 50%;
  padding-left: 4px;
  padding-right: 4px;
  color: #999999;
  background-color: #eeeeee;
}

.rank-type li i {
  margin-right: 8px;
}

.rank-type .active {
  color: #3179ff;
  background-color: #ffffff;
}

.rank-table {
  text-align: center;
  width: 100%;
  font-size: 13px;
}

.rank-table .rank-table-th {
  font-weight: bold;
  color: #999999;
  background-color: #eeeeee;
}

.rank-table .rank-table-bold {
  font-weight: bold;
}

.rank-table.first-left tr th:first-child,
.rank-table.first-left tr td:first-child {
  text-align: left;
  padding-left: 5px;
}

.rank-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.rank-table tr:nth-of-type(odd) {
  border-bottom: 1px solid #f5f5f5;
}

.rank-table tr i {
  font-style: italic;
}

.rank-table tr em {
  color: #999999;
}

.vs-card {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  max-width: 320px;
  height: 130px;
  margin: 0 auto;
  padding-top: 20px;
}

.vs-right,
.vs-left {
  position: absolute;
  top: 30px;
  max-width: 90px;
}

.vs-info img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.vs-center {
  margin: 0 50px;
}

.vs-left {
  left: 0;
}

.vs-right {
  right: 0;
}

.vs-pointer {
  height: 50px;
  line-height: 50px;
}

.vs-pointer span {
  margin: 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.vs-status {
  font-weight: bold;
  padding: 0.145rem 1.25rem;
  opacity: 1
}

.vs-live {
  padding-top: 10px;
}

.vs-live>* {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.vs-live .e4-button {
  padding: 8px 5px;
  font-weight: bold;
}

.vs-live .icon-phone {
  display: inline-block;
  width: 17px;
  height: 23px;
  vertical-align: text-bottom;
}

.vs-center-img {
  position: absolute;
  width: 6rem;
  margin-left: -3rem;
  bottom: 0;
  left: 50%;
  display: block;
  z-index: 1;
}

/* 鏌ョ湅鏇村 */
.wws,
.yws {
  margin-bottom: 20px;
}

.wws a,
.yws a {
  text-decoration: none;
}

.viewMore {
  display: block;
  /* width: 17rem; */
  height: 40px;
  line-height: 40px;
  background: #E5EEFF;
  font-size: 12px;
  font-weight: bold;
  color: #105EFB;
  text-align: center;
  margin: 10px 15px;
  cursor: pointer;
}

.viewMore:hover {
  color: #4180FF;
}

.arrows {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 3px;
}

.arrows {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  margin-left: 3px;
}

/* 鏌ョ湅鏇村浜岀骇瀵艰埅 */
.matchListNav {
  width: 100%;
  padding: 0 .5rem;
  box-sizing: border-box;
  background-color: #fff;
}

.menu-ul-matchList {
  height: 2.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-ul-matchList li a {
  display: block;
  width: 3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  margin: 0 0.3rem;
  text-align: center;
  background: #EEEEEE;
  border-radius: .15rem;
  font-size: .6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060606;
}

.menu-ul-matchList li a.hover {
  background: #105EFB;
  color: #FFFFFF;
}

.footer_base-info {
  padding: 20px 20px 40px;
  background: url(../images/footer-logo.png) no-repeat right 20px bottom 10px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  text-align: justify;
}

.footer_base-info2 {
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  text-align: justify;
}

.saizhi {
  width: 100%;
  height: auto;
  padding: .5rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  overflow: hidden;
  color: #999;
}

/* 鍏充簬鎴戜滑 */
.about-main {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.about-bar img {
  width: 100%;
}
.about-main .about-text{
  padding-top: 14px;
  line-height: 24px;
}
.about-main strong {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.about-main p {
  font-size: 12px;
  color: #666;
}
/* 鍏充簬鎴戜滑缁撴潫 */
/* Schedule page */
.season_wrapper,.round_wrapper{
  padding: 0.5rem 0.7rem;
  position: relative;
  background: #fff;
}
.round_wrapper{
  padding-bottom: 0.75rem;
} 
.season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: .25rem;
}
.season_wrapper .topic_season_btns, .round_wrapper .topic_season_btnr{
  width: 100%;
  background: #f8f8f8;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.7rem;
  border: 1px solid #EEEEEE;
  position: relative;
  font-family: Microsoft YaHei;
}
.season_wrapper .topic_season_btns.active, .round_wrapper .topic_season_btnr.active{
  background: #E6EFFF;
  border: 1px solid #B4CFFF;
  color: #105EFB;
  font-weight: normal;
}
.season_wrapper .arrow_s, .round_wrapper .arrow_r{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #3179FF;
  position: absolute;
  right: 10px;
  top: 0.55rem;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
}
.arrow_up{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.season_wrapper .season_box{
  min-height: 50px;
  background: #F8F8F8;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.season_wrapper>.topic_season_texts::before,.round_wrapper>.topic_season_textr::before{
  position: relative;
  content: '';
  background-color: #105EFB;
  width: .25rem;
  height: .8rem;
  border-radius: .5rem;
}
.round_wrapper .round_box{
  background: #F8F8F8;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.round_wrapper .btn_wrapper, .season_wrapper .btn_wrapper{
  width: 100%;
  position: relative;
  z-index: inherit;
}
.round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
  position: absolute;
  width: 100%;
  display: grid;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  box-sizing: border-box;
  padding: .25rem;
}
.season_wrapper .btn_wrapper .season_box{
  grid-auto-flow: row;
}
.round_wrapper .btn_wrapper .round_box{
  grid-auto-flow: column;
  grid-template-rows: repeat(8,1fr);
}
.round_wrapper .btn_wrapper .round_box li{
  font-size: 0.7rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.5rem;
}
.season_wrapper .btn_wrapper .season_box li{
  position: relative;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
  line-height: 1.5rem;
}
.update_div{
  margin-bottom: 20px;
}

.season_wrapper .arrow_forward{
  width: 34px;
  height: 34px;
  position: absolute;
  right: 16vw;
  top: 0;
}
.season_wrapper .arrow_forward::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.55rem; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #3179FF;
  cursor: pointer;
}
.season_wrapper .arrow_backward{
  width: 34px;
  height: 34px;
  position: absolute;
  left: 16vw;
  top: 0;
}
.season_wrapper .arrow_backward::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.55rem; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #3179FF;
  cursor: pointer;
}
/* END Schedule page */
/*Video page*/
.link_video{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #105EFB;
  border-bottom: 3px solid #105EFB;
}
.link_video>img{
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.link_video>img.play_video_icon{
  position: absolute;
  width: 90px;
  height: 90px;
}

.articles_tag_text ul{
  display: flex;
  flex-wrap: wrap;
}
.articles_tag_text ul li a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
  height: 24px;
  border-radius: 28px;
  font-size: 0.75rem;
  padding: 0 1rem;
}  
.news_list .block_img .news_content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news_list .block_img .news_content .play {
  width: 48px;
  height: 20px;
  background: #000000;
  border-radius: 2px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 10px;
}
.news_list .block_img h1 a {
    font-size: 0.75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}   
.news_list .block_img .news_content .play img{
  width: 10px;
  height: 11px;
}       
.news_list .block_img .news_content time {
  height: 19px;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}
.news_list .block_img .news_content .footer {
  display: flex;
  align-items: center;
} 
.reading_box .reading_padding .reading_title {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
  box-sizing: border-box;
  /* height: 56px; */
}
.reading_box .reading_padding .reading_title img {
  margin-right: 4px;
}
.reading_box .reading_padding .reading_title h1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292E2E;
}
.video_box{
  background-color: #fff;padding: 0 1rem;
}
/*End Video/Article page*/
/*Swipable header nav*/
.header-nav-swipe{
  overflow: hidden;
  background:#071531!important;
}
.header-nav-swipe ul{
  /* gap: 1rem; */
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 0.24rem;
  overflow-y:auto;
  width:100%;
  white-space:nowrap;
}
.header-nav-swipe>ul>li{
  white-space:nowrap;
  display:inline-block;
  width: auto;
  line-height: 40px;
  background-color: #071531;
}
.header-nav-swipe>ul>li>a{
  font-size:18px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  display:block;
}
.header-nav-swipe>ul>li>a.active{
  color: #fff;
  font-weight:bolder;
  background: #0E5BEA;
}
/*END Swipable header nav*/
.time_container{
  background: #fff;
  padding: 0.5rem 0;
}
.time_update{
	margin: 0px 0.8rem;
	padding: 0.1rem 0;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #105EFB;
	/* background: #EEF3FE; */
}

.backs{
	padding:5px;
	font-size:16px;
	margin-right:10px;
	color:blue;
}

.getshijiebei{
	margin-top:5px;
	font-size:19px;
	margin-bottom:5px;
}

.shijiebmsg{
	text-align:left;
	padding:0px 10px;
}

.sjb32{
	color:#105efc;
}
img{
    max-width: 99%;
}

.hotwords{
	text-align:left;
	padding:10px;
}

.hotwords li{
	font-size: 16px;
	display:inline;
}













































