.searchtit {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 38px;
    padding-left: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid #dfdfdf;
}

    .searchtit span {
        height: 38px;
        line-height: 38px;
        display: block;
        float: left;
        margin-right: 10px;
    }

        .searchtit span.key {
            color: #dc241c;
            font-size: 16px;
            font-family: Arial;
            font-weight: 700;
        }

        .searchtit span.tit {
            color: #666666;
            font-size: 16px;
            font-family: Arial;
            font-weight: 700;
        }

        .searchtit span.result {
            color: #666666;
            font-family: Arial;
            font-size: 14px;
        }

#brandlist {
    height: auto;
    overflow: hidden;
}

.propitem {
    width: 1210px;
    height: 36px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

    .propitem:first-child {
        border-top: 1px solid #dfdfdf;
    }

    .propitem em {
        height: 36px;
        line-height: 36px;
        float: left;
        padding-left: 20px;
        width: 100px;
        display: block;
    }

@media screen and (max-width: 1024px) {
    #brandlist ul {
        padding: 0 10px;
        float: left;
        width: 788px;
    }
}

@media screen and (min-width: 1028px) {
    #brandlist ul {
        padding: 0 10px;
        float: left;
        width: 1000px;
    }
}

#brandlist ul li, #brandlist ul li a {
    float: left;
    width: auto;
    display: block;
    height: 36px;
    line-height: 36px;
    margin-right: 30px;
    color: #666;
}

#searchcondt {
    height: 42px;
    background-color: #f1f1f1;
    margin-top: 10px;
}

    #searchcondt .f-sort {
        float: left;
    }

        #searchcondt .f-sort a {
            display: block;
            height: 25px;
            line-height: 25px;
            padding: 0;
            float: left;
            position: relative;
            font-size: 14px;
            background-color: #fff;
            width: 68px;
            color: #525353;
            margin-top: 5px;
            border: 1px solid #cccccc;
            text-align: center;
            border-left: none;
        }

            #searchcondt .f-sort a.cur {
                color: #fff;
                background-color: #dc241c;
                border: 1px solid #dc241c;
            }

            #searchcondt .f-sort a i {
                background: url(/images/red/icon/icon.png) no-repeat -212px -461px;
                display: inline-block;
                height: 12px;
                margin-left: 5px;
                margin-top: 7px;
                vertical-align: top;
                width: 12px;
            }

            #searchcondt .f-sort a.cur i {
                background-position: -240px -461px;
            }

            #searchcondt .f-sort a i.priceorder {
                background: url(/images/red/icon/icon.png) no-repeat -271px -461px;
                display: inline-block;
                height: 14px;
                margin-left: 5px;
                margin-top: 7px;
                vertical-align: top;
                width: 10px;
            }

            #searchcondt .f-sort a.up, #searchcondt a.down {
                background-color: #dc241c;
                color: #fff;
            }

                #searchcondt .f-sort a.up i.priceorder {
                    background-position: -369px -464px;
                }

            #searchcondt .f-sort a.down i.priceorder {
                background-position: -319px -461px;
            }

    #searchcondt .f-pager {
        float: right;
        height: auto;
        margin-right: 11px;
        margin-top: 6px;
        overflow: hidden;
    }


        #searchcondt .f-pager .fp-text {
            font-family: verdana;
            line-height: 23px;
            margin-right: 10px;
        }

            #searchcondt .f-pager .fp-text b {
                color: #dc241c;
                font-weight: 700;
                font-size: 13px;
            }

            #searchcondt .f-pager .fp-text em, .f-pager .fp-text i {
                font-style: normal;
                font-weight: 400;
                color: #666;
                font-size: 13px;
            }

        #searchcondt .f-pager a {
            border: 1px solid #ddd;
            font-family: SimSun;
            font-size: 16px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            width: 28px;
            display: inline-block;
            color: #dc241c;
            background-color: #fff;
        }

            #searchcondt .f-pager a.fp-next {
                margin-left: -3px;
                border-left: none;
            }

        #searchcondt .f-pager .fp-next.disabled, #searchcondt .f-pager .fp-prev.disabled {
            background: #f1f1f1 none repeat scroll 0 0;
            color: #ccc;
            cursor: default;
            padding: 0;
        }

    #searchcondt #searchkey {
        float: left;
        width: 115px;
        height: 24px;
        border: 1px solid #dfdfdf;
        margin-top: 11px;
        margin-left: 30px;
    }

    #searchcondt .searchconf {
        float: left;
        width: 30px;
        height: 24px;
        border: 1px solid #dfdfdf;
        margin-top: 11px;
        margin-left: 0px;
        border-left: none;
        line-height: 22px;
        background-color: #f8f8f8;
    }

.brandinfo {
    height: 40px;
    line-height: 40px;
}

#proctlist {
    margin-top: 20px;
}

    #proctlist li.procinfo {
        width: 218px;
        height: 395px;
        float: left;
        padding: 0 10px;
        float: left;
        border: 1px solid #fff;
    }

    #proctlist li.on {
        border: 1px solid #e7e3e7;
        -webkit-box-shadow: 0px 0px 1px 1px #f8f8f8;
        -moz-box-shadow: 0px 0px 1px 1px #f8f8f8;
        box-shadow: 0px 0px 1px 1px #f8f8f8;
    }

.brandinfo span {
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
}

.brandname {
    margin-left: 10px;
}

.product-image img {
    width: 25px;
    height: 25px;
}

.brandinfo .brdsales {
    float: right;
}

.pimg {
    height: 210px;
    padding: 3px;
    position: relative;
}

li .pimg i {
    background: url(/images/icon/procfav.gif);
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    display: none;
    cursor: pointer;
}

li.on .pimg i {
    display: block;
}

.pname {
    width: 205px;
    height: 40px;
    line-height: 20px;
    color: #414141;
    overflow: hidden;
}

    .pname a {
        color: #666;
    }

.psles {
    width: 215px;
    height: 32px;
    line-height: 32px;
}

.sp1 {
    color: #d72727;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.sp2 {
    color: #414141;
    font-size: 12px;
    float: right;
}

.sp3 {
    color: #dc241c;
    font-size: 12px;
}

#proctlist .buyInfo {
    height: auto;
    overflow: hidden;
}

.buyInfo .comp, .buyInfo .coll {
    float: left;
    width: 48px;
    border: 1px solid #ddd;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    display: block;
    padding: 0 3px 0 5px;
    position: relative;
    color: #666;
}

.buyInfo a.coll {
    padding-left: 13px;
    padding-right: 8px;
    text-align: right;
    width: 36px;
    border-left: none;
}

.buyInfo .comp b {
    background-color: #fff;
    background: url("/images/red/icon/icon.png") no-repeat scroll -554px -464px;
    height: 15px;
    width: 15px;
    float: left;
    margin: 6px 0 0 2px;
    overflow: hidden;
}

.buyInfo a.sel b {
    background-color: #fff;
    background: url("/images/red/icon/icon.png") no-repeat scroll -624px -464px;
    width: 15px;
    height: 15px;
}

.buyInfo .comp:hover {
    border: 1px solid #dc241c;
}

.buyInfo .coll:hover {
    border: 1px solid #dc241c;
    margin-left: -1px;
}

.buyInfo .coll i {
    background: url(/images/red/icon/icon.png) no-repeat -423px -463px;
    height: 15px;
    width: 16px;
    position: absolute;
    z-index: 999;
    left: 7px;
    top: 6px;
}

    .buyInfo .coll i.sel {
        background-position: -493px -463px;
    }

.buyInfo a.sel i {
    background: url(/images/red/icon/icon.png) no-repeat -493px -462px;
}

.buyInfo input.num {
    width: 42px;
    height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    border-right: none;
    float: left;
    margin-left: -1px;
    color: #666;
}

.buyInfo a.buy {
    border: 1px solid #ddd;
    color: #dc241c;
    display: block;
    float: left;
    font: 12px/200% Arial,Verdana,SimSun;
    height: 25px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    border-left: 1px;
    width: 80px;
    z-index: 1;
}

    .buyInfo a.buy i {
        background: url(/images/red/icon/icon.png) no-repeat -866px -462px;
        height: 25px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 25px;
    }

.buyInfo span {
    border: 1px solid #ddd;
    color: #dc241c;
    display: block;
    float: left;
    font: 12px/200% Arial,Verdana,"宋体";
    height: 25px;
    margin-left: -1px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 87px;
    z-index: 1;
}

.buyInfo a.jgz {
    border: 1px solid #ddd;
    color: #dc241c;
    display: block;
    float: left;
    font: 12px/200% Arial,Verdana,"宋体";
    height: 25px;
    margin-left: -1px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 87px;
    z-index: 1;
}



.sl-ext {
    height: auto;
    line-height: 22px;
    overflow: hidden;
    width: 58px;
    position: relative;
}

.sl-e-more {
    background: #fff none repeat scroll 0 0;
    color: #333;
    float: left;
    height: 22px;
    margin-right: 20px;
    position: relative;
    width: 50px;
    padding-top: 9px;
}

.sl-ext .sl-e-more i {
    background-position: 4px 7px;
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    background: url(/images/icon/search.png) no-repeat 4px 7px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.sl-ext .sl-e-more:hover i {
    border-color: #e4393c;
    background-position: 4px -11px;
}

.sl-ext .sl-e-more.opened i {
    background-position: 4px -27px;
}

.sl-ext .sl-e-more.opened:hover i {
    background-position: 4px -45px;
}

#brandlist .extend {
    height: auto;
}

/****************************分类导航Start****************************/

.crumbs-bar {
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    margin-top: 20px;
}

.menu-drop .menu-drop-arrow {
    background: url("/images/green/icon/search.ele.png") no-repeat scroll 4px 7px;
    display: inline-block;
    height: 20px;
    transition: background-position 0.15s ease-in-out 0s;
    vertical-align: top;
    width: 20px;
}

.crumbs-nav {
    height: 24px;
    line-height: 24px;
}

.crumbs-nav-item {
    float: left;
    margin-right: 8px;
}

.one-level .crumbs-link {
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.crumbs-link, .crumbs-nav-item .menu-drop, .crumbs-nav-item .selector-set {
    float: left;
    margin-right: 5px;
}

.crumbs-arrow {
    font-family: simsun;
    font-style: normal;
    line-height: 24px;
}

.menu-drop .trigger {
    border: 1px solid #ddd;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 4px 0 8px;
    vertical-align: top;
}

    .menu-drop .trigger .curr {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

.menu-drop-main {
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    left: 0;
    padding: 10px 0 10px 8px;
    position: absolute;
    top: 23px;
    width: 350px;
}

.menu-drop-list li {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65px;
}

    .menu-drop-list li a {
        color: #666;
    }

        .menu-drop-list li a:hover {
            color: #dc241c;
        }

.trigger span {
    color: #333;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.z-menu-drop-open {
    position: relative;
    z-index: 5;
}

    .z-menu-drop-open .trigger {
        border-bottom-color: #fff;
        position: relative;
        z-index: 6;
    }

    .z-menu-drop-open .menu-drop-arrow {
        background-position: 4px -27px;
    }

    .z-menu-drop-open .menu-drop-main {
        display: block;
    }

    .z-menu-drop-open:hover .trigger {
        border-bottom-color: #fff;
    }

    .z-menu-drop-open:hover .menu-drop-main {
        border-color: #dc241c;
    }

    .z-menu-drop-open:hover .menu-drop-arrow {
        background-position: 4px -44px;
    }

.menu-drop:hover {
    text-decoration: none;
}

    .menu-drop:hover .trigger {
        border-color: #dc241c;
        border-bottom-color: #fff;
    }

.selector-set .ss-item {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 4px;
    position: relative;
    vertical-align: top;
}

    .selector-set .ss-item b {
        font-weight: 400;
        color: #333;
    }

    .selector-set .ss-item em {
        color: #dc241c;
    }

    .selector-set .ss-item i {
        background: url("/images/green/icon/search.ele.png") no-repeat scroll 7px -140px;
        display: block;
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
    }

.ss-item:hover {
    border-color: #dc241c;
    text-decoration: none;
}

.selector-set .ss-item:hover i {
    background-color: #dc241c;
    background-position: 7px -158px;
}
/****************************分类导航End****************************/
/*************************缩略图Start**********************************/
.indent-col-main {
    clear: both;
    margin: 0px;
    padding: 0 20px 10px;
    position: relative;
    width: 183px;
}

.block-slider {
    POSITION: relative;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 0px 1px;
    PADDING-LEFT: 0px;
    WIDTH: 150px;
    PADDING-RIGHT: 0px;
    OVERFLOW: hidden;
    PADDING-TOP: 0px;
}

    .block-slider .box-top {
        POSITION: relative;
        MARGIN: 0px 35px 0px 0px;
        WIDTH: 700px;
        FLOAT: left;
        HEIGHT: 483px;
        COLOR: #616161;
        FONT-SIZE: 1.2em;
        OVERFLOW: hidden;
        LEFT: 9px;
    }

    .block-slider UL {
        PADDING-BOTTOM: 0px;
        LIST-STYLE-TYPE: none;
        MARGIN: 0px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        HEIGHT: 35px;
        OVERFLOW: hidden;
        PADDING-TOP: 0px;
    }

        .block-slider UL LI {
            POSITION: relative;
            PADDING-BOTTOM: 0px;
            PADDING-LEFT: 0px;
            WIDTH: 170px;
            PADDING-RIGHT: 0px;
            DISPLAY: block;
            FLOAT: left;
            HEIGHT: 483px;
            PADDING-TOP: 0px;
        }

            .block-slider UL LI A {
                DISPLAY: block;
                TEXT-DECORATION: none;
            }

                .block-slider UL LI A:hover {
                    TEXT-DECORATION: none;
                }
/****小图标滚动start****/
.wm-zoom-box, .wm-zoom-container {
    position: relative;
    float: left;
}

img.wm-zoom-default-img {
    height: auto;
}

.wm-zoom-lens {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

.wm-zoom-hight {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 2000;
}

    .wm-zoom-hight img {
        left: 0;
        position: absolute;
        top: 0;
    }

img.wm-zoom-loader {
    z-index: 1;
}

img.wm-zoom-hight-img {
    z-index: 2;
}

.wm-zoom-lens {
    background: #fff;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: alpha(opacity=30);
}

.wm-zoom-hight {
    background: #f4f4f4;
}

IMG {
    BORDER-RIGHT-WIDTH: 0px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    VERTICAL-ALIGN: top;
    BORDER-LEFT-WIDTH: 0px;
}

.std .subtitle {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

.std OL.ol {
    LIST-STYLE-POSITION: outside;
    LIST-STYLE-TYPE: decimal;
    PADDING-LEFT: 1.5em;
}

.std UL.disc {
    LIST-STYLE-POSITION: outside;
    LIST-STYLE-TYPE: disc;
    MARGIN: 0px 0px 10px;
    PADDING-LEFT: 18px;
}

.std DL DT {
    FONT-WEIGHT: bold;
}

.std DL DD {
    MARGIN: 0px 0px 10px;
}


.block-slider {
    POSITION: relative;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 0px 1px;
    PADDING-LEFT: 0px;
    WIDTH: 180px;
    PADDING-RIGHT: 0px;
    OVERFLOW: hidden;
    PADDING-TOP: 0px;
}

    .block-slider .box-top {
        POSITION: relative;
        MARGIN: 0px 35px 0px 0px;
        WIDTH: 700px;
        FLOAT: left;
        HEIGHT: 483px;
        COLOR: #616161;
        FONT-SIZE: 1.2em;
        OVERFLOW: hidden;
        LEFT: 9px;
    }

    .block-slider UL {
        PADDING-BOTTOM: 0px;
        LIST-STYLE-TYPE: none;
        MARGIN: 0px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        HEIGHT: 35px;
        OVERFLOW: hidden;
        PADDING-TOP: 0px;
    }

        .block-slider UL LI.item {
            POSITION: relative;
            PADDING-BOTTOM: 0px;
            PADDING-LEFT: 0px;
            WIDTH: 180px;
            PADDING-RIGHT: 0px;
            DISPLAY: block;
            FLOAT: left;
            HEIGHT: 483px;
            PADDING-TOP: 0px;
            height: 27px;
            overflow: hidden;
        }

.products-grid .item a {
    DISPLAY: block;
    TEXT-DECORATION: none;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 3px;
}

    .products-grid .item a:hover {
        border: 1px solid #c00;
        TEXT-DECORATION: none;
        DISPLAY: block;
    }



.box-left {
    font-family: SimSun;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    Z-INDEX: 999;
    POSITION: absolute;
    MARGIN: 0px;
    WIDTH: 10px;
    color: #ccc;
    HEIGHT: 29px;
    TOP: 10px;
    CURSOR: pointer;
    LEFT: 7px;
}

.over .box-left {
    BACKGROUND: url(/images/prev_hover.gif) no-repeat left top;
}

.box-right {
    font-family: SimSun;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    POSITION: absolute;
    MARGIN: 0px;
    WIDTH: 10px;
    color: #ccc;
    HEIGHT: 29px;
    TOP: 10px;
    CURSOR: pointer;
    RIGHT: 8px;
}

.over .box-right {
    BACKGROUND: url(/images/next_hover.gif) no-repeat left top;
}

/*************************缩略图End**********************************/
/*********************促销产品开始**********************************/
.hot-sales {
    background-color: #ffffff;
    height: 152px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 210px;
}

@media screen and (max-width: 1024px) {
    .hot-sales {
        padding-left: 100px;
    }
}

@media screen and (min-width: 1028px) {
    .hot-sales {
        padding-left: 80px;
    }
}

.hot-sales-main {
    height: 137px;
    padding-top: 15px;
    width: 100%;
}

    .hot-sales-main .hd {
        width: 56px;
        height: 62px;
        position: absolute;
        left: 0px;
        top: 0;
        line-height: 18px;
        padding: 6px 10px 0 5px;
        background: url(/images/red/icon/icon.png) no-repeat -50px -454px;
    }

        .hot-sales-main .hd span {
            font-size: 14px;
            text-align: center;
            font-family: "microsoft yahei";
            color: #ffffff;
            padding: 0 10px;
            display: block;
            line-height: 17px;
        }

    .hot-sales-main .bd {
        height: 122px;
        overflow: hidden;
    }

@media screen and (max-width: 1024px) {
    .hot-sales-main .bd {
        width: 873px;
    }
}

@media screen and (min-width: 1028px) {
    .hot-sales-main .bd {
        width: 1120px;
    }
}

.hot-sales-main .mc {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.hot-sales-main dl, .hot-sales-main li {
    margin-left: 0;
    margin-right: 0px;
}

.hot-sales-main dl {
    background-color: #fff;
    float: left;
    height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 11px;
    width: 255px;
}

.hot-sales-main dt {
    float: left;
    height: 100px;
    margin-right: 10px;
    display: block;
    padding: 0;
    width: 100px;
}

    .hot-sales-main dt img {
        height: 100px;
        width: 100px;
    }

.hot-sales-main dd {
    float: left;
    width: 145px;
}

    .hot-sales-main dd .p-name {
        height: 40px;
        line-height: 20px;
        margin: 0;
        overflow: hidden;
        padding-top: 5px;
        word-break: break-all;
        word-wrap: break-word;
        display: block;
    }

        .hot-sales-main dd .p-name a {
            color: #666;
            line-height: 20px;
        }

    .hot-sales-main dd .p-price {
        color: #666;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        padding-top: 5px;
    }

        .hot-sales-main dd .p-price strong {
            font-family: verdana;
            font-weight: 700;
            color: #e4393c;
        }

    .hot-sales-main dd .btns {
        height: 27px;
        overflow: hidden;
        padding-top: 3px;
    }

        .hot-sales-main dd .btns a {
            display: inline-block;
            line-height: 14px;
            height: 14px;
            border-radius: 2px;
            background: #F7F7F7;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            border: 1px solid #DDD;
            padding: 4px 13px 5px;
            color: #666;
            background-color: #f7f7f7;
            background-repeat: repeat-x;
            background-image: -moz-linear-gradient(top,#f7f7f7,#f2f2f2);
            background-image: -webkit-linear-gradient(top,#f7f7f7,#f2f2f2);
            background-image: -o-linear-gradient(top,#f7f7f7,#f2f2f2);
            background-image: linear-gradient(top,#f7f7f7,#f2f2f2);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
        }

            .hot-sales-main dd .btns a:hover {
                text-decoration: none;
                box-shadow: 0 1px 1px rgba(0,1,1,.08);
                cursor: pointer;
                color: #666;
            }

.hot-sales .hot-sales-act {
    height: 152px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0;
    width: 136px;
}

    .hot-sales .hot-sales-act .hd {
        background-color: #329d8c;
        color: #fff;
        font-family: "microsoft yahei";
        font-size: 16px;
        height: 37px;
        left: 0;
        line-height: 37px;
        position: absolute;
        text-align: center;
        top: 56px;
        width: 105px;
        border-radius: 3px;
    }
/********************促销产品结束**********************************/
/******************************商品对比Start**********************************/
#compare .compareAll .compare-title {
    background: #dc241c none repeat scroll 0 0;
    float: left;
    height: 57px;
    padding: 17px 0 18px;
    text-align: center;
    width: 150px;
}

#compare .compare-btn-box a.compareBtn.on {
    background-color: #dc241c;
    color: #fff;
    /*border: 1px solid #00873a;
    color: #00873a;*/
}

#searchcondt .supsearch {
    position: absolute;
    right: 10px;
    width: auto;
    overflow: hidden;
    height: 33px;
    padding: 6px 0;
}

    #searchcondt .supsearch input {
        float: left;
        color: #999;
        border: 1px solid #ccc;
        height: 25px;
        line-height: 25px;
        padding: 3px;
        width: 150px;
    }

    #searchcondt .supsearch a.supsearchbtn {
        float: left;
        background-color: #f7f7f7;
        height: 22px;
        line-height: 22px;
        border: 1px solid #ccc;
        padding: 4px 13px 5px;
        border-left: none;
    }
/*******************************商品对比End***********************************/

/********************猜你喜欢Start*****************************/
.footmark .m {
    padding: 0 9px;
    border: 1px solid #ddd;
}

.footmark .mt {
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}

.footmark .title {
    width: 50%;
    float: left;
    color: #666666;
    font-size: 16px;
    font-family: SimHei;
}

.footmark .extra {
    width: 50%;
    float: right;
    text-align: right;
}

.footmark .may-like .change {
    display: inline-block;
}

    .footmark .may-like .change .ico, .may-like .change .txt {
        display: inline-block;
        vertical-align: middle;
        color: #666666;
        *cursor: pointer;
        font-size: 14px;
        font-family: SimHei;
    }

    .footmark .may-like .change .ico {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background: url(/images/red/icon/icon.png) no-repeat -685px -460px;
    }

.footmark .may-like .mc {
    height: 246px;
    overflow: hidden;
}

.footmark .may-like-list {
    padding-top: 15px;
    margin-right: -10px;
}

    .footmark .may-like-list li {
        width: 195px;
        height: 216px;
        float: left;
        margin: 0 8px 0 0;
        padding: 0 18px 15px;
        text-align: center;
    }

    .footmark .may-like-list .p-img img {
        width: 150px;
        height: 150px;
    }

    .footmark .may-like-list .p-name {
        height: 40px;
        overflow: hidden;
    }

        .footmark .may-like-list .p-name a {
            color: #666;
        }

    .footmark .may-like-list .p-price {
        line-height: 20px;
        color: #e3101e;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
    }

    .footmark .may-like-list .price-sams-2 {
        vertical-align: top;
    }

        .footmark .may-like-list .price-sams-2 em {
            font-size: 12px;
        }

.footmark .recent-view .mc {
    height: 126px;
    overflow: hidden;
}

.footmark .recent-view-list {
    height: 102px;
    margin-right: -36px;
    padding-top: 14px;
    overflow: hidden;
}

    .footmark .recent-view-list li {
        width: 86px;
        float: left;
        margin: 0 2px 0 0;
        padding-bottom: 14px;
        text-align: center;
    }

    .footmark .recent-view-list .p-img img {
        width: 70px;
        height: 70px;
    }

    .footmark .recent-view-list .p-price {
        color: #e3393c;
    }

.root61 .footmark .may-like-list li {
    padding-left: 20px;
}

.root61 .footmark .recent-view-list li {
    margin: 0 2px 0 3px;
    *display: inline;
}
/********************猜你喜欢End*****************************/
