.af-download-bar {
	padding: 50px 0 70px 0;
	text-align: center;
}
.af-download-bar > h1 {
	font-weight: normal;
	color: #333;
	font-size: 30px;
	margin: 0 0 38px 0;
}
.af-download-bar-count > span {
	background: url("/images/index_icon.png") no-repeat;
	height: 74px;
	width: 70px;
	display: inline-block;
	line-height: 68px;
	font-size: 36px;
	color: #666;
	margin: 10px 5px 40px 5px;
	background-position: -12px -337px;
	font-weight: bold;
}
.af-download-bar-count > strong {
	font-size: 32px;
	position: relative;
	top: 1px;
	color: #666;
}
.af-download-bar-btn {
	width: 265px;
	height: 60px;
	line-height: 52px;
	color: white;
	font-size: 16px;
	text-indent: 27px;
	font-weight: normal;
	text-shadow: none;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	background: url("/images/index_icon.png") no-repeat;
}
.af-download-bar-btn.for-windows {
	background-position: -13px -433px;
}
.af-download-bar-btn.for-mac {
	background-position: -13px -513px;
}
.af-download-bar-btn > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.af-download-bar-btn .btn-title {
	position: relative;
	height: 100%;
	color: #fff;
	font-size: 17px;
	padding-left: 38px;
	text-align: left;
	line-height: 60px;
}