body {
	background-color: #F5F7FA;
}

.qrcode_back {
	float: left;
    height: 2em;
    width: 2em;
    background: url("../../image/back.png") left no-repeat;
    background-size: 1em 1.8em;
}

.center .img {
    text-align: center;
    background: #FFF;
    padding: 1em 0em;
}

.center .img img {
    border-radius: 50%;
    width: 7.5em;
    height: 7.5em;
    font-size: 1.2em;
}

.center .cardname {
    text-align: center;
    background: #FFF;
    display: table;
    width: 100%;
    font-size: 1.2em;
}

.center .giftcardqrcode {
    text-align: center;
    background: #FFF;
    padding: 1em 0em;
}

.center .giftcardqrcode img {
    width: 15em;
    height: 15em;
    font-size: 1.2em;
}

.center .sao {
    text-align: center;
    background: #FFF;
    font-size: 1.2em;
}

.center .add {
    text-align: center;
    background: #FFF;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.center .sao,.center .add {
	color: #999;
}