﻿/*page buycardetail*/

.ml-cardetail-carinfo {
    background-color: #fff;
    margin-bottom: 10px;
}

.ml-cardetail-carinfo-base {
    padding: 10px 20px;
}

.ml-carname {
    font-size: 18px;
    margin-bottom: 10px;
}

.ml-price {
    color: #979797;
    position: relative;
    margin-bottom: 10px;
}

    .ml-price span {
        color: #ff7901;
        font-size: 18px;
    }

    .ml-price del {
        padding: 0 5px;
    }

.ml-price-btn {
    position: absolute;
    right: 0;
    top: -3px;
    border: 1px solid #ff7901;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #FDF7F7;
    color: #ff7901;
    outline: 0 none;
}

.ml-hire-purchase {
    position: relative;
    font-weight: 500;
}

    .ml-hire-purchase img {
        width: 100%;
        vertical-align: middle;
    }

.ml-hire-price {
    color: #F55E03;
    font-size: 14px;
    position: absolute;
    top: 35%;
    left: 18%;
}

    .ml-hire-price span {
        display: inline-block;
        margin-right: 15px;
    }

        .ml-hire-price span:last-child {
            margin: 0;
        }

    .ml-hire-price b {
        display: inline-block;
        margin: 0 2px;
    }

.ml-hire-detail {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #F55E03;
    padding: 5% 15px 5% 15px;
    width: 70px;
    background: url(../images/037.png) no-repeat 45px 50%;
    background-size: auto 16px;
}

@media screen and (max-width: 400px) { /* 当屏幕尺寸小于400px时 */
    .ml-hire-price {
        font-size: 12px;
    }
}

.ml-carinfo-title {
    font-size: 18px;
    padding-bottom: 15px;
}

.ml-carinfo-list {
    width: 100%;
}

.ml-carinfo-list-item {
    width: 33.33333333%;
    float: left;
    margin-bottom: 10px;
}

.ml-carinfo-top {
    font-size: 16px;
    margin-bottom: 5px;
}

.ml-carinfo-bottom {
    font-size: 12px;
    color: #9F9F9F;
}

.ml-cardetail-info {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
}

    .ml-cardetail-info img {
        width: 100%;
    }

.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-border-bottom {
    border-bottom: 1px solid #F8F8F8;
    margin-bottom: 10px;
}

.ml-carinfo-cont {
    background-color: #f6f6f6;
    color: #797979;
    padding: 10px;
}

.ulcarlist {
    padding: 0;
}

.ml-fixed-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.ml-fixed-left {
    background-color: #FFC130;
    /*width: 33.33%;
    display: inline-block;*/
    font-size: 14px;
    color: #fff !important;
    border: 0 none;
    outline: 0 none;
    height: 50px;
    line-height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.ml-fixed-right {
    background-color: #FF7900;
    /*width: 33.33%;
    display: inline-block;*/
    font-size: 14px;
    color: #fff !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.ml-fixed-center {
    background-color: #fff;
    /*width: 33.33%;
    display: inline-block;*/
    color: #212121;
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/*轮播*/
#picSlide {
    position: relative;
    min-width: 320px;
    max-width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}

    #picSlide li {
        float: left;
        list-style: none;
    }

        #picSlide li a {
            display: block;
            width: 100%;
        }

        #picSlide li img {
            display: block;
            margin: 0 auto;
            height: auto;
            width: 100%;
        }

    #picSlide .tab {
        position: absolute;
        bottom: 0.3em;
        left: 0;
        width: 100%;
        text-align: center;
    }

        #picSlide .tab em {
            width: 14px;
            height: 14px;
            display: inline-block;
            border-radius: 0.8em;
            -webkit-border-radius: 0.8em;
            background: rgba(9, 13, 19,0.5);
            text-indent: -9999px;
            margin: 2px;
        }

            #picSlide .tab em.active {
                background: rgba(221, 0, 0,1);
                cursor: default;
            }


.picVariableList a {
    display: block;
    margin-bottom: 15px;
}

/*立即砍价*/
.ml-fixed-item {
    padding: 10px;
}

    .ml-fixed-item label {
        width: 60px;
        display: inline-block;
        text-align: right;
    }

    .ml-fixed-item input {
        width: calc(100% - 120px);
        border: 1px solid #F2F2F2;
        display: inline-block;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        outline: 0 none;
    }

.ml-fixed-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #ff7901;
    margin-top: 20px;
}

/*更多配置*/
.car-detail-item-more {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #585858;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    font-size: 16px;
    margin-top: 10px;
}

    .car-detail-item-more:after {
        content: "";
        width: 10px;
        height: 10px;
        border: solid #999;
        border-width: .02rem .02rem 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        vertical-align: .04rem;
        margin-left: 4px;
    }

/*亮点配置*/
.ldCarConfigModelData {
    font-size: 0;
    padding-top: 15px;
    overflow-x: scroll;
    white-space: nowrap;
}

    .ldCarConfigModelData li {
        display: inline-block;
        padding: 0 14px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 15px;
        color: #7a838d;
        background-color: #f6f6f6;
        margin-right: 16px;
    }


/*66项检测报告*/
.cell_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.cell_primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.warp66_bg {
    border: 10px solid #fff1e6;
    background-color: #fffbf7;
    padding: 10px;
}

.warp66_box {
    border: 1px solid #ff7901;
    min-height: 80px;
    position: relative;
}

.assess_ul {
    padding-bottom: 50px;
}

    .assess_ul li {
        padding: 15px 0 15px 15px;
    }

        .assess_ul li .fa {
            color: #ff7901;
            font-size: 10px;
            margin-right: 5px;
        }

        .assess_ul li em {
            color: #ff7901;
        }

.assess_carname {
    padding: 30px 0 30px 15px !important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 15px;
}

.assess_dec {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 95px;
    text-align: center;
}

    .assess_dec img {
        display: block;
        width: 76px;
        margin: 0 auto;
    }

    .assess_dec a {
        cursor: pointer;
        color: #ff7901;
        text-decoration: none;
    }
    .txt_results {
        font-size:12px !important;
    }

/*漆面，磨损，外观，内部，结构，原地*/
/*状态灯*/
.statistics .fa {
    margin:0 1px 0 5px;
}
.status_success {
    color: #11cd6e;
}

.status_warning {
    color: #f4c600;
}

.status_danger {
    color: #d00;
}

.mod_box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}


/*66项检测 -- 展开收起*/
.more span{position:relative;display:block;width:24px;height:20px;}
.more span:after{content:" ";display:inline-block;border-width:2px 2px 0 0;border-color:#999;border-style:solid; height:8px; width:8px; position:absolute;  top:6px;left:7px;}
.moreDown span:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);}
.moreUp span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:8px !important;}
.cur_head{background-color:#fff !important;border-bottom:1px solid #d3d3d3;}
.JS_hide{display:none;}

/*盒模型*/
.mod_cells_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 5px;
    background-color: #efeff4;
}

.cells_hd {
    font-size: 12px;
}

.cells_bd {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
}


/*66项检测项*/
.ul_detlist li {
    padding: 10px 15px;
    position: relative;
}

    .ul_detlist li:before {
        content: " ";
        position: absolute;
        left: 15px;
        top: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #d3d3d3;
    }

    .ul_detlist li:first-child {
        border-top: 0;
    }

    .ul_detlist li .fa {
        color: #11cd6e;
    }

/*异常图片*/
.defectPicList a {
    display:block;
    padding:0 20px 20px 20px;
}
.defectPicList a img {
    width:100%;
}

/*66项检测 -- 漆面磨损检测点*/
.qmhh_cont {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 570px;
    margin: 0 auto;
}

    .qmhh_cont img {
        width: 100%;
    }

    .qmhh_cont i {
        font-size: 26px;
        background-color: #fff; /*ios*/
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
    }

.txt_success {
    color: #11cd6e;
}

.txt_danger {
    color: #d00;
}

.qmhh_detres {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

    .qmhh_detres span {
        margin-right: 10px;
    }
/* 66项检测 -- 414 */
.qmhh_cont .path0 {
    position: absolute;
    top: 12px;
    left: 195px;
}

.qmhh_cont .path1 {
    position: absolute;
    top: 90px;
    left: 195px;
}

.qmhh_cont .path2 {
    position: absolute;
    top: 68px;
    left: 57px;
}

.qmhh_cont .path3 {
    position: absolute;
    top: 210px;
    left: 79px;
}

.qmhh_cont .path4 {
    position: absolute;
    top: 290px;
    left: 79px;
}

.qmhh_cont .path5 {
    position: absolute;
    top: 410px;
    left: 65px;
}

.qmhh_cont .path6 {
    position: absolute;
    top: 425px;
    left: 195px;
}

.qmhh_cont .path7 {
    position: absolute;
    top: 466px;
    left: 195px;
}

.qmhh_cont .path8 {
    position: absolute;
    top: 270px;
    left: 195px;
}

.qmhh_cont .path9 {
    position: absolute;
    top: 410px;
    right: 65px;
}

.qmhh_cont .path10 {
    position: absolute;
    top: 290px;
    right: 79px;
}

.qmhh_cont .path11 {
    position: absolute;
    top: 210px;
    right: 79px;
}

.qmhh_cont .path12 {
    position: absolute;
    top: 68px;
    right: 57px;
}

/* 66项检测 -- 375 */
@media screen and (min-width:330px) and (max-width: 400px) {
    .qmhh_cont .path0 {
        position: absolute;
        top: 12px;
        left: 175px;
    }

    .qmhh_cont .path1 {
        position: absolute;
        top: 80px;
        left: 175px;
    }

    .qmhh_cont .path2 {
        position: absolute;
        top: 60px;
        left: 50px;
    }

    .qmhh_cont .path3 {
        position: absolute;
        top: 190px;
        left: 65px;
    }

    .qmhh_cont .path4 {
        position: absolute;
        top: 260px;
        left: 65px;
    }

    .qmhh_cont .path5 {
        position: absolute;
        top: 370px;
        left: 55px;
    }

    .qmhh_cont .path6 {
        position: absolute;
        top: 385px;
        left: 175px;
    }

    .qmhh_cont .path7 {
        position: absolute;
        top: 420px;
        left: 175px;
    }

    .qmhh_cont .path8 {
        position: absolute;
        top: 250px;
        left: 175px;
    }

    .qmhh_cont .path9 {
        position: absolute;
        top: 370px;
        right: 55px;
    }

    .qmhh_cont .path10 {
        position: absolute;
        top: 260px;
        right: 65px;
    }

    .qmhh_cont .path11 {
        position: absolute;
        top: 190px;
        right: 65px;
    }

    .qmhh_cont .path12 {
        position: absolute;
        top: 60px;
        right: 50px;
    }
}

/* 66项检测 -- 320 */
@media screen and (max-width:330px) {
    .qmhh_cont .path0 {
        position: absolute;
        top: 12px;
        left: 150px;
    }

    .qmhh_cont .path1 {
        position: absolute;
        top: 70px;
        left: 150px;
    }

    .qmhh_cont .path2 {
        position: absolute;
        top: 55px;
        left: 43px;
    }

    .qmhh_cont .path3 {
        position: absolute;
        top: 165px;
        left: 55px;
    }

    .qmhh_cont .path4 {
        position: absolute;
        top: 220px;
        left: 55px;
    }

    .qmhh_cont .path5 {
        position: absolute;
        top: 320px;
        left: 47px;
    }

    .qmhh_cont .path6 {
        position: absolute;
        top: 330px;
        left: 150px;
    }

    .qmhh_cont .path7 {
        position: absolute;
        top: 360px;
        left: 150px;
    }

    .qmhh_cont .path8 {
        position: absolute;
        top: 210px;
        left: 150px;
    }

    .qmhh_cont .path9 {
        position: absolute;
        top: 320px;
        right: 47px;
    }

    .qmhh_cont .path10 {
        position: absolute;
        top: 220px;
        right: 55px;
    }

    .qmhh_cont .path11 {
        position: absolute;
        top: 165px;
        right: 55px;
    }

    .qmhh_cont .path12 {
        position: absolute;
        top: 55px;
        right: 43px;
    }
}

    /* 66项检测弹出层 */
.mod_dialog {position: fixed;  z-index: 5000;  width: 90%;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  background-color: #FAFAFC;  text-align: center;  border-radius: 3px;  overflow: hidden;}
.mod_dialog_bd { padding: 10px 20px;  font-size: 15px;  color: #888;  word-wrap: break-word;  word-break: break-all;}
.mod_dialog_ft {  position: relative;  line-height: 42px;  font-size: 17px;  display: -webkit-box;  display: -webkit-flex;  display: flex;}
.mod_dialog_ft a {  display: block;  -webkit-box-flex: 1;  -webkit-flex: 1; flex: 1;  color: #d00;  text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.mod_dialog_ft a:active { background-color: #EEEEEE;}
.mod_dialog_ft:after { content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 1px; border-top: 1px solid #D5D5D6; color: #D5D5D6; -webkit-transform-origin: 0 0;
transform-origin: 0 0; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.mod_mask { position: fixed; z-index: 1000; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.6);}
.mod_dialog_boty{/*overflow:hidden;padding-right:17px!important;*/}