.wrap {
    margin-top: 20px;
    padding-bottom: 20px;
}
.zhubo-container {
    margin: auto;
    width: 1200px;
}
.wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}

.zhubo-info {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 20px;
    position: relative;
}
.zhubo-info h2 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    display: inline-block;
}
.zhubo-info .zhubo-info-img {
    float: left;
    width: 80px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
}
.zhubo-info .zhubo-info-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.zhubo-info .zhubo-info-member {
    padding: 10px 0;
}
.zhubo-info .zhubo-info-member .mcn-info-count {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 4px;
    line-height: 20px;
    color: #999;
}
.zhubo-info .zhubo-intro {
    color: #999;
    line-height: 20px;
    word-break: break-all;
}
.zhubo-info .zhubo-fav-wrap {
    position: absolute;
    right: 10px;
    top: 20px;
}
.zhubo-info .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;
}
.zhubo-info .zhubo-fav-wrap .attention.success {
    background: #f4f4f4;
    color: #999;
}

.layout-main {
    width: 910px;
    float: left;
    background: #fff;
}
.layout-sidebar {
    width: 260px;
    margin-left: 20px;
    float: left;
    background: #fff;
}

.wrapper-hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

.album-list {
    padding: 20px;
}
.album-list li {
    width: 174px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.album-list .album-wrapper-card {
    position: relative;
}
.album-list li .album-cover img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    transition: -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1);
    transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.75, 1);
}
.album-list li .album-cover:hover img {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
}
.album-list li .album-cover .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #000;
    opacity: 0;
    transition: opacity .5s;
}
.album-list li .album-cover .play-icon {
    display: none;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
    background-image: url(/public/images/home/video_play.png);
}
.album-list li .album-cover:hover .play-icon {
    display: block;
}
.album-list li .album-title {
    width: 140px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.fans-list {
    padding: 20px 0 20px 10px;
}
.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%;
}
