﻿.dark-bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.dark-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-40{
    font-size: 40px;
}
.scroll-m-60 {
    scroll-margin: 60px;
}
.hover-text-skin-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary), var(--tw-text-opacity));
}
.hover-cursor-pointer:hover {
    cursor: pointer;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-slide {
    aspect-ratio: 4 / 3; /* 或 16 / 9 */
    overflow: hidden;
    display: flex;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 
@media (min-width: 1536px) {
    .xxl-py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
}
.font-400 {
    font-weight: 400;
}
@media (min-width: 1024px) {
    .lg-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg-w-600{
        width:600px;
    }
    .lg-text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg-flex-row {
        flex-direction: row;
    }
    .lg-columns-2 {
        -moz-columns: 2;
        column-count: 2;
    }
    .lg-text-48 {
        font-size: 48px;
    }
    .lg-max-w-50 {
        max-width: 50%;
    }
    .lg-py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg-hidden {
        display: none;
    }
    .lg-inline {
        display: inline;
    }
    .lg-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg-flex {
        display: flex;
    }
}
@media (min-width: 1280px) {
    .xl-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}