@charset "utf-8";

/* CSS Document */

body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .3rem;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

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


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

.wrapper {
	float: left;
	width: 100%;
	background: #f7dac7 url(../images/wrap-bg.jpg) no-repeat;
	background-size: 100% auto;
	padding: 7.8rem .2rem .5rem .2rem;
}
.indexTab {
	position: sticky;
	top: 0;
	float: left;
	width: calc(100% + .4rem);
	height: 1.1rem;
	margin: 0 0 0 -.2rem;
	background: url(../images/tab-bg.png) no-repeat;
	background-size: 100% 100%;
	transition: top .3s ease-in-out;
}
.indexTab a {
	float: left;
	width: 2.5rem;
	height: 100%;
}
.indexTab a.current {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexTab a:nth-child(1).current {
	background-image: url(../images/tab-cur1.png);
}
.indexTab a:nth-child(2).current {
	background-image: url(../images/tab-cur2.png);
}
.indexTab a:nth-child(3).current {
	background-image: url(../images/tab-cur3.png);
}
.bigbox {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .25rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .45rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .2rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.25rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexLight {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}
.indexLight a {
	width: 3.3rem;
}
.indexLight a:nth-of-type(1) {
	width: 100%;
}
.indexLight a img {
	display: block;
	width: 100%;
}
.indexLine {
	width: 100%;
	margin: .3rem 0;
	border-bottom: .02rem dashed #a3846c;
}
.indexLink {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	font-size: .24rem;
	text-align: right;
}
.indexLink a {
	color: #0000bf;
}
.indexProd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}
.indexProd a {
	width: 100%;
}
.indexProd a img {
	display: block;
	width: 100%;
}
.indexProd.width324 a {
	width: 3.24rem;
}
.indexBtn {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.indexBtn a {
	display: block;
	width: 3.84rem;
	height: .78rem;
	margin: 0 auto;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
}

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