﻿/*detail.css*/
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.priceDetail {
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 700;
    font-size: 2rem;
    color: #161d15
}

@media(max-width:320px) {
    .priceDetail {
        display: block
    }
}

.countdown-area {
    height: auto;
    background: #eee;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-size: 15px;
    color: #000;
    text-align: center;
    max-width: 500px
}

.clockrun {
    margin: 2px 0 0 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.countdown-area .lblflashdeal {
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
    width: 100%;
    text-align: center
}

.clockrun .num {
    flex: 1;
    min-width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #222;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: Arial
}

.clockrun .dots {
    float: left;
    width: 10px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000 !important;
    margin-left: 4px;
    margin-right: 4px
}

.clockrun .num .nummark {
    font-size: 15px;
    color: #fff
}

.priceori {
    display: inline-block;
    margin-right: 4px
}

    .priceori i {
        text-decoration: line-through;
        font-weight: 700;
        color: #afb0b2
    }

.deductrate {
    font-size: 1.3em;
    color: #fff;
    background: #4682b4;
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 2px
}

table, table tr td, table tr th {
    border: 1px solid #222;
    text-align: center;
    color: #222;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px
}

    table tr {
        height: 30px
    }

.gosSalesDescIcon {
    font-family: CalceusWoff;
    background: #c00000;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.gosSalesDesc {
    color: #fff;
    background: #000;
    line-height: 16px;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    border-radius: 2px
}

.miniMainImageSwiper {
    overflow: hidden
}

.swiper-container {
    margin: 0 5%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

    .swiper-slide span.txt {
        margin-bottom: 5px;
        height: 42px;
        font-size: 15px;
        line-height: 22px;
        color: #222;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .swiper-slide a .imagearea img {
        padding: 7%
    }

    .swiper-slide a .imagearea .salemark {
        font-size: 13px;
        position: absolute;
        background: #c00000;
        color: #fff;
        right: 0;
        top: 0;
        padding: 1px 2px 1px 2px
    }

.remswiper-prev {
    font-family: CalceusWoff;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ccc;
    color: #fff
}

    .remswiper-prev:hover {
        background: #000
    }

.swiper-button-disabled {
    display: none
}

.remswiper-prev:before {
    content: "\e686"
}

.remswiper-next {
    font-family: CalceusWoff;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ccc;
    color: #fff;
    line-height: 50px
}

    .remswiper-next:hover {
        background: #000
    }

    .remswiper-next:before {
        content: "\e684"
    }

.productextensions {
    padding: 0 15px 0 15px;
    display: none
}

    .productextensions h3 {
        margin-top: 10px;
        font-size: 17px;
        line-height: 30px;
        font-weight: 700;
        color: #000
    }

    .productextensions p {
        color: #222;
        font-size: 16px;
        line-height: 28px
    }

.productList {
    padding-bottom: 20px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px
}

.reviewstars {
    background: url(/Content/images/icon-star.png) top right no-repeat;
    background-size: 150px;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 20px;
    margin-right: 10px
}

    .reviewstars em {
        background: url(/Content/images/icon-star.png) top left no-repeat;
        background-size: 150px;
        width: 100%;
        height: 20px;
        display: block
    }

.shop-product-intro .sale-info {
    padding: 10px 0
}

    .shop-product-intro .sale-info ul {
        background: #fafafa;
        padding: 0 0 0 15px
    }

        .shop-product-intro .sale-info ul li {
            position: relative;
            border-bottom: 1px solid #f1f1f1;
            font-size: 13px;
            padding: 15px 30px 15px 40px
        }

            .shop-product-intro .sale-info ul li:first-child {
                color: #161d15
            }

            .shop-product-intro .sale-info ul li:last-child {
                border: 0
            }

            .shop-product-intro .sale-info ul li i {
                position: absolute;
                left: 0;
                font-size: 20px;
                margin-top: -5px
            }

            .shop-product-intro .sale-info ul li a {
                text-decoration: underline
            }

            .shop-product-intro .sale-info ul li i.iconfont {
                font-family: CalceusWoff
            }

                .shop-product-intro .sale-info ul li i.iconfont.icon-size:before {
                    content: "\e734"
                }

                .shop-product-intro .sale-info ul li i.iconfont.icon-shipTo:before {
                    content: "\e737"
                }

                .shop-product-intro .sale-info ul li i.iconfont.icon-icon-test2:before {
                    content: "\e738"
                }

.pagniation {
    float: right
}

    .pagniation::after {
        content: '';
        clear: both
    }

.product-features-wrapper:not(:first-child) {
    margin-top: 20px
}

.product-features-wrapper h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 15px
}

.product-onsalemsg {
    color: #fff;
    background: #d00000;
    padding: 3px 15px;
    font-size: 25px;
    display: inline-block;
    margin: 10px 0;
    font-style: italic;
    font-weight: 700;
    border-radius: 3px;
    font-family: emoji;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 75%);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 75%)
}

@media(max-width:767px) {
    .swiper-slide a .imagearea img {
        padding: 0
    }

    .remswiper-prev {
        top: 45%;
        width: 38px;
        z-index: 2;
        left: 0;
        background: rgba(0,0,0,.3)
    }

    .remswiper-next {
        top: 45%;
        width: 38px;
        z-index: 2;
        right: 0;
        background: rgba(0,0,0,.3)
    }

        .remswiper-next:before, .remswiper-prev:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }
}

.detail-img {
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap
}

    .detail-img img {
        max-width: 700px;
        margin: 10px auto 10px
    }


.detail-img-halfpc {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}

.detail-img-col4 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
}

    .detail-img img, .detail-img-halfpc img, .detail-img-col4 img {
        border-radius: 10px;
        width: 100%;
        margin: 0 auto
    }


@media(max-width:767px) {

    .detail-img, .detail-img-halfpc, .detail-img-col4 {
        margin: 10px auto;
        gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }

}

.detail-img-combine {
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap
}

    .detail-img-combine img {
        max-width: 700px;
        margin: 0
    }

@media(max-width:767px) {
    .detail-img-combine {
        display: block;
        margin: 10px auto
    }

        .detail-img-combine img {
            width: 100%;
            margin: 0 auto
        }
}

@font-face {
    font-family: "FuturaPTBold";
    src: url("/font/FuturaPTBold.otf")
}

@font-face {
    font-family: "FuturaPTMedium";
    src: url("/font/FuturaPTMedium.otf")
}

.leftpannel {
    width: 100%
}

.rightpannel {
    width: 100%
}

.pannelstyle1, .pannelstyle2, .pannelstyle3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 10px;
    align-items: center;
    flex-direction: column
}

    .pannelstyle1:first-child {
        padding-top: 10px
    }

    .pannelstyle1 img, .pannelstyle2 img {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%
    }

.pannelstyle1 {
    flex-direction: column
}

.pannelstyle2 {
    flex-direction: column-reverse;
    background-color: #f5f5f5
}

.pannelstyle1 .leftpannel {
    margin: 0 auto 20px
}

.pannelstyle2 .rightpannel {
    margin: 0 auto 20px
}

.pannelstyle1 h2, .pannelstyle2 h2, .pannelstyle3 h2 {
    font: 500 50px/90px "FuturaPTBold";
    border-bottom: 0 !important;
    padding: 0
}

.pannelstyle1 h3, .pannelstyle2 h3, .pannelstyle3 h3 {
    font: 700 25px/37px "Poppins",sans-serif;
    margin: 0 0 10px 0;
    color: black
}

.pannelstyle1 p, .pannelstyle2 p, .pannelstyle3 p {
    font-size: 16px;
    line-height: 25px;
    font-family: Poppins;
    padding: 0
}

@media(max-width:415px) {
    .pannelstyle1 h2, .pannelstyle2 h2, .pannelstyle3 h2 {
        font: 500 40px/60px "FuturaPTBold";
        border-bottom: 0 !important;
        padding: 0
    }

    .pannelstyle1 h3, .pannelstyle2 h3, .pannelstyle3 h3 {
        font: 700 22px/35px "Poppins",sans-serif;
        margin: 0 0 10px 0;
        color: black
    }

    .pannelstyle1 p, .pannelstyle2 p, .pannelstyle3 p {
        font-size: 16px;
        line-height: 25px;
        font-family: Poppins;
        padding: 0
    }
}

@media(min-width:1199px) {
    .pannelstyle1 .leftpannel h2, .pannelstyle2 .rightpannel h2, .pannelstyle3 .leftpannel h2 {
        font: 500 67px/110px "FuturaPTBold";
        border: 0 !important;
    }

    .pannelstyle1 h3, .pannelstyle2 h3, .pannelstyle3 h3 {
        font: 700 28px/40px "Poppins",sans-serif;
        margin: 0 0 10px 0;
        color: black
    }

    .pannelstyle1 p, .pannelstyle2 p, .pannelstyle3 p {
        font-size: 16px;
        line-height: 36px;
        font-family: Poppins;
        padding: 0
    }
}

@media(min-width:992px) {
    .pannelstyle1, .pannelstyle2, .pannelstyle3 {
        padding: 30px 15px;
        flex-direction: row
    }

        .pannelstyle1:first-child {
            padding-top: 30px
        }

        .pannelstyle1 .leftpannel, .pannelstyle2 .leftpannel {
            width: 50%;
            margin: 0 auto
        }

        .pannelstyle1 .leftpannel {
            padding-right: 30px
        }

        .pannelstyle1 .rightpannel, .pannelstyle2 .rightpannel {
            width: 50%
        }

        .pannelstyle2 .rightpannel {
            padding-left: 30px
        }

        .pannelstyle1 .rightpannel {
            text-align: center
        }

            .pannelstyle1 .rightpannel img {
                width: auto;
                max-width: 500px;
                padding: 0;
                margin: 0
            }

        .pannelstyle2 .leftpannel {
            text-align: center
        }

            .pannelstyle2 .leftpannel img {
                width: auto;
                max-width: 500px;
                padding: 0;
                margin: 0
            }

        .pannelstyle3 .leftpannel {
            width: 100%
        }
}
.lastPrice, .lastprice {
    margin-left: 10px;
    color: #959595;
    text-decoration: line-through;
}

/* ------- 统一排版 ------- */
.specs-wrap {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
    font-family: "Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0f172a;
}

.specs-grid {
    display: grid;
    gap: 40px 30px;
    width: 100%;
    grid-template-columns: repeat(3,1fr);
}

@media(max-width:1200px) {
    .specs-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.icon-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border: 2px solid currentColor;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box svg{
    width:24px;
    height:24px;
}

.icon-circle {
    border-radius: 50%;
}

.spec-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #475569;
}

.spec-details {
    text-align: left;
}

.spec-value {
    font-size: 15px; /* ← 已改为 15 px */
    font-weight: 700;
    line-height: 1.3;
    margin: .1em 0;
}

.spec-sub {
    font-size: 14px;
    color: #475569;
    line-height: 1.25;
}

.specs-wrap-mobile {
    display: none;
}
/* 核心样式 */
.pf {
    display: grid; /* 默认一列，移动端上下堆叠 */
    gap: 1rem; /* 行/列间距 */
    margin-bottom: 20px; /* 题设要求 */
    text-align: center; /* 移动端居中 */
    grid-template-columns: repeat(2,1fr);
    min-height: 200px;
}

.pf__title {
    font-size: 2.25rem; /* 36 px */
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf__desc {
    font-size: 1.125rem; /* 18 px */
    color: #222;
    display: flex; /* 与标题垂直居中保持一致 */
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    text-align: left;
}

/* ------- 手机端隐藏整个模块 ------- */
@media(max-width:768px) {
    .specs-wrap-pc {
        display: none;
    }

    .specs-wrap-mobile {
        display: block;
    }

    .icon-box {
        width: 30px;
        height: 30px;
    }

    .spec-value {
        font-size: 13px; /* ← 已改为 15 px */
    }

    .pf {
        grid-template-columns: repeat(1,1fr);
        min-height: auto;
    }

    .pf__desc {
        font-size: 14px;
        line-height: 21px;
        padding: 0.5rem;
    }
}

