﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-06-19 14:11:07
 * @version $Id$
 */
 /*积分兑换*/
 .credit_change,
 .coupon_receipt{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch; 
}
.credit_change{
    background:url("../../images/NewCoupon/bannerBg.jpg") no-repeat;
    background-size: 100% auto;
    background-color:#ffecbc;
}
.coupon_receipt{
    background:url("../../images/NewCoupon/bannerBg1.jpg") no-repeat;
    background-size: 100% auto;
    background-color:#ffecbc;
}
.credit_banner,
.receipt_banner{
   width:100%;
   height: 3.5rem;
}
.credit_main{
    width: 100%;
    margin-bottom: 0.64rem;
}
.credit_main>div{
    width:6.9rem;
    margin:0 auto;
}
.credit_main>div .credit_items{
    width:3.3rem;
    height: 2.4rem;
    background:url("../../images/NewCoupon/pointBg.png") no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 0.28rem 0.3rem 0 0;
    text-align: center;
}
.credit_main>div .credit_items:nth-child(2n){
    margin-right: 0;
}
.credit_items>div{
    margin:0.2rem 0;
    color:#f23150;
}
.credit_items>div>i{
    font-size: 0.3rem;
    font-weight: 500;
}
.credit_items>div>em{
    font-size: 0.72rem;
    font-weight: 500;
    margin-left: -0.08rem;
}
.credit_items>a{
    display: block;
    width:2.44rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #ffd142;
    color:#390300;
    font-size: 0.28rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.26rem;
    -webkit-border-radius: 0.26rem;
}
.credit_items>a.have_infished{
    background-color: #cecece;
    color:#fff;
}
.credit_items>p{
    margin-top: 0.16rem;
    font-size: 0.22rem;
    color:#b5b5b5;
}
.credit_footer{
    width:6.9rem;
    padding-bottom: 0.2rem;
    margin: 0 auto;
}
.credit_ftitle>i{
    display: inline-block;
    width:2.4rem;
    height: 0.02rem;
    background-color: #390300;
    vertical-align: middle;
}
.credit_ftitle>em{
    display: inline-block;
    width:1.17rem;
    height: 0.28rem;
    background: url("../../images/NewCoupon/activityExp.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin:0 0.38rem;
}
.credit_footer .credit_flist{
    margin-top: 0.36rem;
    padding-bottom: 0.6rem;
}
.credit_flist>ul>li{
    font-size: 0.24rem;
    color:#390300;
    line-height: 0.44rem;
}
/*优惠券领取*/
.receipt_main{
    margin-top: 0.3rem;
    width:100%;
    
}
.receipt_main>div{
    width:92%;
    margin:0 auto;
}
.receipt_item{
    width:100%;
    height: 1.8rem;
    background-color: #fff;
    margin-bottom: 0.18rem;
    background:url("../../images/NewCoupon/couponBg.png") no-repeat;
    background-size: cover;
    background-position: left center;
}
.receipt_item>div{
    width:92%;
    height: 1.8rem;
    margin:0 auto;
}
.receipt_item>div .receipt_fl{
    width:32%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: left;
    color:#ff970b;
}
.receipt_fl>em{
    font-size: 0.26rem;
}
.receipt_fl>span{
    font-size: 0.72rem;
    margin-left: -0.08rem;
}
.receipt_fl.receipt_fl_discount>em{
    font-size: 0.72rem;
    margin-left: 0.4rem;
}
.receipt_fl.receipt_fl_discount>span{
    font-size: 0.36rem;
}
.receipt_item>div .receipt_fm{
    width:43%;
}
.receipt_fm>p{
    font-size: 0.3rem;
    font-weight: 600;
    color:#111;
    margin:0.5rem 0 0 0;
}
.receipt_fm>div{
    font-size: 0.2rem;
    color:#999;
}
.receipt_item>div .receipt_fr{
    width:25%;
    height: 1.8rem;
}
.receipt_fr>a{
    display: block;
    width:1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #f23150;
    font-size: 0.26rem;
    color:#fff;
    margin-top: 0.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
}
.receipt_fr>a.receipt_haved{
    background-color: #cecece;
}
/*遮罩层*/
.cover{
    width:100%;
    position: fixed;
    top:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index:10;
}
/*确定积分兑换浮层*/
.credit_havebind{
    width:4.9rem;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index: 20;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    background-color: #fff;
}
.credit_havebind .credit_htip{
    width:100%;
    text-align: center;
}
.credit_htip>span{
    display: block;
    font-size: 0.3rem;
    color:#000;
    margin:0.34rem 0;
}
.credit_htip>p{
    font-size: 0.26rem;
    color:#666;
    margin-bottom: 0.36rem;
}
.credit_havebind .credit_hbtn{
    width:100%;
    height: 0.8rem;
    border-top:1px solid #dadade;
    font-size: 0;
}
.credit_hbtn>button{
    display: inline-block;
    width:50%;
    height: 0.8rem;
    line-height: 0.8rem;
    color:#007aff;
    font-size: 0.3rem;
    border-right: 1px solid #dadade;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.credit_hbtn>button:last-child{
    border-right: 0;
}
/*会员积分不满足条件浮层*/
.credit_noconditions{
    width:4.9rem;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index: 20;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    background-color: #fff;
}
.credit_noconditions>p,
.credit_novip>p{
    font-size: 0.26rem;
    color:#666;
    padding:0.36rem 0;
    text-align: center;
}
.credit_noconditions>button{
    width:100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-top:1px solid #dadade;
    text-align: center;
    color:#007aff;
    font-size: 0.3rem;
}
/*会员卡等级不满足条件浮层*/
.credit_viplevel{
    width:4.9rem;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index: 20;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    background-color: #fff;
    text-align: center;
}
.credit_viplevel>span{
    display: block;
    font-size: 0.3rem;
    color:#000;
    padding:0.36rem 0 0 0;
}
.credit_viplevel>p{
    font-size: 0.26rem;
    color:#666;
    padding:0.3rem 0;
}
.credit_viplevel>button{
    width:100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-top:1px solid #dadade;
    text-align: center;
    color:#007aff;
    font-size: 0.3rem;
}
/*非会员*/
.credit_novip{
    width:4.9rem;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index: 20;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    background-color: #fff;
}
.credit_novip>div{
    width:100%;
    height: 0.8rem;
    border-top:1px solid #dadade;
    font-size: 0;
}
.credit_novip>div>button{
    display: inline-block;
    width:50%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color:#007aff;
    font-size: 0.3rem;
    border-right: 1px solid #dadade;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.credit_novip>div>button:last-child{
    border-right: none;
}
/*积分兑换优惠券浮层特效*/
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
/*优惠券已领完浮层*/
.credit_nocoupon{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index:20;
    background-color: rgba(0,0,0,0.6);
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem; 
    text-align: center;
    padding:0.22rem 0.3rem;
}
.credit_nocoupon>em,
.credit_nocoupon>span{
    display: block;
    font-size: 0.26rem;
    color:#fff;
    letter-spacing: 0.03rem;
}
.credit_nocoupon>em{
    margin-bottom: 0.04rem;
}
.credit_nocoupon.tiphave{
    -webkit-transition:opacity 0.1s;
    opacity:1;
}
.credit_nocoupon.tipnohave{
    -webkit-transition:opacity 0.1s;
    opacity:0;
    z-index:-1;
}
/*优惠券领取成功浮层*/
.receipt_cover{
    width:6.4rem;
    position: fixed;
    top:0.76rem;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);  
    z-index:20;
}
.receipt_cover .receipt_ccontent{
    width:6.4rem;
    height: 8.51rem;
    background:url("../../images/NewCoupon/wallet.png") no-repeat;
    background-size: 100% 100%;
}
.receipt_ccontent .receipt_ctop{
    text-align: center;
    padding-top: 0.86rem;
}
.receipt_ctop>span{
    display: block;
    color:#ff8d17;
    font-size: 0.36rem;
}
.receipt_ctop>p{
    color:#f80e3f;
}
.receipt_ctop>p>em{
    font-size: 1.36rem;
    font-weight: 500;
}
.receipt_ctop>div{
    font-size:0.26rem;
    color:#999;
}
.receipt_ctop>p>i{
    font-size: 0.36rem;
}
.receipt_ccontent>p{
    text-align: center;
    color:#fff1a5;
    font-size: 0.42rem;
    margin-top: 1.18rem;
}
.receipt_ccontent .receipt_cbottom{
    text-align: center;
    margin-top: 0.8rem;
}
.receipt_cbottom>button{
    width:5.65rem;
    height: 0.92rem;
    line-height: 0.9rem;
    text-align: center;
    margin:0 auto;
    font-size: 0.36rem;
    color:#e74332;
    background:url("../../images/NewCoupon/btn.png") no-repeat;
    background-size: 100% 100%;
}
.receipt_cbottom>p{
    color:#fff;
    font-size: 0.24rem;
    margin: 0.24rem 0 0.46rem 0;
}
.receipt_cbottom>a{
    color: #fff;
    font-size:0.26rem;
    text-decoration: underline; 
}
.receipt_cover .receipt_cclose{
    margin-top: 0.38rem;
}
.receipt_cclose>i{
    display: block;
    width:0.84rem;
    height: 0.84rem;
    background:url("../../images/NewCoupon/close.png") no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
}




