.addCar{text-align: center;}
.addCar .addCarWrap{border-radius: 5px;border: dashed 1.5px #ddd;padding: .6rem;box-sizing: border-box;}
.addCar .icon {font-size: 1.5rem;margin: 0.2rem auto 0.5rem auto;color: #999;border-radius: 3rem;width: 1rem;height: 1rem;position: relative;}
.addCar .icon p{background: #666;position: absolute;z-index: 12;border-radius: 10px;}
.addCar .icon p:first-child{width: 1rem;height: 4px;left: 0;top: 40%;}
.addCar .icon p:last-child{height: 1rem;width: 4px;left: 40%;top: 0;}
.addCar .title{font-size: 1rem; }
.addCar .subtitle{color: #666;margin-bottom: 0.1rem;}
.header-nav{
    display: none;
}
.header-nav .go-home{
    width: 2.5rem;
    text-align: center;
    font-size: .8rem;
    color: #222;
}
.header-nav .leftLine{
    border-left: 1px  solid #eee;
    font-size: 1rem;
}
.header-nav .title{
    margin: 0;
    flex: 1;
    border-left: 1px solid #eee;
}


.searchAddcar{
    background: #7596df;
}
.searchAddcar .addCar{
    height: 6rem;
}
.searchAddcar .addCar .addCarWrap{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.searchAddcar .addCar .icon{}
.searchAddcar .addCar .icon p{
    background: #fff;
}
.searchAddcar .addCar .subtitle{
    color: #fff;
}
.cars .noWz {
	display: none;
    padding-top: 1rem;
    color: #999;
}
.cars .noWz p{
    text-align: center;
}

.cars .uploadJsz{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8c25b;
    margin-bottom: 0.7rem;
    height: 2rem;
    border-radius: 3px;
    color: #d8c25b;
    font-size: .7rem;
    position: relative;
}
.cars .uploadJsz i {
    font-size: .8rem;
}
.cars .uploadJsz span{
    margin: 0.3rem;
}
.cars .uploadJsz .imgs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cars .info{color: #999; margin-bottom: 15px; font-size: 0.6rem; text-align: center;}
.cars .info span{color: red;}

.cars .goodsList{padding: .75rem;}
.cars .goodsList .priceList {display: flex;flex-wrap: wrap;    justify-content: space-between;}
.cars .goodsList .priceList li {width: 100%;box-sizing: border-box;padding: 0.4rem;-webkit-flex: 0 1 auto;flex: 0 1 auto;border: 1px solid #ddd;border-radius: 4px;position: relative;margin-bottom: 0.5rem;}
.cars .goodsList .priceList li.active,.cars .goodsList ul li.active .name{border-color: #f0bb61; font-weight: 700;}
.cars .goodsList .priceList li .price{font-size: .8rem; line-height: 1; margin-bottom: .3rem; font-weight: 700;}
.cars .goodsList .priceList li .name{font-size: .7rem; line-height: 1.2; color: #666;}
.cars .goodsList .priceList li .name em{font-size: .3rem; font-style: normal;}
.cars .goodsList .priceBrand{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cars .goodsList .priceBrand li{width: 4.95rem;box-sizing: border-box;padding: 0.25rem;-webkit-flex: 0 1 auto;flex: 0 1 auto;border: 1px solid #ddd;border-radius: 4px;margin-bottom: 0.5rem;}
.cars .goodsList .priceBrand li.active{border-color: #f0bb61;}
.cars .goodsList .priceBrand li p{}
.cars .goodsList .priceBrand li p img{display: block;width: 100%;}

.cars .payMode{box-shadow: #ddd 0px 5px 20px;background: #fff;border-radius: 4px;margin-top: 0.75rem;}
.cars .payMode .top{height: 2rem;font-size: 0.7rem;line-height: 2rem;border-bottom: 1px solid #f1f1f1;display: flex;}
.cars .payMode .top span{height: 100%;align-items: center;display: flex;padding: 0 1rem;}
.cars .payMode .top span.active{border-bottom: 0.1rem #f0bb61 solid;color: #f0bb61;font-weight: 700;}
.cars .payMode .bottom{}
.cars .payMode .bottom .payList{display: none;justify-content: space-between;padding: 0.7rem 0.75rem;    line-height: 1rem;}
.cars .payMode .bottom .payList.active{display: flex;}
.cars .payMode .bottom .payList span{}
.cars .payMode .bottom .payList span:first-child{}
.cars .payMode .bottom .payList span:last-child{}

.cars .question{margin-right: 5px;font-size: 0.9rem;color: #f0bb61;}
.cars .inputBox{position: relative;}
.cars .inputBox.chepaiWrap{}
.cars .inputBox.chepaiWrap input{text-indent: 1.9rem;text-transform: uppercase;}
.cars .inputBox.chepaiWrap .chepai{position: absolute;left: 0.2rem;width: 1.4rem;height: 1.4rem;background: #222;color: #f0bb61;text-align: center;line-height: 1.4rem;border-radius: 5px;top: 50%;margin-top: -0.7rem;font-size: .8rem;}


.chepaiShow{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);z-index: 100;display: none;justify-content: center;align-items: flex-end;}
.chepaiShow .chepaiList{background: #f0f0f0;padding: .3rem;display: flex;flex-wrap: wrap;}
.chepaiShow .chepaiList div{width: 12.5%;line-height: 35px;padding: 5px;float: left;text-align: center;box-sizing: border-box;}
.chepaiShow .chepaiList div span{text-align: center;display: inline-block;background: #fff;border-radius: 2px;width: 100%;color: #108ee9;font-size: 17px;}


.cars .chejiaNo{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);z-index: 100;display: none;justify-content: center;align-items: center;}
.cars .chejiaNo img{width: 85%;}

.cars .addCarDetail{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: 20;}


.cars .addCarList{background: url(../img/car.png) no-repeat right bottom;display: flex;font-size: 0.7rem;}
.cars .addCarList .c{
    display: flex;
    align-items: center;
    padding-right: .3rem;
}
.cars .addCarList .c a{
    border: 1px solid #ccc;
    border-radius: 20rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    margin: 0 0.2rem;
    color: #999;
}
.cars .addCarList .c a:first-child{}
.cars .addCarList .c a:last-child{}
.cars .addCarList .c a i{}
.cars .addCarList .l{
    flex: 1;
}
.cars .addCarList .l .title{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.cars .addCarList .l .subtitle{
    line-height: 1;
    margin-top: 0.3rem;
    font-size: 0.6rem;
    color: #666;
}
.cars .addCarList .r{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cars .addCarList .r a{
    font-size: 0.7rem;
    color: #5d87d3;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #5d87d3;
    border-radius: 20rem;
    height: 1.5rem;
    padding: 0 0.7rem;
    display: flex;
    align-items: center;
}

.cars .addCarList .r a i{
    margin-left: 0.2rem;
}

.searchCarList{
    height: 6rem;
}
.searchCarList .t{
    border-bottom: 1px solid #eee;
    padding-bottom: 0.55rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchCarList .t .l {}
.searchCarList .t .l p{
    font-size: 1.2rem;
    margin-left: 0.4rem;
}
.searchCarList .t .r{
    display: flex;
    justify-content: space-between;
}
.searchCarList .t .r a{
    border: 1px solid #ccc;
    border-radius: 20rem;
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    color: #999;
}
.searchCarList .t .r .carsDel{
}
.searchCarList .t .r .carsEdit{}
.searchCarList .b{}
.searchCarList .b ul {
    display: flex;
    padding: 0 0.2rem;
}
.searchCarList .b ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 0.5rem;
}
.searchCarList .b ul li:nth-child(1){}
.searchCarList .b ul li:nth-child(2){
    flex: 1;
}
.searchCarList .b ul li:nth-child(3){}
.searchCarList .b ul li p {}
.searchCarList .b ul li p:first-child{
    font-size: 1.5rem;
    line-height: 1.5;
    /* font-weight: 700; */
}
.searchCarList .b ul li p:last-child{
    font-size: 0.6rem;
    color: #999;
}


.cars .wzList{}
.cars .wzList ul {
    padding-bottom: 2rem;
}
.cars .wzList ul li {
    width: 350px;
    margin: auto auto 0.7rem auto;
    padding: 0.5rem;
    box-shadow: #ddd 0px 0 20px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.cars .wzList ul li .r{
    /* padding: 0 0.5rem; */
}
.cars .wzList ul li .r .checkbox{
    /* display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    border-radius: 30px;
    position: relative; */
    font-size: 1.2rem;
    color: #ccc;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
}
.cars .wzList ul li .r .checkbox:first-child{display: flex;}
.cars .wzList ul li .r .checkbox:last-child{display: none;}
.cars .wzList ul li.active .r .checkbox:first-child{ display: none;}
.cars .wzList ul li.active .r .checkbox:last-child{display: flex;color: #5d82ea;}
.cars .wzList ul li.active .r .checkbox:last-child i{
    margin-left: 3px;
}
/* .cars .wzList ul li.active .r .checkbox::after{content: ' ';}
.cars .wzList ul li.active .r .checkbox::before{content: ' ';width: 0.7rem;height: 0.7rem;display: block;position: absolute;top: 50%;left: 50%;z-index: 10;background: #5a85e9;border-radius: 2rem;margin: -0.35rem;}
 */
.cars .formBtn{
    height: 2.25rem;
    line-height: 2.25rem;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 21;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cars .formBtn .l {
    flex: 1;
    display: flex;
}
.cars .formBtn .l .price{
    color: #ef5454;
    /* display: flex; */
    /* align-items: flex-end; */
    padding: 0 1rem;
    border-right: 1px solid #eee;
}
.cars .formBtn .l .price span{
    font-size: 1rem;
}
.cars .formBtn .l .detail{
    border-right: 1px solid #eee;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}
.cars .formBtn .l .detail i{
    margin-left: 0.3rem;
    /* color: #ea4646; */
    font-size: .8rem;
}
.cars .formBtn .r{
    background: #ef5454;
}
.cars .formBtn .r p{
    color: #fff;
    width: 6rem;
    text-align: center;
}
.cars .priceDetail{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    display: none;
    align-items: flex-end;
}
.cars .priceDetail ul {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 2.25rem;
}
.cars .priceDetail ul li {
    padding: 0.8rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cars .priceDetail ul li:last-child{
    border: navajowhite;
}
.cars .priceDetail ul li div {}
.cars .priceDetail ul li div:first-child{}
.cars .priceDetail ul li div:last-child span:first-child{}
.cars .priceDetail ul li div:last-child span:last-child{
    font-style: normal;
    font-size: 0.6rem;
    color: #333;
    margin-left: 0.2rem;
}
.cars .priceDetail ul li div:last-child{
    color: #ef5454;
    font-size: .9rem;
}

.cars .formBtn .r.unsubmit{
    background: #ddd;
}
.cars .formBtn .r.unsubmit p{}


.cars .wzList ul li .l{
    flex: 1;
}
.cars .wzList ul li .title{
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}
.cars .wzList ul li .title span{
    font-size: 0.55rem;
    color: #fff;
    border-radius: 3px;
    padding: 0.1rem 0.2rem;
    margin-right: 0.2rem;
}
.cars .wzList ul li .title span.cl_1{
    background: #fc4e4e;
}
.cars .wzList ul li .title span.cl_2{
    background: #92d96d;
}
.cars .wzList ul li .time{
    color: #999;
    font-size: 0.6rem;
}
.cars .wzList ul li .reason{
    color: #999;
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
}
.cars .wzList ul li .score{
    border-top: 1px solid #eee;
    padding-top: 0.4rem;
    color: #4084d8;
}

.cars .center{
    background: #f9f9f9;
    min-height: 100%;
}
.cars .center .nav{
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 20px 15px 0 15px;
}
.cars .center .nav a{
    flex: 1;
}
.cars .center .nav .navWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}
.cars .center .nav .navWrap .active{font-weight: 700;
    color: #5d87d3;
    font-size: .7rem;}
.cars .center .nav .navActive{
    background: #fff;
    border-radius: 5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 96px;
    height: 2rem;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    transition: all ease 0.5s;
}
.cars .center .list{
    padding: 20px 15px;
}
.cars .center .list ul {}
.cars .center .list ul li {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 9px;
    margin-bottom: 0.7rem;
    padding: 0.7rem 0.7rem 0 0.7rem;
    background: #fff;
    overflow: hidden;
}
.cars .center .list ul li .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.cars .center .list ul li .top .title{
    font-size: 1.1rem;
    flex: 1;
}

.cars .center .list ul li .top .refresh{
    border: 1px solid #e56f11;
    border-radius: 3px;
    color: #e56f11;
    height: 1.2rem;
    line-height: 1.3rem;
    width: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cars .center .list ul li .top .refresh i{}
.cars .center .list ul li .top .type{
    border: 1px solid #5d87d3;
    border-radius: 3px;
    color: #5d87d3;
    height: 1.2rem;
    line-height: 1.3rem;
    width: 3rem;
    text-align: center;
    /* margin-right: 0.5rem; */
}
.cars .center .list ul li .time{
    color: #777;
    margin-bottom: 0.7rem;
}
.cars .center .list ul li .time p{
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.cars .center .list ul li .time p span{}
.cars .center .list ul li .time p span:first-child{}
.cars .center .list ul li .time p span:last-child{}
.cars .center .list ul li .btn{
    border-top: 1px dashed #ddd;
    margin-top: 0.5rem;
}
.cars .center .list ul li .btn a{
    display: block;
    text-align: center;
    line-height: 3;
    color: #5d87d3;
    font-size: .7rem;
}

.cars .center .list ul li .detail{
    display: none;
}
.cars .center .list ul li .detail .subList{
    background: #f7f9fe;
    border: 1px solid #dee4ee;
    padding: 0.5rem 0.5rem 0.2rem;
    color: #707c93;
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
}
.cars .center .list ul li .detail .subList p{margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;}
.cars .center .list ul li .detail .subList p span{}
.cars .center .list ul li .detail .subList p span:first-child{}
.cars .center .list ul li .detail .subList p span:last-child{
    flex: 1;
    text-align: right;
}


.cars .carDriver{}
.cars .carDriver .t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.6rem;
}
.cars .carDriver .t .l{
}
.cars .carDriver .t .l p{
    font-size: 1rem;
}
.cars .carDriver .t .r{
    display: flex;
}
.cars .carDriver .t .r a{
    border: 1px solid #ccc;
    border-radius: 20rem;
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    color: #999;
}
.cars .carDriver .t .r a i{}
.cars .carDriver .t .r .carsDel{}
.cars .carDriver .t .r .carsEdit{}
.cars .carDriver .t .r .carsRefresh{}
.cars .carDriver .b{
    display: flex;
    border-top: 1px solid #eee;
}
.cars .carDriver .b a{
    flex: 1;
    text-align: center;
    height: 2rem;
    line-height: 2.5rem;
    color: #4263af;
    font-size: .7rem;
}
.cars .carDriver .b a:first-child{border-right: 1px solid #ee;}
.cars .carDriver .b a:last-child{}
.cars .carDriver .c{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0;
}
.cars .carDriver .c .l{}
.cars .carDriver .c .l .detail{
    display: none;
}
.cars .carDriver .c .l .subtitle{
    margin-bottom: 0.3rem;
}
.cars .carDriver .c .l p{
    line-height: 1.4;
}
.cars .carDriver .c .l p:first-child{
    color: #999;
    font-size: 0.6rem;
}
.cars .carDriver .c .l p:last-child{
    font-size: 0.8rem;
}
.cars .carDriver .c .r{
    position: relative;
}
.cars .carDriver .c .r .circle-bar{}
.cars .carDriver .c .r .circle-bar {font-size: 110px;width: 1em;height: 1em;position: relative;background-color: #c2b075;}
.cars .carDriver .c .r .circle-bar-left,.circle-bar-right { width: 1em; height: 1em; background-color: #eee; }
.cars .carDriver .c .r .circle-bar-right { clip:rect(0,auto,auto,.5em); }
.cars .carDriver .c .r .circle-bar-left { clip:rect(0,.5em,auto,0); }
.cars .carDriver .c .r .mask {width: 0.9em;height: 0.9em;background-color: #fff;text-align: center;line-height: 0.2em;color: rgba(0,0,0,0.5);}
.cars .carDriver .c .r .mask :first-child {font-size: 0.2em;height: 0.8em;line-height: 0.8em;display: block;}
.cars .carDriver .c .r .circle-bar * {  position: absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.cars .carDriver .c .r .circle-bar, .circle-bar > * { border-radius: 50%; }
.cars .carDriver .c .r .circle{transform: rotate(-90deg);}
.cars .carDriver .c .r .circle1{stroke-dashoffset:0px;}
@keyframes donut-show-1 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -30px; }}
@keyframes donut-show-2 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -60px; }}
@keyframes donut-show-3 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -90px; }}
@keyframes donut-show-4 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -120px; }}
@keyframes donut-show-5 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -150px; }}
@keyframes donut-show-6 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -180px; }}
@keyframes donut-show-7 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -210px; }}
@keyframes donut-show-8 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -240px; }}
@keyframes donut-show-9 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -270px; }}
@keyframes donut-show-10 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -300px; }}
@keyframes donut-show-11 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -330px; }}
@keyframes donut-show-12 {from{ stroke-dashoffset: 0px; }to { stroke-dashoffset: -360px; }}
.cars .carDriver .c .r .txt{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0.5rem;
    width: 100%;
    padding-top: 1rem;
}
.cars .carDriver .c .r .txt p{}
.cars .carDriver .c .r .txt p:nth-child(1){
}
.cars .carDriver .c .r .txt p:nth-child(1){display: flex;justify-content: center;align-items: flex-end;margin: 0.2rem 0;}
.cars .carDriver .c .r .txt p:nth-child(1) span:first-child{
    font-size: 2.3rem;
    color: #5d5d5d;
    line-height: 1;
    float: left;
}
.cars .carDriver .c .r .txt p:nth-child(1) span:last-child{
    color: #999;
    padding-bottom: 0.12rem;
    padding-left: 0.1rem;
    display: none;
}
.cars .carDriver .c .r .txt p:nth-child(2) span{
}
.cars .carDriver .c .r .txt p:nth-child(3){}



.carsScene{}
.carsScene .inputBox{}
.carsScene .inputBox input{
    text-align: center;
}

.carsScene .inputBox input::-webkit-input-placeholder{color: #ccc;}
.carsScene .btn{
    /* margin-bottom: .8rem; */
}
.carsScene .btn .com-btn{
    margin-bottom: 0;
}
.carsScene .line{
    text-align: center;
    margin: 1rem 0;
    position: relative;
    height: 1rem;
}
.carsScene .line::after{content: ' ';display: block;width: 100%;background: #ddd;height: 1px;position: absolute;top: 10px;left: 0;z-index: 1;}
.carsScene .line p{
    background: #fff;
    padding: 0 1rem;
    position: absolute;
    z-index: 6;
    width: 3rem;
    text-align: center;
    left: 50%;
    margin-left: -2.5rem;
    margin-top: -0.5rem;
    top: 50%;
    height: 1rem;
    line-height: 1rem;
    color: #999;
}
.carsScene .history{}
.carsScene .history p{
    background: #f1f4f8;
    border-radius: 1rem;
    font-size: .8rem;
    color: #5a666e;
    display: flex;
    height: 2rem;
    line-height: 1rem;
    align-items: center;
    position: relative;
    margin-bottom: 0.5rem;
}
.carsScene .history p span{
    line-height: 2rem;
    height: 100%;
}
.carsScene .history p span:first-child{
    flex: 1;
    padding-left: 1rem;
}
.carsScene .history p span:last-child{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
    background: #d1d7df;
    border-radius: 10rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a949b;
}
.carsScene .history p span:last-child::before{/* content: ' '; */display: block;width: 60%;height: 1px;background: #fff;top: 17px;left: 7px;transform: rotate(45deg);position: absolute;z-index: 2;}
.carsScene .history p span:last-child::after{/* content: ' '; */display: block;width: 60%;height: 1px;background: #fff;top: 17px;left: 7px;transform: rotate(-45deg);position: absolute;z-index: 2;}
.carsScene .imgs{
}
.carsScene .imgs ul{
    display: flex;
    justify-content: space-between;
}
.carsScene .imgs ul li {
    width: 48%;
}
.carsScene .imgs ul li img{
    width: 100%;
}
.carsScene .detail{
    position: absolute;
    z-index: 11;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .7rem;
    box-sizing: border-box;
    display: none;
}
.carsScene .detail .list{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0 .8rem;
    margin-bottom: .8rem;
}
.carsScene .detail .list ul {}
.carsScene .detail .list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding: .7rem 0;
}
.carsScene .detail .list ul li:last-child{
    border-bottom: 0;
}
.carsScene .detail .list ul li span {
    font-size: .7rem;
}
.carsScene .detail .list ul li span:first-child{}
.carsScene .detail .list ul li span:last-child{}
.carsScene .detail .form{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: .8rem;
    margin-bottom: 1rem;
}
.carsScene .detail .form .btn{
    margin-bottom: .8rem;
}
.carsScene .detail .info{
    margin-bottom: 0;
}
.carsScene .detail .orange{
    color: #f16237;
}



/*
* 年检
*/
.cars .inspection .listUpload{}
.cars .inspection .listUpload ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cars .inspection .listUpload ul li {
    /* flex: 1; */
    position: relative;
    width: 30%;
    overflow: hidden;
    border: 1px solid #d4ddde;
}
.cars .inspection .listUpload ul li div {}
.cars .inspection .listUpload ul li div.title {
    line-height: 3;
    color: #777f80;
    font-size: .6rem;
}
.cars .inspection .listUpload ul li div.img{
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebf3f4;
    font-size: 1.5rem;
    color: #b0b9ba;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cars .inspection .listUpload ul li div.inputs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.cars .inspection .listUpload ul li div.inputs input{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.cars .inspection .payBtn{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
    align-items: center;
    justify-content: space-between;
}
.cars .inspection .payBtn .price{
    padding-left: 0.7rem;
}
.cars .inspection .payBtn .price span{}
.cars .inspection .payBtn .price span:first-child{
    color: #999;
}
.cars .inspection .payBtn .price span:last-child{
    font-size: 1rem;
    color: #f7512c;
}
.cars .inspection .payBtn .btn{
    height: 100%;
    line-height: 2.4rem;
    padding: 0 2rem;
    background: #222;
    color: #f0bb61;
    font-size: .7rem;
}










