header img {
    width: 100%;
}

.weui-media-box_appmsg {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.jinQun_list .jinqun_item {
    display: flex;
    align-items: center;
}

.jinQun_list .jinqun_item .conntent .title a {
    color: #333333;
}

.img_banner {
    flex: 1;
}

.jinQun_list .jinqun_item .conntent .shuoming {
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jinQun_list .jinqun_item .conntent {
    flex: 2;
}

.jinQun_list .jinqun_item .conntent .shuoming a {
    color: #999999;
}

.weui-media-box_appmsg {
    display: block;
}

.jinQun_list .jinqun_item .jiaqun_btn {

    width: 80px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    background-color: #009688;
    font-size: 14px;
    text-align: center;
}


.zhiding {
    background-image: url(/static/index/qun/images/zhiding_icon.png);
    width: 20px;
    height: 20px;
    float: left;
    background-size: 100%;
    margin-top: 1px;
    margin-right: 2px;
}


.jinQun_list .jinqun_item .conntent .title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jinqun_item {
    display: flex;
    justify-content: space-between;
}

.jinqun_item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.page-footer {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dfdfdf;
    position: fixed;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.page-footer ul{
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.page-footer ul li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #888888;

}
.page-footer ul li.foott a {
    position: relative;
    top:-10px;

}

.page-footer ul li.foott a svg{
    background-color: #009688;
    border-radius: 50%;
    margin-bottom: 5px;
}


.page-footer img{
    width: 24px;
    height: 24px;
}

