body {
    background: #FFF;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.body-main{
    padding-top: 85px;
}
.recruit-top-bg {
    position: relative;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.recruit-top-bg img {
    min-width: 1400px;
    object-fit: cover;
    display: block;
}

.recruit-title-group {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100vw;
    text-align: center;
    color: #222;
    z-index: 2;
}
.recruit-title-group h1 {
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 4px;
    text-shadow: 0 4px 16px rgba(0,0,0,0.10), 0 1px 0 #fff;
}
.recruit-title-group p {
    font-size: 46px;
    color: #333;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.recruit-reason-section {
    background-color: #001A3D;
    color: #fff;
    padding: 56px 0 58px 0;
    position: relative;
    left: 50%; /* 相对于容器左边缘偏移50% */
    transform: translateX(-50%); /* 向左移动自身宽度的一半 */
    width: 1400px;
    margin-top: -350px;
    box-shadow: 0 8px 32px 0 rgba(13,44,83,0.10);
}
.recruit-reason-title {
    text-align: center;
    margin-bottom: 38px;
}
.recruit-reason-title h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.recruit-reason-title p {
    font-size: 30px;
    color: #b8c7e0;
    font-weight: 300;
}
.recruit-reason-cards {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 24px;
}
.recruit-reason-card {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 22px 28px 22px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.recruit-reason-card:hover {
    box-shadow: 0 16px 48px 0 rgba(13,44,83,0.18);
    transform: translateY(-4px) scale(1.025);
}
.recruit-reason-card img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.06);
}

.recruit-reason-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.recruit-reason-text h3 {
    font-size: 32px;
    width: 300px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 70px;
    background: linear-gradient(88deg, #FFD7B0 0%, #C98E54 100%);
    color: #000;
    letter-spacing: 1px;
}
.recruit-reason-text p {
    font-size: 16px;
    color: #e0e6f1;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.recruit-table-section {
    padding: 30px 0;
    background: #F2F2F2;
    width: 1400px;
    display: flex;
    margin: 50px auto;
}
.recruit-table-tabs {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    width: 200px;
    margin-left: 30px;
    margin-bottom: 0;
}
.recruit-table-tabs .tab {
    font-size: 20px;
    text-align: center;
    color: #0d2c53;
    background: #CCCCCC;
    padding: 16px 48px 12px 48px;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
}
.recruit-table-tabs .tab.active {
    background: #0d2c53;
    color: #fff;
}
.recruit-table-wrapper {
    width: 100vw;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 4px 32px 0 rgba(13,44,83,0.10);
    overflow-x: auto;
    margin-top: 0;
}
.recruit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0 2px 16px 0 rgba(13,44,83,0.06);
}
.recruit-table thead {
    background: #eaf0fa;
}
.recruit-table th, .recruit-table td {
    padding: 22px 18px;
    text-align: left;
    border-bottom: 1.5px solid #e5eaf2;
}
.recruit-table th {
    color: #000;
    font-weight: 800;
    font-size: 19px;
    background: #CCCCCC;
}
.recruit-table td {
    color: #333;
    font-size: 18px;
}
.recruit-table tr:last-child td {
    border-bottom: none;
}
/* ========== 移动端样式 ========== */
@media (max-width: 576px) {
    
    body {
        background: #f6f8fa;
        margin: 0;
        font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    }
    .body-main {
        padding-top: 70px;
    }
    .recruit-top-bg {
        width:100%;
    }
   .recruit-top-bg img {
       width: 100%;
       height: 500px;
       min-width:unset;
   }
   .recruit-title-group {
       top:40px;
   }
   .recruit-reason-section {
       width: 90%;
       margin: 0 auto;
       margin-top: -200px;
       left: unset; 
       padding: 56px 0 28px 0;
       transform: unset;
   }
   .recruit-title-group h1 {
    font-size: 32px;
   }
   .recruit-title-group p {
    font-size: 20px;}
    .recruit-reason-title h2 {
    font-size: 24px;}
    .recruit-reason-title p {
    font-size: 12px;}
    .recruit-reason-title {
        text-align: center;
        margin-bottom: 0px;
    }
    .recruit-reason-cards {
        margin-top: 0;    flex-wrap: wrap;    gap: 10px;
    }
    .recruit-reason-card {
        width: 155px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        text-align: center;
        transition: box-shadow 0.2s;
    }
    .recruit-reason-card img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin-bottom: 20px;}
        .recruit-reason-text h3 {
        font-size: 16px;
        width: 150px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 36px;}
    .recruit-reason-text p {
        font-size: 12px;
        color: #e0e6f1;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .recruit-reason-text p br{display:none;}
    
    .recruit-table-section {
        width:100%;
        padding: 10px;
        flex-direction: column;
    }
    .recruit-table-tabs {
        display: flex;
        flex-wrap: nowrap;
        align-content: baseline;
        width: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
    .recruit-table-tabs .tab {font-size: 16px;}
    .recruit-table th, .recruit-table td {
    padding: 17px 10px;}
    .recruit-table th {
    color: #000;
    font-weight: 800;
    font-size: 14px;        width: 25%;}
    .recruit-table td {
        color: #333;
        font-size: 12px;
    }
    .recruit-table-wrapper {width:100%;}
}