<div class="friend-list-rooter">
<div class="friend-list-container">
</div></div>
.friend-list-rooter {
display: none;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
z-index: 100;
}
.friend-list-container {
width: 300px;
height: 500px;
background: #0AAEB3;
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px;
margin-top: -100px;
}