/* 通用 */

.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);
    }
}


.friday .fudaiFloat {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.friday .fudaiFloat .fudaiFloatWrap {
    a;
    width: 70%;
}

.friday .fudaiFloat .fudaiFloatWrap img {
    width: 100%;
}


.noVip {
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    backdrop-filter: blur(7px);
    display: none;
}

.iframe {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.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: #4063bd;
    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: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    backdrop-filter: blur(8px);
}

.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 {}

.wrap .nav ul li.active a .icons span {
    color: #4063bd;
}

.wrap .nav ul li.active .txt {
    color: #4063bd;
    font-weight: 700;
}

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

.indexSlide .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .11rem;
    color: #999;
    margin-top: .1rem;
}

.indexSlide .service p {
    display: flex;
    align-items: center;
}

.indexSlide .service p span {}

.indexSlide .service p span:first-child {
    display: flex;
    color: #4063bd;
    font-size: .13rem;
    margin-right: .03rem;
}

.indexSlide .service p span:last-child {}

.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: .3rem; */
}

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

.newIndex .sanlian {
    padding: 0.1rem 0.15rem 0.1rem;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.newIndex .sanlian .l {
    width: 48.5%;
}

.newIndex .sanlian .l a {
    display: block;
}

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

.newIndex .sanlian .r {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newIndex .sanlian .r a {
    DISPLAY: BLOCK;
}

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

.newIndex .sanlian .r .rt {}

.newIndex .sanlian .r .rb {}


.newIndex .topNav {}

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

.newIndex .topNav ul li {
    width: 17%;
    margin-bottom: .2rem;
}

.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: .45rem;
    margin: auto;
}

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

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

.newIndex .topNav ul li a .txt .title {
    font-size: .13rem;
}

.newIndex .topNav ul li a .txt .info {
    font-size: .1rem;
    margin-top: .05rem;
    color: #888;
    display: none;
}


.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 {}

.useCoupon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.useCoupon button {
    border-radius: 30px;
    margin: auto;
    width: 80%;
    height: .4rem;
    line-height: .4rem;
    background: #f46868;
    color: #fff;
}

.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 0.1rem;
}

.newIndex .fuli .top {
    margin-bottom: .15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newIndex .fuli .top .l {
    display: flex;
    align-items: center;
    line-height: 1;
}

.newIndex .fuli .top .l span {
    margin-right: .03rem;
    color: #4063bd;
}

.newIndex .fuli .top .l p {
    color: #4063bd;
    position: relative;
    line-height: 1;
    font-size: .14rem;
}

.newIndex .fuli .top .r {
    display: flex;
    align-items: center;
    color: #999;
}

.newIndex .fuli .top .r span {
    font-size: .13rem;
}

.newIndex .fuli .top .r a {
    font-size: .11rem;
    color: #999;
    display: flex;
    align-items: center;
}

.newIndex .fuli .top p {}

.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: 48.5%;
    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: flex;
    align-items: center;
    box-sizing: border-box;
    padding: .2rem;
    justify-content: space-between;
}

.newIndex .fuli .bottom .bottomWrap ul li a .text {
    text-align: left;
    line-height: 1;
}

.newIndex .fuli .bottom .bottomWrap ul li a .text .tt {
    font-size: .15rem;
    font-weight: 700;
}

.newIndex .fuli .bottom .bottomWrap ul li a .text .tb {
    font-size: .1rem;
    padding: .05rem .1rem;
    background: #333;
    color: #fff;
    border-radius: 1rem;
    margin-top: .05rem;
    text-align: center;
    display: inline-flex;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(1) a .text .tb {
    background: #fb9119;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(2) a .text .tb {
    background: #10aaf1;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(3) a .text .tb {
    background: #f60;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(4) a .text .tb {
    background: #00be06;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(5) a .text .tb {
    background: #07040a;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(6) a .text .tb {
    background: #B90101;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(7) a .text .tb {
    background: #00b058;
}

.newIndex .fuli .bottom .bottomWrap ul li:nth-child(8) a .text .tb {
    background: #ff1069;
}

.newIndex .fuli .bottom .bottomWrap ul li a .img {}

.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;
    display: none;
}

.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: #5d6f9d;
    font-size: .16rem;
    font-weight: 700;
    margin-right: .15rem;
}

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

.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; */
    /* margin-bottom: .15rem; */
}

.fuli .goodsList .goodsListWrap ul li {
    cursor: pointer;
    width: 48.5%;
    margin-bottom: .15rem;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    /* display: flex; */
    /* align-items: center; */
    /* box-sizing: border-box; */
    /* padding: .1rem; */
}

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

.fuli .goodsList .goodsListWrap ul li .r {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .1rem;
}

.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;
    padding: 0 0.08rem;
    margin-bottom: .05rem;
}

.fuli .goodsList .goodsListWrap ul li .store {
    font-size: 0.1rem;
    color: #888;
    /* margin-top: -.3rem; */
    padding: 0 .08rem .08rem;
}

.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 .08rem 0.08rem;
}

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

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

.fuli .goodsList .goodsListWrap ul li .priceWrap .sale {
    font-size: .1rem;
    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/miaosha_bg.png)no-repeat center top #f0f0f0; */
    /* background-size: 100% auto; */
    /* min-height: 5rem; */
    padding: .15rem .15rem .65rem;
}

.friday .fridaySlide .swiper-slide {
    width: 1.3rem
}

.friday .fridaySlide .swiper-pagination-bullet-active {
    background: #fff;
    width: .25rem;
    height: 8px;
    border-radius: 1rem;
}

.friday .fridaySlide .swiper-container {
    overflow: visible;
}

.friday .fridaySlide .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -35px;
}

.friday .fridaySlide {
    margin-bottom: .25rem;
    background: linear-gradient(to bottom, #e73107, #ff6541);
    padding: .15rem .15rem .35rem;
    box-sizing: border-box;
    border-radius: .1rem;
    overflow: hidden;
    transition: all ease .3s;
    height: 2.55rem;
}

.friday .fridaySlide .slideItem {
    background: #fff;
    display: block;
    padding: .07rem;
    box-sizing: border-box;
    border-radius: .07rem;
    width: 100%;
}

.friday .fridaySlide .slideItem .img {
    height: 1rem;
    overflow: hidden;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.friday .fridaySlide .slideItem .img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.friday .fridaySlide .slideItem .title {
    font-size: .12rem;
    margin-bottom: .05rem;
    height: .4rem;
}

.friday .fridaySlide .slideItem .btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .1rem;
    color: #e73107;
}

.friday .fridaySlide .slideItem .btnWrap .l {}

.friday .fridaySlide .slideItem .btnWrap .r {
    background: linear-gradient(to bottom, #e73107, #ff6541);
    COLOR: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .6rem;
    height: .25rem;
    border-radius: 1rem;
}

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

.friday .banner a {
    display: block;
}

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

.friday .tabTitle {
    display: flex;
    align-items: flex-start;
    margin-bottom: .15rem;
    width: 100%;
    /* padding-bottom: .13rem; */
}

.friday .tabTitle.scroll {
    overflow-x: scroll;
}

.friday .tabTitle::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 5px;
}

.friday .tabTitle::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
}

.friday .tabTitle .item {
    padding: .1rem .15rem;
    line-height: 1;
    text-align: center;
    background: #fff;
    border-radius: 0.1rem;
    margin-right: .15rem;
}

.friday .tabTitle .item:last-child {
    margin: 0;
}

.friday .tabTitle .item p {
    text-align: center;
}

.friday .tabTitle .item .t {
    font-size: .14rem;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}

.friday .tabTitle .item .b {
    font-size: .1rem;
    margin-top: .05rem;
    color: #999;
    font-weight: 200;
}

.friday .tabTitle .item.active {
    background: linear-gradient(to bottom, #e73107, #ff6541);
    color: #f06820;
    font-weight: 700;
    box-shadow: 0 0 8px rgb(139 0 0 / 10%);
}

.friday .tabTitle .item.active p {
    color: #fff;
}


.friday .topTitle {
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    height: .2rem;
}

.friday .topTitle .saveMoney {
    /* font-weight: 600; */
    font-size: .11rem;
    color: #e73208;
    display: flex;
    align-items: center;
    /* text-shadow: 1px 1px 5px rgba(0, 0, 0, .5); */
}

.friday .topTitle .saveMoney span {
    padding: 0 .03rem;
    font-size: .16rem;
    font-weight: 700;
}

.friday .topTitle p {
    font-size: .2rem;
    position: relative;
    line-height: 1;
    display: flex;
    z-index: 1;
    color: #111;
}

.friday .topTitle p::after {
    content: ' ';
    position: absolute;
    background: #ffd5cb;
    width: 100%;
    height: .1rem;
    bottom: -.03rem;
    z-index: -1;
    /* opacity: .3; */
}

.friday .topTitle.active {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.friday .fridaySlide.active {
    padding: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.friday .bannerF {
    margin-bottom: .32rem;
}

.friday .bannerF a {
    display: block;
    border-radius: .15rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: .15rem;
}

.friday .bannerF .cjfdGO {
    box-shadow: none;
    position: relative;
}

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

.friday .bannerF a .saveMoney {
    padding: .02rem .05rem;
    font-size: .1rem;
    background: linear-gradient(to bottom, #f4b87c 0%, #e73107 100%);
    border-radius: 2rem;
    border: 1px solid white;
    position: absolute;
    top: 15%;
    left: calc(50% - .4rem);
    display: none;
    color: white;
}

.friday .bannerF a .saveMoney span {}

.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;
    min-height: 6rem;
}

.friday .goods ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: .15rem;
}

.friday .goods ul.freeUl {
    grid-template-columns: 1fr;
}

.friday .goods ul.freeUl li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .12rem;
}

.friday .goods ul.freeUl li .l {
    width: .7rem;
    height: .5rem;
    overflow: hidden;
    margin-right: .1rem;
    border-radius: .1rem;
}

.friday .goods ul.freeUl li .l img {
    display: block;
    width: 100%;
}

.friday .goods ul.freeUl li .c {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .12rem;
    margin-right: .1rem;
}

.friday .goods ul.freeUl li .c .title {
    font-size: .13rem;
    color: #111;
    line-height: 1.2;
}

.friday .goods ul.freeUl li .c .subtitle {
    font-size: .09rem;
    color: #888;
}

.friday .goods ul.freeUl li .r {}

.friday .goods ul.freeUl li .r .btn {
    font-size: .12rem;
    /* padding: 0 .1rem; */
    width: .75rem;
}

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

.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.2;
    margin: .1rem 0;
    height: 0.33rem;
}

.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 {
    margin-bottom: .15rem;
}

.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;
}

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

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

.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 .fuli {
    padding: .15rem;
}

.user .fuli .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .15rem;
    color: #4063bd;
}

.user .fuli .top span {
    font-size: .1rem;
}

.user .fuli .top p {
    margin: 0 .1rem;
}

.user .fuli .goodsList .goodsListWrap ul {}

.user .fuli .goodsList .goodsListWrap ul li {
    width: 48%;
    flex-direction: column;
    /* height: 3rem; */
}

.user .fuli .goodsList .goodsListWrap ul li .img {
    width: 100%;
    height: auto;
    max-height: none;
}

.user .fuli .goodsList .goodsListWrap ul li .r {
    margin: 0.1rem 0 0 0;
    height: auto;
}

.user .fuli .goodsList .goodsListWrap ul li .store {
    margin: .05rem 0;
}



.user .head {
    display: flex;
    align-items: center;
    padding: .25rem .15rem .2rem .25rem;
    justify-content: flex-start;
}

.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 #fff;
}

.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 .float {
    position: fixed;
    bottom: .5rem;
    right: .1rem;
}

.wrap.order .float a {
    display: flex;
    width: .3rem;
    height: .3rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 20;
}

.wrap.order .float .icon {}

.wrap.order .float .icon svg {
    stroke: #fff;
}

.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 button {
    background: #e93a0d;
    color: #fff;
    display: flex;
    line-height: 1;
    padding: .07rem .12rem;
    border-radius: 100rem;
    font-size: .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 {
    border-top: 1px solid #f5f5f5;
}

.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%;
}

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

.dialog .content {
    width: 80%;
    background: #fff;
    border-radius: .1rem;
    padding: .2rem;
    box-sizing: border-box;
}

.dialog .content img {
    width: 100%;
}

.dialog .dialogFooter .btn {
    width: 80%;
    background: #fA0000;
    border-radius: .1rem;
    padding: .1rem;
    text-align: center;
    margin: auto;
    margin-top: .2rem;
}

.dialog .dialogFooter .btn a {
    color: #fff;
}

.supergift {
    background-color: #ffeac1;
    min-height: 100vh;
}

.supergift .titlePrice {
    background: linear-gradient(to bottom, #974706 0%, #f5f5f5 100%);
    font-size: .12rem;
}

.supergift .titlePrice .img {
    position: relative;
}

.supergift .titlePrice .img img {
    width: 100%;
}

.supergift .titlePrice .img .price {
    position: absolute;
    font-size: .2rem;
    font-weight: 600;
    color: white;
    top: .18rem;
    left: 48%;
    display: block;
    width: .48rem;
    height: .3rem;
    text-align: center;
}

.supergift .titlePrice .img .date {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: .1rem;
    color: #8E430F;
}

.supergift .content {
    padding: .1rem;
    background-color: #FFE8BF;
    margin-top: -1.2rem;
    position: relative;
    z-index: 212;
}

.supergift .contentText {
    padding: .03rem 0;
}

.supergift .contentText p {
    text-align: center;
}

.supergift .content .goods {
    display: grid;
    grid-gap: .15rem;
}

.supergift .content .goods .free {
    padding: .15rem;
    background-color: white;
    border-radius: .1rem;
    display: flex;
}

.supergift .content .goods .free .l {
    width: .8rem;
    height: .7rem;
    overflow: hidden;
    margin-right: .1rem;
    border-radius: .1rem;
}

.supergift .content .goods .free .l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .1rem;
}

.supergift .content .goods .free .progress-container {
    width: 100%;
    max-width: 50rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.supergift .content .goods .free .progress-background {
    width: 100%;
    height: .04rem;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.supergift .content .goods .free .progress-bar {
    height: 100%;
    background-color: #e73107;
    transition: width 0.2s ease;
}

.supergift .content .goods .free .progress-text {
    font-size: .10rem;
}

.supergift .content .goods .free .fllj {}

.supergift .content .goods .free .fllj .flljText {
    font-size: .1rem;
    color: #999;
}

.supergift .content .goods .free .c {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .12rem;
    margin-right: .1rem;
}

.supergift .content .goods .free .c .title {}

.supergift .content .goods .free .c .subtitle {
    font-size: .09rem;
    color: red;
}

.supergift .content .goods .free .c .subtitle .first {
    font-size: .11rem;
    width: .7rem;
    display: inline-block;
}

.supergift .content .goods .free .c .subtitle .grayCost {
    margin-left: .1rem;
    color: #999;
    height: .06rem;
    display: inline-block;
    border-bottom: 1px solid black;
}

.supergift .content .goods .free .c .subtitle .grayCost span {}

.supergift .content .goods .free .r {
    display: flex;
    align-items: center;
    font-size: .12rem;
    /* padding: 0 .1rem; */
    width: .75rem;
}

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

.supergift .fdlogo {
    position: fixed;
    right: .1rem;
    top: 80%;
    transform: translateY(-50%);
    z-index: 999;
}

.supergift .fdlogo img {
    width: 1rem;
}

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

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

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