#pageContent {
    margin-top: 30px;
}
/*栏目导航条*/
.listTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-bottom: 1px solid rgba(220,226,238,0.60);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
}
.listTitle .titleOne {
    display: inline-block;
    height: 47px;
    margin-right: 50px;
    cursor: pointer;
}
.listTitle .titleOne.act {
    border-bottom: 3px solid #3B6AFB;
}
/*用户信息*/
.logout {
    padding: 0;
    text-align: center;
    color: #6A6A77;
    font-size: 14px;
}
.logout img {
    width: 169px;
    margin: 50px auto 20px;
}
.userBox {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
    width: 100%;
    height: 300px;
    padding-top: 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}
.userBox .avatar {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.userBox .avatar img {
    width: 100%;
    height: 100%;
}
.userBox .username {
    font-size: 16px;
    color: #2D2D33;
    margin: 10px auto;
    text-align: center;
}
.userBox .honor {
    text-align: center;
}
.userBox .honor .lv {
    background: #FF4757;
    border-radius: 2px;
    height: 16px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 10px;
    color: #FFFFFF;
}
.userBox .userCount {
    margin: 20px auto;
}
.userBox .userCount>p {
    width: 33%;
    display: inline-block;
    text-align: center;
    color: #6A6A77;
    font-size: 12px;
}
.userBox .userCount>p.fl {
    float: left;
}
.userBox .userCount>p.fr {
    float: right;
}
.userBox .userCount>p em {
    display: block;
    font-size: 16px;
    color: #2D2D33;
}
.userBox .regdate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F7F7F7;
    text-indent: 20px;
    font-size: 12px;
    color: #6A6A77;
}
/*用户管理*/
.manage {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
    width: 100%;
    height: 145px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.manage header {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2D2D33;
    padding-left: 20px;
    border-bottom: 1px solid #DCE2EE;
}
.manage section {
    padding: 20px;
    position: relative;
}
.manage section>p {
    font-size: 14px;
    color: #2D2D33;
    height: 40px;
    line-height: 40px;
}
.manage section .t {
    display: inline-block;
    width: 70px;
    text-align: justify;
    margin-right: 20px;
}
.manage .banned .inp {
    display: inline-block;
    width: 52px;
    height: 28px;
    border: 1px solid #DCE2EE;
    margin-right: 10px;
    text-indent: 10px;
}
.manage .banned .btn {
    display: inline-block;
    width: 57px;
    height: 28px;
    line-height: 28px;
    background: #3B6AFB;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
}
.manage section .forever {
    font-size: 14px;
    color: #3B6AFB;
    position: absolute;
    bottom: 0;
    left: 115px;
    cursor: pointer;
}
.nomore {
    margin: 200px auto 0;
    display: block;
    width: 150px;
}
