/* --------------adv------------------ */

.adv {
    width: 100%;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}

.adv__left {
    width: 52.58%;
    background-color: #fff;
    display: flex;
    margin-left: 15px;
}

.adv__left__block1 {
    width: 24.05%;
    text-align: center;
    position: relative;
}

.adv__left__block1 .sale {
    position: absolute;
    top: 20px;
    left: 67px;
}

.adv__left__block1 span {
    position: absolute;
    top: 39px;
    left: 64px;
    font-weight: bold;
    color: white;
}

.adv__left__block2 {
    width: 37.8%;
}

.adv__left__block2 h2{
    font-size: 22px;
    padding-left: 20px;
    margin-top: 15px;
}

.adv__left__block2 p{
    font-size: 12px;
    padding-left: 15px;
    margin-top: 10px;
}

.adv__left__block3 {
    width: 24.05%;
    position: relative;
}

.adv__left__block3 img {
    position: absolute;
    top: 30px;
    left: 100px;
}

.adv__left__block3__total {
    font-size: 22px;
    color: #ff5912;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 135px;
}

.adv__right {
    width: 42.95%;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
}

.adv__right p:nth-child(1) {
    padding-top: 30px;
}

.adv__right p:nth-child(1) .black {
    color: black;
}

.adv__right p:nth-child(1) .orange {
    color: #ff5912;
}

.adv__right p:nth-child(2) {
    padding-top: 15px;
    color: #aeb3b7;
}

/* --------------/adv------------------ */

/* ------------------best sales---------- */

.best__sales {
    text-align: center;
    margin-top: 120px;
}

.best__sales h1 {
    font-size: 36px;
    background-color: #f4f6f8;
}

.best__sales h1 span {
    color: #ff5912;
}

.best__sales__goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
    text-align: center;
}

.best__sales__goods__card {
    width: 30.8%;
    background-color: #fff;
    display: flex;
   justify-content: space-around;
   position: relative;
}

.best__sales__goods__card p{
    font-size: 18px;
    margin-top: 50px;
}

.best__sales__goods__img{
    font-size: 18px;
    margin: 35px 0;
}

.best__sales__goods__stars {
    position: absolute;
    top: 100px;
    right: 135px;
}

.best__sales__goods__price {
    display: inline-block;
    position: absolute;
    top: 103px;
    right: 35px;
    color: #ff5912;
    font-weight: bold;
}

/* ------------------/best sales---------- */
