/*用户头像*/
#user_list_wrap{padding:0!important;}
.user_tab {
    box-sizing: border-box;
    padding:10px!important;
    background: rgb(235, 229, 221);
}
.user_tab .thumbnail{
    margin:0!important;
}
.user_tab .thumbnail div{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.user_tab img{
    height: 130px!important;
}

.user_tab:hover{
    transition: all linear 0.5s;
    transform: scale(1.1, 1.1);
}

.utp {
    float: left;
}

/* #user_list_wrap img {
    position: relative;
    
} */

@media screen and (min-width:200px) and (max-width:420px) {
    .user_tab img{
        height: 80px!important;
    }
}

.lunbo_wrap {
    position: relative;
    background: white;
    margin: 0 auto 20px;
}

.top_tip {
    position: relative;
    width: 80%;
    background-color: white;
    margin: 0 auto;
    color: grey;
}

.top_tip * {
    display: inline-block;
}

.top_tip a {
    font-weight: bold;
}

.juanzhuBtn {
    margin-left: 20px;
}

.modal-content img:first-child {
    margin: 0 3px 0 2px;
}

footer {
    margin-top: 50px;
}

.pagination li {
    color: black;
}