html,
body {
	width: 100%;
	height: auto;
	background: url(../image/mobilebg.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-position: center center;

	min-height: 100%;
	overflow-x: hidden;
}


/*rem在不同浏览器下的结果*/
html,
body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

.main {
	width: 80%;
	margin: 20px auto;
}

.main .logo {
	width: 100%;
	margin-top: 5rem;
	text-align: center;
}

.main .logo img {
	width: 60%;
	height: 60%;
}

.main .logo img {
	height: 100%;
}

.main .title {
	width: 80%;
	text-align: center;
	margin: 7rem auto 4rem auto;

}

.main .title img {
	width: 100%;
	height: 100%;
}

.main .info {
	width: 100%;
	margin: 18rem auto 0 auto;
	background: #fff;
	min-height: 5rem;
	height: auto;
	padding: 1.5rem;
	/* text-indent: 2rem; */
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.5rem!important;
}

.info span {
	color: #355e62;
	text-indent: 2rem;
	line-height: 2.5rem;
	font-size: 1.4rem!important;
	margin-top: 1rem;
}

.main .hero-list {
	width: 100%;
	margin: 3rem auto 0 auto;
	text-align: center;
	height: 68rem;
	overflow: hidden;
}
.hero-title{
	width: 100%;
	margin-bottom: 1rem;
}
.main .hero-flower {
	width: 100%;
	text-align: center;
	margin-top: -5rem;
}

.hero-flower .flower {
	width: 65%;
	text-align: center;
	margin: 0 auto;
}

.flower img {
	width: 100%;
	height: 100%;
}

.hero-flower .num {
	margin-top: 2rem;
}

.hero-flower .num p,
.hero-flower .num span {
	font-size: 1.2rem;
	color: #355e62;
}

.hero-flower .num span {
	font-size: 4rem;
	font-weight: 600;
}

.main .footer {
	width: 90%;
	display: flex;
	margin: 6rem auto;
	font-size: 1.4rem;
	color: #355E62;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer .footer-detail {
	width: 100%;
	text-align: center;
}

.footer-detail div {
	margin-bottom: 10px;
}

.footer .ercode {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

.footer .footer-detail span {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.name-bg {
	background: url(../image/name.png)no-repeat;
	background-size: 80% 60%;
	background-position: center center;
	width: 100%;
	text-align: center;
	height: 4.5rem;
	line-height: 4.5rem;
	color: #fff;
	font-size: 1.5rem;
}
