﻿
body{
    overflow:auto;
}
header, footer {
    min-width: 1024px !important;
}

.container {
    min-width:1024px ;
    padding: 0 24px;
    box-sizing: border-box;
}


.con_search {
    position: relative;
}

.container .search_box {
    width: 100%;
    min-width: 1145px;
    border: none;
}

 .search_wbox {
    width:100% !important;
    background: #eee;
}
 .search_box {
    margin-right: 0 !important;
}
.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;
}

.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: 0 0 5px 0 #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 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;
            }

.container .search_result {
    margin: 0px 0 16px;
}

    .container .search_result div {
        display: inline-block;
        font-size: 12px;
        color: #666;
    }

        .container .search_result div:nth-child(2) {
            font-size: 14px;
            float: right;
        }

        .container .search_result div > img {
            vertical-align: bottom;
        }

        .container .search_result div span.tit {
            font-size: 22px;
            color: #333;
            margin: 0 10px;
            margin-left: 0;
        }

.container .pager {
    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: 23px;
    line-height: 23px;
}

.container .btn_pager_prev, .container .btn_pager_next, .container .bottom_btn_page {
    padding: 0;
    width: 25px;
    vertical-align: bottom;
    border: 1px solid #dedede;
}

.container .eb_btn_page, .container .bottom_btn_page {
    width: 42px;
    text-align: center;
    margin: 0 3px;
    height: 23px;
    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;
    }

.container .content {
    width: 100%;
}

    .container .content .gallery_list li {
        position: relative;
        float: left;
        margin: 0 20px 20px 0;
    }

        .container .content .gallery_list li:last-child {
            margin-right: 0;
        }

    .container .content .gallery_list1 li:first-child,
    .container .content .gallery_list1 li:nth-child(2),
    .container .content .gallery_list1 li:nth-child(5n+1),
    .container .content .gallery_list1 li:nth-child(5n+2) {
        width: calc(50% - 10px);
    }

    .container .content .gallery_list1 li,
    .container .content .gallery_list1 li:nth-child(5) {
        width: calc(33.33333% - 14px);
    }

        .container .content .gallery_list1 li:nth-child(5n),
        .container .content .gallery_list1 li:nth-child(5n+2) {
            margin-right: 0;
        }

    .container .content .gallery_list li img {
        width: 100%;
    }

.gallery_list li:hover .img_bar {
    top: 0;
    opacity: 1;
}

.container .content .img_bar {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    z-index: 1;
}

    .container .content .img_bar span.img_id {
        float: left;
        margin: 12px 20px;
        line-height: 28px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .container .content .img_bar > div {
        position: absolute;
        bottom: 16px;
        right: 20px;
    }

    .container .content .img_bar span.img_same {
        float: right;
        width: 46px;
        height: 46px;
        background: url(/Content/Search/images/xs.png) center center no-repeat;
        cursor: pointer;
    }

        .container .content .img_bar span.img_same:hover {
            background: url(/Content/Search/images/xs-h.png) center center no-repeat;
        }

    .container .content .img_bar .img_fav {
        float: right;
        margin-right: 20px;
        width: 46px;
        height: 46px;
        background: url(/Content/Search/images/sc.png) center center no-repeat;
        cursor: pointer;
    }
    .container .content .img_bar .img_fav.collect1 {
         background: url(/Content/Search/images/sc-c.png) center center no-repeat;
    }
        .container .content .img_bar .img_fav:hover {
            background: url(/Content/Search/images/sc-h.png) center center no-repeat;
        }

    .container .content .img_bar span.img_download {
        float: right;
        margin-right: 20px;
        width: 46px;
        height: 46px;
        background: url(/Content/Search/images/xz.png) center center no-repeat;
        cursor: pointer;
    }

        .container .content .img_bar span.img_download:hover {
            background: url(/Content/Search/images/xz-h.png) center center no-repeat;
        }
         .container  .collect_tip {
            display: none;
            position: fixed;
            left: 50%;
            top: 35%;
            margin-left: -115px;
            width: 230px;
            color:#f29600;
            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: 999;
        }
.container #bt_splitpage {
    display:none;
    position: relative;
    margin: 50px 0;
}

    .container #bt_splitpage > .next {
        width: 100%;
        text-align: center;
    }

        .container #bt_splitpage > .next a {
            display: block;
            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;
            text-align: center;
            margin: 0 auto;
            background: url('/Content/Search/images/n1.png') no-repeat 67%;
        }

            .container #bt_splitpage > .next a:hover {
                border: solid 1px #f29600;
                color: #f29600;
                text-decoration: none;
            background: url('/Content/Search/images/n2.png') no-repeat 67%;
            }

    .container #bt_splitpage .pager {
        position: absolute;
        right: 0;
        top: 8px;
    }