body{
	background:url(../images/download/download-bg.jpg) top center no-repeat #e0f8f7;
}

/*header*/
header,section,footer{
	width:100%;
	float:left;
	color:#222;
	font-size:18px;
}
img{
	max-width:100%;
	height:auto;
}
.container{
	width:60%;
	margin:0 auto;
	position:relative;
}
header > div{
	padding:60px 0 30px;
}
header > div > div{
	font-size:36px;
	color:#09767f;
	width:100%;
	float:left;
	text-align:center;
	padding-bottom:20px;
}
header > div > div select{
	border:1px solid #222;
	font-size:20px;
	padding:4px;
	margin:0 5px;
}
header > div > div a{
	display:inline-block;
	padding:5px 20px;
	font-size:20px;
	color:#fff;
	background:#09767f;
	margin:0 5px;
}
header > div > div a:hover{
	opacity:.8;
	color:#fff;
}
section > .text{
	background: rgba(164,236,243,.5);
	text-align:center;
	color:#444;
	font-size:22px;
	padding:20px 0;
	width:100%;
	margin:0 auto 30px;
	border-top:1px dotted #6dcad3;
	border-bottom:1px dotted #6dcad3;
}
section > .text span{
	display:block;
/*	color:#078b4b;*/
	color:#721f6d;
	font-weight:bold;
}




.main ul span{
	color:#078b4b;
}
.main h2{
	width:100%;
	float:left;
	padding:15px 0;
	font-size:22px;
	color:#078b4b;
	
}
.main ul{
	width:98%;
	float:left;
	list-style:disc;
	margin-left:2%;
	padding-bottom:20px;
	line-height:26px;
}
.main ul a,
footer a{
	color:#d31f1f;
	text-decoration:underline;
}
.main ul a:hover,
footer a:hover{
	opacity:.8;
}
.main ul li{
	padding:3px 0;
	width:100%;
	float:left;
}
.main ul > li{
	padding:10px 0;
}
/*.main ul > li:last-child{
	text-decoration:underline;
}*/
.main ul li ol{
	width:98%;
	float:left;
	list-style: square;
	margin-left:2%;
	padding:10px 0 15px;
}
footer{
	font-size:16px;
	color:#777777;
	border-top:1px dotted #dbdbdb;
	padding:30px 0;
	margin-top:20px;
}
