﻿.detail_box .layui-btn {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
}
.detail_box .layui-btn img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.detail_box .layui-btn:hover {
    background: #F2F2F2;
    border: 1px solid #E8E8E8;
}
.detail_box .layui-btn-normal {
    background: #4571FF;
}
.detail_box .layui-btn-normal:hover {
    background: #3A60D9;
}
.detail_box {
    margin-bottom: 60px;
    min-height: calc(100vh - 382px);
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.music_detail_box .music_detail_header {
    display: flex;
}
.music_detail_box .music_detail_header .music_logo {
    margin-right: 40px;
    width: 220px;
    height: 220px;
}
.music_detail_box .music_detail_header .music_detail_content h3 {
    margin-bottom: 9px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
}
.music_detail_content .music_detail_name {
    line-height: 32px;
    font-size: 14px;
}
.music_detail_content .music_detail_name span {
    margin-right: 30px;
}
.music_detail_content .music_detail_price {
    margin-top: 6px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #E04545;
}
.music_detail_box .music_detail_lyric_box {
    margin-top: 55px;
}
.music_detail_lyric_box h3 {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
}
.music_detail_lyric_box .lyric_unfold {
    display: block;
}
.music_detail_lyric_box .lyric_pack {
    display: none;
}

.music_detail_lyric_box .music_detail_lyric {
    height: 230px;
    overflow: hidden;
}
.music_detail_lyric_box .music_detail_lyric,
.music_detail_lyric_box .music_detail_lyric p,
.music_detail_lyric_box .music_detail_lyric div {
    font-size: 14px !important;
    line-height: 26px;
}
.music_detail_lyric_box .lyric_btn {
    margin-top: 6px;
    font-size: 14px;
    color: #3669FF;
    line-height: 20px;
    cursor: pointer;
}
.music_detail_comment {
    position: relative;
    margin-top: 20px;
} 
.music_detail_comment h3 {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 700;
}
.music_detail_comment .layui-btn-normal {
    width: 112px;
    height: 42px;
    background: #3E6DFF;
    border-radius: 6px;
}
.music_detail_comment .music_text_hint {
    position: absolute;
    right: 20px;
    bottom: 70px;
    font-size: 14px;
    color: #999999;
}
.music_detail_allcomment {
    margin-top: 60px;   
}
.music_detail_allcomment h3 {
    margin-bottom: 33px;
    font-size: 20px;
    font-weight: 700;
}
.music_detail_allcomment .comment_item {
    display: flex;
    margin-bottom: 25px;
}
.music_detail_allcomment .comment_item .comment_photo {
    margin-right: 13px;
    width: 30px;
    height: 30px;
}
.music_detail_allcomment .comment_item .comment_name {
    font-size: 14px; 
    line-height: 20px;
}
.music_detail_allcomment .comment_item .comment_content {
    margin: 6px 0;
    font-size: 14px;
    line-height: 22px;
}
.music_detail_allcomment .comment_item .comment_time {
    font-size: 12px;
    color: #999999;
}
.play_dialog {
    background-color: rgba(0,0,0,0.9) !important;
}
.layui-layer-setwin .layui-layer-close2 {
    right: 120px !important;
    top: -60px !important;
}
.play_dialog .layui-layer-content {
    width: 1200px;
    margin: 0 auto;
}
#mp3_player {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    /* background-color: rgba(0,0,0,0.9) !important; */
}
#mp3_player img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.player_start {
    display: block;
}
.player_stop {
    display: none;
}

.current .player_start {
    display: none;
}
.current .player_stop {
    display: block;
}

#mp3_player span {
    font-size: 14px;
    color: #C8C8C8;
    line-height: 20px;
}
#mp3_player .player_bar {
    margin-top: 7px;
    height: 2px;
    background-color: #575757;
    cursor: pointer;
}
#mp3_player .player_bar .layui-progress-bar {
    position: relative;
    height: 2px;
    background-color: #c8c8c8;
    cursor: pointer;
}
#mp3_player .player_bar .layui-progress-bar::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 0;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}
.biaoqing_detail_box h2 {
    font-weight: 700px;
    font-size: 24px;
    line-height: 32px;
}

.biaoqing_detail_box .price {
    font-size: 14px;
    color: #E04545;
    line-height: 32px;
}
.biaoqing_detail_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.biaoqing_detail_list li {
    position: relative;
    margin-right: 50px;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    border: 1px solid #E8E8E8;
}
.biaoqing_detail_list li:nth-child(5n) {
    margin-right: 0;
}

.biaoqing_detail_list li img{
    width: 100%;
    height: 100%;
}
.biaoqing_detail_list .lock_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #000000;
    opacity: 0.7;
}
.lock_shadow .lock_shadow_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}
.news_detail_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}
.news_detail_time {
    margin: 18px 0 40px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.news_detail_content {
    font-size: 14px;
    line-height: 24px;
}
.about_us h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}
.about_us p {
    font-size: 14px;
    line-height: 24px;
}
#about_us_map {
    width: 300px;
    height: 300px;
}
.feedback_box h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}
.feedback_box .feedback {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.feedback_box .layui-form-item {
    margin-bottom: 20px;
}
.feedback_box .layui-form-label {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    color: #333333;
}
.feedback_box .layui-input {
    font-size: 14px;
}
.feedback_box .layui-btn {
    width: 112px;
    height: 42px;
    background: #3E6DFF;
    border-radius: 6px;
}
.detail_box .feedback_box .layui-btn:hover {
    background: #3A60D9;
}

.member_detail h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #824B00;
    line-height: 33px;
}
.member_detail .member_interests {
    padding-top: 38px;
    width: 380px;
    height: 180px;
    background: linear-gradient(270deg, #FFF5E9 0%, #FFFBF7 100%);
    border-radius: 6px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(244, 225, 201, 1), rgba(222, 195, 160, 1)) 1 1;
    text-align: center;
}
.member_interests img {
    margin-bottom: 16px;
    width: 68px;
    height: 68px;
}
.member_interests p {
    font-size: 20px;
    font-weight: 700;
    color: #824B00;
    line-height: 28px;
}
.member_detail .member_price {
    cursor: pointer;
    padding-top: 40px;
    width: 380px;
    height: 151px;
    background: #FFFFFF;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(244, 225, 201, 1), rgba(222, 195, 160, 1)) 1 1;
    text-align: center;
}
.member_detail .member_price_active {
    background: #FFFFFF linear-gradient(270deg, #FFF5E9 0%, #FFFBF7 100%);
    box-shadow: 0px 7px 24px 0px rgba(231,233,241,0.8);
}

.member_detail .member_price .member_type {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
}
.member_detail .member_price .member_type_price {
    font-size: 24px;
    color: #824B00;
    line-height: 33px;
}
.member_detail .member_btn {
    width: 210px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(270deg, #E5B183 0%, #FEE9CE 100%);
    border-radius: 6px;
    font-size: 14px;
    color: #824B00;
}
.pay_page {
    width: 100%;
    height: 540px;
    background: #FFFFFF;
}
.pay_page .pay_title {
    margin-bottom: 27px;
    padding-left: 29px;
    height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}
.pay_page .pay_label {
    font-size: 14px;
    line-height: 20px;
}
.pay_page .pay_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.pay_page .pay_price {
    font-size: 16px;
    font-weight: 700;
    color: #E04545;
    line-height: 22px;
}
.pay_page .pay_type {
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #1678FF;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.pay_page .pay_type img {
    width: 30px;
    height: 30px;
    
}
.pay_page .pay_btn {
    margin-left: 29px;
    margin-top: 12px;
    width: 160px;
    height: 46px;
    background: #3E6DFF;
    border-radius: 6px;
}
#YYqrcode,
#BQqrcode  {
    display: none;
    padding: 10px;
    text-align: center;
}
.qrcode_dialog .layui-layer-setwin .layui-layer-close2 {
    top: -40px !important;
    right: -40px !important;
}