.editor-staticgoods .staticgoods-item {
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}
.editor-staticgoods .staticgoods-item .staticgoods-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    border: 1px solid #ececec;
    text-align: center;
    vertical-align: middle;
}
.editor-staticgoods .staticgoods-item .staticgoods-image img {
    width: 75px;
    height: 75px;
}
.editor-staticgoods .staticgoods-item .staticgoods-params {
    margin-left: 80px;
}
.editor-staticgoods .staticgoods-item .staticgoods-params input:last-child {
    margin-top: 10px;
}
.editor-staticgoods .text-right{
    margin-right: 10px;
}

.shop-goods-wrap{
	background-color: #fff;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.pad-15 {
    padding: 15px;
}
.mar-l-8 {
    margin-left: 8px;
}
.mar-r-8 {
    margin-right: 8px;
}
.position-re {
    position: relative;
}
.ds-block {
    display: block;
}
.icon-sell-num {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    color: white;
    font-weight: normal;
    bottom: 2px;
    right: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
}
/* 板块标题 */
.shop-flex-title {
    text-align: center;
}
.flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: .9rem;
    color: #333;
}
.shop-flex-title .shop-recommend-title {
    color: #fd5a45;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-flex-title .shop-recommend-title .icon-title {
    width: 25px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-top: 6px;
}
/* 一行一个商品 */
.shop-recommend-one {
    overflow: hidden;
	padding: 0 15px;
}
.shop-recommend-one .shop-flex-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}
.shop-recommend-one .shop-flex-2 .shop-goods-img {
	position: relative;
    width: 122px;
    height: 122px;
    margin-right: 7px;
}
.shop-recommend-one .shop-flex-2 .shop-goods-img img {
    max-width: 100%;
    border: 0;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    font-weight: normal;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 {
    color: #ff3d00;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
	margin-bottom: 7px;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 em {
    font-style: normal;
    float: left;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 i {
    font-style: normal;
    font-size: .7rem;
    color: #bdbdbd;
    text-decoration: line-through;
    margin-left: .6rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4{
	position: relative;
	font-weight: normal;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4>em {
	font-style: normal;
    color: #777;
    font-size: .8rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4>i {
    font-style: normal;
    float: right;
}
/* 一行两个商品 */
.shop-recommend-two {
    padding: 0 .38rem;
    overflow: hidden;
}
.shop-recommend-two .shop-hot-list-img {
    margin: 0 1% 2% 1%;
    width: 47.999%;
    background: white;
    padding: .8rem;
	float: left;
}
.shop-recommend-two .shop-hot-list-img img{
	max-width: 100%;
}
.shop-recommend-two .shop-hot-list-img .goods-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
	line-height: 1.5;
	height: 38px;
}
.shop-recommend-two .shop-hot-list-img h2 {
    color: #f34b25;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
	margin: 8px 0;
    position: relative;
}
.shop-recommend-two .shop-hot-list-img h3{
	font-size: 12px;
    margin: 0;
}
.shop-recommend-two .shop-hot-list-img h3 em {
	font-size: .7rem;
    color: #bdbdbd;
	font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
}
.icon-common {
    width: 18px;
    height: 18px;
    display: block;
    border: none;
    float: left;
    background-size: 18px;
    background-repeat: no-repeat;
}
.icon-add-cart {
    background-image: url('../../img/icon-add-cart.png?v=2');
    position: absolute;
    right: 0;
    top: 9px;
}
/* 查看更多 */
.browse-more{
	font-size: .7rem;
    border-top: solid 1px #ececec;
    padding: 10px 15px;
	text-align: center;
}
.browse-more a{
	color: #fd5a45;
}