.goods-info-top{
    margin-bottom: 24px;
}
.row1_left {
    width: calc(50% - 24px);
    background: #FFFFFF;
    border-radius: 12px ;
    flex: 1;
    overflow: hidden;
    height: fit-content;
}

.bannpiclist .bd {
    width: 100%;
    height: 100%;
}

.container {
    padding: 0;
}

.bannpiclist .bd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row1_left .hd {
    height: 114px;
    display: flex;
    padding-top: 20px;
    border-radius: 0px 0px 12px 12px;
    position: relative;
    overflow: hidden;
}

.row1_left .hd .item {
    width: 74px;
    height: 74px;
    border-radius: 8px;
    border: 1px solid #F7F8FC;
    overflow: hidden;
}

.profoks {
    position: relative;
    border-top: 1px solid #E4E4E4;
    padding: 0 86px;
}

.row1_left .hd .item.swiper-slide-thumb-active {
    border: 2px solid #4FC2B8;
}

.rowright {
    margin-left: 24px;
}

.rowright .right-top {
    padding: 20px;
    width: 486px;
    /*height: 400px;*/
    background: #FFFFFF;
    border-radius: 12px;

}
.rowright .right-top .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rowright .right-top dt {
    font-size: 22px;
    line-height: 33px;
    color: #222222;
    font-weight: 600;
    word-break: break-all;
}

.hirxd {
    height: 1px;
    background: #E4E4E4;
    margin: 15px 0;
}

.rowright .p {
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    display: flex;
}

.rowright .p .label {
    width: 157px;
    font-weight: 400;
}

.rowright .p .value {
    font-weight: 600;
    flex: 1;
}

.recommend-line {
    gap: 24px;
    margin-bottom: 40px;
}

/*.d-flex-center {*/
/*    margin-bottom: 24px;*/
/*}*/

.recommend-swiper {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 22px 0 18px;
    width: calc(50% - 10px);
    position: relative;
}

.recommend-swiper ._title {
    padding: 0 24px;
    margin-bottom: 16px;
}

.recommend-swiper ._title ._left {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}

.recommend-swiper ._title ._right {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.recommend-swiper ._title ._right .iconfont {
    margin-left: 6px;
    font-size: 12px;
    color: #898989;
}

.recommend-swiper .swiper {
    position: relative;
    margin: 0 24px;
}

.recommend-swiper .recommend-item {

}

.recommend-swiper .recommend-item .main-img {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #F7F8FC;
}

.recommend-swiper .recommend-item .main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 8px;
}

.recommend-swiper .recommend-item .limit {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 23px;
}

.recommend-swiper .swiper-recommend-next,
.recommend-swiper .swiper-recommend-prev {
    position: absolute;
    top: calc(50% + 23px);
    transform: translateY(-50%);
    width: 16px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    z-index: 2;
}

.recommend-swiper .swiper-recommend-next:hover,
.recommend-swiper .swiper-recommend-prev:hover {
    background: var(--base-color);
    cursor: pointer;
}

.recommend-swiper .swiper-recommend-prev {
    border-radius: 0px 12px 12px 0px;
    left: 0;
}

.recommend-swiper .swiper-recommend-next {
    border-radius: 12px 0 0 12px;
    right: 0;
}

.botom03 .btn {
    width: 358px;
    height: 44px;
    background: #4FC2B8;
    border-radius: 8px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    flex: 1;
}

.botom03 {
    display: flex
}

.botom03 .btn i {
    font-size: 20px;
    margin-right: 10px;
}

.botom03 .sc {
    width: 78px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    margin-left: 10px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.botom03 .sc:hover {
    background: #eee;
}

.botom03 .sc i {
    font-size: 22px;
    color: #f79131;
}

.btn:hover {
    opacity: 0.8;
}

.r-bottom {
    width: 486px;
    height: 147px;
    background: #FFFFFF;
    border-radius: 12px;
}

.r-bottom .topdt {
    display: flex;
    padding: 20px;
    margin-top: 20px;
}

.r-bottom .btn {
    width: 217px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    transition: all 0.3s;
}

.r-bottom .btn i {
    font-size: 20px;
    margin-right: 13px;
}

.btnbox {
    display: flex;
    gap: 12px;
    padding: 0 20px;
}
.btnbox .sc {
    color: #f79131;
}
.topdt .tpic {
    width: 48px;
    height: 48px;
    border: 1px solid #F7F8FC;
    margin-right: 10px;
}
.topdt .tpic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.tages {
    display: flex;
    gap: 10px;
    margin-top: 3px;
}

.text img {
    max-width: 100%;

    display: block;
    margin: 0 auto;
}

.bumibox {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.text {
    font-size: 14px;
    line-height: 30px;
}
.text p{
    margin: 0;
}
.bumdt {
    font-size: 22px;
    color: #222222;
    line-height: 33px;
    margin-bottom: 13px;
    font-weight: 600;
}
.tablebox{
    flex-direction: column;
    gap: 24px;
}
.tablebox .table {

}

.tablebox .table .li {
    display: flex;
    font-size: 14px;
    color: #333333;
    text-indent: 19px
}

.tablebox .table .li .label {
    background: #F1F6F8;
    width: 243px;
    display: flex;
    align-items: center;
    border: 1px solid #E4EEF2;
    text-indent: 0;
    flex-shrink: 0;
}

.tablebox .table .li .value {
    border: 1px solid #E4EEF2;
    flex: 1;
    display: flex;
    align-items: center;
    text-indent: 0;
    overflow-wrap: anywhere;
}

.lirw {
    display: flex;
    flex: 1 1 50%;
    line-height: 16px;
}

.lirw.lirw2 {
    width: 100%;
}

.tages .year {
    display: flex;
    padding: 2px 6px 2px 1px;
    height: 20px;
    background: #EAF8F6;
    border-radius: 5px;
    font-size: 14px;
    color: #108391;
    align-items: center;
}

.tages .year div {
    padding: 0 10px 0 5px;
    height: 18px;
    margin-right: 1px;
    background-image: url("../../img/suppliers/tag.png");
    background-size: cover;
    color: #fff;
}

.tages .grade {
    display: flex;
    border-radius: 5px;
    font-size: 14px;
    color: #607B87;
    padding-right: 7px;
    align-items: center;
    margin-right: 10px;
}



.tages .grade img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.r-bottom .btn:hover {
    background: #eee;
}

.r-bottom dt {
    display: flex;
    width: 100%;
}

.r-bottom dt .text {
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: calc(100% - 23px);
    line-height: 23px;
}

.r-bottom dt .icongq {
    width: 23px;
}

.r-bottom .topdt .texxt {
    flex: 1;
    width: calc(100% - 58px);
}

.bannpiclist {
    width: 100%;
    max-height: 567px;
    height: 567px;
    overflow: hidden;
    margin: 0 auto;
}

.prev.product, .next.product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 48px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);

    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.prev.product {
    box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.2);
    left: 0;
}

.next.product {
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
    right: 0;
}

@media (max-width: 992px) {
    .row1_left {
        width: 100%;
        overflow: visible;
        border-radius: 0;
    }

    .rowright {
        margin: 10px;
        width: calc(100% - 20px);
    }

    .goods-info-top {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .rowright .right-top {
        height: auto;
        width: 100%;
    }

    .r-bottom {
        width: 100%;
    }

    .lirw {
        width: 100%;
        flex: unset;
    }

    .tablebox .table .li {
        flex-wrap: wrap;
    }

    .recommend-line {
        flex-wrap: wrap;
        gap: 10px;
    }

    .recommend-swiper {
        width: 100%;
    }

    .footer-part-wap {
        display: none;
    }

    .footer-part2 {
        display: none;
    }

    .footer-part3 {
        display: none;
    }

    .crumbs {
        display: none;
    }
    .rowright .botom03{
        position: fixed;
        z-index: 99;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .tablebox{
        margin: 0 10px;
        gap: 10px;
    }
    .bannpiclist .bd img{
        width: 248px;
        height: 248px;
    }
    .bannpiclist .bd{
        height: 248px;}
    .bannpiclist{
        width: 248px;
        height: 248px;}
    .recommend-line{
        margin-bottom: 60px;}
    .botom03 .sc{
        margin-top: 0;}
    .botom03 .btn{
        margin-top: 0;}
    .r-bottom .btn{
        font-size: 14px;
        width: calc(50% - 6px);
    }
    .tablebox .table .li .label{
        width: 100px;
        overflow-wrap: anywhere;
    }
    .row1_left .hd .item{
        width: 48px !important;
        height: 48px;
        aspect-ratio: 1/1; /* 现代浏览器支持 */
    }
    .row1_left .hd .item img{
        width: 100%;
        height: 100%;}
    .profoks{
        padding: 0;
    }
    .prev.product, .next.product{
        display: none;
    }
    .row1_left .hd{
        height: auto;
        padding: 10px;}
    .rowright .right-top dt{
        font-size: 16px;
        line-height: 25px;
    }
    .rowright .p .label{
        font-size: 12px;
        width: 130px;
    }
    .rowright .p{
        font-size: 12px;}
    .hirxd{
        margin: 10px 0;
    }
    .rowright .p .value{
        line-height: 18px;
    }
    .r-bottom .topdt{
        margin-top: 10px;
    }
    .r-bottom dt .text{
        font-size: 16px;
    }
    .recommend-swiper ._title ._left{
        line-height: 24px;}
}
