.content{
	width:10rem;
	margin:0 auto;
	background: #fece00;
	padding-bottom: 1.0625rem;
}
.banner{
	display: block;
	width:10rem;
	height: 6.8125rem;
	background: url(../image/banner.png?v=1) no-repeat center / 10rem 6.8125rem;
}
.navBox{
	width:10rem;
	overflow: scroll;
	-webkit-overflow-scrolling : touch;
	height: 1.0rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top: 0.09375rem;
}
.navBox nav{
	white-space: nowrap;
}
.navBox nav a{
	display: inline-block;
	width:2.53125rem;
	height: 0.65625rem;
	border: 1px solid #fff;
	margin-right: 0.03125rem;
	text-align: center;
	line-height: 0.65625rem;
	font-size:0.28125rem;
	color:#fff;
}
.navBox nav a.on{
	font-size:0.375rem;
	color:#fcff00;
	font-weight: 700;
}
.mqnavItem1{
	background: #2b70e2;
}
.mqnavItem2{
	background: #ff0465;
}
.mqnavItem3{
	background: #00c4a7;
}
.mqnavItem4{
	background: #85b401;
}
.mqnavItem5{
	background: #ff650d;
}
.mqnavItem6{
	background: #de00ff;
}


.goodList {
	padding-top: 0.046875rem;
}
.goodList li {
	float: left;
	background: #fff;
	margin-left: 0.4rem;
	margin-bottom: 0.15625rem;
}
.goodList li a {
	display: block;
	width: 4.4rem;
	padding-top: 0.09375rem;
	height: 4.89125rem;
}
.goodList li a img {
	display: block;
	margin: 0 auto;
	width: 2.84375rem;
	height: 2.84375rem;
}
.goodList li a .goodInfo {
	height: 0.5625rem;
	line-height: 0.28125rem;
	font-size: 0.21875rem;
	color: #333;
	width: 2.90625rem;
	margin:0.125rem auto 0 auto;
	text-align: center;
}
.goodList li a .goodPrice {
	height: 0.65625rem;
	color: #e50041;
	font-size: 0.25rem;
	line-height: 0.65625rem;
	text-align: center;
}
.goodList li a .goodPrice span {
	font-size: 0.40625rem;
	font-weight: bold;
}
.goodList li a .goodBtn {
	width: 2.5625rem;
	height: 0.53125rem;
	line-height: 0.53125rem;
	text-align: center;
	background: #e50041;
	color: #fff;
	font-size: 0.25rem;
	font-weight: 700;
	margin: 0 auto;
}
