/*优惠劵列表样式*/

.couponList {
    margin-top: 1.25rem;
    padding-bottom: 3rem;
}

.couponList .modular {
    height: 8rem;
    width: 20rem;
    line-height: 160%;
    position: relative;
    background: #fff;
    margin-bottom: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: .4rem;
    box-shadow: 0 0 .44rem .25rem rgba(102, 102, 102, .1);
    overflow: hidden;
}

.couponList .modular .couponLeft {
    overflow: hidden;
    /*width: 22rem;*/
    padding: .66rem 1rem;
    font-size: 0.80rem;
}

.couponList .modular .faceValue {
    line-height: 2.5rem;
    height: 2.5rem;
    margin-right: 0.67rem;
    color: #666;
}

.couponList .modular .pink {
    color: #f8517a;
}

.couponList .modular .blue {
    color: #51aff8;
}

.couponList .modular .shopName {
    font-size: 0.90rem;
}

.couponList .modular .fn-c-gray {
    color: #999;
}

.couponList .modular .fz-60 {
    font-size: 2.5rem;
    font-family: "arial";
    font-weight: bold;
}

.couponList .modular .bg-c-blue {
    font-size: .80rem;
    background-color: #51aff8;
    width: 4.4rem;
    height: 1.4rem;
    text-align: center;
    color: #fff;
}

.couponList .modular .bg-c-pink {
    font-size: .80rem;
    background-color: #f8517a;
    color: #fff;
    width: 4.4rem;
    height: 1.4rem;
    text-align: center;
}

.couponList .modular .option {
    position: relative;
    width: 4rem;
    height: 100%;
    overflow: hidden;
}

.couponList .modular .option svg.couponStyle {
    position: absolute;
    display: block;
    top: -1.7rem;
    left: -2.0rem;
    width: 9rem;
    height: 12rem;
    z-index: 0;
}

.couponList .modular .option a {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    z-index: 11;
    color: #fff;
    position: absolute;
    line-height: 1.3em;
}

.couponList .modular .seal {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    bottom: 0;
    right: 4.5rem;
}

.couponList .modular .seal>.icon {
    width: 100%;
    height: 100%;
}


/*没有优惠券样式显示*/

.noCoupon {
    width: 100%;
    margin: 4.6rem auto auto auto;
    text-align: center;
}

.noCoupon>img {
    width: 6.5625rem;
    height: auto;
}

.noCoupon>p {
    clear: both;
    font-size: .875rem;
    text-align: center;
    margin-top: 1.6rem;
    color: #666666;
}


/*公共方法*/

.center {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
