.goodsList{
	margin: 0 auto;
	margin-top: 40px;
	width: 990px;
}
.goodsItem{
	margin-bottom: 40px;
}
.section{
	background: #985BF3;
}
.goodsItem:nth-of-type(1) .goodsTitle{
	background: url(../img/halfOff/bg1.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(1) .selectAll{
	color: #7365F0;
}
.goodsItem:nth-of-type(2) .goodsTitle{
	background: url(../img/halfOff/bg2.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(2) .selectAll{
	color: #FC961A;
}
.goodsItem:nth-of-type(3) .goodsTitle{
	background: url(../img/halfOff/bg3.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(3) .selectAll{
	color: #16BB82;
}
.goodsItem:nth-of-type(4) .goodsTitle{
	background: url(../img/halfOff/bg4.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(4) .selectAll{
	color: #EB4A4F;
}
.goodsItem:nth-of-type(5) .goodsTitle{
	background: url(../img/halfOff/bg5.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(5) .selectAll{
	color: #0D7DDC;
}
.goodsItem:nth-of-type(6) .goodsTitle{
	background: url(../img/halfOff/bg6.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(6) .selectAll{
	color: #D9AD79;
}
.goodsItem:nth-of-type(7) .goodsTitle{
	background: url(../img/halfOff/bg7.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(7) .selectAll{
	color: #FB9823;
}
.goodsItem:nth-of-type(8) .goodsTitle{
	background: url(../img/halfOff/bg8.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(8) .selectAll{
	color: #FD3B64;
}
.goodsItem:nth-of-type(9) .goodsTitle{
	background: url(../img/halfOff/bg9.png) no-repeat;
	background-size: 100% 100%;
}
.goodsItem:nth-of-type(9) .selectAll{
	color: #49C86C;
}
.goodsItem .goodsTitle{
	height: 128px;
	width: 990px;
	position: relative;
}
.goods_t{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 30px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.goods_p{
	line-height: 1;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.selectAll{
	width:128px;
	height:36px;
	background:#FFFFFF;
	border-radius:18px;
	position: absolute;
	right: 18px;
	bottom: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.goods_list{
	padding: 20px 16px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.goods_item{
	float: left;
	width:225px;
	height:357px;
	background:#FAFAFA;
	border-radius:2px;
	margin-right: 19px;
	margin-bottom: 20px;
}
.goods_item:nth-of-type(4n){
	margin-right: 0;
}
.good_img{
	width: 225px;
	height: 225px;
	background: #FFFFFF;
}
.good_img img{
	display: block;
	margin: 0 auto;
	max-height: 100%;
}
.good_t{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}
.good_p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
}
.good_price{
	margin-top: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.good_price span{
	font-size: 18px;
	color: #FF7F00;
	margin-right: 40px;
}
.good_price label{
	font-size: 14px;
	color: #FF7F00;
}
.fltuijian{
	margin: 0 auto;
	margin-top: 20px;
	width: 990px;
}
.fl_title{
	width: 267px;
	height: 40px;
	background: url(../img/halfOff/bg10.png) no-repeat;
	background-size: 100% 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
.fl_list{
	margin-top: 20px;
	padding-bottom: 40px;
}
.fl_list a{
	display: block;
	width:154px;
	height:60px;
	background:#FFFFFF;
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 60px;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
.fl_list a:nth-of-type(6n){
	margin-right: 0;
}
.hdindexrnav{
	width: 120px;
	height: 438px;
	background: url(../img/halfOff/p_rbg.png) no-repeat;
	background-size: 100% 100%;
	    top: 75px;
    border-radius: 6px;
    z-index: 999;
	position:fixed;
}
.rnav_toptext{
	color: #552AFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 87px;
}
.rnav_toptext a{
	color: #552AFF;
	font-size: 18px;
}
.hdindexrnav ul{
	margin-top: 45px;
	margin-bottom: 10px;
}
.hdindexrnav li{
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
	margin-bottom: 4px;
	text-align: center;
}
.indexrnav_title{
	color: #452EFF;
	font-size: 16px;
	font-weight: bold;
}
.hdindexrnav ul li:nth-of-type(2) {
    height: initial;
}
.rnav_gotop{
	display: block;
	text-align: center;
	color: #FFFFFF;
}
.rnav_gotop img{
	width: 8px;
	margin-right: 6px;
}
.infosection{
	background: #FFFFFF;
}
.infobanner{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.infobanner_t{
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	color: #FFFFFF;
}
.infobannerList{
	position: absolute;
	width: 100%;
	top: 170px;
	padding: 0 60px;
	box-sizing: border-box;
}
.infobannerList a{
	display: inline-block;
	background: rgba(255,255,255,0.9);
	border-radius:18px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.goods{
	width: 990px;
	margin: 0 auto;
}
.goods_item:hover{
	box-shadow:0px 1px 8px 0px rgba(51,51,51,0.1);
}
.pagelist{
	margin-top: 30px;
	text-align: center;
	padding-bottom: 100px;
}
.page_prev,.page_next{
	width:72px;
	height:36px;
	border:1px solid #CCCCCC;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	margin-right: 6px;
}
.pagebox{
	display: inline-block;
}
.page_a{
	width:36px;
	height:36px;
	border:1px solid #CCCCCC;
	line-height: 36px;
	display: inline-block;
	margin-right: 6px;
}
.page_more{
	line-height: 36px;
	margin-right: 6px;
}
.page_more span{
	display: inline-block;
	background: #CCCCCC;
	height: 4px;
	width: 4px;
	margin: 0 2px;
	border-radius: 50%;
}
.activepage{
	background: #FF7F00;
	color: #FFFFFF;
}
