.smallnav ul{
	justify-content: space-around !important;
}
.smallnav ul li a{
	font-size: 1.2rem !important;
}
.main{
	text-align: center;
	box-sizing: border-box;
	padding: 0.5rem;
	position: relative;
	overflow: auto;
}
.main h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #0882c4;
	margin: 1rem 0;
}
.main form{
	width: 18.18rem;
	margin: 0 auto;
}
.main form div{
	height:2.72rem;
	border: 1px solid #eee;
	border-radius:0.2rem ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:1rem 0;
}
.main form div span{
	display: block;
	width: 6rem;
	height: 100%;
	font-size: 1rem;
	color: #a7a7a7;
	line-height:2.72rem;
	text-align: center;
}
.main form div span img{
	width: 100%;
	height: 100%;
	display: block;
}
.main form div input{
	height: 100%;
	width: 100%;
	font-size: 1.2rem
}
.main form p{
	color: #0882c4;
	text-align: left;
}
.main form p a{
	font-size: 1.2rem;
	color: #0882c4;
	margin: 0 0.5rem;
}
.main form .sub{
	width:18.18rem;
	height:2.72rem;
	text-align: center;
	line-height: 2.72rem;
	font-size: 1rem;
	color: #fff;
	background: #0882c4;
	margin: 1rem 0;
	border-radius:0.2rem ;
}
