﻿/*分类菜单*/
        .case-category-wrap {
            display: table;
            height: 35px;
            background: #fff;
            width: 100%;
            position: fixed;
            z-index: 777;
        }

        .case-category {
            position: absolute;
            z-index: 255;
            width: 100%;
            height: 35px;
            max-width: 640px;
            background-color: #f27138;
            border-bottom: 1px solid #eee;
        }

            .case-category .scroll {
                white-space: nowrap;
                overflow: hidden;
                position: relative;
                z-index: 8;
            }

            .case-category ul {
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
                transition-duration: 0ms;
                transform: translate(0px, 0px) translateZ(0px);
            }

                .case-category ul li {
                    float: left;
                    height: 35px;
                    line-height: 35px;
                    list-style: none;
                    padding: 0 8px;
                }

                    .case-category ul li.category-active {
                        height: 33px;
                        border-bottom: 3px solid #32B72A;
                    }

                    .case-category ul li a {
                        text-decoration: none;
                        color: #fff;
                        font-size: 14px;
                        font-weight: normal;
                    }

                    .case-category ul li.category-active a {
                        color: #faff33;
                    }

            .case-category .category-arrow {
                position: absolute;
                top: 0;
                right: 0;
                height: 35px;
                width: 38px;
                z-index: 999;
                display: inline-block;
                background-color: #f27138;
                box-shadow: -8px 0 10px -8px #bbb;
                cursor: pointer;
            }

                .case-category .category-arrow .arrow-down {
                    display: inline-block;
                    top: 8px;
                    right: 14px;
                    position: absolute;
                    content: '';
                    width: 10px;
                    height: 10px;
                    border: 2px solid #fff;
                    border-width: 0 1px 1px 0;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -webkit-transition: .01s;
                }

                .case-category .category-arrow .arrow-up {
                    display: inline-block;
                    top: 18px;
                    right: 14px;
                    position: absolute;
                    content: '';
                    width: 10px;
                    height: 10px;
                    border: 2px solid #fff;
                    border-width: 1px 0 0 1px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -webkit-transition: .01s;
                }

        .category-layer {
            max-width: 640px;
            width: 100%;
            position: fixed;
            bottom: 0;
            top: 0;
            background: rgba(255,255,255,0.95);
            -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
            -webkit-transition: -webkit-transform .4s ease-in;
            transition: transform .4s ease-in;
            padding-top: 20px;
        }

            .category-layer.menu-open {
                top: 76px;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                -webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.1);
                transition: transform .4s cubic-bezier(.175, .885, .32, 1.1);
            }

            .category-layer ul {
                padding: 10px 13px;
                width: 100%;
                height: auto;
                overflow: hidden;
            }

                .category-layer ul li {
                    width: 30%;
                    float: left;
                    padding: 6px 4px;
                    box-sizing: border-box;
                    position: relative;
                }

                    .category-layer ul li:nth-child(3n+1) {
                        padding-left: 0;
                        padding-right: 8px;
                    }

                    .category-layer ul li a {
                        display: block;
                        color: #333;
                        font-size: 14px;
                        border: 1px solid #e4e4e4;
                        border-radius: 4px;
                        height: 35px;
                        line-height: 35px;
                        text-align: center;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        word-wrap: break-word;
                        word-break: break-all;
                    }

                    .category-layer ul li .category-active a {
                        color: #f23030;
                        border: 1px solid #f23030;
                    }

            .category-layer .layer-close {
                position: absolute;
                bottom: 50px;
                width: 40px;
                height: 40px;
                border: 1px solid #ccc;
                color: #ccc;
                border-radius: 50%;
                left: 50%;
                margin-left: -20px;
            }

                .category-layer .layer-close i {
                    font-size: 34px;
                    /* line-height: 44px; */
                    text-align: center;
                    /* margin-left: 3px; */
                    opacity: 0.6;
                }

        .case-category .category-all {
            float: left;
            width: 50px;
            height: 35px;
            line-height: 35px;
            list-style: none;
            text-align: center;
            position: relative;
            z-index: 9;
        }

        .case-category span.category-active {
            border-bottom: 2px solid #32B72A;
        }

        .case-category .category-all a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
        }

        .case-category span.category-active a {
            color: #fff;
        }
        /* 筛选条件 */
        .filtrate_term2 {
            width: 100%;
            overflow: hidden;
            z-index: 5000;
            top: 51px;
        }

        .filtrate_term2ul {
            width: 100%;
            display: block;
            background: #fff;
        }

        .filtrate_term2li {
            display: inline-block;
            width: 18%;
            height: 38px;
            line-height: 38px;
            text-align: center;
        }

            .filtrate_term2li a {
                color: #777f86;
                font-size: 12px;
            }

            .filtrate_term2li.on {
                border-bottom: 2px solid #9C1B53;
            }

                .filtrate_term2li.on a {
                    color: #9C1B53;
                }

            .filtrate_term2li .arrow_up, .filtrate_term .arrow_down {
                width: 0px;
                height: 0px;
                font-size: 0;
                line-height: 0;
                border-color: #fff #fff #a5a5a5 #fff;
                border-width: 0px 5px 5px;
                display: inline-block;
                border-style: solid;
                position: relative;
                top: -6px;
                left: 5px;
            }

        .filtrate_term2 .arrow_down {
            border-color: #a5a5a5 #fff #fff #fff;
            border-width: 5px 5px 0px;
            position: relative;
            top: 2px;
            left: -5px;
        }

        .filtrate_term2 .active_up {
            border-color: #fff #fff #fcbb00 #fff;
        }

        .filtrate_term2 .active_down {
            border-color: #fcbb00 #fff #fff #fff;
        }
.head_div {
    top: 80px;
}
/*搜索弹出模块*/
.search_hide {
    background-color: #fff;
    display: none;
    z-index: 9999999;
}

    .search_hide .search_body {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        background: #F8F8F8;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .search_hide h2 {
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 18px;
        color: #666;
        font-weight: normal;
        line-height: 40px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

.close {
    position: absolute;
    display: block;
    width: 20px;
    height: 40px;
    right: 10px;
    bottom: 0px;
    font-size: 12px;
    line-height: 40px;
    color: #999;
    text-align: center;
}

    .close img {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-top: 12px;
    }


/*搜索 start*/
.search_mid {
    width: 95%;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .search_mid ul {
        width: 100%;
        overflow: hidden;
    }

        .search_mid ul li {
            cursor: pointer;
            float: left;
            height: 30px;
            line-height: 25px;
            text-align: center;
            width: 70px;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            color: #333;
        }

            .search-type .cur, .search_mid ul li.cur {
                background: #9C1B53;
                color: #fff;
            }

.searchdotm {
    width: 100%;
    overflow: hidden;
}

.mallSearch-input {
    width: 99%;
    border: 2px solid #9C1B53;
    height: 35px;
    float: left;
    overflow: hidden;
    margin: auto;
    position: relative;
}

    .mallSearch-input .s-combobox-input {
        display: block;
        width: 100%;
        height: 15px;
        font-size: 12px;
        line-height: 25px;
        color: #999;
        -webkit-appearance: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border-radius: 0;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        cursor: auto;
        border: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .mallSearch-input .button {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        right: 2px;
        bottom: 3px;
        background: url(../images/search.png) no-repeat center center;
        border: 0px;
    }





.mix_recently_search {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    background: #FFF;
    padding-bottom: 20px;
}

    .mix_recently_search h3 {
        font-size: 12px;
        font-weight: normal;
        padding-left: 30px;
        height: 40px;
        line-height: 40px;
        background: #fff url(../images/category/souso.png) 10px center no-repeat;
        background-size: 18px 18px;
        color: #333;
    }

    .mix_recently_search ul {
        background-color: #fff;
        width: 90%;
        overflow: hidden;
        margin: auto;
    }

        .mix_recently_search ul li {
            border: 1px solid #ccc;
            height: 30px;
            position: relative;
            float: left;
            border-radius: 4px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .mix_recently_search ul li a {
                display: block;
                font-size: 12px;
                line-height: 30px;
                color: #666;
                text-align: center;
                padding-left: 10px;
                padding-right: 10px;
            }

    .mix_recently_search .recently_search_null {
        text-align: center;
        line-height: 120px;
        font-size: 12px;
        color: #666;
    }
