body{
    padding:0;
    color: #fff;
}

.full-screen{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: var(--sf-sub-black);
    background-position: 15% center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: var(--main-border-radius);
}
#product-img-2{
    background-position: 90% center;
}
.full-screen .product-info{
    position: absolute;
    bottom: 50%;
    right: 10%;
    transform: translateY(50%);
    max-width: 40%;
    min-width: 23%;
}       
#product-img-2 .product-info{
    left: 10%;
    max-width: 40%;
}
#product-img-2 .full-line{
    width: 80%;
}
#product-img-2 .product-detail{
    /* width: 66%; */
    font-size: var(--sf-small-font);
}

.full-screen .product-info .type-name{
    font-size: var(--sf-large-font);
}
.full-screen .product-info .product-name{
    color: var(--hover-color);
    font-size: var(--sf-huge-font);
    font-weight: 800;
}
.full-screen .product-info .full-line{
    /* width: 100%; */
    border-top: 1px solid #fff;
    margin: 1vw 0 1.5vw;
}
.full-screen .product-info .product-desc{
    font-size: var(--sf-small-font);
    white-space: nowrap;   
    text-overflow: ellipsis; 
    overflow: hidden;
    line-height: 2;
}
.full-screen .product-info .buy-button{
    width: 50%;
    padding: 3px 0;
    border-radius: var(--main-border-radius);
    text-align: center;
    margin-top: 1.5vw;
    font-size: var(--sf-large-font);
    background-color: var(--sf-main-color);
    cursor: pointer;
}
.full-screen .product-info .action-wrap{
    margin-top: 2vw;
    width: 100%;
    text-align: center;
    color: var(--sf-main-color);
}
.full-screen .product-info .action-item{
    opacity: 0.5;
    margin-right: 1.5vw;
    float: left;
    font-size: var(--sf-middle-font);
    cursor: pointer;
    transition: opacity 1s ease;
}
.full-screen .product-info .action-item:hover{
    opacity: 1;    
}
.full-screen .product-info .action-item img{
    width: clamp(35px, 5vw, 80px);
}
.full-screen .product-info .action-item .tips{
    margin-top: 1vw;
}

.show-wrap{
    padding: 0;;
}
.show-item{
    width: 33.3%;
    float:left;
}
.show-item:nth-child(1){
    padding-right: 2.67vw;
}
.show-item:nth-child(2){
    padding:0 1.33vw;
}
.show-item:nth-child(3){
    padding-left: 2.67vw;
}
.show-item .item{  
    padding-top: 1vw; 
    text-align: center; 
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    font-size: var(--sf-middle-font);
    transition: background-size 2s ease, border 2s ease, box-shadow 2s ease;
}
.show-item .item:hover{
    border-color: #fff;
    box-shadow: 0 0 18px #fff;
    background-size: 105%;
}

.show-item .item-up{
    width: 100%;
    aspect-ratio: 11/16;
    background-size: 100%;
}
.show-item .item-down{
    margin-top: 4vw;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 100%;    
}
.show-item:nth-child(2) .item-up{
    aspect-ratio: 4/4.9;
}
.show-item:nth-child(2) .item-down{
    aspect-ratio: 4/4.9;
}

.photos-left{
    padding-right: 2vw;
    width: 45%;
    float:left;
}
.photos-left .left-item{
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: var(--main-border-radius);
    cursor: pointer;
    overflow: hidden;
}
.photos-left .left-item:nth-child(2){
    margin-top: 4vw;
}
.photos-right{
    padding-left: 2vw;
    width: 55%;
    float:right;
}
.photos-right .photos-view{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: var(--main-border-radius);
    cursor: pointer;
    overflow: hidden;
} 
.photos-mask{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--icon-full-screen);
    background-position: center;
    background-size: 0%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease 0.25s,background-size 0.25s ease;
}
.photos-mask:hover{
    background-size: 20%;
    opacity: 1;    
}   

.lg-item {
  will-change: transform; /* 预通知浏览器优化 */
  transform: translateZ(0);
}
/* 相册插件修改样式 */
.sf-lightgallery .lg-backdrop{
    background-color: #fff;
}
.sf-lightgallery .lg-outer .lg-thumb-outer{
    background-color: #fff;
}
.sf-lightgallery .lg-outer .lg-thumb-item.active, .sf-lightgallery .lg-outer .lg-thumb-item:hover {
    border-color: var(--hover-color);
    box-shadow: 0 0 18px #ccc;
}
.sf-lightgallery .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active{
    border: 2px solid var(--hover-color);
}
.sf-lightgallery .lg-next, .sf-lightgallery .lg-prev {
    background-color: rgba(0, 0, 0, 0);
    /* font-size: var(--sf-large-font); */
    font-weight: 800;
}
.sf-lightgallery .lg-outer .lg-icon:hover {
    color: var(--hover-color);
    /* font-weight: 800; */
}
.sf-lightgallery .product-name{
    font-weight: 800;
    color:var(--sf-main-color);
    font-size: var(--sf-large-font);
}

.product-video{
    width: 100%;
    aspect-ratio: 16/9;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--main-border-radius);
    cursor: pointer;
}
.product-data-wrap{
    font-size: var(--sf-middle-font);
    padding:0.6vw 2vw 2vw;
    background-color: var(--sf-sub-black);
    border-radius: var(--main-border-radius);
}
.product-data{
    width: 100%;
}
.product-data .data-row{
    width: 100%;
    height: clamp(40px, 3vw, 80px);
    border-bottom: 1px solid var(--sf-main-color);
}

.product-operation{
    font-size: var(--sf-middle-font);   
    width: calc(50% - 2vw);
    padding: clamp(15px, 1.2vw, 30px);
    background-color: var(--sf-sub-black);
    border-radius: var(--main-border-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-doc{
    float: left;
    margin-right: 2vw;
}
.product-operation .product-name{
    font-weight: 800;
    float: left;
}
.product-buy{
    float: right;
    margin-left: 2vw;
}
.product-operation .download-button{    
    min-width: 35%;
    aspect-ratio: 3/1;
    background-color: var(--sf-main-color);
    border-radius: var(--main-border-radius);
    outline: 0;
    border: 0;
    font-size: var(--sf-small-font);
    padding: 8px 10px;
}
.product-operation .buy-button-image{
    min-height: 25px;
    border:0;
    padding:0;
    min-width: 35%;
    background-size: 100%;    
    aspect-ratio: 3/1;
    border-radius: var(--main-border-radius);
}
.product-operation .buy-button-image.jd-white{
    background-image: var(--icon-jd);
}
.product-operation .buy-button-image.jd-grey{
    background-image: var(--icon-jd-grey);
    cursor: not-allowed;
}
.product-operation .buy-button-image.amazon-white{
    background-image: var(--icon-amazon);
}
.product-operation .buy-button-image.amazon-grey{
    background-image: var(--icon-amazon-grey);
    cursor: not-allowed;
}

.banner-bottom{
    background-image: var(--banner-bottom);
    background-size: cover;
    aspect-ratio: 3/1;
    overflow: hidden;
    border-radius: var(--main-border-radius);
}
.text-wrap{
    padding: 20px 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);    
}
.text-wrap .text-title{
    font-size: var(--sf-huge-font);
    font-weight: 800;
    color: var(--sf-main-color);
}
.text-wrap .text{
    width: 35%;
    font-size: var(--sf-small-font);
    margin-top: 2vw;
}

.page-wrap{
   text-align: center;
}
.pagination{
    padding: 0;
    margin: 0;
}
.pagination li{
    border-radius: 5px;
}
.pagination li a,.pagination li span, .pagination li.disabled span, .pagination li.disabled:hover span{
    background-color: var(--sf-sub-black);
    color: #fff;
    box-shadow: 0 0 10px #000;
    border: 0;
    border-radius: 8px !important; 
    margin-left: 6px;
}
.pagination li:hover span,.pagination li:hover a, .pagination li.active span, .pagination li.active:hover span{
    background-color: var(--sf-main-color);
    color: #fff;
    z-index: 1;
}

.no-data{
    width: 100%;
    min-height: calc(100vh - 70px);
    text-align: center;
}
.no-data img{
    width: 200px;
    margin-top: 10%;
}
.no-data .result-word{
    margin-top: 15px;
    font-size: var(--sf-large-font);
}
.note{
    text-align: center;
    margin: 4vw 0 0;
    color: var(--sf-main-color);
    font-weight: 800;
    font-size: var(--sf-large-font);
}
.note.white{
    color: #fff !important;
}

.product-list{
    display:flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: flex-start;
}
.product-list .list-item{    
    width: calc(50% - 3px);
    padding: 10px;
    background-color: var(--sf-sub-black);
    transition: border-color 1s ease, box-shadow 1s ease;
    cursor: pointer;
}
.product-list .list-item:nth-child(2n+1){
    margin-right: 6px;
}
.product-list .list-item:hover{    
    border-color: #fff;
    box-shadow: 0 0 18px #fff;
}
.product-list .list-item:hover .item-content .content-img img{    
    transform: scale(1.05);
}
.product-list .list-item .item-content{
    display: flex;
}
.product-list .list-item .item-content .content-img{
    margin-right: 20px;
    background-color: #fff;
    width: 45%;
    /* height: 100%;  */
    overflow: hidden;
    border-radius: 10px;
}
.product-list .list-item .item-content .content-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    will-change: transform;
    transform-origin: center; 
    transition: transform 1s ease;
}
.product-list .list-item .item-content .content-desc{
    width: calc(55% - 20px);
}
.product-list .list-item .item-content .content-desc .type-name{
    font-size: var(--sf-middle-font);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list .list-item .item-content .content-desc .product-name{
    font-size: var(--sf-large-font);
    color: var(--sf-main-color);
    font-weight: 800;
}
.product-list .list-item .item-content .content-desc .product-desc{
    font-size: var(--sf-small-font);
    overflow: hidden;    
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ddd;
}

.videos-content{
    margin-top: 4vw;
    width: 100%;
    padding: 0;
}
.videos-content .list-item{
    position: relative;
    width: calc(50% - 2vw);
    aspect-ratio: 16/9;
    border: 2px solid var(--hover-color);
    background-size: 100%;
    background-position: center;
    transition: background-size 2s ease,border 2s ease,box-shadow 2s ease;;
    margin-bottom: 4vw;
    border-radius: var(--main-border-radius);
    box-shadow: 1px 1px 15px #000;
    cursor: pointer;
    overflow: hidden;
}
.videos-content .list-item:nth-child(2n){
    float: right;
}
.videos-content .list-item:nth-child(2n+1){
    float: left;
}
.videos-content .list-item:hover{
    border: 2px solid #fff;
    box-shadow: 0 0 18px #fff;
    background-size: 105%;
} 
.ad-word{
    position: absolute;
    top: 5%;
    width: 100%;
    font-size: var(--sf-large-font);
    font-weight: 800;
    text-align: center;
}
.ad-desc{
    font-weight: normal;
    font-size: var(--sf-middle-font);
}

.detail-banner img{
    width: 100%;
    border-radius: var(--main-border-radius);
}


@media (max-width: 768px) {
    body{
        padding-top: 70px;
    }
    .full-screen{
        height: 100%;
        background-position: left center;
        min-height: 100vw;
    }
    .full-screen .product-info{
        right: 5%;
        max-width: 45%;
    }
    #product-img-2{
        background-position: right center;
    }
    #product-img-2 .product-info{
        left: 5%;
        max-width: 45%;
    }
    .show-wrap{
        padding: 0 var(--footer-px);
    }
    .product-data-wrap{
        padding: 5px 8px 20px;
    }
    .product-operation{
        width: 100%;
        margin: 0;
    }
    .product-operation:nth-child(2){
        margin-top: 4vw;
    }
    .text-wrap .text{
        width: 50%;
    }
    .product-list .list-item{    
        width: 100%;
        padding: 10px;
        margin-right: 0 !important;
    }
    .product-list .list-item .item-content .content-img{
        width: 35%;
    }
    .product-list .list-item .item-content .content-desc{
        width: calc(65% - 20px);
    }
    .videos-content{
        padding: 0 5px;
    }
    .detail-banner img{
        /* width: 100%; */
        min-height: 200px;
        object-fit: cover;
    }
}