.main{
	margin-top: 1.59rem;
}
.main aside{
	position: fixed;
	top: 3.3rem;
	right: 0.1rem;
}
.main aside span{
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	font-size: 0.18rem;
	font-family: "微软雅黑";
	color: #666;
	margin: 0.02rem 0;
}
.main aside span.active{
	background: #008cd9;
	border-radius: 50%;
	color: #fffcfc;
}

.main .sports strong{
	display: block;
	padding-left: 0.2rem;
	width: 6.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
	color: #008cd9;
	background: #f0f0f6;
	font-family: arial;
}
.main .sports > div{
	padding: 0 0.2rem;
	background: #fff;
	text-indent: 0.83rem;
	height: 0.94rem;
	line-height: 0.94rem;
	font-size: 0.24rem;
	font-family: "微软雅黑";
	color: #333;
	border-bottom: 0.02rem solid #e9e9e9;
}
.main .sports > div a{
	display: block;
}
.main .sports > div:last-of-type{
	border: 0;
}
.main .sports > div span{
	display: inline-block;
	height: 0.94rem;
	width: 0.12rem;
	padding-right: 0.5rem;
	background: url(../../images/mobile/go.png) no-repeat left center;
	background-size: 20%;
	float: right;
}