.nav ul li:nth-child(2) div{
	font-size:14px;
	color:#cc3232;
}
.nav ul li:nth-child(2) span{
	font-size:12px;
	color:#cc3232;
	display: block;
}
.css{
    color:red;
}
.application-title{
	text-align: center;
	position: relative;
	font-size:14px;
	margin-top:20px;
	line-height: 20px;
}
.application-title a{
	color:#6c6c6c;
	display: block;
	margin-bottom: 10px;
	height:20px;
	line-height:20px;
}
.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% - 40px);
}
.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% - 40px);
}
.platform a:before{
	left:calc(50% - 60px);
}
.platform a:after{
	right:calc(50% - 60px);
}
.application-title a+p{
	color:#a9a9a9;
}

.football .application-show{
	width:600px;
}
.application-position{
	position: relative;
	height:20px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 660px){
.football .application-show {
    width: 100%;
}
}