.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mTop02{
	margin-top: 0.2rem;
}
.js {
	display: flex;
}
.jb {
	display: flex;
	justify-content: space-between;
}
.jc {
	display: flex;
	justify-content: center;
}
.rGenerate{
	width: 90%;
	margin: 0.22rem auto 0;
	padding: 0 0 0.36rem;
	background: #FFFFFF;
	box-shadow: 0 0 4px 0 #E3E3E5;
	border-radius: 4px;
	text-align: center;
}
.rGenerate p{
	padding: 0.62rem 0 0.48rem;
	font-size: 0.24rem;
	color: #37383A;
}
.rGenerate img{
	max-width: 52%;
}
