* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'webfont-1';
    src: url(../fonts/hwxk.ttf),
    url(../fonts/_-webfont.woff) format('woff'),
    url(../fonts/_-webfont.woff2);
}

/*清楚浮动*/
.clear-float:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.hd-head {
    width: 100%;
}

.contains-module {
    width: 100%;
    height: 80px;
    background-color: #6a2329;
}

.hd-title {
    width: 1100px;
    height: 80px;
    background-color: #6a2329;
    margin: 0 auto;
    position: relative;
}

.hd-title .logo {
    width: 124px;
    float: left;
}

.hd-title .logo a {
    float: left;
    text-indent: -9999px;
    width: 40px;
    height: 70px;
    background-image: url("../image/logo.png");
    /*margin-top: 15px;*/
    background-size: cover;
}

.hd-title .hd-search {
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.searchBox {
    width: 100%;
    z-index: 9;
    position: relative;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    display: none;
}

.searchBox .search-list {
    opacity: 0.8;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}

.searchBox .search-list:hover {
    background-color: #eeeeee;
}

.hd-title .hd-search input {
    width: 480px;
    height: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding-left: 20px;
    border: none;
    font-size: 14px;
    color: #999999;
    outline: none;
}

.hd-title .hd-search .but-search {
    position: absolute;
    right: 20px;
    top: 28px;
}

.hd-title .APP-down {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    margin-top: -60px;
    position: absolute;
    right: 0;
    top: 85px;
    padding: 4px 10px;
}

.hd-title .hd-home {
    color: #ffffff;
    position: absolute;
    right: 140px;
    top: 26px;
    padding: 4px 20px;
}

.hd-title .active,
.hd-title .hd-home:hover,
.hd-title .APP-down:hover {
    border: 1px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.hd-show {
    width: 100%;
    height: 504px;
    background-image: url("../image/hd-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1100px;
}

.hd-show .details {
    list-style: none;
    width: 1100px;
    height: 504px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.details-1 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 40px;
}

.anchor-head {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #516094;
    background-size: cover;
}

.details-2 {
    font-size: 48px;
    line-height: 48px;
    margin-top: 20px;
    font-family: "webfont-1";
}

.details-3 {
    font-size: 14px;
    margin-top: 20px;
    font-family: "微软雅黑";
}

.details-4 {
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.details-4 .species {
    padding: 0 18px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.details-4 .species img {
    vertical-align: middle;
    margin-right: 10px;
}

.details-4 .hd-voice {
    background-color: #6a2329;
}

.details-4 .hd-album {
    background-color: #ffffff;
    color: #666666;
}

.details-4 .hd-share {
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
}

.details-4 .hd-share img {
    margin: 0;

}

.anchor-head {
}

.hd-content {
    display: table;
    width: 90%;
    margin: 0 auto;
}

.hd-content:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.module-album {
    width: 100%;
}

.module-title {
    height: 100px;
    line-height: 100px;
}

.module-title .name {
    float: left;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    font-family: "微软雅黑";
}

.module-title .view,
.module-title .view-title {
    float: right;
    font-size: 14px;
    color: #d99b4d;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.module-title .view:before {
    content: "";
    width: 0px;
    border-bottom: 1px solid #d99b4d;
    position: absolute;
    top: 50%;
    margin-top: 7px;
    /*display: none;*/
    left: 50%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.module-title .view:hover:before {
    /*display: block;*/
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;

}

.video-title {
    height: 100px;
    line-height: 100px;
}

.video-title .name {
    float: left;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    font-family: "微软雅黑";
}

.video-title .view,
.video-title .view-title {
    float: right;
    font-size: 14px;
    color: #d99b4d;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.video-title .view:before {
    content: "";
    width: 0px;
    border-bottom: 1px solid #d99b4d;
    position: absolute;
    top: 50%;
    margin-top: 7px;
    /*display: none;*/
    left: 50%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.video-title .view:hover:before {
    /*display: block;*/
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;

}

.time-sequence {
    width: 82px;
    text-align: right;
    cursor: pointer;
}

.time-sequence .sequence {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #d99b4d;
    background: url("../image/icon/time-sequence.png") no-repeat -18px 0;
    overflow: hidden;
    position: absolute;
    top: 42px;
    left: 0;
    cursor: pointer;
}

.time-sequence {
    float: left;
}

.sorting1 {
    margin-right: 10px;
    margin-left: 16px;
}

.sorting1,
.sorting2 {
    width: 16px;
    height: 16px;
    background: url("../image/icon/sorting.png") no-repeat;
    float: left;
    margin-top: 42px;
    cursor: pointer;
}

.sorting1 {
    background-position: -18px -18px;
}

.module-content {

}

.module-content .contains {
    /*margin-left: -30px;*/
}

.module-content .contains:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.video-content {

}

.video-content > div {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.video-content > div img {
    width: 90%;
    height: 350px
}

.video-content > div > div {
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -50px;
    color: white;
    text-align: left;
    margin-right: 90px;
}

.video-content > div > div span {
    text-align: left;
}

.video-content > div > div .title {
    margin-right: 90px;
    font-size: 40px;
    color: white;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.video-content > div > div .detail {
    font-size: 25px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-content > div > .time {
    position: absolute;
    top: 85%;
    margin-top: 0;
}

@media screen and (max-width: 1680px) {
    .video-content > div > .live_box{
        left:32%;
    }
}
@media screen and (max-width: 1440px) {
    .video-content > div > .live_box{
        left:30%;
    }
}
@media screen and (max-width: 1280px) {
    .video-content > div > .live_box{
        left:28%;
    }
}
@media screen and (min-width: 1680px){
    .video-content > div > .live_box{
        left:35%;
    }
}

.video-content > div > .live_box {
    /*left: 35%;*/
    color: white;
    text-align: center;
    top: 40%;
}

.video-content > div > .live_box > a > .live_title {
    color: white;
    font-size: 40px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.video-content > div > .live_box > a > div {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 20px auto;
}

.video-content > div > .live_box > a > div > img {
    height: 36px;
    width: 52px;
    vertical-align: middle;
}

.video-content > div > .live_box > a > div > span {
    color: #d99b4d;
    font-size: 25px;
    vertical-align: middle;
    padding-left: 10px;
}

.video-content > div > .live_box > a > .live_time {
    color: white;
    font-size: 20px
}
.video-content > div > .live_box > a > .live_time > span{
    color: #d99b4d;
}

.module-video {
    margin-top: 400px;
}

.released-album {
    float: left;
    padding-bottom: 20px;
    margin-top: 16px;
}

.released-album .picture {
    /*width: 240px;*/
    /*height: 240px;*/
    text-align: center;
}

.released-album .picture img {
    width: 240px;
    height: 240px;
}

.released-album .title {
    width: inherit;
    margin-top: 10px;
    max-width: 220px;
}

.released-album .title a {
    text-decoration: none;
    color: #d99b4d;
    font-size: 16px;
    position: relative;
}

.released-album .title a:before {
    content: "";
    width: 0;
    border-bottom: 1px solid #d99b4d;
    position: absolute;
    top: 50%;
    margin-top: 7px;
    left: 50%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.released-album .title a:hover:before {
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.released-voice {
    margin-bottom: 20px;
}

.released-voice .title-voice {
    width: 100%;
    height: 50px;
}

.released-voice .title-left {
    float: left;
    list-style: none;
}

.released-voice .title-left li {
    height: 50px;
    float: left;
    line-height: 50px;
    margin-right: 30px;
    font-size: 16px;
    color: #d99b4d;
}

.released-voice .title-right {
    list-style: none;
    height: 50px;
    float: right;
}

.released-voice .title-right img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.released-voice .title-right li {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    color: #999999;
}

.released-voice .title-right li span {
    display: inline-block;
    line-height: 50px;
}

.operation {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    padding-left: 5px;
}

.operation .update-time {
    float: left;
    font-size: 16px;
    color: #999999;
}

.operation-right {
    height: 50px;
    float: right;
}

.operation-right img {
    margin-right: 10px;
    vertical-align: middle;
}

.operation-right .share {
    height: 50px;
    float: right;
    list-style: none;
    margin-left: 40px;
    color: #d99b4d;
    font-size: 16px;
    position: relative;
}

.operation-right a {
    color: #d99b4d;
    font-size: 16px;
    text-decoration: none;
}

.operation-right .share li {
    float: left;
    position: relative;
}

.paging {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.paging a {
    padding: 0 8px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.paging .first0mit,
.paging .last0mit {
    font-size: 14px;
    color: #999999;
    padding: 0 8px;
}

.paging .page-but {
    margin: 0 2px;
}

.paging .page-but:hover {
    background-color: #6a2329;
    color: #ffffff;
    border-color: #6a2329;
}

.paging .active {
    background-color: #6a2329;
    border-color: #6a2329;
    color: #ffffff;
}

.hd-foot {
    width: 100%;
    margin-top: 20px;
    min-width: 1100px;
    background-color: #6a2329;
}

.hd-foot .footer {
    width: 1100px;
    height: 168px;
    min-width: 1100px;
    margin: auto;
    overflow: hidden;
}

.hd-foot .contains-foot {
    width: 1100px;
}

.hd-foot .about:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.hd-foot .about {
    width: 342px;
    float: right;
}

.hd-foot .divider {
    height: 10px;
    position: relative;
    margin-top: -10px;
}

.hd-foot .divider:after {
    content: "";
    width: 20px;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hd-foot .information {
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.hd-foot .information h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0;
    position: relative;

}

.hd-foot .information h2:after {
    content: "";
    width: 20px;
    border-top: 1px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.hd-foot .information p {
    margin: 8px 0;
}

.hd-foot .about a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.hd-foot .about ul li {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.hd-foot .about .software-download {
    float: left;
    list-style: none;
    margin-top: 20px;
}

.hd-foot .about .focus {
    float: right;
    list-style: none;
    margin-top: 20px;
}

.hd-foot .bar-code {

}

.hd-foot .bar-code:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.hd-foot .code {
    float: left;
}

.hd-foot .code p {
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

.hd-foot .micro-blog {
    margin-left: 40px;
}

.hd-foot .copyright {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
}

.block-L-voice {
    width: 100%;
    float: left;
    margin-right: -240px;
    display: table-cell
}

.block-L-voice .introduction p {
    color: #666666;
    font-size: 14px;
}

.block-R-voice {
    width: 240px;
    float: right;
    display: table-cell
}

.left-vice {
    margin-right: 280px;
}

.hd-title-2 {
    width: 100%;
    height: 100px;
    margin-top: 40px;
}

.cover-2 {
    width: 100px;
    height: 100px;
    float: left;
}

.contains-block-2 {
    width: 100%;
    height: 100px;
    float: right;
    margin-left: -100px;
    list-style: none;
}

.head-2 {
    list-style: none;
    margin-left: 120px;

}

.head-2 .but-label:hover {
    background-color: #d99b4d;
    color: #ffffff;
}

.head-2 h2 {
    font-size: 30px;
    color: #000000;
    font-weight: normal;
    line-height: 30px;
}

.head-2 .information {
    width: 100%;
    height: 40px;
}

.head-2 .contains {
    float: right;
    margin-top: 5px;
}

.head-2 .con-book {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    float: left;
    border-radius: 4px;
}

.head-2 .amount-play {
    background-color: #d99b4d;
    margin-right: 40px;
}

.head-2 .contains i {
    margin-right: 10px;
}

.head-2 .share {
    background-color: #6a2329;
    position: relative;
    cursor: pointer;
}

.head-2 .but-label {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    padding: 3px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.head-2 .active {
    background-color: #d99b4d;
    color: #ffffff;
}

.module-title .order {
    vertical-align: middle;
    margin-right: 10px;

}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    border-bottom: 1px solid #cccccc;
}

.sub-topic {
    margin-top: 40px;
}

.sub-topic .title {
    height: 38px;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
}

.sub-topic .title h4 {
    float: left;
    font-weight: normal;
}

.sub-topic .left-title {
    float: right;
    color: #d99b4d;
    text-decoration: none;
    position: relative;
}

.sub-topic .left-title:after {
    content: "";
    width: 0;
    position: absolute;
    border-bottom: 1px solid #d99b4d;
    top: 50%;
    margin-top: 12px;
    left: 50%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.sub-topic .left-title:hover:after {
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.sub-album {

}

.sub-list {
    width: 100%;
    margin-top: 20px;
}

.sub-list:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.sub-list img {
    width: 100px;
    height: 100px;
}

.sub-list .albumName:hover {
    text-decoration: underline;
}

.sub-mask {
    width: 100px;
    height: 100px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.alb-name {
    float: right;
    width: 100%;
    margin-left: -100px;
}

.alb-content {
    margin-left: 120px;
}

.alb-content a {
    text-decoration: none;
    color: #d99b4d;
}

.alb-content p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin: 20px 0;
    /*padding-left: 5px;*/
}

.works-detail {
    width: 100%;
    height: 268px;
    margin-top: 40px;
    background-color: #fafafa;
    padding: 20px 0;
}

.works-detail .mask {
    width: 268px;
    height: 268px;
    float: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.works-detail .cont-block {
    width: 100%;
    height: 268px;
    float: right;
    margin-left: -268px;
}

.works-detail .information {
    height: 268px;
    margin-left: 288px;
}

.works-detail .information h5 {
    font-size: 30px;
    color: #d99b4d;
    font-weight: normal;
}

.works-detail .information p {
    height: 20px;
    font-size: 14px;
    color: #999999;
    margin: 20px 0;
    line-height: 20px;
}

.works-detail .information img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.works-detail .information .download {
    color: #d99b4d;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.works-detail .information .share {
    color: #d99b4d;
}

.works-detail .information .share li {
    float: left;
}

.introduction {

}

.introduction h5 {
    font-size: 16px;
    color: #d99b4d;
    margin: 40px 0 20px 0;
    font-weight: normal;
}

.introduction .abstract-content {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 30px;

}

.thumbnail {
    height: 77px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
}

.introduction .but-text {
    width: 100%;
    height: 40px;
    background-color: #eaeaea;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.hd-player {
    height: 50px;
    line-height: 50px;
    margin-top: 34px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.hd-player .play-bar,
.hd-player .time {
    float: left;
    font-size: 24px;
    color: #999999;
}

.hd-player .play-bar {
    width: 493px;
    height: 10px;
    background-color: #eaeaea;
    margin: 20px;
    position: relative;
    cursor: pointer;
}

.loading-bar {
    width: 0;
    height: 10px;
    background-color: #c6c6c6;
    position: absolute;
    top: 0;
}

.progress-bar {
    width: 0;
    height: 10px;
    background-color: #6a2329;
    position: absolute;
    top: 0;
}

.progress-bar:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    margin-right: -15px;
}

.player-ope {
    margin-top: 20px;
    margin-bottom: 40px;
}

.player-ope:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.player-ope .update-time {
    float: left;
}

.player-ope .player-right {
    height: 20px;
    line-height: 20px;
    float: right;
}

.player-ope .player-right img {
    vertical-align: middle;
    margin-top: -4px;
}

/*右边声音小列表*/
.voice-mall-list .column {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #cccccc;
}

.voice-mall-list .content {
    width: 100%;
    margin-right: -50px;
    float: left;
}

.voice-mall-list .name {
    width: 99%;
    height: 50px;
    margin-right: 70px;
    font-size: 16px;
    color: #d99b4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.voice-mall-list .amount-play {
    width: 50px;
    float: right;
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.voice-mall-list .amount-play img {
    width: 9px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.voice-mall-list .number {
    float: right;
}

.video-mall-list .column {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #cccccc;
}

.video-mall-list .content {
    width: 100%;
    margin-right: -50px;
    float: left;
}

.video-mall-list .name {
    width: 99%;
    height: 50px;
    margin-right: 70px;
    font-size: 16px;
    color: #d99b4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video-mall-list .amount-play {
    width: 50px;
    float: right;
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.video-mall-list .amount-play img {
    width: 9px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.video-mall-list .number {
    float: right;
}

/*专辑平铺（显示方式2）*/
.album-tiled {
}

.album-tiled .content {
    width: 100%;
    float: left;
    margin-right: -200px;
}

.album-tiled .update-time {
    width: 200px;
    float: right;
}

.album-tiled .whole {
    padding-right: 200px;
}

.album-tiled .cover,
.album-details .cover {
    width: 190px;
    height: 190px;
    float: left;
}

.album-tiled .cover {
    margin-bottom: 20px;
}

.album-details .introduction h5 {
    font-size: 18px;
}

.album-tiled .cover img,
.album-details .cover img {
    width: inherit;
    height: inherit;
}

.album-tiled .text,
.album-details .text {
    float: right;
    width: 100%;
    margin-left: -190px;
}

.album-tiled .text-module,
.album-details .text-module {
    margin-left: 210px;
}

.album-tiled .text-module p,
.album-details .text-module p {
    margin-bottom: 15px;
}

.album-tiled .title,
.album-details .title {
    font-size: 16px;
    color: #d99b4d;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

.album-tiled .introduction,
.album-details .introduction {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.album-tiled .introduction {
    height: 98px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-box-orient: vertical;
    -moz-line-clamp: 5;
}

.album-details .text-module .introduction {
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-box-orient: vertical;
    -moz-line-clamp: 7;
}

.album-tiled .number {
    font-size: 14px;
    color: #999999;
}

.album-tiled .chapter-sequence {
    height: 20px;
    margin-left: 20px;
    font-size: 14px;
    color: #d99b4d;
}

.album-tiled .chapter-sequence img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.album-tiled .contains {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.album-tiled .acc {
    float: right;
    margin-top: 24px;
    font-size: 14px;
    color: #999999;
}

.segmentation {
    height: 20px;
    margin: 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

/*首页*/
.home-page .contains {
    margin-left: -30px;
}

.home-page .released-album {
    padding: 0 0 20px 40px;
}

/*专辑排版1*/
.album-list .released-album {
    padding-left: 20px;
    height: 260px;
}

.album-list .picture {
    width: 190px;
    height: 190px;
}

.album-list .picture img {
    width: inherit;
    height: inherit;
}

.album-list .picture {
    /*padding: 0 0 0 20px;*/
}

.album-list .contains {
    margin-left: -20px;
}

.album-list .title,
.album-list .chapter {
    font-size: 14px;
    width: 190px;
    color: #d99b4d;
}

.album-list .chapter {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.album-list .chapter img {
    vertical-align: middle;
}

.album-list .update-time {
    font-size: 14px;
    color: #999999;
    margin: 5px 0;
}

.album-list .chapter-sequence {
    vertical-align: top;
}

.album-list .latestVoiceTitle {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #d99b4d;
    line-height: 16px;
    margin-left: 10px;
    cursor: pointer;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*声音详情*/
.album-details {

}

.album-details h5 {
    font-size: 18px;
    color: #666666;
    margin: 20px 0;
}

.album-details .text-module {
    height: 210px;
    border-bottom: 1px solid #cccccc;
}

.album-details .whole {
    margin-top: 20px;
}

.album-details .chapter-sequence {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-right: 20px;
}

.album-details .chapter-sequence img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.alb-data-tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
    cursor: pointer;
}

.alb-data-tab .tab {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #999999;
}

.alb-data-tab .tab:hover,
.alb-data-tab .active {
    color: #d99b4d;
}

.tab-content .tab1 {
    display: none;
}

/*分享*/
.share-box {
    width: 154px;
    height: 208px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    border-radius: 6px;
    color: #666666;
    text-align: left;
}

.share-box h4 {
    color: #666666;
    font-weight: normal;
    padding-left: 10px;
    line-height: 50px;
}

.share-box a {
    display: block;
    padding-left: 24px;
    line-height: 50px;
}

.share-box .share-column {
    color: #666666;

}

.share-box .share-column:hover {
    background-color: #f5f5f5;
}

.share-box .share-column img {
    margin-right: 20px;
    vertical-align: middle;
}

.head-2 .share .share-box {
    top: 30px;
}

.albumName,
.voiceName,
.play-voice {
    cursor: pointer;
    position: relative;
}

.voiceName:before,
.album-list .albumName:before,
.relatedAlbum .albumName:before,
.album-tiled .albumName:before {
    content: "";
    width: 0;
    border-bottom: 1px solid #d99b4d;
    position: absolute;
    top: 50%;
    margin-top: 7px;
    left: 50%;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.voiceName:hover:before,
.album-list .albumName:hover:before,
.relatedAlbum .albumName:hover:before,
.album-tiled .albumName:hover:before {
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

/*.play-voice{*/
/*position: absolute;*/
/*top: -50px;*/
/*}*/
/*下载页*/
.hd-download {
    width: 100%;
    height: 344px;
    position: relative;
}

.hd-download .phone {
    position: absolute;
    top: -140px;
}

.download-but {
    position: absolute;
    right: 0;
    top: -36px;
}

.download-but .but {
    width: 200px;
    height: 80px;
    background-color: #6a2329;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 5px #acacac;
    -webkit-box-shadow: 0 0 5px #acacac;
    -moz-box-shadow: 0 0 5px #acacac;
}

.download-but .ios {
    margin-bottom: 40px;
}

.download-but .icon {
    width: 67px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
}

.download-but .icon img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.download-but .text {
    float: left;
    color: #ffffff;
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
}

.download-but .system {
    font-size: 20px;
}

.Qr-code {
    position: absolute;
    right: 160px;
    top: -36px;
}

.download-code {
    width: 210px;
    height: 210px;
    position: relative;
}

.download-code img {
    width: inherit;
    height: inherit;
}

.Qr-code .text {
    margin-top: 20px;
    color: #6a2329;
    font-size: 16px;
}

.border-show {
    width: 210px;
    height: 210px;
    position: absolute;
    box-shadow: 2px 2px 10px #d1d1d1;
    -webkit-box-shadow: 2px 2px 10px #d1d1d1;
    -moz-box-shadow: 2px 2px 10px #d1d1d1;
    z-index: -1;
}

/*弹出框*/
.pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;

}

.pop-up .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: -1;
}

.pop-up-download {
    width: 500px;
    height: 344px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -172px;
    margin-left: -250px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: -1px 1px 2px #9b999a, 1px -1px 2px #9b999a;
    -webkit-box-shadow: -1px 1px 2px #9b999a, 1px -1px 2px #9b999a;
    -moz-box-shadow: -1px 1px 2px #9b999a, 1px -1px 2px #9b999a;

}

.pop-up-download .head {
    width: 100%;
    height: 50px;
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

.pop-up-download .title {
    float: left;
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #999999;
}

.pop-up-download .exit {
    float: right;
    width: 58px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.pop-up-download .exit-but {
    width: 18px;
    height: 18px;
/ / background-color: #449fdb;
    margin: 16px auto 0 auto;
    background: url("../image/icon/exit.png") no-repeat;
}

.pop-up-download .exit:hover {
    background-color: #cccccc;
}

.pop-up-download .exit:hover .exit-but {
    background-position: -18px 0;
}

.pop-up-download .exit img {
    vertical-align: middle;
}

.pop-up-download .content {
    text-align: center;
}

.WeChat-code {
    width: 130px;
    height: 130px;
    margin: 20px auto 14px auto;
}

.WeChat-code img {
    width: 130px;
    height: 130px;
}

.pop-up-download .first-line {
    font-size: 20px;
    color: #000000;
    margin: 30px 0 10px 0;
}

.pop-up-download .text {
    font-size: 14px;
    color: #999999;
}

.introduction-foot {
    font-size: 14px;
    color: #666666;
}

.contains-sorting_2 .latestVoiceTitle {
    line-height: 14px;
    font-size: 14px;
}

.play-title {
    width: 100%;
    height: 130px;
    margin-top: 44px;
}

.play-title .mask {
    width: 130px;
    height: 130px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;

}

.play-title .content {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 40px;
}

.play-title .title {
    font-size: 18px;
    color: #000000;
}

.play-title .details {
    font-size: 14px;
    color: #9A9A9A;
}

.play-title .sort {
    margin-right: 40px;
}

.but-group {
    width: 138px;
    height: 48px;
    float: left;
    font-size: 0;
    vertical-align: top;
}

.but-group .last {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 48px;
    background-image: url("../image/PC-play-but.png");
    background-repeat: no-repeat;
    background-position: -179px 0;
    cursor: pointer;
}

.but-group .last:hover {
    background-position: -9px 0;
}

.but-group .play-but {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 20px;
    background-image: url("../image/PC-play-but.png");
    background-repeat: no-repeat;
    background-position: -225px 0;
    cursor: pointer;
}

.but-group .next {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 48px;
    background-image: url("../image/PC-play-but.png");
    background-repeat: no-repeat;
    background-position: -293px 0;
    cursor: pointer;
}

.but-group .next:hover {
    background-position: -123px 0;
}

.now-time {
    float: left;
    margin-left: 32px;
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
}

.hd-player .time {
    font-size: 18px;
    color: #999999;
    float: right;
}

.associated-voice {
    width: 100%;
    height: 160px;
    border-top: 1px solid #D8D8D8;
    margin-top: 40px;
    padding-top: 40px;
}

.associated-voice .last {
    float: left;
}

.associated-voice .next {
    width: 400px;
    height: 80px;
    float: right;
}

.associated-voice .title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 14px;
}

.associated-voice .content {
    width: 400px;
    height: 80px;
    border-top: 2px solid #DA9B4E;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    line-height: 80px;
    font-size: 18px;
    color: #DA9B4E;
    text-indent: 16px;
}

.associated-voice .content span {
    position: relative;
    cursor: pointer;
}

.hover-voice:after,
.hover-voice:after {
    content: '';
    width: 0;
    border-bottom: 1px solid #DA9B4E;
    left: 50%;
    top: 21px;
    position: absolute;
}

.hover-voice:hover:after,
.hover-voice:hover:after {
    left: 0;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.albumName-new {
    cursor: pointer;

}

.albumName-new:hover {
    text-decoration: underline;
}

.shareWeChat {
    position: absolute;
    width: 260px;
    height: 294px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    top: 400px;
}

.shareWeChat .header {
    width: 100%;
    height: 40px;
    position: relative;
}

.shareWeChat .header .title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    text-indent: 10px;
}

.shareWeChat .header .share-exit {
    width: 16px;
    height: 16px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
}

.shareWeChat .content {
    text-align: center;
}

.shareWeChat .footer {
    width: 100%;
    padding-left: 10px;
    margin-top: 10px;
}

.shareWeChat .footer p {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}



















