.ac_tact{}
.ac_tact_c{padding: 100px 0;}
.ac_tact_t{text-align: center;}
.ac_tact_t>h1{font-weight: 600;font-size: 36px;color: var(--base)}
.ac_tact_t>span{font-size: 16px;color: #666;margin: 20px 0;display: block;}
.ac_tact_t>p{font-size: 36px;}
.ac_tact_w{margin: 40px 0;}
.ac_tact_w{display: flex;justify-content: space-between;align-items: center;}
.ac_tact_i{border: solid 1px #eeeeee;width: 30%;padding: 0 35px;display: flex;align-items: center;gap: 20px;height: 128px;}
.ac_tact_r{}
.ac_tact_r>h1{font-size: 16px;font-weight: 600;}
.ac_tact_r>p{line-height: 2;margin-top: 10px;}

.ac_map{height: 500px;}

.ac_form{background-color: #f7f7f7;}
.ac_form_c{padding: 100px 0;}
.ac_form_c>h1{font-size: 24px;margin-bottom: 10px;font-weight: 600;text-align: center;}
.ac_form_c>p{font-size: 14px;text-align: center;}
.ac_form_t{text-align: center;background-repeat: no-repeat;background-size: cover;}
.ac_form_t>h1{font-size: 30px;color: var(--base);}
.ac_form_t>span{line-height: 2;margin-top: 20px;font-size: 16px;color: #999;display: block;}
.ac_form_w{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.ac_form_w>input{width: 31%;color: #333;border: 1px solid #eee;padding: 0 15px;height: 50px;border-radius: 10px;margin-bottom: 20px;}
.ac_form_w>[name="address"]{width: 65.5%;}
.ac_form_w>textarea{width: 100%;height: 150px;border: 1px solid #eee;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.ac_form_btn{margin-top: 50px;width: 100%;}
.ac_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;}
.ac_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;}

/* .ac_form{}
.ac_form_w{display: flex;justify-content: space-between;margin-top: 80px;}
.ac_form_l{width: 40%;text-align: left;}
.ac_form_l>h1{font-size: 30px;}
.ac_form_l>span{display: inline-block;width: 100px;border-top: 5px solid var(--base);margin: 20px 0;}
.ac_form_l>p{line-height: 2;font-size: 16px;margin-bottom: 40px;}
.ac_form_l>img{width: 100%;}
.ac_form_r{width: 60%;padding: 20px;}
.ac_form_v{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ac_form_v>input{width: 48%;color: #333;border-bottom: 1px solid #ccc;padding: 0 10px;height: 50px;background-color: transparent;}
.ac_form_v>textarea{width: 100%;height: 150px;border-bottom: 1px solid #ccc;padding: 10px;margin-top: 20px;resize: none;color: #666;line-height: 1.5;background-color: transparent;}
.ac_form_btn{margin-top: 50px;width: 100%;}
.ac_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;}
.ac_form_btn>[type="reset"]{margin-right: 30px;background-color: #cacaca;color: #fff;}  */


@media screen and (max-width: 1200px) {
    .aj_banner>img{height: 100vh;}
    .aj_banner_v>img{width: 6rem;}

    .ac_item{padding: 6rem 0;}
    .ac_tact_w{flex-direction: column;gap: 2rem;}
    .ac_tact_i{width: 100%;}
    .ac_tact_i>img{width: 20%;}


    .ac_base_t{flex-direction: column;padding: 6rem 2rem;gap: 4rem;}
    .ac_base_ti{text-align: center;}
    .ac_base_ti>h1{font-size: 2rem;margin: 1rem 0;font-weight: 600;}
    .ac_base_ti>p{max-width: unset;}
    
    .ac_map{height: 50vh;width: 100%;}
    
    .ac_form_w>input{width: 100%;margin-bottom: 1.5rem;}
    .ac_form_w>[name="address"]{width: 100%;}
    .ac_form_w>textarea{margin-top: 0;}
    .ac_form_btn{margin-top: 1.5rem;}
    .ac_form_btn>button{width: 10rem;}
    .ac_form_btn>[type="reset"]{margin-right: 1.5rem;}

    .ac_info_i>p{font-size: 1.6rem;}
}

