/**
 * 东吴证券校园招聘网站样式
 * 包含:
 * - 走进东吴
 * - 招聘公告
 * - 招聘岗位
 * - Q&A
 */

/* 全局样式 */
:root {
    --primary-color: #0066cc;
    --secondary-color: #f5f5f5;
    --text-color: #333;
    --light-blue: #e6f3ff;
    --light-bg: #f8f9fa;
    --border-color: #eee;
    --section-padding: 60px 0;
    --transition: all 0.3s ease;
}

html,
body {
 
    margin: 0;
    padding: 0;
   
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    position: relative;
  
    background: #e1eded;
    min-width: 1360px;
}

.container {
    width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}


/* 顶部导航 */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-wrap {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;


}

.logo img {
    height: 40px;
    width: auto;
    display: inline-block;
}

.main-nav ul {
    display: flex;
    margin: 0;


}

.main-nav ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
    width: 122px;
}

.main-nav ul li a {
    font-size: 18px;
    color: #145a8c;
    text-decoration: none;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    width: 122px;
    transition: all 0.3s ease;
    display: block;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav ul li.active a {
    background: url('../images/nav-li-bg.png') no-repeat center center;

    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.main-nav ul li span {
    display: block;
    width: 122px;
    height: 5px;
    background: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav ul li.active span {

    background: #0dae3a;
}

h2,
img {
    margin: 0;
}

.top-nav.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 主banner */
.main-banner {
    position: relative;

    overflow: hidden;

}

.main-banner img {
    width: 100%;
    height: auto;

    object-fit: cover;
}


.banner-text h1 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* 通用部分样式 */
.section-content {
    padding: 00px 0 0 0;
    width: 1160px;

}

.section-content.main {
    background: #fff;
    border-radius: 20px;

    margin: -150px auto 30px auto;
    position: relative;

    box-sizing: border-box;
}

.section-content .container {
    padding: 0 70px;
}

.main-bg {
    background: url("../images/company-bg1.jpg") no-repeat center 600px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.job-bg {
    background: url("../images/job-bg.jpg") no-repeat center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.company-bottom-bg-img2 {
    position: absolute;
    bottom: 0;
    right: -112px;
}

.section-title {


    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 80px auto;

}

.section-title h2 {
    /* 文字渐变 */
    background: linear-gradient(90deg, #1c9238 0%, #8fc76c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    font-weight: bold;
    margin: 0 15px;
}

.section-title-desc {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #0dae3a;
    margin-top: 20px;
}

.section-title2 {


    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px auto;

}

.section-title2 h2 {
    /* 文字渐变 */
    background: linear-gradient(90deg, #064d88 0%, #064d88 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 30px;
    font-weight: bold;
    margin: 0 15px;
    margin-bottom: 10px;
}

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

/* 底部版权 */
.footer {

    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.copyright p {
    font-size: 14px;
}

.box {

    position: relative;

    padding: 50px 0 0px;

}



.swiper-container {

    width: 1020px;

    position: relative;

    /* clip-path: polygon( 0 360px , 0 20px, 20px 0,1024px 0 ,1044px 20px , 1044px 360px , 1024px 380px,20px 380px ); */

}

.box::before {

    content: '';

    display: block;

    width: 1020px;

    height: 380px;

    position: absolute;



    top: 0px;

    left: 0px;



}



.swiper-slide {

    /* width: 100%; */

    /* clip-path: polygon(98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%,98% 0 ,2% 0 ,0 2%); */

}

.swiper-slide img {

    width: 100%;

    vertical-align: bottom;

}



/* åˆ†é¡µå™¨è®¾ç½® */

.swiper-pagination {

    left: 50%;

    top: 102%;

    transform: translateX(-50%);

}

.swiper-pagination-bullet {

    margin: 0 5px;

    width: 6px;

    height: 6px;

    background-color: transparent;

    border: 3px solid #34a652;

    opacity: 1;

}

.swiper-pagination-bullet-active {

    background-color: #34a652;

}

.swiper_prev {

    position: absolute;
    z-index: 10;

    left: 0;

    top: 55%;

    transform: translateY(-50%);



}

.swiper_next {

    position: absolute;
    z-index: 10;
    right: 0;

    top: 55%;

    transform: translateY(-50%);



}

/* 职位展示样式 */
.jobs-wrap {
    margin: 40px 0;
}

/* 部门分类按钮样式 */
.department-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.dept-btn {

    width: 180px;
height: 46px;
    border: 2px solid #4CAF50;
    background: #fff;
    color: #4CAF50;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
    margin-bottom: 10px;
}

.dept-btn:hover {
    /* 渐变背景 */
    background: linear-gradient(90deg, #1c9238, #8fc76c);

    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.dept-btn.active {
     background: linear-gradient(90deg, #1c9238, #8fc76c);
    color: #fff;
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

/* 职位表格样式 */
.jobs-table-container {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jobs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.jobs-table thead {
    background: linear-gradient(135deg,  #064d88,#0dae3a);
    color: #fff;
}

.jobs-table th {
    padding: 18px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.jobs-table tbody tr {
    border-bottom: 4px solid #fff;
    transition: all 0.3s ease;
    background: #e8efef;
}

.jobs-table tbody tr:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.jobs-table tbody tr.highlighted {
        background: linear-gradient(135deg,  #064d88,#0dae3a);


}
.jobs-table tbody tr.highlighted td{

}

.jobs-table td {
    padding: 16px 15px;
    vertical-align: middle;
    color: #333;
    font-size: 16px;


}
.jobs-table tbody tr.highlighted td {
    color: #fff;
}

.jobs-table td:first-child {
    font-weight: bold;
    color: #064d88;
    font-size: 18px;
}
.jobs-table td:first-child .description-content{
color: #333;
font-size: 16px;
font-weight: normal;
}
/* 查看详细按钮样式 */
.view-detail-btn {
   width: 95px;
    height: 40px;


    color: #0dae3a;
    border-radius: 0px;
    border: 2px solid #0dae3a;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease;
}

.view-detail-btn:hover {

    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.4);
}

/* 职位详情弹窗样式 */
.job-detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    padding: 24px 30px;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px 16px 0 0;
}

.modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.close-btn {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
}

.job-info h4 {
    color: #3a5ea2;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.job-info div {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.job-info ol {
    padding-left: 20px;
}

.job-info li {
    margin-bottom: 8px;
    color: #666;
}

.modal-footer {
    padding: 20px 30px;
    background: #f8f9fa;
    text-align: center;
    border-radius: 0 0 16px 16px;
}

.apply-btn {

    background: url("../images/apply-btn-bg.png") no-repeat center center;
    height: 54px;
    width: 190px;
    line-height: 45px;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #388E3C, #4CAF50);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(76, 175, 80, 0.4);
}

/* 职位详情展开样式 */
.job-detail-row {
    transition: all 0.4s ease;
}

.job-detail-content {



    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
    padding:20px 15px;
}

.job-detail-row[style*="block"] .job-detail-content {
    opacity: 1;
    transform: translateY(0);
}

.job-detail-content h4 {
    color: #3a5ea2;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.job-responsibilities p {
    margin: 8px 0;
    color: #333333;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
}

.job-detail-footer {
    margin-top: 40px;
    text-align: right;
}

.job-detail-footer .apply-btn {
    background: url("../images/apply-btn-bg.png") no-repeat center center;
    height: 54px;
    width: 190px;
    line-height: 45px;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.job-detail-footer .apply-btn:hover {

}

/* 响应式设计 */
@media (max-width: 1268px) {
    html,
body {
 
    margin: 0;
    padding: 0;
    min-height: 2700px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .department-tabs {
        justify-content: center;
    }

    .dept-btn {
        min-width: 100px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .jobs-table {
        font-size: 14px;
    }

    .jobs-table th,
    .jobs-table td {

    }

    .modal-content {
        width: 95%;
        margin: 20px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 20px;
    }
}

.content-box {
    display: flex;
    flex-direction: row;
    border-bottom: 1px #cccccc solid;


}

.content-box .content-box-item {

    width: 33.33333%;
}

.content-box .content-box-item p {
    font-size: 18px;
    line-height: 1.5;
    text-indent: 2em;
    text-align: justify;
}

.content-box .content-box-item p span {
    color: #0dae3a;
    font-weight: bold;
}

.compant-bg {
    background: url('../images/text-bg.png') no-repeat;
    width: 1076px;
    height: 437px;
    padding: 88px 89px;
    box-sizing: border-box;

}

.compant-bg h1 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #064d88;
    font-weight: bold;
}

.compant-bg p {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}

.content-p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.content-p span {
    color: #34a652;
    font-weight: bold;
}

.company-img-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px auto 90px auto;
}

.company-img-wrap img {
    display: inline-block;
}

.pyld-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
}

.pyld-item {
    width: 501px;
    border: 1px solid #51a298;
    border-radius: 10px;
}

.pyld-item.box1 {
    background: #edf5fb;
}

.pyld-item.box2 {
    background: #edf9f3;
}

.pyld-item .pyld-title {
    background: url("../images/t1.png") no-repeat;
    width: 501px;
    height: 71px;
    font-size: 20px;
    font-weight: bold;
    line-height: 71px;
    padding-left: 83px;
    color: #fff;
    margin: 0;
    position: relative;
    left: -2px;
    top: -1px;

}

.pyld-item .pyld-title.t2 {
    background: url("../images/t2.png") no-repeat;

}

.pyld-item .pyld-main {
    padding: 30px;
}

.pyld-item .pyld-main p {
    font-size: 18px;
    line-height: 30px;
    color: #0dae3a;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}

.pyld-item .pyld-main p.p1 {
    color: #064d88;
}

.pyld-item .pyld-main p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0px;
    background: #0dae3a;
    border-radius: 50%;
}

.pyld-item .pyld-main .p1:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0px;
    background: #064d88;
    border-radius: 50%;
}

.sqfs-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
}

.sqfs-wrap .pyld-item {
    width: 501px;
    height: 328px;
    border: none;


}

.sqfs-wrap .pyld-item.box1 {

    background: url("../images/apply-bg1.png") no-repeat;
}

.sqfs-wrap .pyld-item.box2 {
    background: url("../images/apply-bg2.png") no-repeat;
}

.sqfs-wrap .pyld-item .pyld-title {
    background: none;
    width: 501px;
    height: 71px;
    font-size: 20px;
    font-weight: bold;
    line-height: 71px;
    padding-left: 208px;
    color: #fff;
    margin: 0;
    position: relative;
    left: -2px;
    top: -1px;

}

.sqfs-wrap .pyld-item .pyld-title.t2 {
 background: none;
}

.sqfs-wrap .pyld-item .pyld-main {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.sqfs-wrap .pyld-item .pyld-main p {
    font-size: 18px;
    line-height: 30px;
    color: #0dae3a;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}
.sqfs-wrap .pyld-item .pyld-main a {
    font-size:24px;
    line-height: 30px;
    color: #064d88;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.sqfs-wrap .pyld-item .pyld-main p.p1 {
    color: #064d88;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.sqfs-wrap .pyld-item .pyld-main p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0px;
    background: #0dae3a;
    border-radius: 50%;
}

.sqfs-wrap.pyld-item .pyld-main .p1:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0px;
    background: #064d88;
    border-radius: 50%;
}
