﻿/*page sellcar*/
.ml-head {
    -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 4, 0.1), 2px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0 rgba(0, 0, 4, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
/*卖车*/
.ml-sellingcar-card {
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.ml-sellingcar-banner img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.ml-sellingcar-input {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 4, 0.1), 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0 rgba(0, 0, 4, 0.1), 0px 0 10px rgba(0, 0, 0, 0.1);
}

.ml-sellingcar-input-text {
    border-bottom: 1px solid #F3F3F3;
    height: 45px;
    line-height: 40px;
}

    .ml-sellingcar-input-text input {
        height: 40px;
        width: 100%;
        padding: 0 10px;
        outline: 0;
        border: 0 none;
    }

.ml-sellingcar-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #ff7901;
    margin: 20px 0;
}

.ml-sellingcar-title {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.ml-sellingcar-title-text {
    text-align: center;
}

.ml-sellingcar-title-text-line {
    height: 1px;
    background-color: #C6C6C6;
    position: relative;
    margin: 20px auto;
    width: 150px;
    margin-bottom: 30px;
}

.ml-sellingcar-text {
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: -14px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    font-size: 14px;
}



.ml-problem-list {
    padding: 10px 0 15px 0;
}

.ml-proble-title {
    font-size: 16px;
    padding: 10px 0 10px 36px;
    background: url(/Content/images/99.png) 0 50% no-repeat;
}

.ml-problem-content {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
}

.upimg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ml-title-link {
    color: #3985de;
    font-size: 12px;
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 50px;
}

    .ml-title-link i {
        display: inline-block;
        font-family: SimSun;
        margin-left: 5px;
        font-weight: bold;
        font-size: 14px;
    }
