@charset "gb2312";
.page-s {
	margin-bottom: 60px;
	color: #000;
}
a {
	color: #366293;
	text-decoration: none;
}
a:hover {
	color: #152d53;
}
/* 头部 */
.cont-h {
	height:50px;
}
/*主体*/
.cont-m {
	padding-top:30px;
	padding-bottom:30px;
}
.f-box {
	padding: 50px;
	font-size: 16px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.f-box dt {
	margin: 0 -50px 30px;
	padding-bottom:20px;
	text-align:center;
	font-size:20px;
	border-bottom: 1px solid #DADADA;
}
.f-box .xmt {
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:10px;
	font-weight:bold;
	color:#900;
	border-bottom:#CCC dashed 1px;
}
.f-box p {
	color:#900;
}
.f-box .ko {
	cursor: pointer;
}
.f-box label, .f-box span {
	display: block;
}
.f-box span {
	margin-bottom:20px;
	font-size:12px;
	line-height:12px;
	background-color:#FFF;
}
.f-box img {
	padding:5px;
	background:#bbe6ff;
}
.f-box input, .f-box input[type="text"], .f-box input[type="password"], .f-box input[type="email"], .f-box textarea, .f-box select {
	width: 80%;
	height: 40px;
	margin:10px 0;
	padding: 5px;
	line-height:25px;
	outline: 0 none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.f-box select {
	width: 80%;
	height: 35px;
	line-height:15px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.f-box textarea {
	width: 80%;
	height:100px;
	padding: 0px 5px;
}
.f-box input[type="checkbox"]{
	width:auto;
	height:auto;
	margin-right:0.3em;
}
.f-box .button {
	width:auto;
	height:auto;
	margin: 0 10px;
	padding: 10px 25px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
}
.f-box .button:hover {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}
/*底部*/
.cont-f {
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	border-top:#000f3a 1px solid;
}
/*维护*/
.WHBox {
	width:500px;
	margin:100px auto;
	padding:20px;
	list-style:none;
	font-size:16px;
	color:#333;
	border:#999 solid 1px;
}
.WHBox dt {
	height:30px;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:#900;
	text-align:center;
	line-height:30px;
	border-bottom:#CCC solid 1px;
}
.WHBox dd {
	margin:0;
	margin-top:10px;
	padding:0;
	text-align:left;
	text-indent:2em;
	line-height:2em;
}