@media screen and (max-width: 767px) {
    .foot-container {
        margin-top: 8px !important;
        padding: 8px !important;
    }

    .foot-nav-list {
        display: none !important;
    }

    .foot-info {
        text-align: center;
        font-size: 16px;
        line-height: 1.8;
    }

    .foot-info .foot-copyright,
    .foot-info .foot-link {
        width: 100% !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 {
    width: 100%;
    flex: 1;
    margin-top: 20px;
    font-size: 14px;
    color: #FFF;
    line-height: 1.5;
    padding: 20px 0;
    height: 85px;
    background-color: #167BAF;

}

.foot-container .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/*.foot-info-container {*/

/*}*/

/*.foot-info-title {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/

.foot-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.foot-beian-img {
    width: 20px;
    height: 20px;
}

.foot-link {
    /*display: inline !important;*/
    width: auto !important;
    color: #FFF;
}

.foot-link:hover {
    color: #CC1422;
    text-decoration: #F00;
}

.foot-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-nav-item {
    padding: 0 15px;
    border-right: 1px solid #FFF;
}

.foot-nav-item:last-child {
    border-right: none;
}

.foot-qrcode-container {

}

.foot-qrcode {
    /*width: 200px;*/
    /*height: 200px;*/
}