
.dropdown{
    display: inline-block;
    margin-left: 5px;
}
.sButton{
    letter-spacing: 0;
    text-transform: unset;
    color: #111;
    border-color: #999;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-family: ff-good-headline-web-pro-con, Gotham-Book, 黑体;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 6px 12px;
    border-radius: 0px;
}

.cButton{
    letter-spacing: 0;
    text-transform: unset;
    color: #fff;
    border-color: #111;
    background-color: #111;
    display: inline-block;
    margin-bottom: 0px;
    font-family: ff-good-headline-web-pro-con, Gotham-Book, 黑体;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 6px 12px;
    border-radius: 0px;
}

.sButton:after{
    content: '+';
    display: inline;
    color: #999;
    font-family: monospace;
}

.sButton.open:after{
    content: '-';
}

.sButton:focus{
    border-color: #e6e6e6;
    text-decoration: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: inherit;
    outline: 0;
    outline-offset: -2px;
}

.sMenu{
    left: 0;
    right: auto;
    z-index: 900;
    width: 340px;
    top: 100%;
    float: left;
    padding: 0;
    min-width: 160px;
    list-style: none;
    text-align: left;
    background: #fff;
    font-weight: normal;
    position: absolute;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin: 0;
    display: none;
}

.sMenu.last{
    left: auto;
    right: 0;
}

.sMenu li{
    width: 170px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.sMenu li:hover{
    background-color: #e8e8e8;
}

.sMenu span{
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

.sMenu .is-selected span{
    font-weight: bold;
    background-color: #e8e8e8;
}

.sMenu span:before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/static/local/images/1.png);
    vertical-align: top;
    width: 20px;
    height: 23px;
    background-position: -80px 3px;
    opacity: .3;
    margin-right: 5px;
}

.sMenu .is-selected span:before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/static/local/images/1.png);
    vertical-align: top;
    width: 20px;
    height: 23px;
    background-position: -40px 3px;
}

.m-hide{
    display: block;
}

.m-show{
    display: none;
}

.m-shop-toolbar{
    padding-bottom: 30px;
    padding-top: 30px;
    background: #f7f8f9;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
    .m-shop-toolbar{
        padding-bottom: 0px;
        padding-top: 0px;
        background: #f7f8f9;
        border-bottom: 1px solid #eeeeee;
    }

    .m-hide{
        display: none;
    }
    .m-show{
        display: block;
    }
    .m-menu{
        display: -webkit-flex;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #f9f9f9;
        height: 50px;
    }

    .m-button{
        color: #111;
        background-color: unset;
        border: none;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        letter-spacing: 0;
        text-transform: unset;
        display: inline-block;
        margin-bottom: 0px;
        font-family: ff-good-headline-web-pro-con, Gotham-Book, 黑体;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        font-size: 14px;
        line-height: 20px;
        user-select: none;
        border-width: 1px;
        border-color: transparent;
        border-image: initial;
        border-radius: 0px;
    }

    .button-down:after{
        content: '';
        width: 0;
        height: 0;
        display: inline-block;
        border-top: 5px solid #333;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        margin: 0 0 1px 0;
        box-sizing: border-box;
    }

    .divider{
        width: 1px;
        height: 25px;
        background: #979796;
        display: inline-block;
    }

    .sort-panel{
        display: none;
        width: 115px;
        height: auto;
        top: 35px;
        left: 0;
        z-index: 999;
        position: absolute;
        background: #f8f8f8;
    }

    .m-sort-menu{
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .m-sort-menu li{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .m-sort-menu li span{
        padding: 8px 10px;
        display: block;
        position: relative;
        font-size: 14px;
    }

    .m-sort-menu .is-selected{
        background: #e9e9e9;
    }

    .filter-is-visible .filter-panel{
        transform: translateX(0);
        -webkit-transition: transform .3s linear;
        transition: transform .3s linear;
    }

    .filter-panel{
        position: fixed;
        width: 80%;
        height: 100vh;
        top: 0;
        left: 20%;
        background: #fff;
        transform: translateX(125%);
        z-index: 1050;
        -webkit-transition: transform .3s linear;
        transition: transform .3s linear;
        overflow: auto;
    }

    .filter-is-visible .filter-back{
        opacity: 1;
        z-index: 1004;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

    .filter-back{
        opacity: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        height: 100vh;
        top: 0;
        z-index: -1;
    }

    .filter-panel .panel_header{
        padding: 0 14px;
        float: left;
        font-weight: 600;
        line-height: 1;
        margin-top: 21px;
        margin-bottom: 10.5px;
        font-size: 18px;
        letter-spacing: 0;
        text-transform: unset;
    }

    .filter-panel .panel_close{
        float: right;
        margin: 15px;
    }

    .filter-panel .menu{
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .filter-panel .menu li{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .filter-panel .menu .menu_text{
        height: auto;
        line-height: normal;
        padding: 1em;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: background-color .6s;
        transition: background-color .6s;
        font-weight: 600;
        border-bottom: 1px solid #f4f4f4;
        display: block;
        position: relative;
        font-size: 14px;
    }

    .filter-panel .menu .menu_text:before, .filter-panel .menu .menu_text:after{
        transform: rotate(45deg);
        content: "";
        position: absolute;
        display: inline-block;
        background: #333;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .1s,-webkit-transform-origin .1s;
        transition: -webkit-transform .1s,-webkit-transform-origin .1s;
        transition: transform .1s,transform-origin .1s;
        transition: transform .1s,transform-origin .1s,-webkit-transform .1s,-webkit-transform-origin .1s,-ms-transform-origin .1s;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
        top: 24px;
        right: 1em;
        height: 2px;
        width: 10px;
        box-sizing: border-box;
    }
    .filter-panel .menu .menu_text:before{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .filter-panel .menu .menu_text.is-active:before, .filter-panel .menu .menu_text.is-active:after{
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .filter-panel .menu .menu.is-visible{
        display: none;
        background-color: #f9f9f9;
        max-height: 500vh;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity .2s,max-height .35s,-webkit-transform .2s;
        transition: opacity .2s,max-height .35s,-webkit-transform .2s;
        transition: opacity .2s,transform .2s,max-height .35s;
        transition: opacity .2s,transform .2s,max-height .35s,-webkit-transform .2s;
    }

    .filter-panel .menu .menu .menu-item.is-selected{
        background-color: #e9e9e9;
    }

    .filter-panel .menu .menu .menu-text{
        padding-left: 30px;
        border-bottom: none;
    }

    .filter-panel .menu .menu-text{
        height: auto;
        line-height: normal;
        padding: 1em;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: background-color .6s;
        transition: background-color .6s;
        font-weight: 600;
        display: block;
        position: relative;
    }

    .menu-item-text .menu .menu-item{
        display: inline-block;
        padding: 0;
        margin: 0 0 4px 0;
        background: #fff;
        border: 2px solid #111;
    }

    .menu-item-text .menu .menu-item .menu-text{
        border-bottom: none;
        display: block;
        min-width: 38px;
        height: 38px;
        text-align: center;
        padding: 0 6px !important;
        line-height: 38px;
        background: white;
    }

    .menu-item-text .menu .menu-item.is-selected .menu-text{
        background-color: #111;
        color: #fff;
    }
}