/*.pc-header{*/
/*    position: sticky;*/
/*    transition: all 0.3s;*/
/*}*/
.product-detail{
    font-size: 14px;
    color: #333;
    /*height: calc(100vh - 203px);*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}
.product-right-part{
    transition: none;
}
.product-right-part.on{
    margin-top: 204px;
}
.product-right-part ._p-btns ._b{
    font-size: 14px;
}
.product-box{
    display: flex;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    position: relative;
}
.product-box ._left{
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    width: 50%;
    flex-direction: column;
    position: absolute;
}
.product-box ._left .tag,
.item-box .tag{
    position: absolute;
    top: 0;
    left: -2px;
    width: auto;
    object-fit: contain;
    height: 20px;
    z-index: 2;
}
.big-swiper{
    flex-grow: 1;
    width: 100%;
    border-radius: 16px;
}
.big-swiper img ,.big-swiper video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.small-swiper{
    padding: 20px;
    width: 100%;
    height: 114px;
    flex-shrink: 0;
}
.small-swiper .swiper-slide{
    width: fit-content;
}
.small-swiper img ,.small-swiper video{
    width: 74px;
    height: 74px;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #F7F8FC;
    object-fit: contain;
}
.small-swiper .swiper-slide-thumb-active img{
    border-color: #CA252D;
}
.small-swiper .iconfont,
.desc-swiper .iconfont{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #F7F8FC;
    color: #CA252D;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    top: 37px;
}
.small-swiper .icon-jiantou-zuo{
    left: 10px;
}
.small-swiper .icon-jiantou-you{
    right: 10px;
}


.desc-swiper-box .iconfont{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #F7F8FC;
    color: #CA252D;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    top: 37px;
}

.desc-swiper-box .icon-jiantou-zuo{
    left: -10px;
}
.desc-swiper-box .icon-jiantou-you{
    right: -10px;
}
.product-box ._right{
    padding: 20px;
    height: fit-content;
    width: 50%;
    margin-left: 50%;
}
._p-title{
    display: flex;
    font-size: 22px;
    color: #333333;
    line-height: 31px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    gap: 19px;
}
._p-title .iconfont{
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: normal;
    flex-shrink: 0;
}

.item-box{
    position: relative;
}

._p-desc-name {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}
._p-desc-name div{
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
._p-desc-name div.on{
    color: #CA252D;
    border-color: #CA252D;
}
.stay-desc-name{
    z-index: 3;
    transition: none;
    background: #F5F6FA;
}
.stay-desc-name.on{
    position: sticky;
    top: 0px;
}
.stay-desc-name ._p-desc-name{
    padding: 20px 20px 0;
    background: #fff;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
}
.stay-desc-box{
    border-radius: 0 0 16px 16px;
    transition: none;
}
.stay-desc-box span{
    text-wrap-mode: initial !important;
}
.stay-desc-box div{
    text-wrap-mode: initial !important;
}
.containerFormsMiddle{
    width: 100% !important;
}
.stay-desc-box p{
    text-wrap-mode: initial !important;
    word-break: break-all !important;
    margin-left: 0 !important;
}
.desc-cont{
    border: 1px solid #F9F9F9;
    overflow: hidden;
    border-radius: 16px;
    border-bottom: none;
}
.desc-label{
    width: 142px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    border-bottom:1px solid #F9F9F9;
    background: #F9F9F9;
    font-weight: bold;
}
.desc-val{
    padding: 10px 15px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    flex: 1 1 25%;
    border-bottom:1px solid #F9F9F9;
    word-break: break-all;
}
.desc-title{
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.desc-sub-title{
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
.desc-swiper .swiper-slide{
    width: fit-content;
}
.desc-swiper ._item{
    border: 1px solid #F9F9F9;
    border-radius: 8px;
    overflow: hidden;
}
.desc-swiper ._item img{
    aspect-ratio: 244 / 137;
    object-fit: cover;
    width: 100%;
}
.desc-swiper ._item div{
    padding: 0 15px;
    line-height: 36px;
    text-align: center;
}
.desc-swiper .iconfont{
    top: 67px;
}
.desc-swiper .icon-jiantou-zuo{
    left: -20px;
}
.desc-swiper .icon-jiantou-you{
    right: -20px;
}
.req-line{
    display: flex;
    margin-bottom: 15px;
    line-height: 40px;
}
.req-label{
    font-size: 14px;
    color: #333333;
    width: 110px;
}
.req-val{
    font-weight: bold;
    width: calc(100% - 110px);
}
.req-line input,
.req-line textarea{
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 15px;
    width: 100%;
}
.sendSms{
    position:absolute;
    right: 40px;
}
.req-line input{
    height: 40px;
}
.req-line textarea{
    height: 140px;
}
.req-line input::placeholder,
.req-line textarea::placeholder{
    color: #999999;
}
.req-btn{
    width: 135px;
    height: 40px;
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    border-radius: 24px 24px 24px 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}
.recommend-product{
    position: relative;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 10px;
}
.recommend-product .tag{
    position: absolute;
    height: 22px;
    object-fit: contain;
    left: -4px;
    top: 0px;
}
.recommend-product ._line1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recommend-product ._line1 img{
    width: 70px;
    height: 70px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0,0,0,0.05);
    object-fit: contain;
}
.recommend-product ._line1>div{
    width: calc(100% - 80px);
}
.recommend-product ._line1 .limit2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 4px;
    line-height: 22px;
    font-weight: bold;
}
.recommend-product ._line1 .limit{
    color: #999999;
}
.recommend-product ._line2{
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.recommend-product ._line2 a{
    cursor: pointer;
    flex: 1;
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}
.recommend-product ._line2 a:last-child{
    width: 32px;
    flex: unset;
}
.recommend-product ._line2 a .iconfont{
    font-size: 18px;
}
.recommend-product ._line2 a .iconfont.icon-yishoucang {
    color: #CA252D;
}
.recommend-product ._line2 a:hover{
    color: var(--base-color);
    background: var(--light-color);
}
#shopRight{
    display: none;
    transition: none;
}

/* 右侧吸顶容器 - 修复宽度/边距/过渡 */
.product-right-part {
    box-sizing: border-box;
    transition: all 0.1s linear; /* 滚动样式过渡，减少间隙视觉感 */
}


/* 左侧吸顶标题 - 修复宽度/过渡 */
.stay-desc-name {
    box-sizing: border-box;
    width: 100%;
    transition: all 0.1s linear;
}
/* 详情盒子 - padding-top过渡，避免生硬切换漏内容 */
.stay-desc-box {
    transition: padding-top 0.1s linear;
}

.stay-desc-box img{
    object-fit: contain;
    height: auto;
}
.product-right-part ._p-btns ._b i{
    font-size: 20px;
}
@media (max-width: 768px) {
    .product-box{
        flex-direction: column;
    }
    .product-box ._left{
        position: relative;
        width: 100%;
    }
    .big-swiper{
        aspect-ratio: 1;
    }
    .product-box ._right{
        width: 100%;
        margin: 0;
    }
    .req-line{
        flex-direction: column;
        position: relative;
    }
    .req-line input, .req-line textarea,.req-val{
        width: 100%;
    }
    .stay-desc-name.on{
        position: initial;
        top: 0;
    }
}
