.left-header {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white; /* 使背景与表格背景一致 */
    z-index: 1; /* 确保它位于表格内容之上 */
}
.right-header {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white; /* 使背景与表格背景一致 */
    z-index: 1; /* 确保它位于表格内容之上 */
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a{
    color: #2fa0ec;text-decoration: none;outline: none;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a:hover{
    color:#74777b;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a:focus{
    color:#74777b;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a img{
    border: none;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a:link{
    color: #F0353A;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a:visited{
    color: #F0353A;
}
.goods-detail .goods-main .acea-row .carousel .sp-wrap a:hover{
    color: #8C0B0E;
}
.goods-detail .goods-main .detail-wrapper .detail-bd .detail-html img{
    width: 100%;
}
.goods-detail{
    margin-top: 50px;
    .goods-main{
        flex: 1;
        min-width: 0;
        .acea-row{
            display: flex;
            align-items: flex-start;
            .carousel {
                display: ruby;
                font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
                background: #fff;
                color: #555;
                width: 380px;
                .sp-wrap{
                    display: none;
                    line-height: 0;
                    font-size: 0;
                    float: left;
                    width: 380px;
                    height: 380px;
                }
            }
        }
        .detail-wrapper{
            margin-top: 70px;
            .detail-hd{
                background-color: #f7f7f7;
                display: flex;
                flex-wrap: wrap;
                .tab{
                    flex: 1;
                    min-width: 0;
                    display: flex;
                    flex-wrap: wrap;
                    .on{
                        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAHCAYAAADZLGlIAAAA2ElEQVRIS2N8aaz8n2EUDJsQYBxWEfofmjYZGYmLIFLVE2fqgKoi0ucD6kaSLH+iIS3MwsW+g5GR0QSfxv///5/58+2nh8yNp29JsmCQKx52EQoK79fqIrz/uPnWMTAyumAN////9zB9/RQkevPN50EePyQ7b1hGKCgUbquosPPx/VvOwMgYiBIq//+v//SJKVL1zp2fJIfWENAwbCMUFPb/GRiYXhspzf7PyJgE4jP+/z9P9Ny9VEYGhn9DIG7IcuKwjlBopDK+MlLqALHFzt2rYATH8/AFAGuTOoSPwSVZAAAAAElFTkSuQmCC) top / 100% 7px no-repeat;
                        color: #e93323;
                    }
                    .item{
                        position: relative;
                        height: 56px;
                        padding-right: 30px;
                        padding-left: 30px;
                        font-size: 14px;
                        color: #333;
                        cursor: pointer;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                    }
                    .item:before{
                        content: "";
                        position: absolute;
                        top: 18px;
                        bottom: 18px;
                        left: 0;
                        width: 1px;
                        border-left: 1px solid #d9d9d9;
                    }
                }
                .qrcode-button{
                    position: relative;
                    width: 160px;
                    height: 56px;
                    background-color: #ededed;
                    font-size: 14px;
                    color: #333;
                    cursor: pointer;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    flex-wrap: wrap;
                    .qrcode{
                        position: absolute;
                        z-index: 99;
                        display: none;
                        padding: 6px;
                        background-color: #fff;
                        border: 1px solid #ededed;
                        margin-top: 6px;
                        width: 160px;
                        height: 160px;
                        top: 50px;
                        left: 0;
                        box-sizing: border-box;
                    }
                }
            }
        }
    }
    .recom-section .user-info .store-basis .store-logo img{
        width: 61px;
        height: 61px;
        border-radius: 50%;
    }
    .recom-section{
        align-self: flex-start;
        min-width: 210px;
        margin-left: 40px;
        .user-info{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 210px;
            height: 350px;
            background: #fff;
            color: #282828;
            font-size: 14px;
            border: 1px solid #efefef;
            border-radius: 4px;
            padding: 0 20px;
            .store-basis{
                border-bottom: 1px dashed #ececec;
                height: 130px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                .store-logo{
                    width: 61px;
                    height: 61px;
                    margin-bottom: 15px;
                }
                .line1{
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    .store-name{
                        display: inline-block;
                        width: 130px;
                        position: relative;
                        top: 4px;
                    }
                }
            }
            .store-info{
                padding: 15px 0 0;
                position: relative;
                border-bottom: 1px dashed #ececec;
                .items{
                    font-size: 12px;
                    color: #7e7e7e;
                    margin-bottom: 15px;
                    align-items: center;
                    display: flex;
                    flex-wrap: wrap;
                    .title{
                        color: #999;
                        font-size: 12px;
                        margin-right: 15px;
                    }
                    .cont{
                        margin-left: 8px;
                        font-size:15px;
                    }
                    .desc{
                        color: #333;
                        position: relative;
                        font-size:12px;
                        margin-left: 8px;
                        .store_qualify{
                            width: 16px;
                            height: 16px;
                            vertical-align:sub;
                        }
                        .license{
                            width: 90px;
                            line-height: 26px;
                            color: #fff;
                            text-align: center;
                            background: #282828;
                            border-radius: 5px;
                            position: absolute;
                            top: 26px;
                            left: -10px;
                            display: none;
                        }
                    }
                }
            }
            .store-favorites{
                margin-top: 14px;
                .collection{
                    width: 80px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    color: #333;
                    border: 1px solid #c8c8c8;
                    border-radius: 2px;
                    background: #fff;
                    cursor: pointer;
                    outline: none;
                    font: 14px Verdana, Helvetica, Arial, sans-serif;
                }
            }
        }
        .store-recommend{
            margin-top: 10px;
            padding: 0 20px;
            border: 1px solid #efefef;
            border-radius: 4px;
            .title{
                height: 60px;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                color: #5a5a5a;
                span{
                    position: relative;
                }
            }
            .list{
                .item{
                    display: block;
                    width: 170px;
                    margin-bottom: 20px;
                    color: #555;
                    text-decoration: none;
                    .image{
                        width: 170px;
                        height: 170px;
                        img{
                            display: block;
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .text{
                        .name{
                            margin-top: 10px;
                            margin-bottom: 10px;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            font-size: 13px;
                            color: #666;
                        }
                        .row-between-wrapper{
                            display: flex;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: space-between;
                            .money{
                                font-weight: 700;
                                font-size: 14px;
                                color: #e93323;
                                span{
                                    font-size: 18px;
                                    font-weight: 700;
                                    color: #e93323;
                                }
                            }
                            .sales{
                                font-size: 12px;
                                color: #888;
                            }
                        }
                    }
                }
            }
        }
    }
}

.text-wrapper{
    flex: 1;
    min-width: 0;
    margin-left: 40px;

    .title{
        font-size: 20px;
        line-height: 26px;
        color: #333
    }
    .money-wrapper{
        height: 70px;
        padding-left: 32px;
        margin-top: 18px;
        background: url(/assets/addons/cms/images/money-back.6e5b225.png) 50% / cover no-repeat;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        .price{
            font-size: 22px;
            span{
                font-weight: 700;
                font-size: 30px;
            }
        }
        .sales{
            margin: 5px 0 0 5px;
            font-size: 12px;
            line-height: 19px;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            display: flex;
            flex-wrap: wrap;
        }
    }
    .attribute{
        margin-top: 30px;
        .size-wrapper{
            display: flex;
            flex-wrap: wrap;
            .label{
                width: 78px;
                padding-left: 20px;
                font-size: 12px;
                color: #5a5a5a;
                margin-right: 2px;
                word-break: break-all;
                padding-top: 2px;
            }
            .list{
                flex: 1;
                min-width: 0;
                display: flex;
                flex-wrap: wrap;
                .item{
                    margin-right: 12px;
                    margin-bottom: 16px;
                    box-sizing: border-box;
                    cursor: pointer;
                    input{
                        font: 14px Verdana, Helvetica, Arial, sans-serif;
                    }
                    .cont{

                        position: relative;
                        height: 32px;
                        border: 1px solid #d3d3d3;
                        display: flex;
                        flex-wrap: wrap;
                        .name{
                            padding-right: 20px;
                            padding-left: 20px;
                            font-size: 12px;
                            align-items: center;
                            display: flex;
                            flex-wrap: wrap;
                            img{
                                position: absolute;
                                right: -3px;
                                bottom: -4px;
                            }
                        }
                    }
                    .on{
                        border-color: #e93323;
                        color: #e93323;
                    }
                }
            }
        }
    }
    .number-wrapper{
        margin-top: 18px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        .label{
            width: 78px;
            padding-left: 20px;
            font-size: 12px;
            color: #5a5a5a;
            margin-right: 2px;
            word-break: break-all;
            padding-top: 2px;
            cursor: pointer;
        }
        .counter-wrap{
            flex: 1;
            min-width: 0;
            .counter{
                display: inline-block;
                border: 1px solid #d3d3d3;
                font-size: 0;
                button{
                    color: #d0d0d0;
                    cursor: not-allowed;
                    width: 44px;
                    height: 36px;
                    border: none;
                    background: none;
                    outline: none;
                    font-weight: inherit;
                    font-size: 12px;
                    vertical-align: middle;
                }
                input{
                    width: 64px;
                    height: 36px;
                    border: 1px solid #d3d3d3;
                    border-top: none;
                    border-bottom: none;
                    outline: none;
                    font-weight: inherit;
                    font-size: 18px;
                    font-family: inherit;
                    text-align: center;
                    color: #5a5a5a;
                    vertical-align: middle;
                }
            }
            span{
                vertical-align: bottom;
                font-size: 14px;
                color: #5a5a5a;
            }
        }
    }
    .button-wrapper{
        margin-top: 46px;
        font-size: 0;
        display: flex;
        .cart{
            background-color: #e93323;
            color: #fff;
            width: 158px;
            height: 50px;
            border: 1px solid #e93323;
            border-radius: 4px;
            font-size: 16px;
            outline: none;
            vertical-align: middle;
        }
        .btn{
            margin-left: 18px;
            width: 158px;
            height: 50px;
            border: 1px solid #e93323;
            border-radius: 4px;
            font-size: 16px;
            color: #e93323;
            background: none;
            outline: none;
            vertical-align: middle;
        }
    }

}
.sp-thumbs {
    text-align: left;
    display: inline-block;
}
.sp-thumbs img {
    width: 85px;
    height: 85px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 85px;
    height: 85px;
    overflow: hidden;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;


}
.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
    opacity: 1!important;
    position: relative;
    border: 2px solid red;
}

/* Image currently being viewed */

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}
.sp-large a img {
    max-width: 100%;
    height: auto;
}
.sp-large a {
    display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}
/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}
#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}
#sp-prev {
    left: 10px;
}
#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}
#sp-next {
    right: 10px;
}
#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}
#sp-prev:hover, #sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }
    #sp-prev, #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}
#spcs_div{
    display: flex;
}
#spcs_div{
    display: none
}
#spcs_div table{
    border-collapse: collapse; width: 100%; max-width: 600px; font-family: Arial, sans-serif; margin: 20px auto; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#spcs_div table tr{
    background-color: #f8f9fa;
}
#spcs_div table tr th{
    padding: 12px 15px; text-align: left; background-color: #4a6baf; color: white; font-weight: 600; border: 1px solid #ddd;
}
#spcs_div table tr td{
    padding: 12px 15px; border: 1px solid #ddd; line-height: 1.5; background-color: white;
}
#spcs_div table tr td div{
    margin-bottom: 8px; color: #333;
}
.store-info{
    .items{
        .cont{
            img{
                width: 13px;vertical-align:unset
            }
        }
    }
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}
#prev{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -44px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    right: auto;
}
#next{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -44px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    left: auto;
}
.shop_m_div{
    background: #f5f5f5;
    border-radius: 22px 22px 0 0;
    padding: 0 15px;
    padding-top: 15px;
}
.shop_m_div .money_m{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop_m_div .money_m img{
    width: 17px;
    height: 17px;
}
.shop_m_div .money_m span:nth-child(1) {
    font-size: 16px;
    color: #FF5C2D;
}
.shop_m_div .money_m span:nth-child(2) {
    font-size: 24px;
    color: #FF5C2D;
    font-family: dinProSemiBold;
    font-weight: bold;
}
.shop_m_div .shop_name_m{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #282828;
}
.shop_m_div .kc_m{
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #999;
}
.shop_m_div .spcs_m{
    padding: 0 10px;
    color: #999;
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-top: 10px;
    padding-bottom: 1px;
}
.shop_m_div .spcs_m .attribute .size-wrapper{
    display: flex;
}
.shop_m_div .spcs_m .attribute .size-wrapper .label{
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.shop_m_div .spcs_m .attribute .size-wrapper .list{
    .item{
        .cont{
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 16px;
            cursor: pointer;
            -webkit-user-select: none;
            user-select: none;
        }
        .on{
            background: rgba(0, 0, 0, 0.03);
            border-radius: 999px;
            color: #333;
            font-weight: 600;
        }
    }
}
.fh_div{
    position: fixed;
    top: 20px;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 20px;
    padding: 10px;
    left: 10px;
}
.fh_div img{
    width: 16px;
    height: 16px;
}
.attribute table{
    border-collapse: collapse; width: 100%; max-width: 600px; font-family: Arial, sans-serif; margin: 20px auto; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.attribute table tr{
    background-color: #f8f9fa;
}
.attribute table tr th{
    padding: 12px 15px; text-align: left; background-color: #4a6baf; color: white; font-weight: 600; border: 1px solid #ddd;
}
.attribute table tr td{
    padding: 12px 15px; border: 1px solid #ddd; line-height: 1.5; background-color: white;
}
.attribute table tr td div{
    margin-bottom: 8px; color: #333;
}
.store-hd_m_skeleton-rect{
    padding: 15px 10px;
    background: #fff;
    border-radius: 12px;
    margin-top: 15px;
}
.store-hd_m_skeleton-rect .store-info{
    display: flex;
    position: relative;
}
.store-hd_m_skeleton-rect .store-info .logo{
    width: 43px;
    height: 43px;
    cursor: pointer;
    border-radius: 3px;
}
.store-hd_m_skeleton-rect .store-info .logo img{
    width: 43px;
    height: 43px;
    border-radius: 3px;
}
.store-hd_m_skeleton-rect .store-info .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.store-hd_m_skeleton-rect .store-info .info .name_line1{
    font-size: 14px;
    color: #282828;
    font-weight: 700;
}
.store-hd_m_skeleton-rect .store-info .info .txt{
    margin-top: 4px;
    color: #666;
    font-size: 11px;
}
.store-hd_m_skeleton-rect .store-info .link{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 28px;
    background-image: linear-gradient(-90deg, #FF5C2D, #FF9445);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
}
.store-hd_m_skeleton-rect .score-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: #999;
    font-size: 13px;
}
.store-hd_m_skeleton-rect .score-wrapper .item span{
    margin-left: 5px;
    color: #FF5C2D;
}
.store-hd_m_skeleton-rect .con-box{
    padding: 10px 10px 0;
    margin-top: 15px;
}
.store-hd_m_skeleton-rect .con-box .title{
    font-size: 14px;
    color: #282828;
}
.store-hd_m_skeleton-rect .con-box .goods_list{

}
.store-hd_m_skeleton-rect .con-box .goods_list .item{
    width: 33%;
    margin: 15px 0 0 0;
    display: inline-block;
}
.store-hd_m_skeleton-rect .con-box .goods_list .item .img img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: inline-block;
}
.store-hd_m_skeleton-rect .con-box .goods_list .item .text .title{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #282828;
}
.store-hd_m_skeleton-rect .con-box .goods_list .item .text .price{
    color: #FF5C2D;
    margin-top: 3px;
    font-size: 14px;
    font-family: dinProSemiBold;
    font-weight: bold;
}
.store-hd_m_skeleton-rect .con-box .goods_list .item .text .price span{
    font-size: 10px;
}
.cpjs{
    background: #fff;
    border-radius: 12px;
    margin-top: 15px;
    overflow: hidden;
    padding: 15px 0px;
}
.cpjs .title{
    font-size: 15px;
    color: #282828;
    height: 43px;
    width: 100%;
    text-align: center;
    line-height: 43px;
    padding: 0px 10px;
}
.cpjs .conter img{
    width: 100%;
}
.goods_footer{
    padding: 0 10px 0 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    background-color: #fff;
    z-index: 277;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goods_footer .item{
    font-size: 9px;
    color: #666;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.goods_footer .item img{
    width: 25px;
    height: 25px;
}
.goods_footer .buy_button{
    min-width: 222px;
    height: 38px;
    width: 60%;
    display: flex;
}
.goods_footer .buy_button div:nth-child(1){
    border-radius: 25px 0 0 25px;
    background-image: linear-gradient(90deg, #FDBA00, #FFAA00);
    width: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}
.goods_footer .buy_button div:nth-child(2){
    border-radius: 0 25px 25px 0;
    background-image: linear-gradient(90deg, #FF5C2D, #FF9445);
    width: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}