.downloadpage {
	width: 100%;
	margin: 0 auto;
	font-family: "microsoft yahei";
}

.downloadpage img {
	max-width: 100%;
}

.downloadpage .bgchange:hover {
	background-color: #EEEEEE;
}

.downloadpage .title {
	background: url("../img/clouds.png") #326696;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	text-align: center;
	padding: 120px 0 180px 0;
	cursor: default;
}

.downloadpage .title h1 {
	font-size: 400%;
	border: 0;
	padding: 20px;
	display: inline-block;
}

.downloadpage .title .downloadpage-a {
	display: inline-block;
	font-size: 18px;
	width: 128px;
	height: 48px;
	line-height: 48px;
	background-color: #f37b1d;
	color: white;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	opacity: 0.9;
}

.downloadpage .title .downloadpage-a:hover {
	text-decoration: none;
	opacity: 1.0;
}

.downloadpage .title .downloadpage-a-old {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 5px;
}

.downloadpage .update-history {
	padding: 10px;
	overflow: hidden;
}

.downloadpage .update-history .content {
	font-size: 14px;
	color: #333333;
}

.downloadpage .update-history .content h1 {
	font-size: 14px;
	display: block;
	padding: 6px;
	background-color: lightgray;
	border-bottom-right-radius: 15px;
}

.downloadpage .update-history .content .content2 {
	padding: 4px 6px;
	border-left: solid 4px lightgray;
}

.duoshuo {
	padding: 10px;
}

.downloadpage .title .num {
	color: #DDDDDD;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}

.downloadpage .title .num span {
	color: white;
	font-family: georgia;
	font-size: 26px;
}

h1 {
	margin: 0;
}

.versiondescription a {
	color: #09f;
}

.versiondescription a:hover {
	text-decoration: underline;
}