.foot-container {
    background-color: #F8F8F8;
    border-top: 1px solid #DDD;
    padding: 10px 5px;
}

.foot-container {
    flex: 1;
    background-color: #383838;
    /*margin-top: 30px;*/
    font-size: 13px;
    color: #FFF;
    line-height: 1.8;
    padding: 20px 0;
}

.foot-container a {
    color: #FFF;
    display: inline;
}

.foot-container a:hover {
    color: yellow;
}

.foot-container .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.foot-info-container p {
    text-align: center;
}

.foot-info-container {
    /*font-size: 15px;*/
    color: #666;
}

.foot-info-title {
    /*font-size: 18px;*/
}

.foot-qrcode-container {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.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;*/
}