
.contact-info-section .contact-info-item {
    border-top: 1px solid rgba(231, 231, 231, 1);
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.contact-info-section .contact-info-item:nth-last-child(1), .contact-info-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}


/* 表单 */

.contact-form-section input {
    background-color: #F7FAFC;
}

/* 服务 */

.contact-service-section .contact-services-item-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 82, 217, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-service-section .contact-services-item-icon .iconfont {
    color: white;
    font-size: 24px;
    margin: auto;
}
