body{
	background:#7c7c7c;
}
header{
	height:160px;
	width:100%;
	padding:20px 4%;
	color:#fff;
	background:#f45d36;
}
header #logo {
	max-height: 110px;
	float:left;
}
header #login{
	float: right;
	width:400px;
	text-align:right;
}
header #login img{
	width:100px;
	height:100px;
	border-radius:25px;
	margin-right:15px;
}
.container{
	width:1200px;
	margin:auto;
}
.appname{
	padding-left:50px;
	color:#fafafa;
	font-style: italic;
}
section {
	width: 100%;
	height:500px;
	padding:30px;
	background:#f5f5f5 url(/images_pub/dlbg2.jpg);
	backgrouond:cover;
}
.clr {
	width: 1;
	height: 1;
	clear: both;
}
ul, li {
	list-style: none;
	padding:0;
	margin:0;
}
ul{
	display:flex;
	height:470px;
}
li{
	width:50%;
}
ul li:first-child{
	text-align:right;
}
ul li:first-child a{
	color:#666;
}
ul li:first-child a:hover{
	color:#ff0000;
}
ul li:last-child{
	text-align:left;
	opacity: 0.8;
}
ul li ul{
	width:360px;
	height:50px;
	line-height:50px;
	background:#fff;
	margin:0 0 0 150px;
	border-bottom:1px solid #e7e7e7;
}
.lmanname{
	padding:0 0 5px;
	margin:0;
}
#luckyphoto{
	max-height:360px;
	margin:10px 0;
}
.strong{
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.strong:hover{
	color:#ff0000;
}
ul li ul li:first-child, ul li ul li:nth-child(2){
	text-align:center;
}
.pannal{
	position:absolute;
	width:360px;
	height:360px;
	background:#fff;
	padding:15px;
	margin-left:150px;
}
#qkpannal{
	padding-top:60px;
	text-align:center;
}
#qkpannal img{
	width:32px;
	height:32px;
	margin:0 15px;
}
#qkpannal img:hover{
	transform: scale(1.4)
}
#qkpannal #wx_login_qrcode{
	position:absolute;
	display:none;
	width:320px;
	height:250px;
	top:105px;
	left:20px;
	background:#fff;
}
#qkpannal p{
	text-align:left;
	font-size:14px;
	padding:0 15px;
}
#qkpannal p:nth-child(5){
	margin-top:80px;
}
#namepannal{
	display:none;
}
input {
	width: 100%;
	height: 36px;
	margin: 7px auto;
	border: 1px solid #c0c0c0;
	padding-left: 28px;
}
input[type=radio] {
	width: 24px;
	height: 24px;
	opacity: 0;
}
.radio {
	position: relative;
	width: 24px;
	height: 24px;
	left: -24px;
	top: 10px;
	border: 1px solid #c0c0c0;
}
.radio2 {
	position: relative;
	left: -20px;
	color:#9d9d9d;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
input:checked+label {
	background-color: #fe6d32;
	border: 1px solid #fe6d32;
}
input:checked+label::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 15px;
	left: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}
#userName {
	font-size:14px;
	background: #f5f5f5 url(/images_pub/user.png) left center no-repeat;
}
#userMail {
	font-size:14px;
	background: #f5f5f5 url(/images_pub/email.png) left center no-repeat;
}
#userPass {
	font-size:14px;
	background: #f5f5f5 url(/images_pub/pwd.png) left center no-repeat;
}
#childName {
	margin:15px auto;
	font-size:14px;
	background: url(/images_pub/stu.png) left center no-repeat;
}
input[type=button] {
	color:#fff;
	background: #fac12e;
	border: 0;
}
input[type=button]:hover {
	background: #ff8000;
}
#slide-wrapper {
	width: 100%;
	height: 36px;
	position: relative;
	margin: 12px auto 15px;
}
#slider {
	padding-right: 60px;
	height:36px;
	line-height: 36px;
	position: relative;
	background-color: #FDEB9C;
	font-size:14px;
	text-align: center;
}
#slider.success {
	background-color: #E5EE9F;
}
#slider #label{
	width: 60px;
	height: 36px;
	position: absolute;
	font-size:18px;
	left: 0;
	top: 0;
	background: #E67E22;
	z-index: 999;
	color: #000;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: default;
}
#slider #label2{
	width: 60px;
	height: 100%;
	position: absolute;
	font-size:18px;
	right: 0;
	top: 0;
	background: #eea766;
	z-index: 998;
	color: #fff;
}
#slider #labelTip {
	color:#9d9d9d;
	z-index: 9;
}
#namepannal p{
	display:block;
	color:#9d9d9d;
	text-align:center;
	padding:0 16px 0 0;
	margin:0;
}
a {
	text-decoration: none;
	color: #9d9d9d;
}
a:hover {
	color: #ff0000;
}
.beforefoot{
	width:100%;
	height:32px;
	background:#f5f5f5;
}
footer {
	width: 100%;
	font-size:12px;
	color:#fff;
	padding: 32px 0;
}
footer p {
	text-align: center;
	margin:0;
	padding-bottom:10px;
}
footer a{
	color:#fff
}
footer a:hover{
	color:#ff0000
}
footer p:nth-child(5) img{
	width:60px;
	height:60px;
}
input[type=submit]:hover{
	background:orange;
}