.nav ul li:nth-child(3) div{
	font-size:14px;
	color:#cc3232;
}
.nav ul li:nth-child(3) span{
	font-size:12px;
	color:#cc3232;
	display: block;
}
.application-title{
	text-align: center;
	position: relative;
	font-size:14px;
	margin-top:20px;
	height:20px;
	line-height:20px;
}
.application-title a{
	color:#6c6c6c;
	display: block;
	margin-bottom: 10px;
}
.application-title a:before{
	content: "";
	position: absolute;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color:#cc3232;
	top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
	left:calc(50% - 115px);
}
.application-title a:after{
	content: "";
	position: absolute;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color:#cc3232;
	top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
	right:calc(50% - 115px);
}
.platform a:before{
	left:calc(50% - 80px);
}
.platform a:after{
	right:calc(50% - 80px);
}
.live-video{
	width:600px;
}
.live-video-title a:before{
	left:calc(50% - 70px);
}
.live-video-title a:after{
	right:calc(50% - 70px);
}

.live-football{
	width:600px;
	margin:0 auto;
	margin-top:40px;
	position: relative;
}
.live-block{
	width:calc(50%);
	display: inline-block;
	vertical-align: top;
}
.live-block img{
	width:100%;
}
.live-block:nth-child(2){
	float:right;
	width:calc(50% - 40px);
	margin-top:35px;
	position: absolute;
    /* vertical-align: bottom; */
    bottom: 0px;
    right: 0px;
}
.live-block:last-child{
	margin-top:10px;
}
.live-football-title a:before{
	left:calc(50% - 40px);
}
.live-football-title a:after{
	right:calc(50% - 40px);
}
.activity{
	width:600px;
	margin:0 auto;
	position: relative;
	margin-bottom: 25px;
}
.activity-img{
	width:50%;
	float:left;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 和 Chrome */
	-o-transition: all 0.3s ease; /* Opera */
}
.activity-img img{
	width:100%;
}
.activity-img:hover{
	box-shadow: 0 0 10px #737373;
}
.activity-content{
	position: absolute;
	left:calc(50% + 15px);
	top:calc(50% - 15px);
}
.activity-content h3{
	font-size: 16px;
	color:#000;
	margin-bottom: 5px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.activity-content figcaption{
	font-size:14px;
	color:#737373;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.activity-first{
	margin-top:40px;
}
@media only screen and (max-width: 660px){
	.live-video,.live-football{
		width:100%;
	}
	.live-block{
		width:53%;
	}
	.live-block:nth-child(2){
		width:calc(47% - 20px);
	}
	.live-football-title{
		margin-top:10px;
	}
	.live-football-title a{
		margin-bottom: 0px;
	}
	.activity{
		width:100%;
	}
}

.href-style {
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
}

.href-style a {
	color: #000;
	height: 20px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.href-style img {
	height: 16px;
	padding-left: 10px;
}




