.wrap[data-v-0a8321ec] {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url("https://ke-meng.oss-cn-hangzhou.aliyuncs.com/campaign/28/cmpgn_28_22.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.wrap .storeName[data-v-0a8321ec] {
    width: 100%;
    color: #463B3B;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .28rem;
    position: absolute;
    left: 0;
    bottom: 1.68rem;
    margin: 0 auto;
    background-color: white;
}
.wrap .joinBat[data-v-0a8321ec] {
    width: 3.12rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    color: white;
    font-size: .32rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#7C7374), to(#463B3B));
    background: -webkit-linear-gradient(top, #7C7374 0%, #463B3B 100%);
    background: linear-gradient(180deg, #7C7374 0%, #463B3B 100%);
    -webkit-box-shadow: 0 0.08rem 0.24rem -0.06rem rgba(61, 13, 19, 0.62);
            box-shadow: 0 0.08rem 0.24rem -0.06rem rgba(61, 13, 19, 0.62);
    -webkit-border-radius: .4rem;
            border-radius: .4rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: .72rem;
}

