.bot-boardnum{
    padding: 4.16vw 10.41vw 3.12vw 10.41vw;
    background: rgba(255, 209, 0, 1);
    .bot-boardnum-top{
        display: flex;
        .tag{
            width: 14.73vw;
            height: 4.16vw;
        }
        .relation-ls{
            margin-left: 10.46vw;
            div{
                margin-top: 1.04vw;
                white-space:nowrap;
            }
            div:first-child{
                margin-top: 0;
            }
        }
        .QRcode-ls{
            margin-left: 10vw;
            display: flex;
            .QRcode-ls-lt{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .QRcode-ls-rt{
                margin-left: 2.7vw;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            img{
                width: 6.25vw;
                height: 6.25vw;
            }
            p{
                margin-top: 0.52vw;
            }
        }
    }
    .bot-boardnum-bt{
        margin-top: 2.6vw;
        display: flex;
        justify-content: space-between;
    }
}