.qrcode-image img{
    height: 60%; width: 60%; display: block;
    margin: 0 auto;
}



/* start 滚动条美化 */
.scrollspy-tab::-webkit-scrollbar {
    width: 5px; height: 5px;
}
.scrollspy-tab::-webkit-scrollbar-track {
    width: 5px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.scrollspy-tab::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}
.scrollspy-tab::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144,147,153,.3);
}
/* end 滚动条美化 */