﻿/*page carselling*/
body {
    background: url(../images/111.jpg) no-repeat 50% 0 #fff;
    /*background-size: 100% auto;*/
}

/*header*/
.ly-header .ly-header-city {
    color: #fff;
}

    .ly-header .ly-header-city:after {
        border-color: #fff;
    }

.ly-header .ly-header-nav li a {
    color: #fff;
}

    .ly-header .ly-header-nav li a:hover {
        color: #ff7901;
    }

    .ly-header .ly-header-nav li a.active {
        color: #fff;
        border-color: #fff;
    }

.ly-header .ly-header-nav .ly-header-nav-tel span {
    color: #fff;
}


/*卖车*/
.ml-sellcar {
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 #C0C0C0;
    border-radius: 4px;
    width: 350px;
    height: 300px;
    position: absolute;
    right: 0;
    top: 15px;
}

    .ml-sellcar h3 {
        font-family: MicrosoftYaHei;
        font-size: 26px;
        color: #333333;
        text-align: center;
        padding: 24px 0;
    }


    .ml-sellcar p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #474747;
        text-align: center;
    }

        .ml-sellcar p em {
            font-family: MicrosoftYaHei;
            font-size: 26px;
            color: #ff7901;
        }

.ml-sellcar-box {
    text-align: center;
}

.ml-sellcar-input {
    width: 300px;
    height: 46px;
    border: 1px solid #FC7506;
    border-radius: 2px;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    outline: none;
    margin-bottom: 24px;
}

.ml-sellcar-btn {
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0 none;
    background-color: #FF7901;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 35px;
}



/*卖车流程*/
.ml-carsell-flow {
    height: 368px;
    /*-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);*/
    background: url(../images/012.png) no-repeat 50% 50% #fff;
}

.ml-carsell-title {
    border-left: 4px solid #ff7901;
    font-size: 26px;
    padding-left: 20px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

/*最新成交*/
.sl-car-list {
    width: 2000%;
}

.sl-car-list-item {
    width: 600px;
    float: left;
}

.sl-car-list-item-img {
    float: left;
    width: 220px;
}

    .sl-car-list-item-img img {
        width: 100%;
    }

.sl-car-cont {
    margin-left: 245px;
    width: 300px;
}

.sl-car-list-item-subname {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
    padding: 12px 0;
    line-height: 1.6;
}


.sl-car-list-item-year {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #797979;
    margin-bottom: 20px;
}

    .sl-car-list-item-year .icon-place {
        display: inline-block;
        margin: 0 5px;
    }

.sl-car-list-item-price {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FF7901;
}



.sl-car-tab {
    text-align: center;
    padding: 60px 0 20px 0;
    font-size: 0;
}


    .sl-car-tab em {
        background-color: #E6E6E6;
        width: 20px;
        height: 4px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        cursor: pointer;
    }

    .sl-car-tab .active {
        background-color: #FF7901;
    }


/**常见问题*/
.ml-problem-list {
}

.ml-problem-item {
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    width: 50%;
    float: left;
    min-height: 100px;
}


    .ml-problem-item img {
        position: absolute;
        right: 15px;
        top: 25px;
        width: 15px;
    }

.ml-proble-title {
    font-size: 16px;
    padding: 10px 0 10px 36px;
    background: url(/Content/images/112.png) 0 50% no-repeat;
}

.ml-problem-content {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    width: 460px;
    line-height: 1.8;
}

/*成交车辆*/
.ml-car-list-item {
    margin-bottom: 0;
}

/**悬浮我要卖车*/
.ml-fixed-bottom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    background: url(/Content/images/019.png) no-repeat 50% 0;
    background-size: auto 100px;
}

.ml-fixed-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ml-fixed-inputphone {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 30px;
}

    .ml-fixed-inputphone input {
        display: block;
        width: 400px;
        height: 40px;
        font-size: 14px;
        outline: none;
        border: 1px solid #ff7901;
        float: left;
        padding: 0 5px;
    }

.ml-fixed-input-btn {
    float: left;
    display: block;
    width: 118px;
    height: 40px;
    background-color: #ff7901;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: 0 none;
}

.ml-title-link {
    color: #3985de;
    font-size: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

    .ml-title-link i {
        display: inline-block;
        font-family: SimSun;
        margin-left: 5px;
        font-weight: bold;
        font-size: 18px;
    }

.ml-fixed-tel {
    position:absolute;
    color:#ff7901;
    right:0px;
    top:40px;
    font-size:20px;
    font-family:Arial;
}

/*.problemhide {
    height: 310px;
    overflow: hidden;
}*/
