body {background-color: #f0f3ef;}
.ns-header > nav .category.active > ul{display: none;}
.ns-header > nav .category > ul li.active .item-left i{
	display: block !important;
}
.ns-header > nav .category > ul li.active .item-left{
	background-color: #f1f7ee !important;
}
.ns-header > nav .category > ul{
	height: 360px !important;
}
.banner-wrap .sidebar .content-wrap{
	height: 153px !important;
}
.ns-header > nav .category > ul li .item-left{
	padding: 8px 10px;
}

/*导航、商品分类、轮播图*/
.ns-header > nav .category > ul {display: block;}
.banner-wrap {position: relative;}
.banner-wrap .carousel-inner > .item > a {
	display: inline-block;
	width: 700px;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-wrap .carousel-inner > .item > a > img {max-width: 100%;max-height: 100%;height: auto;display: inline-block;}
.banner-wrap .sidebar {width: 270px;position: absolute;left: 50%;top: 10px;margin-left: 330px;}
.banner-wrap .sidebar .login-wrap {width: 100%;overflow: hidden;padding: 25px;margin-bottom: 10px;background: #fff;height: 165px;}
.banner-wrap .sidebar .login-wrap .img-wrap {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	margin: 0 20px 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	overflow: hidden;
}
.banner-wrap .sidebar .login-wrap .img-wrap img {border-radius: unset;max-width: 100%;max-height: 100%;width: auto;height: auto;display: inline-block;}
.banner-wrap .sidebar .login-wrap .operation {
	line-height: 27px;
	text-align: center;
	width: 115px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.banner-wrap .sidebar .login-wrap .operation > div {text-align: left;margin-top: 15px;margin-bottom: 10px;}
.banner-wrap .sidebar .login-wrap .operation > div a {
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}
.banner-wrap .sidebar .login-wrap .wrap-top{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.banner-wrap .sidebar .login-wrap .wrap-bottom{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.banner-wrap .sidebar .login-wrap .wrap-bottom a:nth-child(1) {
	display: inline-block;
	float: left;
	margin-top: 10px;
	width: 92px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
	background: #50982c;
	font-size: 12px;
	color: #fff !important;
	margin-right: 16px;
}
.banner-wrap .sidebar .login-wrap .wrap-bottom a:nth-child(2) {
	background: #363634;
	color: #cec184 !important;
	display: inline-block;
	float: left;
	margin-top: 10px;
	width: 92px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}
.banner-wrap .sidebar .content-wrap a {
	display: inline-block;
	width: 270px;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*标题*/
.layout-title {
	display: block;
	position: relative;
	font-size: 24px;
	color: #333333;
	line-height: 46px;
}
.layout-title em {
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.layout-title a{
	float: right;
	font-size: 14px;
	color: #666666;
	padding: 0 14px;
	line-height: 34px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px auto;
	background-image: url(../images/more-01.png);
}
.layout-title a:hover{
	color: #50982c;
	background-image: url(../images/more-03.png);
}

/*优惠券*/
.zuoyiCoupon {
	display: block;
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.zuoyiCoupon>li {
	float: left;
	width: 262px;
	height: 100px;
	margin: 10px 30px 10px 0;
	border: 1px solid #50982c;
	position: relative;
	padding: 8px 42px 0 20px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.zuoyiCoupon>li h3 {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	height: 40px;
}
.zuoyiCoupon>li h3 em {
	color: #ff0000;
	font-weight: bold;
}
.zuoyiCoupon>li h3 span {
	font-size: 32px;
	font-weight: bold;
	color: #ff0000;
	margin-right: 8px;
}
.zuoyiCoupon>li .receive {
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	z-index: 9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 18px !important;
	padding: 14px 6px 0 10px;
	cursor: pointer;
}
.zuoyiCoupon>li .receive-yes{
	background-image: url(../images/couponsBg-02.png);
}
.zuoyiCoupon>li .receive-no{
	background-image: url(../images/couponsBg-01.png);
}
.zuoyiCoupon>li .receive:hover{
	color: #fff !important;
}
.zuoyiCoupon>li:nth-child(4n) {
	margin-right: 0;
}


/*限时折扣*/
.limitPromoteMain {
	display: block;
}
.limitPromoteMain>li {
	float: left;
	width: 20%;
	height: 326px;
	border: 1px solid #ededed;
	background: #fff;
	padding: 12px 20px 0;
}
.limitPromoteMain-img {
	display: block;
	width: 100%;
	height: 155px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.limitPromoteMain>li h3 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 7px;
	height: 48px;
}
.limitPromoteMain>li h5 {
	font-size: 18px;
	color: #e80009;
	line-height: 28px;
	height: 28px;
}
.limitPromoteMain>li h5 span {
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
}
.limitPromoteMain>li .bot {
	display: block;
	height: 28px;
	margin: 10px auto 0;
}
.limitPromoteMain>li .bot span {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #50982c;
}
.limitPromoteMain>li .but {
	display: inline-block;
	float: right;
	width: 86px;
	height: 28px;
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	background: #50982c;
}
.limitPromoteMain>li:hover {
	border-color: #50982c;
}

/*今日推荐*/
.gongxueDiv {
	display: block;
}
.gongxueDiv>li {
	float: left;
	width: 592px;
	height: 400px;
	background: #e9e9e9;
	margin-bottom: 30px;
	padding: 158px 20px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.gongxueDivMain {
	display: block;
	width: 100%;
	height: 220px;
	background: #fff;
}
.gongxueDivMain>a {
	display: inline-block;
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 20px 10px;
	line-height: 20px;
}
.gongxueDivMain>a>span {
	display: block;
	width: 160px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto 8px;
}
.gongxueDivMain>a h3 {
	font-size: 12px;
	color: #333333;
}
.gongxueDivMain>a h5 {
	font-size: 14px;
	color: #e80009;
	margin-top: 8px;
}
.gongxueDivMain>a h5 span {
	color: #999999;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 2px;
}

/*热卖产品*/
.brandTj{
	display: block;
	padding-bottom: 14px;
}
.brandTj li{
	margin-right: 15px;
	margin-bottom: 14px;
	float: left;
	width: 288px;
	height: 208px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
	transition: all 300ms;
}
.brandTj li:nth-child(1){
	height: 430px;
}
.brandTj li:nth-child(1) .brandTj-main{
	padding-top: 30px;
	background-position: 120px 210px;
	background-size: auto 195px;
}
.brandTj li:nth-child(3){
	width: 592px;
	margin-right: 0;
}
.brandTj li:last-child{
	margin-right: 0;
}

.brandTj li:nth-child(3) .brandTj-main{
	background-position: 285px center;
	background-size: auto 123px;
}
.brandTj li:nth-child(1) .brandTj-main>div{
	margin-bottom: 6px;
}
.brandTj li:nth-child(1) .brandTj-main h3{
	font-size: 24px;
	line-height: 36px;
	color: #333333;
}
.brandTj li:nth-child(1) .brandTj-main>em{
	margin-top: 24px;
}
.brandTj-main:hover h3{
	color: #50982c;
}
.brandTj li:hover{
	box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
}
.brandTj li:nth-child(1):hover .brandTj-main h3{
	color: #50982c;
}
.brandTj-main{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/*background-position: right bottom;*/
	/*background-size: cover;*/
	background-position: 155px 55px;
	background-size: auto 140px;
	padding: 20px 30px 0;
	line-height: 24px;
}
.brandTj-main>div{
	display: block;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	font-size: 0;
}
.brandTj-main>div *{
	display: inline-block;
}
.brandTj-main>div span{
	display: inline-block;
	width: auto;
	height: 22px;
	border: 1px solid #50982c;
	padding: 0 4px;
	line-height: 20px;
	font-size: 14px;
	color: #50982c;
	margin-left: 20px;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
}
.brandTj-main>div span::after{
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: #e3e3e3;
	position: absolute;
	left: -11px;
	top: 0;
}
.brandTj-main h3{
	font-size: 16px;
	color: #333333;
}
.brandTj-main h5{
	font-size: 14px;
	color: #999999;
	margin-bottom: 4px;
}
.brandTj-main h4{
	font-size: 16px;
	color: #e80009;
}
.brandTj-main h4 span{
	font-size: 12px;
}
.brandTj-main>em{
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-top: 14px;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
}

/*产品测评*/
.newsBox{
	display: inline-block;
	float: left;
	width: 400px;
	height: 314px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 15px;
}
.newsBox .hd{
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 19;
}
.newsBox .hd ul{ overflow:hidden; zoom:1; text-align: right;padding-right: 10px;}
.newsBox .hd ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	width:18px;
	height:3px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	overflow: hidden;
}
.newsBox .hd ul li.on{ background:#50982c; color:#50982c; }
.newsBox .prev,
.newsBox .next {
	display: none;
	width: 24px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	background-image: url(../images/left-01.png);
	cursor: default;
	z-index: 19;
}
.newsBox .next {
	left: auto;
	right: 0;
	background-image: url(../images/right-01.png);
}
.newsBox .prev:hover{
	background-image: url(../images/left-02.png);
}
.newsBox .next:hover{
	background-image: url(../images/right-02.png);
}
.newsBox:hover .prev,
.newsBox:hover .next{
	display: block;
}
.shopGuide-left{
	display: block;
	float: left;
	width: 400px;
	height: 314px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.shopGuide-left>div{
	display: block;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding: 14px 26px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.shopGuide-left:hover>div{
	background: rgba(80, 152, 44, 0.6);
}
.shopGuide-center{
	display: inline-block;
	float: left;
	width: 560px;
	height: auto;
}
.shopGuide-center li{
	margin-bottom: 10px;
}
.shopGuide-center li:last-child{
	margin-bottom: 0;
}
.shopGuide-center a{
	display: block;
	width: 100%;
	height: 98px;
	background: #fff;
	padding: 10px 15px 0 140px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
	position: relative;
}
.shopGuide-center a h3{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
	color: #333333;
}
.shopGuide-center a>span{
	display: block;
	width: 125px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zuoyiCe{
	display: inline-block;
	float: right;
	width: 210px;
	height: auto;
}
.zuoyiCe a{
	display: block;
	margin-bottom: 10px;
}
.zuoyiCe a:last-child{
	margin-bottom: 0;
}

/*热门精选*/
.videoList{
	display: block;
}
.videoList>li{
	float: left;
	height: 250px;
	margin-bottom: 20px;
	margin-right: 15px;
	position: relative;
	width: 288px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.videoList>li:nth-child(4n){
	margin-right: 0;
}
.videoList>li video{
	display: block;
	width: 100%;
	height: 190px;
}
.videoList>li p{
	padding: 0 8px;
}
.videoMain{
	display: block;
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.videoMainBg{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 19;
	cursor: default;
}
.videoMainBg span{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/bofang.png);
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}
.zuoyiRen{
	display: block;
}
.zuoyiRen .right{
	float: right;
	width: 210px;
}
.zuoyiRen .right a{
	display: block;
	margin-bottom: 10px;
}
.zuoyiRen .right a:last-child{
	margin-bottom: 0;
}
.zuoyiRenLeft{
	display: inline-block;
	float: left;
	width: 400px;
	height: auto;
	min-height: 420px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
	padding: 22px 0px 22px 20px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.zuoyiRenLeft h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	padding-right: 20px;
	min-height: 30px;
}
.zuoyiRenLeftList{
	margin-bottom: 15px;
}
.zuoyiRenLeftList li{
	float: left;
	margin-right: 20px;
}
.zuoyiRenLeftList li a{
	color: #666 !important;
}
.zuoyiRenLeftList li a:hover{
	color: #50982c !important;
}
.zuoyiRenLeftLogo{
	display: block;
	margin-bottom: 15px;
}
.zuoyiRenLeftLogo li{
	float: left;
	width: 100px;
	/*height: 45px;*/
	margin-right: 30px;
}
.zuoyiRenLeftLogo li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	transition: all 400ms;
}
.zuoyiRenLeftLogo li:nth-child(3n){
	margin-right: 0 !important;
}
.zuoyiRenLeftLogo li a:hover{
	transform: scale(1.1);
}
.zuoyiRen .center{
	display: inline-block;
	width: 560px;
	height: auto;
	min-height: 420px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
	margin-left: 15px;
}
.zuoyiRenBanner{
	display: block;
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.zuoyiRenBannerSwi{
	display: block;
	width: 100%;
	height: 280px
}
.zuoyiRenBannerSwi .swiper-slide{
	display: block;
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zuoyiRenBanner .prev,
.zuoyiRenBanner .next{
	display: none;
	width: 24px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
	z-index: 19;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-01.png);
	cursor: default;
}
.zuoyiRenBanner .next{
	left: auto;
	right: 0;
	background-image: url(../images/right-01.png);
}
.zuoyiRenBanner:hover .prev,
.zuoyiRenBanner:hover .next{
	display: block;
}
.zuoyiRenBanner .prev:hover{
	background-image: url(../images/left-02.png);
}
.zuoyiRenBanner .next:hover{
	background-image: url(../images/right-02.png);
}
.zuoyiRenCenter{
	display: block;
	width: 100%;
	height: auto;
}
.zuoyiRenCenter>li{
	float: left;
	width: 50%;
	position: relative;
}
.zuoyiRenCenter-in{
	display: block;
	width: 100%;
	height: 140px;
	padding: 20px 26px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.zuoyiRenCenter-in h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
	color: #50982c;
}
.zuoyiRenCenter>li:nth-child(2n)::after{
	content: "";
	display: block;
	width: 1px;
	height: 70px;
	background: #ececec;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
}
.zuoyiCe{
	display: inline-block;
	float: right;
	width: 210px;
	height: auto;
}
.zuoyiCe a{
	display: block;
	margin-bottom: 10px;
}
.zuoyiCe a:last-child{
	margin-bottom: 0;
}

/*更多推荐*/
.hotSaleScroll{
	display: block;
	height: auto;margin: 0 auto;
	position: relative;
}
.hotSaleScroll .hd{
	display: block;
	width: 68px;
	height: 22px;
	position: absolute;
	right: 0;
	top: -62px;
}
.hotSaleScroll .hd .prev,
.hotSaleScroll .hd .next{
	display: inline-block;
	width: 34px;
	height: 100%;
	float: left;
	border: 1px solid #ececec;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	font-family: "宋体";
	font-weight: bold;
	color: #a7a7a7;
}
.hotSaleScroll .hd .prev:hover,
.hotSaleScroll .hd .next:hover{
	color: #fff;
	background: #50982c;
	border-color: #50982c;
}
.hotSaleScroll .bd{
	display: block;
	width: 100%;
	height: 272px;
	overflow: hidden;
}
.hotSaleScroll .bd ul{ overflow:hidden; zoom:1; }
.hotSaleScroll .bd ul li{
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	width: 240px;
	height: 272px;
}
.hotSaleScroll-in{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 14px 14px 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	transition: all 300ms;
}
.hotSaleScroll-in:hover{
	border-color: #50982c;
}
.hotSaleScroll-in p{
	height: 40px;
	margin-bottom: 5px;
}
.hotSaleScroll-in h3{
	font-size: 18px;
	color: #ff0000;
	line-height: 30px;
}
.hotSaleScroll-in h3 span{
	text-decoration: line-through;
	font-size: 14px;
	color: #999999;
	margin-left: 8px;
}
.hotSaleScroll-img{
	display: block;
	width: 100%;
	height: 154px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.hotSaleScroll-img span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*专题导购*/
.gxy-advs-news{
	display: block;
}
.gxy-advs-news li{margin-right: 15px;float: left;}
.gxy-advs-news li:nth-child(4n){margin-right: 0;}
.gxy-advs-news-li{
	display: block;
	width: 288px;
	height: 248px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.gxy-advs-news-li:hover{
	color: #50982c;
}
.gxy-advs-news-li>div{
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin-bottom: 10px;
}
.gxy-advs-news-li>div span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.gxy-advs-news-li:hover>div span{
	transform: scale(1.04);
}
