﻿.header-bottom-actived {
	font-weight: 700 !important;
}

.header-bottom-actived::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: 40%;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
}

.header-bottom-container {
	background-image: url("/static/images/jrs_hxls.png") !important;
	background-position: center !important;
	background-size: cover !important;
	background: rgba(0, 0, 0, 0);
}

.header-bottom-container ul li a {
	color: #1F1F1F;
}

.header-bottom .header-nav {
	background-color: rgba(0, 0, 0, 0) !important;
}

.header-bottom>ul {
	padding-left: 0;
}

.header-bottom .header-nav li:hover::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	right: 40%;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #1F1F1F;
}

	{
	padding-left: 0;
}

.content-top {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.content-video,
.content-top-third {
	width: 32%;
	height: 400px;
	background: #FFFFFF;
	border-radius: 10px
}

.content-top-third .content-top-third-title ul {
	display: flex;
	justify-content: space-around;
	padding: 10px 20px 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
	position: relative;
}

.content-top-third .content-top-third-title ul li {
	cursor: pointer;
	padding-left: 25px;
}

.content-top-third .content-top-third-title ul li:nth-child(1) {
	background: url("/static/images/icon_zqtt_normal.png") no-repeat;
	background-position-y: 4px;
}

.content-top-third .content-top-third-title ul li:nth-child(1).active {
	background: url("/static/images/icon_zqtt_small.png") no-repeat;
	background-position-y: 4px;
}

.content-top-third .content-top-third-title ul li:nth-child(1).active span {
	color: #459ADD !important;
}

.content-top-third .content-top-third-title ul li:nth-child(2) {
	background: url("/static/images/icon_lqtt_normal.png") no-repeat;
	background-position-y: 4px;
}

.content-top-third .content-top-third-title ul li:nth-child(2).active {
	background: url("/static/images/icon_lqtt_small.png") no-repeat;
	background-position-y: 4px;
}

.content-top-third .content-top-third-title ul li:nth-child(1).active::after,
.content-top-third .content-top-third-title ul li:nth-child(2).active::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 75px;
	border-bottom: 3px solid #459ADD;
}

.content-top-third .content-top-third-title ul li:nth-child(2).active span {
	color: #459ADD !important;
}

.content-top-third .content-top-third-title ul li img {
	vertical-align: middle;
}

.content-video-infoList {
	padding-top: 20px;
}

.content-video-infoList li {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
}

.content-video-infoList>li>div:last-child>a {
	padding: 0 5px;
	color: #459ADD;
	font-weight: 700;
}

.content-video-infoList>li>div:first-child {
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-infoName-actived {
	color: red;
}

.content-news-actived {
	font-weight: 700;
}

.common-tab-item p {
	font-size: 14px;
}

.common-tab-item span {
	font-size: 14px;
}

.content-top-third-infoList li {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content-top-third-infoList li:hover a {
	color: #459ADD;
}

.content-top-third-infoList>li>img {
	width: 36px;
	height: 16px;
	margin-right: 10px;
	margin-top: 5px;
}

.content-top-third-infoList>li>span {
	min-width: 45px;
	margin-right: 10px;
}

.content-top-third-infoList>li>a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.content-bottom {
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 10px;
}

.content-bottom .common-tab_list {
	border-bottom: solid 1px #eee;
}

.sszhibo-active {
	color: red !important;
}

.sszhibo-active::after {
	content: '';
	display: block;
	width: 40%;
	border-bottom: 3px solid red;
	padding-bottom: 10px;
}

.content-zbList .zhibo-date {
	padding: 10px 0px 10px 30px;
	border: unset;
	font-size: 16px;
	color: red;
}

.content-zbList .zhibo-date span {
	font-size: 16px;
}

.content-zbList .zbList-info .zbList-info-evy {
	display: flex;
	align-items: center;
	padding: 15px;
	justify-content: space-between;
}

.content-zbList .zbList-info a {
	color: #666;
	padding: 0px 8px;
	line-height: 25px;
	font-size: 14px;
}

.content-zbList .qiu-pic {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.content-zbList .zhibo_saishi {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.content-zbList .zhibo_saishi a {
	color: #666;
}

.content-zbList .zhibo-time {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.content-zbList .zhibo-zhanwei {
	width: 25px;
}

.content-zbList .sore {
	width: 80px;
	color: #FF1336;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.content-zbList .zhibo-btn {
	background: #BBBBBB;
	border-radius: 5px;
	width: 114px;
	height: 30px;
	margin: 0 0 5px 30px;
	text-align: center;
	display: inline-block;
}

.content-zbList .zhibo-btn:hover {
	background: #969696;
}

.content-zbList .zhibo-btn-doing {
	background: red;
}

.content-zbList .zhibo-btn-doing:hover {
	background: #3e8ac6;
}

.zhibo-live a span {
	color: #ffffff !important;
}

.content-zbList .zhibo-btn img {
	width: 16px !important;
	height: 16px !important;
	vertical-align: middle;
	margin-right: 5px !important;
}

.content-zbList .zhibo-btn span {
	font-size: 14px;
}

.content-zbList li {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	display: inline-block;
}

.content-zbList .pic-or-text {
	width: 70px;
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	font-weight: 700;
}

.content-zbList .zhibo-more-btn {
	padding-bottom: 6%;
	text-align: center;
	margin-top: 50px;
}

.content-zbList .zhibo-more-btn a {
	color: #999999;
	padding: 15px 0;
	border: solid 1px #eee;
	width: 360px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}

.content-zbList .zhibo-more-btn[data-tcid='all'] a,
.content-zbList .zhibo-more-btn[data-tcid='re'] a {
	background: url("/static/images/south.png") no-repeat;
	background-position-y: center;
	background-position-x: 66%;
}

.content-zbList .zhibo-team {
	display: flex;
	align-items: center;
}

.content-zbList .zhibo-team p {
	width: 150px;
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-zbList .zhibo-team p:nth-child(1) {
	text-align: right !important;
}

.content-zbList .zhibo-team img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

.content-zbList .lq-score-info {
	background: #fff;
	width: 250px;
	height: 85px;
	position: absolute;
	left: 34%;
	border-radius: 5px;
	display: none;
}

.lq-score-title {
	background: linear-gradient(to right, #67C8F1, #87ADFB) !important;
	border-radius: 5px 5px 0 0;
	display: flex;
}

.lq-score-title li {
	color: #FFFFFF;
}

.lq-score {
	font-size: 16px !important;
}

.lq-score-have {
	color: #FF1336;
	font-size: 14px;
}

.lq-score:hover .lq-score-info {
	display: block;
}

.lq-score-info .lq-score-list ul {
	display: flex;
}

.lq-score-info ul li {
	font-size: 12px;
	border: unset;
}

.lq-score-info .nbsp {
	width: 60px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lq-score-info .col {
	width: 30px;
}

.lq-score-info .total {
	color: #FF1336;
}

.lq-score-info div ul li:nth-last-child(1) {
	color: #FF1336;
}

.swiper {
	width: 100%;
	height: 240px;
	border-radius: 10px;
}

.swiper .tag {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	background: #459ADD;
	padding: 5px 10px;
	border-radius: 0 10px;
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide a img {
	height: 240px;
	width: 340px;
	border-radius: 5px;
	display: block;
	object-fit: cover;
}

.swiper-slide a:hover img {
	transform: scale(1.1);
	transition: transform .4s;
}

.swiper-slide a span {
	position: absolute;
	color: #fff;
	bottom: 5px;
	left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 10px;
	font-size: 16px;
	z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 35px;
}

.swiper-slide a .mask {
	position: absolute;
	bottom: 0;
	height: 34px;
	width: 100%;
	background: #000000;
	opacity: 0.3;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15%
}

.remen-team {
	border-radius: 10px;
	background: #FFFFFF;
	margin-top: 20px;
}

.remen-team-title {
	border-bottom: solid 1px #459ADD;
	margin-left: 10px;
}

.remen-team-title div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}

.remen-team-title img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}

.remen-team-tab {
	display: flex;
	padding: 10px 20px;
}

.remen-team-tab li {
	cursor: pointer;
}

.remen-team-tab li:nth-child(1) {
	margin-right: 30px;
}

.remen-team-tab li span {
	font-size: 14px;
	font-weight: 700;
}

.remen-team-list {
	border-bottom: dashed 1px #EEEEEE;
	padding: 10px 30px 0 15px;
}

.remen-team-list:nth-last-child(1) {
	border: none;
}

.remen-team-list .team-fenlei {
	padding: 10px;
	background: #909091;
	border-radius: 5px;
	color: #fff;
	display: inline;
}

.remen-team-list .team-fenlei a {
	color: #fff;
}

.remen-team-list .team-name {
	display: inline;
}

.remen-team-list .team-name a {
	padding: 10px 5px;
	display: inline-block;
	color: #459ADD;
	font-weight: 700;
}

.remen-team .remen-team-tab li.active::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	border-bottom: 3px solid #459ADD;
	padding-bottom: 5px;
}

.zq-lx-header {
	margin-left: 10px;
}

.zq-lx-header {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	margin-left: 10px;
}

.zq-lx-header div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}

.zq-lx-header img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}

.filter {
	width: 90px;
	height: 34px;
	line-height: 34px;
	border-radius: 30px;
	margin-top: -5px;
	text-align: center;
	color: #459ADD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}

.filter_wrap {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-top: 20px;
}

.filter_wrap:hover .filter_none {
	display: block;
}

.filter>img {
	margin-right: 5px;
}

.filter_none {
	position: absolute;
	width: 415px;
	max-height: 376px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	right: 0;
	top: 28px;
	padding: 19px;
	box-sizing: border-box;
	overflow: auto;
	display: none;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(193, 193, 193.1);
}

.filter_none>li {
	border-bottom: 1px dashed #eeeeee;
}

.filter_none>li {
	display: flex;
}

.filter_none_con>li>a {
	font-size: 14px;
	color: #333333;
}

.filter_none_p {
	width: 60px;
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
	flex-shrink: 0;
	font-weight: 600;
}

.filter_none_con {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	color: #333333;
}

.filter_none_con>li {
	margin: 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #ffffff;
}

.filter_none_con>li>a:hover {
	color: #459ADD;
}

.interLink {
	background: #ffffff;
	position: absolute;
	bottom: 150px;
	/*height:40px;*/
	width: 100%;
}

.interLink_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

.interLink_con li {
	margin: 2px 10px;
}

.interLink_con li:nth-of-type(1) {
	display: flex;
	align-items: center;
}

.interLink_con p {
	color: #333333;
	margin-left: 10px;
}

.interLink_con a {
	color: #666666;
}

.interLink_con a:hover {
	color: #459ADD;
}

.interLink_con span {
	color: #459ADD;
}

/* match_top */
.match_top {
	position: relative;
}

.bghui {
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.match_top .swiper-button-prev:after {
	display: none
}

.match_top .swiper-button-prev {
	left: -40px;
}

.match_top .swiper-button-prev {
	background: url(../image/ico_left.png) no-repeat;
	width: 40px;
	height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 35%);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.match_top .swiper-button-next:after,
.match_top .swiper-button-next {
	background: url(../image/ico_right.png) no-repeat;
	width: 40px;
	height: 40px;
}

.match_top .swiper-button-next {
	right: -40px;
}

.match_top .swiper-container {
	overflow: hidden;
	background: #FFFFFF;
}

.match_top .swiper-container .swiper-slides {
	width: 238px;
	border: 1px solid #efefef;
}

.match_top .match {
	width: 238px;
	height: 134px;
}

.match_top .match .liansaitime {
	position: relative;
	padding: 10px;
}

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

* {
	box-sizing: border-box;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.match_top .match .liansaitime .liansai {
	overflow-wrap: break-word;
	color: #999999;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}

.match_top .match .liansaitime .liansai a {
	color: #999999;
}

.match_top .match .time {
	overflow-wrap: break-word;
	color: #999999;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
	line-height: 19px;
}

.match_top .match .rightside a {
	width: 60px;
	height: 28px;
	background: #999999;
	float: right;
	color: #FDC606;
	text-align: center;
	font-size: 12px;
	line-height: 26px
}

.match_top .match .match_qiudui {
	width: 100%;
	padding: 10px;
}

.match_top .match .match_qiudui a {
	display: block;
}

.match_top .match .match_qiudui .qiudui {
	display: flex;
	width: 100%;
	line-height: 28px;
	padding: 5px 0;
}

.match_top .match .match_qiudui .qiudui .name {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #2a333c;
	font-weight: bold;
}

.match_top .match .match_qiudui .qiudui img {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.match_top .match .match_qiudui .qiudui .bifen {
	font-weight: 600;
	color: #2a333c;
}

@media (max-width: 1200px) {
	.match_top .swiper-button-next {
		display: none;
	}

	.match_top .swiper-button-prev {
		display: none;
	}

	.container {
		max-width: 100%
	}
}

.top-zhibo-btn {
	background: #BBBBBB;
	border-radius: 5px;
	width: 70px;
	height: 30px;
	text-align: center;
}

.top-zhibo-btn:hover {
	background: #969696;
}

.top-zhibo-btn-doing {
	background: red;
}

.top-zhibo-btn-doing:hover {
	background: #3e8ac6;
}

.top-zhibo-btn span {
	font-size: 14px;
}