@media screen and (max-width: 767px) {
    .foot-container {
        margin-top: 10px !important;
        padding: 10px 0 !important;
    }

    .foot-container .wrapper {
        flex-wrap: wrap;
    }

    .foot-info-container,
    .foot-qrcode-container {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .foot-icon-container {
        width: 32% !important;
    }

    .foot-info {
        width: 64% !important;
    }

    .foot-qrcode-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .foot-qrcode {
        width: 120px !important;
        height: 120px !important;
    }

    .toolbar-list {
        width: 40px;
        height: 100px;
        position: fixed;
        bottom: 25px;
        right: 25px;
        z-index: 10000;
        display: block;
    }

    .toolbar-item {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #EFEFEF;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        /*display: none;*/
        margin: 10px auto;
        box-shadow: #000 0 0 5px;
    }

    .toolbar-item .layui-icon {
        font-size: 36px;
        /*color: #dc3545;*/
    }

    .toolbar-item .bi {
        /*font-size: 45px;*/
        width: 24px;
        height: 24px;
        /*color: #dc3545;*/
    }
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.foot-container {
    flex: 1;
    /*height: 140px;*/
    padding: 20px 0;
    background-color: #DFDFDF;
    margin-top: 20px;
    border-top: 2px solid #0296E2;
}

.foot-container .wrapper {
    height: 100%;
    /*display: flex;*/
    justify-content: space-around;
    align-items: center;
}

.foot-icon-container {
    width: 120px;
    height: auto;
}

.foot-icon {
    height: auto;
}

.foot-info-container {
    width: 35%;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.foot-info-title {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
}

.foot-info-link:hover {
    color: #212529;
}

.foot-info-content {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.foot-qrcode-container {
    width: 150px;
    height: 150px;
    /*display: none;*/
}

.foot-qrcode {
    width: 100%;
    height: 100%;
}