html, body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;
    height: auto;
    position: relative;
}

.fui-page-group,
.fui-page.fui-page-current {
    position: relative !important;
    height: auto !important;
    min-height: 100vh;
    width: 100%;
    max-width: 750px;
    overflow: visible !important;
    display: block !important;
}

.fui-content,
.fui-content.navbar {
    position: relative !important;
    height: auto !important;
    min-height: 50vh;
    padding-bottom: 4rem;
    width: 100%;
    overflow: visible !important;
}

.fui-navbar,
.fui-footer {
    width: 100%;
    max-width: 750px;
}

.fui-page,
.fui-page-group {
    animation: none !important;
    -webkit-animation: none !important;
}

#neirong {
    min-height: 200px;
    background: #f9f9f9;
}

.swiper-wrapper {
    transform: none !important;
    transition: none !important;
}
.swiper-slide-duplicate {
    display: none !important;
}
.swiper-slide {
    width: 100% !important;
}

.fui-goods-group.block {
    overflow: visible !important;
    clear: both;
}

.fui-goods-group.block::after {
    content: "";
    display: table;
    clear: both;
}

.fui-goods-group.block .fui-goods-item .image {
    background-color: #e8eef5;
    background-size: cover;
    background-position: center;
}

.fui-goods-group.block .fui-goods-item .detail {
    background: #fff;
}

/* 分类页 */
.page-shop-goods_category .fui-page,
.page-shop-goods_category .fui-content {
    min-height: calc(100vh - 2.5rem);
    position: relative;
}

.page-shop-goods_category .fui-fullHigh-group {
    position: relative;
    top: auto;
    bottom: auto;
    min-height: calc(100vh - 5rem);
}

.page-shop-goods_category #all_cate {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
}

.page-shop-goods_category .fui-icon-col {
    width: 25%;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center;
}

.page-shop-goods_category .fui-icon-col .icon img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 0.3rem;
}

.page-shop-goods_category .fui-title {
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 0.75rem 0.5rem;
    color: #333;
}

.page-shop-goods_category #advimg {
    display: none;
}
