:root {
	--border-radius: 4px;
    --border-radius2x: 8px;
}

.main {
    overflow: hidden;
}

nav > ul:not(:hover) > li > a.active {
    color: var(--primary) !important;
}

.blog-thumb {
    width: 200px;
    height: 200px;
}

.switcher {
    opacity: 0.5;
}

.switcher.active {
    pointer-events: none;
    opacity: 1.0;
}

.switcher > img {
    height: 24px;
    width: 24px;
}

section.section {
    background: url('/img/amax/background-6.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#footer {
    background: url('/img/amax/background-5.jpg') no-repeat center center;
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: center bottom;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-bg {
    background-size: cover;
    background-attachment: fixed;
}

.slider-bg-1 {
    background: url('/img/amax/banner-bg-9.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.slider-bg-2 {
    background: url('/img/amax/banner-bg-10.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.slider-bg-3 {
    background: url('/img/amax/banner-bg-7.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

html #header .header-logo.custom-header-logo:before {
    background-color: var(--grey-500);
    opacity: 0.8;
}

@media (max-width: 992px) {
    .slider-bg,
    .slider-bg-1,
    .slider-bg-2,
    .slider-bg-3 {
        background-attachment: scroll;
    }
}

@media (min-width: 1199px) {
    .slider-bg,
    .slider-bg-1,
    .slider-bg-2,
    .slider-bg-3 {
        background-size: cover auto;
        background-position: center top;
    }

    .slider-videos {
        width: 1120px;
        position: relative; /* 确保相对定位 */
        margin: 0 auto; /* 水平居中 */
        top: 140px;
    }
}

@media (max-width: 1198px) {
    .slider-videos {
        top: 80px;
        left: -40px;
    }
}

@media (max-width: 992px) {
    .slider-videos {
        top: 40px;
        left: -80px;
    }
}

@media (max-width: 767px) {
    .slider-videos {
        top: 0px;
        left: -80px;
    }
}

@media (max-width: 575px) {
    .slider-videos {
        top: 0px;
        left: -80px;
    }
}

.no-event {
    pointer-events: none;
}

.category-flex {
    display: flex;
    justify-content: center;
}

.category-card {
    align-self: stretch;
}

.category-card .card{
    height: 100%;
}


.img-container {
    width: 100%;
    height: 100%;
    min-height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

@media (max-width: 992px) {
    .img-container {
        height: 480px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 767px) {
    .img-container {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .img-container {
        height: 360px;
    }
}
