﻿/* 鎴愯璇︽儏椤靛竷灞€ */
.cycon-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;
}

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

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

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

.cycon-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;
}

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

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

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

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

/* 闈㈠寘灞?*/
.cycon-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;
}

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

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

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

.cycon-box .kaiti.center .pinyin.light.f16 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    min-height: 34px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2f63b8;
    font-size: 14px;
    font-weight: 600;
}

.cycon-box .kaiti.center h1 {
    margin: 14px;
    font-size: 38px;
    line-height: 1.2;
}

/* 淇℃伅鍗?*/
.cycon-box .tags {
    margin-top: 22px;
}

.cycon-box .line.info-line-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cycon-box .line.info-line-list li {
    margin: 0;
}

.cycon-box .line.info-line-list .line-info-wide {
    grid-column: 1 / -1;
}

.cycon-box .line-info-card {
    min-height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    background: #fbfdff;
    color: #4f6078;
}

.cycon-box .line-info-card b {
    color: #1f3150;
}

.cycon-box .line-info-card-pron {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    line-height: 1.6;
}

.cycon-box .line-info-card-pron .pron-audio-row {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
}

.cycon-box .line-info-card-pron .pron-audio-text {
    color: #2f63b8;
}

.cycon-box .line-info-card-pron .pron-audio-button {
    flex: 0 0 auto;
    min-width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #7f90aa;
    font-size: 18px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.cycon-box .line-info-card-pron .pron-audio-button:hover {
    background: transparent;
    color: #214b8d;
    transform: none;
}

.cycon-box .line-info-card-pron .pron-audio-button:active {
    color: #2f63b8;
    transform: scale(1.12);
}

.cycon-box .line-info-card-pron .pron-audio-button.is-playing {
    background: transparent;
    color: #2f63b8;
    transform: scale(1.12);
    animation: chengyuHornPulse 0.9s ease-in-out infinite;
}

.cycon-box .line-info-card-pron .pron-audio-button.icon-horn::before {
    content: none;
}

@keyframes chengyuHornPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1.12);
    }
    50% {
        opacity: 0.72;
        transform: scale(1);
    }
}

.cycon-box .line.info-line-list .line-info-wide .line-info-card {
    min-height: auto;
    line-height: 1.9;
    padding: 12px 16px;
}

/* 姝ｆ枃鍖?*/
.cycon-box .detail {
    margin-top: 22px;
    padding: 20px 22px;
    border-radius: 16px;
    background: #f8fbff;
}

.cycon-box .detail h2 {
    margin-bottom: 12px;
    font-size: 24px;
}

.cycon-box .indent-paragraph {
    margin: 0;
    color: #51627a;
    line-height: 1.95;
    white-space: pre-wrap;
    word-break: break-word;
}

.cycon-box .ac {
    margin-top: 22px;
    text-align: center;
    font-size: 24px;
}

/* 鎺ㄨ崘鍒楄〃 */
.cycon-box .miyu-list ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.cycon-box .miyu-list li {
    margin: 0;
}

.cycon-box .miyu-list a {
    display: flex;
    min-height: 54px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    background: #fbfdff;
    color: #223247;
    text-align: center;
    line-height: 1.5;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

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

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

.cycon-box #cyjl .btn a,
.cycon-box .yyui_tab_content .btn a,
.cycon-box .yyui_tab_content_this .btn a {
    min-height: 54px;
    gap: 4px;
}

/* 鎸夐挳鏍呮牸 */
.cycon-box .btn {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

.cycon-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;
}

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

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

/* tab */
.cycon-box .yyui_tab > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.cycon-box .yyui_tab_title,
.cycon-box .yyui_tab_title_this {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid #d7e3f5;
    color: #4b607d;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cycon-box .yyui_tab_title_this {
    background: linear-gradient(135deg, #2f63b8 0%, #4b87e4 100%);
    border-color: transparent;
    color: #ffffff;
}

.cycon-box .yyui_tab_content {
    display: none;
}

.cycon-box .yyui_tab_content_this {
    display: block;
}

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

.cycon-box .table-datas th,
.cycon-box .table-datas td {
    padding: 16px 18px;
    border-bottom: 1px solid #edf2f8;
    vertical-align: top;
    word-break: break-word;
    color: #4f6078;
}

.cycon-box .table-datas th:first-child,
.cycon-box .table-datas td:first-child {
    width: 168px;
}

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

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

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

.cycon-box .table-datas td:first-child {
    background: #fbfdff;
    font-weight: 700;
}

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

.cycon-box .table-datas td a:hover {
    color: #1f4f98;
}

.cycon-box .table-datas td:last-child {
    color: #566882;
    line-height: 1.85;
}

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

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

.cycon-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;
}

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

.cycon-box .center.dark {
    color: #6d7d92;
}

