
.l_appraise{
    width: 100%;
    height: 100%;
    padding-top: 80px;
}
.l_a_title{
    margin-top: 140px;
}

/* 预约品鉴地图 */
.special_shop{
    margin-top: 4%;
    height: 100%;
    width: 100%;
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    display: flex;
    /*justify-content: space-between;*/
    /* padding: 0 120px; */
}
/* .com_pane{
    font-size: calc((24 / 19.2)* 1vw);
} */
.check_text{
    font-size: 18px;
}


.special_shop_l {
    position: relative;
        height: calc((796/19.2)*1vw);
    margin-left: 20px;
    /*background: red;*/
    width:calc(100% - calc((540/19.2)*1vw));
}

.special_shop_r {
    width:calc((540/19.2)*1vw);
}
.special_shop_form .form_box_input_box{
    border: 1px solid rgb(102, 102, 102);
}
.location_img {
        height: calc((300 / 19.2)* 1vw);
    width: 100%;
}



.site {
    margin: calc((18 / 19.2)* 1vw) 0 calc((41 / 19.2)* 1vw) 0;
}

.site_info{
    margin-bottom: calc((20 / 19.2)* 1vw);
    cursor: pointer;
}

.form_box input, .form_box select {
    padding: 5px 0 5px 10px;
    height: 40px;
    width: 100%;
    color: rgb(118, 118, 118);
    outline: none;
}
.form_box_input_box{
    margin-top: calc((20 / 19.2)* 1vw);
    width: 100%;
}
.form_box_input_box input{
    padding-left: 10px;
}
.form_box_select_box{
    width: 100%;
    margin-top: calc((31 / 19.2)* 1vw);
}
.privacy {
    margin: calc((18 / 19.2)* 1vw) 0 calc((27 / 19.2)* 1vw) 0;
    cursor: pointer;
}
.privacy_radio{
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #000;
}
.privacy_radio{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.radio_fill{
    display: none;
    width: 12px;
    height: 12px;
}
.check_text{
    width: calc(100% - 16px);
    font-size: 14px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;         /* Standard */
}

.special_shop .site .text_color2 {
    margin-left: 10px;
}
#container{
    position: absolute;
    /*地图(容器)显示大小*/
    width: 100%;
    height:100%;
    top:0;
    left:0
}


/* 热门车型 */
.l_hot_card{
    margin-top: 62px;
}
.l_notice_pic {
    width: 100%;
}
.l_notice_pic>div{
    background-color: rgba(196, 196, 196, 0.1);
    padding-bottom: 40px;
    width: 24%;
}
.l_notice_pic>div .text_align {
    margin-top: 30px;
    width: 100%;
}
.l_notice_pic>div .text_align img{
    width: 100%;
}

.l_notice_pic .text_ellipsis {
    width: 24%;
}


@media (max-width: 860px) {

        .location_img {
        height: calc((200 / 3.75)* 1vw);
    }

    .text_size40{
        font-size: 20px;
    }
    .site {
        margin: calc((18 / 3.75)* 1vw) 0 calc((41 / 3.75)* 1vw) 0;
    }
    .privacy {
        margin: calc((18 / 3.75)* 1vw) 0 calc((27 / 3.75)* 1vw) 0;
        cursor: pointer;
    }

    .l_a_title{
        margin-top: 30px;
    }
    .special_shop_r{
        width: 100%;
    }
    .site_info {
        margin-bottom: calc((20 / 3.75)* 1vw);
        cursor: pointer;
    }
    .form_box_select_box {
        width: 100%;
        margin-top: calc((20 / 3.75)* 1vw);
    }
    .privacy{
        font-size: 10px;
    }
    .form_box_input_box {
        margin-top: calc((20 / 3.75)* 1vw);
        width: 100%;
    }
    .transition_l{
        font-size: 13px;
    }
    .reserve{
        color: rgb(47, 47, 47);
        border: 1px solid rgb(47, 47, 47);
    }
    .reserve:hover{
        background: none;
    }
    .reserve{
        background: none;
    }
}
