.center {
    width: 713px;
    height: 638px;
    margin: auto;
    background: url(/bjg/template/metro/images/qrBackground@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.center.noDp {
    background: url(/bjg/template/metro/images/qrBackgroundNoDp@2x.png);
    background-size: contain;
    height: 440px;
}

.white-card {
    width: 600px;
    height: 533px;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 1px rgba(247,160,46,1);
    opacity: 1;
    margin-top: 29px;
    border-radius: 3px;
}

.coupon-bg {
    width: 560px;
    height: 234px;
    background: url("/bjg/template/metro/images/couponQrBg.svg");
    margin-top: 41px;
}

.coupon-bg .qr-outer {
    width: 154px;
    height: 154px;
    margin-right: 60px;
    padding: 5px;
    background: white;
    box-sizing: border-box;
}

.bigger {
    display: block;
    font-size: 32px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
}

.smaller {
    margin-top: 27px;
    display: block;
    height: 31px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 1px;
}

.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 54px;
    font-size: 23px;
    font-weight: 400;
    color: #3D4147;
    line-height: 27px;
}

.noDp.center .coupon-bg{
    margin-top: 82px;
}

.noDp .white-card {
    height: 300px;
}

.dp-card {
    width: 553px;
    height: 212px;
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
}

.coupon-bg {
    margin-top: 32px;
    width: 562px;
    height: 266px;
    background: url(/bjg/template/metro/images/qrBottom@2x.png);
    background-size: contain;
}

.coupon-bg.invalid {
    background: url(/bjg/template/metro/images/qrBottomGray@2x.png);
    background-size: contain;
}

.bigger {
    font-size: 24px;
}

.smaller {
    font-size: 18px;
    margin-top: 40px;
}

.coupon-bg .qr-outer {
    margin-right: 79px;
}

.title {
    font-size: 20px;
    height: 56px;
    line-height: 28px;
    color: #404547;
}