body{
    font:  16px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; !important;
}

.logo{
    width:40px;height:40px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%
}

/* 文章内容 */
.article{
    display: flex;
    flex-direction: column;
}
.article h3 {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 18px;
    margin-bottom: 16px;
    padding: 0 9px 0 10px;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.article p {
    font-size: 16px;
    color: #555555;
    line-height: 36px;
    white-space: pre-wrap;
    text-indent: 2em;
}

.article td{
    text-align: center;
    line-height: 30px;
}

.article img {
    display: block;
    margin: 10px auto;
    width: auto !important;
    height: auto !important;
    max-width: 70%;
}

/* 分页 */
.pagination {
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.pagination .page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    transition: all 0.2s;
}
.pagination .page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    transition: all 0.2s;
}
.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.pagination .page-item.active {
    color: white;
    border-color: transparent;
    background-color: rgb(185 43 39 / var(--tw-bg-opacity, 1));
}

body {
    background: #f3f6fb;
}

.mh-home-page {
    display: flex;
    min-height: calc(100vh - 60px);
    background: #f3f6fb;
}

.mh-sidebar {
    position: sticky;
    top: 72px;
    width: 220px;
    height: calc(100vh - 72px);
    flex: 0 0 220px;
    overflow-y: auto;
    border-right: 1px solid #edf0f5;
    background: #fff;
    padding: 18px 0;
}

.mh-sidebar-title {
    padding: 10px 20px;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 700;
}

.mh-sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-left: 3px solid transparent;
    color: #34495e;
    font-size: 15px;
    transition: all .2s ease;
}

.mh-sidebar-item:hover,
.mh-sidebar-item.active {
    color: #B92B27;
    background: #fff5f5;
    border-left-color: #B92B27;
}

.mh-sidebar-item i {
    width: 18px;
    text-align: center;
}

.home-content {
    flex: 1;
    min-width: 0;
    padding: 24px 70px 0px;
}

.dashboard-row {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 280px;
    gap: 18px;
    margin-bottom: 24px;
}

.home-card {
    overflow: hidden;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.home-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #edf0f5;
    color: #172033;
    font-size: 16px;
    font-weight: 800;
}

.home-card-title i,
.home-section-title h2 i {
    margin-right: 8px;
    color: #B92B27;
}

.home-card-title a,
.home-section-title a {
    color: #172033;
    font-size: 13px;
    font-weight: 600;
    padding-right: 20px;
}

.side-tool-list {
    padding: 14px;
}

.side-tool-item {
    display: flex;
    gap: 12px;
    padding: 11px 10px;
    border-radius: 8px;
    color: inherit;
    transition: all .2s ease;
}

.side-tool-item:hover {
    background: #fff5f5;
    transform: translateX(3px);
}

.side-tool-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #B92B27;
    background: #fff0f0;
    font-size: 18px;
}

.side-tool-info {
    min-width: 0;
    flex: 1;
}

.side-tool-title {
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-tool-desc {
    margin-top: 5px;
    color: #8a96a8;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-carousel {
    position: relative;
    min-height: 266px;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(120deg, #B92B27 0%, #c86b36 58%, #D4AF37 100%);
    box-shadow: 0 14px 34px rgba(185, 43, 39, .22);
}

.feature-carousel:before {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    right: -90px;
    top: -130px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.feature-carousel:after {
    position: absolute;
    content: '';
    width: 170px;
    height: 170px;
    left: 40px;
    bottom: -100px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.feature-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 42px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all .35s ease;
}

.feature-slide.active {
    opacity: 1;
    visibility: visible;
}

.feature-slide > div {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.feature-icon {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
    font-size: 30px;
}

.feature-slide h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.feature-slide p {
    max-width: 520px;
    min-height: 44px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.7;
}

.feature-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    color: #B92B27;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.feature-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(15, 23, 42, .22);
    cursor: pointer;
    transition: all .2s ease;
    backdrop-filter: blur(8px);
}

.feature-arrow:hover {
    background: rgba(15, 23, 42, .38);
    transform: translateY(-1px);
}

.feature-prev {
    left: 16px;
}

.feature-next {
    right: 16px;
}

.note-list {
    padding: 12px 16px 14px;
}

.note-link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f6;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.note-link:hover {
    color: #B92B27;
}

.note-link:last-child {
    border-bottom: 0;
}

.home-section {
    margin-top: 22px;
}

.home-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.home-section-title h2 {
    margin: 0;
    color: #172033;
    font-size: 19px;
    font-weight: 800;
}

.uu-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.uu-tool-card {
    position: relative;
    display: block;
    min-height: 132px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    color: inherit;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    transition: all .22s ease;
}

.uu-tool-card:hover {
    transform: translateY(-4px);
    border-color: #f0d1d0;
    box-shadow: 0 14px 30px rgba(185, 43, 39, .12);
}

.uu-tool-top {
    display: flex;
    align-items: center;
}

.uu-tool-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border: 1px solid #edf0f5;
    border-radius: 10px;
    color: #B92B27;
    background: linear-gradient(135deg, #fff9f5, #fff0f0);
    font-size: 22px;
}

.uu-tool-name {
    min-width: 0;
    flex: 1;
    padding-right: 36px;
    color: #172033;
    font-size: 14px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uu-tool-desc {
    height: 40px;
    margin: 14px 0 0;
    color: #7b8798;
    font-size: 13px;
    line-height: 1.55;
    overflow: hidden;
}

.category-block {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid #e8edf5;
}

@media (max-width: 1200px) {
    .home-content {
        padding: 22px 24px 46px;
    }

    .dashboard-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mh-home-page {
        display: block;
    }

    .mh-sidebar {
        position: static;
        width: auto;
        height: auto;
        padding: 10px 0;
    }

    .home-content {
        padding: 14px 12px 34px;
    }

    .feature-carousel {
        min-height: 250px;
    }

    .feature-slide {
        padding: 28px 20px;
    }

    .feature-slide h2 {
        font-size: 22px;
    }

    .uu-tools-grid {
        grid-template-columns: 1fr;
    }
}