.panel-body,.cls-content-sm{
	position: relative;
}
.qrcode-tips{
	position: absolute;
    width: 83px;
    height: 42px;
    line-height: 42px;
    background: #d9b100;
    border-radius: 4px;
    right: -20px;
    top: -49px;
    color: #fff;
    font-size: 14px;
    animation: heart .7s linear infinite alternate;
}
@keyframes heart{
    //from{transform:translate(0,0)}
    //to{transform:translate(0,6px)}
     from{top:-49px}
    to{top:-56px}
  }
 .qrcode-tips::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #D9B100;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.qrcode img {

	position: absolute;
	right: 0;
	top:0;
    width: 40px;
    display: inline-block;
    padding: 6px;
}
.qr-box .QR-code-img{
    width: 290px;
    height: 290px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}
.qr-box span {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.qr-box .tips {
    height: 42px;
    line-height: 42px;
    width: 290px;
    margin: 19px auto 0;
    background: rgba(0,38,78,.4);
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
}