.wc_banner_c {
    position: relative;
}
.wc_banner_c > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.wc_tact_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.wc_tact_i {
    margin-bottom: 50px;
    border: 1px solid #e0e0e0;
    width: 48%;
    padding: 50px;
}
.wc_tact_i > h1 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: bold;
}
.wc_tact_i > p {
    line-height: 1.5;
    margin-top: 10px;
}
.wc_tact_w {
    display: flex;
    margin-top: 30px;
}
.wc_tact_ir > h1 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: bold;
}
.wc_tact_ir > p {
    line-height: 1.5;
    margin-top: 10px;
}
.wc_tact_il {
    margin-right: 30px;
}
.wc_map {
    height: 300px;
    width: 168px;
}

.tc_map {
    margin: 65px auto 100px;
}
.tc_map_c {
    height: 400px;
    width: 100%;
}

/* .tc_form{padding: 0 0 100px;}
.tc_form_c{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.tc_form_c>input{width: 31%;color: #333;border: 1px solid #ccc;padding: 0 10px;height: 50px;border-radius: 10px;}
.tc_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;}
.tc_form_btn{margin-top: 50px;width: 100%;}
.tc_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;}
.tc_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;} */
.wc_tact_c {
    padding: 2rem;
}
.wc_tact_title {
    margin-bottom: 15px;
}
.wc_tact_title > h1 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}
.wc_tact_title > p {
    font-size: 14px;
}

.wc_form {
    margin: 2rem 0;
}
.wc_form_item {
    margin-bottom: 10px;
}
.wc_form_label {
    margin-bottom: 5px;
    font-size: 16px;
}
.wc_form_item > input,
.wc_form_item > textarea {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.5;
}
.wc_form_item > input:focus,
.wc_form_item > textarea:focus {
    border: 1px solid var(--base);
}
.wc_form_item > input.error,
.wc_form_item > textarea.error {
    border: 1px solid #F16168;
}
.wc_form_msg {
    font-size: 14px;
    color: #F16168;
    visibility: hidden;

}
.wc_form_upload {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wc_form_upload > img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.wc_form_upload > span {
    font-size: 16px;
    line-height: 24px;
    color: var(--base);
}
.wc_form_item > button {
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--base);
    font-size: 16px;
    font-family: inherit;
    line-height: 1.5;
    color: #fff;
}
.wc_file_tips {
    font-size: 14px;
}

@media screen and (max-width: 766px) {
    .tc_banner_c > img {
        object-fit: cover;
        width: 100%;
    }
    .tc_desc_c {
        width: 100%;
        margin-top: 6rem;
        padding: 4rem 2rem;
    }
    .tc_desc_c > p {
        font-size: 1.4rem;
    }

    .tc_map_c {
        height: 50vh;
    }

    .tc_form_c > input {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .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;
    }
}
