/* 电力系统pc端样式 */

body {
    margin: 0;
    font-family: kuaikanshijieti, "Microsoft YaHei", "PingFang SC", sans-serif;
    /* background: linear-gradient(180deg, #F5F5F5 0%, #FFF4EC 100%); */
    background: linear-gradient(180deg, #F5F5F5 0%, #c9def8 100%); 
}


/* 头部 */
.header {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.header .headerImg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* 中间内容 */
.main {
    margin: 0 auto;
    width: min(1160px, calc(100% - 48px));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overview-panel {
    width: 100%;
    aspect-ratio: 1550 / 304;
    background: url("../images/dlxt/zu601.png") center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 38px 52px 30px;
}

.overview-text {
    margin: 0;
    color: #000;
    font-family: inherit;
    font-size: 20px;
    font-weight: 450;
    line-height: 2.35;
    text-align: justify;
    text-indent: 2em;
}

.section-title {
    margin: 20px auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-width: 172px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.section-title img {
    display: block;
    height: auto;
}

.section-title-icon {
    width: 20px;
}

.hygs {
    width: 100%;
}

.hygsText {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 18px 14px;
    box-sizing: border-box;
}

.overview-card {
    overflow: visible;
    border-radius: 4px;
    background: url("../images/dlxt/zu60.png") center / 100% 100% no-repeat;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.overview-card h3 {
    margin: 0;
    min-height: 58px;
    padding: 12px 18px 8px;
    color: #fff;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

.overview-card-body {
    flex: 1;
    padding: 28px 28px 22px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    overflow: visible;
}

.overview-card-body p {
    margin: 0 0 12px;
    color: #000;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
    text-indent: 2em;
}

.overview-card-body p:last-child {
    margin-bottom: 0;
}


/* 招聘待遇 */
.section-text {
    display: block;
    font-family: kuaikanshijieti, "Microsoft YaHei", "PingFang SC", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #191919;
    line-height: 1;
    font-style: italic;
    letter-spacing: 0;
    background: linear-gradient(180deg, #FF501A 0%, #FF7F40 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 0 0 rgba(255, 86, 32, 0.35);
}

/* 底部 */

.zpdy {
    width: 100%;
    margin-top: 20px;
}

.salary-panel {
    width: 100%;
    margin-top: 22px;
}

.salary-tabs {
    width: min(860px, 78%);
    margin: 0 auto -30px;
    min-height: 62px;
    padding: 14px 44px;
    border-radius: 18px;
    background: rgba(255, 191, 151, 0.58);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 36px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.salary-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255, 154, 105, 0.56);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.salary-tab.active {
    position: relative;
    background: linear-gradient(180deg, #ff7d41 0%, #ff4a17 100%);
}

.salary-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #ff4a17;
    transform: translateX(-50%);
}

.salary-content {
    padding: 72px 34px 24px;
    border: 0px solid rgba(198, 127, 88, 0.45);
    background: rgba(255, 255, 255, 0.74);
    box-sizing: border-box;
}

.salary-pane[hidden] {
    display: none;
}

.salary-pane-empty {
    min-height: 260px;
}

#salary-pane-3.salary-pane-empty {
    min-height: 0;
}

.salary-block {
    margin-bottom: 18px;
}

.salary-block:last-child {
    margin-bottom: 0;
}

.salary-block h3 {
    display: inline-block;
    margin: 0 0 8px;
    padding: 2px 6px;
    background: rgba(255, 205, 171, 0.78);
    color: #ff5d20;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.salary-block p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.9;
    text-indent: 2em;
}

.salary-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    margin: 16px auto 0;
    color: #ff5d20;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.salary-more img {
    display: block;
    width: 14px;
    height: auto;
}

.gxtj {
    width: 100%;
    margin-top: 32px;
}

.school-panel {
    width: 100%;
    margin-top: 22px;
}

.school-tabs {
    width: min(1180px, 92%);
    margin: 0 auto -30px;
    min-height: 62px;
    padding: 14px 20px;
    border-radius: 18px;
    background: rgba(255, 191, 151, 0.58);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 54px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
}

.school-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255, 154, 105, 0.56);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.school-tab-picker {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 154, 105, 0.56);
    cursor: pointer;
    z-index: 35;
}

.school-tab-picker.is-hidden {
    display: none;
}

.school-tab-picker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    transform: translate(-50%, -30%);
}

.school-tab-picker.is-open {
    background: linear-gradient(180deg, #ff7d41 0%, #ff4a17 100%);
}

.school-tab-menu {
    position: absolute;
    top: 68px;
    left: 20px;
    min-width: 220px;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(255, 131, 73, 0.35);
    border-radius: 14px;
    background: rgba(255, 248, 243, 0.98);
    box-shadow: 0 10px 24px rgba(255, 106, 55, 0.16);
    box-sizing: border-box;
    z-index: 40;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 110, 55, 0.7) rgba(255, 215, 194, 0.6);
}

.school-tab-menu::-webkit-scrollbar {
    width: 6px;
}

.school-tab-menu::-webkit-scrollbar-track {
    background: rgba(255, 215, 194, 0.6);
    border-radius: 999px;
}

.school-tab-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 110, 55, 0.7);
    border-radius: 999px;
}

.school-tab-menu[hidden] {
    display: none;
}

.school-tab-menu-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #ff5d20;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.school-tab-menu-item + .school-tab-menu-item {
    margin-top: 6px;
}

.school-tab-menu-item.active {
    background: linear-gradient(180deg, #ff7d41 0%, #ff4a17 100%);
    color: #fff;
}

.school-tab.active {
    position: relative;
    background: linear-gradient(180deg, #ff7d41 0%, #ff4a17 100%);
}

.school-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #ff4a17;
    transform: translateX(-50%);
}

.school-content {
    padding: 72px 24px 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.72);
    box-sizing: border-box;
}

.school-pane[hidden] {
    display: none;
}

.school-detail[hidden],
.top-school-detail[hidden] {
    display: none;
}

.school-section {
    margin-bottom: 18px;
}

.school-section h3 {
    display: inline-block;
    margin: 0 0 12px;
    padding: 2px 6px;
    background: rgba(255, 205, 171, 0.78);
    color: #ff5d20;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.school-section p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.9;
    text-indent: 2em;
}

.school-name {
    color: #ff4f1f;
    font-weight: 700;
}

.school-note {
    color: #000 !important;
    text-indent: 2em !important;
}

.school-note + .school-note {
    margin-top: 12px;
}

.school-note-label {
    color: #ff3f16;
    font-weight: 700;
}

.school-table-wrap {
    width: 100%;
    max-height: 316px;
    overflow: auto;
    box-shadow: inset 0 -1px 0 #9d9d9d;
}

.school-table-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.school-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #8f8f8f;
}

.school-table-wrap::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.school-table {
    --school-table-title-height: 38px;
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
}

.school-table th,
.school-table td {
    border: 1px solid #000;
    padding: 8px 12px;
    line-height: 1.25;
}

.school-table th {
    position: sticky;
    top: var(--school-table-title-height);
    z-index: 1;
    background: #ff7a00;
    color: #fff;
    font-weight: 700;
}

.school-table .school-table-title {
    top: 0;
    z-index: 3;
    height: var(--school-table-title-height);
    padding: 0 12px;
    background: #ff7a00;
    color: #fff;
    font-size: 18px;
    line-height: var(--school-table-title-height);
    text-align: center;
    box-sizing: border-box;
}

.school-table thead tr:nth-child(2) th {
    top: calc(var(--school-table-title-height) - 1px);
    border-top: 0;
    box-shadow: none;
}

.school-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin: 14px auto 0;
    padding: 8px 44px;
    border: 1px solid rgba(255, 95, 38, 0.72);
    border-radius: 10px;
    color: #ff5d20;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
}

.school-more img {
    display: block;
    width: 28px;
    height: auto;
}

.zytj {
    width: 100%;
    margin-top: 32px;
}

.bkcl {
    width: 100%;
    margin-top: 32px;
}

.major-list {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.major-card {
    overflow: hidden;
    border: 1px solid rgba(255, 129, 71, 0.45);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-direction: column;
}

.major-card h3 {
    width: 78%;
    margin: 14px auto 10px;
    padding: 8px 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff7d41 0%, #ff4a17 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

.major-card p {
    flex: 1;
    margin: 0;
    padding: 0 18px 12px;
    color: #6c6c6c;
    font-size: 15px;
    line-height: 1.65;
    text-align: justify;
}

.major-card a {
    display: block;
    padding: 7px 8px;
    background: linear-gradient(90deg, rgba(255, 206, 174, 0.8) 0%, rgba(255, 237, 225, 0.8) 100%);
    color: #555;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.major-card a::after {
    content: "↗";
    margin-left: 4px;
    color: #ff5d20;
}

.strategy-list {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.strategy-card {
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff8155 0%, #fff6f0 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 129, 71, 0.22);
}

.strategy-card h3 {
    min-height: 52px;
    margin: 0;
    padding: 11px 14px 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

.strategy-card p {
    margin: 0 16px 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #7a7a7a;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;

}

.strategy-card a {
    display: block;
    padding: 0 10px 12px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.strategy-card a::after {
    content: "↗";
    margin-left: 4px;
}

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    margin: 112px auto 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    background: transparent;
}

.footer-banner {
    width: 100%;
    margin: 0;
}

.footer-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding: 24px 24px 28px;
    box-sizing: border-box;
    /*background: linear-gradient(180deg, #ff8a1f 0%, #ff6a00 100%);*/
    background: linear-gradient(180deg, #68c7ff 0%, #4182d2 100%);
}

.footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.footer .footer-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    line-height: 32px;
    text-decoration: none;
    white-space: nowrap;
}

.footer .footer-link::after {
    content: "";
    width: 2px;
    height: 16px;
    margin: 0 12px;
    background: #fff;
}

.footer .footer-links > :last-child::after {
    display: none;
}

.footer .copyright,
.footer .mailto a {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
}

.footer .copyright {
    margin-top: 2px;
}

.footer .mailto {
    margin: 0;
    width: 100%;
    text-align: center;
}

.footer .copyright--mobile {
    display: none;
}
