[v-cloak] {display: none;}
img {max-width: 100%;}
.wrap {
    background: url(../img/couponcenter/bg.jpg) center top #f0f0f0 no-repeat;
    background-size: contain;
}
.wrap .list {
    padding: 1.1rem .1rem .15rem .1rem;
}
.wrap .list .top {
    background: url(../img/couponcenter/topbg.png) center top no-repeat;
    height: .25rem;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    padding-top: .05rem;
    margin-top: -.12rem;
}
.wrap .list .bottom {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to top, rgb(164 120 73), rgba(0,0,0,0));
    color: #fff;
    padding-bottom: .15rem;
    box-sizing: border-box;
    font-weight: 700;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}
.wrap .list .listWrap {
    /* display: grid; */
    /* grid-gap: .1rem .1rem; */
    /* grid-template-columns: 1fr; */
    padding: .1rem .1rem .1rem;
    background: #ffe4c7;
    border-radius: .1rem;
    margin-bottom: .2rem;
    position: relative;
}
.wrap .list .listWrap .sitem {
    height: 3.4rem;
    overflow: hidden;
}
.wrap .list .listWrap .item {
    display: flex;
    justify-content: space-between;
    background: #fffdf1;
    padding: .1rem;
    border-radius: .1rem;
    box-sizing: border-box;
    position: relative;
    margin-top: .1rem;
}
.wrap .list .listWrap .item .mini {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap .list .listWrap .item .launch-btn {
}
.wrap .list .listWrap .item .img {
    width: 1rem;
    height: .7rem;
    border-radius: .06rem;
    overflow: hidden;
    margin-right: .15rem;
}
.wrap .list .listWrap .item .img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.wrap .list .listWrap .item .r {
    height: 100%;
    flex: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.wrap .list .listWrap .item .title {
    font-weight: 700;
    color: #926637;
    margin-bottom: .1rem;
}
.wrap .list .listWrap .item .subTitle {
    font-size: .09rem;
    color: #c29d77;
    line-height: 1.1;
    margin-top: -.03rem;
}
.wrap .list .listWrap .item .btn {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    color: #fff;
    border-radius: 1rem;
    font-size: .1rem;
    height: .2rem;
    width: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #ff9831, #fd7628);
}

.wrap .list .listWrap.listTop {}
.wrap .list .listWrap.listTop .sitem .sitemWrap {
    display: grid;
    grid-gap: 0.1rem 0.1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: .1rem;
}
.wrap .list .listWrap.listTop .sitem .item {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.wrap .list .listWrap.listTop .sitem .item .img {
    width: 100%;
    margin: 0 0 .23rem;
}
.wrap .list .listWrap.listTop .sitem .item .r {}
.wrap .list .listWrap.listTop .sitem .item .r .btn {
    left: 25%;
    top: .67rem;
    width: .8rem;
    height: .25rem;
    font-size: .11rem;
    font-weight: 700;
}

.wrap .list .listWrap.listTopTop {}
.wrap .list .listWrap.listTopTop .sitem {
    overflow-x: scroll;
}
.wrap .list .listWrap.listTopTop .sitem .sitemWrap {
    margin-top: .1rem;
    width: 5.6rem;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: .15rem;
}
.wrap .list .listWrap.listTopTop .sitem .item {
    margin: 0;
    display: block;
    width: 1rem;
    margin-right: .1rem;
    /* height: 1rem; */
}
.wrap .list .listWrap.listTopTop .sitem .item .img {
    width: 100%;
    margin: 0 0 .2rem;
    height: 0.45rem;
}
.wrap .list .listWrap.listTopTop .sitem .item .r {
    text-align: center;
}
.wrap .list .listWrap.listTopTop .sitem .item .r .btn {
    left: 25%;
    top: .45rem;
    width: .5rem;
    height: .2rem;
    font-size: .1rem;
}
.wrap .list .listWrap.listTopTop .sitem .item .r .btn.gray {
	background: #aaa;
}

.noCar {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-direction: column;
}
.noCar p {
    margin-top: .2rem;
}
.noCar p span {
    color: #fff;
    border-radius: 1rem;
    font-size: .13rem;
    height: 0.3rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #ff9831, #fd7628);
}












