@import "../css/rem.css";
@import "../css/ui.css";
@import "../css/modal.css";

* {
    background-size: 100% 100%;
}

em {
    font-style: normal;
}


@keyframes flash-rotate {
    0% {}

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.animation-rotate {
    -webkit-animation-name: flash-rotate;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
    }
}

@-webkit-keyframes shake {
    0% {
        transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);

    }

    6% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }

    18%,
    30%,
    42% {
        -webkit-transform: scale(1.1) rotate(8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);

    }

    12%,
    24%,
    36%,
    48% {
        -webkit-transform: scale(1.1) rotate(-8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);

    }

    54% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }

    60% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }


    80% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }

    90% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }

}

html {
    width: 100%;
    min-height: 100%;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: .24rem;
    background-color: #333;
    overflow-x: hidden;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.m-viewport {
    position: relative;
    width: 7.5rem;
    margin: 0 auto 0;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    font-size: .24rem;
    background-color: #341e0d;
    color: #fff;
    overflow-x: hidden;
}

.shop-body {
    position: relative;
    width: 100%;
    min-height: 100vh;
}


/* bottom */
.bottom-bubble .txt-bubble {
    width: 2.16rem;
    height: 1.55rem;
    margin: .4rem auto 0;
    background-image: url(../images/bubble.png);
}

.bottom-bubble .u-top {
    width: 3.03rem;
    height: 2.25rem;
    margin: 0 auto;
    background-image: url(../images/view-bottom.png);
}

/* rec */
.m-recommend {
    width: 7.5rem;
    height: 6.71rem;
    background-image: url(../images/bg-rec.png);
}

.m-recommend ul {
    padding-top: .9rem;
}

.m-recommend li {
    position: relative;
    width: 7.11rem;
    height: 2.7rem;
    margin: 0 auto .1rem;
    background-image: url(../images/bg-rec-item.png);
}

.m-recommend .banner {
    margin-bottom: .1rem;
    font-size: .28rem;
    color: #683d1e;
    font-weight: 700;
}

.m-recommend .pic {
    position: relative;
    width: 1.13rem;
    height: 1.12rem;
    background-image: url(../images/bg-item_2.png);
}

.m-recommend .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.m-recommend .discount {
    position: relative;
    margin-bottom: .16rem;
    padding-left: .72rem;
    color: #d33d27;
}

.m-recommend .discount::before {
    position: absolute;
    display: block;
    content: '';
    width: .64rem;
    height: .38rem;
    left: 0;
    top: -.05rem;
    background-image: url(../images/icon-down.png);
    background-size: .64rem auto;
}

.m-recommend .goods-detail {
    padding-top: .25rem;
    padding-left: 1.15rem;
}

.m-recommend .item-info {
    margin-left: .15rem;
}

.m-recommend .item-name {
    margin: .12rem 0;
    font-size: .24rem;
    color: #683d1e;
    font-weight: 700;
}

.icon-m3b {
    display: inline-block;
    width: .26rem;
    height: .26rem;
    background-image: url(../images/m3b.png);
    vertical-align: text-top;
    margin: 0 .1rem 0 .15rem;
}

.m-recommend .low {
    color: #683d1e;
}

.m-recommend .p-before {
    padding-left: .08rem;
    color: #ad7239;
    text-decoration: line-through;
}

.m-recommend .u-btn.apply {
    position: absolute;
    right: .4rem;
    top: 1.2rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/btn-apply_3.png);
}

.m-recommend .goods-status {
    position: absolute;
    left: .14rem;
    top: 0;
    width: 1rem;
    display: flex;
    justify-content: center;
}

.m-recommend .tag {
    margin-right: .08rem;
}

.m-recommend .tag-sale {
    width: .41rem;
    height: 1.68rem;
    background-image: url(../images/icon-sale_2.png);
}

.m-recommend .tag-shop {
    width: .41rem;
    height: 1.88rem;
    background-image: url(../images/icon-ticket_2.png);
}

.shop-guide {
    padding-left: .08rem;
}

/* nav */
#shop-nav.shop-swiper-pagination {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    transform: translateX(-50%);
}

.shop-nav {
    display: flex;
    width: 7.5rem;
    height: 1.3rem;
    padding: 0 .1rem 0.08rem;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url(../images/bg-nav.png);
    box-sizing: border-box;
}

.shop-nav .u-nav {
    width: 1.82rem;
    height: .77rem;
    color: transparent;
    font-size: 0;
    background-image: url(../images/nav/nav-1.png);
}

/* TODO */
.shop-nav .u-nav.nav-1 {
    background-image: url(../images/nav/nav-1.png);
}

.shop-nav .u-nav.nav-1.active {
    background-image: url(../images/nav/nav-1-act.png);
}

.shop-nav .u-nav.nav-2.active {
    background-image: url(../images/nav/nav-2-act.png);
}

.shop-nav .u-nav.nav-2 {
    background-image: url(../images/nav/nav-2.png);
}

.shop-nav .u-nav.nav-3.active {
    background-image: url(../images/nav/nav-3-act.png);
}

.shop-nav .u-nav.nav-3 {
    background-image: url(../images/nav/nav-3.png);
}

.shop-nav .u-nav.nav-4.active {
    background-image: url(../images/nav/nav-4-act.png);
}

.shop-nav .u-nav.nav-4 {
    background-image: url(../images/nav/nav-4.png);
}

/* shop-body */
.shop-body .swiper-slide {
    /* min-height: 32.2rem; */
    padding-bottom: 2.5rem;
}

.shop-index {
    padding-top: 6.9rem;
    background-image: url(../images/body-index.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
}

.shop-index .m-user {
    position: absolute;
    left: 0;
    top: -.1rem;
    width: 100%;
    padding: 0 .4rem;
    color: #d4a869;
    box-sizing: border-box;
    z-index: 6;
}

.shop-index .user-name{
    display: inline-block;
    width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

/* shop-index */
.shop-panel {
    position: relative;
    width: 7.5rem;
    height: 21.84rem;
    padding-top: .2rem;
    margin-bottom: .4rem;
    background-image: url(../images/bg-index-panel.png);
    box-sizing: border-box;
}

.shop-index-cap {
    position: absolute;
    left: 0;
    top: -.7rem;
    width: 7.5rem;
    height: 1.97rem;
    background-image: url(../images/shop-index-cap.png);
    z-index: 5;
    pointer-events: none;
}

.shop-panel .goods-list {
    height: 95%;
    overflow-y: scroll;
}

.shop-panel .goods-list ul {
    display: flex;
    flex: 50%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .4rem 0 .5rem;
}

.shop-panel .goods-panel {
    position: relative;
    width: 3.13rem;
    height: 4.66rem;
    padding-top: .6rem;
    background-image: url(../images/bg-shop.png);
    box-sizing: border-box;
}

.shop-panel .goods-status {
    position: absolute;
    left: -.05rem;
    top: .25rem;
}

.shop-panel .tag-sale {
    position: relative;
    width: .41rem;
    height: 1.68rem;
    background-image: url(../images/icon-sale.png);
    z-index: 2;
}

.shop-panel .tag-shop {
    position: relative;
    width: .41rem;
    height: 1.88rem;
    margin-top: -.2rem;
    background-image: url(../images/icon-ticket.png);
    z-index: 1;
}

.shop-panel .goods-list .u-btn.apply {
    width: 2.56rem;
    height: .96rem;
    margin: .1rem auto 0;
    background-image: url(../images/btn-apply.png);
}

.shop-panel .goods-list .pic {
    position: relative;
    width: 1.76rem;
    height: 1.59rem;
    margin: 0 auto .08rem;
    background-image: url(../images/bg-item.png);
}

.shop-panel .goods-list .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.shop-panel .goods-list .item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .72rem;
    line-height: 1;
    padding: 0 .4rem;
    font-size: .28rem;
    color: #683d1e;
    text-align: center;

}

.shop-panel .goods-list .discount {
    position: relative;
    /* margin-left: .38rem; */
    margin-bottom: .08rem;
    /* padding-left: .72rem; */
    color: #d33d27;
    text-align: center;
}

/* .shop-panel .goods-list .discount::before {
    position: absolute;
    display: block;
    content: '';
    width: .64rem;
    height: .38rem;
    left: 0;
    top: -.05rem;
    background-image: url(../images/icon-down.png);
    background-size: .64rem auto;
} */

.shop-panel .icon-m3b {
    display: inline-block;
    width: .26rem;
    height: .26rem;
    background-image: url(../images/m3b.png);
    vertical-align: middle;
}

.shop-panel .goods-list .low {
    text-align: center;
    color: #683d1e;
}

.shop-panel .goods-list .p-before {
    padding-left: .08rem;
    color: #ad7239;
    text-decoration: line-through;
}

.shop-panel .goods-list .banner {
    width: 2.81rem;
    height: .39rem;
    line-height: .39rem;
    margin-top: .15rem;
    margin-left: .12rem;
    text-align: center;
    color: #683d1e;
    background-image: url(../images/bg-shop-banner.png);
}

/* mission */
.shop-mission {
    position: relative;
    padding-top: 4.8rem;
    background-image: url(../images/body-mission.jpg);
    background-color: #341e0d;
    background-size: 7.5rem auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.shop-mission .top-skin-view {
    position: absolute;
    left: .35rem;
    top: 3.18rem;
    width: 3.8rem;
    height: 1.52rem;
    background-image: url(../images/view-fuli-top.png);
}

.top-skin-view .pic {
    position: absolute;
    top: .23rem;
    left: .33rem;
    width: 1rem;
    height: 1rem;
}

.top-skin-view .pic img {
    position: relative;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.skin-detail {
    padding: .15rem 0 0 1.55rem;
}

.skin-detail p {
    font-size: .24rem;
    color: #dcc4b1;
}

.skin-detail .u-btn.skin {
    width: 1.61rem;
    height: .52rem;
    margin-top: .05rem;
    background-image: url(../images/btn-detail.png);
}

.main-task {
    position: relative;
    width: 7.11rem;
    height: 1.5rem;
    margin: 0 auto;
    background-image: url(../images/bg-mission-main.png);
}

.main-task .task-detail {
    padding: .2rem 0 0 .3rem;
}

.main-task .task-detail h6 {
    margin-bottom: .15rem;
    font-size: .28rem;
    font-weight: 700;
    color: #683d1e;
}

.main-task .task-detail p {
    color: #683d1e;
}

.main-task .task-detail .pro {
    color: #ad7239;
}

.main-task .task-detail .u-btn {
    font-size: 0;
    color: transparent;
}

.main-task .task-detail .u-btn.apply {
    position: absolute;
    top: .2rem;
    right: .35rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/btn-mission-apply-main.png);
}

.main-task .task-detail .u-btn.dismiss {
    position: absolute;
    top: .2rem;
    right: .35rem;
    width: 1.01rem;
    height: 1.11rem;
    background-image: url(../images/icon-status-get.png);
    filter: none;
}

.main-task .task-detail .u-btn.disabled {
    position: absolute;
    top: .2rem;
    right: .35rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/btn-mission-apply-main-disabled.png);
    filter: none;
}

.task-header {
    position: relative;
    width: 7.5rem;
    height: 1.45rem;
    margin: -.5rem auto 0;
    background-image: url(../images/bg-mission-top.png);
    pointer-events: none;
}

.task-view {
    background: url(../images/bg-mission-body.png) center top repeat-y;
    background-size: auto .5rem;
}

.task-footer {
    width: 7.5rem;
    height: 1.56rem;
    margin: 0 auto .2rem;
    background-image: url(../images/bg-mission-bottom.png);
}

.task-wrapper {
    padding: 0 .2rem;
}

.task-panel ul.task-list {
    margin: 0 .6rem .12rem;
    padding: .08rem .12rem .2rem;
    background-color: rgba(66, 38, 17, .8);
    border: 1px solid #613719;
    border-radius: .25rem;
}

.task-panel ul.task-list:last-child {
    margin-bottom: 0;
}

.task-panel ul.task-list>li {
    position: relative;
    margin-top: .12rem;
    padding-left: .18rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #613719;
}

.task-panel ul.task-list>li:last-child {
    border-bottom: none;
}

.task-panel p {
    color: #dcc4b1;
}

.task-panel p em {
    color: #d3a061;
}

.task-panel .task-cnt {
    color: #d3a061;
}

.task-panel .reward-list {
    display: flex;
}

.task-panel .pic {
    position: relative;
    width: 1.13rem;
    height: 1.12rem;
    margin-top: .15rem;
    margin-right: .17rem;
    background-image: url(../images/bg-item_2.png);
}

.task-panel .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.task-panel .task-status {
    position: absolute;
    top: .5rem;
    right: .35rem;
    color: transparent;
    font-size: 0;
}

.task-status .u-btn.dismiss {
    width: 1.01rem;
    height: 1.11rem;
    background-image: url(../images/icon-status-get.png);
    filter: none;
}

.task-status .u-btn.disabled {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/btn-mission-apply-disabled.png);
    filter: none;
}

.task-status .u-btn {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/btn-mission-apply.png);
}

/* basket */
.shop-basket {
    padding-top: .1rem;
    background-image: url(../images/body-basket.jpg);
    background-size: 7.5rem auto;
    background-repeat: repeat-y;
}

.basket-header {
    width: 7.5rem;
    height: 1.66rem;
    margin: .1rem auto 0;
    background-image: url(../images/bg-order-top.png);
}

.basket-view {
    padding-bottom: .4rem;
    margin-bottom: .2rem;
    background:
        url(../images/bg-order-bottom.png) center bottom no-repeat,
        url(../images/bg-order-body.png) center top repeat-y;

    background-size: auto .64rem, auto .25rem;
}

.basket-wrapper {
    padding: 0 .2rem;
}

.basket-item {
    padding-bottom: .2rem;
}

.basket-view .user-info {
    color: #dcc4b1;
}

.m3b-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.01rem;
    height: .52rem;
    background-image: url(../images/bg-m3b.png);
}

.m3b-info .u-btn.add-m3b {
    position: absolute;
    right: 0;
    top: 50%;
    width: .49rem;
    height: .49rem;
    background-image: url(../images/icon-charge.png);
    transform: translateY(-50%);
}

.m3b-num {
    line-height: .52rem;
    padding-left: .6rem;
    color: #dcc4b1;
}

.u-btn.add-m3b a {
    display: block;
    width: 100%;
    height: 100%;
}

.u-btn.reflash {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    width: .38rem;
    height: .32rem;
    margin: 0 .2rem 0 .1rem;
    background-image: url(../images/reflesh_2.png);
}

.cost-info p {
    margin-top: .1rem;
}

.cost-info .cost{
    color: #d33d27;
    font-weight: 700;
}

.cost-info .discount{
    padding: 0 .15rem;
}

/* basket-panel */
.basket-list-header {
    position: relative;
    width: 7.11rem;
    height: .34rem;
    margin: 0 auto 0;
    background-image: url(../images/bg-basket-detail-top.png);
    pointer-events: none;
}

.basket-list-body {
    position: relative;
    width: 7.11rem;
    margin: 0 auto;
    padding-left: .8rem;
    background: url(../images/bg-basket-detail-body.png) center top repeat-y;
    background-size: auto .18rem;
    box-sizing: border-box;
}

.basket-list-body li {
    padding-right: .5rem;
    padding-bottom: .3rem;
}

.basket-body h6 {
    position: relative;
    margin-top: -.12rem;
    margin-bottom: .12rem;
    font-size: .28rem;
    font-weight: 700;
    color: #683d1e;
}

.basket-detail {
    margin-top: .15rem;
}

.basket-detail .discount {
    position: relative;
    margin-bottom: .18rem;
    padding-left: 1.04rem;
    color: #d33d27;
}

.basket-detail .discount::before {
    position: absolute;
    display: block;
    content: '';
    width: .74rem;
    height: .38rem;
    left: 0;
    top: -.05rem;
    background-image: url(../images/icon-down_sp.png);
    background-size: .74rem auto;
}

/*  */
.basket-list-body .check-box.all {
    position: absolute;
    left: .18rem;
    top: -.02rem;
    width: .49rem;
    height: .46rem;
    background-image: url(../images/icon-on_2.png);
}

.basket-list-body .check-box.all.act {
    width: .65rem;
    height: .61rem;
    background-image: url(../images/icon-on_2-act.png);
}

.basket-list-body li {
    position: relative;
}

.basket-list-body li .check-box {
    position: absolute;
    left: -.58rem;
    top: .4rem;
    width: .4rem;
    height: .37rem;
    background-image: url(../images/icon-off.png);
}

.basket-list-body li .check-box.act {
    position: absolute;
    left: -.58rem;
    top: 50%;
    width: .4rem;
    height: .37rem;
    background-image: url(../images/icon-on.png);
    transform: translateY(-50%);
}

.basket-body .pic {
    position: relative;
    width: 1.13rem;
    height: 1.12rem;
    background-image: url(../images/bg-item_2.png);
}

.basket-body .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.basket-body .goods-detail {
    padding-top: .15rem;
    padding-left: 1.15rem;
}

.basket-body .item-info {
    margin-left: .15rem;
}

.basket-body .item-name {
    margin: 0 0 .05rem;
    color: #683d1e;
    font-weight: 700;
}

.basket-body .low {
    color: #683d1e;
}

.basket-body .now {
    color: #683d1e;
}

.basket-body .now span {
    font-size: .28rem;
    font-weight: 700;
    color: #d33d27;
}

.basket-body .p-before {
    padding-left: .08rem;
    color: #ad7239;
    text-decoration: line-through;
}

.basket-body .u-btn.apply {
    position: absolute;
    right: .5rem;
    top: -.05rem;
    width: 1.23rem;
    height: 1.22rem;
    /* margin: -.12rem 0 0 .95rem; */
    background-image: url(../images/btn-apply_order.png);
}

/* end */

.basket-list-footer {
    width: 7.11rem;
    height: .34rem;
    margin: -.1rem auto 0;
    background-image: url(../images/bg-basket-detail-bottom.png);
}

.basket-cntor {
    position: fixed;
    width: 7.5rem;
    height: 1.34rem;
    padding: .15rem .15rem 0 .25rem;
    left: 50%;
    bottom: .9rem;
    background-image: url(../images/bg-basket.png);
    z-index: 10;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.cntor-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #d4a161;
}

.basket-cntor .total {
    position: relative;
    padding-left: .6rem;
}

.basket-cntor .check-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: .49rem;
    height: .46rem;
    /* background-image: url(../images/btn-basket-all.png); */
    background-image: url(../images/icon-off.png);
    transform: translateY(-50%);
}

.basket-cntor .check-box.act {
    width: .65rem;
    height: .61rem;
    background-image: url(../images/btn-basket-all-act.png);
}

.basket-cntor .total p {
    display: inline-block;
}

.basket-cntor .sale-detail {
    display: inline-block;
    width: 1.48rem;
    height: .38rem;
    color: transparent;
    font-size: 0;
    background-image: url(../images/tag-down.png);
    vertical-align: middle;
}

.basket-cntor .u-btn.primary {
    position: relative;
    top: .2rem;    
    width: 1.81rem;
    height: 1.08rem;
    background-image: url(../images/btn-buy.png);
}

/* order */
.shop-order {
    padding-top: .1rem;
    background-image: url(../images/body-basket.jpg);
    background-size: 7.5rem auto;
    background-repeat: repeat-y;
}

.order-header {
    width: 7.5rem;
    height: 1.66rem;
    margin: 0 auto 0;
    background-image: url(../images/bg-order-top_2.png);
}

.order-view {
    margin-bottom: .2rem;
    background:
        url(../images/bg-order-bottom.png) center bottom no-repeat,
        url(../images/bg-order-body.png) center top repeat-y;

    background-size: auto .64rem, auto .25rem;
}

.order-wrapper {
    padding: 0 .2rem;
}

/* ticket */
.shop-discount {
    position: absolute;
    left: 0;
    top: 0;
    width: 7.5rem;
    min-height: 100vh;
    padding-top: .1rem;
    background-image: url(../images/body-basket.jpg);
    background-size: 7.5rem auto;
    background-repeat: repeat-y;
    overflow-y: scroll;
}

.shop-discount .shop-banner {
    width: 7.5rem;
    height: 5.35rem;
    margin: 0 auto;
}

.shop-discount .banner-11 {
    background-image: url(../images/banner/11.png);
}

.shop-discount .banner-12 {
    background-image: url(../images/banner/12.png);
}

.shop-discount .banner-13 {
    background-image: url(../images/banner/13.png);
}

.shop-discount .banner-21 {
    background-image: url(../images/banner/21.png);
}

.ticket-header {
    position: relative;
    width: 7.5rem;
    height: .43rem;
    margin: 0 auto 0;
    background-image: url(../images/bg-ticket-top.png);
    pointer-events: none;
}

.m-ticket {
    margin: .2rem auto;
}

.ticket-view {
    min-height: 1.62rem;
    background: url(../images/bg-ticket-body.png) center top repeat-y;
    background-size: 7.5rem auto;
}

.ticket-footer {
    width: 7.5rem;
    height: .41rem;
    margin: -.1rem auto .2rem;
    background-image: url(../images/bg-ticket-bottom.png);
}

.ticket-view li {
    display: flex;
    width: 6.72rem;
    height: 1.62rem;
    margin: 0 auto .1rem;
    align-items: center;
    background-image: url(../images/item-ticket.png);
}

.ticket-view .status {
    margin-left: .2rem;
}

.ticket-view .status.apply {
    width: .49rem;
    height: .46rem;
    background-image: url(../images/ticke-apply.png);
}

.ticket-view .status.dismiss {
    width: .73rem;
    height: .89rem;
    background-image: url(../images/ticket-dismiss.png);
}

.ticket-view .ticket {
    position: relative;
    width: 2.11rem;
    height: 1.24rem;
    margin: 0 .2rem;
    background-image: url(../images/sale-8.png);
}

.ticket-view .ticket p {
    position: absolute;
    left: 0;
    bottom: .1rem;
    padding-left: .55rem;
}

.ticket-view .ticket-detail {
    color: #6a2b0f;
}

.ticket-view .ticket-detail h6 {
    font-weight: 700;
    font-size: .28rem;
}

.ticket-view .ticket-detail .time {
    color: #b4603b;
}

.shop-goods-list {
    width: 7.5rem;
    height: 13.44rem;
    margin-top: -1rem;
    padding-top: 2rem;
    background-image: url(../images/bg-shop-pannel.png);
    box-sizing: border-box;
}

/* accept */
.accept {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: .1rem;
    background-image: url(../images/body-basket.jpg);
    background-size: 7.5rem auto;
    background-repeat: repeat-y;
}

.accept-view {
    width: 7.5rem;
    height: 8.12rem;
    margin: 0 auto;
    padding-top: .82rem;
    background-image: url(../images/bg-accept.png);
    box-sizing: border-box;
}

.accept-view .user-info {
    padding-left: .3rem;
    color: #dcc4b1;
}

.accept-detail {
    margin-top: .12rem;
}

.accept-detail .notice {
    margin-bottom: .1rem;
    font-size: .28rem;
    font-weight: 700;
    color: #d4a161;
    text-align: center;
}

.accept-detail .goods-detail {
    width: 7.21rem;
    height: 2.43rem;
    margin: 0 0 .1rem .18rem;
    background-image: url(../images/bg-accept-item.png);
    box-sizing: border-box;
}

.accept-detail .shop-banner {
    font-size: .28rem;
    color: #683d1e;
    font-weight: 700;
    text-align: center;
}

.accept-detail .pic {
    position: relative;
    width: 1.13rem;
    height: 1.12rem;
    background-image: url(../images/bg-item_2.png);
}

.accept-detail .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.accept-detail .goods-detail {
    padding: .25rem .3rem 0;
}

.accept-detail .item-info {
    margin-left: .15rem;
}

.accept-detail .item-name {
    margin: 0 0 .05rem;
    color: #683d1e;
    font-weight: 700;
    font-size: .24rem;
}

.accept-detail .low {
    text-align: center;
    color: #683d1e;
}

.accept-detail .now {
    color: #683d1e;
}

.accept-detail .now span {
    font-size: .28rem;
    font-weight: 700;
    color: #d33d27;
}

.accept-detail .p-before {
    padding-left: .08rem;
    color: #ad7239;
    text-decoration: line-through;
}

.accept-detail .u-btn.apply {
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .95rem;
    background-image: url(../images/btn-accept-apply.png);
}

.accept-detail .discount-detail {
    width: 7.11rem;
    height: 3.6rem;
    margin: 0 auto;
    padding-top: .35rem;
    background-image: url(../images/bg-ac-dis.png);
    box-sizing: border-box;
}

.accept-detail .discount-detail .title {
    width: 5.1rem;
    height: .5rem;
    margin: 0 auto .2rem;
    background-image: url(../images/title-ac-dis.png);
}

/* order */
.order-view .user-info {
    color: #dcc4b1;
}

.order-list {
    margin-top: .25rem;
    padding-bottom: .4rem;
}

.order-view li {
    position: relative;
    width: 7.11rem;
    height: 2.15rem;
    margin: 0 auto;
    padding: .25rem .4rem 0 .4rem;
    color: #683d1e;
    background-image: url(../images/item-order.png);
    box-sizing: border-box;
}

.order-view h6 {
    position: relative;
    margin-top: -.12rem;
    margin-bottom: .12rem;
    font-size: .28rem;
    font-weight: 700;
    color: #683d1e;
}

.order-view .pic {
    position: relative;
    width: 1.13rem;
    height: 1.12rem;
    background-image: url(../images/bg-item_2.png);
}

.order-view .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .7rem;
    height: .7rem;
    transform: translate(-50%, -50%);
}

.order-view .goods-detail {
    padding-top: .15rem;
    padding-left: 1.15rem;
}

.order-view .item-info {
    margin-top: .15rem;
    margin-left: .15rem;
}

.order-view .item-name {
    margin: 0 0 .05rem;
    color: #683d1e;
    font-weight: 700;
}

.order-view .now span {
    font-size: .28rem;
    font-weight: 700;
    color: #d33d27;
}

.order-view .p-before {
    padding-left: .08rem;
    color: #ad7239;
    text-decoration: line-through;
}

.u-btn.order-detail {
    position: absolute;
    right: .3rem;
    top: .25rem;
}

.open-time{
    position: absolute;
    right: 0;
    top: 0;
    width: 2.44rem;
    height: 1.4rem;
    background-image: url(../images/act-time.png);
    z-index: 5;
}