.footer-container-wrap{
	padding-top: 30px;
    padding-bottom: 10px;
}
#wechat {
    width: 88px;
    height: 88px;

    background-image: url("/plugins/wc_footer/static/img/qrcode.jpg");
    background-repeat: no-repeat;
    background-size: 100%;

    position: relative;
}

#code {
    display: none;
    width: 180px;
    height: 180px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -66px;
    bottom: 70px;
}

#wechats:hover {
    background-image: url("/plugins/wc_footer/static/img/qrcode.jpg");
}

#wechats:hover>#code{
    display: block;
}

.footer-white{
    background-color: #ffffff;
    margin-top:10px;
}


.footer-black{
    background-color: #2d3237;
    margin-top:10px;
    color: #ffffff;
}

.footer-black a{
    color: #ffffff;
}


.footer-simple-black{
    background-color: #2d3237;
    margin-top:10px;
    color: #ffffff;
}

.footer-simple-black a{
    color: #ffffff;
}

