.yc_banner>img{width: 100%;}

.yc_item{padding: 100px 0;}

.yc_tact{display: flex;justify-content: space-between;margin-top: 60px;}
.yc_tact_l>h1{font-size: 28px;line-height: 2;color: #474747;}
.yc_tact_l>h2{font-size: 16px;color: #999;line-height: 2;margin-bottom: 58px;}
.yc_tact_l>p{font-size: 16px;color: #333;line-height: 2;margin-top: 10px;}
.yc_tact_l>p>img{vertical-align: middle;margin-right: 16px;}

.yc_form{background-color: #f9f9f9;padding: 100px;margin-bottom: 100px;border-radius: 20px;}
.yc_form_c{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.yc_form_c>input{width: 31%;color: #333;border: 1px solid #ccc;padding: 0 10px;height: 50px;border-radius: 10px;}
.yc_form_c>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;}
.yc_form_btn{margin-top: 50px;width: 100%;}
.yc_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;}
.yc_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;}

.yc_map{}
.yc_map_c{height: 500px;width: 700px;}

@media screen and (max-width: 992px) {
    .yc_banner>img{height: 21rem;object-fit: cover;}

    .yc_item{padding: 6rem 0;}
    .yc_tact{flex-direction: column;}
    .yc_tact_l>h1{font-size: 2rem;line-height: 1.5;}
    .yc_tact_l>h2{font-size: 1.8rem;margin-top: 2rem;}
    .yc_tact_l>p{font-size: 1.6rem;}
    .yc_tact_l>p>img{height: 3rem;}

    .yc_map{margin-top: 4rem;}
    .yc_map_c{width: 100%;height: 50vh;}

    .yc_form_c>input{width: 100%;margin-bottom: 1.5rem;}
    .yc_form_c>textarea{margin-top: 0;}
    .yc_form_btn{margin-top: 1.5rem;}
    .yc_form_btn>button{width: 10rem;}
    .yc_form_btn>[type="reset"]{margin-right: 2rem;}
    

}

