.aolei_goods_read {
    position: relative;
}

.aolei_goods_read .scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 4px 4px 0 #EEE;
}

.nav_bar {
    padding-top: 40px;
    padding-bottom: 60px;
    gap: 0 !important;
    font-family: var(--font-family);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    color: #333;
    flex-direction: row !important;
    align-items: center;
    flex-wrap: wrap;
}

.nav_bar_text {
    color: var(--color-primary);
}

.nav_bar i {
    color: #999;
}

.nav_bar_bold {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .nav_bar {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: var(--font-14, 14px);
    }
}

@media screen and (max-width: 552px) {
    .nav_bar {
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: var(--font-12, 12px);
    }
}

.aolei_goods_read>.container {
    --detail-info-gap: 20px;
    display: flex;
    gap: 30px;
    transition: all 0.3s ease;
}

.aolei-medias-container {
    --slide-width: 130px;
    --slide-height: 130px;
    --swiper-height: 700px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.aolei-goods-medias-swiper {
    height: var(--swiper-height);
    width: var(--slide-width);
    position: relative;
    margin: 0px !important;
    flex-shrink: 0;
}

.aolei-goods-medias-swiper .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    max-height: var(--slide-height) !important;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border: transparent 2px solid;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.aolei-goods-medias-swiper .swiper-slide:hover {
    transform: scale(1.02);
}

.aolei-goods-medias-swiper .swiper-slide.active {
    border-color: #EEE;
}

.aolei-goods-medias-swiper .swiper-slide img {
    height: 100%;
    max-width: var(--slide-width);
    max-height: var(--slide-height);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.aolei-goods-medias-content {
    width: var(--swiper-height);
    height: var(--swiper-height);
    position: relative;
    border-radius: 5px;
    aspect-ratio: 164 / 109;
    overflow: hidden;
}

.content-big-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.aolei-goods-medias-content .video-icon {
    color: #fff;
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.aolei-goods-medias-content .content-big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aolei-info-container {
    flex: 1;
}

.aolei-info-container_title {
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: var(--font-24);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
}

.aolei-info-container_subtitle {
    font-size: var(--font-16);
    font-family: var(--font-family);
    color: #666;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 24px;
    margin-top: 16px;
    border-bottom: 1px solid #BFBFBF;
}

.aolei-info-content {
    padding-top: 24px;
}

.aolei_goods_read .content-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aolei_goods_read .content-detail-item {
    color: #333;
    font-family: var(--font-family);
    font-size: var(--font-16);
    line-height: normal;
    font-weight: 400;
}

.aolei-content-btn {
    margin-top: 40px;
}

.aolei-content-btn .cd-popup-trigger {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-16);
    font-weight: 700;
    line-height: normal;
    padding: 16px 30px;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
}

.aolei-content-btn .cd-popup-trigger:hover {
    background-color: var(--btn-hover);
}

.fancybox-image {
    object-fit: contain !important;
}

.aolei-goods-detail {
    margin-top: var(--gap-50);
    background: #FFF;
    z-index: 999;
    width: 100%;
}

.aolei-goods-detail.is-fixed {
    position: fixed;
    top: var(--top-offset, 80px);
    left: 0;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-placeholder {
    display: none;
    width: 100%;
}

.aolei-goods-detail_tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.aolei-goods-detail_tabs::-webkit-scrollbar {
    display: none;
}

.aolei-goods-detail_tabs {
    scrollbar-width: none;
}

.aolei-goods-detail_tabs {
    -ms-overflow-style: none;
}

.aolei-goods-detail_tabs .aolei-tabs_item {
    color: var(--title-text-color);
    text-align: center;
    font-family: var(--title-font-family);
    font-size: var(--font-18);
    font-weight: 400;
    line-height: normal;
    padding: 26px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    border-bottom: 3px solid transparent;
}

.aolei-goods-detail_tabs .aolei-tabs_item.active,
.aolei-goods-detail_tabs .aolei-tabs_item:hover {
    border-bottom-color: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    position: absolute !important;
    bottom: auto !important;
    right: auto !important;
    top: 0px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 44px !important;
    height: 17px !important;
    margin-top: 0px !important;
}

.swiper-button-next {
    position: absolute;
    bottom: 0px !important;
    right: auto !important;
    top: auto !important;
    left: 50% !important;
    transform: rotate(-180deg) translateX(50%);
    width: 44px !important;
    height: 17px !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    color: #fff;
    width: 44px;
    height: 17px;
    font-size: 10px;
    background-color: rgba(51, 51, 51, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    background-color: rgba(51, 51, 51, 0.8);
}

.swiper-button-prev-column,
.swiper-button-next-column {
    z-index: 10;
    display: none;
    width: 16px;
    height: 34px;
}

.swiper-button-prev-column {
    position: absolute !important;
    bottom: auto !important;
    right: auto !important;
    top: 50% !important;
    left: 0px !important;
    transform: translateY(-50%);
}

.swiper-button-next-column {
    position: absolute !important;
    bottom: auto !important;
    right: 0px !important;
    top: 50% !important;
    left: auto !important;
    transform: translateY(-50%);
}

.swiper-button-prev-column::before,
.swiper-button-next-column::before {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(51, 51, 51, 0.50);
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-button-prev-column:hover:before,
.swiper-button-next-column:hover:before {
    background-color: rgba(176, 0, 14, 0.5);
}

@media screen and (max-width: 1440px) {
    .aolei-medias-container {
        --slide-width: 100px;
        --slide-height: 100px;
        --swiper-height: 500px;
    }

    .aolei-info-container_title {
        font-size: var(--font-42, 42px);
    }
}

@media screen and (max-width: 1280px) {
    .aolei-medias-container {
        --slide-width: 90px;
        --slide-height: 90px;
        --swiper-height: 500px;
    }

    .aolei-info-container_title {
        font-size: var(--font-38, 38px);
    }
}

@media (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .aolei_goods_read {
        padding-bottom: 30px;
    }

    .aolei_goods_read>.container {
        flex-direction: column;
        gap: 20px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev-column,
    .swiper-button-next-column {
        display: inline-block;
    }

    .aolei-medias-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .aolei-goods-medias-swiper {
        height: var(--slide-width);
        width: 100%;
        max-width: var(--swiper-height);
    }

    .aolei_goods_read .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
    }

    .aolei-goods-medias-swiper .swiper-slide {
        width: var(--slide-width) !important;
        height: var(--slide-height) !important;
        max-width: var(--slide-width) !important;
        max-height: var(--slide-height) !important;
    }

    .aolei-goods-medias-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        max-width: var(--slide-width);
        max-height: var(--slide-height);
        object-fit: cover;
    }

    .aolei-goods-medias-content {
        width: 100%;
        max-width: var(--swiper-height);
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .aolei-info-container_title {
        font-size: var(--font-36, 36px);
    }

    .aolei-info-container_subtitle {
        font-size: var(--font-15, 15px);
    }

    .aolei-content-btn {
        text-align: center;
    }

    .aolei-content-btn .cd-popup-trigger {
        max-width: 100%;
    }

    .aolei-goods-detail {
        margin-top: 50px;
    }

    .aolei-goods-detail_tabs {
        padding: 0px 20px;
        gap: 8px;
    }

    .aolei-goods-detail_tabs .aolei-tabs_item {
        padding: 15px 12px;
        font-size: var(--font-20, 20px);
        min-width: fit-content;
    }
}

@media (max-width: 992px) {}

@media screen and (max-width: 768px) {
    .aolei_goods_read {
        padding-bottom: 25px;
    }

    .aolei_goods_read>.container {
        gap: 15px;
    }

    .aolei-medias-container {
        gap: 12px;
    }

    .aolei-info-container_title {
        font-size: var(--font-28, 28px);
    }

    .aolei-info-container_subtitle {
        font-size: var(--font-14, 14px);
    }

    .aolei-goods-detail {
        margin-top: 40px;
    }

    .aolei-goods-detail_tabs {
        padding: 0px 15px;
        gap: 6px;
    }

    .aolei-goods-detail_tabs .aolei-tabs_item {
        padding: 12px 10px;
        font-size: var(--font-18, 18px);
    }

    .aolei-content-btn {
        margin-top: 20px;
    }

    .aolei-content-btn .cd-popup-trigger {
        padding: 14px;
        font-size: var(--font-16, 16px);
    }
}

@media (max-width: 576px) {}

@media screen and (max-width: 552px) {
    .aolei_goods_read {
        padding-bottom: 20px;
    }

    .aolei_goods_read>.container {
        gap: 12px;
    }

    .aolei-medias-container {
        --slide-width: 55px;
        --slide-height: 55px;
        --swiper-height: 290px;
        gap: 10px;
    }

    .aolei-goods-medias-swiper .swiper-button-next,
    .aolei-goods-medias-swiper .swiper-button-prev {
        width: 25px;
        height: 9px;
        padding: 2px 4px;
    }

    .aolei-goods-medias-swiper .swiper-button-next {
        right: 5px !important;
    }

    .aolei-goods-medias-swiper .swiper-button-prev {
        left: 5px !important;
    }

    .aolei-info-container_title {
        font-size: var(--font-24, 24px);
        line-height: 1.3;
    }

    .aolei-info-container_subtitle {
        font-size: var(--font-13, 13px);
    }

    .aolei-info-content {
        padding-top: 15px;
    }

    .aolei-goods-detail {
        margin-top: 35px;
    }

    .aolei-goods-detail_tabs {
        padding: 0 10px;
        gap: 5px;
    }

    .aolei-goods-detail_tabs .aolei-tabs_item {
        padding: 12px 8px;
        font-size: var(--font-16, 16px);
    }

    .aolei-content-btn {
        margin-top: 18px;
    }

    .aolei-content-btn .cd-popup-trigger {
        padding: 12px;
        font-size: var(--font-15, 15px);
    }

    .aolei-goods-detail_fqa .aolei-detail-item {
        --fqa-padding-x: 20px;
    }
}

@media screen and (max-width: 375px) {
    .aolei_goods_read {
        padding-bottom: 15px;
    }

    .aolei_goods_read>.container {
        gap: 10px;
    }

    .aolei-medias-container {
        gap: 8px;
    }

    .aolei-info-container_title {
        font-size: var(--font-20, 20px);
        line-height: 1.2;
    }

    .aolei-info-container_subtitle {
        font-size: var(--font-12, 12px);
    }

    .aolei-info-content {
        padding-top: 12px;
    }

    .aolei-goods-detail {
        margin-top: 30px;
    }

    .aolei-goods-detail_tabs {
        padding: 0 5px;
        gap: 4px;
    }

    .aolei-goods-detail_tabs .aolei-tabs_item {
        padding: 10px 5px;
        font-size: var(--font-14, 14px);
    }

    .aolei-content-btn {
        margin-top: 15px;
    }

    .aolei-content-btn .cd-popup-trigger {
        padding: 10px;
        font-size: var(--font-14, 14px);
    }
}

.aolei_goods_read .content-container {
    padding-top: var(--component-gap);
    padding-bottom: var(--component-gap);

}

.aolei_goods_read .content-container>.container {
    display: block;
}

.aolei_goods_read .goods-title {
    font-size: var(--font-40);
    font-weight: 400;
    line-height: normal;
    font-family: var(--title-font-family);
    color: var(--title-text-color);
    text-align: center;
    margin-bottom: var(--gap-50);
}

.aolei_goods_read .dark-bg {
    background: #F9F9F9;
}

/* material */
.aolei_goods_read .goods-material-list {
    position: relative;
}

.aolei_goods_read .goods-material-list .swiper {
    width: 100%;
    height: 100%;
}

.aolei_goods_read .goods-material-list .swiper-slide {
    position: relative;
    aspect-ratio: 335/465;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F7F8FA;
    overflow: hidden;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}

.aolei_goods_read .goods-material-list .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    pointer-events: none;
    z-index: 1;
}

.aolei_goods_read .material-item-title {
    font-size: var(--font-18);
    font-weight: 400;
    line-height: normal;
    font-family: var(--title-font-family);
    color: #EEE;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.aolei_goods_read .material-item-desc {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    color: #EEE;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.aolei_goods_read .goods-material-list .swiper-slide:hover .material-item-desc {
    max-height: 400px;
    opacity: 1;
}

.aolei_goods_read .swiper-pagination {
    position: relative;
    bottom: -10px !important;
}

.aolei_goods_read .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

/* advantage */
.aolei_goods_read .advantage-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.aolei_goods_read .advantage-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.aolei_goods_read .advantage-item img {
    width: 43%;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
}

.aolei_goods_read .advantage-item .advantage-item-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aolei_goods_read .advantage-item .advantage-item-desc {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aolei_goods_read .advantage-item .advantage-item-desc li {
    font-size: var(--font-14);
    font-weight: 400;
    line-height: normal;
    font-family: var(--title-font-family);
    color: #000;
    list-style: disc;
    list-style-position: outside;
}

@media screen and (max-width: 576px) {
    .aolei_goods_read .advantage-item:nth-child(n) {
        flex-direction: column;
        padding: 0;
    }

    .aolei_goods_read .advantage-item img {
        width: 100%;
    }

    .aolei_goods_read .advantage-item:nth-child(n) .advantage-item-content {
        width: 100%;
        padding: 20px 0;
    }

    .aolei_goods_read .advantage-item .advantage-item-desc {
        gap: 20px;
    }
}

/* config */
.aolei_goods_read .goods-config-list .swiper {
    width: 100%;
    height: 100%;
}

.aolei_goods_read .goods-config-list img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.aolei_goods_read .goods-config-list .config-item-title {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    color: #000;
    text-align: center;
    margin-top: 8px;
}

/* video */
.aolei_goods_read .video-container {
    width: 100%;
    aspect-ratio: 1400/563;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.aolei_goods_read .video-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
}

@media (max-width: 992px) {
    .aolei_goods_read .video-container a svg {
        width: 50px;
        height: 50px;
    }
}

/* case */
.aolei_goods_read .case-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.aolei_goods_read .case-item {
    width: 100%;
    aspect-ratio: 335/330;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.aolei_goods_read .case-item-title {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    color: #FFF;
    text-align: center;
    padding: 12px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8),rgba(0,0,0,0.6) 50%, transparent);
}

@media (max-width: 992px) {
    .aolei_goods_read .case-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .aolei_goods_read .case-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}