
/*==================首页模板样式修正===================*/
input {
    box-sizing: revert;
}

section {
    padding: 0;
}

.footer .content a {
    color: #fff;
}
.product-item h3 {
    min-height: 68px;
}
/*两行文本溢出*/
.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2; /* 注意：这不是一个标准的CSS属性，但在某些浏览器中可以工作 */
    -webkit-line-clamp: 2; /* 对于WebKit浏览器 */
    /*max-height: calc(1em * 1.2 * 2); !* 根据字体大小和行高计算最大高度 *!*/
}

/*==================其他页面自定义样式修正===================*/

/*产品列表页*/
.goods_tag dl p{
    line-height: 50px!important;
}

/*商家列表页面*/
.main {
    float: none;
    width: auto;
}
.seller_list li {
    width: 286px;
}
.seller_list li:nth-child(4n) {
    margin-right: 0;
}
.seller_list li a {
    width: auto;
    padding: 53px 10px 10px;
}
.seller_list li h3 {
    background-color: #ededed;
    color: #000;
    line-height: 50px;
    height: 50px;
    padding: 0 5px;
    font-size: 2em;
}