.checkBox{
	width: 100%;
	margin-top: 1rem;

}
.checkBox input{
	width: 100%;
	height:0.8rem;
	font-size: 0.28rem;
	border: 2px solid #fcdc87;
	padding: 0.05rem 0.1rem;
	text-align: center;
	background: transparent;
	color: #fff;
	outline: none;
	
}
.checkBox img{
	display: block;
	margin:0.28rem 0;
}
.checkBox span{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.6
}
