﻿
.endBoxBig {
    margin-top: 20px;
    padding: 20px 0 20px 0;
    height: 350px;
}

    .endBoxBig .qrcodeBox {
        width: 100%;
        text-align: center;
        margin: 20px;
    }

        .endBoxBig .qrcodeBox .qrcode {
            width: 300px;
        }

.endBox {
    display: flex;
    justify-content: center;
    margin: 10px;
}

    .endBox .allrow {
        flex: 0 1 auto;
        font-size: 18px;
        color: white;
        line-height: 20px;
        margin: 0 20px;
    }

    .endBox .bus {
        font-size: 14px;
    }



@media (max-width:767px) {
    /*    .endBox {
        margin-top: 30px;
        height: 170px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .endBox div {
            flex-wrap: wrap;
            font-size: 12px;
            color: white;
            line-height: 25px;
            margin: 0px;
            min-width: 50px;
        }
*/


    .endBoxBig {
        margin-top: 20px;
        padding: 20px 0 20px 0;
        height: 600px;
    }

        .endBoxBig .qrcodeBox {
            width: 100%;
            margin: 10px 0 30px 0;
            text-align: center;
        }

            .endBoxBig .qrcodeBox .qrcode {
                width: 250px;
            }

    .endBox {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 10px;
        text-align: center;
    }

        .endBox .allrow {
            flex: 0 1 auto;
            font-size: 12px;
            color: white;
            line-height: 20px;
            margin: 0 20px;
        }

        .endBox .bus {
            font-size: 9px;
        }
}
