body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.foot-container {
    flex: 1;
    background-color: #0E1720;
    /*margin-top: 30px;*/
    font-size: 16px;
    color: #FFF;
    line-height: 1.5;
    padding: 12px 0;
}

.foot-foot {
    margin-top: 10px;
}

.foot-foot-p {
    text-align: center;
}

.toolbar-list {
    display: none;
}

.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;*/
}

/*********************************/
.foot-container {
    padding: 10px;
}

.foot-head {
    border-bottom: 3px solid #ECAE1B;
}

.foot-ico-container {

}

.foot-ico {
    height: 40px;
    width: auto;
}

.foot-title {
    font-weight: bold;
    font-size: 22px;
}

.foot-contact-title,
.foot-concern-title,
.foot-recommend-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    border-bottom: 1px solid #ECAE1B;
}

.foot-contact-item i,
.foot-contact-item .bi {
    color: #ECAE1B;
}

.foot-contact-factory {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.foot-concern-list {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foot-concern-qrcode {
    width: 120px;
    height: auto;
}

.foot-recommend-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}