/*
1、导航栏悬浮展示更多
2、足球资料
3、全部比赛
4、足球视频
5、比赛详情
6、联赛排行榜
*/

/*导航栏悬浮展示更多开始*/
.header_menu_item {position: relative;cursor: pointer}
.header_menu_item .header_menu_item_item li{flex:1;white-space: nowrap}
.header_menu_item .header_menu_item_item li a{line-height: 40px;font-size: 14px;color: #fff !important;}
.header_menu_item .header_menu_item_item li a:hover{color: #C3C3C3;font-weight: bold}
.header_menu_item .header_menu_item_item li a{line-height: 35px}

.header_menu_item .header_menu_item_item {
    position: absolute;
    display: none;
    background-color: #007030;
    width: 100px;
    flex-flow: wrap;
    z-index: 999;
    left: 0px;
    top: 30px;
}

.header_menu_item_item .menu-item {
    width: 100px;
    text-align: center;
}

.header_menu_item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 70%;
}
@media screen and (min-width: 640px) {
.header_menu_item:hover .header_menu_item_item{display: flex;}
}
@media screen and (max-width: 640px) {
    .header_menu_item .header_menu_item_item li {
        flex: unset;
    }
    .header_menu_item {
        min-width: 80px !important;
    }
}
/*导航栏悬浮展示更多结束*/

/*足球资料开始*/

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


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

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

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

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

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


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

::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb{
  border-radius: 1em;
  background-color: rgba(50,50,50,.3);
}
::-webkit-scrollbar-track{
  border-radius: 1em;
  background-color: rgba(50,50,50,.1);
}

.gd-title-box b {
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px 10px;

}
#tab li { cursor: pointer; display: inline-block;white-space: nowrap }

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

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

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

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

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

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

#tab li.tab-current { color: #008643; }

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

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

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

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

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

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

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

.live_detail_match {
	display: flex;
    flex-direction: column;
	width: 100%;
	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;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

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

.live_detail_match_back img{
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.page-box {
    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;
}

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

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

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

	#pageContents ul { width: 100% }

	.page-title { width: 100% !important; 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%;
    }

}
/*足球资料结束*/

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

.toTop {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toTop::before {
  content: '\e64a';
}
.reverse {
  flex-flow: row-reverse;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  background-color: #999;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background: #ededed;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.color__main {
  color: #c5643a;
}
.win {
  color: #dd4b39;
}
.lose {
  color: #008000;
}
.f-left {
  text-align: left !important;
  justify-content: flex-start;
}
.f-right {
  text-align: right !important;
  justify-content: flex-end;
}
a:active,
a:hover {
  color: #c5643a;
}
.no-live {
  padding: 90px;
  text-align: center;
  color: #999;
}
.no-live dt {
  background: url(/fonts/no_data.svg) no-repeat;
  width: 49px;
  height: 32px;
  display: block;
  transform: scale(2.5);
  margin: 0 auto;
}
.no-live dd {
  margin-top: 40px;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 30px;
  background: #f7f9fa;
  padding: 2px 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.breadcrumbs a:hover {
  color: #666699;
}
.breadcrumbs a::after {
  content: '';
  display: inline-block;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg) scale(0.6);
}
.breadcrumbs a:last-child::after {
  content: '';
  background: none;
}
.sload {
  display: block;
  text-align: center;
  color: #99cc33;
  line-height: 30px;
}
.no-data {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.no-data img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.living::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
}
.living .status-text,
.status-0 .status-text {
  color: #f00 !important;
}
.no-start .status-text,
.status-1 .status-text {
  color: #c5643a !important;
}
.no-start .zhibo-name,
.status-1 .zhibo-name {
  color: #4180ff !important;
}
.over-btn .status-text,
.status-2 .status-text {
  color: #999 !important;
}
.over-btn .zhibo-name,
.status-2 .zhibo-name {
  background: #f2f2f2 !important;
  color: #666 !important;
}
.livelist-box .live-status0 strong,
.livelist-box .living {
  color: #f00;
}
.livelist-box .no-start {
  color: #4180ff;
}
.arrow-right {
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.breadcrumbs h1{
  font-size: 14px;
  padding-left: 5px;
}
.pagination-wrap {
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.pagination-wrap .paging-cls {
  text-align: center;
}
.pagination-wrap .paging-cls span,
.pagination-wrap .paging-cls a {
  display: inline-block;
  border: 1px solid #eef3f8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  margin: 0 3px;
}
.pagination-wrap .paging-cls span:hover,
.pagination-wrap .paging-cls a:hover {
  background: #008643;
  color: #fff !important;
}
.pagination-wrap .paging-cls .current {
  background: #c5643a;
  color: #fff;
  font-weight: bold;
}
.pagination-wrap .paging-cls .fa-angle-double-left::before {
  content: '<';
}
.pagination-wrap .paging-cls .fa-angle-double-right::before {
  content: '>';
}
.live_gybf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_gybf h3 {
  font-size: 16px;
  background: #c5643a;
  line-height: 28px;
  color: #fff;
}
.live_gybf .mxg li {
  display: flex;
  padding: 5px 24px;
  border-bottom: 1px solid #eef3f8;
}
.live_gybf .mxg li h4 {
  width: 110px;
  text-align-last: left;
  line-height: 30px;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live_gybf .mxg li h4 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}
.live_gybf .mxg li span {
  background: #eef3f8;
  flex: 1;
  line-height: 30px;
}
.live_gybf .mxg .to span {
  background: rgba(249, 117, 34, 0.1);
}
.live_gybf .mxg .to .gao {
  background: #f97522;
}
.live_gybf .mxg .tw span {
  background: rgba(39, 197, 195, 0.1);
}
.live_gybf .mxg .tw .gao {
  background: #c5643a;
}
.live_lqbf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_lqbf h3 {
  font-size: 16px;
  background: #c5643a;
  line-height: 28px;
  color: #fff;
}
.live_lqbf .bft {
  display: flex;
  background: #eef3f8;
}
.live_lqbf .bft h4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 3px 0;
}
.live_lqbf .bft h4 img {
  width: 20px;
  margin-right: 3px;
}
.live_lqbf .msg li {
  padding: 0 4px;
  border-top: 1px solid #eef3f8;
  display: flex;
}
.live_lqbf .msg li span {
  flex: 1;
}
.data-title {
  padding: 24px;
}
.info-wrap {
  padding: 0 12px;
}
.info-wrap .flex-between .text-left {
  margin-left: 10px;
}
.info-wrap .flex-between .text-right {
  margin-right: 10px;
}
.info-wrap .flex .t-logo {
  width: 50px;
  height: 50px;
}
.info-wrap .flex dt {
  font-weight: bold;
}
.info-wrap .flex dd {
  color: #999;
}
.data-compare,
.overview-detail {
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  border-radius: 8px;
}
.overview-detail {
  padding: 0 12px 12px 12px;
}
.overview-detail .f-left {
  color: #c5643a;
}
.overview-detail .f-right {
  color: #f97522;
}
.overview-description {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin: 0 0.32rem;
}
.data-compare .overview-detail {
  box-shadow: none;
}
.data-compare .rate {
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
}
.data-compare .data {
  color: #666;
  width: 48px;
}
.data-progress .home-info,
.data-progress .away-info {
  flex-grow: 1;
}
.data-progress .home-info .stat,
.data-progress .away-info .stat {
  align-items: center;
}
.data-progress .overview-description {
  width: 44px;
  margin: 5px;
}
.data-progress .progress {
  position: relative;
  width: 100%;
  height: 14px;
  flex: 1;
  background: rgba(39, 197, 195, 0.1);
}
.data-progress .progress-portion {
  position: absolute;
  height: 100%;
}
.left .progress-portion {
  left: 0;
  background: #c5643a;
}
.data-progress .progress.right {
  background: rgba(249, 117, 34, 0.1);
}
.right .progress-portion {
  right: 0;
  background: #f97522;
}
.article-detail {
  padding: 10px;
}
.article-detail p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}
.article-detail iframe,
.article-detail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.tag {
  margin-top: 10px;
}
.tag a {
  background: #eee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag a:hover {
  opacity: 0.8;
}
.livelist-box {
  flex-wrap: wrap;
}
.livelist-box li {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eee;
}
.livelist-box li:first-child {
  border-top: none;
}
.livelist-box li:hover {
  background: #f2f6ff;
}
.livelist-box li .t-logo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.livelist-box li h2 {
  font-size: 14px;
}
.livelist-box li h3 {
  font-weight: normal;
  font-size: 14px;
}
.livelist-box li time {
  color: #666;
  margin-right: 10px;
  display: inline-block;
}
.livelist-box li a:hover {
  color: #333;
}
.livelist-box li .team {
  margin-top: 4px;
  align-items: center;
}
.livelist-box .live-hot-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.livelist-box .hot-live-side {
  width: 300px;
  padding-right: 50px;
}
.livelist-box .hot-live-side.text-right {
  text-align: right;
}
.livelist-box .hot-live-match {
  flex-grow: 1;
}
.livelist-box .score-wrap {
  width: 100px;
  text-align: center;
  flex-grow: 1;
}
.livelist-box .score-wrap span,
.livelist-box .score-wrap strong {
  display: block;
  width: 100%;
}
.livelist-box .team-wrap {
  display: flex;
  align-items: center;
  flex-grow: 0;
  width: 200px;
}
.livelist-box .team-wrap.text-right {
  justify-content: flex-end;
}
.hot-match {
  overflow: hidden;
  position: relative;
  width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
.hot-match .swiper {
  width: 100%;
  height: 100%;
  height: 120px;
  overflow: hidden;
}
.hot-match .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hot-match .swiper-slide:hover {
  background-color: #38c0be;
  transition: all 0.3s ease;
}
.hot-match .swiper-slide:hover a {
  color: #fff;
}
.hot-match .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.hot-match .swiper-slide .live-btn {
  font-size: 14px;
}
.hot-match .match-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.hot-match .match-name h3 {
  font-size: 14px;
}
.hot-match .hot-game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.hot-match .hot-game-info img {
  width: 40px;
  height: 40px;
}
.hot-match .hot-game-info .team dd {
  margin-top: 8px;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hot-match .hot-game-info .match-score {
  flex-shrink: 0;
  font-size: 18px;
}
.hot-label {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd4b39;
  padding: 2px 20px;
  border-radius: 5px;
}
.hot-category-list {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.hot-category-list .hot-item {
  margin: 10px;
  width: 72px;
}
.hot-category-list .hot-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hot-category-list .hot-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.show-all-btn-container {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.show-all-btn {
  background: #c5643a;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.show-all-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  font-weight: bold;
}
.live-content {
  width: 1220px;
  margin: 0 auto;
  margin-top: 20px;
}
.live-content .live-list {
  background: #fff;
  position: relative;
  width: 100%;
}
.live-content .live-list a:hover {
  color: #fff;
}
.live-content .live-list .riqi {
  color: #c5643a;
  display: block;
  width: 100%;
  font-weight: 500;
  padding-bottom: 0.3rem;
  background: #f5f5f5 !important;
}
.live-content .live-list .riqi .riqi-label {
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 0 20px 20px 0;
  background: #c5643a;
  color: #ffffff;
}
.live-content .live-list .riqi p {
  height: 100%;
  padding: 10px 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}
.live-content .live-list .riqi span {
  margin-left: 0.5rem;
}
.live-content .live-list .item {
  padding: 10px 20px;
  /* height: 50px; */
  border-top: 2px solid #c5643a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-content .live-list .item:hover {
  background: #f2f6ff;
}
.live-content .live-list .item:hover .zhibo-name {
  opacity: 0.8;
}
.live-content .live-list .item .status-text {
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
  background: #f8f8f8;
  color: #666;
}
.live-content .live-list .item h2 {
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #666;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-content .live-list .item .time {
  width: 15rem;
}
.live-content .live-list .item .time .live-time {
  display: flex;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .item .time .live-time .live-link {
  margin-left: 1rem;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .status-bar {
  height: 44px;
}
.live-content .live-list .status-bar span {
  font-weight: bold;
  color: #dd4b39;
  padding-left: 10px;
  display: block;
  position: relative;
  font-size: 18px;
}
.live-content .live-list .status-bar span::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #dd4b39;
}
.live-content .live-list .duizhen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 560px;
}
.live-content .live-list .duizhen .live-link {
  width: 100%;
}
.live-content .live-list .duizhen .score-wrap {
  width: 100px;
  text-align: center;
}
.live-content .live-list .duizhen .score-wrap span,
.live-content .live-list .duizhen .score-wrap strong {
  display: block;
  width: 100%;
}
.live-content .live-list .duizhen .f-left,
.live-content .live-list .duizhen .f-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.live-content .live-list .duizhen .f-left .team-logo {
  margin-right: 1rem;
}
.live-content .live-list .duizhen .f-right .team-logo {
  margin-left: 1rem;
}
.live-content .live-list .duizhen .team-logo {
  width: 36px;
  height: 36px;
}
.live-content .live-list .live-btn {
  width: 120px;
  text-align: right;
}
.live-content .live-list .zhibo-name {
  color: #c5643a;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.box {
  width: 1180px;
  margin: 0 auto;
}
.box-right {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
.box-right a:hover {
  color: #c5643a;
}
.box-right .box-title {
  padding: 10px;
  font-size: 18px;
  color: #c5643a;
  border-bottom: 1px solid #eeeeee;
}
.box-right .hot-cate {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.box-right .hot-cate::after {
  content: '';
  width: 78px;
}
.box-right .hot-cate .li-data {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li:hover {
  background: #f2f6ff;
}
.box-right .hot-cate li a {
  display: block;
}
.banner-info {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.banner-info .banner-info-ico {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}
.banner-info .banner-info-name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.lanqiu-bar {
  background-size: 100%;
}
.zuqiu-bar {
  background-size: 100%;
}
.news-box {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 5px;
}
.news-box img {
  width: 300px;
}
.news-box ul {
  padding: 5px 0;
}
.news-box ul li {
  position: relative;
  font-size: 16px;
  padding: 5px 8px;
}
.news-box ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0;
  margin-right: 8px;
  margin-bottom: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}
.xinwen-list {
  padding-bottom: 10px;
}
.xinwen-list li {
  margin: 10px 10px 0 10px;
}
.xinwen-list li a {
  position: relative;
  display: block;
}
.xinwen-list li a:hover {
  color: #fff;
}
.xinwen-list li img {
  width: 100%;
  height: 100px;
  display: none;
}
.xinwen-list .hover-news img {
  display: block;
}
.xinwen-list .hover-news a {
  color: #fff;
}
.xinwen-list .hover-news span {
  width: calc(100% - 10px);
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
  left: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.article-content {
  width: 1200px;
  margin: 0 auto;
}
.article-list {
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.article-list .no-live {
  margin: 0 auto;
}
.article-list li {
  padding: 24px;
  width: 100%;
}
.article-list .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-list .msg span {
  color: #666;
}
.article-list .imga img {
  width: 200px;
  height: 100px;
  margin-right: 20px;
}
.article-detail-main {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.article-detail-main .title-bar {
  text-align: center;
}
.article-detail-main .news-time {
  text-align: right;
  margin-top: 10px;
}
.article-detail-main .news-time p {
  line-height: 28px;
}
.article-detail-main .news-time time {
  color: #999;
}
.match-nav {
  background: #f7f9fa;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.match-nav li {
  margin-right: 20px;
}
.match-nav a {
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
}
.match-nav .active {
  border: 1px solid #008643;
  color: #008643;
}
.match-nav .icon-quanbu,
.match-nav .icon-remen,
.match-nav .icon-zuqiu,
.match-nav .icon-lanqiu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-nav .icon-quanbu::before,
.match-nav .icon-remen::before,
.match-nav .icon-zuqiu::before,
.match-nav .icon-lanqiu::before {
  margin-right: 4px;
  font-size: 18px;
}
.reverse .left-main {
  width: 960px;
}
.reverse .right-main {
  width: 220px;
}
.date-list {
  padding: 10px;
  box-sizing: border-box;
  background-color: #f7f9fa;
  border-radius: 8px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: stretch;
}
.date-list li {
  flex-grow: 1;
}
.date-list a {
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.date-list a:hover {
  color: #007030;
}
.date-list .active {
  background: #008643;
  color: #fff;
}
.date-list .active:hover {
  color: #fff;
}

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

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

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

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

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

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

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

  .pagination-wrap .paging-cls span, .pagination-wrap .paging-cls a {
    display: inline-block;
    border: 1px solid #eef3f8;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    margin: 3px;
  }


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

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


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

.active a{
  background: #008643 !important;
  color: #ffffff !important;
}

/*全部比赛结束*/


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

/*比赛详情开始*/
body {
	background-color: #ffffff;
}

.live_detail_match {
	width: 100%;
	min-height: 195px;
	background: #008643;
	border-radius: 13px;
	margin: 10px auto;
	background-size: cover;
}

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

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

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

.live_detail_match_back img{
	cursor: pointer;
}

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

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

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

.live_detail_match_team {
	width: 30%;
}

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

.live_detail_match_info a {
	text-decoration: none;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

.new_table_active a{
	text-decoration: none;
}

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

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


.new_table_title {
	width: 100%;
	min-height: unset;
	line-height: unset;
	font-size: 1rem;
	background: #F8F8F8;
	vertical-align: middle;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.per-10 {
	width:10%;
}

.per-24 {
	width:24%;
}

.per-20 {
	width:20%;
}

.per-30 {
	width:30%;
}


.per-15 {
	width:15%;
}

.per-38 {
	width:38%;
}


.per-13{
	width:13%;
}

.img-42{
	width: 44px !important;
}

.per-18 {
	width:18%;
}

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

.new_table_row a{
	text-decoration: none;
}

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

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

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

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

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

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

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

.live_detail_text_title_img {
	margin: 20px;
	width: 5%;
	text-align: center;
}

.live_detail_text_title_img img{
	width: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.live_detail_text_data_icon img{
	height: 14px;
}

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

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


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

	.live_detail_match {
		width: 95%;
		min-height: 195px;
		background: #008643;
		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;
		margin-left: 10px;
	}

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

	.live_detail_tab_item {
		padding:0.6rem;
		font-family: PingFangSC-Regular;
		font-size: 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 #ff4d4d;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

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

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

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

	.new_table_title {
		width: 100%;
		line-height: 15px;
		font-size: 1rem;
		background: #F8F8F8;
		vertical-align: middle;
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

	.per-10 {
		width:10%;
	}

	.per-24 {
		width:24%;
	}

	.per-20 {
		width:20%;
	}

	.per-30 {
		width:30%;
	}


	.per-15 {
		width:15%;
	}

	.per-38 {
		width:38%;
	}


	.per-13{
		width:13%;
	}

	.img-42{
		width: 3rem
	}

	.per-18 {
		width:18%;
	}

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

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

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

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

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

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

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

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

	.live_detail_text_title_img {
		margin: 0.3rem;
		width: 8%;
	}

	.live_detail_text_title_img img{
		width: 20px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.live_detail_text_data_icon img{
		height: 14px;
	}

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

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

}
/*比赛详情结束*/
.page { overflow: hidden; padding: 20px; }

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

#pagecurrent, .page-title li a:hover { background: #008643; color: #fff; border: #008643 1px solid; }

.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; border-bottom: 1px solid #eee; position: relative; margin-bottom: 20px; padding-bottom: 10px; }

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

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

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

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

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

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

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

.page-box-content a { color: #39F }

@media screen and (max-width: 640px) {
	.page-box {
		width: 100% !important;
		box-sizing: border-box !important;
		margin-left: unset !important;
		padding: 0 12px !important;
		height: auto;
		flex-direction: row;
	}
	.box{
		width: 100%;
	}
	.season_area{
		width: 100%;
	}
}


/*联赛排行榜开始*/

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

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

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

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


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

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

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

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

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

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

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

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

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

/*首页搜索开始*/

.head-banner {
    padding-top: 10px;
    width: 300px;
    overflow: hidden;
    float:right;
}

.head-banner {
    padding-top: 0px;
    width: 300px;
    overflow: hidden;
}

.sall {
    width: 256px;
    BORDER: #494949 1px solid;
    MARGIN: 2px auto;
    HEIGHT: 30px;
    line-height: 28px;
    border-radius: 2px 2px 2px 2px;
    display: flex;
}

.inp_key {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    LINE-HEIGHT: 24px;
    MARGIN-TOP: 3px;
    WIDTH: 200px;
    BACKGROUND: #fff;
    FLOAT: left;
    HEIGHT: 24px;
    COLOR: #999;
    outline: none;
    MARGIN-LEFT: 1px;
    FONT-SIZE: 12px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
}

.search_btn {
    BORDER-BOTTOM: #0173e6 0px;
    BORDER-LEFT: #0173e6 0px;
    PADDING-BOTTOM: 6px;
    MARGIN: 0px;
    PADDING-LEFT: 12px;
    WIDTH: 55px;
    PADDING-RIGHT: 12px;
    BACKGROUND: #007030;
    HEIGHT: 30px;
    COLOR: #FFFFFF;
    FONT-SIZE: 14px;
    VERTICAL-ALIGN: top;
    BORDER-TOP: #0173e6 0px;
    CURSOR: pointer;
    BORDER-RIGHT: #0173e6 0px;
    PADDING-TOP: 0;
    border-image: none;
}
/*首页搜索结束*/

/*返回顶部 开始*/
.footnav {
    position: fixed;
    right: 40px;
    bottom: 15px;
    width: 60px;
    /* height: 296px; */
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    z-index: 999;
    background: #ffffff;
}

.nav_lio {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #C3C3C3;
}

.kefu img {
    width: 24px;
    height: 24px;
}

.kefu_text {
    text-align: center;
    margin-top: 4px;
}
/*返回顶部 结束*/

/*你的位置*/
.gy_position_tit {
    width: 100%;
    margin: 0 0 10px 10px;

    align-items: center;
    line-height: 40px;
}

.gy_position_tit > li, .gy_position_tit > li a {
    font-size: 12px;
    color: #777777;
    list-style: none;
    border-bottom: unset;
    display: inline;
}

.gy_position_tit > li:last-child {
    color: #df0021;
}

/*内页位置导航*/
.breadcrumb1 > li, .breadcrumb1 > li a {
    font-size: 12px;
    color: #777777;
    padding-right: 5px;
}

.breadcrumb1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 1.5em;
    list-style: none;
    margin-top: 10px;
}

.detailteam {
    display: flex;
    flex-wrap: wrap;
    whi -space: nowrap;
}

.detailteam li a {
    color: #000;
}

/*--评论--*/
#comment_box{border:1px solid #fff;padding:10px;width: 97%;margin-top: 20px}
#comments-title{padding-top:70px;margin-top:-40px}
.c-title{font-size: 18px;font-weight: 500;}
.comment-disable{padding:1.5em;color:#888;text-align:center}
.comment-disable i.iconfont{padding-right:5px;color:#666;font-size:18px}
.comment-num{color:#999;font-size:16px}
.comment-num .emphasize{color:#f33}
.no-comment{color:#999;text-align:center}
.no-comment i.iconfont{font-size:60px;color:#ddd;display:block;margin-top:-20px;height:90px}
.comment-msg{padding:1.5em 0;overflow:hidden;border-top:1px solid #ddd}
.comment-list .ul{list-style:none;border-top:1px solid #ededed}
.comment-list .li{overflow:hidden;padding:1em}
.comment-list .li:hover{background:#f8f8f8}
.comment-list .li img{width:50px;height:50px;border-radius:100px;}
.comment-list .li:hover img{}
.comment-list .li .clbody{margin-left:70px}
.comment-list .ul .ul{margin-left:4%}
.comment-list .title{font-size:18px;padding:10px 0;color:#222;}
.compost .com-info{margin-bottom:10px;}
.compost .com-info li{float:left;margin-bottom:1em;width:100%;position:relative}
.compost .com-info li:nth-child(2){}
.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:96%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:10px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:#EF0166}
#auTxaArticle{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:96%;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:#008643;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:#EF0166}
.reply-a{opacity:0.5}
.comment-list li:hover .reply-a{opacity:1}
.mcolor{color:#EF0166}

/*返回顶部 开始*/
.footnav {
    position: fixed;
    right: 40px;
    bottom: 15px;
    width: 60px;
    /* height: 296px; */
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    z-index: 999;
    background: #ffffff;
}

.nav_lio {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #C3C3C3;
}

.kefu img {
    width: 24px;
    height: 24px;
}

.kefu_text {
    text-align: center;
    margin-top: 4px;
}
/*返回顶部 结束*/

/*电视 开始*/

    .conn {
        display: flex;
        MARGIN: 0px auto;
        WIDTH: 1220px;
        PADDING-RIGHT: 0px;
        HEIGHT: auto;
    }

    .con-left-list-tv {
        background: #fff;
        box-shadow: 0 5px 10px #eee;
        border-radius: 8px;
        padding: 0 0px;
        width: 750px;
        float: left;
        margin: 0 20px 40px 0;
        display: flex;
        flex-direction: column;
    }

    .bt-c2-sb {
        display: flex;
        justify-content: space-between;
    }

    .bt-c2 {
        border-bottom: 2px solid #3977ac;
        float: left;
        background: #fff no-repeat;
        width: 100%;
        height: 40px;
        margin: 0 0 0px 0;
        padding: 0px;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }

    .bt-c2 p {
        border-radius: 8px 8px 0 0;
        background: #3977ac;
        height: 40px;
        float: left;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        margin: 0px 0 0px 0px;
        padding: 0 20px;
    }

    .bt-c2 p a {
        color: #000;
    }

    .flname {
        height: 62px;
        line-height: 62px;
        background: #008643;
        border-radius: 4px 4px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 2px solid #008643;
    }

    .flimg {
        margin: 0 12px 0 10px;
    }

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

    .gengduo {
        color: #fff;
    }

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

    .duansp_list_fl li {
        width: 23%;
        text-align: center;
        margin-bottom: 18px;
        margin-top: 11px;
        border: #ccc 1px solid;
        padding: 2px;
        margin: 11px 4px;
    }

    a {
        text-decoration: none;
        font-size: 14px;
        color: #666;
    }

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

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

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

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

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

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

    .conn-right {
        width: 330px;
        float: right;
        display: flex;
        flex-direction: column;
    }

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

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

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

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

    .zhibo_list_dw {
        width: 220px;
    }

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

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

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

    .bt-c2 {
        border-bottom: 2px solid #008643;
        float: left;
        background: #fff no-repeat;
        width: 100%;
        height: 40px;
        margin: 0 0 0px 0;
        padding: 0px;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }

    .bt-c2 p {
        border-radius: 8px 8px 0 0;
        background: #fff;
        height: 40px;
        float: left;
        font-size: 16px;
        color: #000;
        line-height: 40px;
        margin: 0px 0 0px 0px;
        padding: 0 20px;
    }


    .list-right {
        border-radius: 0 0 8px 8px;
        float: left;
        width: 88%;
        padding: 20px 20px;
        background: #fff;
        margin: 0 0 20px 0;
    }

    .list-right li {
        float: left;
        width: 100%;
        float: left;
        line-height: 35px;
        height: 35px;
        border-bottom: 1px dashed #3944a7;
        overflow: hidden;
    }

    .list-right li a {
        color: #666;
    }

    .right_team a {
        padding: 10px;
    }

    .conn-left {
        box-shadow: 0 5px 10px #eee;
        border-radius: 8px;
        padding: 0 0px;
        width: 890px;
        float: left;
        margin: 0 20px 40px 0;
    }

    .spxh_lb {
        margin-bottom: 19px;
        padding-top: 20px;
        width: 100%;
        display: inline-block;
        float: left;
        background: #fff;
    }

    .spxh_lb h1 {
        font-size: 17px;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-left: 12px;
    }

    .singldl {
        margin: 0;
        float: left;
        color: #fff;
    }

    .singldl dd.active {
        background: #ff4049;
    }

    .singldl dd {
        display: inline-block;
        float: none;
        text-align: center;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: #686b63;
        border-radius: 30px;
        padding: 0 6px;
        min-width: 70px;
        margin-left: 10px;
        cursor: pointer;
    }

    .zhixun {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 768px) {
    .conn {
        MARGIN: 0px 2%;
        WIDTH: 96%;
        PADDING-RIGHT: 0px;
        BACKGROUND: #F5F5F5;
        HEIGHT: auto;
        flex-direction: column;
    }
    .con-left-list-tv {
        width: 100%;
    }
    .bt-c2 {
        border-bottom: 2px solid #3977ac;
        box-shadow: 0 5px 10px #eee;
        float: left;
        background: #fff no-repeat;
        width: 100%;
        height: 40px;
        margin: 0 0 0px 0;
        padding: 0px;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }
    .bt-c2 p {
        border-radius: 8px 8px 0 0;
        background: #3977ac;
        height: 40px;
        float: left;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        margin: 0px 0 0px 0px;
        padding: 0 20px;
    }
    .bt-c2 p a {
        color: #666;
    }
    .duansp_list_fl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .duansp_list_fl li {
        width: 46%;
        float: left;
        text-align: center;
        margin-bottom: 18px;
        margin-top: 11px;
        margin-left: 4px;
        margin-right: 4px;
        border: #ccc 1px solid;
        padding: 2px;
    }
    a {
        text-decoration: none;
        font-size: 14px;
        color: #666;
    }
    img {
        object-fit: cover;
        border: 0;
        vertical-align: middle;
    }
    .conn-right {
        width: 100%;
        float: right;
        display: flex;
        flex-direction: column;
    }
    .bt-c2 {
        border-bottom: 2px solid #3977ac;
        box-shadow: 0 5px 10px #eee;
        float: left;
        background: #fff no-repeat;
        width: 100%;
        height: 40px;
        margin: 0 0 0px 0;
        padding: 0px;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }
    .bt-c2 p {
        border-radius: 8px 8px 0 0;
        background: #3977ac;
        height: 40px;
        float: left;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        margin: 0px 0 0px 0px;
        padding: 0 20px;
    }
    .bt-c2 {
        border-bottom: 2px solid #3944a7;
        box-shadow: 0 5px 10px #eee;
        float: left;
        background: #fff no-repeat;
        width: 100%;
        height: 40px;
        margin: 0 0 0px 0;
        padding: 0px;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }
    .bt-c2 p {
        border-radius: 8px 8px 0 0;
        background: #fff;
        height: 40px;
        float: left;
        font-size: 16px;
        color: #666;
        line-height: 40px;
        margin: 0px 0 0px 0px;
        padding: 0 10px;
    }
    .list-right {
        border-radius: 0 0 8px 8px;
        float: left;
        width: 94%;
        padding: 20px 10px;
        background: #fff;
        margin: 0 0 20px 0;
    }
    .list-right li {
        float: left;
        width: 95%;
        padding: 0 0 0 5%;
        float: left;
        line-height: 35px;
        height: 35px;
        border-bottom: 1px dashed #3944a7;
        overflow: hidden;
    }
    .list-right li a {
        color: #666;
    }
    .conn-left {
        background: #fff;
        box-shadow: 0 5px 10px #eee;
        border-radius: 8px;
        padding: 0 0px;
        width: 100%;
        float: left;
        margin: 0 0px 10px 0;
    }
    .content_news_tv iframe {
        width: 100%;
        height: auto !important;
    }
}
/*电视 结束*/