body {
    background: #f4f5f6;
}

/* 主体内容开始 */
#fans-cont {
    margin-top: 15px;
}

#fans-cont #nav-tab {
    position: relative;
}

#fans-cont .nav-stacked {
    border: 1px solid #cdcdcd;
    background-color: #f4f5f6;
}

#fans-cont .nav-stacked .iconfont {
    margin-right: 15px;
    display: inline-block;
    width: 16px;
}

#fans-cont .nav-stacked .num {
    margin-left: 15px;
}

#fans-cont .nav-stacked > li.active > a {
    color: #17acf6;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    margin-right: 0;
    padding-left: 25px;
    color: #999;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

#nav-bar .nav li.active {
    font-weight: bold;
}

#nav-bar .nav li {
    font-size: 16px;
}

/* 右侧关注和粉丝主体 */
#fans-cont .user-item {
    border: 1px solid #cdcdcd;
    padding: 20px 15px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

#fans-cont .user-item .user-tx-wrap {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
}

#fans-cont .user-item .user-tx-wrap .sign-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
}

#fans-cont .user-item .user-tx-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: inherit;
}

#fans-cont .user-item .user-info {
    margin-left: 70px;
    font-size: 14px;
}

#fans-cont .user-item .user-info .info-name {
    line-height: 20px;
    color: #333;
}

#fans-cont .user-item .user-info .sign-lv {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

#fans-cont .user-info .sign-lv img {
    width: 100%;
    height: 100%;
    vertical-align: inherit;
}

#fans-cont .user-info .iconfont.man {
    color: #17acf6;
    font-size: 14px;
    margin-left: 5px;
}

#fans-cont .user-info .iconfont.woman {
    color: #ff4b92;
    font-size: 14px;
    margin-left: 5px;
}

/* 关注和粉丝数量 */
#fans-cont .user-info .connect {
    margin-top: 12px;
}

#fans-cont .user-info .connect .conn-type {
    padding-right: 10px;
}

#fans-cont .user-info .connect .num {
    color: #eb7355;
}

#fans-cont .user-info .connect .l-line {
    border-left: 1px solid #cdcdcd;
    padding: 0 10px;
}

/* 关注和粉丝数量结束 */
/* 关注和消息开始 */
#fans-cont .user-info .opt-box {
    position: absolute;
    top: 20px;
    right: 20px;
}

#fans-cont .user-info .opt-box .iconfont {
    font-size: 14px;
}

#fans-cont .user-info .opt-box .attention-btn, #fans-cont .user-info .opt-box .news-btn, #fans-cont .user-info .opt-box span.login {
    display: inline-block;
    cursor: pointer;
    min-width: 80px;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 8px;
    border: 1px solid #17acf6;
    color: #17acf6;
}

#fans-cont .user-info .opt-box .news-btn {
    color: #333333;
    width: 80px;
    border-color: #cdcdcd;
}

#fans-cont .user-info .opt-box .attention-btn.state-red {
    color: #ff6600;
    border-color: #ff6600;
}

/* 关注和消息结束 */
/* 主体内容结束 */
/* 分享提示框 */
.share-wrap {
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -60px;
    background-color: #17acf6;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    box-shadow: 1px 1px 10px #999;
    display: none;
}

.share-wrap .share-box {
    margin-top: 20px;
    height: 100px;
    background-color: #fff;
}

.share-wrap .share-box .share-words {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
}

.share-wrap .share-btn {
    padding-left: 40px;
    margin-top: 20px;
}

.share-wrap .share-btn li {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #17acf6;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.share-wrap .share-btn .cancel-share {
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #dedede;
}

/* 登录部分 */
.common-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
}

.login-wrap {
    display: none;
}

#login {
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    width: 600px;;
    height: 450px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    margin-top: -225px;
    font-size: 16px;
    z-index: 999;
}

#login .login-title {
    height: 40px;
    background-color: #e5e5e5;
    color: #333;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}

#login .login-title .close-btn {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#login .login-title .close-btn .iconfont {
    color: #929292;
    font-size: 18px;
    font-weight: bold;
}

#login .row-centered {
    text-align: center;
}

#login .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

#login .col-centered .form-group {
    position: relative;
}

#login .control-label {
    font-weight: 400;
}

#login .col-centered .err-tip {
    position: absolute;
    right: -110px;
    top: 10px;
    font-size: 12px;
    color: red;
    float: right;
    width: 100px;
    text-align: left;
    display: none;
}

#login .checkbox {
    font-size: 12px;
}

#login .checkbox label {
    line-height: 20px;
}

#login .checkbox label a {
    color: #17acf6;
    text-decoration: underline;
}

#login .btn-gray {
    float: right;
    margin-right: 15px;
}

#login .btn-reister {
    background-color: #17acf6;
    color: #fff;
    font-size: 16px;
}

#login .form-group .rests a {
    color: #04ae0f;
    text-decoration: underline;
}

#login .form-group .rests .iconfont {
    color: #04ae0f;
    font-size: 30px;
    margin-right: 3px;
    vertical-align: sub;
}

#login .input-group-addon .iconfont {
    font-size: 20px;
}

#login .form-group .forget-pass {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}

#login .form-group .register {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}

/*分页样式*/
.pagination-wrap .page-input {
    float: left;
    padding: 0 15px;
    display: inline-block;
}

.pagination-wrap .pagination {
    float: left;
}

.pagination-wrap .page-input {
    width: 60px;
    padding: 0 5px;
}

.pagination-wrap .pagination-num {
    line-height: 34px;
}

/*分页样式结束*/
/*返回顶部*/
.backTop {
    width: 56px;
    height: 56px;
    line-height: 52px;
    border: 2px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 514px;
    cursor: pointer;
    display: none;
}

.backTop .iconfont {
    font-size: 30px;
    color: #659bd0;
}

/*返回顶部结束*/