.tc_banner{position: relative;}
.tc_banner>img{width: 100%;}

.tc_item{padding: 44px;}
.tc_tact_r{float: right;text-align: center;padding-top: 40px;}
.tc_tact_r>img{margin-bottom: 10px;}
.tc_tact>h1{font-size: 20px;margin-bottom: 40px;}
.tc_tact>p{font-size: 16px;color: #666;margin: 10px 0;max-width: 70%;line-height: 1.5;}
.tc_tact>p>a{text-decoration: underline;}

.tc_map{height: 400px;width: 100%;margin-top: 60px;}

/* .tc_form{padding: 50px 20px;background-color: #f9f9f9;border-radius: 10px;margin-bottom: 100px;} */
.tc_form{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.tc_form_i{width: 48%;margin-bottom: 20px;}
.tc_form_i>span{display: block;margin-bottom: 10px;}
.tc_form_i>input{width: 100%;color: #333;padding: 0 10px;height: 42px;border-radius: 10px;background-color: #f7f7f7;}
.tc_form_j{width: 100%;}
.tc_form_j>span{display: block;margin-bottom: 10px;}
.tc_form_j>textarea{width: 100%;height: 150px;background-color: #f7f7f7;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.tc_form>a{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;border-radius: 5px;margin-top: 20px;}
.tc_form>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;opacity: 0;}


@media screen and (max-width: 766px) {
    .tc_banner>img{object-fit: cover;height: 30rem;}
    .tc_item{padding: 1.5rem 0;}

    .tc_tact_r{float: none;padding: 0;text-align: left;}
    .tc_tact>h1{font-size: 2.6rem;margin: 2rem 0;}
    .tc_tact>p{font-size: 1.6rem;line-height: 1.5;}

    .tc_map{height: 50vh;}
    
    .tc_form_c>input{width: 100%;margin-bottom: 1.5rem;}
    .tc_form_i{width: 100%;}
    .tc_form_c>textarea{margin-top: 0;}
    .tc_form_btn{margin-top: 1.5rem;}
    .tc_form_btn>button{width: 10rem;}
    .tc_form_btn>[type="reset"]{margin-right: 1.5rem;}
    
}

