﻿.tab {
	height: auto;
	padding: 8px 10px;
}

.nowTab {
	color: #FFFFFF;
	background: #2666FF;
	border: 1px solid #2666FF;
}

.tab ul {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
}

.tab ul li {
	padding: 1% 4%;
	float: left;
	text-align: center;
	border-radius: 20px;
	margin-left: 7.6%;
	border: 1px solid #D5D5D5;
}

.tab ul li:first-of-type {
	margin-left: 0%;
}


/*列表*/

.videotape {
	width: 100%;
	height: auto;
}

.videotape a {
	color: #383838;
}

.videotape a:active {
	color: #383838;
}

.list {
	overflow: hidden;
	border-bottom: 1px solid #F2F2F2;
}

.list>div {
	width: 33%;
	height: 80px;
	float: left;
	text-align: center;
}

.list>div img {
	width: 25px;
	height: 25px;
}

.score {
	line-height: 22px;
}

.score p:first-of-type {
	font-size: 12px;
	margin-top: 8px;
}

.score p:last-of-type {
	font-size: 12px;
}

.score p:nth-of-type(2) {
	font-size: 13px;
	font-weight: bold;
}

.teamOne p,
.teamTwo p {
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teamOne img,
.teamTwo img {
	margin-top: 16px;
}
.noMatch {
	width: 100%;
	height: auto;
	padding: 4% 0;
	text-align: center;
}

.noMatch img {
	width: 130px;
	height: auto;
}

.noMatch p {
	color: #6FD1FF;
}

/*翻页*/

.pages {
	width: 100% !important;
	height: auto;
	padding: 6% 0 4% 0;
	text-align: center;
	font-size: 0px;
	margin-left: 0px !important;
}

.prev {
	height: 35px;
	background: #F2F2F2;
}

.next {
	height: 35px;
	color: #FFFFFF;
	background: #276BFF;
}


/*三角形*/

#triangle-up {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #F2F2F2;
	margin-left: 45.5%;
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
	.tab ul li {
		margin-left: 4.8%;
	}
	#triangle-up {
		margin-left: 62.5%;
	}
}

@media only screen and (min-width: 340px) and (max-width: 360px) {
	.tab ul li {
		margin-left: 6.9%;
	}
	#triangle-up {
		margin-left: 45.5%;
	}
}

@media only screen and (min-width: 400px) and (max-width: 414px) {
	.tab ul li {
		margin-left: 9%;
	}
	#triangle-up {
		margin-left: 45.5%;
	}
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
	.tab ul li {
		margin-left: 15.5%;
	}
	#triangle-up {
		margin-left: 55.8%;
	}
}

@media only screen and (min-width:1000px) and (max-width: 1024px) {
	.tab ul li {
		margin-left: 14.7%;
	}
	#triangle-up {
		margin-left: 56.5%;
	}
}


.pages a {
    height: 35px;
    color: #FFFFFF;
    background: #276BFF; display:inline-block; width:50%;  line-height:35px; font-size:15px;
}
.pages a u{ display:none;}