body,html{
    overflow: auto;
}
/* 绑定微信列表 */
.wechat-list,
.wechat-add{
    min-height: 66px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0 0 30px 0;
    background-color: #F8F8F8;
}
.wechat-add{
    display: none;
}
.wechat-img{
    float: left;
    margin: 0 20px 0 0;
    background-color: #e3e3e3;
    border-radius: 50%;
}
.wechat-img img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.wechat-data{
    float: left;
    margin: 10px 0 0;
    width: calc(100% - 224px);
}
.wechat-data p{
    text-align: justify;
    line-height: 20px;
}
.wechat-data .p2{
    font-size: 14px;
    color: #999;
}
.wechat-btn{
    float: right;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    margin: 8px 0 0;
    background-color: #FF5439;
}
.wechat-add:hover{
    opacity: .8;
    cursor: pointer;
}
.wechat-add .icon{
    float: left;
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #e3e3e3;
}
.wechat-add .icon i{
    font-size: 38px;
    color: #fff;
}
.wechat-add .p2{
    float: left;
    height: 20px;
    margin: 15px 0 0;
    line-height: 20px;
}