﻿/*page carlist*/
body {
    background-color: #fff;
}

/*header*/
.ly-header {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(27, 22, 22, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
}


/*排序*/

.ml-content-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;
}

.ml-content-tab {
    font-size: 24px;
    color: #212121;
    width: 500px;
    height: 50px;
    line-height: 50px;
    display: flex;
}

.ml-content-tab-item {
    width: 150px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.ml-content-title-active-line {
    width: 60px;
    height: 4px;
    background-color: #ff7901;
    position: absolute;
    bottom: 0px;
    left: 45px;
}

.ml-content-tab span {
    font-size: 14px;
}

.ml-content-tab em {
    font-size: 18px;
    font-family: Arial;
    color: #ff7901;
    display: inline-block;
    margin: 0 3px;
}

.ml-content-orderby {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 15px;
    clear: both;
    font-size: 0;
}

.ml-content-orderby-item {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.sort-asc {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/015.png) no-repeat 0 0;
    background-size: auto 13px;
}

.active-asc {
    background: url(../images/015-1.png) no-repeat 0 0;
    background-size: auto 13px;
}

.active-desc {
    background: url(../images/015-1.png) no-repeat 0 0;
    background-size: auto 13px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sort-active {
    color: #ff7901;
}

.ml-content-item {
    width: 283px;
    height: 350px;
    margin: 0 20px 20px 0;
    display: inline-block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

    .ml-content-item:nth-child(4n) {
        margin-right: 0;
    }


    .ml-content-item:hover {
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

.ml-content-item-img {
    width: 100%;
    height: 214px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

    .ml-content-item-img img {
        height: 100%;
        display: block;
        margin: 0 auto;
    }

.ml-content-item-name {
    color: #212121;
    font-size: 16px;
    margin-bottom: 6px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ml-content-item-subname {
    color: #212121;
    font-size: 16px;
    // margin-bottom: 20px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ml-content-item-set {
    margin-top: 10px;
    color: #797979;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.ml-content-item-active {
    font-size: 20px;
    color: #ff7901;
}

.ml-content-item-no-active {
    font-size: 14px;
    color: #8b8b8b;
}

.ml-content-price {
    position: relative;
    padding: 0 10px;
}

.ml-content-price-status {
    background: #fcc7c7;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fb4645;
}

/**筛选*/
.filter-groups {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 40px;
}

.filter-row {
    border-top: 1px solid #e5e5e5;
    min-height: 50px;
    background-color: #f5f5f5;
}

    .filter-row:first-child {
        border: 0 none;
    }

.filter-key {
    overflow: hidden;
    float: left;
    color: #797979;
    width: 80px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}

.filter-value {
    position: relative;
    margin-left: 80px;
    padding-left: 10px;
    padding-right: 110px;
    min-height: 50px;
    background-color: #fff;
}

.filter-item {
    float: left;
    margin-top: 13px;
}

    .filter-item li {
        float: left;
        margin: 0 20px 0 0;
        white-space: nowrap;
        height: 24px;
        line-height: 24px;
        padding: 0 6px;
        border-radius: 1px;
        cursor: pointer;
    }

        /*.filter-item li a {
            display: inline-block;
            white-space: nowrap;
            height: 24px;
            line-height: 24px;
            padding: 0 6px;
            border-radius: 1px;
        }*/


        .filter-item li.active {
            background-color: #ff7901;
            color: #fff;
        }

            .filter-item li.active i {
                display: inline-block;
                margin-left: 5px;
            }

        .filter-item li:hover {
            color: #ff7901;
        }

        .filter-item li.active:hover {
            color: #fff;
        }

.filterresult li {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    border-radius: 1px;
    background-color: #ff7901;
    color: #fff;
}

    .filterresult li i {
        display: inline-block;
        margin-left: 5px;
    }

    .filterresult li:hover {
        color: #fff;
    }

.filter-options {
    position: absolute;
    top: 13px;
    right: 20px;
}

    .filter-options .filter-options-clear {
        display: inline-block;
        padding-left: 24px;
        height: 24px;
        line-height: 24px;
        background: url(../images/016.png) no-repeat 0 50%;
        background-size: auto 18px;
        color: #797979;
    }

    .filter-options .filter-options-more {
        display: inline-block;
        color: #797979;
        color: #333;
        height: 28px;
        line-height: 28px;
        padding: 0 30px 0 10px;
        border: 1px solid #e5e5e5;
    }

.filter-other {
    margin-top: 11px;
}

    .filter-other li {
        margin-right: 35px;
    }

        .filter-other li:hover {
            color: #333;
        }

.filter-select-box {
    position: relative;
}

.filter-select-txt {
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 10px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.filter-select-list {
    display: none;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 26px;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.filter-color-list {
    background-color: #fff;
    width: 240px;
    padding: 10px 0;
}

.filter-select-list li {
    cursor: pointer;
    float: left;
    width: 120px;
    margin: 0;
    display: block;
    padding: 8px 10px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 78px;
    height: auto;
    line-height: normal;
}

    .filter-select-list li a {
        display: block;
        padding: 0;
    }

    .filter-select-list li:hover {
        color: #ff7901;
    }

.filter-color-item {
    width: 100px;
    display: block;
    padding: 5px 10px;
    float: left;
    margin: 0 !important;
}

    .filter-color-item:hover {
        color: #ff7901;
    }

    .filter-color-item .filter-article {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

    .filter-color-item .filter-article-line {
        border: 1px solid #e5e5e5;
    }

/**箭头*/
.ico-arr-down {
    position: relative;
    background: url(../images/061.png) no-repeat 90% 4px;
}

.ico-arr-up {
    position: relative;
    background: url(../images/062.png) no-repeat 90% 2px;
}

/*价格输入*/
.enter-price {
    float: left;
    margin-top: 11px;
}

    .enter-price input {
        display: inline-block;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        height: 26px;
        line-height: 26px;
        padding: 5px;
        width: 60px;
        outline: 0 none;
        vertical-align: middle;
        margin: 0 5px;
    }

    .enter-price .btn {
        outline: 0 none;
        padding: 0;
        height: 26px;
        line-height: 26px;
        padding: 0 15px;
        margin-left: 15px;
    }

/**全部品牌*/
.filter-allbrand {
    clear: both;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

    .filter-allbrand ul {
        float: left;
        width: 330px;
    }


    .filter-allbrand li {
        overflow: hidden;
        margin-bottom: 20px;
    }



    .filter-allbrand label {
        float: left;
        width: 20px;
        height: 24px;
        line-height: 24px;
        color: #ff7901;
        font-size: 14px;
        font-weight: 700;
    }

    .filter-allbrand .bran-cont {
        float: left;
        width: 310px;
    }

        .filter-allbrand .bran-cont a {
            float: left;
            height: 24px;
            line-height: 24px;
            margin-right: 15px;
            font-size: 14px;
            color: #495056;
        }

            .filter-allbrand .bran-cont a:hover {
                color: #ff7901;
            }

/*搜索*/
.search-input-div {
    float: right;
    position: relative;
}

.search-input {
    height: 46px;
    line-height: 46px;
    width: 280px;
    border-radius: 20px;
    border: 0 none;
    background-color: #f2f2f2;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
}

.search-input-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../images/search.png") no-repeat 50% 50%;
    background-size: 20px;
    cursor: pointer;
}
