.hmy-mall-list-content{ margin-top:0.5rem; background-color:#ffffff; padding:0.25rem 0.5rem;}
.hmy-cate-list ul li{display:inline-block;font-size:0.7rem; line-height:1.4rem;}
.hmy-cate-list ul li a{font-size:0.7rem; padding:0 0.4rem; }
.hmy-cate-list ul li:first-child a{ padding-left:0px;}

.hmy-list-title-block{ margin:1.2rem auto 0.75rem;}
.hmy-list-title-block span {display:block;font-size: 1rem; font-weight:bold;position: relative; text-align:center;} /*定位横线（当横线的父元素）*/
.hmy-list-title-block span:before, .hmy-list-title-block span:after {content: '';/*CSS伪类用法*/ position: absolute;/*定位背景横线的位置*/top: 52%;background: #D7BE9F;/*宽和高做出来的背景横线*/width: 35%;height: 1px;}
.hmy-list-title-block span:before{left: 0rem;}/*调整背景横线的左右距离*/
.hmy-list-title-block span:after {right:0rem;}

/**最新商品**/
.hmy-new-list a{font-size: 14px;color: #6C5178;}
.hmy-new-list .hmy-new-img{ display:table-cell; vertical-align:middle; text-align:center;}
.hmy-new-list .hmy-new-img img{ max-width:98%; margin:0 auto;}
.hmy-new-list .aui-grid [class*=aui-col-]{ padding:0.5rem 0px;}
.hmy-new-list .aui-grid [class*=aui-col-xs-]:active {background-color:#fff;}

/**设计师推荐**/
.hmy-recommend-list .aui-row{ padding:0.5rem 0; border-top:1px solid #dddddd;}
.hmy-recommend-list .aui-row:first-child{ border-top:0px;}
.hmy-recommend-list .hmy-recommend-img img{ max-height:260px;}
.hmy-recommend-list .hmy-recommend-txt{ height:220px; line-height:20px; font-size:14px; color:#939393; padding-left:0.25rem;text-align:justify;}
.aui-ellipsis-11 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 11;-webkit-box-orient: vertical;}
.hmy-recommend-list .aui-grid-label{font-size: 16px; height:1.5rem; line-height:1.5rem; margin-top:0.5rem; padding-left:0.25rem;}