.boutique-content-box {
    width: 100%;
    padding: 100px 0 100px 0;
}

.boutique-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.boutique-item {
    width: 100%;
    margin-bottom: 100px;
}

.boutique-item:last-child {
    margin-bottom: 0;
}

.boutique-item > .title {
    width: 100%;
    margin-bottom: 58px;
    font-size: 36px;
    font-weight: 400;
    line-height: 82px;
    color: #2A2A2A;
    position: relative;
}

.boutique-item > .title::after {
    content: "123";
    width: 84px;
    height: 4px;
    background: #BE282D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.boutique-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.boutique-card {
    width: 446px;
    margin-right: 41px;
    margin-bottom: 80px;
    cursor: pointer;
    background: #F9F9F9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.boutique-card:nth-child(3n) {
    margin-right: 0;
}

.boutique-card > .img {
    width: 100%;
    height: 246px;
    border-radius: 20px;
    overflow: hidden;
}

.boutique-card > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boutique-card > .info {
    width: 100%;
    height: auto;
    padding: 20px 33px;
    position: relative;
    display: flex;
    justify-content: center;
}

.boutique-card > .info >p {
    width: auto;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.boutique-card .type-mask {
    width: auto;
    height: auto;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #234b86;
    position: absolute;
    top: 0;
    left: 20px;
}

.boutique-card:hover {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.boutique-card:hover > .info::before {
    content: "123";
    width: 10px;
    height: 20px;
    background: #DA2027;
    position: absolute;
    left: 0;
    top: 20px;
}

@-moz-document url-prefix() {
    .boutique-content-box {
        width: 100%;
        padding: 100rem 0 100rem 0;
    }

    .boutique-content {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .boutique-item {
        width: 100%;
        margin-bottom: 100rem;
    }

    .boutique-item:last-child {
        margin-bottom: 0;
    }

    .boutique-item > .title {
        width: 100%;
        margin-bottom: 58rem;
        font-size: 36rem;
        font-weight: 400;
        line-height: 82rem;
        color: #2A2A2A;
        position: relative;
    }

    .boutique-item > .title::after {
        content: "123";
        width: 84rem;
        height: 4rem;
        background: #BE282D;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .boutique-list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .boutique-card {
        width: 446rem;
        margin-right: 41rem;
        margin-bottom: 80rem;
        cursor: pointer;
        background: #F9F9F9;
        border-radius: 20rem;
        overflow: hidden;
        position: relative;
    }

    .boutique-card:nth-child(3n) {
        margin-right: 0;
    }

    .boutique-card > .img {
        width: 100%;
        height: 246rem;
        border-radius: 20rem;
        overflow: hidden;
    }

    .boutique-card > .img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .boutique-card > .info {
        width: 100%;
        height: auto;
        padding: 20rem 33rem;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .boutique-card > .info > p {
        width: auto;
        height: 56rem;
        font-size: 20rem;
        font-weight: 400;
        line-height: 28rem;
        color: #000000;
        position: relative;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .boutique-card .type-mask {
        width: auto;
        height: auto;
        padding: 10rem 13rem;
        font-size: 14rem;
        line-height: 16rem;
        color: #ffffff;
        background-color: #234b86;
        position: absolute;
        top: 0;
        left: 20rem;
    }

    .boutique-card:hover {
        background: #ffffff;
        box-shadow: 0 0 15rem rgba(0, 0, 0, 0.15);
    }

    .boutique-card:hover > .info::before {
        content: "123";
        width: 10rem;
        height: 20rem;
        background: #DA2027;
        position: absolute;
        left: 0;
        top: 20rem;
    }
}
@media screen and (max-width: 980px) {
    .boutique-content-box {
        width: 100%;
        padding: .4rem 0 0rem 0;
    }
    .boutique-content {
        width: 100%;
        justify-content: space-between;
    }
    .boutique-card {
        width: 1.49rem;
        margin-right: 0;
        margin-bottom: .2rem;
        border-radius: 0px;
    }

    .boutique-card > .img {
        height: .82rem;
        border-radius: .1rem;
    }

    .boutique-card .type-mask {
        width: auto;
        height: auto;
        padding: .05rem .1rem;
        font-size: .1rem;
        line-height: 1;
        left: .1rem;
    }

    .boutique-card > .info > p {
        height: .3rem;
        font-size: .1rem;
        line-height: 1.5;
    }

    .boutique-card > .info {
        padding: .05rem .1rem;
    }

    .page-Pagination{
        background-color: white;
        height: .9rem;
    }
    .spage-number{
        top: 27% !important;
    }
    .page-Pagination .spage-number button[data-page="prev"] {
        border: 1px solid #7A7B7D;
        border-radius: 0
    }

    .page-Pagination .spage-number button[data-page="next"] {
        border: 1px solid #7A7B7D;
        border-radius: 0
    }

    .page-Pagination .spage-number button.active {
        color: #7A7B7D;
        border-radius: 50%;
        font-weight: 600;
        background: none
    }
}