body {
    background: #f7f9fa!important;
}

.newDetail {
    width: 1400px;
    margin: 0 auto;
}

.n-detail-head {
    width: 100%;
    background-color: #fff;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.n-image-preview {
    width: 500px;
    margin-right: 100px;
    position: sticky;
    top: 104px;
}

.n-image-preview .swiper-slide {
    position: relative;
}

.preview-container {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modelContainer {
    position: relative;
    display: none;
    width: 500px;
    height: 500px;
}

.closeModelBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/modalClose.svg);
    width: 36px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.closeModelBtn::after {
    content: '';
}

#previewSwiper .swiper-slide {
    position: relative;
}

.videoPlayer {
    display: none;
    width: 500px;
    height: 500px;
}

.videoPlayer video {
    width: 100%;
}

.playerBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}

.playerBtn::after {
    display: block;
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/player-btn.svg);
    background-position: 0 0;
    background-size: cover;
}

.playerBtn:hover::after {
    background-position: 0 -64px;
}

.video-preview::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41, .5);
    border-radius: 4px;
}

.video-preview::before {
    content: '';
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/play.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.n-detail-head img,
.n-detail-head video {
    width: 100%;
}

.n-detail-head video {
    height: 100%;
}

#thumbPreviewSwiper .swiper-slide {
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    width: 50px;
    box-sizing: border-box;
}

#thumbPreviewSwiper .video-preview.swiper-slide-thumb-active {
    border-color: transparent;
}

#thumbPreviewSwiper .swiper-slide-thumb-active {
    border: 1px solid #292929;
}

#thumbPreviewSwiper {
    width: 298px;
}

.n-thumb-preview {
    position: relative;
    width: 100%;
    margin: 12px auto 0 auto;
    width: 394px;
}

.n-thumb-preview .swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}

.n-thumb-prev,
.n-thumb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.n-thumb-prev {
    left: 0;
}

.n-thumb-next {
    right: 0;
}

#previewSwiper .swiper-pagination {
    display: none;
}

.n-detail-head .n-detail-info h1 {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.n-detail-head .n-detail-info p {
    margin-top: 12px;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    opacity: .68;
}

.n-detail-info-title {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    margin: 36px 0 0 0;
}

.n-detail-models {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-detail-model {
    cursor: pointer;
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin-top: 12px;
    width: 334px;
    box-sizing: border-box;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
}

.n-detail-model strong {
    display: block;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-detail-model.n-detail-model-active {
    border: 1px solid #E60039;
    pointer-events: none;
}

.n-detail-model.n-detail-model-active strong {
    font-weight: 600;
}

.n-detail-series strong {
    font-weight: 400;
    font-size: 14px;
}

.n-detail-info ul li {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
}

.n-detail-info ul {
    margin-top: 12px;
    margin-left: 20px;
}

.n-detail-btns {
    display: flex;
    margin-top: 48px;
    align-items: center;
}

.n-detail-btn {
    display: inline-block;
    padding: 12px 36px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}

.n-detail-btn.redBtn {
    background: #E60039;
    color: #fff;
}

.n-detail-btn.whiteBtn {
    color: #E60039;
    border: 1px solid #E60039;
}

.n-detail-btn.transparentBtn {
    border: 1px solid rgba(125, 125, 125, 0.50);
    color: #292929;
}


/* 对比按钮 */

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
}

.custom-checkbox input {
    display: none;
}

.checkbox-btn {
    width: 18px;
    height: 18px;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.custom-checkbox:hover .checkbox-btn {
    border: 1px solid #E60039;
}

.custom-checkbox input:checked+.checkbox-btn {
    background-color: #E60039;
    border: 1px solid #E60039;
}

.custom-checkbox input:checked+.checkbox-btn:after {
    content: '';
    width: 11px;
    height: 8px;
    background-size: cover;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/tick.svg);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

@media screen and (min-width:768px) {
    .n-detail-btn:hover {
        cursor: pointer;
    }
    .n-detail-btn.whiteBtn:hover {
        background: rgba(230, 0, 57, 0.05);
    }
    .n-detail-btn.redBtn:hover {
        background: #C6002C;
    }
    .n-detail-btn.transparentBtn:hover {
        border: 1px solid #E60039;
        color: #E60039;
    }
    .modelBtn:hover {
        background-color: rgba(213, 213, 213, 0.50);
    }
    .n-detail-item-title a:hover {
        text-decoration: underline;
        color: #E60039;
    }
}

.modelBtns {
    display: flex;
    justify-content: center;
    margin: 48px auto 0 auto;
}

.modelBtn {
    margin-right: 12px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #C3C9D5;
    background: #FFF;
    box-sizing: border-box;
    padding: 4px 12px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}

.modelBtn:last-child {
    margin-right: 0;
}

.modelBtn img {
    width: 14px;
}

.modelBtn span {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}

/* --- Page-specific video list styles moved from index.shtml --- */
/* Narrow screens: collapsed by default (show only first 2); expanded shows all */
/* Show more button and collapsed behaviour apply at <= 990px */
@media (max-width: 990px) {
    #videoDetailSwiper { overflow: visible !important; }
    #videoDetailSwiper .swiper-wrapper { transform: none !important; display: block !important; }
    #videoDetailSwiper .swiper-slide { width: auto !important; display: none !important; float: none !important; padding: 0 0 16px 0; }
    #videoDetailSwiper .swiper-slide:nth-child(-n+2) { display: block !important; }
    #videoDetailSwiper .swiper-slide .n-video-cover { width: 100% !important; }
    #videoDetailSwiper .swiper-pagination,
    #videoDetailSwiper .swiper-button-prev,
    #videoDetailSwiper .swiper-button-next { display: none !important; }
    /* when expanded, show all slides */
    #videoDetailSwiper.expanded .swiper-slide { display: block !important; }
    #videoDetailSwiper.expanded .swiper-wrapper { display: block !important; transform: none !important; }
}

/* Video card container */
.n-videoContainer { border: 1px solid #e6e6e6; border-radius: 8px; overflow: hidden; background: #fff; }

/* Remove separate top border for meta (we use container border) and remove top margin */
.n-video-meta { border: none; padding: 12px; margin: 0; background: transparent; position: relative; }
.n-video-meta .n-video-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #2A2B2E;
  /* 两行隐藏 + 省略号（保留） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 必须加，用于提示框定位 */
  position: relative;
}


.n-video-meta .n-video-date { display: block; margin-top: 8px; color: #9B9FA8; font-family: Noto Sans;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0%;
 }

/* Duration badge on thumbnail: gray background, white icon + white text */
.n-video-cover { position: relative; overflow: hidden; }
.video-duration { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,0.55); color: #fff; padding: 6px 14px 6px 8px; border-radius: 14px; font-size: 12px; display: inline-flex; align-items: center; gap: 6px; z-index:5; }
.video-duration svg {     width: 20px;
    height: 18px;
    display: block;
    flex: 0 0 21px;}
.video-duration-text { font-weight: 600; color: #ffffff!important; }

/* Ensure the play overlay remains visible */
.n-video-cover .video-play { z-index: 4; pointer-events: none; }
.n-video-cover img { display: block; width: 100%; height: auto; }

/* small gutter for slides */
.swiper-slide { padding: 0 4px; box-sizing: border-box; }

/* --- end moved styles --- */

    /* JS tooltip styling (added as fallback when CSS tooltip is clipped) */
    .js-video-tooltip{position:absolute; padding:6px 10px; background:rgba(0,0,0,0.92); color:#fff; border-radius:4px; font-size:14px; white-space:nowrap; z-index:1000000; pointer-events:none; transition:opacity .12s ease; opacity:0; box-sizing:border-box; max-width:calc(100vw - 32px);} 
    .js-video-tooltip.visible{opacity:1}
    /* arrow: position controlled by --arrow-left (px) or default 50% */
    .js-video-tooltip::after{ content: ''; position: absolute; left: var(--arrow-left, 50%); transform: none; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid rgba(0,0,0,0.92); bottom: -4px; }
    /* when tooltip is shown below the target, flip arrow to point up */
    .js-video-tooltip.below::after{ border-top: none; border-bottom: 6px solid rgba(0,0,0,0.92); top: -4px; bottom: auto; }

.modelBtn.modelShow svg path {
    fill: #FFF;
}

.modelBtn.modelShow {
    background-color: #292929;
}

.modelBtn.modelShow span {
    color: #FFF;
}

.n-detail-item {
    margin-top: 24px;
    background-color: #FFF;
}

.n-detail-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid rgba(213, 213, 213, 0.50);
    margin-bottom: 24px;
}

.n-detail-item-title h2{   
    font-size: 20px;
    font-weight: 400;
}

.n-detail-item-title a {
    color: #E60039;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}


/* 导航 */

.n-nav {
    margin-top: 24px;
    background-color: #FFF;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F7F8FB;
}

.n-nav ul {
    display: flex;
}

.n-nav ul li {
    position: relative;
    padding: 24px 0 22px 0;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    margin-right: 36px;
    cursor: pointer;
}

.n-nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #DA0030;
    transition: width .36s ease;
}

.n-nav ul li:last-child {
    margin-right: 0;
}

.n-nav .n-nav-active {
    color: #292929;
    pointer-events: none;
}

.n-nav .n-nav-active::after {
    width: 100%;
}

.n-nav .n-detail-btn {
    display: none;
    margin: 0;
}

.n-nav-show {
    display: none;
}

@media screen and (min-width:768px) {
    .n-nav ul li:hover {
        color: #292929;
    }
    .n-nav ul li:hover::after {
        width: 100%;
    }
}


/* 主要规格 */

.n-specification-table {
    padding: 0 24px 60px 24px;
}

.n-specification-table-row {
    display: flex;
}

.n-specification-table-row:nth-child(odd) .n-specification-table-head,
.n-specification-table-row:nth-child(odd) .n-specification-table-cell {
    background: #F7F8FB;
}

.n-specification-table-head {
    color: #292929;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 200px;
    padding: 24px;
    margin-right: 2px;
}

.n-specification-table-cell {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    width: 470px;
    padding: 24px;
    display: flex;
    align-items: center;
}

.n-specification-table-data {
    width: 672px;
    display: flex;
    align-items: stretch;
}

.n-specification-table-data:first-child {
    margin-right: 8px;
}

#specificationSection {
    margin-top: 0;
}


/* 视频清单 */

.n-detail-video-list {
    padding: 0 24px;
}

.n-videoContainer p {
    margin: 0px 12px 12px 0;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 48px;
}
/* 右侧阴影正常显示（默认） */
.n-detail-video-list #videoDetailSwiper::after {
    content: '';
    position: absolute;
    top: -28px;
    right: 0;
    bottom: 0;
    width: 158px;
    height: 340px;       
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
    opacity: 1; /* 默认显示 */
    transition: opacity 0.2s ease;
}

/* 滚动到最后 → 隐藏右侧阴影 */
.n-detail-video-list #videoDetailSwiper.right-hidden::after {
    opacity: 0 !important;
}

    /* 左侧阴影：在向右滚动时添加 .left-shadow 到 #videoDetailSwiper */
    .n-detail-video-list #videoDetailSwiper.left-shadow::before {
        content: '';
        position: absolute;
          top: -28px;
    left: -25px;
    bottom: 0;
    width: 158px;
    height: 340px;       
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        filter: blur(10px);
        pointer-events: none;
        z-index: 2;
    }
    
.n-videoContainer span {
    display: block;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
}

.n-video-cover {
    overflow: hidden;
}

.n-videoContainer img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: transform .3s linear;
}

.n-video-cover {
    position: relative;
    cursor: pointer;
}

.n-video-cover::after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s linear;
}

.video-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/video-play.svg);
    width: 64px;
    height: 64px;
    z-index: 9;
    background-size: cover;
    background-position: 0 0;
    opacity: 0;
    transition: opacity .3s linear;
}

@media screen and (min-width:768px) {
    .n-videoContainer:hover .video-play::before {
        opacity: 1;
    }
    .n-videoContainer:hover .n-video-cover img {
        transform: scale(1.1);
    }
    .n-videoContainer:hover .n-video-cover::after {
        opacity: 1;
    }
}

#videoDetailSwiper {
    padding-bottom: 52px;
}

#videoDetailSwiper .swiper-button-prev,
#videoDetailSwiper .swiper-button-next {
    z-index: 10;
    background-size: cover;
    width: 48px;
    height: 48px;
    top: 33%!important;
}

#videoDetailSwiper .swiper-button-prev {
    background: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/video-prev.svg);
}

#videoDetailSwiper .swiper-button-next {
    background: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/video-next.svg);
}

/* Make pagination behave like a draggable scrollbar (like Cybrey) */
#videoDetailSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 1%;
    width: 98%;
    height: 8px;
    background: rgba(125, 125, 125, 0.12);
    border-radius: 10px;
    z-index: 50;
    pointer-events: auto;
}

/* Thumb / fill styling. Swiper may inject a .swiper-scrollbar-drag or use progressbar-fill */
#videoDetailSwiper .swiper-pagination .swiper-scrollbar-drag,
#videoDetailSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}

#videoDetailSwiper .swiper-pagination .swiper-scrollbar-drag {
    cursor: grab;
}

#videoDetailSwiper .swiper-pagination .swiper-scrollbar-drag:active {
    cursor: grabbing;
}

.n-detail-video-list .n-detail-btn {
    display: none;
}


/* 应用搭配 */

.n-detail-match {
    padding-bottom: 48px;
}


/* FAQ */

.n-detail-item .com-product-QA-main {
    max-width: unset;
    padding: 0 24px;
    padding-bottom: 60px;
}

.n-detail-item .com-product-QA-main .advisory-list .advisory-tip {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px;
    background-color: #F7F8FB;
    border-radius: 4px;
    text-align: left;
}

.n-detail-item .com-product-QA-main .advisory-list .advisory-tip .red {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
}

.n-detail-item .com-product-QA-main .advisory-list .advisory-item .item-answer {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-detail-item .com-product-QA-main .advisory-list .advisory-item .item-answer:after {
    color: #7D7D7D;
}

.n-detail-item .com-product-QA-main .advisory-list .item-evaluate:after {
    left: 0;
}

.n-detail-item .com-product-QA-main .advisory-list .item-evaluate {
    padding-left: 28px;
}

.n-detail-item .advisory-list .item-evaluate:after {
    background: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/praise.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.n-detail-item .advisory-list .item-evaluate.evaluate-on:after {
    background-position: center top;
    background: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/praise.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -20px;
}

.n-detail-item .advisory-list .item-evaluate.evaluate-on {
    color: #E60039;
}


/* 资源 */

.n-detail-resources {
    display: flex;
    padding: 0 24px 60px 24px;
}

.n-detail-resource {
    width: 300px;
    margin-right: 160px;
}

.n-detail-resource:last-child {
    margin-right: 0;
}

.n-detail-resource-head {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.n-detail-resource ul {
    margin-top: 36px;
}

.n-detail-resource ul li {
    margin-bottom: 12px;
}

.n-detail-resource ul li a {
    display: flex;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-detail-resource ul li a::after {
    content: '';
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/link.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-left: 24px;
}

.toggleHover {
    transition: background-color .36s ease;
}

@media screen and (min-width:768px) {
    .n-detail-resource ul li a:hover {
        color: #E60039;
    }
    .n-detail-resource ul li a:hover::after {
        background-position: 0 -24px;
    }
    #thumbPreviewSwiper .swiper-slide {
        cursor: pointer;
    }
    .imgZoom {
        cursor: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/zoom.svg), auto;
    }
}


/* 伸缩 */

.n-toggle {
    position: relative;
    height: 478px;
    overflow: hidden;
}

.n-toggle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 192px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.n-toggle-btn {
    margin: 48px 0 60px 0;
    border: 1px solid rgba(125, 125, 125, 0.50);
}

.n-toggle.active {
    height: unset;
}

.n-toggle.active::after {
    display: none;
}


/* 参数对比 */

#Comparison {
    padding-bottom: 48px;
}

.n-head-type {
    position: relative;
}

.n-head-type a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.compare-content .n-params-compare .bodyDiv {
    padding: 0 4px;
    box-sizing: border-box;
}

#Comparison .n-params-compare .bodyDiv {
    justify-content: start;
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
    height: 70px;
}

#Comparison .n-head-type {
    text-align: left;
    padding: 0 24px;
}

#Comparison .n-head-type img {
    display: block;
    margin: auto;
}

#Comparison .selected-line {
    margin-left: 0;
    width: 100%;
}


/* 图片放大 */

#zoomImg {
    display: none;
}

.el-image-viewer__wrapper {
    z-index: 10000!important;
}


/* 产品详情页面包屑 */

.ws-product-detail-bcb ul li a {
    font-size: 14px!important;
}


/* 评分 */

#satisfaction {
    background: #fff;
    width: 1400px;
    margin: 24px auto;
}

#satisfaction .satisfaction-title {
    font-size: 20px;
}

@media screen and (max-width:1440px) {
    .newDetail {
        width: 1200px;
    }
    .n-detail-head {
        padding: 48px;
    }
    .n-detail-model {
        padding: 20px;
        width: 288px;
    }
    .n-detail-model p {
        margin-top: 10px;
    }
    .n-image-preview {
        width: 430px;
        margin-right: 86px;
    }
    .preview-container,
    .modelContainer,
    .videoPlayer {
        width: 430px;
        height: 430px;
    }
    .n-detail-head .n-detail-info h1 {
        font-size: 22px;
    }
    .n-detail-series strong {
        font-size: 14px;
    }
    .n-detail-item-title {
        padding: 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .n-detail-item-title h2 {   
        font-size: 18px;
    }
    .n-specification-table {
        padding: 0 20px 52px 20px;
    }
    .n-specification-table-data {
        width: 574px;
    }
    .n-specification-table-head,
    .n-specification-table-cell {
        padding: 20px;
    }
    .n-specification-table-data:first-child {
        margin-right: 6px;
    }
    .n-detail-btn {
        margin-right: 20px;
        padding: 10px 32px;
    }
    .n-videoContainer p {
        margin: 0px 16px 10px 0;
        font-size: 14px;
    }
    .n-videoContainer span {
        font-size: 12px;
    }
    .n-detail-item .com-product-QA-main {
        padding: 0 20px;
    }
    .n-detail-resource {
        margin-right: 120px;
    }
    .n-detail-resource ul li a {
        font-size: 14px;
    }
    .n-detail-info-title {
        margin-top: 30px;
    }
    .newDetail video {
        mix-blend-mode: darken;
    }
    .n-detail-resource ul li a::after {
        width: 20px;
        height: 20px;
    }
    .n-detail-resource ul li a {
        align-items: center;
    }
    .n-nav {
        padding: 0 20px;
    }
    .n-nav ul li {
        padding: 20px 0 18px 0;
        font-size: 14px;
    }
    .n-nav .n-detail-btn {
        font-size: 14px;
    }
    .playerBtn::after {
        width: 48px;
        height: 48px;
    }
    .playerBtn:hover::after {
        background-position: 0 -48px;
    }
    #satisfaction {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .newDetail {
        width: 1024px;
    }
    .n-detail-head {
        padding: 42px;
    }
    .n-image-preview {
        width: 366px;
        margin-right: 74px;
    }
    .preview-container,
    .modelContainer,
    .videoPlayer {
        width: 366px;
        height: 366px;
    }
    #thumbPreviewSwiper {
        width: 240px;
    }
    #thumbPreviewSwiper .swiper-slide {
        width: 36px;
    }
    .n-thumb-preview {
        width: 334px;
    }
    .modelBtn {
        margin-top: 32px;
    }
    .n-detail-model {
        padding: 16px;
        width: 244px;
    }
    .n-detail-head .n-detail-model p {
        font-size: 12px;
        margin-top: 10px;
    }
    .n-detail-series strong {
        font-size: 12px;
    }
    .n-detail-btn {
        font-size: 14px;
    }
    .n-detail-info-title {
        margin-top: 24px;
    }
    .n-detail-info ul li {
        font-size: 12px;
    }
    .n-specification-table {
        padding: 0 16px 42px 16px;
    }
    .n-specification-table-data {
        width: 492px;
    }
    .n-specification-table-cell {
        font-size: 12px;
        width: 60%;
    }
    .n-specification-table-head {
        width: 40%;
        font-size: 12px;
    }
    .n-specification-table-head,
    .n-specification-table-cell {
        padding: 16px;
    }
    .n-detail-item-title {
        padding: 16px;
        font-size: 16px;
    }
    .n-detail-item-title h2 {
        font-size: 16px;
    }
    .n-videoContainer p {
        margin: 0px 12px 8px 0;
    }
    .n-video-cover::before {
        width: 48px;
        height: 48px;
        background-size: cover;
    }
    .n-detail-item .com-product-QA-main .advisory-list .advisory-item .item-answer {
        font-size: 14px;
    }
    .n-detail-resource {
        margin-right: 60px;
    }
    .ws-product-detail-bcb .com-content {
        width: 1024px;
        padding: 0;
    }
    .ws-product-detail-bcb ul {
        padding: 8px 0;
    }
    .n-detail-head .n-detail-info h1 {
        font-size: 20px;
    }
    .n-nav {
        padding: 0 16px;
    }
    .n-nav ul li {
        font-size: 12px;
        margin-right: 24px;
    }
    .n-nav .n-detail-btn {
        font-size: 12px;
    }
    #satisfaction {
        width: 1024px;
    }
}

@media screen and (max-width:1040px) {
    .newDetail {
        width: 750px;
    }
    .n-specification-table-row {
        flex-wrap: wrap;
    }
    .n-specification-table-data {
        width: 100%;
    }
    .n-specification-table-data:first-child {
        margin-right: 0;
    }
    .n-specification-table-row:nth-child(odd) .n-specification-table-head,
    .n-specification-table-row:nth-child(odd) .n-specification-table-cell {
        background: unset;
    }
    .n-specification-table-row .n-specification-table-data:first-child .n-specification-table-head,
    .n-specification-table-row .n-specification-table-data:first-child .n-specification-table-cell {
        background-color: #F7F8FB;
    }
    #satisfaction {
        width: 750px;
    }
}

@media screen and (max-width:990px) {
    #myProgress {
        font-size: 14px;
    }
    .closeModelBtn {
        display: none;
    }
    .newDetail {
        width: 100%;
        box-sizing: border-box;
    }
    .n-detail-head {
        padding: 0;
    }
    .n-detail-head {
        flex-direction: column;
    }
    .n-detail-info {
        margin-top: 24px;
        padding: 0 20px;
    }
    .n-detail-head .n-detail-info p {
        margin-top: 0;
        font-size: 14px;
    }
    .n-detail-model {
        width: 100%;
        padding: 12px;
    }
    .n-detail-info-title {
        font-size: 16px;
    }
    .n-detail-head .n-detail-model p {
        font-size: 12px;
    }
    .n-detail-series strong {
        font-size: 14px;
    }
    .n-detail-info ul {
        margin: 12px 0 48px 20px;
    }
    .custom-checkbox {
        display: none;
    }
    .n-specification-table-head,
    .n-specification-table-cell {
        font-size: 14px;
    }
    .n-nav {
        box-sizing: border-box;
    }
    .n-nav {
        padding: 12px 20px;
        height: 48px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(213, 213, 213, 0.50);
    }
    .n-nav-show {
        display: block;
        font-size: 16px;
        color: #292929;
    }
    .n-nav ul {
        display: none;
        width: 100%;
        top: 48px;
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        position: absolute;
        flex-direction: column;
        background-color: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    }
    .n-nav .n-detail-btn {
        display: none!important;
    }
    .n-nav .n-nav-active::after {
        display: none;
    }
    .n-nav .n-nav-active {
        font-weight: 700;
    }
    .n-nav ul li:first-child {
        margin-top: 12px;
    }
    .n-nav ul li:last-child {
        margin-bottom: 12px;
    }
    .n-nav ul li {
        font-size: 16px;
        margin-right: 0;
        padding: 12px 0;
    }
    .n-nav-show {
        display: flex;
    }
    .n-nav-show.active::after {
        transform: rotate(180deg);
    }
    .n-nav-show::after {
        content: '';
        margin-left: 4px;
        background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/productCenter/reyeeProductDetail/RJ-img/down.svg);
        width: 24px;
        height: 24px;
        background-size: cover;
        display: block;
    }
    #specificationSection .n-detail-item-title {
        display: none;
    }
    .n-detail-item-title {
        padding: 12px 20px;
    }
    .n-detail-item {
        box-sizing: border-box;
        /* padding-top: 20px; */
    }
    .n-detail-item .n-toggle.active {
        height: unset;
    }
    .n-detail-resources {
        flex-direction: column;
    }
    .n-detail-resource {
        width: 100%;
        margin-right: 0;
    }
    .n-detail-resource ul {
        width: 100%;
        margin-top: 24px;
    }
    .n-detail-resource ul li {
        width: 100%;
    }
    .n-detail-resource ul li a {
        justify-content: space-between;
    }
    .n-detail-resource-head {
        margin-top: 36px;
    }
    .n-detail-resource:first-child .n-detail-resource-head {
        margin-top: 0;
    }
    .ws-product-detail-bcb {
        box-sizing: border-box;
        max-width: 100%;
    }
    .ws-product-detail-bcb {
        margin-top: 60px;
        padding: 0 20px;
    }
    .ws-product-detail-bcb ul li a {
        font-size: 12px!important;
    }
    .ws-product-detail-bcb .breadcrumb>li+li:before {
        font-size: 12px!important;
        padding: 0 4px;
    }
    .ws-product-detail-bcb .com-content {
        width: 100%;
    }
    .advisory-list .advisory-item .item-question,
    .advisory-list .advisory-item .item-answer {
        font-size: 16px;
    }
    .n-thumb-preview {
        display: none;
    }
    .n-image-preview {
        position: unset;
        top: unset;
        margin: 0 auto;
    }
    #previewSwiper .swiper-pagination {
        display: block;
    }
    #previewSwiper .swiper-pagination-bullet {
        opacity: 1;
        background: rgba(217, 217, 217, 0.50);
    }
    #previewSwiper .swiper-pagination-bullet-active {
        background: #292929;
    }
    .n-detail-item .new-com-details-page {
        padding: 0;
    }
    #videoDetailSwiper {
        padding-bottom: 24px;
    }
    #videoDetailSwiper .swiper-wrapper {
        flex-direction: column;
        transform: translate3d(0, 0, 0)!important;
    }
    #videoDetailSwiper .swiper-slide {
        display: none;
        margin-top: 12px;
    }
    #videoDetailSwiper .swiper-slide:first-child {
        margin-top: 0;
    }
    #videoDetailSwiper .swiper-slide:first-child,
    #videoDetailSwiper .swiper-slide:nth-child(2),
    #videoDetailSwiper .swiper-slide:nth-child(3) {
        display: block;
    }
    #videoDetailSwiper .swiper-pagination {
        display: none;
    }
    .n-videoContainer p {
        font-size: 16px;
        margin: 0;
        text-align: left;
        height: auto;
    }
    .n-videoContainer span {
        font-size: 14px;
        text-align: left;
    }
    .n-detail-video-list {
        text-align: center;
    }
    .n-detail-video-list .n-detail-btn {
        display: inline-block;
        margin: 24px auto 20px auto;
    }
    #satisfaction {
        width: 100%;
    }
    .n-detail-video-list #videoDetailSwiper::after {
        display: none;
    }
}

@media screen and (min-width:990px) {
    .n-nav ul {
        display: flex!important;
    }
}

@media screen and (max-width:768px) {
    .com-product-info-series-btn,
    .com-product-info-choose-btn {
        width: unset;
    }
}

@media screen and (max-width:390px) {
    .n-image-preview {
        width: 300px;
    }
    .com-product-QA-main table {
        table-layout: auto;
        max-width: 100%;
    }
    .com-product-QA-main table td {
        word-wrap: break-word;
        padding: 12px 6px !important;
    }
    .com-product-QA-main table td p {
        font-size: 12px;
    }
    .n-detail-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    #satisfaction .satisfaction-rate .el-radio-button {
        margin-right: 0;
    }
    #satisfaction .satisfaction-title {
        padding: 0 24px;
    }
}