a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: rgb(180, 147, 112);
    transition: linear 0.15s;
    text-decoration: none;
}

.label {
    color: #808080;
    font-size: 14px;
    line-height: 20px;
}

.label img {
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
}

.container-fluid {
    width: 1280px;
}

.composer {
    color: #007dff;
    line-height: 16px;
    margin: 15px auto;
}

.main-content {
    display: flex;
}

.breadcrumb {
    width: 100%;
    color: #000;
    background: #fff;
    margin: 10px auto 15px;
    vertical-align: middle;
}

.col-left {
    box-sizing: border-box;
    background: none;
    padding-right: 15px;
    width: 880px;
}

.col-left>div {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.sheet-details {
    display: flex;
}

.album-cover {
    width: 280px;
    /* height: 260px; */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 0px 0;
    flex-shrink: 0;
}

.sheet-details .album-cover .cover-img img {
    /*width: 100%;*/
    width: 280px;
    height: 280px;
}

.vip-mark {
    height: 36px;
    width: 76px;
    color: #fff;
    display: none;
    background: #c8a687;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    border-bottom-right-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.detail-list {
    margin-left: 10px;
    font-size: 14px;
}

.detail-list h1 {
    font-size: 28px;
    font-weight: bold;
}

.detail-list ul {
    width: 240px;
}

.detail-list li {
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    margin-bottom: 15px;
}

.fav-cmt-shr {
    margin-bottom: 15px;
}

.fav-cmt-shr img {
    margin-right: 8px;
}

.fav-cmt-shr .btn {
    width: 120px;
    height: 40px;
    vertical-align: middle;
    border: #aaa 1px solid;
    padding: 8px;
}

.fav-cmt-shr .btn span {
    vertical-align: middle;
}

.fav.btn {
    /*
    color: #fff;
    background: linear-gradient(to right, #f86442, #f98157);
    border: none;
    margin-right: 5px;
        */
}

.sheetPay.btn {
    color: #fff;
    background: linear-gradient(to right, #f86442, #f98157);
    border: none;
}

.puReader {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0 !important;
    border-bottom: none;
}

.purchase-section {
    background: #e4e4e4 !important;
    display: none;
}

.vip-ad img {
    width: 100%;
    overflow: hidden;
}

.price-n-purchase {
    display: flex;
    position: relative;
    padding: 30px 20px;
}

.inner-price {
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
}

.inner-price span {
    font-size: 36px;
    font-weight: bold;
    color: #bb9023;
}

span.tip,
p.tip {
    color: #999;
    font-size: 14px;
    font-weight: lighter;
}

.singlePurchase {
    cursor: pointer;
}

.purchaseBtn-wrap {
    position: absolute;
    right: 0;
}

.inner-purchaseBtn-wrap {
    text-align: center;
}

.buyVip.btn {
    width: 300px;
    color: #512700;
    font-size: 20px;
    background: linear-gradient(45deg, #edb635, #f8cb68);
    display: block;
    margin: 5px 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    width: 80%;
}

.trialReadingEnding {
    font-size: 24px;
    height: 100%;
    background: url(/CCMusic-Piano/sheet/img/trialReadingEnding.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 130px 150px
}

.trialReadingEnding h2 {
    color: #f7c684;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

.trial-msg {
    margin: 0 auto 34px;
    line-height: 48px;
}

.trial-msg p:nth-child(2) {
    text-indent: 2em;
}

.music-sheet {
    color: #333333;
    width: 100%;
    position: relative;
}

.music-sheet .float-layer {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: #ffffff02;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 10;
    text-align: center;
}

.float-layer .show-full.btn {
    margin: 0 auto;
}

.sheet-tool {
    height: 66px;
    line-height: 66px;
    background-color: #F8F8F8;
    display: flex;
    position: relative;
}

.sheet-tool i {
    cursor: pointer;
}

.tool-left {
    width: 33%;
    display: flex;
}

.tool-centre {
    text-align: center;
    width: 34%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.tool-right {
    text-align: right;
    width: 33%;
}

.tool-left-item {
    padding-left: 20px;
    padding-top: 5px;
}

.tool-left-item i {
    font-size: 26px;
    color: #808080;
}

.tool-btn {
    width: 36px;
    height: 56px;
    border: 0;
    margin-top: 6px;
}

.tool-btn-spacing {
    margin-right: 20px;
}

.btn-print {
    background: url(/CCMusic-Piano/sheet/img/btn-print.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
}

.btn-down {
    background: url(/CCMusic-Piano/sheet/img/btn-down.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
}

.btn-fullscreen {
    background: url(/CCMusic-Piano/sheet/img/btn-fullscreen.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
}

.btn-previous-page {
    background: url(/CCMusic-Piano/sheet/img/btn-previous-page.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
}

.btn-next-page {
    background: url(/CCMusic-Piano/sheet/img/btn-next-page.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
}

.tool-centre-item {
    line-height: 66px;
}

.music-video-progressbar {
    height: 5px;
    width: 100%;
    background-color: #c8a687;
    transition: 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.music-video-progressbar:hover {
    height: 7.5px;
}


/* 大家也喜欢 */

.alsolove {
    padding-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 20px;
}

.alsolove-slide {
    width: 100%;
    display: flex;
    position: relative;
}

.alsolove-slide .btn {
    background: #00000040;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    height: 40px;
    line-height: 24px;
}

.sliderLeftBtn.btn {
    position: absolute;
    left: 0;
    top: 60px;
}

.slideRightBtn.btn {
    position: absolute;
    right: 0;
    top: 60px;
}

.alsolove-content {
    box-sizing: border-box;
    padding: 5px 45px;
    display: flex;
}

.alsolove-content .album-cover {
    width: 164px;
    height: 164px;
    overflow: hidden;
    margin: 10px 0;
}

.alsolove-content .album-cover img {
    width: 100%;
}

.album {
    text-align: center;
    width: 164px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 30px;
}

.album:nth-child(4n) {
    margin-right: 0;
}

.inner-trialReadingEnding>span {
    text-align: center;
    display: block;
}

.inner-trialReadingEnding>span>a {
    color: #ecc283;
}

.vip-rights {
    margin-bottom: 20px;
}

.vip-rights table {
    margin: 0 auto;
}

.vip-rights tr {
    line-height: 72px;
}

.vip-rights td {
    font-size: 22px;
    margin-right: 30px;
}

.vip-rights td:last-child {
    margin-right: 0px;
    margin-left: 100px;
}

.vip-rights img:first-child {
    margin-left: 0;
}

.vip-rights img {
    height: 40px;
    width: 40px;
    margin: 0 20px 0 100px;
    vertical-align: middle;
}

.trialReadingEnding .buyVip.btn {
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 120px;
}


/* 右侧 */

.col-right {
    /*padding: 20px;
    background: #fff;*/
    width: 370px
}

.col-right .item-page {
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.col-right .ycds-page {
    margin-bottom: 20px;
}

.col-right .item-page .top-header {
    width: 100%;
    height: 3em;
    line-height: 3em;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}


/*右边 -> 用户信息*/

.user-page .content {
    margin-top: 30px;
}

.user-page .content .user-info {
    display: flex;
}

.user-info .user-info-photo {
    width: 82px;
    height: 82px;
}

.user-info .author-info {
    margin-left: 15px;
}

.user-info .author-info .author-info-title {
    font-size: 16px;
    font-weight: 600;
}

.author-info-tag .tag-title {
    background-color: #F7F1E3;
    padding: 2px 6px;
    border-radius: 11px;
    font-size: 12px;
    color: #644800;
}

.author-info .author-info-funq {
    display: flex;
    margin-top: 20px;
}

.author-info .author-info-funq>div {
    cursor: pointer;
}

.author-info .author-info-funq .funq-follow-btn {
    width: 85px;
    height: 36px;
    border: 1px solid #F24E28;
    color: #F24E28;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
}

.author-info .author-info-funq .funq-message-btn {
    width: 85px;
    height: 36px;
    border: 1px solid #DDDDDD;
    color: #666666;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
}

.user-page .content .data-info {
    display: flex;
    margin-top: 30px;
}

.data-info .info-item {
    width: 33%;
    text-align: center;
}

.data-info .info-item .info-item-number {
    font-size: 20px;
    font-weight: 600;
}


/*右边 -> 其他钢琴谱*/

.item-page .otherGQP {
    /*padding-top:20px;*/
}

.otherGQP .gqp-photo-list-item {
    display: flex;
    margin-top: 20px;
}

.gqp-photo-list-item .list-item-content {
    padding-left: 15px;
}

.gqp-photo-list-item .list-item-content .content-title {
    color: #000000;
    font-size: 16px;
    height: 55px;
}

.gqp-photo-list-item .list-item-content .content-artist {
    color: #666666;
    font-size: 12px;
}


/*最新上传等*/

.item-page .content-list {
    padding-top: 20px;
}

.item-page .content-list .content-list-item {
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*评论*/

.comment h2 span {
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}

.comment h4 {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.comment h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    margin-left: 10px;
}

.commentbox {
    display: flex;
    width: 100%;
    margin: 20px auto;
}

.comment-box {
    width: 100%;
    margin-left: 20px;
}

.comment-box .comment-user {
    padding-right: 20px;
    padding-top: 5px;
}

.mytextarea-box {
    width: 100%;
    overflow: auto;
    word-break: break-all;
    height: 100px;
    color: #000;
    font-size: 1em;
    resize: none;
    background-color: #f4f4f4;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin-bottom: 10px;
}

.mytextarea {
    width: 100%;
    padding: 5px;
    overflow: auto;
    word-break: break-all;
    height: 98px;
    color: #000;
    font-size: 1em;
    resize: none;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    outline: none;
}

.comment-list {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding-top: 20px;
}

.comment-list .comment-info {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.comment-list .comment-info header {
    width: 48px;
    height: 48px;
    position: absolute;
}

.comment-list .comment-info header img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-list .comment-info .comment-right {
    margin-top: 5px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}

.comment-list .comment-info .comment-right h3 {
    margin: 5px 0px;
}

.comment-list .comment-info .comment-right .comment-content-header {
    height: 25px;
    font-size: 12px;
}

.comment-list .comment-info .comment-right .comment-content-header span,
.comment-list .comment-info .comment-right .comment-content-footer span {
    padding-right: 2em;
    color: #aaa;
}

.comment-list .comment-info .comment-right .comment-content-header span,
.comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,
.send,
.reply-list-btn {
    cursor: pointer;
}

.comment-list .comment-info .comment-right .reply-list {
    border-left: 3px solid #ccc;
    padding-left: 7px;
}

.comment-list .comment-info .comment-right .reply-list .reply {
    border-bottom: 1px dashed #ccc;
}

.comment-list .comment-info .comment-right .reply-list .reply div span {
    padding-left: 10px;
}

.comment-list .comment-info .comment-right .reply-list .reply p span {
    padding-right: 2em;
    color: #aaa;
}


/**播放器**/

.slider {
    background: rgba(0, 0, 0, 0.3);
    height: 12px;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.slider:hover a,
.slider.enable a {
    opacity: 1;
}

.slider a {
    background: #BB9023;
    margin-left: -2.5px;
    position: absolute;
    opacity: 0;
    width: 8px;
    height: 13px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 10%;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slider .loaded,
.slider .pace {
    position: absolute;
    height: 105%;
    opacity: 0.7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.slider .loaded {
    background: rgba(255, 255, 255, 0.1);
}

.slider .pace {
    background: rgba(187, 144, 35, 0.7);
}