/**
*	index style
*/
.message{
	padding:30px 0px;
	text-align:center;
}
.message .thanks{
	font-size:28px;
	line-height:2.0;
	/*color:#fa7a20;*/
    color:#004B97;
    font-family: '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	margin-bottom:5px;
}
.section{
	font-size:16px;
}
.section a{
	width: 90px;
	height: 60px;	
	color: #ffffff;
	background: #92B901;
	position: absolute;
	left:50%;
	top:420px;
	font-size: 14px;
	line-height:60px;
	font-weight:bold;
	padding: 0px 10px;
	-webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
	-webkit-border-radius: 5px;
	-o-transition-property: width,height,-o-transform,background,font-size,opacity;
	-o-transition-duration: 1s,1s,1s,1s,1s,1s;
	-moz-transition-property: width,height,-o-transform,background,font-size,opacity;
	-moz-transition-duration: 1s,1s,1s,1s,1s,1s;
	transition-property: width,height,transform,background,font-size,opacity;
	transition-duration: 1s,1s,1s,1s,1s,1s;
	border-radius: 5px;
	opacity: 0.7;
}
.section a:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 1;	
	font-size: 18px;
	background:#fa7a20;
}
.section a.section-1{
	margin-left:-130px;
	background: #92B901;
}
.section a.section-2{
	margin-left:30px;
	background: #1ec7e6;
}
.section a.section-1:hover,
.section a.section-2:hover{
	background:#fa7a20;
}
