.rg-wechat-button {
    display: block;
}

.rg-wechat-button.align-inline {
    display: inline-block;
}

.rg-wechat-button.align-left {
    text-align: left;
}

.rg-wechat-button.align-center {
    text-align: center;
}

.rg-wechat-button.align-right {
    text-align: right;
}

.rg-wechat-button.border-radius-4 a {
    border-radius: 4px;
}

.rg-wechat-button a {
    display: inline-block;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 117.647% */
    letter-spacing: -0.51px;
    text-decoration: none;
    padding: 16px 23px 16px 17px;
    background-color: #60BE38;
    transition: .3s;
}

.rg-wechat-button a span {
    position: relative;
    top: 2px;
}

.rg-wechat-button a svg {
    width: 32px;
    height: 26px;
    margin-right: 8px;
}

.rg-wechat-button a:hover {
    color: #FFF;
    background-color: #4B972B;
    transition: .3s;
}