<>
.down_detail{
position: fixed;
z-index:99;
top: 50%;
right: 2px;
width:128px;
height:247px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.down_detail img{
display: block;
}
.down_detail .d_open {
width:128px;
height:247px;
background: url(https://game.gtimg.cn/images/yxzj/web201706/images/comm/floatwindow/down-open.png) no-repeat center;
background-size: 100% auto;
}
.down_detail .d_open .d_qrcode{
width:90px;
height:90px;
position: relative;
top: 124px;
left:50%;
transform: translateX(-50%);
}
>