﻿/* 鎴愯鎼滅储椤靛竷灞€ */
.cycizucon-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 40px;
    box-sizing: border-box;
}

.cycizucon-box .content,
.cycizucon-box .sidebar {
    float: none;
}

.cycizucon-box .content {
    flex: 1 1 auto;
    width: calc(100% - 330px);
    min-width: 0;
}

.cycizucon-box .sidebar {
    flex: 0 0 300px;
    width: 300px;
}

.cycizucon-box .box {
    margin-bottom: 20px;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(31, 64, 104, 0.08);
    overflow: hidden;
}

.cycizucon-box .mcon,
.cycizucon-box .sdc {
    padding: 22px 24px;
}

.cycizucon-box .mcon + .mcon {
    border-top: 1px solid #edf2f8;
}

.cycizucon-box h1,
.cycizucon-box h2,
.cycizucon-box h3 {
    margin: 0;
    color: #1c2c42;
}

.cycizucon-box p {
    margin: 0 0 12px;
    color: #5d6d82;
    line-height: 1.85;
}

.cycizucon-box hr {
    margin: 14px 0 18px;
    border: 0;
    border-top: 1px solid #edf2f8;
}

/* 闈㈠寘灞?*/
.cycizucon-box .path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-bottom: 1px solid #edf2f8;
    background: #f8fbff;
    color: #708199;
    font-size: 13px;
}

.cycizucon-box .path a,
.cycizucon-box .path strong {
    color: #35588f;
}

.cycizucon-box .path i {
    width: 5px;
    height: 5px;
    border-top: 1px solid #9eb2cf;
    border-right: 1px solid #9eb2cf;
    transform: rotate(45deg);
}

/* 鏍囬鍖?*/
.cycizucon-box .kaiti.center {
    text-align: center;
}

.cycizucon-box .kaiti.center h1 {
    font-size: 34px;
    line-height: 1.25;
}

.cycizucon-box .pinyin.light.f16 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.cycizucon-box .pinyin.light.f16 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2f63b8;
    font-size: 14px;
    font-weight: 600;
}

/* 鍗＄墖鍒楄〃 */
.cycizucon-box .btn {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cycizucon-box .btn li {
    float: none;
    width: auto;
    margin: 0;
}

.cycizucon-box .btn.w4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cycizucon-box .btn.w5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cycizucon-box .btn.w6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cycizucon-box .btn a {
    display: flex;
    /* min-height: 74px; */
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    background: #fbfdff;
    color: #223247;
    text-align: center;
    line-height: 1.45;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cycizucon-box .btn a:hover {
    transform: translateY(-2px);
    border-color: #b6cae5;
    box-shadow: 0 14px 28px rgba(31, 64, 104, 0.1);
}

.cycizucon-box .btn a span {
    display: block;
    color: #2f63b8;
    font-size: 12px;
    line-height: 1.35;
}

/* 璇︽儏椤电粨鏋滃尯 */
.cycizucon-box .detail {
    color: #5c6c82;
    line-height: 1.9;
}

.cycizucon-box .detail .gray {
    display: block;
    margin-bottom: 16px;
    color: #6d7d92;
}

.cycizucon-box .detail .clearfix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cycizucon-box .fontbox {
    display: flex;
    min-height: 74px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    background: #fbfdff;
    color: #223247;
    text-align: center;
    line-height: 1.45;
}

.cycizucon-box .fontbox span {
    display: block;
    color: #2f63b8;
    font-size: 12px;
    line-height: 1.35;
}

.cycizucon-box .search3 .detail h2,
.cycizucon-box .search3 .detail h3,
.cycizucon-box .search3 .detail h4 {
    margin: 20px 0 10px;
    color: #1f3150;
}

.cycizucon-box .search3 .detail p:last-child {
    margin-bottom: 0;
}

/* 灞炴€у尯 */
.cycizucon-box .attr_py,
.cycizucon-box .attr_zi,
.cycizucon-box .attr_js {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 28px;
    margin-right: 12px;
    border-radius: 8px;
    background: #eef4ff;
    color: #315a96;
    font-size: 13px;
    font-weight: 700;
    vertical-align: top;
}

.cycizucon-box .mr {
    color: #45566f;
}

.cycizucon-box .search3 .mcon p a,
.cycizucon-box .search3 .mcon .mr a {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    height: 28px;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid #d7e3f5;
    color: #2f63b8;
}

/* 鏈€杩戞煡璇?*/
.cycizucon-box .search3 .mcon strong {
    color: #1f3150;
}

.cycizucon-box .search3 .mcon > a {
    display: inline-flex;
    align-items: center;
    margin: 10px 8px 0 0;
    padding: 0 12px;
    height: 30px;
    border-radius: 999px;
    background: #f6f9fd;
    color: #4a5d77;
}

/* 鏅€氭悳绱笌绱㈠紩 */
.cycizucon-box .search2 .btn a,
.cycizucon-box .search4 .btn a {
    /* min-height: 68px; */
}

.cycizucon-box .search4 .btn a {
    justify-content: center;
    text-align: center;
}

.cycizucon-box .search1 .mcon {
    padding-top: 24px;
}

.cycizucon-box .search1 .search1-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.cycizucon-box .search1 .search1-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2f63b8;
    font-size: 13px;
    font-weight: 700;
}

.cycizucon-box .search1 .search1-summary {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #e6eef9;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
    color: #5c6d84;
    line-height: 1.9;
}

/* 琛ㄦ牸椤?*/
.cycizucon-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 14px;
    color: #4f6078;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #e7edf6;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(31, 64, 104, 0.06);
}

.cycizucon-box table th,
.cycizucon-box table td {
    padding: 16px 18px;
    border-bottom: 1px solid #edf2f8;
    vertical-align: top;
    word-break: break-all;
}

.cycizucon-box table th {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    color: #22324b;
    font-weight: 700;
    text-align: left;
}

.cycizucon-box .search1 table th:first-child,
.cycizucon-box .search1 table td:first-child {
    width: 180px;
}

.cycizucon-box .search1 table th:last-child,
.cycizucon-box .search1 table td:last-child {
    width: 240px;
}

.cycizucon-box table tr:last-child td {
    border-bottom: 0;
}

.cycizucon-box .search1 table tbody tr:not(:first-child):hover td {
    background: #f9fbff;
}

.cycizucon-box .search1 table td:first-child {
    background: #fbfdff;
    font-weight: 700;
    vertical-align: middle;
}

.cycizucon-box table td a {
    color: #2f63b8;
    font-weight: 700;
}

.cycizucon-box .search1 table td:nth-child(2) {
    color: #566882;
    line-height: 1.85;
    vertical-align: middle;
}

.cycizucon-box .search1 table td:nth-child(3) {
    color: #708199;
    line-height: 1.8;
}

/* 渚ф爮 */
.cycizucon-box .sidebar .box {
    position: relative;
}

.cycizucon-box .sidebar h3 {
    margin-bottom: 14px;
    font-size: 18px;
}

.cycizucon-box .sidebar .btn a {
    min-height: 30px;
    height: 30px;
    padding: 0 6px;
    flex-direction: row;
    gap: 4px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}

.cycizucon-box .sidebar .btn a span {
    display: inline;
}

/* 鐘舵€佹枃妗?*/
.cycizucon-box .center.dark,
.cycizucon-box .gray {
    color: #6d7d92;
}

/* 鍝嶅簲寮?*/

