@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;/*moz火狐浏览器*/
	-webkit-box-sizing: border-box;/*(webkit内核浏览器)*/
	box-sizing: border-box;
}
/*公共样式开始*/
body{
	max-width: 720px;
	margin: 0 auto;
	background: #f3fcfb;
}
html body{
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "microsoft yahei","arial","arial black";
}
i{
	font-style: normal;
}
a,a:hover,a:active{
	text-decoration: none;
	color: #333333;
}
input,textarea,select{
	outline: none;
}
img{
	border: none;
	vertical-align: top;
}
li{
	list-style: none;
}
.navigation{
	width: 100%;
	text-align: center;
	margin-top: 16%;
}
.navigation span{
	font-size: 44px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #afc804;
	font-family: "arial black";
	text-shadow: 2px 1px 1px #000000;
}
.navigation #a7{
	color: #149eff;
}
.navigation #a9{
	color: #ff01d8;
}
.navigation #a456{
	color: #ff0143;
}
.line{
	width: 86%;
	height: 100%;
	margin: auto;
	margin-top: 30px;
	border: 1px solid #0a8ff5;
	border-radius: 12px;
	box-shadow: 1px 1px 8px 5px #c0eae7;
}
#line-1{
	width: 90%;
	height: 55px;
	margin: auto;
	margin: 7.5% auto;
	line-height: 53px;
	border: 1px solid #0a8ff5;
	border-radius: 26px;
}
#line-1 div{
	color: #0a8ff5;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 3px;
}
#line-1 #aa{
	width: 38px;
	height: 35px;
	margin-top: 9.5px;
	margin-left: 8px;
}
#line-1 #bb{
	width: 38px;
	height: 38px;
	float: right;
	margin-top: 9.5px;
	margin-right: 10px;
}
.remind{
	width: 100%;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 48%;
	font-size: 16px;
}
.remind #qw{
	color: red;
}
