/* 联系我们页面样式 */

/* 页面主体 */
.contact-home {
    width: 100%;
    /* height: 100%; */
    background: #eef3f9;
}

/* 联系我们标题 */
.contact_box {
    position: relative;
    padding: 7rem 0 0 0;
}

.contact_box-f1 {
    position: absolute;
    left: 50%;
    top: 60%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 3rem;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
}

/* 地图容器 */
.img-box {
    width: 100%;
    padding: 0 15rem;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin: 5rem 0;
    font-family: Microsoft YaHei;
    font-size: 1.38rem;
}

.contact-table th {
    background-color: #0075c1;
    color: white;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    border: 1px solid #ddd;
}

.contact-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #ddd;
}

.contact-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.contact-table tr:hover {
    background-color: #f5f5f5;
}

/* 联系信息 */
.left_b {
    width: 100%;
    padding: 0 15rem 15rem;
}

.left_b_f2 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000000;
    padding-bottom: 1rem;
}

.con-text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.38rem;
    color: #000000;
    line-height: 1.94rem;
}

.con-text p span {
    line-height: 2rem !important;
    color: #000000 !important;
    white-space: nowrap !important;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .img-box {
        padding: 0 10rem;
    }
    
    .left_b {
        padding: 0 10rem;
    }
}

/* 确保与公共组件样式不冲突 */
.contact-page .header {
    position: relative;
    z-index: 88;
    background: transparent;
}

.contact-page .home {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contact-page .left_b {
    margin-bottom: auto;
}

.contact-page .footer {
    position: relative;
    z-index: 10;
}

.contact-page .message-board-container {
    position: fixed;
    z-index: 999;
}