.xc_item{padding: 100px 0;}

.xc_base{}
.xc_base_t{display: flex;justify-content: space-between;background-color: #f7f7f7;padding: 40px;}
.xc_base_ti{}
.xc_base_ti>h1{font-size: 24px;margin: 20px 0;}
.xc_base_ti>p{color: #555;line-height: 2;max-width: 400px;}

.xc_map{height: 400px;}

/* .xc_form{border-radius: 10px;}
.xc_form_c>h1{font-size: 24px;margin-bottom: 10px;font-weight: 600;text-align: center;}
.xc_form_c>p{font-size: 14px;text-align: center;}
.xc_form_w{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.xc_form_w>input{width: 31%;color: #333;border: 1px solid #ccc;padding: 0 10px;height: 50px;border-radius: 10px;}
.xc_form_w>textarea{width: 100%;height: 150px;border: 1px solid #ccc;padding: 10px;margin-top: 20px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.xc_form_btn{margin-top: 50px;width: 100%;}
.xc_form_btn>button{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;float: right;border-radius: 5px;border: 0;}
.xc_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;} */

.xc_form{background: url('/images/20.jpg') no-repeat center;background-size: cover;}
.xc_form_c{display: flex;justify-content: space-between;align-items: center;margin-top: 80px;}
.xc_form_l{width: 40%;}
.xc_form_l>h1{font-size: 30px;}
.xc_form_l>span{display: inline-block;width: 100px;border-top: 5px solid var(--base);margin: 20px 0;}
.xc_form_l>p{line-height: 2;font-size: 16px;margin-bottom: 40px;}
.xc_form_l>img{width: 100%;}
.xc_form_r{width: 60%;padding: 20px;}
.xc_form_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xc_form_w>input{width: 48%;color: #333;border-bottom: 1px solid #ccc;padding: 0 10px;height: 50px;}
.xc_form_w>textarea{width: 100%;height: 150px;border-bottom: 1px solid #ccc;padding: 10px;margin-top: 20px;resize: none;color: #666;line-height: 1.5;}
.xc_form_btn{margin-top: 50px;width: 100%;}
.xc_form_btn>button{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;float: right;border-radius: 5px;border: 0;}
.xc_form_btn>[type="reset"]{margin-right: 30px;background-color: #cacaca;color: #fff;}

@media screen and (max-width: 766px) {
    .xc_base{flex-direction: column;margin: 0;}
    .xc_base_l{padding: 4rem 0;}

    .xc_item{padding: 6rem 0;}

    .xc_base_t{flex-direction: column;padding: 6rem 2rem;gap: 4rem;}
    .xc_base_ti{text-align: center;}
    .xc_base_ti>h1{font-size: 2rem;margin: 1rem 0;font-weight: 600;}
    .xc_base_ti>p{max-width: unset;}
    
    .xc_map{height: 50vh;width: 100%;}

    .xc_form_c{flex-direction: column;margin-top: 4rem;}
    .xc_form_l{width: 100%;}
    .xc_form_r{width: 100%;padding: 0;}
    .xc_form_w>input{width: 100%;margin-bottom: 1.5rem;}
    .xc_form_w>textarea{margin-top: 0;}
    .xc_form_btn{margin-top: 1.5rem;}
    .xc_form_btn>button{width: 10rem;}
    .xc_form_btn>[type="reset"]{margin-right: 1.5rem;}

    .xc_info_i>p{font-size: 1.6rem;}
}

