﻿body, html, h1, h2, h3, h4, h5, ol, ul, li, dl, dt, dd, p, span, form, input, img {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}



    body a {
        text-decoration: none;
    }

    body ul, body li {
        list-style-type: none;
    }

    body .hidden {
        display: none;
    }

    body i {
        font-style: normal;
    }

.header-wrap {
    width: 100%;
    position: relative;
    z-index: 500;
    background-color: #fff;
}

    .header-wrap .header-content {
        position: relative;
        width: 1200px;
        height: 120px;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #fff;
        text-align: center;
    }

        .header-wrap .header-content .header-left {
            overflow: hidden;
            position: absolute;
            top: 15px;
            left: 0;
        }

            .header-wrap .header-content .header-left a {
                color: #3196C3;
                text-decoration: none;
            }

                .header-wrap .header-content .header-left a img {
                    width: 220px;
                }

        .header-wrap .header-content .header-right {
            margin: 20px 215px 0 350px;
        }

            .header-wrap .header-content .header-right .header-search {
            }

                .header-wrap .header-content .header-right .header-search .search {
                    margin: 0;
                    padding: 0;
                    width: 530px;
                    height: 31px;
                    border: 2px solid #3196C3;
                }

                    .header-wrap .header-content .header-right .header-search .search li {
                        height: 31px;
                        float: left;
                        line-height: 31px;
                    }

                    .header-wrap .header-content .header-right .header-search .search .search-center {
                        width: 421px;
                        position: relative;
                    }

                        .header-wrap .header-content .header-right .header-search .search .search-center .keyword {
                            height: 31px;
                            float: left;
                            line-height: 31px;
                        }

                        .header-wrap .header-content .header-right .header-search .search .search-center .search-input {
                            width: 436px;
                            height: 31px;
                            line-height: 31px;
                            padding-left: 15px;
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 8;
                            border: 0;
                            text-indent: 3px;
                            outline: none;
                        }

                    .header-wrap .header-content .header-right .header-search .search .search-right {
                        width: 95px;
                        float: right;
                        position: relative;
                    }

                        .header-wrap .header-content .header-right .header-search .search .search-right a i {
                            position: absolute;
                            height: 31px;
                            width: 100%;
                            top: 0;
                            left: 0;
                            color: #fff;
                            text-align: center;
                            font-weight: bold;
                            line-height: 31px;
                            cursor: pointer;
                            background: #3196C3;
                            font-size: 16px;
                            font-style: normal;
                            -webkit-font-smoothing: antialiased;
                        }



.menu-wrap {
    width: 100%;
    height: 38px;
    background-color:white;
}

    .menu-wrap .header-menu {
        width: 1090px;
        height: 38px;
        line-height: 38px;
        margin: 0 auto;
        _border: 0;
        background-color: #fff;
    }

        .menu-wrap .header-menu li {
            float: left;
            position: relative;
            font-size: 15px;
            color: #fff;
            z-index: 3;
        }

            .menu-wrap .header-menu li .nav {
                padding: 0px 45px;
                height: 38px;
                border-top: 2px solid #fff;
                display: inline-block;
                color: #323232;
                font-weight: bold;
            }



.header-tree-menu {
    width: 180px;
    background-color: #151515;
    margin-right: 140px;
}

.menu-wrap .header-menu .header-tree-menu .nav {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    width: 180px;
}

    .menu-wrap .header-menu .header-tree-menu .nav i {
        padding-right: 12px;
    }

.tree-menu {
    background-color: #333;
    width: 180px;
    position: absolute;
}

    .tree-menu .tree-menu-item {
        line-height: 40px;
    }

        .tree-menu .tree-menu-item .tree-menu-title {
            border-left: 3px solid #333;
            border-bottom: 1px solid #444;
        }

            .tree-menu .tree-menu-item .tree-menu-title:hover {
                border-left: 3px solid red;
                background-color: #696969;
            }

            .tree-menu .tree-menu-item .tree-menu-title div {
                font-weight: normal;
                font-size: 16px;
                height: 50px;
                padding-left: 50px;
                line-height: 50px;
            }

                .tree-menu .tree-menu-item .tree-menu-title div a {
                    width: 90px;
                    color: #fff;
                    display: inline-block;
                }

        .tree-menu .tree-menu-item .tree-menu-children {
            background: #f2f2f2;
            width: 146px;
            min-height: 400px;
            border-top: none;
            position: absolute;
            top: 0px;
            left: 180px;
            z-index: 9999;
        }

            .tree-menu .tree-menu-item .tree-menu-children .item-menu-child {
                padding-left: 32px;
                font-size: 14px;
                border-bottom: 1px solid #eaeaea;
            }

                .tree-menu .tree-menu-item .tree-menu-children .item-menu-child a {
                    color: black;
                }


































/*        */
.quick_links {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 99
}

    .quick_links i {
        display: none;
        width: 108px;
        height: 94px;
        background: url("../images/qq.png") left no-repeat;
        padding: 10px;
    }

    .quick_links .all {
        display: block;
        height: 45px;
        width: 45px;
        cursor: pointer;
        background-image: url("../images/backtop.png");
        margin-top: 5px;
    }

        .quick_links .all:hover {
            position: relative;
        }

            .quick_links .all:hover i {
                display: block;
                position: absolute;
                top: -50px;
                left: -128px
            }

                .quick_links .all:hover i img {
                    padding-left: 5px;
                }

            .quick_links .all:hover .i-wx .wx {
                width: 100px;
                padding-left: 0px;
            }


    .quick_links .a1 {
        background-position: 0px 0px;
    }

        .quick_links .a1:hover {
            background-position: -45px 0px;
        }

    .quick_links .a2 {
        background-position: 0px -56px;
    }

        .quick_links .a2:hover {
            background-position: -45px -56px;
        }

    .quick_links .a3 {
        background-position: 0px -112px;
    }

        .quick_links .a3:hover {
            background-position: -45px -112px;
        }



/*-------------------end-------------------------*/

/*-------------------????-------------------------*/
.view-footer {
    min-width: 1200px;
    padding: 0 !important;
}

.footer_main {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    background: #fff;
}

.footer_content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 50px;
    padding-top:40px;
}

.footer_content_lt {
    width: 410px;
    border-right: 1px solid #cfcfcf;
    float: left;
    /* padding: 50px 126px 80px 92px; */
}

.footer_content_lt_IMgBox {
    float: left;
    /*width: 100%;*/
    margin-bottom: 50px;
}

.footer_content_lt_IMgBox_item {
    width: 100px;
    height: 100px;
}

    .footer_content_lt_IMgBox_item:nth-child(1) {
        float: left;
    }

    .footer_content_lt_IMgBox_item:nth-child(2) {
        float: right;
    }

    .footer_content_lt_IMgBox_item > img {
        display: block;
        width: 100px;
        height: 100px;
        background: red;
        margin-bottom: 12px;
    }

    .footer_content_lt_IMgBox_item > p {
        width: 100%;
        text-align: center;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #363b40;
        cursor: default;
    }

.footer_content_lt_right {
    float: left;
    margin-left: 30px;
}

    .footer_content_lt_right i {
        display: inline-block;
        font-size: 14px;
        line-height: 36px;
        font-weight: 600;
        margin-top: 10px;
        border-bottom: 1px solid #c8c8c8;
    }

    .footer_content_lt_right > h4 {
        font-size: 14px;
        color: #363b40;
        margin: 16px 0 0 0;
        cursor: default;
    }

    .footer_content_lt_right > h5 {
        margin: 15px 0;
        font-size: 14px;
        color: #606365;
        cursor: default;
    }

.footer_content_Rt {
    width: 754px;
    float: right;
    /* padding-top: 52px; */
}

    .footer_content_Rt > li {
        float: left;
        width: 25%;
    }

        .footer_content_Rt > li > h3 {
            width: 50%;
            padding-left: 11px;
            box-sizing: border-box;
            margin: 0 0 10px 0;
            padding-bottom: 8px;
            font-size: 16px;
            border-bottom: 1px solid #c8c8c8;
            color: #363b40;
            cursor: not-allowed;
        }

        .footer_content_Rt > li > ul > li {
            margin-bottom: 15px;
            padding-left: 10px;
            background: url("../images/footer_y.png") no-repeat 0 7px;
            background-size: 6px 6px;
        }

            .footer_content_Rt > li > ul > li > a {
                font-family: MicrosoftYaHei;
                font-size: 14px;
                line-height: 19px;
                color: #606365;
                border-radius: 4px;
            }

.footer-info .footer-info-company {
    font-size: 12px;
    width: 1186px;
    margin: 0 auto 10px auto;
    text-align: center;
    color: #999;
    padding-top: 10px;
    background: #fff;
    width: 100%;
}

/*-------------------end-------------------------*/

/*-------------------?C???????-------------------------*/

.inter_footer {
    margin: 50px 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

    .inter_footer p {
        margin-bottom: 10px;
        color: #939393;
    }

        .inter_footer p a {
            color: #939393;
            -moz-transition: color .25s ease-in-out;
            -o-transition: color .25s ease-in-out;
            -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
        }
/*-------------------end-------------------------*/





body {
    background-color: #f3f3f3;
}

.m-search .arrow-down, .m-search .arrow-up, .m-search .soldout, .m-search .more span, .m-search .simplePage a, .m-search .simplePage span, .m-result .saelsinfo span, .m-result .comments .icon, .m-result .arrivenotice .icon, .m-timerbox .text, .m-skulist .arrow, .m-shop .shoptag, .m-search .shoptagicon {
    background: url(//mm.bst.126.net/images/search/icon-new.png?6f66e0b88eb8dcaf24cb57d904e0345d) -9999px -9999px no-repeat;
}

.m-search {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
}

    .m-search .resultwrap {
        margin-bottom: 6px;
    }

.m-classify-2 .brands h3 {
    display: inline;
}

.relatedKeyList {
    height: auto;
}

    .relatedKeyList .m-reclst {
        margin: 0;
        background: #fff;
        padding: 10px;
    }

        .relatedKeyList .m-reclst h3 {
            display: inline-block;
            _display: inline;
        }

        .relatedKeyList .m-reclst a {
            color: #333;
            line-height: 30px;
            font-size: 13px;
            padding: 0 7px;
        }

.m-search .correction {
    width: 1038px;
    padding: 10px 25px;
    margin-top: 10px;
    border: 1px solid #ddd;
    background-color: #fff8db;
    line-height: 24px;
}

.m-search .m-recommend .correction {
    margin: 10px auto;
}

.m-search .correction span, .m-search .correction a, .m-search .correction a:hover {
    color: #e31436;
}

.m-search .resultinfo {
    margin: 15px 0 10px;
    line-height: 22px;
}

    .m-search .resultinfo a {
        color: #333;
    }

.m-search .total {
    float: left;
    line-height: 22px;
    font-size: 12px;
}

.m-search .all {
    float: left;
    line-height: 22px;
    font-size: 12px;
}

.m-search .gnum {
    margin-left: 15px;
    height: 22px;
    display: inline-block;
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.m-search .chosen {
    display: inline-block;
    position: relative;
    float: left;
    height: 22px;
    padding: 0 30px 0 10px;
    border: 1px dotted #e31436;
    background-color: #fff;
    color: #6b6b6b;
    line-height: 22px;
    font-size: 12px;
    cursor: pointer;
    z-index: 11;
}

    .m-search .chosen .value {
        color: #e31436;
    }

    .m-search .chosen b, .m-search .chosen i {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 4px;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        font-family: "iconfont";
    }

    .m-search .chosen:hover b {
        background-color: #e31436;
        color: #fff;
    }

.m-search .cateTag {
    display: inline-block;
    position: relative;
    float: left;
    height: 22px;
    font-size: 12px;
}

    .m-search .cateTag .cateBox {
        display: none;
        position: absolute;
        z-index: 10;
        top: 23px;
        left: 0;
        width: auto;
        padding: 15px 0;
        max-width: 420px;
        max-height: 120px;
        overflow: auto;
        border: 1px solid #e31436;
        background-color: #fff;
    }

        .m-search .cateTag .cateBox a {
            height: 22px;
            width: 80px;
            float: left;
            margin: 5px 10px;
            color: #333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .m-search .cateTag:hover .cateBox {
        display: inline-block;
    }

    .m-search .cateTag:hover .chosen {
        border: 1px solid #e31436;
        border-bottom-color: #fff;
    }

    .m-search .cateTag .cateBox a:hover {
        color: #e31436;
    }

    .m-search .cateTag:hover .down {
        display: none;
    }

    .m-search .cateTag:hover .up {
        display: inline;
    }

.m-search .options {
    width: 1200px;
    margin: 0 auto;
}

.m-search i {
    color: #e31436;
}

.m-search .name {
    float: left;
    width: 75px;
    height: 24px;
    padding-top: 15px;
    padding-left: 15px;
    color: #666;
    font-size: 13px;
    line-height: 14px;
    background: #f8f8f8;
}

.m-search .letter {
    padding-top: 10px;
    line-height: 25px;
}

.m-search .opertaion {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.m-search .opertaion-1 {
    margin-bottom: 10px;
}

.m-search .z-cat3 {
    border-bottom: 1px dotted #eaeaea;
}

.m-search .nobottomline {
    border-bottom: none;
}

.m-classify {
    position: relative;
    background: #f8f8f8;
}

    .m-classify .hdbrands {
        margin-left: 90px;
        padding-right: 42px;
        padding-top: 15px;
        background-color: #fff;
    }

    .m-classify .hdbrands2 {
        position: relative;
        overflow: hidden;
    }

    .m-classify .autoheight .hdbrands2 {
        height: auto;
    }

        .m-classify .autoheight .hdbrands2 .brands {
            max-height: 112px;
            overflow-y: auto;
            overflow-x: hidden;
        }


    .m-classify .brands {
        _float: left;
        margin-left: 15px;
        line-height: 14px;
        min-height:24px;
        overflow: hidden;
    }

        .m-classify .brands a {
            float: left;
            display: inline-block;
            position: relative;
            padding-right: 24px;
            margin-bottom: 14px;
            cursor: pointer;
            font-size: 13px;
            text-decoration: none;
            color: #333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .m-classify .brands-cate a {
        width: 130px;
    }

    .m-classify .brands-cate .active {
        color: #e31436;
    }

    .m-classify .brands a:hover {
        color: #e31436;
    }

    .m-classify .brands span:hover {
        color: #e31436;
    }

    .m-classify .brands i, .m-classify .brands em, .m-classify .multbtn {
        display: none;
    }

    .m-classify .letterBox {
        line-height: 13px;
        padding-top: 10px;
        background: #fff;
    }

        .m-classify .letterBox li {
            float: left;
            padding: 5px;
            margin: 0 5px;
            cursor: pointer;
            font-size: 13px;
            color: #333;
            text-decoration: none;
            border: 1px solid transparent;
        }

            .m-classify .letterBox li:hover {
                color: #e31436;
                border: 1px solid #e31436;
            }

            .m-classify .letterBox li.active {
                color: #e31436;
                border: 1px solid #e31436;
            }

    .m-classify .multiple .brands a {
        padding-left: 22px;
    }

    .m-classify .multiple em {
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        width: 12px;
        height: 12px;
        border: 1px solid #ddd;
    }

    .m-classify .multiple .selected i {
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        width: 12px;
        height: 12px;
        font-size: 14px;
        line-height: 14px;
        color: #e31436;
        text-align: center;
        font-family: "iconfont";
    }

    .m-classify .multiple .multbtn {
        display: block;
        padding-right: 100px;
        text-align: center;
    }

    .m-classify .multbtn span {
        display: inline-block;
        width: 58px;
        height: 28px;
        margin: 10px;
        border: 1px solid #ccc;
        color: #333;
        line-height: 28px;
        cursor: pointer;
    }

    .m-classify .multbtn .submit {
        background-color: #e31436;
        border-color: #e31436;
        color: #fff;
    }

        .m-classify .multbtn .submit:hover {
            background-color: #f3385f;
        }

    .m-classify .multbtn .cancel:hover {
        border-color: #e31436;
        color: #e31436;
    }

    .m-classify .multbtn .disable, .m-classify .multbtn .disable:hover {
        background-color: #ccc;
        border-color: #ccc;
        cursor: pointer;
    }

    .m-classify .brands b {
        display: none;
        position: absolute;
        top: 0;
        right: 4px;
        font-family: "iconfont";
    }

    .m-classify .brands .active b {
        display: block;
        font-weight: bold;
    }

    .m-classify .brands .active, .m-classify .brands .active:hover {
        /*background-color: #e31436;*/
        /*color: #fff;*/
    }

    .m-classify .morewrap {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .m-classify .more {
        position: relative;
        float: right;
        width: 42px;
        margin: auto 15px;
        line-height: 13px;
        font-size: 13px;
        cursor: pointer;
    }

        .m-classify .more:hover {
            color: #e31436;
        }

            .m-classify .more:hover span {
                background-position: -50px 0;
            }

            .m-classify .more:hover .packup {
                background-position: -50px -13px;
            }

        .m-classify .more span {
            position: absolute;
            top: 4px;
            left: 34px;
            width: 9px;
            height: 6px;
        }

        .m-classify .more span {
            background-position: 0 0;
        }

        .m-classify .more .packup {
            background-position: -21px 0;
        }

    .m-classify .extmore {
        float: right;
        width: 50px;
        height: 20px;
        border: 1px solid #ccc;
        background-color: #f8f8f8;
        text-align: center;
        letter-spacing: 1px;
        cursor: pointer;
    }

        .m-classify .extmore:hover {
            background-color: #fff;
        }

        .m-classify .extmore span {
            font-weight: bold;
        }

.m-classify-2 {
    height: 26px;
    padding: 10px 0;
    color: #999;
}

    .m-classify-2 .brands {
        width: 1050px;
        height: 26px;
        overflow: hidden;
    }

.m-classify .brands span:hover {
    color: #999;
}

.m-classify-2 .brands a {
    padding: 0;
    margin: 0 10px;
    color: #999;
}

    .m-classify-2 .brands a:hover {
        text-decoration: underline;
    }

.m-search .m-filter .m-checkbox {
    margin-left: 10px;
}

.m-filter {
    background-color: #fff;
}

    .m-filter a, .m-filter a:hover {
        color: #333;
        text-decoration: none;
    }

    .m-filter .name {
        padding-top: 0;
        line-height: 46px;
    }

    .m-filter .hdorder {
        height: 26px;
        background-color: #fff;
        padding:10px;
    }

    .m-filter .order dd {
        float: left;
        width: 80px;
        height: 36px;
        line-height: 36px;
        margin: -1px;
        margin-left: 0;
        font-size: 13px;
        color: #333;
        border: 1px solid #eaeaea;
        cursor: pointer;
        text-align: center;
    }

    .m-filter .order .active {
        position: relative;
        border: 1px solid #e31436;
        color: #e31436;
    }

    .m-filter .order .active-1 {
        text-align: center;
    }

    .m-filter .order .active span {
        display: inline-block;
    }

    .m-filter .order .active-1 span {
        margin-left: 0;
    }

    .m-filter .order .arrow-down, .m-filter .order .arrow-up {
        display: block;
        position: absolute;
        top: 13px;
        right: 10px;
        width: 8px;
        height: 10px;
    }

    .m-filter .order .arrow-down {
        background-position: 0 -13px;
    }

    .m-filter .order .arrow-up {
        background-position: -23px -13px;
    }

    .m-filter .simplePage {
        float: right;
        margin-right: 15px;
        margin-top: 12px;
        line-height: 12px;
    }

        .m-filter .simplePage span, .m-filter .simplePage a {
            display: inline-block;
            float: left;
            margin-left: 15px;
        }

        .m-filter .simplePage .arrow-left {
            background-position: -20px -188px;
            width: 8px;
            height: 13px;
            cursor: pointer;
        }

            .m-filter .simplePage .arrow-left:hover {
                background-position: -46px -188px;
            }

        .m-filter .simplePage .def-left, .m-filter .simplePage .def-left:hover {
            background-position: 0px -188px;
            cursor: default;
        }

        .m-filter .simplePage .arrow-right {
            background-position: -21px -210px;
            width: 8px;
            height: 13px;
            cursor: pointer;
        }

            .m-filter .simplePage .arrow-right:hover {
                background-position: -46px -210px;
            }

        .m-filter .simplePage .def-right, .m-filter .simplePage .def-right:hover {
            background-position: 0px -209px;
            cursor: default;
        }

    .m-filter .space {
        display: inline-block;
        float: left;
        height: 30px;
        margin-left: 10px;
        border-left: 1px solid #eaeaea;
    }

.m-result {
    margin-bottom: 32px;
}

    .m-result .goods {
        position: relative;
        float: left;
        width: 289px;
        height: 345px;
        margin: 0 5px 14px;
        background-color: #fff;
        font-size: 12px;
    }

.m-result-2 {
    margin-left: 5px;
}

    .m-result-2 .goods {
        margin: 0 0 0 -1px;
        width: 217px;
        height: 314px;
        background: transparent;
    }

.m-result .goodswrap {
    position: absolute;
    top: -1px;
    width: 289px;
    height: 345px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
}

.m-result-2 .goodswrap {
    border: 1px solid #eaeaea;
}

.m-result .goods .img {
    position: relative;
}

.m-result .goods a {
    display: block;
    color: #333;
}

.m-result .img img {
    display: block;
    width: 232px;
    height: 232px;
    padding: 15px 15px 10px;
}

.m-result-2 .img img {
    width: 186px;
    height: 186px;
}

.m-result .favbtn {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 54px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    background-color: #7f7f7f\9;
    background-color: rgba(0,0,0,0.5);
}

    .m-result .favt, .m-result .favbtn:hover {
        color: #e31436;
        background-color: #9e9e9e\9;
        background-color: rgba(0,0,0,0.35);
    }

    .m-result .favbtn .ic {
        font-size: 12px;
    }

.m-result .goods .arrivenotice {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 262px;
    height: 28px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    background-color: #7f7f7f\9;
    background-color: rgba(0,0,0,0.5);
}

.m-result .arrivenotice .icon {
    display: block;
    position: absolute;
    top: 8px;
    left: 96px;
    width: 8px;
    height: 14px;
    background-position: -1px -252px;
}

.m-result .arrivenotice .text {
    display: inline-block;
    padding-left: 14px;
}

.m-result .goods .commactivityflag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: auto;
}

.m-result .goods .promote {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 48px;
}

.m-result .goods .discount {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #666;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #666;
    font-weight: bold;
}

.m-result .goods .desc {
    width: 234px;
    padding: 0 14px 11px;
}

.m-result-2 .goods .desc {
    width: 188px;
}

.m-result .activity a:hover, .m-result .skuactivity a:hover {
    text-decoration: none;
}

.m-result .activity img, .m-result .skuactivity img {
    width: 262px;
    height: 262px;
    padding: 0;
}

.m-result .activity .desc, .m-result .skuactivity .desc {
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.m-result .activitytitle {
    font-size: 22px;
    line-height: 24px;
}

.m-result .activity .activitytitle {
    padding-top: 15px;
    margin-bottom: 6px;
}

.m-result .skuactivity .activitytitle {
    padding-top: 32px;
    margin-bottom: 10px;
}

.m-result .activitydesc {
    font-size: 16px;
    line-height: 18px;
}

.m-result .activity .titlewrap {
    height: 125px;
    position: relative;
}

.m-result .skuactivity .titlewrap {
    height: 169px;
}

.m-result .activityentry {
    width: 142px;
    height: 32px;
    margin: 15px auto;
    background-color: rgba(3,3,3,0.25);
    border-radius: 2px;
    line-height: 32px;
    font-size: 14px;
}

.m-result .skuactivity .activityentry {
    margin: 20px auto 30px;
}

.m-result .goods.activity:hover .goodswrap, .m-result .goods.skuactivity:hover .goodswrap {
    border-color: transparent;
}

.m-result .entryicon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABd0RVh0Q3JlYXRpb24gVGltZQAyMDE2LjYuMTZiOGRuAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAGBJREFUKJGl0tENgDAIRdG6gbuwECOz0fXD1oBWNPT9NeGEltKaC6CAEWOAupoGXId9Au6xXhfgF/L4hP16ISKSYR1w2i3BNuBrEpzDBK91LL+xNtXyPy5tTmVXt4f+mQPb9HEwAugV4gAAAABJRU5ErkJggg==");
}

.m-result .goods .title {
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.m-result-2 .goods .title {
    margin-top: 7px;
}

.m-result .title:hover {
    color: #e31436;
}

.m-result .goods .price {
    height: 24px;
    color: #e31436;
    text-align: left;
}

.m-result .price .memberprice {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 10px;
    line-height: 24px;
    color: #333;
    font-size: 20px;
}

.m-result .memberprice .rmb {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.m-result .price .u-membericon {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 6px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px 0 1px;
    border-radius: 0 2px 2px 2px;
    background-color: #332802;
    background-image: -webkit-linear-gradient(left,#000 0%,#654f04 100%);
    background-image: -moz-linear-gradient(left,#000 0%,#654f04 100%);
    background-image: -ms-linear-gradient(left,#000 0%,#654f04 100%);
    background-image: -o-linear-gradient(left,#000 0%,#654f04 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#000),to(#654f04));
    background-image: linear-gradient(to right,#000 0%,#654f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #000, endColorstr= #654f04, GradientType=1) \9;
}

    .m-result .price .u-membericon:before {
        content: "";
        position: absolute;
        top: 0;
        left: -5px;
        width: 0;
        height: 0;
        border: 5px solid #000;
        border-color: #000 transparent transparent;
    }

.m-result .u-membericon .picon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 10px;
}

.m-result .u-membericon .txt {
    float: left;
    line-height: 16px;
    margin-left: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.m-result .price .cur {
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}

.m-result-2 .price .cur {
    font-size: 16px;
}

.m-result .cur .betext {
    font-size: 12px;
    font-weight: normal;
}

.m-result .price i {
    font-size: 12px;
    font-weight: bold;
}

.m-result .combinedLabel {
    position: relative;
    top: -4px;
    display: inline-block;
    padding: 0 4px;
    border: 1px dotted #e31436;
    font-size: 12px;
    color: #e31436;
    font-weight: bold;
    line-height: 18px;
}

.m-result .unitpriceLabel {
    display: inline-block;
    margin-right: 5px;
    margin-left: 8px;
    vertical-align: 2px;
    font-size: 12px;
    color: #999;
}

.m-result-2 .combinedLabel {
    border: 1px solid #e31436;
    margin-left: 2px;
}

    .m-result-2 .combinedLabel:first-child {
        margin-left: 0;
    }

.m-result .marketprice {
    display: inline-block;
    margin: 0 5px;
    vertical-align: 2px;
    color: #999;
}

.m-result-2 .marketprice {
    margin-left: 5px;
    float: none;
}

.m-result .goods .comments {
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #333;
    font-weight: bold;
}

.m-result-2 .goods .comments {
    float: right;
    color: #999;
    margin-top: 7px;
    font-weight: normal;
}

.m-result-2 .benefit {
    color: #e31436;
    padding: 3px 5px;
    border: 1px solid #e31436;
    display: inline-block;
}

.m-result .comments .icon {
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 14px;
    background-position: 0 -230px;
}

.m-result .goods .proPlace {
    float: right;
    max-width: 110px;
    color: #999;
}

.m-result .soldout {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 60px;
    background-position: 0 -98px;
}

.m-result .activityflag {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 42px;
}

    .m-result .activityflag span {
        display: inline-block;
        float: left;
        width: 36px;
        height: 18px;
        line-height: 18px;
        margin-right: 4px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

.m-result .hot {
    background-color: #ff8385;
}

.m-result .new {
    background-color: #bb77f2;
}

.m-result .goods .ranksTap {
    position: absolute;
    top: 1px;
    left: 1px;
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
    *width: 75px;
    *height: 75px;
    *zoom: 1;
}

.m-result .danpin {
    background-color: #f5345e;
}

.m-result .zhengdan {
    background-color: #ffa64d;
}

.m-result .promotion .title, .m-result .promotion h2 {
    height: 40px;
    width: 234px;
    font-size:15px;
    font-weight:500;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-result-2 .promotion .title, .m-result-2 .promotion h2 {
    white-space: normal;
    width: 188px;
    height: 40px;
    font-size: 12px;
    line-height: 19px;
}

.m-result.m-result-2 .goods:hover .promotion .title, .m-result.m-result-2 .goods:hover .promotion h2 {
    height: 40px;
}

.m-result .saelsinfo {
    position: relative;
    width: 234px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    color: #e31436;
}

    .m-result .saelsinfo .activity {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        padding: 0 3px;
        margin-right: 4px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        border-radius: 2px;
    }

    .m-result .saelsinfo .z-self {
        height: 14px;
        line-height: 14px;
        background-color: #fff;
        border: 1px solid #e31436;
        color: #e31436;
    }

    .m-result .saelsinfo .z-benefit {
        background-color: #e31436;
    }

.m-result .goodsinfo {
    margin-top: 10px;
}



.m-result-2 .goods:hover .promotion .intro {
    height: 20px;
}

.m-result .goods:hover {
    z-index: 99;
    *zoom: 1;
}

    .m-result .goods:hover .goodswrap {
        border: 1px solid #e31436;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    }

.m-result .gooods.activity:hover .goodswrap, .m-result .goods.skuactivity:hover .goodswrap {
    box-shadow: none;
}

.m-result .goods:hover .favbtn, .m-result .goods:hover .arrivenotice {
    display: block;
}

.m-result .storageMsg {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    background-color: #8dbde2;
}

    .m-result .storageMsg.z-grey {
        background-color: #eaeaea;
        color: #333;
    }

    .m-result .storageMsg .iconfont {
        margin-left: 9px;
        color: #fff;
        float: left;
        font-size: 13px;
    }

    .m-result .storageMsg.z-dist .iconfont {
        font-size: 12px;
    }

    .m-result .storageMsg .msg {
        margin-left: 9px;
        float: left;
    }

    .m-result .storageMsg.z-deli, .m-result .storageMsg.z-dist {
        background-color: rgba(0,0,0,0.5);
    }

        .m-result .storageMsg.z-deli .msg, .m-result .storageMsg.z-dist .msg {
            margin-left: 5px;
        }

    .m-result .storageMsg.z-deposit {
        background-color: #e31436;
        text-align: center;
    }

        .m-result .storageMsg.z-deposit .msg {
            float: none;
            margin-left: 0;
        }

.m-result .prepriceTag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 63px;
}

    .m-result .prepriceTag img {
        width: 100%;
        height: 100%;
        opacity: 1;
        padding: 0;
    }

    .m-result .prepriceTag .price {
        position: absolute;
        left: 0px;
        bottom: 6px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
    }

        .m-result .prepriceTag .price b {
            font-size: 20px;
            font-weight: bold;
        }

.orderPages .jumptoTip, .orderPages .jumpto, .orderPages .jumptoBtn, .orderPages .jumptoTxt {
    display: inline-block;
}

.jumptoTip {
    margin: 0 8px;
}

.m-empty {
    position: relative;
    width: 1090px;
    height: 180px;
    margin: 30px 7px 10px;
    padding-top: 70px;
    background-color: #fff;
}

.m-empty-1 {
    margin: 30px 0 0 0;
}

.m-empty .content {
    margin-left: 450px;
    font-size: 14px;
}

.m-empty .errorimg {
    position: absolute;
    top: 54px;
    left: 290px;
    display: block;
    width: 144px;
    height: 121px;
    background: url(//mm.bst.126.net/images/search/empty.png?8422f5aacace89b54005a6ac7c6a896b) no-repeat 0 0;
}

.m-empty-2 .content {
    margin-left: 430px;
}

.m-empty-2 .errorimg {
    left: 270px;
}

.m-empty .firstline {
    font-size: 18px;
}

.m-empty .keytext {
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    color: #e31436;
}

.m-empty .countDownTxt {
    font-weight: bold;
    margin-right: 3px;
    vertical-align: baseline;
    color: #e31436;
}

.m-empty.m-empty-3 .content {
    margin-left: 440px;
}

.m-empty.m-empty-3 .btn {
    display: inline-block;
    padding: 0 14px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    background: #e31337;
    font-size: 14px;
    color: #fff;
    border-radius: 1px;
}

    .m-empty.m-empty-3 .btn:hover {
        text-decoration: none;
    }

.m-empty.m-empty-3 .firstline {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
}

.m-empty.m-empty-3 .keytext {
    font-weight: bold;
}

.m-empty.m-empty-3 .errorimg2 {
    position: absolute;
    top: 48px;
    left: 290px;
    display: block;
    width: 122px;
    height: 99px;
    background: url(//mm.bst.126.net/images/search/redirect.png?80a4f6134ada06322902bd50234ef3d6) no-repeat 0 0;
}

.m-pagination li {
    cursor: pointer;
    background-color: #fff;
}

    .m-pagination li:hover {
        background-color: #f3f3f3;
    }

.m-search .m-checkbox {
    position: relative;
    float: left;
    margin-left: 15px;
    line-height: 36px;
    font-size: 13px;
    cursor: pointer;
}

.m-search .m-priceBox {
    position: relative;
    z-index: 2;
    float: left;
    width: 124px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

    .m-search .m-priceBox .priceInputs {
        position: absolute;
        left: 8px;
        top: -1px;
        padding: 0 8px;
    }

    .m-search .m-priceBox .ipt {
        width: 34px;
        line-height: 18px;
        padding-left: 4px;
        border: 1px solid #ddd;
    }

    .m-search .m-priceBox .btnconfirm {
        display: none;
        position: absolute;
        top: 40px;
        right: 10px;
        line-height: 16px;
        margin-left: 5px;
        padding: 2px 8px;
        border-radius: 3px;
        color: #fff;
        background: #e31436;
        border: 0;
        cursor: pointer;
    }

    .m-search .m-priceBox .clearbtn {
        display: none;
        position: absolute;
        right: auto;
        left: 15px;
        top: 42px;
        line-height: 16px;
        font-size: 12px;
        color: #51b8f1;
        cursor: pointer;
    }

    .m-search .m-priceBox:hover .btnconfirm, .m-search .m-priceBox:hover .clearbtn {
        display: block;
    }

    .m-search .m-priceBox:hover .priceInputs {
        left: 7px;
        top: -2px;
        border: 1px solid #eaeaea;
        height: 68px;
        background-color: #fff;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

.m-priceBox .ipt:hover {
    border: 1px solid #739ecc;
    box-shadow: 0 0 6px 1px #739ecc;
    -webkit-box-shadow: 0 0 6px 1px #739ecc;
}

.m-search .promoteIcon {
    max-width: 72px;
    *width: 72px;
    vertical-align: middle;
}

.m-search .shoptagicon {
    display: inline-block;
    width: 18px;
    height: 9px;
    background-position: 0 -380px;
}

.m-search .shoptaglogo {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.m-loading {
    height: 60px;
    width: 80px;
    margin: 80px 426px;
    padding: 40px 0 0 100px;
    background: url(//mm.bst.126.net/images/loading3-1.png?861e5c327b08b7205f946606c379da16) no-repeat 0 0 #f3f3f3;
}

.s-color {
    color: #333;
}

.search-recom {
    position: relative;
    width: 1090px;
    margin: 0 auto;
}

#recomGoodsWrap, #recent, .newRecomWrap {
    margin-top: 10px;
}

    #recent h4 {
        padding-right: 17px;
    }

.newRecomItemWrap, .generalize {
    background-color: #fff;
}

.m-brand {
    height: 120px;
    padding: 8px 40px 8px 20px;
    margin-bottom: 10px;
    background-color: #fff;
}

    .m-brand img {
        display: block;
        float: left;
        width: 120px;
        height: 120px;
    }

    .m-brand .info {
        margin-top: 20px;
        margin-left: 140px;
        line-height: 24px;
        color: #333;
    }

    .m-brand .title {
        height: 26px;
        line-height: 26px;
    }

    .m-brand .brandname {
        float: left;
        font-size: 22px;
    }

    .m-brand a {
        color: #333;
    }

        .m-brand a:hover .brandname {
            color: #e31436;
        }

    .m-brand .detail {
        position: relative;
        height: 46px;
        margin-top: 10px;
        color: #666;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
    }

    .m-brand .follow {
        display: block;
        float: left;
        width: 68px;
        height: 24px;
        margin: 1px 10px;
        border-radius: 12px;
        color: #fff;
        background-color: #cf2c48;
        cursor: pointer;
        text-align: center;
        line-height: 24px;
        font-size: 12px;
    }

        .m-brand .follow:hover {
            background-color: #f5345e;
        }

    .m-brand .unfo {
        background-color: #cf2c48;
    }

        .m-brand .unfo:hover {
            background-color: #ddd;
            color: #333;
        }

    .m-brand .info b {
        position: relative;
        top: -1px;
        font-size: 12px;
        font-family: "iconfont";
    }

    .m-brand .dot .dotshow {
        display: block;
    }

    .m-brand .dotshow {
        display: none;
        font-weight: bold;
        position: absolute;
        bottom: -2px;
        right: 0;
        padding: 0 15px 1px 42px;
        background: url(//mm.bst.126.net/images/search/ellipsis_bg.png?a25b4ab92cc6a20ef86f5160e0eb4343) repeat-y;
    }

.m-brand2 {
    height: 270px;
    margin: 20px 0 10px;
    overflow: hidden;
    background-color: #fff;
}

    .m-brand2 .detailImg {
        display: block;
        float: left;
        width: 540px;
        height: 270px;
    }

    .m-brand2 .content {
        margin-left: 540px;
        width: 510px;
        padding: 20px;
    }

    .m-brand2 .info {
        height: 70px;
    }

    .m-brand2 .logo {
        display: block;
        float: left;
        width: 68px;
        height: 68px;
        border: 1px solid #eaeaea;
    }

    .m-brand2 .bname {
        float: left;
        margin-left: 12px;
        height: 70px;
        width: 280px;
        overflow: hidden;
    }

    .m-brand2 .title {
        margin-top: 10px;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
    }

    .m-brand2 .sold {
        font-size: 12px;
        line-height: 24px;
    }

        .m-brand2 .sold span {
            color: #e31436;
            letter-spacing: 1px;
        }

    .m-brand2 .from {
        float: right;
        margin-top: 15px;
    }

        .m-brand2 .from img {
            display: block;
            float: left;
        }

        .m-brand2 .from span {
            display: block;
            margin-left: 50px;
            line-height: 20px;
            font-size: 12px;
            color: #999;
        }

    .m-brand2 .intro {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .m-brand2 .detailshort {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
    }

    .m-brand2 .focus {
        height: 24px;
        margin-top: 20px;
    }

    .m-brand2 .follow {
        display: block;
        float: left;
        width: 69px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        background-color: #e31436;
        color: #fff;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
    }

        .m-brand2 .follow b {
            position: relative;
            top: -1px;
            font-size: 12px;
            font-family: "iconfont";
            font-weight: bold;
        }

        .m-brand2 .follow:hover {
            background-color: #f5345e;
        }

    .m-brand2 .unfo {
        background-color: #e31436;
    }

        .m-brand2 .unfo:hover {
            background-color: #ddd;
            color: #333;
        }

.m-timerbox {
    height: 24px;
    margin: 20px 0;
    padding: 8px 0;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
}

    .m-timerbox .text {
        display: inline-block;
        padding: 0 30px 0 21px;
        color: #e31436;
        background-position: 0 -161px;
    }

    .m-timerbox a, .m-timerbox a:hover {
        display: inline-block;
        margin-left: 10px;
        color: #e31436;
        text-decoration: underline;
    }

.u-gap {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    margin: 0 5px;
    font-family: simsun;
    color: #999;
    font-weight: bold;
}

.m-recommend {
    margin: 0 auto;
}

    .m-recommend .tip {
        height: 46px;
        padding-left: 25px;
        margin: 0 7px 10px;
        background-color: #fff7d9;
        line-height: 46px;
    }

    .m-recommend .tip1 {
        background-color: #fff;
        color: #999;
    }

    .m-recommend .noresult {
        position: relative;
        height: 70px;
        padding: 10px 20px 10px 120px;
        margin: 20px 7px;
        background-color: #fff;
    }

        .m-recommend .noresult img {
            display: block;
            position: absolute;
            top: 2px;
            left: 20px;
            width: 80px;
            height: 76px;
        }

        .m-recommend .noresult .apology {
            font-size: 16px;
            line-height: 40px;
        }

    .m-recommend .more {
        margin-left: 15px;
    }

    .m-recommend .fontype span {
        color: #e31436;
    }

    .m-recommend .fontype a {
        color: #333;
    }

        .m-recommend .fontype a:hover, .m-recommend .fontype1 a:hover {
            color: #e31436;
        }

    .m-recommend .fontype1 a {
        color: #999;
    }

.m-skulist {
    position: relative;
    width: 234px;
    padding: 0 14px 11px;
}

    .m-skulist .skuwrap {
        height: 32px;
    }

    .m-skulist li {
        float: left;
        position: relative;
        width: 30px;
        height: 30px;
        margin-right: 4px;
        overflow: hidden;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .m-skulist .cur {
        border: 1px solid #e31436;
    }

    .m-skulist img {
        display: block;
        width: 30px;
        height: 30px;
    }

    .m-skulist .arrow {
        display: inline-block;
        position: absolute;
        top: 6px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .m-skulist .arrow-1 {
        left: 14px;
        background-position: -1px -307px;
    }

    .m-skulist .arrow-2 {
        right: 14px;
        background-position: -39px -308px;
    }

    .m-skulist .arrowdis-1 {
        background-position: -1px -279px;
        cursor: default;
    }

    .m-skulist .arrowdis-2 {
        background-position: -39px -279px;
        cursor: default;
    }

    .m-skulist .scroll {
        position: relative;
        width: 178px;
        margin: 0 30px;
        overflow: hidden;
    }

        .m-skulist .scroll ul {
            position: absolute;
            top: 0;
            left: 0;
            transition: left 0.4s ease;
            -webkit-transition: left 0.4s ease;
            -moz-transition: left 0.4s ease;
            -o-transition: left 0.4s ease;
        }

    .m-skulist li .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-color: #000;
        opacity: 0.3;
        filter: alpha(opacity = 30);
    }

.m-result .colorsku, .m-result .goods.skuactivity {
    height: 431px;
}

.f-mrl5 {
    margin-left: 5px;
}

.m-search .focusNumber {
    color: #b2b2b2;
    margin-left: 5px;
}

    .m-search .focusNumber .fbold {
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }

.m-checkbox em {
    width: 14px;
    height: 14px;
}

.m-search .loadingbox {
    text-align: center;
    padding: 100px 0;
}

.m-shop {
    display: block;
    position: relative;
    width: 1090px;
    height: 120px;
    margin: 20px auto 0;
    overflow: hidden;
    text-decoration: none;
}

    .m-shop .logo {
        display: block;
        float: left;
        width: 80px;
        height: 80px;
        margin: 20px 0 20px 20px;
        border-radius: 4px;
    }

    .m-shop .detail {
        position: relative;
        float: right;
        margin: 10px 10px 10px 10px;
        padding: 6px 10px 10px;
        width: 260px;
        height: 84px;
        font-size: 12px;
        color: #fff;
    }

    .m-shop .bg {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 280px;
        height: 100px;
        background-color: #000;
        opacity: 0.35;
    }

    .m-shop .title {
        width: 260px;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }

    .m-shop .shoptag {
        width: 188px;
        padding-left: 72px;
        background-position: 0 -344px;
    }

    .m-shop .content {
        width: 260px;
        height: 36px;
        line-height: 18px;
        overflow: hidden;
    }

    .m-shop .entry {
        display: inline-block;
        padding: 0 5px;
        margin-top: 6px;
        border: 1px solid #fff;
        line-height: 18px;
    }

.m-search .selfflag {
    margin-top: 4px;
}

    .m-search .selfflag span {
        color: #999;
    }

    .m-search .selfflag a {
        width: 234px;
        height: 18px;
        color: #666;
        text-decoration: underline;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

        .m-search .selfflag a:hover {
            color: #e31436;
            text-decoration: underline;
        }

.z-nomprice .m-result .marketprice {
    display: none;
}

.m-result-2 .u-gtag {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 5px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e31436;
    padding: 0 4px;
    color: #e31436;
}

    .m-result-2 .u-gtag:first-child {
        margin-left: 0;
    }

.m-addrbox {
    float: left;
    height: 36px;
}

    .m-addrbox .tit {
        float: left;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    .m-addrbox .addrselect {
        float: left;
        margin: 8px 0 0 10px;
    }

.m-search.m-search-1 .resultinfo {
    margin-top: 0;
}

    .m-search.m-search-1 .resultinfo > * {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .m-search.m-search-1 .resultinfo .detail-search {
        position: relative;
        font-size: 12px;
        float: left;
        margin-right: 10px;
    }

.detail-search b {
    display: inline-block;
    font-family: "iconfont";
    margin-left: -22px;
}

.m-search.m-search-1 .resultinfo .detail-search input {
    width: 105px;
    padding: 5px 24px 5px 5px;
    height: 12px;
    border: 1px solid #ccc;
    margin-top: -1px;
}

.m-search.m-search-1 .resultinfo .detail-search ::-webkit-input-placeholder {
    font-size: 12px;
}

.m-search.m-search-1 .resultinfo .detail-search :-moz-placeholder {
    font-size: 12px;
}

.m-search.m-search-1 .resultinfo .detail-search ::-moz-placeholder {
    font-size: 12px;
}

.m-search.m-search-1 .resultinfo .detail-search :-ms-input-placeholder {
    font-size: 12px;
}

.m-search.m-search-1 .resultinfo a.catCrumbs {
    float: left;
    font-size: 12px;
}

.m-search.m-search-1 .resultinfo .u-gap {
    margin-left: 8px;
    margin-right: 6px;
}

.m-search.m-search-1 .resultinfo .all {
    margin-bottom: 0px;
}

.m-search.m-search-1 .resultinfo .chosen {
    color: #e31436;
    box-sizing: border-box;
    margin: 10px 10px 0 0;
    padding-right: 22px;
    padding-left: 5px;
}

    .m-search.m-search-1 .resultinfo .chosen.ellipsis {
        max-width: 165px;
    }

    .m-search.m-search-1 .resultinfo .chosen:last-child {
        margin-right: 0;
    }

    .m-search.m-search-1 .resultinfo .chosen:hover {
        text-decoration: none;
    }

        .m-search.m-search-1 .resultinfo .chosen:hover b {
            color: #fff;
        }

    .m-search.m-search-1 .resultinfo .chosen b {
        padding: 0 3px;
        line-height: 20px;
        color: #e31436;
        font-size: 14px;
    }

    .m-search.m-search-1 .resultinfo .chosen span.value {
        display: inline-block;
        max-width: 136px;
        overflow: hidden;
        white-space: nowrap;
    }

.m-search.m-search-1 .crumbs-attr-area {
    margin-top: 0;
}

    .m-search.m-search-1 .crumbs-attr-area > * {
        margin-top: 10px;
    }

.m-search.m-search-1 .name {
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-search.m-search-1 .gnum {
    float: left;
    margin-left: 0;
}

.m-search.m-search-1 .m-classify .name a, .m-search.m-search-1 .m-classify .name a:hover {
    color: #333;
}

.m-search.m-search-1 .m-classify .letterBox {
    margin-left: 110px;
}

    .m-search.m-search-1 .m-classify .letterBox li {
        margin: 0 4px;
    }


.m-search.m-search-1 .m-classify .hdbrands {
    margin-left: 110px;
    padding: 8px 0px 4px 0;
}

    .m-search.m-search-1 .m-classify .hdbrands .button-group {
        display: none;
    }

    .m-search.m-search-1 .m-classify .hdbrands.multi-mode .button-group {
        display: block;
    }

    .m-search.m-search-1 .m-classify .hdbrands.multi-mode .hdbrands2 {
        height: auto !important;
    }

    .m-search.m-search-1 .m-classify .hdbrands.multi-mode a.multi-active {
        padding-right: 25px;
        border: 1px solid #e31436;
        color: #e31436;
    }

        .m-search.m-search-1 .m-classify .hdbrands.multi-mode a.multi-active:after {
            font-family: "iconfont" !important;
            font-size: 12px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            content: "\e61b";
            position: absolute;
            right: 0;
            top: 0;
            padding: 3px;
            background: #e31436;
            color: #fff;
        }

    .m-search.m-search-1 .m-classify .hdbrands .button-group {
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 5px;
    }

        .m-search.m-search-1 .m-classify .hdbrands .button-group .btn {
            display: inline-block;
            width: 48px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 12px;
            cursor: pointer;
        }

        .m-search.m-search-1 .m-classify .hdbrands .button-group .save {
            background: #ccc;
            color: #fff;
        }

            .m-search.m-search-1 .m-classify .hdbrands .button-group .save.active {
                background: #e31436;
            }

        .m-search.m-search-1 .m-classify .hdbrands .button-group .cancel {
            border: 1px solid #aaa;
            color: #333;
            margin-left: 10px;
            width: 46px;
            height: 22px;
            line-height: 22px;
        }

            .m-search.m-search-1 .m-classify .hdbrands .button-group .cancel:hover {
                background: #fff;
                border-color: #000;
            }

.m-search.m-search-1 .m-classify .brands a {
    position: relative;
    box-sizing: border-box;
    margin-right: 18px;
    margin-bottom: 4px;
    padding: 3px 5px;
    width: 120px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 12px;
}

.m-search.m-search-1 .m-classify .item-multiple {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
}

    .m-search.m-search-1 .m-classify .item-multiple.active, .m-search.m-search-1 .m-classify .item-multiple:hover {
        cursor: pointer;
        color: #e31436;
        border-color: #e31436;
    }

        .m-search.m-search-1 .m-classify .item-multiple.active .iconfont, .m-search.m-search-1 .m-classify .item-multiple:hover .iconfont {
            color: #e31436;
        }

    .m-search.m-search-1 .m-classify .item-multiple.hide {
        display: none;
    }

    .m-search.m-search-1 .m-classify .item-multiple .iconfont {
        font-size: 12px;
        color: #333;
        height: 20px;
        line-height: 20px;
        position: relative;
    }

        .m-search.m-search-1 .m-classify .item-multiple .iconfont.down, .m-search.m-search-1 .m-classify .item-multiple .iconfont.up {
            margin-left: 5px;
        }

        .m-search.m-search-1 .m-classify .item-multiple .iconfont.up {
            display: none;
        }

.m-search.m-search-1 .m-classify .attr-items {
    position: relative;
}

    .m-search.m-search-1 .m-classify .attr-items a.dditem {
        float: left;
        position: relative;
        border: 1px solid #ddd;
        padding: 3px 5px;
        line-height: 12px;
        font-size: 12px;
        margin: 0 0 4px 20px;
        cursor: pointer;
        color: #333;
    }

        .m-search.m-search-1 .m-classify .attr-items a.dditem .iconfont {
            font-size: 12px;
            width: 12px;
            height: 12px;
            line-height: 12px;
            margin-left: 2px;
            color: #cdcdcd;
        }

        .m-search.m-search-1 .m-classify .attr-items a.dditem .up {
            display: none;
        }

        .m-search.m-search-1 .m-classify .attr-items a.dditem .down {
            display: inline-block;
        }

        .m-search.m-search-1 .m-classify .attr-items a.dditem.active {
            border: 1px solid #aaa;
            border-bottom-color: #fff;
            padding-bottom: 7px;
            margin-bottom: 0;
            color: #333;
            z-index: 101;
            text-decoration: none;
        }

            .m-search.m-search-1 .m-classify .attr-items a.dditem.active .up {
                display: inline-block;
            }

            .m-search.m-search-1 .m-classify .attr-items a.dditem.active .down {
                display: none;
            }

.m-search.m-search-1 .m-classify .morewrap {
    top: 12px;
}

    .m-search.m-search-1 .m-classify .morewrap .item-multiple {
        float: right;
        margin: -4px 15px 0 0;
    }

.m-search.m-search-1 .m-classify .more {
    margin-left: 0;
    font-size: 12px;
}

    .m-search.m-search-1 .m-classify .more span {
        top: 3px;
        left: 30px;
    }

.m-search.m-search-1 .m-classify .dropdownlist-content {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    line-height: 12px;
    display: none;
    padding-bottom: 11px;
}

    .m-search.m-search-1 .m-classify .dropdownlist-content a {
        color: #333;
    }

        .m-search.m-search-1 .m-classify .dropdownlist-content a:hover {
            color: #e31436;
            text-decoration: none;
        }

    .m-search.m-search-1 .m-classify .dropdownlist-content ul {
        background: #fff;
    }

    .m-search.m-search-1 .m-classify .dropdownlist-content list {
        padding-bottom: 15px;
    }

.clearfix .item-first {
    margin-right: 0;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.m-search.m-search-1 .m-classify .dropdownlist-content .list {
    position: relative;
    padding-right: 65px;
    margin-bottom: 5px;
    margin-left: -8px;
}

#searchresult .clearfix .title {
    padding: 5px 0 5px 0;
}

.m-search.m-search-1 .m-classify .dropdownlist-content .list .item-multiple {
    position: absolute;
    right: 9px;
    top: 10px;
}

.m-search.m-search-1 .m-classify .dropdownlist-content .button-group {
    display: none;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 8px;
    text-align: center;
}

    .m-search.m-search-1 .m-classify .dropdownlist-content .button-group .btn {
        display: inline-block;
        width: 48px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
    }

    .m-search.m-search-1 .m-classify .dropdownlist-content .button-group .save {
        background: #ccc;
        color: #fff;
    }

        .m-search.m-search-1 .m-classify .dropdownlist-content .button-group .save.active {
            background: #e31436;
        }

    .m-search.m-search-1 .m-classify .dropdownlist-content .button-group .cancel {
        width: 46px;
        height: 22px;
        line-height: 22px;
        border: 1px solid #aaa;
        color: #333;
        margin-left: 10px;
    }

        .m-search.m-search-1 .m-classify .dropdownlist-content .button-group .cancel:hover {
            background: #fff;
            border-color: #000;
        }

.m-search.m-search-1 .m-classify .dropdownlist-content .list-item {
    float: left;
    position: relative;
    margin: 11px 0 0 17px;
    cursor: pointer;
    padding: 3px 22px 3px 5px;
    border: 1px solid transparent;
}

.m-search.m-search-1 .m-classify .dropdownlist-content.multi-mode .button-group {
    display: block;
}

.m-search.m-search-1 .m-classify .dropdownlist-content.multi-mode .list-item.multi-active {
    border: 1px solid #e31436;
    color: #e31436;
}

    .m-search.m-search-1 .m-classify .dropdownlist-content.multi-mode .list-item.multi-active:after {
        font-family: "iconfont" !important;
        font-size: 12px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        content: "\e61b";
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        background: #e31436;
        color: #fff;
    }

.m-search.m-search-1 .m-classify .icon.icon-tridown {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #cbcbcb;
}

.m-search.m-search-1 .m-classify.property .brands a {
    width: auto;
    margin-right: 14px;
    padding-right: 25px;
}

.icon-iconfontclose:before {
    content: "\e61b";
}

.icon-miniplus:before {
    content: "\e631";
}

.icon-paixujiantouxia:before {
    content: "\e61e";
}

.icon-paixujiantoushang:before {
    content: "\e624";
}

.icon-tridown:before {
    content: "\e60f";
}

.icon-right01:before {
    content: "\e61f";
}
#ctagChild{
    min-height:24px;
}
.page{
    text-align:center;
    width:1200px;
    height:76px;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: inline-block;
}
.pagination > li{
        display: inline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #D71518;
    border-color: #D71518;
    cursor: default;
    font-size: 14px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    font-size: 14px;
}
