@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	/* iOS滚动流畅 */
	background: #fff;
	font: .32rem/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
ul, ol, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
button, input, textarea, select {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	/* 移除移动端默认样式 */
	line-height: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

/**** 公共css ****/


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

.wrapper {
	float: left;
	width: 100%;
	padding: 4.7rem .2rem .5rem .2rem;
	background: #f9deac url(../images/wrap-bg.png) no-repeat;
	background-size: 100% auto;
}
.bigbox {
	float: left;
	width: 100%;
	height: 8.38rem;
	padding: 1rem .55rem 0 .55rem;
	margin-top: .4rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bigbox.bg1 {
	background-image: url(../images/bg1.png);
}
.bigbox.bg2 {
	background-image: url(../images/bg2.png);
}
.bigbox.bg3 {
	background-image: url(../images/bg3.png);
}
.bigbox.bg4 {
	background-image: url(../images/bg4.png);
}
.bigbox.bg5 {
	height: 13.47rem;
	background-image: url(../images/bg5.png);
}
.indexProd {
	float: left;
	width: 100%;
}
.indexProd a {
	float: left;
	margin-top: .35rem;
}
.indexProd a:nth-of-type(1) {
	width: 100%;
}
.indexProd a:nth-of-type(2) {
	width: 2.65rem;
}
.indexProd a:nth-of-type(3) {
	width: 3.15rem;
	margin-left: .2rem;
}
.indexProd a:nth-of-type(4) {
	width: 3.15rem;
	margin-left: .2rem;
	margin-top: .16rem;
}
.indexProd a img {
	display: block;
	width: 100%;
}
.indexLight {
	float: left;
	width: 100%;
}
.indexLight a {
	display: block;
	width: 100%;
	margin-top: .35rem;
}
.indexLight a img {
	display: block;
	width: 100%;
}
.indexMore {
	float: left;
	width: 100%;
	margin-top: .2rem;
	font-size: .24rem;
	color: #a148e2;
	text-align: center;
	text-decoration: underline;
}

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