.zc_tact_c{padding: 100px 0;}

.zc_tact_t{display: flex;justify-content: space-between;padding: 40px 0;}
.zc_tact_ti{width: 23%;display: flex;flex-direction: column;align-items:center;transition: all .3s;padding: 40px 0;}
.zc_tact_ti>img:last-of-type{display: none;}
.zc_tact_ti>h1{margin: 30px 0 10px;font-size: 20px;}
.zc_tact_ti>p{max-width: 80%;text-align: center;font-size: 16px;line-height: 2;color: #666;}
.zc_tact_ti:hover{box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);}
.zc_tact_ti:hover >img:first-of-type{display: none;}
.zc_tact_ti:hover >img:last-of-type{display: inline;}

.zc_map{height: 500px;}


.zc_form{background-color: #f7f7f7;}
.zc_form_c{padding: 100px 0;}
.zc_form_c>h1{font-size: 24px;margin-bottom: 10px;font-weight: 600;text-align: center;}
/* .zc_form_c>p{font-size: 14px;text-align: center;} */
.zc_form_t{text-align: center;background-repeat: no-repeat;background-size: cover;}
.zc_form_t>h1{font-size: 30px;color: var(--base);}
.zc_form_t>span{line-height: 2;margin-top: 20px;font-size: 16px;color: #999;display: block;}
.zc_form_w{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.zc_form_w>input{width: 31%;color: #333;border: 1px solid #eee;padding: 0 15px;height: 50px;border-radius: 10px;margin-bottom: 20px;}
.zc_form_w>[name="address"]{width: 65.5%;}
.zc_form_w>textarea{width: 100%;height: 150px;border: 1px solid #eee;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.zc_form_btn{margin-top: 50px;width: 100%;}
.zc_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;}
.zc_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;}

/* .zc_form{}
.zc_form_w{display: flex;justify-content: space-between;margin-top: 80px;}
.zc_form_l{width: 40%;text-align: left;}
.zc_form_l>h1{font-size: 30px;}
.zc_form_l>span{display: inline-block;width: 100px;border-top: 5px solid var(--base);margin: 20px 0;}
.zc_form_l>p{line-height: 2;font-size: 16px;margin-bottom: 40px;}
.zc_form_l>img{width: 100%;}
.zc_form_r{width: 60%;padding: 20px;}
.zc_form_v{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zc_form_v>input{width: 48%;color: #333;border-bottom: 1px solid #ccc;padding: 0 10px;height: 50px;background-color: transparent;}
.zc_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;}
.zc_form_btn{margin-top: 50px;width: 100%;}
.zc_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;}
.zc_form_btn>[type="reset"]{margin-right: 30px;background-color: #cacaca;color: #fff;}  */


@media screen and (max-width: 1200px) {
    .zc_base{flex-direction: column;margin: 0;}
    .zc_base_l{padding: 4rem 0;}

    .zc_item{padding: 6rem 0;}

    .zc_tact_t{flex-wrap: wrap;padding: 6rem 0;gap: 0;}
    .zc_tact_ti{width: 50%;padding: 2rem 0;}
    .zc_tact_ti>p{font-size: 1.2rem;}
    
    .zc_map{height: 50vh;width: 100%;}
    
    .zc_form_c{padding: 6rem 0;}
    .zc_form_w>input{width: 100%;margin-bottom: 1.5rem;}
    .zc_form_w>textarea{margin-top: 0;}
    .zc_form_btn{margin-top: 1.5rem;}
    .zc_form_btn>button{width: 10rem;}
    .zc_form_btn>[type="reset"]{margin-right: 1.5rem;}

    .zc_info_i>p{font-size: 1.6rem;}
}

