.goods_detail_buy{
    width: 35%;
    height: 40px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    background-color: #F1EBFF;
    color: #000;
    border-radius: 10px;
    margin-left: 4%;
    overflow: hidden;
    cursor: pointer;
}
.goods_divflgt{
    position: sticky;
    top: 10px;
    border: 1px solid #f3f2f4;
    border-radius: 10px;
    padding: 50px;
}
.goodsdetail_content{
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
}
.color_style{
    height: 120px;
}
.nuitnumber{
    display: flex;
}
.number_1{
    border: 1px solid #d4d2d2;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    cursor: pointer;
}
.inputpd{
    width: 50px;
    line-height: 35;
    height: 35px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #d4d2d2;
}
.goods_buy_cart{
    display: flex;
    justify-content: space-between;
}

.goods_price_detail{
    font-size: 37px;
}
.attr_img img{
    width: 50px;
}
.color_style{
    padding: 6px 0;
    width: 100%;
    height: 160px;
    overflow-y: scroll;
}
.color_style::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.goods_name01{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* 限制显示的行数为2 */
    overflow: hidden;
}
.goods_color{
    display: flex;
    padding: 5px 0;
}
.attr_img{
    display: flex;
    justify-content: flex-start;
    margin: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #f4f4f4;
    cursor: pointer;
}
.attr_name{
    font-size: 16px;
    padding: 14px 20px;
}
.color_name{
    padding-top: 20px;
    width: 20%;
}
.goods_start01 .start01 img{
    width: 15px;
}
.goods_start01{
    display: flex;
    justify-content: flex-start;
}
.goods_start01 .core{
    font-size: 12px;
    padding: 10px;
}
.goods_heard{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.goods_left{
    width: 17%;
    height: 800px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}
.goods_left::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.goods_lpdg{
    display: flex;
    justify-content: flex-start;
}
.goods_center{
    width: 100%;
    overflow: hidden;
}
.goods_lpg{
    width: 57%;
    overflow: hidden;
}
.goods_right{
    width: 40%;
    text-align: left;
    padding: 30px;
    background-color: #FFF;

    position: sticky;
    top: 0;
    z-index: 1000; /* 确保它位于其他内容之上 */
}
.goodsdetail_content{

}
.goods_price_detail{
    text-align: left;
    display: flex;
}
.goods_price_detail .original_price2 {
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
    margin-top: 29px;
}
.goods_img{
    /*border: 1px solid #522B82;*/
    border-radius: 3px;
    margin-bottom: 10px;
}
.goods_heard{
    margin-top: 5px;
}
.goods_center{
    padding-left: 10px;
}
.goodsdetailswhide{
    display: none;
}
.goods_center .ibannergoodsdetail img{
    max-width: 100%;
    max-height: 800px;
    height: 100%;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 3px;
}
.goods_left img{
    width:120px;
}
.goods_heard .swiper-pagination-bullet{
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: 1;
    margin-top: 20px;
}
.goods_heard .swiper-pagination-bullet img{
    border: 3px solid #FFF;
}

.goods_heard .swiper-pagination-bullet-active img{
    border: 3px solid #522B82;
}
