*{margin: 0;padding: 0;box-sizing:border-box;}
body{
    width: 100%;
    font-family:"微软雅黑";
}
/*背景*/
.carbackground{
    width: 920px;
    margin: 0 auto;
}

/*预约流程图片*/
.order_process{
    width: 100%;
    height: 122px;
    /*background: red;*/
    text-align: center;
    overflow: hidden;
    position: relative;
}
.order_process img{
    vertical-align: middle;
    margin-top: 20px;
}
/*横线*/
.car_table_line{
    width: 920px;
    height: 1px;
    margin: 0 auto;
    background: #E9E9EE;
}



/*文字属性*/
.titlename{
    font-size: 16px;
    color: #2f2f2f;
    letter-spacing: 3px;
    line-height: 16px;
}

.titleatten-name{
    font-size: 14px;
    color:#2f2f2f;;
}

.titleatten{
    font-size: 14px;
    color:#676767;
}
/*意向用车
*/
.spline{
    width:972px;
    margin-left: 26px;
    height: 1px;
    border: none;
    background: #DCDCDC;

}
.car-table{
    display:none;
    z-index:2001;
    height: 540px;
    width: 970px;
    border-radius: 10px;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -485px;
}

.title{
    background: #ff5f69;
    height: 60px;
    width: 1024px;
    border-radius: 5px 5px 0 0;
}

.title-positioin{
    width: 1024px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 4px;
}
.titlename-position{
    margin-left: 5px;
    float: left;
}
.table-span1{
    height: 16px;
    width:3px;
    background: #2E2E2F;
    float: left;

}
.gap1{
    width: 100%;
    height: 20px;
    /*background: red;*/
}
.gap2{
    width: 100%;
    height: 17px;
    /*background: red;*/
}
.gap3{
    width: 100%;
    height: 25px;
    /*background: red;*/
}
.table-line1{
    height: 18px;
    width: 100%;
    margin-top: 29px;
}

.table-line2{
    height: 30px;
    width: 100%;
    margin-top: 22px;
    /*background: yellow;*/
}

.table-line2col1{
    float: left;
    letter-spacing: 2px;
}

.table-line2col2{
    float: left;
    letter-spacing: 2px;
    margin-left: 72px;
}

.table-line2col3{
    float: left;
    letter-spacing: 2px;
    margin-left: 72px;

}
.close_order{
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: -10px;
}
.subscription_entry{
    position: absolute;
    right:0;
    top: -210px;
    width: 175px;
    height: auto;
}
.send-msg{
    border:1px solid #e7e7e7;
    width: 128px;
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
}
.table-line3{
    height: 28px;
    width: 100%;
    margin-top: 19px;
}

.table-line3-position{
    float: left;
    margin-top: 7px;
}

.table-span2{
    height: 18px;
    width:3px;
    background: #ff5f69;
    margin-left: 5px;
    margin-top: 5px;
    float: left;

}

.table-line4{
    height: 30px;
    width: 100%;
}

.table-line4-col1{
    float: left;
    border: none;
    margin-left: 40px;
}


.table-line4-col2{
    float: left;
    border: none;
    width: 132px;
    margin-left: 42px;
}

.input-time{
    background: #FFFFFF;
    height: 30px;
    width: 100px;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    border-color: #e7e7e7;

}

.table-line5{
    margin-top: 28px;
    height: 150px;
    border-radius: 5px;
    width: 693px;
}



.table-line5-col1{
    margin-top: 15px;
    font-size: 14px;
    line-height: 10px;
    color: #2f2f2f;
}

.table-line5-col1 span{
    color: #ff5f69;
}

.table-line5-col2{
    color: #676767;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-top: 12px;
}

.table-line5-col3{
    color: #676767;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}

.table-line5-ver{
    float: left;
    height: 130px;
    width: 1px;
    background: #acacac;
    margin-top: 10px;
    float: left;


}

.table-line5-pic{
    float: left;

    height: 150px;

}

.table-line5-picname{
    color: #2f2f2f;
    font-size: 14px;
    margin-top: 15px;

}

.table-line5-picposition{
    margin-left: 100px;
    height: 100px;
}

.table-button{
    background: #ff5f69;
    width: 220px;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    letter-spacing: 15px;
    cursor: pointer;
    outline:0;
    padding-left: 16px;
}

.table-button:focus{
    background-color:#e64a5f;
}
.table-button-position {
    padding-left: 50%;
    margin-left: -110px;
    margin-top: 23px;
    position: relative;
}

/*预约页面弹框遮罩层*/
.show-div{
    display:none;
    z-index:2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);

}