
#container_footer canvas{
    margin-left:-40px;
    margin-bottom: -5px;
}
#container_footer span{
    height:7px;
    width:20px;
    display:inline-block;
    cursor:pointer;
    position:absolute;
    top:0px;
    transition: height 0.2s;
    -o-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -webkit-transition: height 0.2s;

}

#container_footer img{
    display: block;
}

#container_footer{
    width:100%;
    position: relative;
}

.footer_wrap{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
    color: #fff;
    font-family: "Microsoft YaHei";

}

.center_container_footer {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}
.left_container_footer{
    float: left;
}

.left_container_footer .link_wrap{
    color: #99c3fd;
}

.left_container_footer .link_wrap a{
    text-decoration: none;
    color: #99c3fd;
}

.left_container_footer .link_wrap a:hover{
    color: #fff;
}

.right_container_footer{
    float: right;
    margin-top: 46px;
}
.clear_fix{
    clear: both;
}

#container_footer .focus{
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.2);
    float: left;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 8px;
    position: relative;
}

#container_footer .focus:hover{
    background: rgba(255,255,255,.4);
}

#container_footer .focus img{
    margin: 9px auto 0 auto;
}

#container_footer .focus #qr_code{
    position: absolute;
    bottom: 44px;
    left: -32px;
    z-index: 10;
    display: none;
}