.wrap {
    margin-top: 20px;
    padding-bottom: 20px;
}
.album-container {
    margin: auto;
    width: 1200px;
}
.left-wrap {
    width: 280px;
    float: left;
}
.right-wrap {
    width: 900px;
    float: right;
}

.album-wrap {
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.album-wrap .cover-wrap {
    width: 240px;
}
.album-wrap .infobox-container {
    flex: 1;
}

.cover-wrap .cover {
    box-shadow: 1px 3px 8px #999;
}

.infobox-container {
    position: relative;
    height: 100%;
    word-break: break-all;
}
.infobox-container .split-line {
    width: 1px;
    height: 200px;
    background: #EEF0F1;
    position: absolute;
    right: 300px;
    top: 40px;
}
.infobox-container .album-title {
    font-size: 24px;
    height: 40px;
    font-weight: 500;
    max-width: 920px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infobox-container .album-intro {
    color: #555;
    line-height: 29px;
    font-size: 14px;
    padding: 20px;
    padding-left: 0;
    width: 620px;
    height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.infobox-container .album-intro::-webkit-scrollbar {
    display: none;
}
.infobox-container .album-zhuboinfo {
    position: absolute;
    top: 40px;
    right: 0;
    width: 280px;
}
.infobox-container .album-op-wrap {
    width: 620px;
}
.infobox-container a:hover {
    text-decoration: none;
}
.infobox-container .btn-player {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    border-radius: 8px;
    background: #29cccc;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px 20px 0 0;
}
.infobox-container .btn-fav {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    border-radius: 8px;
    background: rgba(41,204,204,.14);
    color: #29cccc;
    text-align: center;
    font-size: 16px;
    margin: 10px 20px 0 0;
}
.infobox-container .btn-fav.success {
    background: #f4f4f4;
    color: #999;
}
.infobox-container .btn-subscribe {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    border-radius: 8px;
    background: rgba(41,204,204,.14);
    color: #29cccc;
    text-align: center;
    font-size: 16px;
    margin: 10px 20px 0 0;
}
.infobox-container .btn-subscribe.success {
    background: #f4f4f4;
    color: #999;
}
.infobox-container .btn-gift {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    border-radius: 8px;
    background: rgba(46,63,196,.14);
    color: #2e3fc4;
    text-align: center;
    font-size: 16px;
    margin: 10px 20px 0 0;
}
.infobox-container .btn-share {
    float: right;
    font-size: 14px;
    color: #555;
    padding: 5px 20px;
    margin-top: 10px;
}

.album-zhuboinfo .title {
    height: 40px;
    font-size: 16px;
}
.album-zhuboinfo .content {
    position: relative;
    text-align: center;
}
.album-zhuboinfo .content .avatar {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.album-zhuboinfo .content .user-info {
    position: relative;
    margin-top: 10px;
}
.album-zhuboinfo .content .user-info .name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    height: 20px;
    line-height: 20px;
    display: block;
}
.album-zhuboinfo .content .intro {
    display: block;
    word-break: break-all;
    width: 100%;
    color: #979797;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
}
.album-zhuboinfo .content .user-data {
    margin: 10px 0;
    font-size: 12px;
    color: #888;
    width: 100%;
    line-height: 12px;
}
.album-zhuboinfo .content .user-mcn {
    margin: 5px 0;
    font-size: 12px;
    color: #888;
    width: 100%;
    line-height: 12px;
}
.album-zhuboinfo .content .btn-row {
    width: 100%;
}
.album-zhuboinfo .content .btn-row .attention {
    position: relative;
    width: 90px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    background-color: #29CCCC;
    color: #fff;
}
.album-zhuboinfo .content .btn-row .attention.success {
    background: #f4f4f4;
    color: #999;
}

.sound-cv-wrap {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}
.sound-cv-wrap .cv-title {
    font-size: 16px;
    height: 38px;
    font-weight: bold;
}
.sound-cv-wrap .sound-container {
    display: flex;
    justify-content: space-between;
}
.sound-cv-wrap .sound-cv-container {
    width: 50%;
    position: relative;
}
.sound-cv-wrap .sound-make-container {
    width: 50%;
    position: relative;
}
.sound-cv-wrap .sound-container-title {
    position: absolute;
    background: rgba(41,204,204,.14);
    width: 20px;
    top: 20px;
    text-align: center;
    color: #29cccc;
    border-radius: 40%;
    padding: 10px 1px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    text-orientation: upright;
    letter-spacing: 3px;
}

.thumbnail-cv {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 92px;
    margin: 10px 5px;
    text-align: center;
}
.thumbnail-cv:nth-child(5n+2) {
    margin-left: 30px;
}
.thumbnail-cv .img {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    border-radius: 50%;
}
.thumbnail-cv .img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.thumbnail-cv .detail {

}
.thumbnail-cv .detail .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    height: 30px;
    color: rgb(61, 61, 61);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.thumbnail-cv .detail .name a,
.thumbnail-cv .detail .organization a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.thumbnail-cv .detail .organization,
.thumbnail-cv .detail .role {
    display: block;
}

.album-col2-wrap {
    display: flex;
}

/* album-fans-wrap */
.album-fans-wrap {
    width: 320px;
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}
.album-fans {

}
.album-fans .album-fans-title {
    font-size: 16px;
    height: 38px;
    font-weight: bold;
}
.album-fans li {
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
}
.album-fans li .numNo {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #e0e0e0;
    border-radius: 2px;
}
.album-fans li .numNo-1 {
    background-color: #fe6e5c;
}
.album-fans li .numNo-2 {
    background-color: #ffbc55;
}
.album-fans li .numNo-3 {
    background-color: #ffe485;
}
.album-fans li .nickname {
    display: inline-block;
    width: 160px;
    text-align: left;
    padding-left: 8px;
}
.album-fans li .fans-level {
    display: inline-block;
    width: 80px;
    text-align: center;
}

/* comment-wrap */
.comment-wrap {
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    background: #fff;
    width: 860px;
}
.comment-wrap .comment-title {
    font-size: 16px;
    height: 38px;
    font-weight: bold;
}
/* comment-content */
.comment-content {

}
.comment-content .comment-item {
    border-bottom:1px dashed #DEDEDE;
    padding-top: 10px;
    padding-bottom:10px;
}
.comment-content .louc_left {
    width:80px;
    float:left;
    text-align:center;
    font-size:12px;
    color:#383838;
}
.comment-content .louc_left p {
    width: 80px;
    display: block;
    padding-top: 8px;
}
.comment-content .louc_left .avatarimg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #EEE;
}
.comment-content .louc_left span {
    margin-top:5px;
    display:block;
}
.comment-content .louc_left span a:hover {
    color:#222!important;
}
.comment-content .comment-item .louc_right {
    width: 730px;
    float: right;
}
.comment-content .comment-item .louc_right .comment-namebox {
    height: 34px;
    line-height: 34px;
}
.comment-content .comment-item .louc_right .comment-namebox .nickname {
    font-weight: bold;
    font-size: 14px;
}
.comment-content .comment-item .louc_right .comment-namebox .time {
    float: right;
    margin-right: 10px;
    color: #888;
    font-size: 12px;
}
.comment-content .comment-item .louc_right .message {
    width:100%;
    color:#666;
    font-size:13px;
    display:block;
    line-height:20px;
}
.comment-content .comment-item .louc_right .comment-timebox {
    width:100%;
    height:20px;
}
.comment-content .comment-item .louc_right .comment-timebox span {
    font-size:10px;
    color:#8c8b8b;
    margin-right:5px;
}
.comment-content .comment-item .louc_right .comment-timebox span.option {
    float: right;
}
.comment-content .comment-item .louc_right .comment-timebox span.option a b {
    color:#f00;
    font-weight:lighter;
}
.comment-content .comment-item .louc_right .comment-timebox span.option a.hy {
    font-size:12px;
    color: #8c8b8b;
}

.comment-content .comment-item .louc_right .time_re {

}
.comment-content .comment-item .louc_right .time_re li {
    font-size:12px;
}
.comment-content .comment-item .louc_right .cont_a {
    width:100%;
    color:#666;
    font-size:12px;
    display:block;
    line-height:20px;
}
.comment-content .comment-item .louc_right .cont_a .name {
    color:#87b72b;
}
.comment-content .comment-item .louc_right .time_a {
    height:20px;
}
.comment-content .comment-post-box {
    margin-top:20px;
}
.comment-content .comment-post-box .pl_cont{
    width:520px;
    margin-left:20px;
    height:70px;
    border-radius:5px;
    color:#666;
    border:1px solid #D4D4D4;
    box-shadow:inset 0 2px 5px #eee;
    padding:5px;
    margin-top: 10px;
}
.comment-content .comment-post-box .louc_re span {
    background:#d4a364;
    border-radius:50px;
    width:75px;
    height:26px;
    display:inline-block;
    *display: inline;
    zoom: 1;
    text-align:center;
    line-height:26px;
    color:#fff;
    margin-left:20px;
    margin-top:15px
}
/* end comment-content */
