#qrcode_1 {
position: fixed;
top: 0px;
right: 20px;
width: 95px;
height: 155px;
background: rgba(126,130,136,0.85);
text-align: center;
border: 1px solid rgba(0,0,0,0.1);
border-top: 0px;
}
.qrcode_container {
position: absolute;
bottom: 5px;
width: 95px;
font-size: 18px;
}
.qrcode_container span {
display: block;
color: #FFF;
text-align: center;
}
.qrcode_title {
font-size: 22px;
}
.qrcode_text {
font-size: 12px;
line-height: 16px;
font-weight: normal;
margin: 6px 0px 12px 0px;
}