.bot-boardnum{
    padding-top: 80px;
    padding-bottom: 24px;
    background: rgba(255, 209, 0, 1);
    width: 100%;
}
.containers {
    display: flex;
    /*justify-content: space-between;*/
}
.containers .left-icon {
    width: 283px;
    height: 80px;
    background: url('../img/botLog.png') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    text-indent: -999px;
}
.containers-det{
    margin-left: 97px;
}
.containers-line {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.containers-line:nth-child(1){
    margin-top: 0;
}
.containers-line p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 22.4px;
    color:rgba(34, 34, 34, 1);

}
.containers-line p:nth-child(2) {
    /*margin-left: 285px;*/
}
.qr img{
    width: 100px;
    height: 100px;
}
.qr-ls{
    display: flex;
    margin-left: 157px;
}
.qr-writ{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
    margin-top: 8px;
}
.qr-everyone{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-everyone:nth-child(2){
    margin-left:60px;
}
.bot-line {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}
.reference-num {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
}
.reference-num div {
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
    color: rgba(34, 34, 34, 1);
}