/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	padding: 9.2rem .2rem .5rem .2rem;
	background: #a61918 url(../images/wrap-index.png) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper .bigbox:nth-of-type(1), .wrapper .bigbox:nth-of-type(2), .wrapper .bigbox:nth-of-type(3) {
	margin: .7rem 0 0 0;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .5rem 0 0 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-down.png) repeat-y;
	background-size: 100% auto;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .15rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.6rem 0 .2rem 0;
}
.picTitle img {
	display: block;
	width: 5.73rem;
	margin: 0 auto;
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.button {
	float: left;
	width: 100%;
}
.button a {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: .1rem;
	line-height: .9rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.button.bg1 a {
	background: #611099;
}
.button.bg2 a {
	background: #e99f00;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.indexTitle {
	float: left;
	width: 100%;
	padding: 0 0 0 .6rem;
	margin: .3rem 0 -.2rem 0;
	background: url(../images/huo.png) no-repeat left center;
	background-size: .46rem auto;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
}
.indexText {
	float: left;
	width: 100%;
	margin: .2rem 0;
}
.indexText span {
	color: #f00;
}
.indexMore {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: right;
}
.indexMore a {
	color: #fff;
}
.indexFloat {
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 1.5rem;
	height: 1.5rem;
}
.indexFloat a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/float.png) no-repeat;
	background-size: 100% 100%;
}

/**** 首页 ****/