
header{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 40px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}

/*直销版首页样式*/
header.header_edit_1 {
	box-shadow: 0 1px 2px rgba(204, 203, 203, 0.75);
	position: static;
	height: auto;
}

header.header_edit_1 .top_img img {
	width: 100%;
	display: block;
}

header.header_edit_1 .menu-list {
	background-color: #fff;
	position: relative;
}

header.header_edit_1 .menu-list li {
	width: 25%;
	text-align: center;
	float: left;
	padding: 5px 0;
}

header.header_edit_1 .menu-list li .portrait {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

header.header_edit_1 .menu-list li .portrait img {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px #f5f5f5;
}

header.header_edit_1 .menu-list li .shop-name {
	color: #fff;
	position: absolute;
	left: 85px;
	bottom: 48px;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

header.header_edit_1 .menu-list li a {
	display: block;
	border-right: 1px solid #cccccc;
	text-decoration: none;
}

header.header_edit_1 .menu-list li:last-child a {
	border-right-width: 0;
}

header.header_edit_1 .menu-list li a > i {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

header.header_edit_1 .menu-list li a > i > label {
	font-weight: 600;
}

header.header_edit_1 .menu-list li a > span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

header.header_edit_1 .menu-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*直销版商品详情模块样式*/
.layout {
	background-color: #fff;
	margin-bottom: 10px;
	border: 0 solid #dddddd;
	border-width: 1px 0;
	padding: 0 10px;
}

.layout .hd {
	font-size: 15px;
	color: #000;
	line-height: 32px;
	position: relative;
	border-bottom: 1px dotted #7f7f7f;
}

.layout .hd .remark {
	position: absolute;
	right: 10px;
	font-size: 12px;
	color: #ccc;
}

.info-list li {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 7px 0;
}

.info-list li a {
	display: block;
	border-right: 1px solid #ddd;
}

.info-list li:last-child a {
	border-right-width: 0;
}

.info-list li a > span {
	display: block;
}

.info-list li a > span.money {
	font-size: 15px;
	line-height: 21px;
	color: #000;
}

.info-list li a > span.name {
	font-size: 14px;
	line-height: 15px;
	color: #666;
}

.info-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/**/

.put-desktop {
	display: block;
	background-color: #516478;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

div#footer-edit-1 {
	background-color: #fff;
	padding: 16px 0 58px 0;
	text-align: center;
}

div#footer-edit-1 p {
	margin-bottom: 10px;
	font-size: 14px;
}

div#footer-edit-1 p.deep-gray {
	color: #666;
}

div#footer-edit-1 p.gray {
	color: #999;
}

footer#footer-fixed-edit-1 {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto!important;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 -1px 1px #f7f7f7;
	z-index: 999;
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e7e7e7)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e7e7e7', GradientType='0'); /
}

footer#footer-fixed-edit-1 .menu-list li {
	width: 25%;
	text-align: center;
	float: left;
}

footer#footer-fixed-edit-1 .menu-list li a {
	color: #333;
	padding: 6px 0;
	display: block;
}

footer#footer-fixed-edit-1 .menu-list li a > i {
	display: block;
	font-size: 22px;
	line-height: 25px;
}

footer#footer-fixed-edit-1 .menu-list li a > span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

footer#footer-fixed-edit-1 .menu-list li.active a > span {
	color: #0192c2;
}

footer#footer-fixed-edit-1 .menu-list li.active a > i {
	color: #0192c2;
}

footer#footer-fixed-edit-1 .menu-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pop-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.pop-dialog .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: #000;
}

.pop-dialog .body {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pop-dialog .body .close {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
}

.pop-dialog .body .close i {
	font-size: 26px;
}

.pop-dialog .body .collect-img {
	width: 90%;
	position: absolute;
	right: 0;
	top: 0;
}

.pop-dialog .body .code-img {
	width: 220px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -110px;
}

.pop-dialog .body .remark {
	color: #fff;
	width: 80%;
	position: absolute;
	top: 270px;
	left: 10%;
	font-size: 12px;
	line-height: 20px;
}
/**/

.kai-dian{
	width:95%;
	margin:0 auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 1px #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
}

.kai-dian a{
	display: block;
	height: 100%;
	overflow: hidden;
	color:#333;
	font-size:14px;
	text-decoration: none;
}

#wrap{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
#wrap{
    padding-top:41px;
}



header .rightIcon{
    float: right;
}

header .rightIcon a{
    display: inline-block;
    width:40px;
    height: 40px;
    overflow: hidden;
}

header .rightIcon a.info{
    background: url('../../img/wap/info.png') center center no-repeat;
    background-size:22px 20px;
}

header .rightIcon a.search{
    background: url('../../img/wap/se.png') center center no-repeat;
    background-size:25px 21px;
}

header .rightIcon a.cart{
    background: url('../../img/wap/cart.png') center center no-repeat;
    background-size:22px 19px;
}

#wrap a{
	color:#333;
	text-decoration: none;
}

#banner{
	width:100%;
	height: 160px;
	overflow: hidden;
	background: #333;
	position: relative;
}

#banner ul{
	height: 100%;
	position: relative;
}

#banner li{
	float: left;
	width:100%;
	height: 100%;
	overflow: hidden;
	display:inline-block;
	position: relative;
}

#banner li img{
	width:100%;
	height: 100%;
}

#banner li p{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	line-height: 30px;
	overflow: hidden;
	background: #000;
	opacity:0.7;
	color:#fff;
	padding-left:10px;
	box-sizing: border-box;
	font-size:14px;
}

#banner .bannerIndex{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height: 20px;
	text-align: center;
}

#banner .bannerIndex i{
	display: inline-block;
	width:6px;
	height: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #333;
	margin:0 2px;
}

#banner .bannerIndex i.hover{
	background: #fff;
}

#wrap .listMore{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-top:10px;
	font-size:14px;
	font-weight: bold;
}
#wrap .submitbtn{
    background: #ff6600;
    border-radius: 2px;
    color: #fff;
    padding: 10px 50px;
    box-shadow: 0px 0px 1px #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#wrap .orange-font{
    color: #ff4400;
}
#wrap .green-font{
    color: green;
}
#wrap .gray-font{
    color: #999;
}
#wrap .blank-font{
    color: #000;
}
#wrapNew{
	width: 100%;
  	overflow-y: hidden;
  	padding-top: 50px;
  background: #fff;
}
footer{
	height: 67px;
	background: #a00202;
	text-align: center;
	line-height: 22px;
}

footer p{
	padding-top:15px;
	font-size:14px;
}

footer a{
	font-size:12px;
	color:#fff;
	text-decoration: none;
}
footer a i{
	
	color:#fff;
	
}
footer a span{
	
	color:#fff;
	
}

.loading{
	height: 200px;
	line-height: 200px;
	overflow: hidden;
	text-align: center;
	font-size:14px;
}

.backTop {
	display: block;
	background-color: #333;
	opacity: 0.8;
	position: fixed;
	bottom: 54px;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 21px;
	text-decoration: none;
	font-weight: 600;
}

#k_s_ol_floatWin_cls {width: auto!important;}
#ks_ol_floatWin_img {width: 46px;}

/*编辑人人店店铺名称*/
.edit-dialog {
	background-color: #efefef;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.edit-dialog .hd {
	background-color: #ff6700;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0;
	position: relative;
}

.edit-dialog .hd .back {
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 10px;
}

.edit-dialog .hd .back i {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.edit-dialog .hd .save {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.edit-dialog .bd {
	padding: 10px;
}
.qq-upload-button-selector{height: 80px}
.edit-dialog .bd label{float: left;line-height: 42px; font-size: 15px}
.edit-dialog .bd .input-group,.edit-dialog .bd .edit-logo-btn{ margin-left: 80px;}
.edit-dialog .bd .edit-logo-btn{text-align: center;line-height: 80px;border: 1px solid #dcdcdc;height:80px;width:80px; background-size: cover;}
.edit-dialog .bd .input-group {
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
.edit-logo-text{background: rgba(0,0,0,.5);color: #fff; line-height: 20px; position: absolute; bottom: 0; right: 0; left: 0;}

.edit-dialog .bd input {
	width: 100%;
	
	font-size: 15px;
	color: #000;
	line-height: 20px;
	padding: 11px 0;
}

/*focus*/
.btn {display: block;padding: 13px 0;font-size: 14px;line-height: 1;}
.btn-focus, .btn-focus:link, .btn-focus:visited {padding: 8px 12px;background-color: #33cd32;font-size: 14px;line-height: 16px;color: #fff;border-radius: 3px;}
.btn-green, .btn-green:link, .btn-green:visited {border: 1px solid #33cc33;border-radius: 6px;color: #33cc33;}
.focus-box {position: fixed;top: 0;left: 0;height: 50px;padding: 0;box-sizing: border-box;background-color:rgba(0, 0, 0,0.7);width: 100%;z-index: 999;color: #e1e1e1;font-size: 14px;}
.focus-box .btn-focus {position: absolute;right: 10px;top: 50%;margin-top: -15px;background-color: #26CB40;padding: 6px 12px;color: #fff!important;}
.focus-box .shop-names {position: absolute;left: 60px;top: 50%;margin-top: -16px;line-height: 16px;}
.focus-box .shop-names span {display: block;color: #fff;font-size: 12px;line-height: 16px;}
.focus-box .shop-names span label {color: #26CB40;}
.pop-dialog .body .code-box {background-color: #fff;position: absolute;top: 50%;left: 50%;width: 80%;margin-top: -194px;margin-left: -40%;text-align: center;border-radius: 3px;box-shadow: 0 0 8px #666;}
.pop-dialog .body .code-box p {font-size: 14px;color: #000;padding: 15px 0 0;}
.pop-dialog .body .code-box img {width: 80%;margin: 0 auto;}
.pop-dialog .body .footer {padding: 0 15px 15px;}

/*loading*/
.loading {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10001;}
.loader {position: absolute;top: 50%;left: 50%;width: 28px;height: 12px;margin: -6px 0 0 -14px;background: transparent;}
.dot-pink, .dot-blue {position: absolute;top: 0;width: 12px;height: 12px;border-radius: 100%;-webkit-animation: pink 1.5s ease infinite;animation: pink 1.5s ease infinite;}
.dot-pink {background: #e77a7a;left: -2px;}
.dot-blue {-webkit-animation-name: blue;animation-name: blue;background: #ffc54f;right: -2px;}

@-webkit-keyframes pink {
	0% {
		z-index: 100;
	}
	50% {
		z-index: 0;
		-webkit-transform: translateX(24px);
		transform: translateX(24px);
	}
}

@keyframes pink {
	0% {
		z-index: 100;
	}
	50% {
		z-index: 0;
		-webkit-transform: translateX(24px);
		transform: translateX(24px);
	}
}
@-webkit-keyframes blue {
	50% {
		z-index: 0;
		-webkit-transform: translateX(-24px);
		transform: translateX(-24px);
	}
}
@keyframes blue {
	50% {
		z-index: 0;
		-webkit-transform: translateX(-24px);
		transform: translateX(-24px);
	}
}


footer#footer-fixed-edit-2 {
	background-color: #555555;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 51px;
	border-top: 1px solid #b6b6b6;
	box-shadow: 0 -1px 1px #b6b6b6;
	z-index: 999;
	
}

footer#footer-fixed-edit-2 .menu-list li {
	width: 25%;
	height: 51px;
	text-align: center;
	float: left;
}

footer#footer-fixed-edit-2 .menu-list li a {
	color: #fff;
	padding: 6px 0;
	display: block;
}

footer#footer-fixed-edit-2 .menu-list li a > i {
	display: block;
	font-size: 22px;
	line-height: 25px;
}

footer#footer-fixed-edit-2 .menu-list li a > span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

footer#footer-fixed-edit-2 .menu-list li.active a > span {
	color: #fe9110;
}

footer#footer-fixed-edit-2 .menu-list li.active a > i {
	color: #fe9110;
}

footer#footer-fixed-edit-2 .menu-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.backMarket{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0px;
  bottom: 10%;
  background: rgba(0,0,0,0.65);
  z-index: 1000;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.backMarket i{  
  font-size: 32px;
  margin-top: 10px;
  display: block;
}
.backMarket p{  
  margin-top: 3px;
  font-size: 14px;
}
.recomList a{
	 color: #333;
  text-decoration: none;
  display: block;
}
.recomList .img{
	height: 150px;
  	overflow: hidden;
  	width: 100%;
}
.protitbg{ height:36px; line-height:36px; padding-left:10px; padding-right:10px; background-color:#cd5200; color:#FFF;}
.protitbg .tit_left{ float:left; width:60% }
.protitbg .tit_left i{ font-size:12px;  color:#FFF;}
.protitbg .tit_right{ float:left; text-align:right;width:40% }


/*商品搜索*/
.goods-search .topSearch{
    /*height: 45px;*/
    padding:10px;
    background: #8b8b8b;
    box-shadow: 0px 0px 1px #ccc;

}

.goods-search .topSearch .inp{
    height: 28px;
    overflow: hidden;
    width:80%;
    float: left;
}

.goods-search .topSearch .inp input{
    display: block;
    width:100%;
    padding-left:25px;
    height: 100%;
    background: url('../images/search.png') 5px center no-repeat #f1f1f1;
    background-size:16px 16px;
    box-shadow: inset 0px 1px 1px #ccc;
    border-radius: 4px;
    overflow: hidden;
    box-sizing:border-box;
}

.goods-search .topSearch a{
    display: inline-block;
    width:17%;
    margin-left:3%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background: #f60;
    color:#fff;
    box-shadow: 0px 0px 1px #ccc;
    border-radius: 3px;
}

#wrap .goods-search .topSearch a{
	color:#fff;
}

/**/

.banner{position:relative;width:100%;overflow:hidden}
.new-banner-num{position:absolute;left:0;bottom:3px;width:100%;height:10px;text-align:center}
.new-banner-num .new-tbl-cell{display:inline-block;width:7px;height:7px;margin-left:7px;border-radius:6px;background-color:#fff;text-indent:-9999px}.new-banner-num .new-tbl-cell a{display:block}.new-banner-num .new-tbl-cell.on{background-color:#e4393c}.main img{vertical-align:top}

.scroll-wrapper{width:100%;margin:0 auto;overflow:hidden}.scroll-wrapper .scroller{list-style:none}.scroll-wrapper .scroller li{float:left;text-align:center}.scroll-wrapper .scroller li img{width:100%;height:auto!important;}

.new-tbl-type{display:table;width:100%}

.shop-category1{border-top: 1px solid #eee;border-bottom: 1px solid #eee; background: #fff; padding: 5px;margin-bottom:8px}
.shop-category1 ul li{box-sizing: border-box; float: left;width: 25%; text-align: center;border-right: 1px solid #f8f8f8; }
.shop-category1 ul li:nth-child(4){border: 0}
.shop-category1 ul li i{ width: 50px; height: 50px; display: block; margin: 0 auto;}
.shop-category1 ul li i img,.shop-category2 ul li i img{width:100%; height:100%; display: block;}
.shop-category1 ul li a{ width: 100%; color: #666;padding: 10px 0;display: block;}
.shop-category1 ul li a div{ line-height: 28px; font-size: 14px}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.image-list{
	
	box-shadow: 0px 0px 1px #ccc;
	margin-bottom:8px;
	overflow: hidden;
}
.image-list ul{
	height: 100%;
	overflow: hidden;
}
.image-list.style0,.image-list.style0 ul{
    padding: 0;
}
.image-list.style0 ul li{
    display: block;
}
.image-list.style1,.image-list.style2,.image-list.style3{padding-bottom: 8px}
.image-list.style1 ul li img{ height: 100%}
.image-list.style1 ul li{
	display: block;
	height: 160px;
	margin:8px 8px 0;
}
.image-list.style3 ul li{
	float: left;
	width:33.33333%;
	height: 130px;
    box-sizing: border-box;
    padding:8px 0 0 8px;
}
.image-list.style2,.image-list.style3{padding-right: 8px}
.image-list.style2 ul li{
    box-sizing: border-box;
    padding: 8px 0 0 8px;
    width:50%;
	float: left;
}
.image-list ul li a{
	display: block;
	height: 100%;
}

.image-list ul li a p{
	display: none;
}

.image-list.style1 ul li a p{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top:-30px;
	position: relative;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	color:#fff;
	padding:0 10px;
}

.image-list ul li a img{
	width:100%;
	background: #f1f1f1;
}

.image-list.style2 ul li a img,.image-list.style3 ul li a img{
	width:100%;
	height:100%;
}

/*商品*/
.label-waring {
    margin-left: 2px;
    background-color: #fd6801;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    display: inline-block;
}
.goods-list {
    background: #fff;
    margin-bottom:8px;
    border-bottom: 1px solid #eee;
}
.banquan {
    background: #fff;
    margin-bottom:8px;
    border-bottom: 1px solid #eee;
	height: 50px;
    line-height: 20px;
	font-size: 12px;
	text-align:center;
}
.goods-list h3 {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    padding:0 8px 0 0;
}
.goods-list h3 a {
    border-left: 4px solid #0192c2;
    padding-left: 8px;
    display: block;
    color: #333;
    background: url(../img/arr.png) right center no-repeat;
    background-size: 4px 8px;
}
.goods-list h3 a span{
    color: #666;
    float: right;
    font-weight: normal;
    font-size: 12px;
    padding-right: 8px;}
.style-big ul li {
    padding: 8px 8px 0;
}
.style-big ul li .goods-inner {
    border-bottom: 1px solid #eee;
    padding: 0 0 8px 0;
}
.goods-list ul li:last-child .goods-inner {
    border-bottom: 0;
}
.style-big ul li .goods-title {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 8px 5px
}
.style-big ul li .goods-info .goods-price {
    font-weight: 700;
    color: #0192c2;
    font-size: 18px;
}
.style-big ul li .goods-info .goods-del, .style-big ul li .goods-info .goods-sale {
    color: #999;
    margin-left: 10px;
    font-size: 12px
}
.goods-list.style-big > ul > li .goods-inner > a {display: block;}
.goods-list.style-big > ul > li .goods-inner > a > .goods-img img {width: 100%;}
.smallgoods-img{display: inline-block;width: 100%;height: 100%;}
.goods-list.style-small ul {
    padding: 8px 8px 0 0;
}
.goods-list.style-small ul li {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 0 8px 8px
}
.goods-list.style-small ul li .goods-inner {
    border: 1px solid #eee;
}
.style-small ul li img{}
.style-small ul li .goods-title {
    font-size: 14px;
    padding: 0 5px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.style-small ul li .goods-info {
    height: 21px;
    box-sizing: content-box;
    border-top: 1px #ddd dotted;
    padding: 5px 0 5px 5px;
    position: relative;
}
.style-small ul li .goods-info .goods-price {
    font-weight: 700;
    color: #0192c2;
    font-size: 14px;
    line-height: 21px;
}
.style-small ul li .goods-info .goods-del {
    color: #999;
    margin-left: 2px;
    font-size: 10px;
    line-height: 21px;
}
.style-small ul li .goods-info .goods-sale {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom:74px;
    left:0;
    padding: 5px;
    text-align: right;
}
.style-small ul li .goods-info .label-waring{
   
}
.goods-list.style-list ul li {
    box-sizing: border-box;
    padding:8px 8px 0 8px;
    margin-bottom: -1px
}
.goods-list.style-list ul li .goods-inner {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
}
.goods-list.style-list ul li .goods-img {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.goods-list.style-list ul li .goods-img img {
    width: 100%;
    height: 100%;
}
.goods-list.style-list ul li .goods-title {
    margin-top: 8px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.goods-list.style-list ul li .goods-info {
    position: absolute;
    bottom:8px;
    right: 0;
    left:98px;
    line-height: 24px;
}
.style-list ul li .goods-info .goods-price {
    margin-left: 10px;
    font-weight: 700;
    color: #0192c2;
    font-size: 16px;
}
.style-list ul li .goods-info .goods-del, .style-list ul li .goods-info .goods-sale {
    color: #999;
    margin-left: 10px;
    font-size: 12px
}
/*end商品*/
.goods{width:100%;overflow: hidden;}

.goods-category{
	background: #fff;
	box-shadow: 0px 0px 1px #ccc;
	margin-top:8px;
	padding:8px 1.333% 0;
}

.goods-category ul{
	width:100%;
	overflow: hidden;
}

.goods-category li{
	float: left;
	width:48%;
	margin:1px 1%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	box-shadow: 0px 0px 1px #999;
	background: -webkit-gradient(linear,0% 0%, 0% 100%, from(#f5f5f5), to(#e9e9e9));
	margin-bottom: 8px;
}

.goods-category li a{
	display: block;
	height: 100%;
}

.goods-category li img{
	float: left;
	width:26px;
	height: 26px;
	margin:5px;
/*	background: #ccc;*/
.row:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}


#mcover{ position: fixed;	top:0;	left:0;	width:100%;	height:100%;background:rgba(0, 0, 0, 0.7);	display:none;z-index:20000;}
#mcover img {position: fixed;right: 18px;top:5px;width: 260px;height: 180px;z-index:20001;}




