body{
    width:100%;
    height:100%;
    background:#ffffff;
}
.wrap{
    width:100%;
}
.bg{
    width:100%;
    height:3.45rem;
}
.bg img{
    width:100%;
    height:3.45rem;
}
.head-box{
    width:100%;
    height:6.1rem;
    padding:0 0.65rem;
    box-sizing: border-box;
    margin-top: -3rem;
    position:relative;
}
.headimg{
    width:100%;
    height:6.1rem;
}
.headimg img{
    width:100%;
    height:6.1rem;
}
.head-name{
    width:100%;
    height:6.1rem;
    position:absolute;
    left:0;
    top:0;
    padding: 0.7rem 0.65rem;
    box-sizing: border-box;
}
.head-img{
    width:100%;
    height:2.5rem;
}
.head-img img{
    width:2.5rem;
    height:2.5rem;
    border-radius: 50%;
    display:block;
    margin:0 auto;

}
.wxname{
    margin-top:0.3rem;
    width:100%;
    height:1.05rem;
    line-height: 1.05rem;
    text-align: center;
    font-size:0.75rem;
    color:#333333;
    font-weight:bold;
}
.wxnum{
    width:100%;
    height:0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size:0.5rem;
    color:#000000;
    font-weight:400;
}
.list-wrap{
    width:100%;
    padding:0.75rem 0.8rem;
    box-sizing: border-box;
}
.list-wrap ul{
    width:100%;
}
.list-wrap ul li{
    width:100%;
    height:2.15rem;
    border-bottom:1px solid #F5F6FA;
}
.list-wrap ul li a{
    width:100%;
    height:2.15rem;
    display:flex;
    justify-content: space-between;
}
.lileft{
    display:flex;
    height:2.5rem;
}
.lileft-img{
    width:1.05rem;
    height:1.05rem;
    margin-top: 0.6rem;
}
.lileft-img img{
    width:1.05rem;
    height:1.05rem;
}
.text{
    line-height: 2.5rem;
    font-size:0.75rem;
    color:#333333;
    font-weight:bold;
    margin-left:0.3rem;

}
.liright{
    width:0.7rem;
    height:0.7rem;
    margin-top:0.9rem;
}
.liright img{
    width:0.7rem;
    height:0.7rem;
}