.c-shop{margin: 15px 10px;padding:15px;border-radius:8px;background-color:#fff;box-shadow:0 10px 60px 0 rgba(29,29,31,.09)}
    
        .gooslist-body-right{
            border:0px;
            border-left: 1px solid #dcdcdc;

        }
        .goodslist-box{
            border-radius: 10px;
        }
        .goodslist-menu1{
	position: relative;
	width: 100%;
	clear: both;
	padding:10px 20px 20px;
	background: white;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	 border-radius: 10px;
}
        .gooslist-body-right a{
            display:inline;
            height:inherit;
            float: left;
            width: auto;
        }
        .gooslist-body-right a.menu-active{
            color:#1E9FFF;
        }
        .gooslist-body-right a.menu-active:after{
            content: "";
            width: 0px;
            height: 0px;
            padding: 0px;
        }

        hr.style-one {/*内嵌水平线*/
            width:80%;
            margin:0 auto;
            border: 0;
            height: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
        hr.style-two {/*透明渐变水平线*/
            width:80%;
            margin:0 auto;
            border: 0;
            height: 1px;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        }
        hr.style-three{/*渐变*/
            width:80%;
            margin:0 auto;
            border: 0;
            height: 1px;
            background: #333;
            background-image: linear-gradient(to right, #eee, #dcdcdc, #eee);
        }
.container1{width:100%;margin-right:auto;margin-left:auto}@media (min-width:576px){.container1{max-width:1200px}}

.name {
    color:#6b6b6b;
	position:relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.pbr {
    margin: 1px 0px;
}
.sgBottom {
	padding:5px 10px
}
.sgTitle {
	font:600 13px/18px simhei;
	color:#060606;
	position:relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.sgLogo {
	width:15px;
	height:15px;
	position:absolute;
	left:0;
	top:1px
}
.sgReturnBox {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	height:17px;
	padding-top:7px
}
.coupons {
	position:relative;
	margin-right:12px
}
.couponsImg {
	position:absolute;
	width:100%;
	height:17px;
	z-index:1
}
.coupons div {
	font:12px/17px simhei;
	color:#f70402;
	padding:0 4px;
	min-width:39px;
	position:relative;
	z-index:2;
	text-align:center
}
.sgReturn {
	border:1px solid #ff1a2a;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	border-radius:3px;
	margin-right:12px
}
.sgReturnL {
	width:17px;
	background:-webkit-linear-gradient(top,#ff1a2a,#ff4200);
	background:linear-gradient(180deg,#ff1a2a,#ff4200);
	font:12px/15px simhei;
	color:#fff;
	text-align:center
}
.sgReturnR {
	padding:0 5px;
	font:11px/15px Microsoft YaHei;
	color:#ff1a2a
}
.sgOriginal {
	font:10px/10px simhei;
	padding:8px 0 5px 0;
	color:#838383;
	text-decoration:line-through
}
.sgOriginal uni-text {
	font-family:Microsoft YaHei
}
.sgNow {
	font:600 16px/16px simhei;
	color:#ff1c2f
}
.sgnowText01 {
	font:11px/16px simhei
}
.sgnowText02 {
	font:600 12px/16px Microsoft YaHei
}
.sgFan {
	padding:0 5px;
	border-radius:3px;
    	background:-webkit-linear-gradient(359deg,#ff592c,#ff373e);
    	background:linear-gradient(91deg,#ff592c,#ff373e);
	font:600 11px/17px simhei;
	color:#fff
}
.shopFlex {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding:5px 0
}
.shopIcon {
	width:10px;
	height:10px
}
.shopText {
	-webkit-box-flex:1;
	-webkit-flex:1;
	flex:1;
	font:9px/10px simhei;
	color:#838383;
	padding-left:3px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}