﻿a {
	color: #459ADD;
}
a:hover {
	color: #459ADD;
}
.zq-zhibo-content {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.zq-zhibo-content .zq-zhibo {
	width: 70%;
	height:fit-content;
}
.zq-zhibo .zq-zhibo-list {
	background: #FFFFFF;
	border-radius: 10px;
	padding-bottom: 70px;
}
.zq-zhibo .zq-zhibo-list .zhibo-fenlei {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.zq-zhibo .zq-zhibo-list .zhibo-fenlei .content-title {
	padding-left: 10px;
}
.zq-zhibo .zq-zhibo-list .zhibo-fenlei a {
	margin-right: 20px;
}
.zq-zhibo .zq-zhibo-list .zhibo-fenlei a img {
	vertical-align: middle;
}
.zq-zhibo .zq-zhibo-tuijian {
	display: flex;
	background: #fff;
	border-radius: 10px;
	margin-top: 27px;
	padding: 20px 15px;
}
.zq-zhibo .zq-zhibo-tuijian img {
	width: 110px;
	height: 110px;
	border: solid 1px #459ADD;
	border-radius: 5px;
	padding: 5px;
}
.zq-zhibo .zq-zhibo-tuijian .tuijian-ms {
	margin-left: 20px;
	margin-top: 10px;
}
.zq-zhibo .zq-zhibo-tuijian .tuijian-ms a {
	font-size: 18px;
	color: #459ADD;
	font-weight: 700;
}
.zq-zhibo .zq-zhibo-tuijian .tuijian-ms p a {
	color: #FF1336;
	font-size: 14px;
}
.content-container .zq-lx-and-team {
	width: 28%;
	background: rgba(0, 0, 0, 0);
	border-radius: 10px;
	height:fit-content;
}
.content-title {
	background-image: url("../images/img_title.png");
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 45px;
	min-width: 162px;
	font-size: 20px;
	color: #FFFFFF;
}
.content-title > img {
	width: 26px;
	vertical-align: sub;
}
.content-title > span {
	line-height: 2;
}
.zq-zhibo-item {
	padding: 15px 10px;
	background: #E1EAFE;
	border-top: solid 2px #459ADD;
	position: relative;
	overflow: hidden;
	height:25px;
}
.zq-zhibo-item div {
	width: 95%;
	display: inline-block;
}
.zq-zhibo-item .zq-zhibo-open {
	width: 90%;
}
.open-close {
	height: auto!important;
	overflow: unset!important;
}
.open-close .zq-zhibo-open {
	background: url(../images/up.png) !important;
}
.zq-zhibo-item .zq-zhibo-open {
	background: url(../images/down.png);
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 5px;
}
.zq-zhibo-item ul {
	display: inline;
}
.zq-zhibo-item ul li {
	display: inline-block;
	padding: 5px 10px;
}
.zq-zhibo-item ul li a {
	color: #333333;
}
.erji-active {
	padding: 5px;
	background: #459ADD;
	color: #fff!important;
	border-radius: 5px;
}
.erji-active a {
	color: #FFFFFF!important;
}
.zq-zhibo-item span {
	padding: 5px;
	background: #459ADD;
	color: #fff;
	border-radius: 5px;
}
.content-zbList .zhibo-date {
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: unset;
	font-size: 16px;
	color: #459ADD
}
.content-zbList .zhibo-date span {
	font-size: 16px;
}
.content-zbList .zbList-info .zbList-info-evy {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-zbList .qiu-pic {
	width: 18px;
	height:18px;
	margin-left:10px;
	margin-right: 10px;
}
.content-zbList .zhibo_saishi {
	width: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}


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

}
.content-zbList .zhibo-time {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.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;
	padding: 2px 8px;
	border-radius: 5px;
	width: 114px;
	height: 30px;
	margin-left: 30px;
	color: #FFFFFF;
	line-height: 2;
}
.content-zbList .zhibo-btn:hover {
	background: #969696;
}
.content-zbList .zhibo-btn-doing {
	background: #459ADD;
}
.content-zbList .zhibo-btn-doing:hover {
	background: #3e8ac6;
}
.content-zbList .zhibo-btn img {
	width: 16px!important;
	height: 16px!important;
	vertical-align:middle;
	margin-right: 5px;
}
.content-zbList .zhibo-btn span {
	font-size: 14px;
	vertical-align: middle;
}
.content-zbList li {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}
.zhibo_ist_re {
	border: 1px solid #dfebf9;
	border-left: none;
	border-right: none;
	background: linear-gradient(to right, #f9fbfe, #cde4fb, #f4f9fe)!important;
}
.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 {
	background: url("../images/south.png") no-repeat;
	background-position-y:center;
	background-position-x: 66%;
	color: #999999;
	padding: 15px 0;
	border: solid 1px #eee;
	width: 360px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}
.content-zbList .zhibo-team {
	display: flex;
	align-items: center;
}
.content-zbList .zhibo-team p {
	width: 90px;
	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;
}
.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;
	font-size: 12px;
	font-weight: unset;
}
.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: 18px;
}
.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-list ul li {
	color: #666666;
}
.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;
}
.zq-lx-list {
	padding: 10px 0;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
}
.zq-lx-list .zq-lx-score {
	font-size: 13px;
	color: #999999;
	margin-bottom: 10px;
}
.zq-lx-and-team .zq-lx {
	background: #FFFFFF;
	border-radius: 10px;
}
.zq-lx-and-team .zq-lx .zq-lx-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #459ADD;
	margin-left: 10px;
}
.zq-lx-and-team .zq-lx .zq-lx-bt a {
	color: #999999;
	font-size: 12px;
	margin-right: 20px;
}
.zq-lx-and-team .zq-lx .zq-lx-bt .zq-lx-header {
	margin-left:0!important;
}
.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;
}
.zq-lx-matchInfo {
	padding: 10px 15px;
	border-bottom: solid 1px #eee;
}
.zq-lx-matchInfo:nth-last-child(1) {
border: none;
}
.zq-lx-teamInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zq-lx-and-team .zq-lx-teamInfo img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
}
.zq-lx-teamInfo ul {
	width: 40%;
}
.zq-lx-teamInfo ul li {
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zq-lx-teamInfo p {
	color: #FF1336;
	font-size: 20px;
	font-weight: 700;
	width: 35%;
}
.zq-lx-teamInfo a {
	border: solid 1px #FFFFFF;
	padding: 5px;
	border-radius: 5px;
}
.zq-lx-teamInfo a:hover {
	color: #fff;
	background: #459ADD;
}
.remen-team {
	border-radius: 10px;
	background: #FFFFFF;
}
.remen-team-title {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	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 {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 20px;
	display: flex;
}
.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;
}
