body {
	background-color:#fafafa
}
#container {
	padding-bottom:50px
}
.ct-wrap {
	padding:10px
}
.ct-wrap h2 {
	font-size:1.125rem;
	padding-left:8px;
	position:relative;
	margin:5px 5px 15px;
	line-height:1
}
.ct-wrap h2:before {
	content:"";
	width:3px;
	height:18px;
	position:absolute;
	background-color:#79bd50;
	left:0
}
.type-list {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	overflow:hidden
}
.type-list li {
	position:relative
}
.type-list li:before {
	content:"";
	display:block;
	margin-top:100%
}
.type-list .inner-box {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:5px
}
.type-inner {
	width:100%;
	height:100%;
	/*background:#fff;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	text-align:center;
	position:relative
}
.type-inner img {
	width:48px;
	height:48px
}
.type-inner span {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.type-inner p {
	font-size:.75rem
}

.type-inner p {
	font-size:.75rem
}

.category-header {
	width:100%;
	overflow:auto;
	white-space:nowrap;
	background:#efefef;
	position:fixed;
	z-index:20;
	top:0;
	margin-top: 44px;
	left:0
}
.category-header::-webkit-scrollbar {
	display:none
}
.category-header .s-category-item {
	display:inline-block;
	padding:5px 0;
	border-bottom:2px solid #F6F6F6
}
.category-header .s-category-item:last-child a {
	background-image:none
}
.category-header .s-category-item.current {
	border-bottom:2px solid #7EBE37
}
.category-header .s-category-item.current a {
	color:#7EBE37
}
.category-header .s-category-item a {
	color:#666;
	text-decoration:none;
	display:inline-block;
	padding:7px 15px;
	font-size:18px;
	background-image:-webkit-linear-gradient(270deg,#ccc,#ccc 100%,transparent 100%);
	background-image:linear-gradient(270deg,#ccc,#ccc 50%,transparent 50%);
	background-size:1px 100%;
	background-repeat:no-repeat;
	background-position:top right
}
.category-goods {
	padding:55px 0px 0;margin-left:5px;    width: 75%;
    float: right;
}
#loading {
	text-align:center;
	font-size:14px;
	color:#666
}
.goods-item {
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	background-image:-webkit-linear-gradient(180deg,#ccc,#ccc 100%,#fff 100%);
	background-image:linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%);
	background-size:100% 1px;
	background-repeat:no-repeat;
	background-position:bottom;background:#fff;border-radius:5px;
}
.goods-item .goods-thumb {
	float:left;
	width:100px;
	height:83px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
	position:relative;
}
.goods-item .goods-thumb img {
	width:100%;
	display:block;
	position:absolute;
}
.goods-item .goods-content {
	margin-left:110px
}
.goods-item .goods-content h4 {
	font-weight:400;
	font-size:0.75rem;
	line-height:1.5;
	overflow:hidden;
	 
}
.goods-item .goods-content .sub-tit {
	font-size:.75rem;
	color:#666;
	display:block;
	white-space:nowrap;
	font-weight:400;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-right:25px
}

.goods-item .goods-content .sub-title {
	font-size:.75rem;
 	display:block;
	white-space:nowrap;
 	text-overflow:ellipsis;
	overflow:hidden;
	padding-right:25px
}

 
.goods-item .goods-content .price {
	color:#666;
	font-size:12px;
	/*position:absolute;
	bottom:6px*/
}
.goods-item .goods-content .price span {
	font-size:20px;
	color:#FA422D;
	display:inline-block
}
.goods-item .goods-content .price del {
	margin-left:8px;
	color:#ccc; margin:0;text-decoration: none;
}


.goods-item .goods-content .counter {
	position:absolute;
	right:5px;
	bottom:6px;
	z-index:1
}
.goods-item .goods-content .counter span {
	display:inline-block;
	vertical-align:middle
}
.goods-item .goods-content .counter .jian,.goods-item .goods-content .counter .number {
	display:none
}
.goods-item .goods-content .counter.selected .jian,.goods-item .goods-content .counter.selected .number {
	display:inline-block
}
.goods-item .goods-content .counter .action {
	width:30px;
	height:30px;
	background:transparent url(../images/change_icon.png) 0 0 no-repeat;
	background-size:30px 60px
}
.goods-item .goods-content .counter .action.jian {
	background-position:left bottom
}
.goods-item .goods-content .counter .number {
	height:30px;
	line-height:30px;
	padding:0 5px;
	color:#666;
	font-size:20px
}
.child_terms{margin-top:55px;width:25%;position:fixed;}
.child_terms li{font-size:14px;width:100%;}
.child_terms li.current{background:#f30;color:#fff;}
.filter-box .trans-layer {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,.3);
	z-index:3;
	display:none
}
.filter-box ul {
	background:#fff;
	position:fixed;
	width:100%;
	top:-999px;
	left:0;
	z-index:4
}
.filter-box ul li {
	text-align:center;
	color:#666;
	padding:15px;
	background-image:-webkit-linear-gradient(180deg,#ccc,#ccc 100%,transparent 0);
	background-image:linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%);
	background-size:100% 1px;
	background-repeat:no-repeat;
	background-position:top
}
.filter-box ul li:first-child {
	background:0 0
}
.filter-box ul li.action {
	color:#79bd50
}
.search-list {
	padding:10px
}
.seach-empty {
	font-size:.875rem;
	color:#666;
	text-align:center;
	padding-top:30px;
	display:none
}
.seach-empty:before {
	content:"";
	display:block;
	bottom:auto;
	width:55px;
	height:55px;
	background:url(../images/head_gray.png) no-repeat;
	background-size:55px 55px;
	margin:0 auto 15px
}
.float-cart {
	position:fixed;
	right:10px;
	bottom:10px
}
.float-cart img {
	width:50px
}
.float-cart .cart-num {
	padding:2px;
	background:red;
	color:#fff;
	font-size:9px;
	border-radius:10px;
	min-width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	top:0;
	right:0
}
@media (min-width:705px) {
	#container {
	background:#eee
}
.category-goods {
	padding:75px 10px 10px
}
.search-list {
	padding-top:10px
}
.category-header::-webkit-scrollbar {
	display:block;
	height:8px
}
.category-header::-webkit-scrollbar-thumb:horizontal {
	border-radius:16px;
	background-color:#A0D083
}
.category-header::-webkit-scrollbar-track-piece:horizontal {
	background:#d3d3d3
}
.type-inner p {
	margin-top:10px
}
}
.info-cart{right:auto;left:80px;z-index:99999;} 
.type-inner i {
	position:absolute;
	width:22px;
	height:22px;
	background-size:22px 22px;
	right:0;
	top:0;display:none;
	border-top-right-radius:8px
}
.type-inner i.act-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    right: 0;
    top: 0;
    border-top-right-radius: 8px;
	display:none;
}
.type-inner i.act-icon-xinpin {

	background:url(../images/categoty_new_icon.png) no-repeat;
 display:inline-block; background-size: 22px 22px;
}
.type-inner i.act-icon-youhui {
	background:url(../images/categoty_prom_icon.png) no-repeat;
 display:inline-block; background-size: 22px 22px;
}