@charset "utf-8";

.Categories-title {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: #fff;
    border-radius: 29px;
}

.Categories-title ul {
    display: flex;
    gap: 2px;
}

.Categories-title img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    height: 15px;
    transition: all .5s;
}

.Categories-title a {
    display: block;
    padding: 0 25px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
    color: #212121;
    transition: all .5s;
}

.Categories-title li.cur a {
    color: #fff;
    background: #ff5905;
}

.Categories-title li.cur a img {
    filter: brightness(0) invert(1);
}

.Categories-title a:hover {
    color: #fff;
    background: #ff5905;
}

.Categories-title a:hover img {
    filter: brightness(0) invert(1);
}

.search {
    width: 235px;
    height: 44px;
    position: relative;
    border-radius: 22px;
    background: #f5f5f5;
}

.search {
    width: 235px;
    height: 44px;
    position: relative;
    border-radius: 22px;
    background: #f5f5f5;
}

.search input {
    height: 44px;
    width: 100%;
    padding: 0 25px;
    line-height: 44px;
}

.button-search {
    border: none;
    cursor: pointer;
    position: absolute;
    background: url(../images/a32.png);
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.CategoriesNr {
    margin: 0.24rem 0px;
}

.CategoriesBox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    padding-bottom: 45px;
}

.CategoriesBox li {
    width: calc(14.28% - 102px/7);
    position: relative;
}

.CategoriesBox li:hover::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1.5px solid #EE7115;
    border-radius: inherit;
    pointer-events: none;
    z-index: 9;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.CategoriesBox li img {
    transition: all .5s;
}

.CategoriesBox li:hover img {
    transform: scale(1.1);
}

.Cate {
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.Cate>span {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.Cate span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.Cate-text {
    padding: 8px 12px 16px 12px;
}

.Cate h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Cate .summary-score {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000000;
    margin-bottom: 8px;
}

.Cate .summary-score-value {
    font-size: 14px;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #000;
    background: #FFBE00;
    border-radius: 2px;
}

.Cate .summary-score-total {
    font-size: 18px;
    color: #90949A;
}

.Cate .summary-score-total b {
    color: #000000;
}

.Cate .user-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.Cate .user-rating .star2 {
    width: 16px;
    height: 16px;
    background: url(../images/star.svg) no-repeat center/contain;
}

.Cate .user-rating .star2.grey {
    background-image: url(../images/star1.svg);
}


.Cate_b {
    padding: 10px 10px 11px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(51, 169, 255, 0.0627);
}

.Cate_b h2 {
    font-size: 13px;
    color: #0F0F0F;
    font-weight: bold;
    line-height: 24px;
}

.Cate_b span {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.Cate_b span img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16 / 16;
}


.fsnra {
     line-height: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.fsnra p {
    font-size: 10px;
    color: #626262;
}

.fsnra em {
    color: #F7E8E2;
}

.bfb {
    text-align: center;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 0 4px;
    background: #FFBE00;
    border-radius: 2px;
}

.xtb1 {
    background: url(../images/a35.png);
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    background-size: 100% 100%;
}

.xtb2 {
    background: url(../images/a37.png);
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    background-size: 100% 100%;
}

.Cate span b {
    position: absolute;
    color: #fff;
    background: #ff5d00;
    padding: 0 10px;
    line-height: 16px;
    border-radius: 8px 0 8px 0;
    font-size: 8px;
    font-weight: bold;
    left: 17px;
    top: 12px;
}

.cotebottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.fsnr {
    display: flex;
    gap: 2px;
    align-items: center;
    text-align: center;
    line-height: 18px;
    color: #90949A;
    font-size: 14px;
}

.fsnra {
    line-height: 18px;
    font-size: 10px;
    color: #626262;
    font-weight: 700;
    color: #626262;
    display: flex;
    align-items: center;
}

.xtb1 {
    background: url(../images/a35.png);
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    background-size: 100% 100%;
}

.xtb2 {
    background: url(../images/a37.png);
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    background-size: 100% 100%;
}


.pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pagination a {
    line-height: 39px;
    width: 39px;
    display: block;
    color: #0F0F0F;
    font-size: 14px;
    text-align: center;
    background: #efeff1;
    border-radius: 50%;
}

.pagination .ellipsis {
    display: block;
    line-height: 39px;
    color: #0F0F0F;
    width: 39px;
    text-align: center;
    border-radius: 50%;
    background: #efeff1;
}

.pagination .prev {
    line-height: 39px;
    width: auto;
    background: none;
    padding-right: 15px;
}

.prev b {
    display: inline-block;
    background: url(../images/a38.png);
    width: 8px;
    height: 13px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.pagination .next {
    line-height: 39px;
    width: 39px;
    width: auto;
    background: none;
    padding-left: 15px;
}

.next b {
    display: inline-block;
    background: url(../images/a39.png);
    width: 8px;
    height: 13px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -3px 0 0 10px;
}

.pagination a.active {
    background: #2c2d32;
    color: #fff;
}

.pagination a.on:hover {
    background: #2c2d32;
    color: #fff;
}

.ways {
    border-top: 1px solid #dbdbdb;
}

.waysbox {
    width: 1300px;
    margin: 0 auto;
    max-width: 94%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.waysleft p {
    color: #2F2F2F;
    font-weight: 700;
    font-size: 20px;
}

.box {
    width: calc(100% - 160px)
}

.winBox {
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll {
    width: 1500px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.scroll li {
    float: left;
    margin-right: 40px;
}


@media (max-width: 950px) {
    .search {
        width: 100%;
        height: 1rem;
        border-radius: .5rem;
        background: url(../images/a32.png) no-repeat .2rem center #fff;
        background-size: .3rem .3rem;
        display: flex;
        justify-content: space-between;
    }

    .search input {
        height: .98rem;
        line-height: .98rem;
        padding: 0 .7rem;
    }

    .button-search {
        position: absolute;
        height: .8rem;
        width: 1.65rem;
        background: #333742;
        border-radius: .4rem;
        color: #fff;
        right: .1rem;
    }

    .CategoriesBox ul {
        gap: 0.2rem;
        padding-bottom: .3rem;
    }

    .CategoriesBox li {
        width: calc(33.333% - .4rem/3);
    }

    .waysbox {
        display: block;
    }

    .h68 {
        height: .5rem;
        display: none;
    }
    .Cate-text{
        padding: 0.08rem 0.12rem 0.21rem;
    }
    .Cate h2 {
        font-size: 0.2rem;
        line-height: 0.24rem;
        margin-bottom: 0.08rem;
    }
     .Cate .summary-score {
        gap: 0.02rem;
        margin-bottom: .08rem;
    }

    .Cate .summary-score-value {
        font-size: .18rem;
        padding: 0 0.04rem;
        height: .24rem;
        line-height: .24rem;
    }

    .Cate .user-rating .star2 {
        width: .16rem;
        height: .16rem;
    }
    .fsnr {
        font-size: 0.18rem;
    }
    .Cate p {
        font-size: 0.18rem;
        line-height: 0.18rem;
    }
    .bfb {
        font-size: 0.18rem;
        padding: 0px 0.04rem;
        line-height: 0.24rem;
    }


    .Why-Choose {
        padding-top: .2rem;
    }

    .Hot-Selling-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Hot-Selling-title h2 {
        font-size: .28rem;
        margin: 0;
        font-weight: bold;
        color: #312E2C;
        margin-bottom: .2rem;
    }

    .Hot-Selling-title p span {
        display: none;
    }

    .Hot-Selling-title p b {
        font-weight: 400;
        font-size: .22rem;
    }

    .Hot-Selling-box {
        padding: .25rem .35rem;
        border-radius: .1rem;
        background: #fff;
        display: flex;
        justify-content: space-between;
    }

    .Hot-Selling-img {
        width: .95rem;
    }

    .Hot-Selling-img img {
        width: 100%;
    }

    .Hot-Selling-text {
        width: calc(100% - 1.3rem);
    }

    .Hot-Selling-text h2 {
        font-size: .26rem;
        margin-bottom: .1rem;
        font-weight: 700;
        color: #09175E;
    }

    .Hot-Selling-text p {
        font-size: .22rem;
        color: #09175E;
        line-height: 1.5;
    }

    .Hot-Selling-content li {
        padding-bottom: .3rem;
    }

    .categ-top {
        position: relative;
    }

    .cteg-motom {
        padding: .35rem 0;
        position: relative;
    }

    .cteg-motom h2 {
        font-weight: bold;
        font-size: .3rem;
        text-align: center;
        cursor: pointer;
        color: #000103;
    }

    .cteg-motom h2 img {
        display: inline-block;
        vertical-align: middle;
        margin: -3px .2rem 0 0;
        width: .35rem;
    }

    .cteg-motom a {
        position: absolute;
        background: url(../images/sa7.png);
        width: .16rem;
        height: .3rem;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100% 100%;
    }

    .categ-bottom {
        width: 3rem;
        border-radius: .1rem;
        padding: .15rem;
        background: #fff;
        position: absolute;
        top: .9rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .categ-bottom li {}

    .categ-bottom li a {
        display: block;
        text-align: left;
        font-size: .22rem;
        line-height: .64rem;
        border-radius: .1rem;
        padding-left: .45rem;
    }

    .categ-bottom img {
        display: inline-block;
        vertical-align: middle;
        margin: -3px .2rem 0 0;
        width: .36rem;
    }

    .categ-bottom li.cur a {
        background: #f5f5f5;
    }
}

