#wachat a {
    position: fixed;
    z-index: 9999;
    right: 10px;
    float: right;
    top: auto;
    bottom: 30px;
    border-radius: 20px;
    cursor: pointer;
    min-width: 40px;
    max-width: 40px;
    color: #fff;
    text-align: center;
    padding: 9px;
    margin: 0 auto 0 auto;
    background: #20b038;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#wachat a img{
	width: 18px;
}
