/* 通用 */

.ad618 {
    position: fixed;
    z-index: 10;
    bottom: .7rem;
    right: .6rem;
}

.ad618 a {
    animation: dh 2s infinite ease-in-out;
    display: block;
    width: 1.1rem;
}

.ad618 a img {
    width: 100%;
}

@keyframes dh {
    0% {
        transform: scale(.9) translate(6px, -2px);
    }

    50% {
        transform: scale(.9) translate(6px, 3px);
    }

    100% {
        transform: scale(.9) translate(6px, -2px);
    }
}

.iframe {
    position: fixed;
    top: -1000rem;
    z-index: -10;
    left: -1000rem;
    opacity: .0;
}


.notice {
    /* position: fixed; */
    /* z-index: 10; */
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: rgba(0,0,0,0.3); */
    /* left: 0; */
    /* top: 0; */
}

.notice .noticeWrap {
    background: #fff;
    padding: .15rem;
    box-sizing: border-box;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    border-radius: .1rem;
    width: 2rem;
}

.notice .noticeWrap .text {
    font-size: .12rem;
    text-indent: 2em;
    line-height: 1.3;
}

.notice .noticeWrap .text p {}

.notice .noticeWrap .btn {
    margin-top: .15rem;
    height: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d92828;
    color: #fff;
    border-radius: 1rem;
}

.floatNav {
    position: fixed;
    bottom: .8rem;
    right: .15rem;
    z-index: 10;
}

.floatNav p,
.floatNav a.service {
    width: .4rem;
    height: .4rem;
    background: #fff;
    align-items: center;
    color: #ff4b14;
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.floatNav a.service {
    margin-top: .1rem;
}

.floatNav a.service i {
    font-size: .2rem;
}

.floatNav p.user {
    /* background: #fff; */
}

.floatNav p.user i {
    margin-top: .05rem;
}

.floatNav p.backTop {
    font-size: .13rem;
}

.floatNav p.backTop i {
    font-size: .2rem;
    font-weight: 500;
}

.floatNav p i {}

.ads {
    padding: .15rem .15rem .2rem;
}

.ads a {
    display: block;
    margin-top: -.4rem;
}

.ads a img {
    display: block;
    width: 100%;
}

.wrap {
    background: #f5f5f5;
    min-height: 100%;
}

.wrap .userTop {
    position: relative;
    height: .5rem;
}

.wrap .userTop .userTopWrap {
    display: flex;
    align-items: center;
    padding: .15rem .15rem 0;
    box-sizing: border-box;
}

.wrap .userTop .l {
    position: relative;
    margin-right: .1rem;
}

.wrap .userTop .l .head {
    width: .2rem;
    height: .2rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #fadb28;
}

.wrap .userTop .l .head img {
    display: block;
    width: 100%;
}

.wrap .userTop .l .huangguan {
    position: absolute;
    width: .2rem;
    top: -.08rem;
    left: -.05rem;
}

.wrap .userTop .l .huangguan img {
    display: block;
    width: 100%;
}

.wrap .userTop .c {
    color: #baa16b;
    line-height: 1;
    margin-right: .1rem;
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
}

.wrap .userTop .c .img {
    width: .5rem;
}

.wrap .userTop .c .img img {
    display: block;
    width: 100%;
}

.wrap .userTop .name {
    font-size: .14rem;
    /* margin-bottom: .02rem; */
    max-width: 1rem;
    overflow: hidden;
    margin-right: .1rem;
}

.wrap .userTop .mobile {
    display: none;
}

.wrap .userTop .r {}

.wrap .userTop .r a {
    display: flex;
    padding: .06rem .12rem;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
}

.wrap .userTop .r a span {
    color: #fff;
    font-size: .14rem;
    line-height: 1;
}

.wrap .userTop .r a span:last-child {
    font-size: .12rem;
    margin-left: .02rem;
}

.wrap .userTop.topFixed {}

.wrap .userTop.topFixed .userTopWrap {
    position: fixed;
    z-index: 100;
    width: 100%;
    /* height: .5rem; */
    background: linear-gradient(to bottom, #fff5e0, transparent);
    padding: 0.15rem 0.15rem .9rem;
    animation: down .5s;
    pointer-events: none;
    background: url(../img/userbg.png ) repeat-x center top;
    background-size: contain;
    /* box-sizing: border-box; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.wrap .ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.wrap .ad .adWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wrap .ad .adWrap a.link {
    display: block;
    width: 2.5rem;
    margin-top: -1rem;
}

.wrap .ad .adWrap a.link img {
    width: 100%;
}

.wrap .ad .adWrap a.close {
    border: 2px solid #fff;
    border-radius: 1rem;
    width: .4rem;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}

.wrap .ad .adWrap a.close span {
    color: #fff;
    font-size: .25rem;
}

@keyframes down {
    0% {
        transform: scale(1) translate(0, -200px);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

.wrap .userTop.topFixedOut .userTopWrap {
    animation: up .5s;
}

@keyframes up {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1) translate(0, -200px);
    }
}

.wrap .kill {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.wrap .kill .killWrap {
    background: #fff;
    padding: .15rem .15rem .35rem;
    border-radius: .1rem;
    width: 75%;
}

.wrap .kill .killWrap .title {
    text-align: center;
    margin: .2rem 0;
}

.wrap .kill .killWrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap .kill .killWrap .item a {
    border: 1px solid #cbcbcb;
    padding: .1rem;
    /* margin: .15rem; */
    border-radius: .1rem;
    flex: 1;
    margin: 0 .1rem;
    text-align: center;
    font-size: .11rem;
}

.wrap .kill .killWrap .item a p {}

.wrap .nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.55rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wrap .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.wrap .nav ul li {}

.wrap .nav ul li a {
    display: flex;
    flex-direction: column;
    position: relative;
    height: .35rem;
}

.wrap .nav ul li a .tag {
    z-index: 10;
    font-size: .11rem;
    display: block;
    height: 16px;
    line-height: 16px;
    width: 28px;
    text-align: center;
    top: 50%;
    left: 50%;
    animation: navLogo 2s infinite ease-in-out;
    position: absolute;
    background: #f52222;
    color: #fff;
    border-radius: 50px;
    margin: -.25rem 0 0 0rem;
}

.wrap .nav ul li a .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap .nav ul li a .icons span {
    font-size: .23rem;
}

.wrap .nav ul li a .txt {
    font-size: .11rem;
    margin-top: 0.03rem;
    color: #777;
    line-height: 1;
}

.wrap .nav ul li.active {}

.wrap .nav ul li.active a .icons {
    background: #ff4b14;
    width: .35rem;
    height: .35rem;
    border-radius: 2rem;
    position: absolute;
    top: -.23rem;
    border: 6px solid #fff;
    box-shadow: 0 -6px 7px rgb(0 0 0 / 7%);
}

.wrap .nav ul li.active a .icons span {
    color: #fff;
    font-size: .2rem;
}

.wrap .nav ul li.active .txt {
    color: #f25429;
    margin-top: .23rem;
    font-weight: 700;
}

.indexSlide {
    position: relative;
    z-index: 1;
    padding: .15rem;
}

.indexSlide .slideMain {
    position: relative;
    /* width: 3rem; */
}

.indexSlide .slideMain p.time {
    position: absolute;
    left: 0.01rem;
    top: 1.24rem;
    color: #fff;
    font-weight: 700;
    transform: scale(.8);
    width: 100%;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.indexSlide a {
    display: block;
    border-radius: 0.13rem;
    overflow: hidden;
}

.indexSlide a img {
    width: 100%;
}

.indexSlide .swiper-slide {
    width: 1.5rem;
}

.indexSlide .swiper-pagination {
    position: relative;
    margin-top: .2rem;
}

.indexSlide .swiper-pagination-bullet-active {
    background: #ff4b14;
    width: 40px !important;
    border-radius: 1rem;
}

.newIndex .topNav {}

.newIndex .topNav ul {
    padding: 0.1rem 0.15rem 0.1rem;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    text-align: center;
    font-size: .12rem;
}

.newIndex .topNav ul li {}

.newIndex .topNav ul li a {
    display: block;
    position: relative;
}

.newIndex .topNav ul li a .tig {
    z-index: 10;
    font-size: .11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .55rem;
    text-align: center;
    top: 50%;
    left: 50%;
    animation: navLogo 2s infinite ease-in-out;
    position: absolute;
    background: #f52222;
    color: #fff;
    border-radius: 50px;
    margin: -0.35rem 0 0 -.13rem;
}

.newIndex .topNav ul li a .img {
    width: .5rem;
    margin: auto;
}

.newIndex .topNav ul li a .img img {
    display: block;
    width: 100%;
}

.newIndex .topNav ul li a .txt {
    color: #8f7e58;
    line-height: 1;
    margin-top: .1rem;
}


.hemu {}

.hemu img {
    max-width: 100%;
}

.hemu .header {
    background: url(../img/hemu/bg.jpg) center top #fff no-repeat;
    background-size: cover;
    height: 4.8rem;
}

.hemu .header .logo {
    padding: .3rem .5rem .15rem;
}

.hemu .header .logo a {}

.hemu .header .logo a img {}

.hemu .header .card {
    position: relative;
    /* padding: .3rem; */
    /* display: none; */
}

.hemu .header .card a {
    display: block;
    margin: auto;
    width: 2rem;
}

.hemu .header .card a img {
    display: block;
    margin: auto;
}

.hemu .header .time {
    /* position: absolute; */
    /* top: .8rem; */
    /* left: .52rem; */
    color: #fff;
    font-size: .12rem;
    text-align: center;
}

.hemu .header .no {
    position: absolute;
    bottom: .5rem;
    left: .52rem;
    color: #fff;
}

.hemu .box {}

.hemu .box .t {}

.hemu .box .t img {}

.hemu .box .c {
    background: url(../img/hemu/box-center.jpg) center top #fff repeat-y;
    background-size: 100%;
}

.hemu .box .c img {
    width: 80%;
    margin: auto;
}

.hemu .box .c .text {
    padding: .2rem .4rem;
    font-size: .12rem;
}

.hemu .box .c .text p {
    margin-bottom: .1rem;
    line-height: 1.5;
}

.hemu .box .b {}

.hemu .box .b img {}


.newIndex .search {}

.newIndex .search .searchWrap {
    padding: .1rem .15rem .15rem;
}

.newIndex .search .searchWrap a {
    display: flex;
    background: #fff;
    width: 100%;
    height: 0.35rem;
    align-items: center;
    text-indent: .4rem;
    border-radius: 1rem;
    border: 1px solid #e4d5b4;
    color: #ccc;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) inset;
    background: url(../img/icon-search.png) no-repeat #fff .1rem;
}

.newIndex {
    background: url(../img/bg.png) repeat-x;
    background-size: auto;
}

.newIndex .fuli {
    padding: 0 0.15rem .25rem;
}

.newIndex .fuli .top {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.newIndex .fuli .top p {
    padding-left: .1rem;
    color: #222;
    position: relative;
    line-height: 1;
}

.newIndex .fuli .top p::before {
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    background: #ff4b14;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.newIndex .fuli .more {
    text-align: center;
}

.newIndex .fuli .more a {
    padding: 0.1rem 0.2rem;
    display: inline-block;
    background: #eee;
    border-radius: .1rem;
    margin: .1rem 0;
    /* border: 1px solid #ddd; */
}

.newIndex .fuli .bottom {
    width: 100%;
    box-sizing: border-box;
    border-radius: .15rem;
}

.newIndex .fuli .bottom .bottomWrap {
    background: #f5f5f5;
    border-radius: .1rem;
    box-sizing: border-box;
}

.newIndex .fuli .bottom .bottomWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newIndex .fuli .bottom .bottomWrap ul li {
    width: 22.7%;
    text-align: center;
    background: #fff;
    margin-bottom: .1rem;
    border-radius: .1rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}

.newIndex .fuli .bottom .bottomWrap ul li a {
    display: block;
    padding: 0rem 0 .11rem 0;
}

.newIndex .fuli .bottom .bottomWrap ul li a .img {
    padding: .1rem 0;
}

.newIndex .fuli .bottom .bottomWrap ul li a .img img {
    width: 0.45rem;
    display: block;
    margin: auto;
}

.newIndex .fuli .bottom .bottomWrap ul li a .title {
    font-weight: 700;
    font-size: 0.12rem;
}

.newIndex .fuli .bottom .bottomWrap ul li a .info {
    font-size: .11rem;
    color: #999;
}

.newIndex .fuli .bottom.bottom2 {}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li {
    width: 48.5%;
}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: .15rem .3rem .15rem .2rem;
}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li a .img {
    padding: 0;
    margin-right: .1rem;
}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li a .r {
    flex: 1;
}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li a .r .title {
    font-size: .14rem;
}

.newIndex .fuli .bottom.bottom2 .bottomWrap ul li a .r .info {}

.newIndex .banner {
    padding: 0 .15rem .15rem;
    margin-bottom: .15rem;
}

.newIndex .banner a {
    display: block;
}

.newIndex .banner a img {
    width: 100%;
    display: block;
}

.newIndex .goods {
    padding: .15rem;
    margin-bottom: .15rem;
}

.newIndex .goods .goodsWrap {
    background: url(../img/goodsbg.png) repeat-y left/ 100%;
    box-sizing: border-box;
    padding: .15rem .1rem;
    border-radius: .1rem;
}

.newIndex .goods .goodsWrap .title {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.newIndex .goods .goodsWrap .title .big {
    color: #723603;
    font-size: .16rem;
    font-weight: 700;
    margin-right: .15rem;
}

.newIndex .goods .goodsWrap .title .small {
    color: #cb752c;
}

.newIndex .goods .goodsWrap .goodslist {}

.newIndex .goods .goodsWrap .goodslist ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newIndex .goods .goodsWrap .goodslist ul li {
    /* margin: 0; */
    width: 32%;
}

.newIndex .goods .goodsWrap .goodslist ul li a {
    display: block;
    background: #fff;
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .05rem;
}

.newIndex .goods .goodsWrap .goodslist ul li a .img {
    /* width: .8rem; */
}

.newIndex .goods .goodsWrap .goodslist ul li a .img img {
    width: 100%;
}

.newIndex .goods .goodsWrap .goodslist ul li a .txt {
    font-size: .11rem;
    line-height: 1.5;
    margin-top: .1rem;
}

.fuli .goodsList {
    background: #f5f5f5;
}

.fuli .goodsList .goodsListWrap {
    font-size: 0.8rem;
}

.fuli .goodsList .goodsListWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* min-height: 40rem; */
}

.fuli .goodsList .goodsListWrap ul li {
    cursor: pointer;
    width: 48.5%;
    margin-bottom: .15rem;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.fuli .goodsList .goodsListWrap ul li .img {
    max-height: 1.4rem;
    overflow: hidden;
    margin: 0.1rem;
    border-radius: 8px;
}

.fuli .goodsList .goodsListWrap ul li .img img {
    display: block;
    width: 100%;
}

.fuli .goodsList .goodsListWrap ul li .title {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem;
}

.fuli .goodsList .goodsListWrap ul li .store {
    margin-bottom: 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.1rem;
}

.fuli .goodsList .nextPage {
    text-align: center;
    display: none;
    font-size: 0.1rem;
}

.fuli .goodsList .goodsListWrap ul li .priceWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0.1rem 0.1rem;
}

.fuli .goodsList .goodsListWrap ul li .priceWrap .price {
    color: #f55353;
    font-size: .16rem;
    font-weight: 700;
}

.fuli .goodsList .goodsListWrap ul li .priceWrap .price span {
    font-size: 0.1rem;
}

.fuli .goodsList .goodsListWrap ul li .priceWrap .sale {
    font-size: .11rem;
    color: #777;
}

.fuli .goodsList .goodsNav {
    margin-bottom: .7rem;
    height: 2rem;
}

.fuli .goodsList .goodsNav ul {
    display: flex;
    align-items: center;
}

.fuli .goodsList .goodsNav ul li {
    margin-right: 0.7rem;
}

.fuli .goodsList .goodsNav ul li.active {
    height: 2rem;
    line-height: 2rem;
    background: url(../img/shopTitleBg.png) no-repeat center bottom;
    background-size: 1.4rem;
}

.fuli .goodsList .goodsNav ul li.active a {
    color: #cf9b41;
    font-weight: 700;
}

.fuli .goodsList .goodsNav ul li a {}

.fuli .goodsList .goodsNavFixed ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .3rem 0.7rem 0.4rem;
    background: #fff;
    z-index: 20;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.index {
    /* background: url(../img/home-bg.png) no-repeat left top; */
    background-size: contain;
    padding: 0 0.15rem .15rem .15rem;
    font-size: .11rem;
    margin-top: -.2rem;
    z-index: 100;
    position: relative;
}

.index .header {
    background: #fff;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: .1rem;
    box-sizing: border-box;
}

.index .header .headerItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .header .headerItem .img {
    height: .4rem;
    width: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .03rem;
}

.index .header .headerItem .img img {
    display: block;
    margin: auto;
    width: .3rem;
}

.index .header .headerItem .txt {
    position: relative;
}

.index .header .headerItem .txt::after {
    display: block;
    content: ' ';
    width: .12rem;
    height: .12rem;
    position: absolute;
    right: -.24rem;
    top: 0;
    background: url(../img/arrow.png) no-repeat center center;
    background-size: contain;
}

.index .header .headerItem:last-child .txt::after {
    display: none;
}

.index .home-content {
    background: url(../img/title-bg.png?v2) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0.36rem;
    color: #fff;
    display: flex;
    align-items: center;
    /* text-indent: 1.2rem; */
    margin-top: .15rem;
}

.index .home-content span {
    font-weight: 700;
    font-size: .16rem;
    margin: 0 .17rem;
}

.index .home-content p {}

.index .list {
    background: #fff;
    margin-bottom: .5rem;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}

.index .list ul {
    padding: 0 .15rem;
}

.index .list ul li {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: .15rem 0;
    align-items: center;
}

.index .list ul li:last-child {
    border: none;
}

.index .list ul li .l {
    margin-right: .15rem;
}

.index .list ul li .l img {
    width: 0.45rem;
}

.index .list ul li .c {
    flex: 1;
}

.index .list ul li .c .title {
    font-weight: 700;
    margin-bottom: .08rem;
    font-size: .15rem;
}

.index .list ul li .c .txt {
    color: #888;
}

.index .list ul li .r {}

.index .list ul li .r a {
    border: 1px solid #f25429;
    color: #f25429;
    width: .65rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .13rem;
    font-weight: 700;
}

.friday {
    background: url(../img/friday_bg.jpg?v1)no-repeat center top #e10012;
    background-size: 100% auto;
    min-height: 5rem;
    padding: 1.7rem .15rem 1rem .15rem;
}

.friday .banner {
    margin-bottom: .2rem;
}

.friday .banner a {
    display: block;
}

.friday .banner a img {
    width: 100%;
    display: block;
}

.friday .activityTime {
    color: #fff;
    text-align: center;
    margin-bottom: .2rem;
}

.friday .time {
    padding: 0 .15rem;
}

.friday .time ul {
    display: flex;
}

.friday .time ul li {
    padding: .1rem .15rem;
    text-align: center;
    color: #fce9e2;
}

.friday .time ul li .t {}

.friday .time ul li .b {}

.friday .time ul li.active {
    background: #fce9e2;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    color: #e73107;
    font-weight: 700;
}

.friday .time ul li.active .t {}

.friday .time ul li.active .b {}

.friday .goods {
    background: #fce9e2;
    padding: .15rem;
    border-radius: .1rem;
}

.friday .goods ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.friday .goods ul li {
    width: 48%;
    padding: .15rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: .1rem;
    margin-bottom: .15rem;
}

.friday .goods ul li {}

.friday .goods ul li .img {
    height: 1.2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.friday .goods ul li .img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.friday .goods ul li .txt {
    font-size: .14rem;
    line-height: 1.5;
    margin: .1rem 0;
    height: 0.5rem;
}

.friday .goods ul li .line {
    position: relative;
    margin-bottom: .1rem;
    background: #f8e5e1;
    border-radius: 1rem;
    overflow: hidden;
}

.friday .goods ul li .line .subline {
    display: block;
    background: #e73107;
    color: #fff;
    padding: .01rem .05rem;
    font-size: .1rem;
    border-radius: 1rem;
    text-align: right;
}

.friday .goods ul li .price {}

.friday .goods ul li .price .top {
    display: flex;
    justify-content: space-between;
    font-size: .1rem;
}

.friday .goods ul li .price .top .l {
    text-decoration: line-through;
    color: #999;
    transform: scale(.8);
}

.friday .goods ul li .price .top .c {}

.friday .goods ul li .price .top .r {
    transform: scale(.8);
}

.friday .goods ul li .price .bottom {
    text-align: center;
    background: url(../img/dijia.jpg) no-repeat center center;
    background-size: contain;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .1rem 0;
}

.friday .goods ul li .price .bottom span {}

.friday .goods ul li .price .bottom .bWrap {
    width: .3rem;
    background: #fce9e2;
    border-radius: .2rem;
    color: #e73107;
    margin-top: -.1rem;
}

.friday .goods ul li .price .bottom span:first-child {
    font-size: .1rem;
}

.friday .goods ul li .price .bottom span:last-child {
    font-size: .15rem;
    font-weight: 700;
}

.friday .goods ul li a.btn {
    background: #e73107;
    color: #fff;
    display: flex;
    width: 100%;
    height: .3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.1rem;
}

.friday .goods ul li a.btn.gray {
    background: #ddd;
}

.friday .floatTxt {
    position: fixed;
    bottom: .8rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: .12rem 0 .12rem .1rem;
    border-radius: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 67%;
    text-align: center;
    line-height: 1;
    font-size: .11rem;
}

.friday .floatTxt span {
    background: #ffe256;
    padding: .05rem .1rem;
    border-radius: 1rem;
    color: #b9742d;
    font-size: .1rem;
    margin-left: .1rem;
}

.friday .floatTxt::before {
    content: ' ';
}

.user {}

.user .head {
    display: flex;
    align-items: center;
    padding: .45rem .15rem .3rem .15rem;
    justify-content: center;
}

.user .head .img {
    position: relative;
}

.user .head .img img {}

.user .head .img .headImg {
    width: .45rem;
    height: .45rem;
    overflow: hidden;
    border-radius: 1rem;
    margin-right: .12rem;
    border: 2px solid #fadb28;
}

.user .head .img .headImg img {
    width: 100%;
}

.user .head .img .huangguan {
    position: absolute;
    width: .4rem;
    left: -.1rem;
    top: -.15rem;
}

.user .head .img .huangguan img {
    width: 100%;
}

.user .head .info {
    line-height: 1;
}

.user .head .info .name {
    font-size: .18rem;
    font-weight: 700;
    margin-bottom: .1rem;
    display: flex;
}

.user .head .info .name span {
    width: .65rem;
    margin-left: .05rem;
}

.user .head .info .name span img {
    display: block;
    width: 100%;
}

.user .head .info .other {
    display: flex;
    font-size: .11rem;
}

.user .head .info .other span {
    color: #999;
    margin-right: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .11rem;
}

.user .head .info .other span img {
    display: inherit;
}

.user .list {
    background: #fff;
    margin-bottom: .5rem;
    padding: .15rem 0.15rem 0rem;
    margin: .15rem;
    border-radius: .1rem;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.user .list .tTitle {
    margin-bottom: .1rem;
}

.user .list .tTitle p {
    font-weight: 700;
    font-size: .15rem;
}

.user .list ul {
    padding: 0.15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user .list ul:after {
    content: ' ';
    height: 0;
    display: block;
    width: 25%;
}

.user .list ul li a {
    display: block;
}

.user .list ul li {
    display: flex;
    /* background: #fff; */
    /* padding: .15rem; */
    align-items: center;
    margin-bottom: .13rem;
    border-radius: .1rem;
    /* box-shadow: 0 4px 5px rgba(0,0,0,0.03); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-blend-mode: exclusion;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    box-sizing: border-box;
}

.user .list ul li:last-child {
    border: none;
}

.user .list ul li .l {
    /* margin-right: .15rem; */
    width: 0.45rem;
    margin: auto;
    height: 0.45rem;
    border: 2px solid #f0f0f0;
    border-radius: 2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.user .list ul li .l img {
    width: 100%;
}

.user .list ul li .c {
    flex: 1;
}

.user .list ul li .c .title {
    margin: .05rem 0;
    font-size: .13rem;
    text-align: center;
}

.user .list ul li .c .txt {
    color: #888;
}

.user .list ul li .r {}

.user .list ul li .r a {
    border: 1px solid #f25429;
    color: #f25429;
    width: .65rem;
    height: .23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .13rem;
    font-weight: 700;
}




/* 订单页面 */
.wrap.order {
    min-height: 100%;
    background: #f5f5f5;
}

.wrap.order .notice {
    padding: .15rem .15rem 0;
    font-size: .11rem;
    text-align: center;
    color: #fc6117;
    /* display: none; */
}

.wrap.order .notice p {}

.wrap.order .notice p a {
    color: inherit;
    font-weight: 700;
}

.wrap.order .list {
    padding: .15rem .15rem .6rem .15rem;
    box-sizing: border-box;
    min-height: 9rem;
}

.wrap.order .list .noData {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrap.order .list .noData .img {
    font-size: .8rem;
    color: #ddd;
}

.wrap.order .list .noData .img svg {}

.wrap.order .list .noData .txt {
    color: #666;
}

.wrap.order .list ul {}

.wrap.order .list ul li {
    margin-bottom: .15rem;
    background: #fff;
    border-radius: .1rem;
    overflow: hidden;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.wrap.order .list ul li .top {
    padding: .15rem .15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.wrap.order .list ul li .top .l {}

.wrap.order .list ul li .top .r {
    color: #999;
}

.wrap.order .list ul li .bottom {
    padding: .12rem .1rem .12rem .15rem;
    border-bottom: 1px solid #eee;
}

.wrap.order .list ul li .bottom:last-child {
    border: none;
}

.wrap.order .list ul li .bottom .bottomWrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    padding: .15rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.wrap.order .list ul li .bottom .bottomWrap .bt {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: .15rem;
}

.wrap.order .list ul li .bottom .bottomWrap .bt .t {
    color: #f9490f;
    font-weight: 700;
    font-size: .14rem;
}

.wrap.order .list ul li .bottom .bottomWrap .bt .b {
    color: #777;
}

.wrap.order .list ul li .bottom .bottomWrap .bt .p {}

.wrap.order .list ul li .bottom .bottomWrap .bb {
    display: flex;
    /* flex-wrap: wrap; */
    flex: 1;
}

.wrap.order .list ul li .bottom .bottomWrap .bb .img {
    border-radius: .1rem;
    overflow: hidden;
    flex-basis: .6rem;
    background: #f5f5f5;
    padding: .1rem;
}

.wrap.order .list ul li .bottom .bottomWrap .bb .img img {
    width: 100%;
    display: block;
}

.wrap.order .list ul li .bottom .bottomWrap .bb .info {
    flex: 1;
    padding-left: .15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap.order .list ul li .bottom .bottomWrap .bb .title {
    font-weight: 700;
    font-size: .145rem;
}

.wrap.order .list ul li .bottom .bottomWrap .bb .price {}

.wrap.order .list ul li .bottom .bottomWrap .bb .price span {
    color: #e93a0d;
    font-weight: 700;
    font-size: .17rem;
}

.wrap.order .list ul li .bottom .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .1rem;
}

.wrap.order .list ul li .bottom .btn .l {}

.wrap.order .list ul li .bottom .btn .r {
    display: flex;
    padding-right: .05rem;
}

.wrap.order .list ul li .bottom .btn .r a {
    border: 1px solid #0d409b;
    width: .7rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .05rem;
    margin-left: .08rem;
    color: #0d409b;
}

.wrap.order .list ul li .bottom .btn .r a.wl {}

.wrap.order .list ul li .bottom .btn .r a.qr {
    background: #0d409b;
    color: #fff;
    border: 1px solid #0d409b;
}


/**
 * 订单确认支付页面
 * */
.wrap.payment {
    padding-top: 1px;
}

.wrap.payment .addAddress {
    padding: .15rem 0 0;
}

.wrap.payment .addAddress .addAddressWrap {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .15rem;
}

.wrap.payment .addAddress .addAddressWrap .l {
    font-size: .15rem;
    color: #666;
    display: flex;
    align-items: center;
}

.wrap.payment .addAddress .addAddressWrap .l span {}

.wrap.payment .addAddress .addAddressWrap .l span.img {
    color: #f65636;
    font-size: .2rem;
    line-height: 1;
    margin-right: .1rem;
}

.wrap.payment .addAddress .addAddressWrap .l span.img svg {}

.wrap.payment .addAddress .addAddressWrap .l span.txt {}

.wrap.payment .addAddress .addAddressWrap .r {}

.wrap.payment .addAddress .addAddressWrap .r svg {}

.wrap.payment .top {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap.payment .top .l {}

.wrap.payment .top .l .t {
    line-height: 1;
    margin-bottom: .1rem;
}

.wrap.payment .top .l .t .default {
    background: #fad8da;
    color: #f76262;
    padding: .02rem .06rem;
    border-radius: 1rem;
    font-size: .11rem;
    margin-right: .1rem;
}

.wrap.payment .top .l .t .name {}

.wrap.payment .top .l .t .mobile {}

.wrap.payment .top .l .b {}

.wrap.payment .top .l .b .pAddress {}

.wrap.payment .top .r {}

.wrap.payment .top .r p {}

.wrap.payment .ordercancel {
    margin: .15rem;
    display: block;
    border: 1px solid #ccc;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
}

.wrap.payment .orderPay {
    margin: .15rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    background: #0d409b;
    color: #fff;
}

.wrap.payment .pDetail {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
}

.wrap.payment .pDetail .title {
    font-size: .16rem;
    margin-bottom: .2rem;
}

.wrap.payment .pDetail .center {
    display: flex;
    /* align-items: center; */
}

.wrap.payment .pDetail .center .cl {
    width: .9rem;
}

.wrap.payment .pDetail .center .cl img {
    display: block;
    width: 100%;
}

.wrap.payment .pDetail .center .cc {
    flex: 1;
    margin: 0 .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap.payment .pDetail .center .cc .cct {}

.wrap.payment .pDetail .center .cc .cct .gg {
    background: #f5f5f5;
    padding: .04rem .06rem;
    border-radius: .06rem;
    color: #666;
}

.wrap.payment .pDetail .center .cc .ccb {}

.wrap.payment .pDetail .center .cc .ccb span {}

.wrap.payment .pDetail .center .cc .ccb span.price {
    color: #f46868;
    font-size: .16rem;
    font-weight: 700;
}

.wrap.payment .pDetail .center .cc .ccb span.num {}

.wrap.payment .pDetail .center .cr {
    display: flex;
    /* align-items: center; */
}

.wrap.payment .pDetail .center .cr a {
    border: 1px solid #ddd;
    height: .22rem;
    width: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .12rem;
    color: #999;
}

.wrap.payment .box {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
}

.wrap.payment .box .boxWrap {}

.wrap.payment .box .boxWrap ul {}

.wrap.payment .box .boxWrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    height: .3rem;
}

.wrap.payment .box .boxWrap ul li .l {}

.wrap.payment .box .boxWrap ul li .l span {
    font-size: .12rem;
    color: #999;
    display: none;
}

.wrap.payment .box .boxWrap ul li .r {}

.wrap.payment .total {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wrap.payment .total .l {
    line-height: 1;
}

.wrap.payment .total .l .t {
    margin-bottom: .04rem;
}

.wrap.payment .total .l .t span {}

.wrap.payment .total .l .t span:first-child {}

.wrap.payment .total .l .t span:last-child {
    color: #f65636;
    font-size: .18rem;
    font-weight: 700;
}

.wrap.payment .total .l .b {
    color: #999;
    font-size: .12rem;
}

.wrap.payment .total .r {
    margin-left: .2rem;
}

.wrap.payment .total .r a {
    width: 1.2rem;
    height: .4rem;
    background: #f65636;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .145rem;
}

.nodata {}

.nodata img {
    width: 100%;
}



@keyframes navLogo {
    0% {
        transform: scale(.9) translate(6px, -2px);
    }

    50% {
        transform: scale(.9) translate(6px, 3px);
    }

    100% {
        transform: scale(.9) translate(6px, -2px);
    }
}

.newHjvip .topNav {}

.newHjvip .topNav ul {
    padding: 0.1rem 0.15rem 0.1rem;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    text-align: center;
    font-size: .12rem;
}

.newHjvip .topNav ul li {}

.newHjvip .topNav ul li a {
    display: block;
    position: relative;
}

.newHjvip .topNav ul li a .tig {
    z-index: 10;
    font-size: .11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .55rem;
    text-align: center;
    top: 50%;
    left: 50%;
    animation: navLogo 2s infinite ease-in-out;
    position: absolute;
    background: #f52222;
    color: #fff;
    border-radius: 50px;
    margin: -0.35rem 0 0 -.13rem;
}

.newHjvip .topNav ul li a .img {
    width: .5rem;
    margin: auto;
}

.newHjvip .topNav ul li a .img img {
    display: block;
    width: 100%;
}

.newHjvip .topNav ul li a .txt {
    color: #8f7e58;
    line-height: 1;
    margin-top: .1rem;
}

.newHjvip .search {}

.newHjvip .search .searchWrap {
    padding: .1rem .15rem .15rem;
}

.newHjvip .search .searchWrap a {
    display: flex;
    background: #fff;
    width: 100%;
    height: 0.35rem;
    align-items: center;
    text-indent: .4rem;
    border-radius: 1rem;
    border: 1px solid #e4d5b4;
    color: #ccc;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) inset;
    background: url(../img/icon-search.png) no-repeat #fff .1rem;
}

.newHjvip {
    background: url(../img/hjvipbg.png) repeat-x #fff;
    background-size: 100% auto;
}

.newHjvip .fuli {
    padding: 0 0.15rem .25rem;
}

.newHjvip .fuli .top {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.newHjvip .fuli .top p {
    padding-left: .1rem;
    color: #222;
    position: relative;
    line-height: 1;
}

.newHjvip .fuli .top .popular {
    margin: auto;
    width: 1.6rem;
    height: 0.48rem;
}

.newHjvip .fuli .top p::before {
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    background: #ff4b14;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.newHjvip .fuli .more {
    text-align: center;
}

.newHjvip .fuli .more a {
    padding: 0.1rem 0.2rem;
    display: inline-block;
    background: #eee;
    border-radius: .1rem;
    margin: .1rem 0;
    /* border: 1px solid #ddd; */
}

.newHjvip .fuli .bottom {
    width: 100%;
    box-sizing: border-box;
    border-radius: .15rem;
}

.newHjvip .fuli .bottom .bottomWrap {
    /* background: #f5f5f5; */
    border-radius: .1rem;
    box-sizing: border-box;
}

.newHjvip .fuli .bottom .bottomWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newHjvip .fuli .bottom .bottomWrap ul li {
    width: 22.7%;
    text-align: center;
    /* background: #fff; */
    margin-bottom: .1rem;
    border-radius: .1rem;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 6%); */
}

.newHjvip .fuli .bottom .bottomWrap ul li a {
    display: block;
    padding: 0rem 0 .11rem 0;
}

.newHjvip .fuli .bottom .bottomWrap ul li a .img {
    padding: .1rem 0;
}

.newHjvip .fuli .bottom .bottomWrap ul li a .img img {
    width: 0.45rem;
    display: block;
    margin: auto;
}

.newHjvip .fuli .bottom .bottomWrap ul li a .title {
    font-weight: 500;
    font-size: 0.12rem;
}

.newHjvip .fuli .bottom .bottomWrap ul li a .info {
    font-size: .11rem;
    color: #999;
}

.newHjvip .fuli .bottom.bottom2 {}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li {
    width: 100%;
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li a .img {
    padding: 0;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    /* margin-right: .1rem; */
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li a .r {
    flex: 1;
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li a .r .title {
    font-size: .12rem;
}

.newHjvip .fuli .bottom.bottom2 .bottomWrap ul li a .r .info {}

.newHjvip .banner {
    padding: 0 .15rem .15rem;
    margin-bottom: .15rem;
}

.newHjvip .banner a {
    display: block;
}

.newHjvip .banner a img {
    width: 100%;
    display: block;
}

.newHjvip .goods {
    padding: .15rem;
    margin-bottom: .15rem;
}

.newHjvip .goods .goodsWrap {
    background: url(../img/goodsbg.png) repeat-y left/ 100%;
    box-sizing: border-box;
    padding: .15rem .1rem;
    border-radius: .1rem;
}

.newHjvip .goods .goodsWrap .title {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.newHjvip .goods .goodsWrap .title .big {
    color: #723603;
    font-size: .16rem;
    font-weight: 700;
    margin-right: .15rem;
}

.newHjvip .goods .goodsWrap .title .small {
    color: #cb752c;
}

.newHjvip .goods .goodsWrap .goodslist {}

.newHjvip .goods .goodsWrap .goodslist ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newHjvip .goods .goodsWrap .goodslist ul li {
    /* margin: 0; */
    width: 32%;
}

.newHjvip .goods .goodsWrap .goodslist ul li a {
    display: block;
    background: #fff;
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .05rem;
}

.newHjvip .goods .goodsWrap .goodslist ul li a .img {
    /* width: .8rem; */
}

.newHjvip .goods .goodsWrap .goodslist ul li a .img img {
    width: 100%;
}

.newHjvip .goods .goodsWrap .goodslist ul li a .txt {
    font-size: .11rem;
    line-height: 1.5;
    margin-top: .1rem;
}

.wrap .newHjvip .userTop.topFixed .userTopWrap {
    position: fixed;
    z-index: 100;
    width: 100%;
    /* height: .5rem; */
    background: linear-gradient(to bottom, #FB5D36, transparent);
    padding: 0.15rem 0.15rem .9rem;
    animation: down .5s;
    pointer-events: none;
    background-size: contain;
    /* box-sizing: border-box; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.wrap .newHjvip .userTop .l .head {
    width: .32rem;
    height: .32rem;
}

.wrap .newHjvip .userTop .c {
    color: #FFFFFF;
}

.wrap .newHjvip .userTop .r {
    font-size: .1rem;
    color: #fff;
}

.wrap .newHjvip .navimg_card {
    padding: 0 .15rem;
}

.wrap .newHjvip .navimg_card .navimg {
    height: .74rem;
}

.newHjvip .grey {
    background: #f5f5f5;
    padding: 0;
}

.newHjvip .grey .top {
    margin: 0;
}

.indexSlide .slideMain .popular {
    width: .85rem;
    height: 1.19rem;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}

.indexSlide .slideMain .popular .img {
    width: .65rem;
    height: .5rem;
}

.indexSlide .slideMain .popular .title {
    color: #000;
    font-size: .14rem;
    font-weight: 700;
}

.indexSlide .slideMain .popular .info {
    color: #999999;
    font-size: .1rem;
}


.indexSlide .popular-slide {
    width: .85rem;
    background: #fff;
    border-radius: .1rem;
    margin: 0;
}

.newHjvip .fuli .navtop {
    padding: .2rem 0 .1rem 0;
    display: flex;
    gap: .08rem;
    align-items: center;
}

.newHjvip .fuli .navtop .nav-button {
    padding: .05rem .1rem;
    border-radius: .5rem;
    border: 1px solid #FF491D;
    font-size: .12rem;
    color: #FF491D;
}

.newHjvip .fuli .navtop .active {
    background-color: #FF491D;
    color: white;
}

.newHjvip .fuli .goodsList {
    background: #fff;
}

.newHjvip .fuli .goodsList .goodsListWrap ul {}

.newHjvip .fuli .goodsList .goodsListWrap ul li {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
}

.newHjvip .topnavlist {
    display: flex;
    gap: .2rem;
    padding: .15rem;
}

.newHjvip .topnavlist .list_card {
    width: 1.56rem;
    height: 1.99rem;
    border-radius: .2rem;
    overflow: hidden;
}

.newHjvip .topnavlist .list_card a {
    width: 100%;
    height: 100%;
}

.newHjvip .topnavlist .list_card a img {
    width: 100%;
    height: 100%;
}