body{
 /*   background: #edeff0;*/
}
.car_detail{
    /*margin-top: 60px;*/
    /*height: 720px;*/
    /*overflow: hidden;*/
    color: #333333;
}
.car_imgs{
    width: 457px;
    max-width: 95%;
    float: left;
    margin-left: 10px;
}
.car_imgs .title{
    font-size: 22px;
    line-height: 60px;
    overflow: hidden;
}
.car_imgs .img_box{
    width: 400px;
    height: 322px;
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.car_imgs .img_box img{
   width: 100%;
}
#car_preview{
    width: 100%;
    height: 94px;
    margin-top: 20px;
    position: relative;
}
#car_preview .img_items{
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 25px;
}
#car_preview .img_items ul{
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}
.img_items ul li{
    overflow: hidden;
    float: left;
    width: 94px;
    margin:0 8px 8px 0;
    height: 100%;
    position: relative;
    background: #FFFFFF;
    text-align: center;
    border: 2px solid #a6a6a6;
    box-sizing: border-box;
    cursor: pointer;
}
.img_items ul li:hover{
    border: 2px solid #ff950b;
}
.img_items ul li.cur{
    border: 2px solid #ff950b;
}
.img_items ul li img{
    display: block;
    width: 100%;
    height:auto;
    margin: 10px auto 0;
}
#car_preview>span{
    display: block;
    width: 25px;
    line-height: 94px;
    text-align: center;
    font-size:36px;
    color: #a7a7a7;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 100;
    font-weight: 700;
    font-family: SimHei;
}
#car_preview>span:hover{
    color:  #ff950b;
}
span.left_btn{
    left: 0;
}
span.right_btn{
    right: 0;
}
.car_infos{
    width: 840px;
    float: left;
}
.car_infos .car_price{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
}

.car_infos .car_price .title {

}
.car_infos .car_price>span{
    float: none;
}
.car_infos>div{
    height: 60px;
    color: #333333;
    font-size: 16px;
}
.car_infos div em{
    font-size: 14px;
    color: #999999;
    font-style: normal;
}
.car_infos div em i{
    font-style: normal;
}
.car_infos div span{
    font-size: 16px;
    color: #ff2e06;
    font-weight: bold;
    float: right;
}
.car_infos span.dotted{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    height: 4px;
    background: url(../img/dotted.png) repeat 0 0;
}
.car_infos .car_order{
    width: 50%;
    height: 50px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    font-size: 24px;
    border: 0;
    outline: none;
    background: #ff950b;
    letter-spacing: 3px;
}

/*选项条*/
.rate{
    position: relative;
}
.rate .title{
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
}
.rate .drawLine{
    height: 30px;
    margin-left: 120px;
    margin-right: 30px;
    position: relative;
}
.drawLine .choose {
    width: 100%;
    height: 8px;
    position: absolute;
    top: 10px;
    background: #dcdcdc;
    border-radius: 10px;
}
.drawLine .choose .select{
    position: absolute;
    z-index: 202;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../../images/website/cursor.png") no-repeat 0 0;
    top: -10px;
    margin-left: -13px;
    cursor: pointer;
}
.drawLine .choose .split span{
    position: absolute;
    z-index: 101;
    display: block;
    width: 6px;
    height: 12px;
    top: -2px;
    background: #FFFFFF;
    margin-left: -6px;
    cursor: pointer;
}
.drawLine .choose .split span p{
    position: absolute;
    color: #666666;
    font-size: 14px;
    left: -50%;
    top: 20px;
    white-space: nowrap;
}
.drawLine .choose line {
    display: block;
    width: 100%;
    height: 8px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-radius: 10px;
}
.drawLine .choose line .go {
    display: block;
    width: 0;
    height: 10px;
    background: #ff950b;
}
/*流程*/
.z_title{
    color: #333333;
    font-size: 28px;
    padding: 30px 0;
    font-weight: 400;
}
.process img{
    width: 100%;
    margin-bottom: 30px;
}
/*配置*/
ul.configure{
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
ul.configure li{
    width: 47%;
    line-height: 48px;
    border-bottom: 1px solid #edeff0;
    float: left;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}
ul.configure li:nth-of-type(2n-1){
    margin-right: 2.5%;
}
ul.configure li:nth-of-type(2n){
    margin-left: 2.5%;
}
ul.configure li>span{
    float: right;
    color: #333333;
    max-width: 70%;
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
}
/*车饰展示*/
.z_title2{
    padding: 40px 0;
    text-align: center;
    color: #333333;
    font-size: 30px;
}
.gallery{
   overflow: hidden;
    padding-bottom: 100px;
}
.gallery img{
    display: block;
    width: 100%;
}



.car_imgs,.car_imgs .img_box{
/*    width: 348px;
    height: 315px;
    display: block;*/
}
.car_detail{
    /*height: 620px;*/
    background-color: white;
}
#car_preview{
    height: 68px;
}
#car_preview .img_items ul li{
    width: 68px;
    height: 68px;
}
#car_preview>span{
    line-height: 68px;
}
.car_infos{
    max-width: 95%;
    width: 450px;
    margin-left: 10px;
    padding-top: 20px;
}
.car_infos>div{
    height: 50px;
}

.invoice-value, .insurance-value, .first-value {
    border: 1px solid grey;
    width: 150px;
    height: 25px;
    font-size: 18px;
    line-height: 20px;
    color:#ff2e06;
    font-weight: bold;
}

.car_infos .result-num {
    height: 35px;
}
