fss,acronym,time,sdu,tcenter,stysle,ssmall,areass,abbr,sadw,dfn,noscripta,ecode,is,font,tyyt,sup{display:none!important;width:0!important;height:0!important;overflow:hidden!important;line-height:0!important;font-size:0!important;margin:0!important;padding:0!important;border:0!important}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    color: #1f2937;
    background: #fafafa;
    line-height: 1.6;
}
a { color: #2563eb; text-decoration: none; transition: color 0.2s; }
a:hover { color: #1d4ed8; }

/* 顶部导航 */
.djz-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}
.djz-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.djz-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: -0.3px;
}
.djz-logo i {
    font-size: 18px;
    color: #2563eb;
}
.djz-logo span {
    color: #6b7280;
    font-weight: 400;
    font-size: 14px;
    margin-left: 2px;
}
.djz-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}
.djz-nav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s;
}
.djz-nav a i {
    font-size: 12px;
    color: #9ca3af;
    transition: color 0.2s;
}
.djz-nav a:hover {
    color: #2563eb;
    background: #f3f4f6;
}
.djz-nav a:hover i {
    color: #2563eb;
}

/* 面包屑 */
.djz-breadcrumb-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 24px 0;
}
.djz-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9ca3af;
}
.djz-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #6b7280;
    font-weight: 500;
}
.djz-breadcrumb a i {
    font-size: 10px;
}
.djz-breadcrumb a:hover {
    color: #2563eb;
}
.djz-breadcrumb .djz-sep {
    color: #d1d5db;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
}
.djz-breadcrumb .djz-current {
    color: #9ca3af;
    font-weight: 400;
}

/* 主体布局 */
.djz-main {
    max-width: 1100px;
    margin: 24px auto 48px;
    padding: 0 24px;
    display: flex;
    gap: 24px;
}
.djz-content {
    flex: 1;
    min-width: 0;
}
.djz-sidebar {
    width: 320px;
    flex-shrink: 0;
}

/* 卡片通用 */
.djz-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}
.djz-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 16px;
    text-align: center;
}

/* 结果展示 */
.djz-result {
    padding: 32px 28px;
}
.djz-result-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 24px;
}
.djz-result-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.djz-result-body p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    text-indent: 0;
    margin: 0;
    padding-left: 16px;
    position: relative;
}
.djz-result-body p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background: #2563eb;
    border-radius: 50%;
}
.djz-result-body strong {
    color: #2563eb;
    font-weight: 600;
}

/* 月历 */
.djz-cal h2 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 18px;
    color: #374151;
    font-weight: 600;
}
.djz-cal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.djz-cal-table th,
.djz-cal-table td {
    border: 1px solid #f3f4f6;
    text-align: center;
    vertical-align: top;
    height: 68px;
    padding: 6px;
}
.djz-cal-table th {
    background: #fafafa;
    font-weight: 500;
    height: 40px;
    color: #6b7280;
    font-size: 13px;
}
.djz-cal-table th.djz-week-th {
    width: 44px;
}
.djz-cal-table th.weekend {
    color: #ef4444;
    background: #fef2f2;
}
.djz-cal-table td {
    cursor: pointer;
    transition: background 0.15s;
    background: #fff;
}
.djz-cal-table td.djz-week-num {
    background: #fafafa;
    font-weight: 600;
    color: #9ca3af;
    cursor: default;
    vertical-align: middle;
    font-size: 12px;
}
.djz-cal-table td.djz-week-num span {
    display: block;
}
.djz-cal-table td:hover {
    background: #f9fafb;
}
.djz-cal-table td.empty {
    background: #fafafa;
    cursor: default;
}
.djz-cal-table td .djz-day {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    color: #374151;
}
.djz-cal-table td .djz-nl {
    font-size: 11px;
    color: #9ca3af;
    display: block;
    margin-top: 3px;
}
.djz-cal-table td.today {
    background: #eff6ff;
    border: 1px solid #2563eb;
}
.djz-cal-table td.today .djz-day {
    color: #2563eb;
    font-weight: 600;
}
.djz-cal-table td.query {
    background: #f0fdf4;
    border-color: #86efac;
}
.djz-cal-table td.query .djz-day {
    color: #16a34a;
}
.djz-cal-table td.weekend .djz-day {
    color: #ef4444;
}

/* 参考推荐 */
.djz-ref {
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.djz-ref strong {
    color: #374151;
    font-weight: 500;
}
.djz-ref a {
    color: #2563eb;
    font-size: 13px;
}
.djz-ref a:hover {
    text-decoration: underline;
}

/* 文章区域 */
.djz-article h2 {
    font-size: 17px;
    color: #374151;
    margin-bottom: 14px;
    font-weight: 600;
}
.djz-article p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 12px;
    text-indent: 2em;
    line-height: 1.8;
}
.djz-article p strong {
    color: #374151;
    font-weight: 600;
}
.djz-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 16px;
    font-size: 14px;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    overflow: hidden;
    background: #eff6ff;
}
.djz-table th,
.djz-table td {
    border-bottom: 1px solid #bfdbfe;
    border-right: 1px solid #bfdbfe;
    padding: 11px 12px;
    text-align: center;
}
.djz-table th {
    background: #dbeafe;
    color: #1e3a8a;
    font-weight: 700;
}
.djz-table td {
    color: #1e40af;
}
.djz-table tbody tr:last-child td {
    border-bottom: none;
}
.djz-table th:last-child,
.djz-table td:last-child {
    border-right: none;
}

/* 侧边栏计算器 */
.djz-calc-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.djz-calc-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.djz-calc-row label {
    width: 36px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}
.djz-calc-row input,
.djz-calc-row select {
    flex: 1;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: all 0.2s;
}
.djz-calc-row input:focus,
.djz-calc-row select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}
.djz-calc-btns {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.djz-btn {
    flex: 1;
    padding: 9px 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    color: #374151;
}
.djz-btn:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}
.djz-btn-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}
.djz-btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}
.djz-btn-warning {
    background: #fff;
    border-color: #e5e7eb;
    color: #374151;
}
.djz-btn-warning:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

/* 查询结果 */
.djz-info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.djz-info-item {
    display: flex;
    border-bottom: 1px solid #f3f4f6;
    padding: 10px 0;
}
.djz-info-item:last-child {
    border-bottom: none;
}
.djz-info-label {
    width: 84px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.djz-info-value {
    flex: 1;
    color: #374151;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

/* 当月日期第几周一览表 */
.djz-week-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}
.djz-week-list::-webkit-scrollbar {
    width: 4px;
}
.djz-week-list::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
}
.djz-week-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #4b5563;
    transition: all 0.15s;
    cursor: default;
}
.djz-week-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #d1d5db;
    border-radius: 50%;
    flex-shrink: 0;
}
.djz-week-item:hover {
    background: #f3f4f6;
    color: #2563eb;
}
.djz-week-item:hover::before {
    background: #2563eb;
}

/* 热门推荐 */
.djz-hot-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.djz-hot-list a {
    color: #4b5563;
    font-size: 14px;
    padding: 9px 0;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.djz-hot-list a::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #d1d5db;
    border-radius: 50%;
    flex-shrink: 0;
}
.djz-hot-list a:hover {
    color: #2563eb;
}
.djz-hot-list a:hover::before {
    background: #2563eb;
}

/* 友情链接 */
.djz-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.djz-link-list a {
    display: inline-block;
    padding: 6px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 13px;
    color: #4b5563;
    transition: all 0.2s;
}
.djz-link-list a:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb;
}

/* 底部 */
.djz-footer {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 28px 20px;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
}
.djz-footer a {
    color: #9ca3af;
}
.djz-footer a:hover {
    color: #2563eb;
}

/* 响应式 */
@media (max-width: 992px) {
    .djz-main {
        flex-direction: column;
    }
    .djz-sidebar {
        width: 100%;
    }
    .djz-header-inner {
        height: auto;
        flex-direction: column;
        padding: 12px 20px;
        gap: 8px;
    }
    .djz-result-num {
        font-size: 64px;
    }
}
@media (max-width: 576px) {
    .djz-main {
        padding: 0 16px;
    }
    .djz-breadcrumb-wrap {
        padding: 12px 16px 0;
    }
    .djz-card {
        padding: 20px;
    }
    .djz-result {
        padding: 32px 16px;
    }
    .djz-result-num {
        font-size: 56px;
    }
    .djz-cal-table th,
    .djz-cal-table td {
        height: 54px;
        padding: 3px;
        font-size: 12px;
    }
    .djz-cal-table td .djz-day {
        font-size: 14px;
    }
    .djz-cal-table td .djz-nl {
        font-size: 10px;
    }
}
