﻿body {
    overflow-x: auto;
}

header, footer {
    min-width: 1200px !important;
}

div.body {
    border-top: 1px solid #eee;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.con_search {
    position: relative;
    padding: 26px 0 26px;
}
/*<!-- search_box -->*/

.container .search_wbox {
    background: rgba(255, 255, 255, 0.8);
}

.container .search_box .all_picture ul {
    top: 48px;
}

.container .key_close_div {
    top: 39px;
    right: 183px;
}

.container .search_box .all_picture ul li {
    width: 97px;
    height: 43px;
    line-height: 43px;
}
/*<!-- search_box End -->*/


/*conter*/

.con_search .genre,
.con_search .emotion {
    float: left;
    position: relative;
    width: 58px;
    font-size: 18px;
    text-align: left;
    color: #333;
    margin-right: 28px;
}

    .con_search .genre .select,
    .con_search .emotion .select {
        width: 58px;
        height: 36px;
        margin-top: 16px;
        cursor: pointer;
    }

        .con_search .genre .select b,
        .con_search .emotion .select b {
            display: inline-block;
            width: 11px;
            height: 10px;
            margin-left: 4px;
            background: url('../images/xl.png') no-repeat;
        }

        .con_search .genre .select:hover,
        .con_search .emotion .select:hover {
            color: #f29600;
        }

            .con_search .genre .select:hover b,
            .con_search .emotion .select:hover b {
                background: url('../images/xl-h.png') no-repeat;
            }

    .con_search .genre div.tag,
    .con_search .emotion div.tag {
        position: absolute;
        top: 53px;
        left: 2px;
        padding: 30px 40px;
        padding-right: 0;
        border: 1px solid #eee;
        box-shadow: 0px 0px 5px 0px #eee;
        background: #fff;
        z-index: 3;
    }

    .con_search .genre div.tag {
        width: 753px;
    }

    .con_search .emotion div.tag {
        width: 800px;
    }

    .con_search .emotion div.tag {
        left: -85px;
    }

        .con_search .genre div.tag em,
        .con_search .emotion div.tag em {
            display: block;
            border-width: 10px;
            position: absolute;
            top: -21px;
            left: 27px;
            border-style: dashed dashed solid;
            border-color: transparent transparent #eee;
            font-size: 0;
            line-height: 0;
        }

        .con_search .emotion div.tag em {
            left: 113px;
        }

        .con_search .genre div.tag span,
        .con_search .emotion div.tag span {
            display: block;
            border-width: 20px;
            position: absolute;
            top: -28px;
            left: 17px;
            border-style: dashed dashed solid;
            border-color: transparent transparent #FFF;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

        .con_search .emotion div.tag span {
            left: 103px;
        }

        .con_search .genre div.tag ul li,
        .con_search .emotion div.tag ul li {
            float: left;
            width: 130px;
            height: 30px;
            line-height: 30px;
            text-align: left;
        }

    .con_search .genre div.tag ul li {
        margin-right: 20px;
    }

    .con_search .emotion div.tag ul li {
        margin-right: 29px;
    }

        .con_search .genre div.tag ul li:nth-child(5n), .con_search .emotion div.tag ul li:nth-child(5n) {
            /*width: 80px;*/
        }

        .con_search .genre div.tag ul li a,
        .con_search .emotion div.tag ul li a {
            font-size: 14px;
            color: #666;
        }

            .con_search .genre div.tag ul li a:hover,
            .con_search .emotion div.tag ul li a:hover {
                color: #f29600;
                padding-bottom: 2px;
                border-bottom: 1px solid #f29600;
            }

/*search_result*/

.container .search_result div {
    display: inline-block;
    font-size: 12px;
    color: #666;
}

    .container .search_result div:nth-child(2) {
        font-size: 14px;
    }

    .container .search_result div > img {
        vertical-align: bottom;
    }

    .container .search_result div span.tit {
        font-size: 22px;
        color: #333;
        margin: 0 10px;
    }
/*翻页上*/
.container .pager {
    float: right;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

    .container .pager > div {
        display: inline-block;
    }

.container .btn_pager_prev {
    background: url(/Content/Search/images/qyy.png) no-repeat center;
    background-size: 30%;
    cursor: pointer;
}

    .container .btn_pager_prev:hover {
        background: url(/Content/Search/images/qyy-h.png) no-repeat center;
        background-size: 30%;
    }

.container .btn_page {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px #d3d3d3 solid;
    padding: 0 9px;
    margin: 0 2px 3px 2px;
}

.container .btn_pager_prev, .container .btn_pager_next, .container .eb_btn_page {
    height: 20px;
    line-height: 20px;
}

.container .btn_pager_prev, .container .btn_pager_next, .container .bottom_btn_page {
    padding: 0;
    width: 21px;
    vertical-align: bottom;
    border: 1px solid #dedede;
}

.container .eb_btn_page, .container .bottom_btn_page {
    width: 42px;
    text-align: center;
    margin: 0 3px;
    height: 20px;
    vertical-align: baseline;
    border-radius: 3px;
    padding: 0;
}

.container .btn_pager_next {
    background: url(/Content/Search/images/xyy.png) no-repeat center;
    background-size: 30%;
    cursor: pointer;
}

    .container .btn_pager_next:hover {
        background: url(/Content/Search/images/hyy-h.png) no-repeat center;
        background-size: 30%;
    }


.container .page_num {
    display: inline-block;
    font-size: 14px;
    margin: 0 6px;
}

    .container .page_num span {
        color: #f29600;
        margin: 0 2px;
    }
/*翻页上 END*/
/*选择条件*/
.container .selective {
    height: 48px;

    color: #666;
    background: #eee;
}

.con_search .genre div.tag, .con_search .emotion div.tag {
    display: none;
}

.con_search .genre:hover div.tag, .con_search .emotion:hover div.tag {
    display: block;
}

.container .selective > div, .container .selective .sort span {
    float: left;
}

.container .selective .sort span {
    font-size: 13px;
    line-height: 24px;
    margin: 0 7px;
}

    .container .selective .sort span:last-child {
        margin-right: 0;
    }

.container .selective > div ul li {
    display: inline-block;
}

.container .selective .line {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-top: 18px;
    border-left: 1px solid #bdbdbd;
}

.container .selective .newest {
    margin-top: 13px;
    margin-right: 13px;
}

    .container .selective .newest ul {
        margin-right: 12px;
    }

    .container .selective .newest li {
        width: max-content;
        font-size: 14px;
        margin-left: 24px;
        cursor: pointer;
    }

        .container .selective .newest li:hover {
            color: #f29600;
        }

        .container .selective .newest li.underline {
            color: #f29600;
            padding-bottom: 11px;
            border-bottom: 2px solid #f29600;
        }

.sort {
    width: max-content;
    padding: 0 20px;
    margin-top: 13px;
}

    .sort i {
        margin-left: -7px;
    }

#sort {
    width: max-content;
    padding: 0 20px;
}

    #sort #min_tempo, #sort #max_tempo {
        display: inline-block;
        width: 22px;
        text-align: center;
    }
/*拉动条样式*/


.container .selective .layout-slider-settings {
    font-size: 12px;
    padding-bottom: 10px;
}

    .container .selective .layout-slider-settings pre {
        font-family: Courier;
    }

.container .selective .jslider .jslider-scale {
    display: none;
}

.container .selective .long {
    float: left;
    font-size: 14px;
    padding-top: 2px;
}

.container .selective .layout-slider {
    margin-left: 75px;
    top: 0;
    position: relative;
}

.container .selective #sort .layout-slider {
    margin-left: 105px;
}

.container .selective .jslider {
    display: block;
    width: 100%;
    height: 1em;
    position: relative;
    top: 0.6em;
}

    .container .selective .jslider .jslider-bg i,
    .container .selective .jslider .jslider-pointer {
        background: url("/Content/Search/images/jslider.png") no-repeat 0 0;
    }


    .container .selective .jslider table {
        width: 100%;
        border-collapse: collapse;
        border: 0;
    }

    .container .selective .jslider td,
    .container .selective .jslider th {
        padding: 0;
        vertical-align: top;
        text-align: left;
        border: 0;
    }

    .container .selective .jslider table,
    .container .selective .jslider table tr,
    .container .selective .jslider table tr td {
        width: 100%;
        vertical-align: top;
    }

    .container .selective .jslider .jslider-bg {
        position: relative;
    }

        .container .selective .jslider .jslider-bg i {
            height: 5px;
            position: absolute;
            font-size: 0;
            top: 0;
        }

        .container .selective .jslider .jslider-bg .l {
            width: 50%;
            background-position: 0 0;
            left: 0;
        }

        .container .selective .jslider .jslider-bg .r {
            width: 50%;
            left: 50%;
            background-position: right 0;
        }

        .container .selective .jslider .jslider-bg .v {
            position: absolute;
            width: 60%;
            left: 20%;
            top: 0;
            height: 5px;
            background-position: 0 -20px;
        }

    .container .selective .jslider .jslider-pointer {
        width: 13px;
        height: 15px;
        background-position: 0 -40px;
        position: absolute;
        left: 20%;
        top: -4px;
        margin-left: -6px;
        cursor: pointer;
        cursor: hand;
    }

    .container .selective .jslider .jslider-pointer-hover {
        background-position: -20px -40px;
    }

    .container .selective .jslider .jslider-pointer-to {
        left: 80%;
    }

    .container .selective .jslider .jslider-label {
        font-size: 9px;
        line-height: 12px;
        color: black;
        opacity: 0.4;
        white-space: nowrap;
        padding: 0px 2px;
        position: absolute;
        top: -18px;
        left: 0px;
    }

    .container .selective .jslider .jslider-label-to {
        left: auto;
        right: 0;
    }

    .container .selective .jslider .jslider-value {
        font-size: 9px;
        white-space: nowrap;
        padding: 1px 2px 0;
        position: absolute;
        line-height: 12px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        left: 0px !important;
        margin-left: -40px !important;
        right: 100% !important;
        top: -5px;
    }

.container .selective #sort .jslider .jslider-value {
    margin-left: -25px !important;
}

.container .selective .jslider .jslider-value-to {
    right: 0 !important;
    margin-left: 6px !important;
    left: 100% !important;
    top: -5px;
}

.container .selective #sort .jslider .jslider-value-to {
    margin-left: 6px !important;
}

.container .selective .jslider .jslider-label small,
.container .selective .jslider .jslider-value small {
    position: relative;
    top: -0.4em;
}

.container .selective .jslider .jslider-scale {
    position: relative;
    top: 9px;
}

    .container .selective .jslider .jslider-scale span {
        position: absolute;
        height: 5px;
        border-left: 1px solid #999;
        font-size: 0;
    }

    .container .selective .jslider .jslider-scale ins {
        font-size: 9px;
        text-decoration: none;
        position: absolute;
        left: 0px;
        top: 5px;
        color: #999;
    }

.container .selective .jslider-single .jslider-pointer-to,
.container .selective .jslider-single .jslider-value-to,
.container .selective .jslider-single .jslider-bg .v,
.container .selective .jslider-limitless .jslider-label {
    display: none;
}
/*拉动条样式   END*/



/* List */
.container .content {
    width: 100%;
}

    .container .content .list {
        position: relative;
        width: 100%;
        height: 134px;
        padding: 24px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc;
    }

        /*收藏弹窗*/
        .container .content .list .collect_tip  ,#add_car{
            display: none;
            position: absolute;
            left: 50%;
            top: 20px;
            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;
        }
        #add_car{
              position: fixed;
              top: 40%;
              width: max-content;
              min-width:230px;
              padding:0 10px;
              z-index: 2;
               color: #f29600;
         }

            .container .content .list .collect_tip p {
                font-size: 16px;
                color: #f29600;
                letter-spacing: 3px;
            }




.container .content .list > button {
    float: left;
    width: 86px;
    height: 86px;
    margin-right: 10px;
    background: #b3b3b3;
    cursor: pointer;
    opacity: 0.8;
    margin-top: 6px;
}

            .container .content .list > button:hover {
                opacity: 0.9;
            }

            .container .content .list > button.pause {
                background: url('/Content/Search/images/d-bf.png') no-repeat #666 50%;
            }


            .container .content .list > button.play {
                z-index: 1;
                background: #f29600;
                background: url('/Content/Search/images/d-zt.png') no-repeat #f29600 50%;
            }



        .container .content .list .list_tit {
            float: left;
            position: relative;
            width: 290px;
            height: 86px;
        }

            .container .content .list .list_tit h3 {
                font-size: 16px;
                margin-bottom: 5px;
                color: #333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

                .container .content .list .list_tit h3:hover {
                    color: #f29600;
                }

            .container .content .list .list_tit p {
                font-size: 14px;
                color: #666;
            }

            .container .content .list .list_tit a.details {
                /*position: absolute;
                bottom: -1px;*/
                font-size: 16px;
                color: #999;
                margin-top:3px;
                display:inline-block;
            }

            .container .content .list .list_tit a:hover {
                color: #f29600;
            }

        .container .content .list section {
            float: left;
            width: 510px;
            margin: 0 90px 0 54px;
        }

            .container .content .list section > div:first-child {
                width: 510px;
                margin-bottom: 6px;
                background: #e4e4e4;
            }

            .container .content .list section .condition div {
                float: left;
                font-size: 12px;
                margin-right: 22px;
                color: #666;
            }

                .container .content .list section .condition div:last-child {
                    float: right;
                    margin-right: 0;
                }

        .container .content .list .img_bar {
            float: right;
            padding-top: 22px;
            height: 86px;
        }

            .container .content .list .img_bar button, .container .content .list .img_bar .buy_car {
                display: block;
                float: left;
                width: 28px;
                height: 24px;
                margin-left: 28px;
                cursor: pointer;
            }

            .container .content .list .img_bar .download {
                margin-left: 0px;
                background: url('/Content/Search/images/xz.png') no-repeat;
                display: block;
                float: left;
                width: 28px;
                height: 25px;
                color: #fff;
                cursor: pointer;
            }

                .container .content .list .img_bar .download:hover {
                    background: url('/Content/Search/images/xz-h.png') no-repeat;
                }

            .container .content .list .img_bar button.collect {
                background: url('/Content/Search/images/sc.png') no-repeat;
            }

                .container .content .list .img_bar button.collect:hover {
                    background: url('/Content/Search/images/sc-h.png') no-repeat;
                }

            .container .content .list .img_bar button.collect1 {
                background: url('/Content/Search/images/sc-sx.png') no-repeat;
            }

                .container .content .list .img_bar button.collect1:hover {
                    background: url('/Content/Search/images/sc-sx.png') no-repeat;
                }

            .container .content .list .img_bar .buy_car {
                background: url('/Content/Search/images/gwc.png') no-repeat;
            }

                .container .content .list .img_bar .buy_car:hover {
                    background: url('/Content/Search/images/gwc-h.png') no-repeat;
                }

                    .container .content .list .img_bar .buy_car:hover ul {
                        display: block;
                    }

                .container .content .list .img_bar .buy_car ul {
                    display: none;
                    position: relative;
                    right: 146px;
                    top: 21px;
                    width: 188px;
                    height: 108px;
                    padding-top: 15px;
                    box-sizing: border-box;
                    background: url(/Content/Search/images/kuang.png?v=190403) no-repeat;
                    z-index: 1;
                }

                    .container .content .list .img_bar .buy_car ul li {
                        width: 100%;
                        height: 44px;
                        line-height: 44px;
                        padding-left: 26px;
                        box-sizing: border-box;
                        background: url(/Content/Search/images/tj.png) no-repeat 82% 12px;
                    }

                        .container .content .list .img_bar .buy_car ul li:hover {
                            background: url('/Content/Search/images/tj-h.png') no-repeat 82% 12px;
                        }

                        .container .content .list .img_bar .buy_car ul li a {
                            color: #666;
                            font-size: 14px;
                        }

                        .container .content .list .img_bar .buy_car ul li:hover a {
                            color: #f29600;
                        }
/* List END
*/

/*翻页下*/
.container #bt_splitpage {
    margin: 55px 0 75px;
}

.container .bt_splitpage .next {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .container .bt_splitpage .next a {
        position: absolute;
        left: 50%;
        top: -7px;
        display: block;
        text-align: center;
        width: 240px;
        height: 44px;
        font-size: 18px;
        color: #666;
        border: solid 1px #ccc;
        border-radius: 4px;
        padding: 9px 20px 0 1px;
        box-sizing: border-box;
        margin-left: -120px;
        background: url(/Content/Search/images/n1.png) no-repeat 145px 16px;
    }

        .container .bt_splitpage .next a:hover {
            border: solid 1px #f29600;
            color: #f29600;
            text-decoration: none;
            background: url(/Content/Search/images/n2.png) no-repeat 145px 16px;
        }

.empty_data {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

    .empty_data p {
        margin-top: 15px;
        font-size: 16px;
        color: #888;
    }
    .result_tit{
            margin-top: 18px;
                padding-left: 18px;
    }
       .result_tit li {
        float: left;
        font-size: 16px;
        margin-right: 46px;
        margin-left: 4px;
        color:#666;
        cursor:pointer;
    }
     .result_tit li:hover {
        color:#f29600;
    }
         .result_tit li.on {
             color:#f29600;
            border-bottom: 3px solid #f29600;
            padding-bottom: 5px;
        }
/*翻页下 END*/
@media screen and (min-width: 1200px) {
    header .head_left .zp_nav, header .head_right {
        display: block !important;
    }
}

@media screen and (max-width: 1120px) {
    #page-content-wrapper {
        position: relative;
        min-width: 1173px;
    }
}
