.wx-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 200px;
    height: 220px;
    z-index: 99999;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.wx-header {
    line-height: 25px;
    text-align: center;
    color: #2e6da4;
    font-size: small;
    font-family: 微软雅黑;
}

.wx-content {
    min-height: 140px;
    min-width: 140px;
    text-align: center;
}

.qq-wrapper {
    margin-left: 20px;
}
