.l_fourS{
    padding-top: 80px;
    width: 100%;
    /*height: calc(100vh - 80px) ;*/
    padding: 120px  0 80px 0;
}
.l_fourS_box{
    padding: 0px 60px 50px 60px;
    height: 100%;
    width: 480px;
}
.l_Tmap{
    height: calc(100vh - 90px);
    flex: 1;
    width: 100%;
    position: relative;
}
#fourS-swiper .text_color2{
    margin-left: calc((38/19.2)*1vw);
}
.l_Tmap #container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.flex_layout_left {
    font-size: 16px;
}
.site {
    margin: calc((18 / 19.2)* 1vw) 0 calc((41 / 19.2)* 1vw) 0;
    border: 1px solid rgb(209, 208, 208);
    padding-left: 10px;
    border-top: none;
}
.fours_active{
    border: 2px solid rgb(47, 47, 47);
    box-shadow: 0px 7px 7px #ccc;
}
.l_divider{
    width: 100%;
    height: 1px;
    background-color: rgb(150, 150, 150);
}
.l_divider{
    margin: 16px 0;
}

.site_info img{
    margin-right: calc((6 / 19.2)* 1vw);
}
.site_info>div{
    margin-left: 10px;
}
.fourS_item>img,.l_fourS_des>img{
    width: 100%;
}
.fourS_item{
    /* box-sizing:border-box;  */
    cursor: pointer;
    margin-bottom: calc((20 / 19.2)* 1vw);
}


#fourS-swiper{
    width: 100%;
    height:calc(100vh - 166px);
    overflow: hidden;
}
.fourS_slide{
    height: auto;
}
.form_box select{
    border: none;
}
.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{
    border: 1px solid rgb(102, 102, 102);
    width: 100%;
    margin-top: calc((20 / 19.2)* 1vw);
  
}
.form_box_input_box input{
    padding-left: calc((10 / 19.2)* 1vw);
}
.form_box_select_box{
    height: calc((40 / 19.2)* 1vw);
    width: 100%;
    margin-top: calc((20 / 19.2)* 1vw);
    border: 1px solid rgb(102, 102, 102);
}
.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: calc((12 / 19.2)* 1vw);
    height: calc((12 / 19.2)* 1vw);
}
.check_text{
    width: calc(100% - 16px);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;         /* Standard */
}

.l_fourS_return img{
    margin-right: calc((5 / 19.2)* 1vw);
}
.l_fourS_return{
    cursor: pointer;
    margin-bottom: calc((20 / 19.2)* 1vw);
    justify-content: right;
}



@media (max-width: 860px) {
    .felx_fl{
        display: block;
    }
    .l_fourS_box{
        width: 100%;
    }
    .l_Tmap{
        height: calc(100vh - 494px);
    }
    .l_Tmap #container{
        /* height: 0; */
    }
    .form_box_select_box{
        height: calc((40 / 3.75)* 1vw);
        margin-top: calc((20 / 3.75)* 1vw);
    }
    .form_box_input_box{
  
        margin-top: calc((20 / 3.75)* 1vw);
    }
    .privacy{
        margin: calc((18 / 3.75)* 1vw) 0 calc((27 / 3.75)* 1vw) 0;
        cursor: pointer;
    }
    .form_box select{
        height: calc((40 / 3.75)* 1vw);
        line-height: calc((40 / 3.75)* 1vw);
    }
  
    #fourS-swiper{
        height: 375px;
    }
    .l_fourS_box{
        padding: 0;
    }
    .l_four_copy{
        padding: 0 20px;
    }
    .fourS_item{
        margin-bottom: 0;
        margin-right: 20px;
    }
    .fourS_item>img{
        height: 140px;
    }
}
