html,body {	width: 100%;
	height: 100vh;
	font-size: 12px;
}

body {
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#app{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.bgbox{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('../img/bg/indexbg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#foot{
	margin-bottom: 3.5rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	align-items: center;
	align-content: space-around;
}
.footfirst{
	/* margin-bottom: 1.5rem; */
}
.boxtitle{
	text-align: center;
	font-size: 3.3rem;
	line-height: 3.4rem;
	margin: 3.8rem auto 3.5rem;
	font-family: FZXiaoBiaoSong-B05S;
	font-weight: 400;
	color: #FFFFFF;
}.inbox {    flex: 1;    display: flex;    width: 75%;    margin: 0 auto;    justify-content: space-around;    align-content: space-around;    flex-wrap: wrap;    flex-basis: auto;}
.boxin{
	cursor: pointer;
	padding: 1.2rem;
	/* margin:  1rem   auto 1rem 1.5rem; */
	width: 26%;
	height: 10rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	color: #FFFFFF;
	font-size: 1.6rem;
}
.boxin:hover .boximg{
	width: 4.8rem;
	height: 4.8rem;
}
.box1{
	background-image: url('../img/bg/1.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box2{	background-image: url('../img/bg/3.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box3{
	background-image: url('../img/bg/2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box4{
	background-image: url('../img/bg/4.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box5{
	background-image: url('../img/bg/5.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box6{
	background-image: url('../img/bg/6.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.boximg{
	width: 4.6rem;
	height: 4.6rem;
	margin-bottom: 0.3rem;
	background-size: 100%;
}

.img1{
	background-image: url('../img/1.png');
}
.img2{	background-image: url('../img/3.png');
}
.img3{
	background-image: url('../img/2.png');
}
.img4{
	background-image: url('../img/4.png');
}
.img5{
	background-image: url('../img/5.png');
}
.img6{
	background-image: url('../img/6.png');
}