.foot-container {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #333333;
    font-size: 12px;
    color: #ffffff;
    padding: 18px 0;
    line-height: 22px;
}


.foot-container .pos-f{
    position: fixed;
}

.foot-container a {
    color: #ffffff;
    text-decoration: none;
}
.foot-container a:hover {
    color: #ffffff;
}

.foot-container .link-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.foot-container .foot-kefu {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.foot-container .foot-kefu .qrcode-kefu-wrap {
    width: 88px;
    height: 88px;
    background: white;
    display: inline-block;

}
.foot-container .foot-kefu .qrcode-kefu {
    width: 80px;
    height: 80px;
    margin: 4px;
    display: inline-block;
}

.foot-container .sp-vline {
    margin: 0 24px;
    background: white;
    width: 1px;
    height: 80px;
    vertical-align: middle;
    display: inline-block;
}