﻿@charset "utf-8";

/* ================================ */


/* 商城前台模板页面常用样式定义 			*/


/* Author:Hulihutu		*/


/* Copyright:www.shopnc.net	*/


/* Create Date:Aug-10-2012		*/


/* Retrofit Date:Sep-01-2012		*/


/* ================================ */

body {
    min-width: 1200px;
}

.nch-container {
    width: 1200px;
    margin: 0 auto;
}

.nch-container .left {
    width: 248px;
    float: left;
}

.nch-container .right {
    width: 940px;
    float: right;
}

.nch-container .left2 {
    width: 780px;
    float: left;
}

.nch-container .right2 {
    width: 208px;
    float: right;
}


/* 边栏模块 */

.nch-sidebar-article-class ul{
    padding:14px 10px;
}

.nch-module {
    margin-bottom: 12px;
}

.nch-module .title {
    background:#1d83bf;
}

.nch-module .title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 16px 10px;
    border-top: 2px solid #1d83bf;
    text-align: center;
}

.nch-module .title h3 em {
    color: #D93600;
}

.nch-module .content {
    overflow: hidden;
    background: #FFF;
}

.nch-module-style01 {}

.nch-module-style02 {
    border-top: solid 2px #C8C8C8;
}

.module_sidebar {
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
}

.module_sidebar h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 30px;
    color: #F60;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.module_sidebar h2 b {
    font-family: "microsoft yahei", Tahoma, Arial;
    font-size: 15px;
    line-height: 30px;
    color: #3E3E3E;
    display: inline;
    float: left;
    padding: 0 6px 0 4px;
    margin-left: 2px;
}


/* 搜索列表页面末级分类推荐商品 */

.nch-module-recommend {
    display: block;
    overflow: hidden;
}

.nch-module-recommend li {
    float: left;
    width: 230px;
    padding: 7px;
}

.nch-module-recommend li .goods-pic {
    width: 90px;
    height: 90px;
    float: left;
}

.nch-module-recommend li .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.nch-module-recommend li .goods-pic img {
    max-width: 90px;
    max-height: 90px;
    margin-top: expression( 90-this.height/2);
    *margin-top: expression(45-this.height/2)/*IE6,7*/
    ;
}

.nch-module-recommend li .goods-info {
    width: 130px;
    float: right;
}

.nch-module-recommend li .goods-info dt {
    line-height: 16px;
    width: 100%;
    height: 32px;
    overflow: hidden;
}

.nch-module-recommend li .goods-info dt a {
    color: #777;
}

.nch-module-recommend li .goods-info dt a:hover {
    color: #333;
}

.nch-module-recommend li .goods-info dt a span {
    line-height: 16px;
    color: #FFF;
    background-color: #e4393c;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    height: 16px;
    padding: 0 4px;
    border-radius: 2px;
    margin-right: 4px;
    *zoom: 1;
}

.nch-module-recommend li .goods-info .goods-price {
    color: #555;
    line-height: 20px;
    white-space: nowrap;
    height: 20px;
    margin: 5px 0;
    overflow: hidden;
}

.nch-module-recommend li .goods-info .goods-price em {
    font-size: 14px;
    font-weight: bold;
    color: #C00;
}

.nch-module-recommend li .goods-info .buy-btn a {
    line-height: 20px;
    color: #FFF;
    background-color: #F32613;
    height: 20px;
    display: inline-block;
    *display: inline;
    padding: 3px 12px;
    *zoom: 1;
    border-radius: 2px;
}

.nch-module-recommend li .goods-info .buy-btn a:hover {
    text-decoration: none;
    background-color: #CA3300;
}


/* 搜索列表页面规格值过滤条件*/

.nch-module-filter {
    overflow: hidden;
}

.nch-module-filter dl {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    clear: both;
    padding: 5px 0;
    margin: -1px auto 0 auto;
    border-top: dotted 1px #E6E6E6;
}

.nch-module-filter dt,
.nch-module-filter dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}

.nch-module-filter dt,
.nch-module-filter dd {
    *display: inline/*IE6,7*/
    ;
}

.nch-module-filter dl dt {
    line-height: 22px;
    font-weight: 600;
    color: #555;
    text-align: right;
    width: 10%;
    overflow: hidden;
}

.nch-module-filter dl dd.list {
    width: 85%;
}

.nch-module-filter dl dd.all {
    width: 5%;
}

.nch-module-filter dl dd.list ul {
    font-size: 0;
    word-spacing: -1em;
}

.nch-module-filter dl dd.list ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    height: 22px;
    padding: 0 10px;
}

.nch-module-filter dl dd.list ul li {
    *display: inline/*IE6,7*/
    ;
}

.nch-module-filter dl dd.list ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #005AA0;
    display: block;
    height: 20px;
    padding: 1px 2px;
}

.nch-module-filter dl dd.list ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    background-color: #4598D2;
}

.nch-module-filter dl dd.all span {
    line-height: 20px;
    color: #999;
    background-color: #FFF;
    height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    cursor: pointer;
}

.nch-module-filter dl dd.all span:hover {
    color: #FFF;
    background-color: #D93600;
}

.nch-module-filter dl dd.all span i {
    font-size: 14px;
    margin-right: 4px;
}

.nch-module-filter .selected {
    font-weight: 600;
    line-height: 20px;
    color: #999;
    background-color: #FFF;
    display: inline-block;
    height: 20px;
    padding: 0 0 0 5px;
    margin-right: 5px;
    border: solid 1px #D7D7D7;
    cursor: pointer;
}

.nch-module-filter .selected:hover {
    border-color: #D93600;
}

.nch-module-filter .selected em {
    line-height: 20px;
    color: #D93600;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 0 2px;
    margin-left: 2px;
}

.nch-module-filter .selected i {
    font-family: Verdana;
    line-height: 20px;
    color: #CCC;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.nch-module-filter .selected:hover i {
    color: #D93600;
}

.nch-module-filter .nch-module-filter_nav {
    background-color: #FFF7E5;
    width: 100%;
    height: 28px;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #FC4;
}

.nch-module-filter .nch-module-filter_nav dt {
    float: left;
    text-align: right;
    line-height: 28px;
    width: 82px;
}

.nch-module-filter .nch-module-filter_nav dd {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    display: block;
}

.nch-module-filter .contain_list {
    width: 762px;
    height: 96px;
    padding: 2px;
    border: 1px solid #BDD9F7;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: auto;
}

.nch-module-filter .contain_list ul {
    width: 720px;
    padding: 10px;
    overflow: hidden;
}

.nch-module-filter .contain_list li {
    width: 134px;
    height: 22px;
    padding-left: 10px;
    overflow: hidden;
    float: left;
}

.nch-module-filter .contain_list li a {
    display: block;
    width: 144px;
    height: 22px;
    line-height: 22px;
    color: #656766;
    text-decoration: none;
}

.nch-module-filter .contain_list li a:hover {
    color: red;
    background: #fff9f1;
}

.nch-module-filter .contain_list li a span {
    color: #969696;
}


/*品牌索引*/

.nch-module-filter .nch-brand-tab {
    padding: 0 12px;
    margin-bottom: 10px;
}

.nch-module-filter .nch-brand-tab li {
    padding: 0!important;
}

.nch-module-filter .nch-brand-tab li a {
    line-height: 20px;
    text-align: center;
    display: block;
    min-width: 16px;
    padding: 2px 6px !important;
    position: relative;
    z-index: 1;
}

.nch-module-filter .nch-brand-tab li.current a {
    color: #FFF;
    background-color: #4598D2;
}

.nch-module-filter .nch-brand-tab li a:hover {
    text-decoration: none !important;
}

.nch-module-filter .nch-brand-tab li a i.arrow {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    display: none;
    margin-left: -6px !important;
    border-color: #4598D2 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 6px;
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 50%;
}

.nch-module-filter .nch-brand-tab li.current a i.arrow {
    display: block;
}

#ncBrandlist {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 146px;
}

.nch-module-filter .nch-brand-con {
    padding: 6px 12px;
}

.nch-module-filter .nch-brand-con li {
    width: 103px !important;
    height: 35px !important;
    padding: 0!important;
    margin: 0;
    position: relative;
    z-index: 1;
}

.nch-module-filter .nch-brand-con li:hover {
    z-index: 2;
}

.nch-module-filter .nch-brand-con li a {
    line-height: 34px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 92px!important;
    height: 34px!important;
    padding: 0 5px!important;
    border: solid 1px #E6E6E6!important;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    overflow: hidden;
}

.nch-module-filter .nch-brand-con li a:hover {
    text-decoration: none !important;
    color: #D93600!important;
    background-color: #FFF!important;
    border-width: 2px!important;
    border-color: #D93600!important;
    top: -2px!important;
    left: -2px!important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.nch-module-filter .nch-brand-con li a img {
    max-width: 90px;
    max-height: 30px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 6px;
}

.nch-module-filter .nch-brand-con li a span {
    background-color: #FFF;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
    width: 92px;
    height: 34px;
    padding: 0 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
}

.nch-module-filter .nch-brand-con li:hover a span {
    display: block;
}

.table_title {
    float: left;
    padding-left: 10px;
}

.table_title p {
    float: left;
    margin-right: 5px;
}

.shop_con_list {
    width: 100%;
}

.group:after,
.clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.no_info {
    height: 230px;
    background: url(../images/nothing.gif) no-repeat 280px center;
    line-height: 230px;
    text-align: center;
    font-size: 18px;
}

.input_style1 input {
    border: 1px solid #fed39c;
    width: 130px;
    padding: 2px;
}

.input_style2 input {
    border: 1px solid #fed39c;
    width: 100px;
    padding: 2px;
}


/*大图模式列表页*/

.squares .list_pic {
    font-size: 0;
    display: block;
    margin-right: -12px;
}

.squares .list_pic li {
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 229px;
    height: 380px;
    margin: 12px 12px 0 0;
}

.squares .goods-content {
    line-height: 18px;
    display: block;
    width: 232px;
    height: 380px;
    margin: 0 auto;
    border: 2px solid #fff;
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 11;
    overflow: hidden;
    transition: border-color 0.4s ease-in-out 0s;
}

.squares .goods-content:hover {
    z-index: 12;
}

.squares .goods-pic {
    background: #FFF;
    width: 220px;
    height: 220px;
    z-index: 1;
    padding: 6px;
    text-align: center;
}

.squares .goods-pic a {
    line-height: 0;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 220px;
    height: 220px;
    overflow: hidden;
}

.squares .goods-pic img {
    max-width: 220px;
    max-height: 220px;
    margin-top: expression( 220-this.height/2);
    *margin-top: expression(110-this.height/2)/*IE6,7*/
    ;
}

.squares .goods-info {
    width: 232px;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 230px;
}

.squares .goods-pic-scroll-show {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    background: rgba(255, 255, 255, 0.9);
    width: 232px;
    height: 32px;
    margin: 0px auto;
    text-align: center;
}

.squares .goods-pic-scroll-show ul {
    font-size: 0;
    width: 200px;
    height: 32px;
    margin: 0px auto;
    padding-left: 6px;
    displaY:none;
}

.squares .goods-pic-scroll-show ul li {
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    *zoom: 1;
}

.squares .goods-pic-scroll-show ul li a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: solid 1px #EEE;
    overflow: hidden;
}

.squares .goods-pic-scroll-show ul li.selected a,
.squares .goods-pic-scroll-show ul li a:hover {
    border-color: #00428e;
    transition: border-color 0.4s ease-in-out 0s;
}

.squares .goods-pic-scroll-show ul li img {
    max-width: 32px;
    max-height: 32px;
    margin-top: expression(28-this.height/2);
    *margin-top: expression(14-this.height/2)/*IE6,7*/
    ;
}

.squares .goods-promotion {
    font: 700 12px/15px "microsoft yahei";
    color: #FFF;
    background: url(../images/2014shop_background_img.png) no-repeat 0 -100px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 20px 9px 15px 9px;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
}

.squares .goods-price {
    font: 12px/20px "microsoft yahei";
    color: #C00;
    background-color: #FFF;
    white-space: nowrap;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0px 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.squares .goods-price em.sale-price {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    color: #fe0036;
    cursor: pointer;
}

.squares .goods-price em.jf {
    font-size: 13px;
    color: #999999;
    margin-left: 20px;
    font-weight: normal;
    cursor: pointer;
}

.squares .goods-price em.jf i {
    background: url(../images/icon_jf1.png) no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    top: 10px;
}

.squares .goods-price em.market-price {
    color: #999;
    text-decoration: line-through;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}


/* 消费保障 */

.squares .goods-price .goods-cti {
    font-size: 0;
    line-height: 0;
    word-spacing: -1em;
    text-align: left;
    max-width: 62px;
    float: right;
    overflow: hidden;
}

.squares .goods-price .goods-cti span {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    width: 16px;
    height: 16px;
    padding: 2px;
    *zoom: 1;
}

.squares .goods-price .goods-cti span img {
    display: block;
    width: 16px;
    height: 16px;
}


/* 评价评分样式 */

.squares .goods-price .raty {
    font-size: 0;
    line-height: 0;
    word-spacing: -1em;
    float: right;
}

.squares .goods-price .raty img {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px 0 2px 4px;
}

.squares .goods-name {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #999;
    background-color: #FFF;
    height: 24px;
    display: block;
    padding: 14px 10px 0 12px;
    overflow: hidden;
}
.squares .goods-name a{
       display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.squares .goods-name em {
    color: #F30;
}

.squares .goods-sub {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    height: 24px;
    padding: 5px 10px 10px;
}

.squares .goods-sub span {
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #FFF;
    line-height: 24px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    height: 24px;
    padding: 0 4px;
    margin-right: 4px;
    border-radius: 2px;
    *zoom: 1;
    cursor: pointer;
}

.squares .goods-sub span.virtual {
    background-color: #36BC9B;
}

.squares .goods-sub span.fcode {
    background-color: #3BAEDA;
}

.squares .goods-sub span.presell {
    background-color: #4B89DC;
}

.squares .goods-sub span.gift {
    background-color: #967BDC;
}

.squares .goods-sub span.book {
    background-color: #D870AD;
}

.squares .goods-sub .goods-compare {
    line-height: 20px;
    color: #999;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    background: rgba(255, 255, 255, 0.9);
    height: 20px;
    float: right;
    padding: 1px 5px;
    margin: 0;
    border: solid 1px #EEE;
    cursor: pointer;
}

.squares .goods-sub .goods-compare.selected {
    color: #FFF;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5D93600', endColorstr='#E5D93600');
    background: rgba(217, 54, 0, 0.9);
    border-color: #D93600;
}

.squares .goods-sub .goods-compare i {
    background: url(../images/2014shop_background_img.png) no-repeat -50px -100px;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    *zoom: 1;
}

.squares .goods-sub .goods-compare.selected i {
    background-position: -70px -100px;
}

.squares .sell-stat {
    width: 232px;
    border-top: solid 1px #EEE;
    overflow: hidden;
}

.squares .sell-stat ul {
    font-size: 0;
    word-spacing: -1em;
    width: 234px;
}

.squares .sell-stat ul li {
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: block;
    width: 88px;
    height: 40px;
    margin: 0px auto;
    overflow: hidden;
    padding: 6px 0;
    font-size: 16px;
}

.squares .sell-stat ul li a {
    font-size:16px;
    color: #B57C5B;
}

.squares .sell-stat ul li a.status {
    color: #3388BB;
    float:right;
    line-height:32px;
}

.squares .sell-stat ul li p {
    line-height: 32px;
    color: #999;
    
    font-size:16px;
    float:left;
}

.squares .store {
    line-height: 14px;
    background-color: #F5F5F5;
    text-align: center;
    display: block;
    height: 12px;
    clear: both;
    padding: 8px 0;
    border-top: solid 1px #EEE;
}

.squares .add-cart {
    display: block;
}

.squares .add-cart a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: -2px 0 0 rgba(0, 0, 0, 0.05);
    background-color: #1d83bf;
    text-align: center;
    display: block;
    height: 24px;
    padding: 8px 0;
}

.squares .add-cart a i {
    margin-right: 4px;
}

.squares .add-cart a:hover {
    color: #FFF;
    text-decoration: none;
}

.squares li:hover .goods-content {
    height: 405px;
    margin: 0;
    border: solid 1px #1d83bf;
    border-radius: 0;
    box-shadow: 0px 4px 4px rgba(102, 102, 102, 0.65);
}

.squares .list_pic dl dd.promotion-price {
    width: 65px;
}

.squares .list_pic dl dd.price span,
.squares .list_pic dl dd.promotion-price span {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 600;
    color: #F30;
    margin-left: 2px;
    _margin-left: 1px;
}

.squares .list_pic dl dd.del-price {
    line-height: 20px;
    color: #AAA;
    text-decoration: line-through;
    width: 35px;
    z-index: 2;
    top: 230px;
    left: 80px;
}

.squares .list_pic dl dd.freight {
    color: #666;
    width: 65px;
    text-align: right;
    z-index: 1;
    top: 270px;
    right: 12px;
}

.squares .list_pic dl dd.shop {
    line-height: 21px;
    width: 105px;
    z-index: 2;
    top: 258px;
    left: 12px;
}

.squares .list_pic dl dd.shop a.name {
    text-align: left;
    display: inline-block;
    max-width: 75px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.squares .list_pic dl dd.shop a.chat {
    overflow: visible;
    float: left;
}

.squares .list_pic dl dd.location {
    color: #666;
    width: 65px;
    text-align: right;
    z-index: 1;
    top: 258px;
    right: 12px;
}

.squares .list_pic dl dd.promotion {
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 12px;
}

.squares .list_pic dl dd.promotion span {
    line-height: 16px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    height: 16px;
    float: left;
    padding: 1px 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.squares .list_pic dl dd.promotion .gb {
    background-color: #C00;
}

.squares .list_pic dl dd.promotion .xs {
    background-color: #6C9D26;
}

.squares .list_pic dl dd.seller-intro {
    z-index: 2;
    top: 305px;
    left: 12px;
    width: 170px;
}

.squares .list_pic dl dd.seller-intro ul {
    margin: 0;
    padding: 0;
    padding-bottom: 2px!important;
    border: dotted 1px #A7CAED;
    background-color: #F4FAFE;
    overflow: hidden;
}

.squares .list_pic dl dd.seller-intro ul li {
    margin: 2px 4px;
    padding: 0;
    line-height: 16px;
    height: 16px;
    width: 155px;
}

.squares .list_pic dl dd.seller-intro ul li span {
    float: left;
}

.no-results {
    color: #AAA;
    padding: 200px 0;
    text-align: center;
}


/* ============ */


/* 列表页面筛选条 */


/* ============ */

.sort-bar {
    background: #fff;
    display: block;
    height: 52px;
}


/* 商品列表排序方式 */

.nch-all-category {
    vertical-align: top;
    display: none;
    width: 210px;
    height: 37px;
}


/*分类导航菜单*/

.nch-all-category .all-category {
    background-color: transparent;
    display: block;
    width: 212px;
    height: 38px;
    float: left;
}

.nch-all-category .all-category .title {
    line-height: 20px;
    height: 20px;
    padding: 8px 8px 9px 8px;
}

.nch-all-category .all-category .title h3 a {
    font-size: 12px;
    font-weight: 600;
    color: #F32613;
    float: left;
    margin-left: 8px;
}

.nch-all-category .all-category .title i {
    border-color: #F32613 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 5px;
    float: right;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 8px 4px 0 0;
    width: 0;
}

.nch-all-category .all-category .category {
    display: none;
    width: 212px;
}

.nch-all-category .all-category:hover .category {
    display: block;
}

.nch-all-category .category .menu {
    background-color: #B01D1D;
    padding-top: 2px;
    border-top: solid 1px #A01111;
}

.nch-all-category .category .menu li {
    background-color: #C1392B;
    width: 212px;
    height: 34px;
    *float: left;
    *clear: left;
    position: relative;
    z-index: 1;
    zoom: 1;
}

.nch-all-category .category .menu li.hover {
    z-index: 2;
}

.nch-all-category .category .menu li:last-child {
    height: 35px;
}

.nch-all-category .category .class {
    display: block;
    width: 183px;
    height: 16px;
    padding: 9px 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nch-all-category .category .hover .class {
    background-color: #96281B;
    width: 175px;
    padding: 9px 15px 9px 23px;
    z-index: 2;
}

.nch-all-category .category .class .ico {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.nch-all-category .category .class .ico img {
    display: block;
    width: 16px;
    height: 16px;
}

.nch-all-category .category .class h4 {
    vertical-align: top;
    display: inline-block;
}

.nch-all-category .category .class h4 a {
    color: #FFF;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
}

.nch-all-category .category .menu li.hover .class h4 a {
    color: #FFF;
}

.nch-all-category .category .class .arrow {
    background: url(../images/top_bg.png) no-repeat -150px -10px;
    width: 3px;
    height: 5px;
    float: right;
    margin: 5px 0 0;
}

.nch-all-category .category .sub-class {
    background-color: #FAFAFA;
    display: none;
    width: 947px;
    min-height: 450px;
    padding: 10px 20px 19px 20px;
    border-style: solid;
    border-color: transparent #DDD #DDD #DDD;
    border-width: 0 1px 1px 1px;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 212px;
}

.nch-all-category .category li.hover .sub-class {
    display: block;
}

.nch-all-category .category .sub-class-content {
    display: block;
    width: 730px;
    float: left;
}

.nch-all-category .category .recommend-class {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    overflow: hidden;
}

.nch-all-category .category .recommend-class span {
    font-size: 12px;
    background-color: #7C7171;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    margin: 0 10px 10px 0;
    *zoom: 1/*IE7*/
    ;
}

.nch-all-category .category .recommend-class span a {
    color: #FFF;
    line-height: 20px;
    display: block;
    padding: 2px 10px;
}

.nch-all-category .category .sub-class dl {
    font-size: 0;
    word-spacing: -1em;
    padding-top: 10px;
}

.nch-all-category .category .sub-class dl dt,
.nch-all-category .category .sub-class dl dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    *zoom: 1/*IE7*/
    ;
}

.nch-all-category .category .sub-class dl dt {
    background: url(../images/top_bg.png) no-repeat right -25px;
    width: 70px;
    height: 16px;
    padding-right: 15px;
    margin-right: 15px;
}

.nch-all-category .category .sub-class dl dt h3 {
    line-height: 16px;
    font-weight: 600;
    color: #5C5251;
    text-align: right;
}

.nch-all-category .category .sub-class dl dd {
    font-size: 0;
    word-spacing: -1em;
    width: 630px;
    border-bottom: solid 1px #F0F0F0;
}

.nch-all-category .category .sub-class dl:last-child dd {
    border-bottom: none 0;
}

.nch-all-category .category .sub-class dl dd a {
    font-size: 12px;
    color: #7C7171;
    line-height: 14px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    height: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-left: solid 1px #E7E7E7;
    *zoom: 1/*IE6、7*/
    ;
}

.nch-all-category .category .sub-class dl dd a:hover {
    color: #C81623;
}

.nch-all-category .category .sub-class dl dd h5 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin: 4px 0 2px 0;
}

.nch-all-category .category .sub-class-right {
    display: block;
    width: 194px;
    height: 440px;
    float: right;
}

.nch-all-category .category .brands-list {}

.nch-all-category .category .brands-list ul {
    font-size: 0;
    word-spacing: -1em;
    height: 136px;
    overflow: hidden;
}

.nch-all-category .category .brands-list li {
    font-size: 12px;
    background-color: transparent;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 94px;
    height: 31px;
    margin: 0 1px 3px 2px;
    *zoom: 1/*IE7*/
    ;
}

.nch-all-category .category .brands-list li a {
    display: block;
    position: relative;
    z-index: 1;
}

.nch-all-category .category .brands-list li a img {
    width: 94px;
    height: 31px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nch-all-category .category .brands-list li a span {
    color: #333;
    line-height: 25px;
    background-color: #FFF;
    white-space: nowrap;
    text-align: center;
    width: 86px;
    height: 25px;
    padding: 3px 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
}

.nch-all-category .category .brands-list li a:hover span {
    color: #FFF;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F27C7171', endColorstr='#F27C7171');
    background: rgba(124, 113, 113, 0.95);
    z-index: 3;
}

.nch-all-category .category .adv-promotions {
    display: block;
    width: 190px;
    margin: 0 2px;
}

.nch-all-category .category .adv-promotions a {
    background: #FFF;
    display: block;
    width: 190px;
    height: 150px;
    margin-top: 10px;
}

.nch-all-category .category .adv-promotions img {
    background: #D3D3D3;
    width: 190px;
    height: 150px;
}

.nch-sortbar-array {
 padding-left:20px;

}

.nch-sortbar-array ul {
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    border-right: solid 1px #efefef;
    *zoom: 1;
}

.nch-sortbar-array li {
    font: 12px/20px "microsoft yahei";
    vertical-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    border-left: solid 1px #efefef;
    *zoom: 1;
}

.nch-sortbar-array li a {
    line-height: 36px;
    color: #555;
    display: block;
    height: 36px;
    padding: 8px 30px;
    font-size:16px;
}

.nch-sortbar-array li a i {
    background: url(../images/2014shop_background_img.png) no-repeat 0 -11px;
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 4px;
}

.nch-sortbar-array li.selected,
.nch-sortbar-array li:hover {
    background-color: #176a9a;
    border-left: 1px solid#176a9a;
}

.nch-sortbar-array li.selected a,
.nch-sortbar-array li:hover a {
    color: #fff;
}

.nch-sortbar-array li a:hover {
    text-decoration: none;
}

.nch-sortbar-array li.selected a.asc i {
    background-position: -14px -11px;
}

.nch-sortbar-array li.selected a.desc i,
.nch-sortbar-array li:hover a i {
    background-position: -7px -11px;
}


/* 商品类型选择 */

.nch-sortbar-filter {
    vertical-align: top;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    width: 350px;
    height: 37px;
    border-right: solid 1px #D7D7D7;
    position: relative;
    z-index: 19;
    *zoom: 1;
}

.nch-sortbar-filter .arrow {
    background: url(../images/2014shop_background_img.png) no-repeat -50px -120px;
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.nch-sortbar-filter ul {
    font-size: 0;
    word-spacing: -1em;
    background-color: transparent;
    display: block;
    width: 350px;
    height: 37px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
}

.nch-sortbar-filter.box-hover ul {
    background-color: #FFF;
    border: solid 1px #D7D7D7;
    height: auto;
    top: -1px;
    left: -1px;
}

.nch-sortbar-filter li {
    font: 12px/36px "microsoft yahei";
    color: #777;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    margin-left: 5px;
    *zoom: 1;
}

.nch-sortbar-filter li a {
    font: 12px/20px "microsoft yahei";
    color: #777;
    display: block;
    height: 20px;
    padding: 8px 8px 8px 4px;
}

.nch-sortbar-filter li a i {
    background: url(../images/2014shop_background_img.png) no-repeat -44px 0;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.nch-sortbar-filter li a:hover,
.nch-sortbar-filter li a.selected {
    color: #D93600;
    text-decoration: none;
}

.nch-sortbar-filter li a:hover i,
.nch-sortbar-filter li a.selected i {
    background: url(../images/2014shop_background_img.png) no-repeat -56px 0;
}

.nch-sortbar-location {
    font: 12px/36px "microsoft yahei";
    color: #777;
    vertical-align: top;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    padding: 0 0 0 30px;
    *zoom: 1;
}


/* 商品筛选下拉形式 */

.sort-bar .select-layer {
    background-color: #FFF;
    border: solid 1px #D6D6D6;
    display: inline-block;
    *display: inline/*IE6,7*/
    ;
    margin: 8px 6px 8px 0;
    position: relative;
    z-index: 19;
    *zoom: 1;
}

.sort-bar .select-layer {
    *display: inline/* if IE7 */
    ;
}

.sort-bar .select-layer .holder {
    background-color: #FFF;
}

.sort-bar .select-layer .holder em {
    font-style: normal;
    line-height: 16px;
    white-space: nowrap;
    display: block;
    padding: 2px 16px 2px 4px;
}

.sort-bar .select-layer .holder em {
    *display: inline/* if IE7 */
    ;
}

.sort-bar .select-layer .selected {
    background-color: #FFF;
    display: none;
    height: 22px;
    padding-bottom: 1px;
    border: solid #ABABAB;
    border-width: 1px 1px 0 1px;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
}

.sort-bar .select-layer .selected a {
    line-height: 16px;
    color: #F60;
    white-space: nowrap;
    display: block;
    padding: 1px 17px 5px 5px;
}

.sort-bar .select-layer .selected a {
    *display: inline/* if IE7 */
    ;
}

.sort-bar .select-layer .direction {
    font-size: 0px;
    line-height: 0;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: #666 #FFF #FFF #FFF;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    position: absolute;
    z-index: 3;
    top: 7px;
    right: 5px;
}

.sort-bar .select-layer:hover .direction {
    border-color: #666 #FFF #FFF #FFF;
    FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}

.sort-bar .select-layer:hover .selected {
    display: block;
}

.sort-bar .select-layer .options {
    background-color: #FFF;
    white-space: nowrap;
    display: none;
    border: solid #ABABAB 1px;
    position: absolute;
    z-index: 1;
    top: 22px;
    left: -150px;
    box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3)/* if FF*/
    ;
    -webkit-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3)/* if webkit*/
    ;
    -o-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3)/* if opera*/
    ;
}

.sort-bar .select-layer .options li {
    line-height: 20px;
    display: block;
    clear: both;
    padding: 2px 18px 1px 8px;
}

.sort-bar .select-layer .options li.order-default {
    background: #F5F5F5;
    padding-top: 0;
    margin-top: 4px;
    border-top: solid 1px #E7E7E7;
}

.sort-bar .select-layer:hover .options {
    display: inline-block;
}

.sort-bar .select-layer:hover .options {
    *display: inline/* if IE6-7 */
    ;
}

#addressDraw {
    width: 368px;
}

#addressDraw dt {
    line-height: 20px;
    font-weight: 700;
    padding: 12px 0 5px
}

#addressDraw .oreder-default {
    padding: 4px 15px 3px
}

#addressDraw .location-hots {
    padding: 1px 0 0 15px;
}

#addressDraw .location-hots dd {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 3px 0;
    width: 85px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#addressDraw .location-all {
    padding-left: 15px
}

#addressDraw .location-all ul {
    float: left;
    width: 85px
}

#addressDraw .location-all li {
    *zoom: 1;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 16px;
    white-space: nowrap;
    vertical-align: top;
    clear: both
}

#addressDraw .location-all .lt {
    float: left;
    padding-top: 1px;
    width: 14px
}

#addressDraw .location-all .lc {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px dotted #999
}

#addressDraw .location-all .lc span {
    display: block;
    padding: 3px 0
}

#addressDraw .location-all .lc span a {
    display: inline;
    padding: 0
}

#addressDraw .oreder-default {
    padding: 4px 15px 3px;
    background: #f1f1f1;
    line-height: 20px;
    display: block;
    clear: both;
    padding: 2px 18px 1px 8px;
}

#addressDraw a:hover {
    color: #FF8040;
    text-decoration: underline;
}


/* ==================== */


/* 瀑布流形式的促销聚合页  */


/* ==================== */


/* 优惠券分类选择 */

.ncp-category {
    border-bottom: solid 1px #D93600;
    overflow: hidden;
}

.ncp-category dl {
    font-size: 0;
    word-spacing: -1em;
    padding-bottom: 5px;
    margin-top: -1px;
    border-top: dotted 1px #CCC;
}

.ncp-category dt,
.ncp-category dd {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    padding: 5px 0;
    *zoom: 1;
}

.ncp-category dt {
    font-weight: 600;
    text-align: right;
    width: 100px;
    padding: 10px 0;
}

.ncp-category .searchbox dt {
    line-height: 28px;
}

.ncp-category dd {
    width: 1100px;
}

.ncp-category ul {
    font-size: 0;
    word-spacing: -1em;
}

.ncp-category li {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    padding: 5px 10px;
    margin-left: 10px;
    *zoom: 1;
}

.ncp-category .searchbox li {
    cursor: pointer;
}

.ncp-category li.selected {
    color: #FFF;
    background-color: #D93600;
}

.ncp-category li a.selected {
    font-weight: 600;
    color: #F32613;
}

#promotionGoods {
    width: 1220px !important;
    margin-right: -20px;
}

#promotionGoods .item {
    width: 305px;
    padding: 10px 0;
    float: left;
}

#promotionGoods .scope {
    width: 240px;
    height: 375px;
    padding: 19px;
    border: solid 1px #E6E6E6;
}

#promotionGoods .scope:hover {
    border-color: #E84C3D;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

#promotionGoods .scope dl.goods {
    display: block;
    width: 240px;
    height: auto;
    position: relative;
    z-index: 1;
}

#promotionGoods .scope dl dt {
    width: 240px;
    height: 240px;
}

#promotionGoods .scope dl dt a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 240px;
    height: 240px;
    padding: 0;
    overflow: hidden;
}

#promotionGoods .scope dl dt a img {
    max-width: 240px;
    max-height: 240px;
    margin-top: expression(240-this.height/2);
    *margin-top: expression(120-this.height/2)/*IE6,7*/
    ;
}

#promotionGoods .scope dl dd {
    text-align: center;
    width: 240px;
    height: 48px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#promotionGoods .scope dl dd span {
    background-color: #FFF;
    display: inline-block;
    padding: 4px;
    border-radius: 14px;
    margin: 0 auto;
}

#promotionGoods .scope dl dd span strong {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #FFF;
    background: #E84C3D;
    display: block;
    padding: 0 5px;
    border-radius: 10px;
}

#promotionGoods .scope dl dd a {
    color: #999;
    background-color: #FFF;
    line-height: 20px;
    display: block;
    width: 240px;
    padding: 14px 0 0;
    margin-top: -14px;
    clear: both;
    text-align: center;
}


/*#promotionGoods .scope:hover dl dd {
	height:auto;
}
*/


/*#promotionGoods .scope:hover dl dd a {
	color:#000;
}
*/


/*#promotionGoods .scope dl dd a:hover {
	color:#F32613;
}
*/

#promotionGoods .scope p {
    height: 60px;
}

#promotionGoods .goods-price {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#promotionGoods .goods-price .sale {
    color: #333;
    margin-right: 10px;
}

#promotionGoods .goods-price .sale em {
    font-size: 24px;
    color: #E84C3D;
    vertical-align: bottom;
    margin: 0 2px;
}

#promotionGoods .goods-price .depreciate {
    display: block;
    color: #1BBC9D;
}

#promotionGoods .goods-price .depreciate i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

#promotionGoods .goods-buy {
    padding: 15px 0;
    overflow: hidden;
}

#promotionGoods .goods-buy span {
    line-height: 16px;
    color: #999;
    float: left;
    clear: left;
}

#promotionGoods .goods-buy a.btn {
    font-size: 14px;
    background-color: #C1392B;
    color: #FFF;
    display: block;
    float: right;
    padding: 6px 12px;
    border-radius: 4px;
}

#promotionGoods .goods-buy a.btn:hover {
    text-decoration: none;
    background-color: #E84C3D;
}

#promotionGoods .goodseval {
    margin-bottom: -10px;
}

#promotionGoods .goodseval li {
    font-size: 0;
    border-top: dotted 1px #E6E6E6;
    padding: 10px 0;
}

#promotionGoods .goodseval .user-avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#promotionGoods .goodseval .user-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#promotionGoods .goodseval .eval {
    font-size: 12px;
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

#promotionGoods .goodseval .eval i {
    color: #CCC;
    font-size: 14px;
    margin: 0 2px;
}

form .field_notice {
    color: #9C9C9C;
    margin-left: 5px;
}

form .red {
    color: red;
    border: 0px;
    background-color: #FFFFFF;
    font-size:14px;
    margin-left:30px;
}

form label.error {
    color: red;
    margin-left: 5px;
}

form input.error {
    border: red 1px dotted;
}

form label.checking {
    padding-left: 18px;
    background: transparent url(../images/checking.gif) no-repeat;
    margin-left: 5px;
    font-style: italic;
    color: #9C9C9C;
    display: none;
}

form label.validate_right {
    padding-left: 20px;
    background: transparent url(../images/right.gif) no-repeat;
    margin-left: 6px;
    font-style: italic;
    color: #78A42F;
    float: none;
}

.receive_add .radio input {
    position: relative;
    +top: -3px;
}


/*文章新闻内容*/

.nch-article-con {
    background: #FFF;
    display: block;
    padding: 20px;
    border-top: 2px solid #1d83bf;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
    overflow: hidden;
}

.nch-article-con .default {
    min-height: 300px;
}

.nch-article-con .default img{
    max-width:80%;
    margin:0 auto;
}

.nch-article-con h1 {
    font: bold 24px "microsoft yahei";
    color: #3d3f3e;
    text-align: center;
    margin-bottom:16px;
}

.nch-article-con h2 {
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom:16px;
}

.nch-article-con .title-bar {
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.nch-article-con .title-bar h3 {
    font: normal 24px "microsoft yahei";
    font-weight: bold;
    color: #333;
}

.nch-article-con .default p {
    display: block;
    clear: both;
    padding: 5px;
}

.nch-article-con img {
    max-width: 930px;
}

.nch-article-list li {
    line-height: 20px;
    display: block;
    height: 20px;
    padding: 5px 0;
    border-bottom:1px dashed #dedede;
}

.nch-article-list li i {
    background: url(../images/2014shop_background_img.png) no-repeat -80px 0;
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 10px;
}

.nch-article-list li a {
    color: #333;
    font-size: 14px;
}

.nch-article-list li a:hover {
    color: #00428e;
    font-size: 14px;
}

.nch-article-list li time {
    font-size: 14px;
    color: #AAA;
    float: right;
    -webkit-text-size-adjust: none;
}

.more_article {
    border-top: 1px dashed #ddd;
    padding: 30px 0 0 20px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.more_article span {
    color: #3f3f3f;
    font-weight: normal;
    margin-bottom: 10px;
}

.more_article span a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
}

.more_article span a:hover {
    color: #00428e;
    text-decoration: none;
}

.more_article time {
    font-size: 11px;
    color: #999;
    padding-left: 20px;
}


/* 翻页样式 */

.sort-bar .pagination {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 7px 5px 0 0;
}

.sort-bar .pagination ul {
    font-size: 0;
    word-spacing: -1em;
}

.sort-bar .pagination ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 2px;
}

.sort-bar .pagination ul li {
    *display: inline/*IE6、7*/
    ;
    *zoom: 1;
}

.sort-bar .pagination li span {
    font: normal 12px/16px "microsoft yahei";
    color: #AAA;
    background-color: #FAFAFA;
    text-align: center;
    display: block;
    min-width: 16px;
    padding: 2px 6px;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
}

.sort-bar .pagination li a span {
    color: #005AA0;
    text-decoration: none;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.sort-bar .pagination li a:hover span {
    color: #FFF;
    text-decoration: none;
    background-color: #D93600;
    border-color: #CA3300;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.ad_middle {
    display: inline;
    width: 240px;
    height: 135px;
    float: left;
    margin: 0 8px 0 0;
}


/*商品列表页面侧边栏-分类树形菜单*/

.tree {
    padding: 5px 10px;
}

.tree li {
    line-height: 20px;
    display: block;
    clear: both;
    padding: 0 0;
    10px 0
}

.tree ul {
    margin-left: 16px;
}

.tree ul li {
    padding: 2px 0 !important;
}

.tree li i {
    background: #FFF;
    vertical-align: middle;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #555;
    display: inline-block;
}

.tree li i.tree-parent {
    background: url(../images/2014shop_background_img.png) no-repeat -11px 0;
}

.tree li i.tree-parent:hover {
    background-position: -33px 0 !important;
    cursor: pointer;
}

.tree li i.tree-parent-collapsed {
    background: url(../images/2014shop_background_img.png) no-repeat 0 0;
}

.tree li i.tree-parent-collapsed:hover {
    background-position: -22px 0;
    cursor: pointer;
}

.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    color: #000;
}

.tree li a.selected {
    font-weight: bold;
    color: #D93600;
}

.tree ul.tree-group-collapsed {
    display: none;
}


/*商品列表页面侧边栏-品牌列表类*/

.nch-sidebar-brand {
    font-size: 0;
    word-spacing: -1em;
    width: 208px;
    margin: -1px 0 0 -1px;
}

.nch-sidebar-brand li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 102px;
    height: 54px;
    border: solid #E6E6E6;
    border-width: 1px 0 0 1px;
}

.nch-sidebar-brand li {
    *display: inline/*IE6、7*/
    ;
    *zoom: 1;
}

.nch-sidebar-brand li a {
    display: block;
}

.nch-sidebar-brand .brand-logo {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 102px;
    height: 34px;
    padding: 0;
    overflow: hidden;
}

.nch-sidebar-brand .brand-logo img {
    max-width: 102px;
    max-height: 34px;
    margin-top: expression(34-this.height/2);
    *margin-top: expression(17-this.height/2)/*IE6,7*/
    ;
}

.nch-sidebar-brand .brand-name {
    font: normal 12px/20px "microsoft yahei";
    color: #AAA;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    height: 20px;
    padding: 0 12px;
    overflow: hidden;
}

.nch-sidebar-brand a:hover .brand-name {
    color: #FFF;
    background-color: #D93600;
}


/*商品列表页面侧边栏-推广商品*/

.nch-booth-list {
    padding: 9px;
    overflow: hidden;
}

.nch-booth-list li {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.nch-booth-list .goods-pic {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
}

.nch-booth-list .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.nch-booth-list .goods-pic img {
    max-width: 120px;
    max-height: 120px;
    margin-top: expression( 120-this.height/2);
    *margin-top: expression(60-this.height/2)/*IE6,7*/
    ;
}

.nch-booth-list .goods-name {
    *line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}

.nch-booth-list .goods-price {
    font-weight: 600;
    color: #D93600;
    text-align: center;
    padding: 0;
}

.nch-booth-list li p {
    width: 80px;
    margin: 0 10px;
    float: left;
    display: inline;
}

.nch-booth-list li p a {
    display: block;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 1px solid #bbb;
}

.nch-booth-list li p a:hover {
    border: 1px solid #999;
}

.nch-booth-list h3 {
    width: 90px;
    float: right;
}

.nch-booth-list h3 a {
    display: block;
    width: 90px;
    height: 48px;
    line-height: 16px;
    overflow: hidden;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px;
}

.nch-booth-list h3 a:hover {
    text-decoration: underline;
    color: #f60;
}

.nch-booth-list h3 span {
    display: block;
    color: #fe5504;
    font-weight: bold;
    font-size: 14px;
}


/*商品列表页面侧边栏-最近浏览*/

.nch-sidebar-viewed {
    position: relative;
    z-index: 1;
    max-height: 309px;
    overflow: hidden;
}

.nch-sidebar-viewed ul {}

.nch-sidebar-viewed li {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    width: 196px;
    height: 52px;
    clear: both;
    padding: 5px 0;
    margin: -1px auto 0 auto;
    border-top: dotted 1px #E6E6E6;
}

.nch-sidebar-viewed .goods-pic,
.nch-sidebar-viewed dl {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}

.nch-sidebar-viewed .goods-pic {
    width: 48px;
    height: 48px;
    border: solid 1px #E6E6E6;
    margin: 0;
}

.nch-sidebar-viewed .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.nch-sidebar-viewed .goods-pic img {
    max-width: 48px;
    max-height: 48px;
    margin-top: expression(48-this.height/2);
    *margin-top: expression(24-this.height/2)/*IE6,7*/
    ;
}

.nch-sidebar-viewed dl {
    width: 130px;
    height: 54px;
    margin: 0 0 0 5px;
}

.nch-sidebar-viewed dt {
    font: normal 12px/18px arial;
    height: 36px;
    overflow: hidden;
}

.nch-sidebar-viewed dd {
    font: bold 12px/18px verdana;
    color: #E4393C;
    height: 18px;
    overflow: hidden;
}

.nch-sidebar-all-viewed {
    color: #999;
    text-align: center;
    display: block;
    height: 20px;
    padding: 9px 0;
    border-top: solid 1px #E6E6E6;
}


/*侧边栏文章列表*/

.nch-sidebar-article-class {
    font-size: 0;
    word-spacing: -1em;
    width: 248px;
}

.nch-sidebar-article-class li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    padding: 6px 10px;
    border-bottom: 1px dashed #dedede;
}

.nch-sidebar-article-class li a {
    height:32px;
    line-height: 42px;
    font-size: 16px;
    color: #555;
    display: block;
    height: 42px;
}

.nch-sidebar-article-class li a:hover {
    text-decoration: none;
    color: #1d83bf;
   
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.nch-sidebar-article-list {
    padding: 14px 10px;
}

.nch-sidebar-article-list li {
    padding: 6px 10px;
    border-bottom: 1px dashed #dedede;
}

.nch-sidebar-article-list li i {
    background: url(../images/2014shop_background_img.png) no-repeat -80px 2px;
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.nch-sidebar-article-list li a {
    display:block;
    font-size: 16px;
    height:42px;
    line-height:42px;
}
.nch-sidebar-article-list li a:hover{
    color:#1d83bf;
}


.sticky #main-nav {
    background-color: #F7F7F7;
    width: 1200px;
    margin-left: -600px;
    border-bottom: solid 1px #DDD;
    position: fixed;
    _position: relative;
    top: 0;
    left: 50%;
    z-index: 999;
}

.sticky #main-nav ul {
    margin: 0 auto;
}

.sticky .nch-all-category {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sticky .gotop a {
    background: url(../images/nc_sortbar.gif) no-repeat 0px -150px;
    display: block;
    width: 32px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: -32px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.sticky .gotop a:hover {
    background-position: -32px -150px;
}

.gotop a {
    display: none;
}

.group-hot ul {}

.group-hot ul li {
    width: 180px;
    font-family: Arial;
    padding: 12px 0;
    margin: 0 auto;
    border-top: 1px dashed #E7E7E7;
}

.group-hot .box {
    width: 168px;
    height: 123px;
    padding: 5px;
    border: 1px solid #E7E7E7;
    position: relative;
}

.group-hot .box .mask {
    background-color: #C00;
    width: 168px;
    height: 24px;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 5px;
}

.group-hot .box .pic {
    width: 168px;
    height: 123px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 5px;
    left: 5px;
}

.group-hot .box .price {
    color: #FFF;
    width: 168px;
    height: 24px;
    position: absolute;
    z-index: 3;
    bottom: 5px;
    left: 5px;
}

.group-hot .box .price .l {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    float: left;
    padding-left: 6px;
}

.group-hot .box .price .r {
    font-size: 12px;
    line-height: 24px;
    text-decoration: line-through;
    float: right;
    padding-right: 6px;
}

.group-hot .name {
    line-height: 18px;
    width: 180px;
    height: 36px;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.group-hot .info {
    width: 180px;
    height: 28px;
    margin-top: 5px;
}

.group-hot .info span {
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.group-hot .info span em {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #C00;
}

.group-hot .info a {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    color: #FFF;
    background: url(../images/group_bg.png) no-repeat 0px -300px;
    text-align: center;
    width: 70px;
    height: 28px;
    float: right;
}


/*全部分类、全部品牌等*/

.nch-all-menu {
    border-bottom: solid 2px #D93600;
    margin-top:
}

.nch-all-menu .tab-bar {
    font-size: 0;
    word-spacing: -1em;
}

.nch-all-menu .tab-bar li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    padding: 0;
    margin-left: 10px;
    overflow: hidden;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
    *zoom: 1;
}

.nch-all-menu .tab-bar li a {
    font: normal 14px/20px "microsoft yahei";
    color: #777;
    background-color: #F5F5F5;
    display: block;
    height: 20px;
    padding: 5px 12px;
    border: solid #D7D7D7;
    border-width: 1px 1px 0 1px;
}

.nch-all-menu .tab-bar li a:hover {
    color: #D93600;
}

.nch-all-menu .tab-bar li.current a,
.nch-all-menu .tab-bar li.current a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    background-color: #D93600;
    border-color: #D93600;
    cursor: default;
}

.nch-category-all {
    width: 1200px;
    margin-top: 10px;
    overflow: hidden;
}

.nch-category-all ul {
    font-size: 0;
    word-spacing: -1em;
    width: 1220px;
    margin-left: -20px;
}

.nch-category-all li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 588px;
    padding: 0;
    margin: 0 0 15px 20px;
    border: solid 1px #E6E6E6;
    overflow: hidden;
}

.nch-category-all li .title {
    font: 600 14px/20px "microsoft yahei";
    background-color: #F5F5F5;
    display: block;
    height: 20px;
    padding: 5px 10px;
    border-bottom: solid 1px #E6E6E6;
}

.nch-category-all li .title a {
    color: #666;
}

.nch-category-all li .title a:hover {
    color: #D93600;
}

.nch-category-all li .title i {
    background-color: #D93600;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 14px;
    margin: 0 5px 0 2px;
    border-radius: 2px;
}

.nch-category-all li dl {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    width: 98%;
    margin: -1px auto 0 auto;
    border-top: dotted 1px #E5E5E5;
}

.nch-category-all dl dt {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 14%;
    padding: 0;
    overflow: hidden;
    *zoom: 1/*IE7*/
    ;
}

.nch-category-all dl dt a {
    font-weight: 600;
    color: #D93600;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 20px;
    padding: 4px;
    overflow: hidden;
}

.nch-category-all dl dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 84%;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}

.nch-category-all dl dd a {
    display: inline-block;
    color: #777;
    height: 20px;
    padding: 2px 4px;
    margin: 2px 2px 0 0;
}

.nch-category-all dl dd a:hover {
    color: #D93600;
}

.nch-recommend-borand {
    background-color: #FCF8E3;
    border: solid 1px #FBEED5;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.nch-recommend-borand .title {
    background: url(../images/2014shop_background_img.png) no-repeat 0 -20px;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.nch-barnd-list {
    margin-top: 20px;
}

.nch-barnd-list ul {
    font-size: 0;
    word-spacing: -1em;
    width: 1170px;
    margin: 0 auto;
}

.nch-barnd-list ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 195px;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    *zoom: 1;
}

.nch-barnd-list dl {
    background-color: #FFF;
    width: 150px;
    padding: 4px 9px;
    border: solid 1px #E6E6E6;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: inset 0 0 2px rgba(204, 204, 204, 0.3);
}

.nch-barnd-list dt a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 150px;
    height: 50px;
    overflow: hidden;
}

.nch-barnd-list dt a img {
    max-width: 150px;
    max-height: 50px;
    margin-top: expression(50-this.height/2);
    *margin-top: expression(25-this.height/2)/*IE6,7*/
    ;
}

.nch-barnd-list dl dd {
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    padding: 4px 0 0 0;
    border-top: solid 1px #E6E6E6;
    overflow: hidden;
}

.nch-brand-class {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nch-brand-class-tab {
    margin-bottom: 6px;
}

.nch-brand-class-tab .tabs-nav {
    font-size: 0;
    word-spacing: -1em;
}

.nch-brand-class-tab .tabs-nav li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    padding: 0;
    margin: 0 14px 14px;
    overflow: hidden;
    *zoom: 1;
}

.nch-brand-class-tab .tabs-nav li a {
    font: normal 14px/90px "microsoft yahei";
    text-align: center;
    background: #FAFAFA;
    display: block;
    width: 90px;
    height: *0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid #D7D7D7 1px;
    overflow: hidden;
}

.nch-brand-class-tab .tabs-nav li a em {
    font-size: 11px;
    margin-left: 4px;
    -webkit-text-size-adjust: none;
}

.nch-brand-class-tab .tabs-nav li a:hover {
    text-decoration: none;
}

.nch-brand-class-tab .tabs-nav li.tabs-selected a {
    color: #FFF;
    font-weight: 600;
    background-color: #D93600;
    border-color: #B22D00;
    cursor: default;
}

.nch-brand-class .nch-barnd-list {
    background-color: #F5F5F5;
    display: block;
    padding-top: 20px;
    border: solid 1px #E6E6E6;
}

.nch-brand-class .tabs-hide {
    display: none;
}

.nch-barnd-list-text {
    font-size: 0;
    word-spacing: -1em;
    width: 1150px;
    margin: 0 auto;
}

.nch-barnd-list-text strong,
.nch-barnd-list-text a {
    font-size: 14px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    padding: 0;
    margin: 0 20px 15px 0;
    overflow: hidden;
    *zoom: 1;
}

.nch-barnd-list-text strong {
    margin-left: 10px;
}


/*商品对比页面*/

.nch-compare-title {
    font: 14px/20px "microsoft yahei";
    color: #333;
    background-color: #F5F5F5;
    padding: 8px 15px;
    border-style: solid;
    border-color: #DDD;
    border-width: 1px 1px 0 1px
}

.nch-compare-table {
    display: block;
    border-left: solid #DDD 1px;
}

.nch-compare-table tbody th {
    color: #999;
    text-align: left;
    width: 140px;
    padding: 8px 15px;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.nch-compare-table tbody td {
    text-align: center;
    width: 240px;
    padding: 8px;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #D7D7D7;
}

.nch-compare-table .goods_tr th,
.nch-compare-table .goods_tr td {
    background-color: #FFF !important;
}

.nch-compare-table .diffrow th,
.nch-compare-table .diffrow td {
    background: #EBFBE2 !important;
    bac
}

.nch-compare-table .goods-info {
    display: block;
    position: relative;
    z-index: 1;
}

.nch-compare-table .goods-info .del {
    line-height: 16px;
    color: #999;
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}

.nch-compare-table .goods-info:hover .del {
    display: block;
}

.nch-compare-table .goods-info .del i {
    font-size: 14px;
    display: block;
}

.nch-compare-table .goods-pic {
    background: #FFF;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
}

.nch-compare-table .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.nch-compare-table .goods-pic img {
    max-width: 120px;
    max-height: 120px;
    margin-top: expression( 120-this.height/2);
    *margin-top: expression(60-this.height/2)/*IE6,7*/
    ;
}

.nch-compare-table .goods-name a {
    color: #005EA6;
    line-height: 20px;
}

.nch-compare-table .goods-price {
    font: 600 14px/20px Arial;
    color: #C00;
}

.nch-compare-table .no-compare {}

.nch-compare-table .no-compare h3 {
    font: 24px/28px "microsoft yahei";
    color: #CCC;
}

.nch-compare-table .no-compare a {
    color: #005EA6;
}

.nch-compare-bottom {
    font-size: 0;
    word-spacing: -1em;
    background-color: #FEF6E5;
    text-align: center;
    padding: 20px 0;
    border-style: solid;
    border-color: #F1E2C1;
    border-width: 0 1px 1px;
}

.nch-compare-bottom a {
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    background-color: #F32613;
    vertical-align: top;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    height: 20px;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 4px;
    *zoom: 1;
}

.nch-compare-bottom a i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.nch-compare-bottom a.delall {
    background-color: #F8CABE;
    color: #F32613;
}

.nch-compare-null {
    width: 1198px !important;
}

.nch-compare-null p {
    font: 16px/28px "microsoft yahei";
    background-color: #FEF6E5;
    width: 480px;
    padding: 40px;
    margin: 80px auto;
    border: solid 1px #F1E2C1;
}

.nch-compare-null p i {
    font-size: 24px;
    margin-right: 10px;
    color: #F1E2C1;
}

.baidu {
    font-size: 14px;
}

.baidu a {
    font: normal 14px/20px "microsoft yahei";
    color: #AAA;
    background-color: #FAFAFA;
    text-align: center;
    display: inline-block;
    min-width: 20px;
    padding: 8px;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
}

.baidu .current {
    font: normal 14px/20px "microsoft yahei";
    color: #F32613;
    background-color: #FAFAFA;
    text-align: center;
    display: inline-block;
    min-width: 20px;
    padding: 8px;
    border: 1px solid #F32613;
    position: relative;
    z-index: 1;
}

.baidu .disabled {
    font: normal 14px/20px "microsoft yahei";
    color: #AAA;
    background-color: #FAFAFA;
    text-align: center;
    display: inline-block;
    min-width: 20px;
    padding: 8px;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
}


/*页面当前位置*/

.breadcrumb {
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    margin-bottom:32px;
}

.breadcrumb i,
.breadcrumb .index,
.crumbs-nav,
.crumbs-arrow,
.breadcrumb .last {
    float: left;
    line-height: 24px;
}

.crumbs-arrow {
    font-family: simsun;
    font-style: normal;
    padding: 0 6px;
}

.crumbs-nav {
    position: relative;
    z-index: 2;
}

.crumbs-nav .crumbs-title {
    display: inline-block;
    height: 22px;
    padding: 0 10px 0 10px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    background: #FFF;
    color:#1d83bf;
}

.crumbs-nav .crumbs-title .icon {
    position: absolute;
    right: 8px;
    top: 9px;
    display: block;
    width: 11px;
    height: 6px;
    background-position: 0 -62px;
}

.crumbs-nav .crumbs-drop {
    display: none;
    border-width: 1px;
    border-style: solid;
    width: 369px;
    padding: 10px 0 10px 10px;
    position: absolute;
    left: 0;
    top: 23px;
    background: #FFF;
}

.crumbs-nav .crumbs-drop .crumbs-drop-list {
    display: inline-block;
    max-height: 235px;
    overflow-y: auto;
}

.crumbs-nav .crumbs-drop li {
    float: left;
    width: 78px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crumbs-nav.curr {
    z-index: 13;
}

.crumbs-nav.curr .crumbs-title {
    border-width: 1px;
    border-style: solid;
    height: 23px;
    background: #fff;
    border-bottom: 0;
}

.crumbs-nav.curr .crumbs-title .icon {
    background-position: 0 0;
}

.crumbs-nav.curr .crumbs-drop {
    display: block;
}

.crumbs-nav .crumbs-search {
    width: 180px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #eee;
    display: inline-block;
    position: relative;
}

.crumbs-nav .crumbs-search .search-term {
    border: none;
    width: 150px;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
    color: #999;
}

.crumbs-nav .crumbs-search .search-button {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    padding: 0px;
    display: inline-block;
    background-color: #eee;
    background-position: -20px -122px;
    cursor: pointer;
}

.breadcrumb-spe .crumbs-title {
    border: none;
    padding: 0px 5px;
}

.breadcrumb-spe .crumbs-nav .crumbs-title .icon {
    display: none;
}

@charset "utf-8";

/* CSS Document */

a,
a:active,
a:hover,
a:focus,
input[type=button],
input[type=submit],
.btn,
input,
button,
select,
textarea {
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

a,
img {
    border: none;
}

.more,
.more.opened,
.search-wrap .brand-abox-imgul .brand-seled i,
.sanjiao-red,
#filter .order b,
#filter .pagin .icon,
.filter-tag .icon,
.filter-tag-radio .icon,
.filter-type .filter-type-icon,
.category .item h3 i,
.browse-history-other .icon,
#historyList .scroll-btn,
#historyList .compare-btn,
.list-grid .item-con-info .item-add-cart .add-cart.sell-out-btn,
.list-grid .item-con-info .item-add-cart .buy-enable {
    background: url(../images/common-icon.png) no-repeat;
}


/*热卖推荐*/

#hotsale {
    height: 120px;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    background: #f9f9f9;
    margin-bottom: 5px;
}

#hotsale .hd {
    font-size: 16px;
    color: #fff;
    float: left;
    padding: 41px 12px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

#hotsale dl {
    width: 254px;
    overflow: hidden;
    margin-left: 15px;
    background: #fff;
    padding: 10px;
    float: left;
}

#hotsale dt {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#hotsale dt a {
    display: table-cell;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

#hotsale dt a img {
    width: 100px;
    height: 100px;
}

#hotsale dd {
    float: left;
    width: 144px;
}

#hotsale .p-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

#hotsale .p-price {
    margin-top: 5px;
    color: #999;
}

#hotsale .p-price .shop-price {
    font-size: 14px;
    font-weight: bold;
}

#hotsale .btns {
    margin-top: 5px;
}

#hotsale .btns a:link,
#hotsale .btns a:visited {
    display: block;
    width: 72px;
    height: 25px;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.small-ban {
    width: 100%;
    height: 300px;
    background: url(../images/lb_bg.jpg) no-repeat center center;
}


/*条件筛选*/

.breadcrumb-bg {
    width: 100%;
    background-color: #fff;
    padding:26px 0;
    margin-bottom:26px;
}

.breadcrumb-wrap {
    width: 1200px;
    margin: 0px auto;
}

.search-wrap {
    width: 1200px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.search-wrap dl {
    border-top: 1px solid #ccc;
    margin: 0;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.search-wrap dl:nth-child(1) li{
    float: left;
    line-height: 24px;
    white-space: nowrap;
    margin-right: 22px;
    border-right: 1px solid #dedede;
    padding-right: 24px;
    margin-top: 4px;
}

.search-wrap dl dt {
    float: left;
    width: 100px;
    height: 46px;
    line-height:46px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background:#1d83bf;
    margin-right:18px;

}

.search-wrap dl dd {
    float: none;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}

.search-wrap dl dd.moredd {
    float: right;
    text-align: left;
    text-indent: 10px;
    width: 110px;
    padding: 0;
}

.search-wrap dl dd i {
    float: left;
    overflow: hidden;
    width: 10px;
    height: 1px;
    margin: 12px 20px 0 0;
    background: #ccc;
}

.search-wrap dl dd ul {
    float: left;
    padding: 0;
    margin: 0;
}

.search-wrap dl dd .attr-abox-1 {
    padding-top: 3px;
}

.search-wrap dl dd ul li {
    float: left;
    line-height: 24px;
    white-space: nowrap;
    margin-right: 22px;
    border-right: 1px solid #dedede;
    padding-right: 24px;
}

.search-wrap dl dd ul li a.cur {
    color: #ec5151;
}
.search-wrap dl:nth-child(2){
    border-top:1px dashed #bde7ff;
}
.search-wrap dl:nth-child(2) dd ul li {
    border-right:0 !important;
}

.more,
.more.opened {
    float: left;
    display: block;
    color: #666;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 20px;
    line-height: 21px;
    background-position: 27px -54px;
    text-indent: 0;
}

.more.opened {
    background-position: 27px -12px;
}

.more:hover {
    background-position: 27px -34px;
}

.more.opened:hover {
    background-position: 27px 8px;
}

.multiple {
    float: right;
    padding: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    background: #fff;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
}

.multiple:hover {
    border-width: 1px;
    border-style: solid;
}

.duo-b {
    font-size: 13px;
    font-weight: bold;
    padding-right: 3px;
}

.input-txt {
    float: left !important;
    width: 50px !important;
    height: 23px !important;
    line-height: 23px !important;
    border: 1px solid #ddd !important;
    margin-right: 20px !important;
    color: #999999 !important;
    padding: 0px 5px !important;
}

.select-button {
    display: inline-block;
    height: 24px;
    padding: 0 12px;
    margin-top: 2px;
    line-height: 24px;
    border-radius: 2px;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #176a9a;
    border: 1px solid #176a9a;
}

.select-button:hover {
    border-width: 1px;
    border-style: solid;
    color:#fff;
}

.select-button.disabled,
.select-button.disabled:hover {
    border: 1px solid #eee;
    color: #ddd;
    cursor: default;
}

.select-button-sumbit {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    cursor: pointer;
}

.select-button-sumbit:hover {
    color: #fff;
}

.attr-group-more {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    border-top: 1px solid #fff;
    margin-top: -1px;
    background: #fff;
    z-index: 2;
}

.attr-group-more a {
    height: 28px;
    line-height: 28px;
    padding: 5px 10px;
}

.search-wrap dl dd ul.brand-abox-ul {
    float: left;
    margin: 0;
    width: 100%;
}

.search-wrap dl dd ul.brand-abox-ul li {
    float: left;
    padding: 0 15px 5px 0;
    width: 75px;
    overflow: hidden;
}

#brand-sobox {
    overflow: hidden;
    margin-bottom: 10px;
    display: none;
}

#brand-sobox input {
    border: 1px solid #ddd;
    height: 22px;
    line-height: 22px;
    width: 160px;
    color: #999;
    padding: 0px 5px;
}

#brand-zimu {
    margin-bottom: 10px;
    width: 100%;
    display: none;
}

#brand-zimu span {
    float: left;
    height: 20px;
    margin-right: 3px;
}

#brand-zimu span a {
    display: block;
    height: 20px;
    line-height: 20px;
    min-width: 15px;
    padding: 0 5px;
    color: #666;
    text-align: center;
}

#brand-zimu span.span {
    position: relative;
}

#brand-zimu span.span b {
    display: block;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    _zoom: 1;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}

#brand-zimu span.span a {
    display: block;
    height: 20px;
    line-height: 20px;
    min-width: 15px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
}

.brand-more {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    height: 100px;
    overflow-y: scroll;
    position: relative;
}

.search-wrap .selected-attr-dl {
    border-bottom: 1px dotted #ccc;
    border-top: none;
}

.search-wrap .selected-attr-dl .moredd {
    text-align: right;
}

.search-wrap dl dd .selected-attr {
    float: left;
    overflow: hidden;
}

.search-wrap dl dd .selected-attr li {
    float: left;
    height: 24px;
    margin: 0 5px 5px 0;
    padding: 0;
}

.search-wrap dl dd .selected-attr li a {
    display: block;
    height: 22px;
    line-height: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding: 0 26px 0 4px;
    position: relative;
    z-index: 1;
}

.search-wrap dl dd .selected-attr li b {
    font-weight: normal;
}

.search-wrap dl dd .selected-attr li i {
    margin: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}

.search-wrap dl dd .selected-attr li a:hover i {
    color: #fff;
}

.search-wrap .brand-abox-imgul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 1px;
    padding-bottom: 1px;
    *padding-bottom: 1px;
    display: block;
    position: relative;
}

.search-wrap .brand-abox-imgul li {
    float: left;
    text-align: center;
    width: 102px;
    height: 42px;
    line-height: 40px;
    padding: 0;
    margin: 0px 0px -1px -1px;
}

.search-wrap .brand-abox-imgul li.bottom {
    float: left;
    text-align: center;
    width: 102px;
    height: 42px;
    line-height: 40px;
    padding: 0;
}

.brand-abox-imgul li:last-child {
    margin-right: 0px !important;
}

.search-wrap .brand-abox-imgul li:hover {
    position: relative;
    z-index: 1;
}

.search-wrap .brand-abox-imgul li img {
    float: left;
    width: 100px;
    height: 40px;
}

.search-wrap .brand-abox-imgul li a {
    display: block;
    width: 100px;
    height: 40px;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    overflow: hidden;
}

.search-wrap .brand-abox-imgul li a:hover {
    border-width: 2px;
    border-style: solid;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .12);
}

.search-wrap .brand-abox-imgul li a span {
    display: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

.search-wrap .brand-abox-imgul li a i {
    display: none;
}

.search-wrap .brand-abox-imgul li a:hover span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 98px;
    height: 38px;
    line-height: 38px;
}

.search-wrap .brand-abox-imgul li a:hover,
.search-wrap .brand-abox-imgul li:hover img {
    width: 98px;
    height: 38px;
}

.search-wrap .brand-abox-imgul .brand-seled {
    background-position: 80px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .12);
}

.search-wrap .brand-abox-imgul .brand-seled i {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    background-position: 0 -122px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-wrap .brand-abox-imgul .brand-seled a {
    border-width: 2px;
    width: 98px;
    height: 38px;
    line-height: 38px;
}

.search-wrap .brand-abox-imgul .brand-seled a img {
    width: 98px;
    height: 38px;
}

.search-wrap dl .duoxuan-btnbox {
    float: left;
    width: 100%;
    margin: 15px auto 7px auto;
    display: none;
}

.search-wrap dl.duoxuan .duoxuan-btnbox {
    display: block;
    text-align: center;
}

.search-wrap dl.duoxuan .duoxuan-btnbox .select-button:last-child {
    margin-left: 10px;
    white-space: nowrap;
}

.search-wrap dl .checkBox {
    vertical-align: middle;
    display: none;
}

.search-wrap dl.duoxuan .checkBox {
    display: inline;
    cursor: pointer;
}

.squares .store em {
    color: #666 !important;
    display: inline-block;
    height: 8px;
    padding: 0 16px;
    line-height: 12px;
    background: 0 0;
    font-size: 16px;
}

.squares .store span {
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    padding: 0 5px;
    line-height: 20px;
    color: #00428e;
    border: solid 1px #00428e;
    background: 0 0;
}

.time-remain {
    font: normal 12px/20px "microsoft yahei";
    text-align: center;
    display: block;
    height: 20px;
    padding: 10px 0;
    color: #999999;
}

.time-remain i {
    font-size: 16px;
    margin-right: 4px;
    color: #f00;
}

.time-remain span {
    font-size: 16px;
    margin: 0 2px;
    color: #f00;
    font-weight: bold;
}