.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.topl{
	display: flex;
	align-items: center;
}
.topl img{
	display: block;
	height: 48px;
	margin-right: 12px;
}
.top .layui-nav{
	background: none;
	padding: 0;
}
.top .layui-nav a{
	color: #333;
}
.top .layui-nav a:hover, .top .layui-nav .layui-this a{
	color: #16baaa;
	font-weight: 600;
}
.boxBg{
	padding-top: 100px;
	display: flex;
	justify-content: center;
}
.box{
	display: flex;
	box-shadow: 0px 10px 20px #aaa;
}
.boxL{
	width: 320px;
	padding: 72px 48px 0;
	background: #16baaa;
	text-align: center;
	color: #fff;
}
.boxL img{
	height: 128px;
	width: auto;
}
.boxL h1{
	padding-top: 20px;
	font-size: 32px;
}
.boxR{
	width: 320px;
	padding: 64px 48px;
}
.boxR h2{
	padding-bottom: 20px;
}
#vcode img{
	width: 100%;
}
.footBg{
	padding-top: 100px;
	text-align: center;
	color: #999;
}