﻿.banner {
	width: 100%;
	height: 180px;
	margin-top: 5px;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-pagination-bullet {
	background: #f6f6f6 !important;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF !important;
}

.tips {
	width: 70%;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info {
	height: 30px;
	display: block;
	overflow: hidden;
	padding: 6px 10px;
	border-bottom: 1px solid #F2F2F2;
}

.info a {
	width: 70%;
	color: #383838;
}

.infoList,
.infoMore {
	float: left;
}

.infoList {
	width: 80%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infoList ul li p {
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infoList ul li a {
	width: 95%;
	height: 30px;
	overflow: hidden;
}


.infoMore {
	width: 19%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	border-left: 1px solid #F2F2F2;
}


.tab {
	height: auto;
	padding: 8px 10px;
}

.nowTab {
	color: #FFFFFF;
	background: #2666FF;
	border: 1px solid #2666FF !important;
}

.tab ul {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.tab ul li {
	padding: 1% 4%;
	float: left;
	text-align: center;
	border-radius: 20px;
	margin-left: 10.8%;
	border: 1px solid #D5D5D5;
}

.tab ul li:first-of-type {
	margin-left: 0%;
}

.catalog {
	width: 100%;
	height: auto;
	position: relative;
}

.date {
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background: #A9A9A9;
}

.date span {
	margin-left: 2%;
}

.today {
	background: #369CFE;
}

.match a:link,
.match a:visited,
.match a:hover,
.match a:active {
	color: #383838;
}

.list {
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
}

.list>div {
	height: 80px;
	float: left;
}

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

.teamOne,
.teamTwo,
.score {
	width: 25%;
	text-align: center;
}

.score p {
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.score p:first-of-type {
	margin-top: 15px;
}

.score p:nth-of-type(2) {
	font-size: 13px;
	font-weight: bold;
}

.imgzhibo {
	width: 10%;
	text-align: center;
}

.timer,
.imgzhibo {
	line-height: 80px;
}

.list {
	overflow: hidden;
}

.teamOne,
.teamTwo {
	text-align: center;
}

.teamOne p,
.teamTwo p {
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px !important;
}

.teamOne img,
.teamTwo img {
	width: 25px;
	height: 25px;
	margin-top: 16px;
}

.imgzhibo img {
	width: 20px;
	height: auto;
}

#toToday {
	display: none;
	position: fixed;
	left: 42%;
	bottom: 22%;
}

#toToday a {
	color: #FFFFFF;
}

#toToday button {
	width: 70px;
	height: 24px;
	color: #FFFFFF;
	background: #2666FF;
	border-radius: 20px;
}

.mengban{
	width: 100%;
	height: 38px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
}

.bofangBtn {
	width: 30px;
	height: auto;
	position: absolute;
	top: 44%;
	left: 45%;
}

/*主播*/

.bigBox {
	overflow: hidden;
}

.anchorBox {
	width: 45%;
	height: auto;
	float: left;
	margin-left: 3.4%;
	margin-bottom: 6px;
}

.anchorBox>p {
	color: #383838;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.anchorBox>div {
	position: relative;
}

.anchorBox>div>p {
	color: #FFFFFF;
	padding: 0 4%;
	position: absolute;
	top: 5%;
	left: 3%;
	border-radius: 20px;
	background: -webkit-linear-gradient(left, #2664FF, #41C4FE);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #2664FF, #41C4FE);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #2664FF, #41C4FE);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #2664FF, #41C4FE);
	/* 标准的语法 */
}

.anchorBox img {
	width: 100%;
	height: 95px;
}

.theEnd {
	width: 100%;
	height: auto;
	color: #828282;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 2% 0;
}


/*提示框*/

#tabHeader {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	display: none;
	position: fixed;
	top: 0px;
}

#tabHeader span{
	margin-left: 2%;
}

/*暂无比赛*/

.noMatch {
	width: 100%;
	height: auto;
	padding: 3% 0;
	text-align: center;
}

.noMatch img {
	width: 130px;
	height: auto;
}

.noMatch p {
	color: #6f6f6f;
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
	.tab ul li {
		margin-left: 3.8% !important;
	}
}

@media only screen and (min-width: 340px) and (max-width: 360px) {
	.tab ul li {
		margin-left: 5.4% !important;
	}
}

@media only screen and (min-width: 400px) and (max-width: 414px) {
	.tab ul li {
		margin-left: 6.9% !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	.infoMore {
		text-align: center;
	}
	.tab ul li {
		margin-left: 10% !important;
	}
	.tab {
		padding: 12px 10px;
	}
	.bofangBtn {
		position: absolute;
		left: 48%;
	}
}

@media only screen and (min-width:1000px) and (max-width: 1024px) {
	.infoMore {
		text-align: center;
	}
	.tab ul li {
		margin-left: 11% !important;
	}
	.tab {
		padding: 12px 10px;
	}
	.bofangBtn {
		position: absolute;
		left: 48%;
	}
}