.wrap {
    margin-top: 20px;
    padding-bottom: 20px;
}
.panel_header {
    height: 34px;
    line-height: 34px;
    padding: 8px 16px 5px 16px;
    background: #fff;
    border-bottom: 2px solid #f9f9f9;
    position: relative;
}

.info-board .zhubo-fav-wrap {
    position: absolute;
    right: 10px;
    top: 20px;
}
.info-board .zhubo-fav-wrap .attention {
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    background-color: #29CCCC;
    color: #fff;
}
.info-board .zhubo-fav-wrap .attention.success {
    background: #f4f4f4;
    color: #999;
}

.wrapper_content_box {
    width:1200px;
    margin:0 auto;
}
.wrapper_content_box .left_box {
    width: 880px;
    float: left;
}
.wrapper_content_box .right_box {
    width: 300px;
    float: right;
    background: #fff;
}

.cont-navbar-item {
    background: #fff;
    border-bottom: 2px solid #EEE;
    height: 50px;
}
.cont-navbar-item a {
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.info-board {
    position: relative;
    height: 195px;
    padding: 47px 20px 10px 50px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.info-board .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url('/public/images/zhubo/header_bg.jpg');
}
.info-board .head {
    position: relative;
    float: left;
    margin-right: 52px;
    border-radius: 4px;
    height: 100px;
    width: 100px;
}
.info-board .head .pic {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.info-board .head .pic .img {
    display: block;
    width: 100%;
    height: 100%;
}
.info-board .head .head-bg {
    position: absolute;
    top: -13px;
    left: -20px;
    width: 139%;
    height: 139%;
}
.info-board .detail {
    position: relative;
    float: left;
    width: 600px;
    height: 100%;
    top: -10px;
}
.info-board .detail .user-box {
    width: 100%;
    float: left;
}
.info-board .detail .user-box .user-name {
    float: left;
    margin-right: 20px;
}
.info-board .detail .statistics {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 25px;
    float: left;
}
.info-board .detail .statistics .item {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
}
.info-board .detail .statistics .item span {
    color: #a6a6b6 !important;
    font-size: 14px;
    margin-right: 2px;
}
.info-board .detail .statistics .item i {
    font-style: normal;
    font-size: 16px;
    color: #333;
}
.info-board .detail .desc {
    width: 100%;
    padding: 18px 0 7px;
    float: left;
}
.info-board .detail .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.album-list {
    background: #fff;
}
.album-list .novel-data {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.album-list .novel-data .cover {
    float: left;
    width: 104px;
    height: 138px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-right: 15px;
}
.album-list .novel-data .cover img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px rgb(0 0 0 / 35%), 0 0 5px #f9f2e9 inset;
    border-radius: 4px;
}
.album-list .novel-data .detail {
    float: left;
    width: 710px;
}
.album-list .novel-data .cp-overflow-hide {
    overflow: hidden;
}
.album-list .novel-data .detail .name {
    float: left;
    height: 30px;
    line-height: 30px;
    max-width: 500px;
    font-size: 16px;
}
.album-list .novel-data .detail .create-date {
    float: right;
    color: #9e9e9e;
    margin-top: 4px;
    width: 150px;
    height: 21px;
    text-align: right;
}
.album-list .novel-data .detail .record {
    margin-bottom: 15px;
}
.album-list .novel-data .detail .record span {
    float: left;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    border-right: 1px solid #bdbdbd;
    color: #9e9e9e;
}
.album-list .novel-data .detail .record span:first-child {
    padding-left: 0;
}
.album-list .novel-data .detail .record span:last-child {
    border-right: none;
}
.album-list .novel-data .detail .desc {
    margin-bottom: 25px;
    color: #9e9e9e;
    height: 21px;
}
.album-list .novel-data .detail .new_tag {
    overflow: hidden;
}
.album-list .novel-data .detail .new_tag span {
    float: left;
    padding: 0 13px;
    margin-right: 10px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    font-weight: 400;
    font-size: 12px;
    color: #777783;
}
.album-list .novel-data .detail .new_tag span.process_1 {
    border-color: #ffbc55;
    color: #ffbc55;
}
.album-list .novel-data .detail .new_tag span.process_2 {
    border-color: #4bc3ff;
    color: #4bc3ff;
}
.album-list .novel-data .detail .new_tag span.type {
    background-color: #fff;
    border-color: #51c29a;
    color: #51c29a;
}

.fans-list {
    padding: 20px 0 20px 20px;
}
.fans-list .anchor-following-box {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    text-align: center;
    margin-bottom: 10px;
}
.fans-list .avatar-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
