.footer-tabbar {
    background-color: rgba(4, 5, 6, .8) !important;
}



.home .widget-tab-post,
.home .widget-main-post {
    background-color: #0c0c0c;
}

.home .widget-main-post {
    margin-bottom: 0 !important;
}

.home .clearfix {
    background-color: #0c0c0c;
    width: 100%;
}

.home .clearfix .gutters-5 {
    max-width: 1600px;
    margin: 0 auto;
    width: 95%;
}

.home .widget-tab-post .widget-ajaxpager,
.home .widget-main-post .widget-ajaxpager {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto !important;
}

.home .fluid-widget .card,
.site-layout-1 .posts-item.card {
    width: calc(20% - 16px);
}

@media (max-width: 992px) {

    .home .fluid-widget .card,
    .site-layout-1 .posts-item.card {
        width: calc(33.333% - 16px);
    }
}

@media (max-width: 767px) {

    .home .fluid-widget .card,
    .site-layout-1 .posts-item.card {
        width: calc(50% - 10px);
    }
}

.home .widget-tab-post .list-inline,
.home .widget-main-post .list-inline {
    text-align: center;
}

.aum-container {
    max-width: var(--mian-max-width);
    margin: 0 auto;
}

.home .header-slider-container {
    margin-bottom: 0;
}

.home .fluid-widget:empty {
    display: none;
}

.widget_aum_services_widget {
    text-align: center;
    background: #0c0c0c;
    margin-top: -20px;
    padding-bottom: 40px;
}

.widget_aum_services_widget .widget-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 34px;
}

.aum-services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.aum-services-text {
    padding-top: 45px;
    padding-bottom: 45px;
}

.aum-service-card {
    flex: 1;
    min-width: 200px;
    height: 360px;
    padding: 30px 25px;
    border-radius: 12px;
    border: 1px solid #555555;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aum-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    transition: all 0.3s ease;
}

.aum-service-card:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.aum-service-card>* {
    position: relative;
    z-index: 2;
}

.aum-service-icon {
    font-size: 40px;
    color: #ffcc00;
    margin-bottom: 15px;
}

.aum-service-icon img {
    max-width: 40px;
    max-height: 40px;
}

.aum-service-card h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 19px;
    font-weight: bold;
}

.aum-service-card p {
    color: #ccc;
    margin: 20px 0;
    line-height: 1.6;
}

.aum-service-btn {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: fit-content;
}

.aum-service-btn:hover {
    background: #3e8e41;
}

.aum-services-subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}



/* Aum课程展示模块样式 */
.aum-courses-section {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.aum-courses-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.aum-courses-subtitle {
    color: var(--theme-color);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.aum-courses-main-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    line-height: 1.3;
}

.aum-courses-description {
    color: #666;
    font-size: 16px;
}

.aum-courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.aum-course-card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aum-course-card:hover {
    transform: translateY(-5px);
}

.aum-course-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.aum-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.aum-course-card:hover .aum-course-image img {
    transform: scale(1.05);
}

.aum-course-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}

.aum-course-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aum-course-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #fff;
    line-height: 1.4;
}

.aum-course-desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--theme-color);
    margin: 0 0 20px 0;
}

.aum-course-btn {
    width: fit-content;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #555;
}

.aum-course-btn-active {
    color: #fff !important;
    cursor: pointer;
}

.aum-course-btn-active:hover {
    color: var(--theme-color) !important;
    border-color: var(--theme-color);
}

.aum-course-btn-inactive {
    color: #999 !important;
    cursor: not-allowed;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .aum-courses-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aum-courses-main-title {
        font-size: 26px;
    }

    .aum-course-content {
        padding: 20px;
    }
}


/* Aum装饰标题模块样式 */
.aum-decorative-title-container {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.aum-decorative-title-body {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.aum-centered-decorative-title {
    text-align: center;
    position: relative;
    z-index: 3;
    color: var(--text-color, #ffffff);
}

.aum-centered-decorative-title::before {
    content: var(--background-text, '');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5em;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.aum-main-title {
    font-size: 2.2em;
    font-weight: 700;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.aum-decorative-line {
    margin: 0 15px;
    font-weight: 300;
    opacity: 0.7;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .aum-decorative-title-container {
        padding: 40px 15px;
    }

    .aum-centered-decorative-title::before {
        font-size: 2.5em;
    }

    .aum-main-title {
        font-size: 1.8em;
    }

    .aum-decorative-line {
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .aum-centered-decorative-title::before {
        font-size: 2em;
    }

    .aum-main-title {
        font-size: 1.5em;
    }

    .aum-decorative-line {
        margin: 0 8px;
        font-size: 0.9em;
    }
}


.widget_aum_masonry_gallery_widget {
    background-color: #000;
    padding-bottom: 40px;
}

.aum-masonry-container {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

/* 基础图片单元尺寸 */
.aum-masonry-link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

/* 标准尺寸单元（宽1*高1） */
.aum-masonry-standard {
    height: 300px;
}

/* 宽1*高2单元 */
.aum-masonry-tall {
    height: 610px;
}

/* 宽2*高1单元 */
.aum-masonry-wide {
    height: 300px;
}

/* 宽2*高2单元 */
.aum-masonry-large {
    height: 610px;
}

.aum-masonry-img,
.aum-masonry-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.aum-masonry-link:hover .aum-masonry-img {
    filter: grayscale(100%);
}

.aum-masonry-placeholder {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
}

.placeholder-text {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.aum-masonry-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    width: 80%;
}

.aum-masonry-link:hover .aum-masonry-caption {
    opacity: 1;
}

/* A区域布局 */
.aum-masonry-a {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 10px;
    width: 610px;
}

.aum-masonry-al {
    display: grid;
    grid-template-rows: repeat(3, 300px);
    gap: 10px;
}

.aum-masonry-af {
    display: grid;
    grid-template-rows: 300px 610px;
    gap: 10px;
}

/* B区域布局 */
.aum-masonry-b {
    display: grid;
    grid-template-rows: 300px 300px 300px;
    gap: 10px;
    width: 610px;
}

.aum-masonry-bu {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 10px;
}

/* C区域布局 */
.aum-masonry-c {
    display: grid;
    grid-template-rows: 610px 300px;
    gap: 10px;
    width: 610px;
}

.aum-masonry-c1 {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 10px;
}

.aum-masonry-c1-right {
    display: grid;
    grid-template-rows: 300px 300px;
    gap: 10px;
}

/* 更多按钮样式 */
.aum-masonry-more {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.aum-more-btn {
    border: 1px solid #666;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 43px;
    margin: 20px auto 30px;
    max-width: 175px;
    text-align: center;
    transition: border-color 0.3s, color 0.3s, font-weight 0.3s;
    background-color: transparent;
    padding: 0 6px;
    box-sizing: border-box;
}

.aum-more-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    font-weight: 600;
}

/* 响应式设计 - 平板 */
@media (max-width: 1200px) {
    .aum-masonry-container {
        max-width: 1000px;
    }

    .aum-masonry-standard {
        height: 250px;
    }

    .aum-masonry-tall {
        height: 510px;
    }

    .aum-masonry-wide {
        height: 250px;
    }

    .aum-masonry-a {
        grid-template-columns: 250px 250px;
        width: 510px;
    }

    .aum-masonry-al {
        grid-template-rows: repeat(3, 250px);
    }

    .aum-masonry-af {
        grid-template-rows: 250px 510px;
    }

    .aum-masonry-b {
        width: 500px;
        grid-template-rows: 250px 250px 250px;
    }

    .aum-masonry-bu {
        grid-template-columns: 250px 250px;
    }

    .aum-masonry-c {
        width: 510px;
        grid-template-rows: 510px 250px;
    }

    .aum-masonry-c1 {
        grid-template-columns: 250px 250px;
    }

    .aum-masonry-c1-right {
        grid-template-rows: 250px 250px;
    }
}

/* 响应式设计 - 手机 */
@media (max-width: 768px) {
    .aum-masonry-container {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 8px;
    }

    .aum-masonry-a,
    .aum-masonry-b,
    .aum-masonry-c {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .aum-masonry-al,
    .aum-masonry-af,
    .aum-masonry-bu,
    .aum-masonry-c1,
    .aum-masonry-c1-right {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .aum-masonry-standard,
    .aum-masonry-tall,
    .aum-masonry-wide {
        height: 250px;
    }

    .placeholder-text {
        font-size: 16px;
    }

    .aum-masonry-caption {
        font-size: 16px;
    }

    .aum-more-btn {
        font-size: 14px;
    }
}


.aum-alone-more-button-container {
    text-align: center;
    width: 100%;
    padding: 20px 0 40px 0;
}

.aum-alone-more-btn {
    border: 1px solid #666;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 43px;
    margin: 0 auto;
    max-width: 175px;
    text-align: center;
    transition: border-color 0.3s, color 0.3s, font-weight 0.3s;
    background-color: transparent;
    padding: 0 6px;
    box-sizing: border-box;
}

.aum-alone-more-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color) !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .aum-alone-more-button-container {
        padding: 30px 15px;
    }

    .aum-alone-more-btn {
        font-size: 14px;
    }
}



@media (max-width: 1400px) {

    .aum-masonry-container,
    .aum-container {
        width: 95%;
    }

    .aum-courses-container {
        padding: 0 8%;
    }
}

@media (max-width: 767px) {

    .aum-masonry-a,
    .aum-masonry-c {
        display: none !important;
    }
}



.category .container {
    max-width: 1700px;
}

.category .page-cover {
    padding-bottom: calc(15% + 80px);
}


/* 电脑端显示 */
.aum-desktop-services {
    display: flex;
}

.aum-mobile-services {
    display: none;
}

/* 手机端显示 */
@media (max-width: 768px) {
    .aum-desktop-services {
        display: none;
    }

    .aum-mobile-services {
        display: block;
    }

    .aum-mobile-services-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .aum-mobile-service-card {
        text-align: center;
        padding: 15px;
        background: #222;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .aum-mobile-service-card>a {
        display: flex;
        align-items: center;
        height: 100%;
        gap: 10px;
    }

    .aum-mobile-service-icon {
        background-color: rgba(255, 111, 6, 0.1);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .aum-mobile-service-icon img {
        width: 60%;
        height: 60%;
    }

    .aum-mobile-service-card h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }
}