

.user_list{
    padding: 10px;
    background: #EAEAEA;
    margin:0 auto;
}
.user_item{
    width: 160px;
    height: 220px;
    border-radius: 5px;
    border: 1px solid lightgray;
    text-align: center;
    color: #777777;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
}

.user_item_phone{
    width: 46%;
    height: 220px;
    border-radius: 5px;
    border: 1px solid lightgray;
    text-align: center;
    color: #777777;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
}

.user_icon{
    margin-top: 5px;
    height: 80px;
    width: 80px;
    border-radius:100%;
}
.location_icon{
    height: 12px;
    width: 12px;
}
.user_nickname{
    font-size: 20px;
}
.user_city{
    font-size: 12px;
    margin-top: 5px;
}
.user_age{
    background-color: #0E65B5;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding: 1px;
}
.user_follow{
    margin-top: 20px;
    background-color: #0E65B5;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width:90%;
    border-radius: 5px;
}

.comming_soon{
    background: #f7f7f9;
    width:100%;
    height:471px;
    text-align:center;
    padding-top:10px;
}
.aboutus{
    width: 80%;
    height: 500px;
    padding-left: 20%;
    text-align: left;
}

.paychat_user_list{

    background: #EAEAEA;
    margin:0 auto;
}