.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.topl{
	display: flex;
	align-items: center;
}
.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: 80px 50px;
	background: #16baaa;
}
.logo{
	text-align: center;
	color: #fff;
}
.logo h1{
	padding-top: 20px;
	font-size: 32px;
}
.boxL h3{
	color: #fff;
	padding: 50px 0 20px;
}
.boxL p{
	color: #fff;
}
.boxR{
	width: 320px;
	padding: 80px 50px;
}
.boxR h2{
	padding-bottom: 20px;
}
.vcode img{
	width: 100%;
}
.footBg{
	padding-top: 100px;
	text-align: center;
	color: #999;
}