/*商品楼层*/
/*.floor {
  margin-top: 55px;
}
.floor .hd {
  position: relative;
  text-align: center;
}
.floor .hd .text {
  display: inline-block;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.floor .bd {
  margin-top: 20px;
  overflow: hidden;
  width: 1200px;
}

.user-defined .banner {
  width: 100%;
  margin: auto;
  height: 500px;
}
*/

/*20180906޸*/
.blockBg{
	background: #f8f8f8;
}

.user-defined .banner {
	width: 100%;
	height: 524px;
	padding: 0;
}

.floor {
	padding-top: 20px;
}

.hot-sales{
	width: 210px;
	background: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
}
.hot-sales .icon-hot{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-family: 'Microsoft Yahei';
	background:url(../img/user-defined/icon_hot.png) no-repeat;
}
.hot-sales .title{
	height: 36px;
	line-height: 36px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	color:#e4393c;
	font-weight:bold;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
}
.hot-sales .hot-l{
	padding: 0 10px;
	margin-bottom: 20px;
}
.hot-sales .hot-l .p-img{
    margin-bottom: 10px;
    text-align: center;
}
.hot-sales .hot-l .p-img .imgshow{
	width:100%;
	height:190px;
}
.hot-sales .hot-l .p-name {
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    word-break: break-all;
}
.hot-sales .hot-l .price{
	height: 16px;
	line-height: 16px;
	color: #f60;
}

.featured{
	margin-top: 15px;
}
.featured .title{
	color:#666;
}

.rightWrap{
	width: 975px;
}

.user-defined .product .layui-card{
    border: 0;
	box-shadow: none;
}
.user-defined .product .layui-card:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.user-defined .product .layui-card .item-pic{
	height: 232px;
}
.user-defined .product .layui-card-body{
	padding: 0 10px;
	margin: 10px 0;
	border: 0;
    overflow: hidden;
}
.user-defined .product .layui-card-header{
	border-top: 1px solid #eee;
}
.user-defined .product .layui-card-header{
	padding-left: 3px;
}
.user-defined .product .price {
    font-size: 15px;
}
.user-defined .product .addcart {
    padding: 0 3px;
    font-size: 12px;
}
.user-defined .product .addcart i {
    margin-right: 2px;
}

.user-defined .layui-laypage-skip{
	background: none;
}
