*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration:none;
    color: #1563ca;
}

input[type="button"],input[type="reset"],input[type="text"]{
    cursor: pointer;
    -webkit-appearance: none;
    
    }
select{
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist;
}
textarea {  -webkit-appearance: none;} 
input{ border-radius: 0; }  

input::-webkit-input-placeholder{
    color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#dfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#dfdfdf;
}

@media only screen and (min-width: 641px) and (max-width: 1920px){
/* 复选框 */
.test_drive_form input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: block;
}
.test_drive_form #clause-lable:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 0;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
input[type=checkbox]~label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    margin-top: -10px;
    background-image: url(https://www.volvocars.com/Static/images/forms/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
input[type=checkbox]:checked~#clause-lable:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEZDMDNDMUE0NTM2MTFFN0IzOTFCRkNEOUM3OTI1NDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEZDMDNDMUI0NTM2MTFFN0IzOTFCRkNEOUM3OTI1NDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRkMwM0MxODQ1MzYxMUU3QjM5MUJGQ0Q5Qzc5MjU0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRkMwM0MxOTQ1MzYxMUU3QjM5MUJGQ0Q5Qzc5MjU0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PghgBlwAAACRSURBVHjaYvz//z8DLsBYcy4dSDky4VEQzcDwfxoQ32BgqD4rC8RsIBNhGMj3Y6g+85uh5mwPiA8yaQMQrwDqZIaa4ASk1gBZc4E6SsFiQB32QHo7kLkWSE8HGr8HyF4PZMf9bzH6C1YEMg6o2wPI3gTEIJO3AXEQUMEfuPtgvgMqDAJSGUDsA1TwC9kTAAEGAMxjQEYtlxQvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
}
input[type=checkbox]~label {
    display: inline-block;
    position: relative;
    padding-left: 0;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
}




/* 页面 */
.pc{
    display: block;
}
.mobile{
    display: none;
}
.content_box{
    position: relative;
}
.book{
    width: 100%;
    height: 64px;
    background: #2a2928;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index:  500;
    bottom: 0;
}
.book_box{
    width: 100%;
    height: 100%;
}
.book_1{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:  center;
}
.cell1{
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
}
.cell1 .title{
    width: 100%;
    height: 69%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    margin-bottom: 0;
}
.cell2{
    width: 53%;
    height: 100%;
    display: flex;
    margin-top: 32px;
}
#namephone,#city_1{
    width: 42%;
    display: flex;
    justify-content: space-between;
}
#user_name,#user_phone,#province,#city{
    color: #fff;
    width: 48%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border: 1px solid #636465;
    background: #636465;
    padding-left: 1.5%;
}
.choosecar_box{
    width: 20%;
    margin: 0 1.5%;
}
#choosecar,#choosecar_m{
    color: #fff;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border: 1px solid #636465;
    background: #636465;
    padding-left: 5.5%;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #user_name,#user_phone,#province,#city{
        padding: 0;
        padding-left: 1.5%;
        line-height: 0!important;
    }
}    
#province,#city{
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist;
}
.book_1 .submit-btn{
    width: 7%;
    height: 100%;
    background: #2b7bcd;
    border: 1px solid #2b7bcd;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
}
.book_1 .submit-btn_m{
    width: 7%;
    height: 100%;
    background: #2b7bcd;
    border: 1px solid #2b7bcd;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
}
.book_2{
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #fff;
    margin-top: 2%;
}
.checkbox{
    float: left;
    margin-top: -1px;
}
.cell3{
    color: #fff;
    font-size: 14px;
    width: 28%;
    display:  flex;
    justify-content:  center;
}
.cell3box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cell3_1{
    height: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
.cell3_1 a{
    margin-left: 5px;
}
#clause-pc{
    width: 15px;
    height: 15px;
}
#clause-lable-pc{
    margin-left: 5px;
}
#clause{
    width: 10px;
    height: 10px;
    background: #2a2928;
}
.book_2_img{
    width: 96%;
    margin-left: 3px;
}
@media only screen and (max-width: 640px){
    .choosecar_box{
        width: 20%;
        margin: 0; 
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    #choosecar_m{
        padding: 0;
        height: 22px;
        line-height: 21px;
    }
    .test_drive_form input[type=checkbox] {
        position: static;
    }
    .pc{
        display: none!important;
    }
    .mobile{
        display: block;
    }
    #city_1{
        display: none;
    }
    .book{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        z-index:  500;
        bottom: 0;
    }
    .book_box{
        width: 96%;
        height: 39px;
        /* margin-top: 7px; */
    }
    .book_1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .book_1 .title{
        font-size: 14px;
        color: #fff;
        font-weight:  bold;
        margin-top: 2px;
        margin-bottom: 0;
    }
    #user_name_m,#user_phone_m{
        color: #fff;
        width: 24%;
        height: 22px;
        line-height: 22px;
        text-align: left;
        border: 1px solid #636465;
        background: #636465;
        margin: 0;
        font-size: 12px;
        padding: 0 2px;
    }
    .book_1 .submit-btn_m{
        width: 14%;
        height: 22px;
        border: 1px solid #2b7bcd;
        font-size: 14px;
        box-shadow: none;
    }
    .book_2{
        width: 100%;
        height: 20px;
        font-size: 12px;
        color: #fff;
        margin-top: -1%;
    }
    .checkbox{
        float: left;
        margin-top: -1px;
    }
    #clause{
        width: 12px;
        height: 12px;
        background: #2a2928;
        margin-top: 3px;
    }
    .book_2_img{
        width: 95%;
        margin-left: 5px;
        float:  left;
        margin-top: 3px;
    }
    input[type=checkbox] {
        position: static;
    }
}