/* 联系我们 */
.contact-us {
    margin-bottom: 80px;
}

.contact-us .subtitle {
    font-family: 'Poppins-Bold';
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding: 0 30px;
}

.title h1 {
    font-size: 3.75rem;
}

.contact-us .follow-us img {
    width: 100px;
    height: 100px;
    border: 1px solid #D5D5D5;
}

.contact-us .follow-us p {
    font-size: 0.875rem;
    color: #666666;
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 2rem;
    }

    .title {
        margin-top: 50px;
    }
}

/* 公司地点 */
.working-place {
    margin-bottom: 100px;
}

.wide-container {
    max-width: 1600px !important;
    margin: 0 auto;
}

.place-card-row>* {
    padding: 0 !important;
}

.place-card-row {
    margin: var(--bs-gutter-y);
}

.place-card {
    background-color: #F6F6F6;
}

.contact-li {
    margin-bottom: 10px;
}

.contact-li h5,
.contact-li p {
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}

.place-info {
    padding: 10px;
}

.map-to {
    font-size: 0.875rem;
}

.map-to:hover {
    background-color: #006dc3;
    color: #ffffff;
    border: 1px solid #006dc3;
}

.working-place .label {
    min-width: 48px;
}

.place-info p, .place-info .label {
    line-height: 1rem;
}
/* 给我们留言吧 */

.contact-form {
    margin-bottom: 100px;
}
.form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    flex-grow: 1;
}

.input-container:focus-within {
    border: 1px solid #006dc3;
}

.form-control:focus {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.input-container {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid transparent;
}

.form-label {
    font-size: 1rem;
    min-width: 3rem;
}

.must-input {
    color: red;
}


.l-a-m {
    align-items: start;
}

.input-container textarea {
    resize: none;
}

.contact-form .btn-primary {
    background-color: #006dc3;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
}

.text-muted {
    color: #999999;
}