﻿footer {
    min-width: 100% !important;
}
/*<!-- search_box -->*/
.container .search_box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
    border: none;
}

    .container .search_box input[type="button"] {
        width: 112px;
    }

.container .key_close_div {
    top: 82px;
    right: 245px;
}

/*<!-- search_box End -->*/

/*<!-- content End -->*/
.container .content {
    width: 100%;
    background: #191919;
}

.container .area {
    width: 1300px;
    margin: 0 auto;
}

.container .content .con_top {
    padding-top: 102px;
}

    .container .content .con_top .cont_lef {
        float: left;
        width: 66.666%;
        height: 288px;
    }

        .container .content .con_top .cont_lef .waveformbox {
            width: 100%;
            height: 248px;
            padding-top: 40px;
            box-sizing: border-box;
            background: #192023;
        }

        .container .content .con_top .cont_lef #waveform {
            width: 100%;
            background: #192023;
        }



            .container .content .con_top .cont_lef #waveform > wave > wave > canvas {
                height: 170px;
            }

        .container .content .con_top .cont_lef .controls {
            position: relative;
            height: 40px;
            font-size: 12px;
            padding: 0 14px 0 8px;
            color: #fff;
            background: #000;
        }

            .container .content .con_top .cont_lef .controls > div {
                display: inline-block;
            }

            .container .content .con_top .cont_lef .controls .control_key button {
                width: 20px;
                height: 20px;
                margin-top: -4px;
                margin-right: 10px;
                background: #b3b3b3;
                cursor: pointer;
                opacity: 0.8;
            }

                .container .content .con_top .cont_lef .controls .control_key button:hover {
                    opacity: 1;
                }

            .container .content .con_top .cont_lef .controls .control_key .play {
                background: url('/Content/Audio/images/x-bf.png') no-repeat 50%;
            }

            .container .content .con_top .cont_lef .controls .control_key .pause {
                background: url('/Content/Audio/images/x-zt.png') no-repeat 50%;
            }

            .container .content .con_top .cont_lef .controls .timer {
                line-height: 40px;
            }

            .container .content .con_top .cont_lef .controls .progress {
                position: absolute;
                top: 0px;
                left: 0;
                width: 100%;
                height: 2px;
                border-radius: 3px;
                background-color: #555;
                overflow: hidden;
            }

                .container .content .con_top .cont_lef .controls .progress .line {
                    width: auto;
                    height: 100%;
                    background-color: #f29600;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .container .content .con_top .cont_lef .controls .progress .bar {
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                }


            .container .content .con_top .cont_lef .controls .voice {
                float: right;
                width: 70px;
                margin-top: 10px;
            }
                /*横条样式*/
                .container .content .con_top .cont_lef .controls .voice input[type=range] {
                    float: right;
                    width: 60%;
                    height: 2px;
                    margin-top: 9px;
                    cursor: pointer;
                    -webkit-appearance: none;
                    background: linear-gradient(#f29600, #f29600) no-repeat,#fff;
                }

                    /*拖动块的样式*/
                    .container .content .con_top .cont_lef .controls .voice input[type=range]::-webkit-slider-thumb {
                        -webkit-appearance: none;
                        height: 8px;
                        width: 8px;
                        background: #fff;
                        border-radius: 50%;
                        border: solid 1px #ddd;
                    }


.container .content .cont_lef .img_bar {
    float: right;
    margin-top: 10px;
}

    .container .content .cont_lef .img_bar button, .container .content .cont_lef .img_bar .bdsharebuttonbox, .container .content .cont_lef .img_bar a.download {
        display: block;
        float: left;
        width: 48px;
        height: 17px;
        text-align: right;
        color: #fff;
        margin-left: 24px;
        cursor: pointer;
        font-size: 13px;
    }

    .container .content .cont_lef .img_bar a.download {
        margin-left: 0px;
        background: url('/Content/Search/images/x-xz.png') no-repeat 1px;
    }

        .container .content .cont_lef .img_bar a.download:hover {
            color: #f29600;
            background: url('/Content/Search/images/x-xz-h.png') no-repeat 1px;
        }

    .container .content .cont_lef .img_bar button.collect {
        background: url('/Content/Search/images/x-sc.png') no-repeat 1px;
    }
    .container .content .cont_lef .img_bar button.collect1 {
         color: #f29600;
        background: url('/Content/Audio/images/sc-s.png') no-repeat 1px;
    }

/*收藏弹窗*/
.container .collect_tip {
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -115px;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    border-radius: 2px;
    z-index: 1;
}

.container .content .cont_lef .collect_tip p {
    font-size: 16px;
    color: #f29600;
    letter-spacing: 3px;
}

.container .content .cont_lef .img_bar button.collect:hover {
    color: #f29600;
    background: url('/Content/Search/images/x-sc-h.png') no-repeat 1px;
}
.container .content .cont_lef .img_bar button.collect1:hover {
    color: #f29600;
  background: url('/Content/Audio/images/sc-s.png') no-repeat 1px;
}
.container .content .cont_lef .img_bar .bdsharebuttonbox {
    width: 48px;
    margin-top: -5px;
}

    .container .content .cont_lef .img_bar .bdsharebuttonbox a {
        margin-right: 0;
    }

    .container .content .cont_lef .img_bar .bdsharebuttonbox a {
        font-size: 12px;
        padding-left: 23px;
        color: #fff;
        background: url('../../../Content/Audio/images/x-fx.png') no-repeat 1px;
    }

        .container .content .cont_lef .img_bar .bdsharebuttonbox a:hover {
            color: #f29600;
            background: url('../../../Content/Audio/images/x-fx-h.png') no-repeat 1px;
        }

.container .content .con_top .cont_rig {
    float: right;
    position: relative;
    width: 416px;
    height: 320px;
}

    .container .content .con_top .cont_rig h3 img {
        float: left;
        margin-top: 4px;
    }

    .container .content .con_top .cont_rig h3 p {
        font-size: 22px;
        color: #fff;
        padding-left: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 300;
    }


        .container .content .con_top .cont_rig .format li {
            float: left;
            font-size: 14px;
            color: #c1c1c1;
            margin-right: 26px;
        }

            .container .content .con_top .cont_rig .format li:last-child {
                margin-right: 0px;
            }

    .container .content .con_top .cont_rig .genre li {
        border-bottom: 1px solid #4f4f4f;
        cursor: pointer;
    }

        .container .content .con_top .cont_rig .genre li p {
            display: inline-block;
            width: 100%;
            padding-left: 5px;
            box-sizing: border-box;
        }

            .container .content .con_top .cont_rig .genre li p span.format {
                display: inline-block;
            }

            .container .content .con_top .cont_rig .genre li p .demo--label {
                display: block;
                width: 100%;
                font-size: 14px;
                color: #666;
                padding: 13px 7px 14px 0;
                box-sizing: border-box;
                cursor: pointer;
                max-width: 100%;
                margin-bottom: 0;
                font-weight: 400;
            }

            .container .content .con_top .cont_rig .genre li p span.sort {
                display: inline-block;
                width: max-content;
                min-width: 32px;
                font-size: 14px;
                font-weight: 400;
                margin: 0 8px 0 5px;
                color: #fff;
                text-align: center;
                vertical-align: middle;
            }

            .container .content .con_top .cont_rig .genre li p i {
                position: relative;
                display: inline-block;
                width: 12px;
                height: 12px;
                cursor: pointer;
                vertical-align: sub;
                background: url('/Content/Audio/images/wh.png') no-repeat;
            }

                .container .content .con_top .cont_rig .genre li p i:hover {
                    background: url('/Content/Audio/images/wh-h.png') no-repeat;
                }

                .container .content .con_top .cont_rig .genre li p i span.query {
                    width: 365px;
                    position: absolute;
                    top: 13px;
                    left: -74px;
                    line-height: 1.2;
                    color: #333 !important;
                    padding: 3px;
                    border-radius: 3px;
                    border: 1px solid #e7e7e7;
                    background: #fff;
                    text-align: justify;
                    z-index: 1;
                    font-size:13px;
                    display: none;
                }

                .container .content .con_top .cont_rig .genre li p i:hover span {
                    display: block;
                }

            .container .content .con_top .cont_rig .genre li p .demo--radio {
                display: none;
            }

            .container .content .con_top .cont_rig .genre li p .demo--radioInput {
                display: inline-block;
                width: 12px;
                height: 12px;
                line-height: 9px;
                margin-top: 1px;
                border: 1px solid #d2cdcd;
                vertical-align: middle;
                border-radius: 100%;
                background-color: transparent;
            }

            .container .content .con_top .cont_rig .genre li p .demo--radio:checked + .demo--radioInput:after {
                background-color: #f29600;
                border-radius: 100%;
                content: "";
                display: inline-block;
                height: 6px;
                margin-left: 3px;
                width: 6px;
            }

            .container .content .con_top .cont_rig .genre li p .demo--checkbox.demo--radioInput,
            .container .content .con_top .cont_rig .genre li p .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
                border-radius: 0;
            }

            .container .content .con_top .cont_rig .genre li p .demo--radio:checked + .demo--radioInput {
                border: 1px solid #f29600;
            }

            .container .content .con_top .cont_rig .genre li p span {
                font-size: 12px;
                color: #666;
            }

            .container .content .con_top .cont_rig .genre li p b {
                float: right;
                font-size: 16px;
                font-weight: 400;
                margin-top: 1px;
                color: #f29600;
            }

        .container .content .con_top .cont_rig .genre li:hover p {
            background: #4f4f4f;
        }



    .container .content .con_top .cont_rig .buy_package {
        margin-top: 2%;
        text-align: right;
        font-size: 12px;
    }

        .container .content .con_top .cont_rig .buy_package a {
            color: #f29600;
        }

            .container .content .con_top .cont_rig .buy_package a:hover {
                color: #f27600;
            }

    .container .content .con_top .cont_rig .button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

        .container .content .con_top .cont_rig .button button:last-child {
            float: right;
            display: inline-block;
            width: 49%;
            height: 48px;
            line-height: 48px;
            font-size: 16px;
            text-align: center;
            background: #f27600;
            color: #fff;
            cursor: pointer;
        }
            .container .content .con_top .cont_rig .button button:last-child:hover {
                background: #ffa10a;
            }
                .container .content .con_top .cont_rig .button button#butPackage:last-child {
                margin-left: 0;
            }

        .container .content .con_top .cont_rig .button button:first-child {
            float: left;
            width: 49%;
            height: 48px;
            line-height: 48px;
            font-size: 16px;
            text-align: center;
            color: #fff;
            background: #ffa10a;
            cursor: pointer;
        }
            .container .content .con_top .cont_rig .button button:first-child:hover {
                background: #f27600;
            }
            .container .content .con_top .cont_rig .button button.download:last-child {
            width: 100%;
        }



/*.addcart a:hover {
    background-color: #a5a5a5;
}*/

/*con_cne*/
.container .content .con_cen {
    font-size: 14px;
    color: #fff;
    padding: 30px 0;
    margin: 25px auto 25px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

    .container .content .con_cen > div:first-child {
        margin-bottom: 14px;
    }

    .container .content .con_cen .producer {
        display: inline-block;
        color: #f29600;
    }

    .container .content .con_cen > div:last-child h5 {
        float: left;
    }

    .container .content .con_cen > div:last-child p {
        margin-left: 48px;
        word-wrap: break-word;
        word-break: normal;
        line-height: 1.5;
    }
/*con_cn ENDe*/

/*con_bot*/
.sr-bdimgshare .bdimgshare-content, .sr-bdimgshare-black .bdimgshare-bg {
    display: none;
}

.container .content .con_bot {
    margin: 0 auto;
    padding-bottom: 45px;
}

    .container .content .con_bot ul li {
        float: left;
        font-size: 13px;
        color: #c0c0c0;
        margin-right: 76px;
    }
/*con_bot END*/

/* more */

.container .content1 {
    padding-top: 36px;
    background: #fff;
}

    .container .content1 .more .more_tracks {
        margin-bottom: 24px;
    }

    .container .content1 h6 {
        font-size: 18px;
        margin-bottom: 17px;
        color: #333;
    }

        .container .content1 h6 a {
            float: right;
            font-size: 12px;
            margin-top: 6px;
            color: #666;
        }

            .container .content1 h6 a:hover {
                color: #f29600;
            }

    .container .content1 .more ul {
        width: 100%;
        font-size: 0;
    }

        .container .content1 .more ul li {
            display: inline-block;
            width: 19.2%;
            margin: 0 1% 1% 0;
        }

            .container .content1 .more ul li:nth-child(5n) {
                margin-right: 0;
            }

            .container .content1 .more ul li a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                .container .content1 .more ul li a:hover img {
                    transform: scale(1.05);
                }

                .container .content1 .more ul li a img {
                    width: 100%;
                    transition: all 0.5s ease-out;
                }

                .container .content1 .more ul li a span {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    padding: 0px 10px;
                    box-sizing: border-box;
                    background: rgba(0,0,0,0.2);
                    z-index: 2;
                }

                    .container .content1 .more ul li a span div {
                        display: block;
                        font-size: 12px;
                        color: #fff;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }
    /* more end */


    /*antistop*/

    .container .content1 .antistop ul li {
        border: 1px solid #eee;
        color: #999;
        padding: 2px 5px;
        float: left;
        margin: 0 10px 10px 0;
        cursor: pointer;
    }

        .container .content1 .antistop ul li.back {
            background: #ff9d00 !important;
            color: #fff !important;
        }

    .container .content1 .antistop .x_search {
        width: 100%;
        padding: 20px 0 40px;
        border-bottom: 1px solid #e6e6e6;
    }

        .container .content1 .antistop .x_search div {
            float: right;
            border: 1px solid #f29600;
            color: #f29600;
            width: 55px;
            padding: 2px 0;
            font-size: 14px;
            border-radius: 6px;
            text-align: left;
            cursor: pointer;
            background: url(/Content/Audio/images/ss.png) no-repeat 91% 51%;
            padding-left: 9px;
        }

            .container .content1 .antistop .x_search div:hover {
                background: url(/Content/Audio/images/ss-x.png) no-repeat 91% 51% #f29600;
                background-size: 21%;
                color: #fff;
            }
/*antistop end*/
iframe.bdselect_share_bg {
    display: none !important;
    width: 0px;
    height: 0px;
}
#add_car {
    position: fixed;
    display: none;
    top: 45%;
    left: 45%;
    width: max-content;
    min-width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 10px;
    z-index: 2;
    color: #f29600;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}
.bdshare_dialog_box,.bdshare_dialog_top, .bdshare_popup_top ,.bdshare_popup_bottom{
    display: none !important;
}
/*<!-- content End -->*/
.container .SuggestFramework_List{
    width: calc(100% - 110px) !important;
        top: 48px !important;
}


/*5折优惠样式*/
.container .content .con_top {
    padding-top: 68px;
}
ul li.complete b.vsprice {
            font-size: 14px;
            font-weight: 400;
        }
.container .content .con_top .cont_rig .genre li p b.vsprice{
      color:#fff;
}
            ul li.complete b.vsprice em {
                font-weight: 400;
               
                text-decoration: line-through;
            }

              .container .content .con_top .cont_rig .genre li b.vsprice span {
                   font-size: 17px;
                    color: #f29600;
                    margin-left: 20px;
            }
            ul li.complete b.vsprice  span img {
                   width: 38px;
                margin-right: 10px;
                margin-top: -4px;
            }
