﻿/*page index*/
body {
    background-color: #f5f5f5;
}

.ly-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

/*home-search*/
.home-search-wrap {
    position: relative;
    margin-top: -40px;
    z-index: 1;
}

.home-search {
    border-radius: 6px;
    height: 270px;
    background-color: #fff;
    width: 1200px;
    -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);
}

    .home-search .search-left {
        float: left;
        width: 800px;
        padding: 0 35px;
        overflow: hidden;
    }

    .home-search .search-right {
        float: right;
        width: 380px;
        padding-right: 35px;
        overflow: hidden;
    }

    .home-search .search-input-box {
        font-size: 16px;
        height: 90px;
        line-height: 90px;
    }

    .home-search .search-input-div {
        float: right;
        position: relative;
    }

    .home-search .search-input {
        height: 46px;
        line-height: 46px;
        width: 280px;
        border-radius: 20px;
        border: 0 none;
        background-color: #f2f2f2;
        float: right;
        margin-top: 23px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
    }

    .home-search .search-input-icon {
        position: absolute;
        right: 10px;
        top: 25px;
        width: 40px;
        height: 40px;
        background: url("../images/search.png") no-repeat 50% 50%;
        background-size: 20px;
        cursor: pointer;
    }

.buycar-brand {
    padding: 30px 0 5px 0;
}

    .buycar-brand a {
        float: left;
        width: 100px;
        height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .buycar-brand img {
        width: 24px;
        height: 24px;
        vertical-align: top;
        margin-top: -2px;
        margin-right: 5px;
    }

    .buycar-brand .ml-link {
        color: #3380da;
    }

        .buycar-brand .ml-link:hover {
            color: #ff7901;
        }


.buycar-price {
    padding-top: 8px;
    height: 40px;
}

    .buycar-price a {
        height: 44px;
        line-height: 44px;
        width: 100px;
        float: left;
        padding-left: 4px;
    }

.search-text {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
}

    .search-text em {
        color: #ff7901;
        font-size: 24px;
        font-family: Arial;
        font-style: normal;
    }

.search-input-sellcar {
    width: 352px;
    height: 54px;
    border: 0 none;
    margin: 10px 0;
    background-color: #f2f2f2;
    padding: 0 15px;
    outline: none;
    border-radius: 3px;
}

.search-btn-sellcar {
    width: 352px;
    height: 70px;
    line-height: 70px;
    background-color: #ff7901;
    border: 0 none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    outline: none;
}


/*促销专区*/
.ml-sales-list li {
    float: left;
    margin-left: 20px;
}

    .ml-sales-list li:first-child {
        margin-left: 0;
    }

.ml-sales-list a {
    display: block;
}

    .ml-sales-list a: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-sales-list .ml-sales-box {
    width: 100%;
    height: 163px;
    position: relative;
    background-color: #fff;
}

.ml-sales-list .ml-sales-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    padding: 20px 0;
}

.ml-sales-list .ml-sales-text-title {
    font-size: 18px;
    padding: 20px 0 15px;
    color: #333;
}

.ml-sales-list .ml-sales-text-content {
    color: #ff7901;
}

.ml-sales-list2 a:first-child {
    margin-bottom: 20px;
}

/*优质商家*/
.ml-quality-business {
    margin-left: -22px;
}

.ml-quality-business-item {
    float: left;
    width: 385px;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    margin-left: 22px;
}

.ml-quality-business-item-hidden {
    display: none;
    position: absolute;
    width: 385px;
    height: 320px;
    overflow: hidden;
    background-color: #fff;
    left: 0;
    top: 0;
}

.ml-quality-business-name {
    font-size: 20px;
    color: #000000;
    padding: 40px 0;
    text-align: center;
}

.ml-quality-business-img {
    padding: 0 20px;
    font-size: 0;
    margin-bottom: 30px;
    text-align: center;
}

    .ml-quality-business-img img {
        height: 65px;
        overflow: hidden;
        display: inline-block;
        max-width: 87px;
    }

    .ml-quality-business-img a {
        display: inline-block;
        margin-left: 10px;
    }

        .ml-quality-business-img a:first-child {
            margin-left: 0;
        }

.ml-ml-quality-business-btn {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff7901;
    border: 1px solid #ff7901;
    border-radius: 2px;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.ml-quality-business-item-show {
    display: block;
}

.ml-quality-business-subname {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -60px;
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

/*二手车搜索*/

.ml-search-condition {
    height: 180px;
}

    .ml-search-condition .ly-left {
        width: 1040px;
        background-color: #686868;
        height: 180px;
        float: left;
    }

    .ml-search-condition .ly-right {
        width: 160px;
        float: left;
        height: 180px;
        background: #2A2A2A;
        color: #fff;
        cursor: pointer;
    }

        .ml-search-condition .ly-right:hover {
            background-color: #ff7901;
        }

        .ml-search-condition .ly-right p {
            text-align: center;
            font-size: 24px;
            margin-top: 40px;
        }

            .ml-search-condition .ly-right p:last-child {
                margin-top: 20px;
            }

.ml-search-condition-title {
    font-size: 24px;
    color: #fff;
    padding: 30px 30px 20px 30px;
}

.ml-search-condition-input {
    padding: 0 30px;
}

    .ml-search-condition-input:after {
        display: table;
        content: ' ';
        clear: both;
    }

.ml-search-condition-input {
    clear: both;
}

.ml-search-box {
    float: left;
    width: 160px;
    height: 40px;
    margin-right: 20px;
    position: relative;
}

    .ml-search-box input {
        width: 160px;
        height: 40px;
        padding: 10px;
        border-radius: 5px;
        border: 0;
        outline: none;
    }

.ml-search-condition-text {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 0 30px;
}

.filter-box {
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 158px;
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 55;
    display: none;
}

    .filter-box dd {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 120px;
        color: #333;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 14px;
        cursor: pointer;
    }

/**猜你喜欢*/
.ml-you-like {
    float: right;
    margin-right: 50px;
}

    .ml-you-like li {
        display: inline-block;
        margin: 0 30px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }

        .ml-you-like li:hover {
            color: #ff7901;
        }

.ml-you-like-active {
    border-bottom: 4px solid #ff7901;
}



/*买车流程/卖车流程*/
.ml-process-car {
    height: 547px;
    width: 100%;
    background: url(../images/009.png) no-repeat 50% 50%;
}

    .ml-process-car img {
        width: 90%;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
    }

    .ml-process-car ul {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 70px;
    }

        .ml-process-car ul li {
            font-size: 24px;
            color: #333333;
            // font-weight: bold;
            display: inline-block;
            height: 44px;
            line-height: 44px;
            padding: 0 65px;
            cursor: pointer;
        }

            .ml-process-car ul li:first-child {
                border-right: 1px solid #979797;
            }

.ml-process-car-active {
    border-bottom: 4px solid #ff7901;
}

/*消费者说*/
.ml-consumer-said {
    // height: 460px;
    padding-bottom: 40px;
}

.ml-consumer-said-title {
    font-size: 24px;
    color: #353535;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 50px;
}

.ml-consumer-said-text {
    font-size: 16px;
    color: #8A8A8A;
    text-align: center;
    padding-bottom: 40px;
}

/*home-topsearch-tit*/
.home-topsearch-tit {
    color: #7a7a7a;
}

    .home-topsearch-tit i {
        font-style: normal;
        font-size: 36px;
        color: #ff7901;
    }

    .home-topsearch-tit em {
        color: #7a7a7a;
        font-size: 18px;
        font-style: normal;
    }

/*轮播*/
.unslider {
    position: relative;
    overflow: auto;
    text-align: center;
    margin: 0 auto;
    min-height: 420px;
}

    .unslider ul {
        z-index: 1;
        width: 600%;
        overflow: hidden;
    }

        .unslider ul .slider-item {
            float: left;
            height: 420px;
            position: relative;
            overflow: hidden;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto 100%;
        }

            .unslider ul .slider-item a {
                display: block;
                width: 100%;
                height: 420px;
            }

            .unslider ul .slider-item img {
                height: 420px;
                position: absolute;
                top: 0;
                left: 50%;
                width: 100%;
            }

    .unslider .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 70px;
        z-index: 3;
    }

        .unslider .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s,opacity .5s;
            -moz-transition: background .5s,opacity .5s;
            transition: background .5s,opacity .5s;
        }

            .unslider .dots li.active {
                background: #fff;
                opacity: 1;
            }

    .unslider .unslider-arrow {
        position: absolute;
        width: 50px;
        height: 90px;
        top: 50%;
        margin-top: -18px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .unslider .unslider-arrow img {
            width: 50px;
            height: 90px;
        }

    .unslider .prev {
        left: 15px;
    }

    .unslider .next {
        right: 15px;
    }

    .unslider .progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15%;
        min-height: 3px;
        overflow: hidden;
        z-index: 2;
        background: #f60;
        display: none;
    }

/*车辆列表*/

.ml-car-list-item a {
    background-color: #fff;
}

/*顶部白色导航*/
.ly-header .ly-header-nav .ly-header-nav-tel span {
    color: #fff;
}

.ly-header .ly-header-nav li a {
    color: #fff;
}

    .ly-header .ly-header-nav li a.active {
        color: #fff;
        border-color: #fff;
    }

.ly-header .ly-header-city {
    color: #fff;
    background-image: url(/Content/images/072.png);
    background-position-y: 25px;
}

    .ly-header .ly-header-city:hover {
        color: #fff;
    }