.pingshang-best-selling{
    padding: 124px 0 148px;
    position: relative;
}
.pingshang-best-selling .best-selling-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pingshang-best-selling::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FEF8F8;
    z-index: -2;
}
.pingshang-best-selling .best-seling-line{
    position: absolute;
    left: 0;
    top: -72px;
    width: 100%;
}
.selling-list{
    display: flex;
    gap: 80px;
}
.selling-list .selling-left{
    width: 584px;
}
.selling-item{
    width: 100%;
    border-radius: 20px;
    background: #FBE9D0;
    position: relative;
    overflow: hidden;
}
.selling-item .selling-item-title{
    color: var(--text-color);
    font-family: var(--font-primary-family);
    font-size: var(--font-46);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.left-item .selling-item-title{
    padding: 94px 10px 0 10px;
    text-align: center;
}
.left-item .selling-item-more{
    margin: 50px auto 0;
    display: block;
    width: fit-content;
}
.left-item .left-item-pic{
    width: 100%;
    aspect-ratio: 584/457;
    object-fit: cover;
}

.left-item::before{
    content: '';
    position: absolute;
    width: 336px;
    height: 336px;
    border-radius: 50%;
    background: #F4C3C1;
    top: -162px;
    left: -180px;
    z-index: 0;
}
.left-item .selling-badge{
    position: absolute;
    display: block;
    width: 149px;
    height: 149px;
    border-radius: 50%;
    background: #F4C3C1;
    top: 45%;
    right: -74px;
    z-index: 0;
}
.left-item .selling-badge::after{
    content: '';
    position: absolute;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    border: 10px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.left-item .selling-item-title,
.left-item .selling-item-more,
.left-item .left-item-pic,
.right-item .right-item-right,
.right-item .right-item-left{
    position: relative;
    z-index: 1;
}


.selling-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.selling-right .selling-right-title-wrap{
    position: relative;
}
.selling-right .selling-right-title-wrap .selling-title{
    position: relative;
    z-index: 1;
}
.selling-right-title-wrap img{
    position: absolute;
    right: 0;
    top: 20px;
    width: 175px;
    aspect-ratio: 175/167;
    transform: translateX(50%);
    z-index: 0;
}
.right-item{
    display: flex;
    margin-top: 70px;
    padding: 50px 50px 30px 30px;
    position: relative;
}
.right-item .right-item-left{
    flex: 1;
    padding-top: 120px;
}
.right-item .right-item-left a{
    margin-top: 50px;
}
.right-item .right-item-right{
    width: 311px;
    aspect-ratio: 311/390;
}
.right-item-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-item::before{
    content: '';
    position: absolute;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background: #F4C3C1;
    top: -123px;
    left: -118px;
    z-index: 0;
}
.right-badge{
    display: block;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background: #F4C3C1;
    position: absolute;
    bottom: 0;
    right: -150px;
    z-index: 0;
}
.right-badge::after{
    content: '';
    position: absolute;
    width: 335px;
    height: 335px;
    border-radius: 50%;
    border: 10px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.best-selling-flower{
    width: 128px;
    aspect-ratio: 1;
    position: absolute;
    left: 83px;
    bottom: 0;
    transform: translateY(50%);
}

@media screen and (max-width: 1500px) {
    .selling-list{
        gap: 50px;
    }
    .selling-list .selling-left{
        width: 45%;
    }
    .left-item{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .right-item{
        margin-top: 50px;
        padding: 30px;
    }
    .right-item .right-item-right{
        width: 45%;
    }
    .left-item .selling-item-title{
        padding: 50px 10px 0;
    }
    .selling-right-title-wrap img{
        width: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .pingshang-best-selling{
        padding: 50px 0;
    }
    .best-selling-flower{
        width: 100px;
        left: 50px;
    }
}
@media screen and (max-width: 992px) {
    .selling-list{
        flex-direction: column-reverse;
    }
    .right-item .right-item-left{
        display: flex;
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .selling-list .selling-left{
        width: 100%;
    }
    .selling-right-title-wrap img{
        top: 0;
        transform: none;
    }
}