@charset "utf-8";

/* v3-b12 */


.saleP {
    font-weight: 600;
    color: #F87622;
    vertical-align: middle;
}

/*价格*/

/* 按钮

-------------------------------------------*/

a.ncs-btn-mini {
    font: normal 12px/20px "Microsoft Yahei";
    color: #777;
    background-color: #F5F5F5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    margin-right: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
    cursor: pointer;
}

a:hover.ncs-btn-mini {
    text-decoration: none;
    color: #333;
    background-color: #E6E6E6;
    border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}

a.ncs-btn {
    font: normal 14px/20px "Microsoft Yahei";
    color: #777;
    background-color: #F5F5F5;
    text-align: center;
    display: inline-block;
    height: 20px;
    padding: 4px 16px;
    border: solid 1px;
    border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
    cursor: pointer;
}

a:hover.ncs-btn {
    text-decoration: none;
    color: #333;
    background-color: #E6E6E6;
    border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}

a.ncs-btn-mini i, a.ncs-btn i {
    margin-right: 4px;
}

a.ncs-btn-blue, a.ncs-btn-acidblue, a.ncs-btn-green, a.ncs-btn-orange, a.ncs-btn-red, a.ncs-btn-black, a:hover.ncs-btn-blue, a:hover.ncs-btn-acidblue, a:hover.ncs-btn-green, a:hover.ncs-btn-orange, a:hover.ncs-btn-red, a:hover.ncs-btn-black {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10);
}

a.ncs-btn-blue {
    background-color: #006DCC;
    border-color: #0062B7 #0062B7 #005299 #0062B7;
}

a.ncs-btn-acidblue {
    background-color: #49AFCD;
    border-color: #429DB8 #429DB8 #37839A #429DB8;
}

a.ncs-btn-green {
    background-color: #5BB75B;
    border-color: #52A452 #52A452 #448944 #52A452;
}

a.ncs-btn-orange {
    background-color: #FAA732;
    border-color: #E1962D #E1962D #BB7D25 #E1962D;
}

a.ncs-btn-red {
    background-color: #ef443d;
    border-color: #C44742 #C44742 #C44742 #C44742;
}

a.ncs-btn-black {
    background-color: #363636;
    border-color: #313131 #313131 #282828 #313131;
}

a:hover.ncs-btn-blue {
    background-color: #0044CC;
    border-color: #003DB7 #003DB7 #003399 #003DB7;
}

a:hover.ncs-btn-acidblue {
    background-color: #2F96B4;
    border-color: #2A87A2 #2A87A2 #237087 #2A87A2;
}

a:hover.ncs-btn-green {
    background-color: #51A351;
    border-color: #499249 #499249 #3D7A3D #499249;
}

a:hover.ncs-btn-orange {
    background-color: #F89406;
    border-color: #DF8505 #DF8505 #BA6F04 #DF8505;
}

a:hover.ncs-btn-red {
    background-color: #BD362F;
    border-color: #AA312A #AA312A #8E2823 #AA312A;
}

a:hover.ncs-btn-black {
    background-color: #222222;
    border-color: #1F1F1F #1F1F1F #191919 #1F1F1F;
}

/* =====================

 * 表单元素格式化及伪类效果

 * ===================== */

input[type="text"], input[type="password"], input.text, input.password {
    font: 12px/20px Tahoma;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 4px;
    border: solid 1px #CCC;
    outline: 0 none;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus {
    color: #333;
    border-color: #75B9F0;
    box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);
    outline: 0 none;
}

textarea, .textarea {
    font: 12px/20px Tahoma;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    padding: 4px;
    border: solid 1px #CCC;
    outline: 0 none;
    resize: none;
}

select {
    color: #777;
    background-color: #FFF;
    height: 30px;
    padding: 4px;
    border: solid 1px #CCC;
}

select option {
    line-height: 20px;
    height: 20px;
    padding: 4px;
}

/* =========================== */

/* 商品详情购买页面 -> goods.php */

/* =========================== */


/* 商品信息购买 */

.ncs-detail {
    min-height: 460px;
    margin-bottom: 20px;
    border: solid 1px #EEE;
    position: relative;
    z-index: 2;
}

.ncs-detail .ncs-info {
    display: block;
}

.ncs-lal {
    width: 210px;
    display: block;
}

.ncs-lal .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    background-color: #f5f5f5;
    display: block;
    padding: 5px 10px;
    border-bottom: solid 1px #E6E6E6;
}

.ownshop .ncs-lal .title {
    margin: 1px;
}

.ncs-lal .content {
    width: 190px;
    height: 420px;
    overflow: hidden;
    margin: 0 auto;
}

.ncs-lal .content ul {
    font-size: 0;
    word-spacing: -1em;
}

.ownshop .ncs-lal .content ul {
    padding-top: 13px;
}

.ncs-lal .content ul li a {
    display: block;
    width: 180px;
    height: 70px;
    margin: 0 auto 13px;
    font-size: 12px;
    line-height: 22px;
    *zoom: 1;
}

.ncs-lal .content ul li a .goods_pic {
    float: left;
    width: 70px;
    height: 70px;
}

.ncs-lal .content ul li a .r_txt {
    float: right;
    width: 98px;
    height: 70px;
}

.ncs-lal .content ul li a .r_txt h4 {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    color: #444;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ncs-lal .content ul li a:hover .goods_pic {
    width: 68px;
    height: 68px;
    border: 1px solid #f90;
}

.ncs-lal .content ul li a:hover .r_txt h4 {
    font-weight: 600;
}

.ncs-lal .content ul li a:hover .r_txt p.goods-price {
    font-weight: 600;
}

.ncs-lal .content ul li a .r_txt p.goods-price {
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #e62020;
}

.ownshop .ncs-lal .content ul li .goods-pic {
    margin: 10px auto;
}

.ncs-lal .content ul li .goods-pic a {
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    overflow: hidden;
}

.ncs-lal .content ul li .goods-pic a:hover {
    border-color: #F87622;
}

.ncs-lal .content ul li .goods-pic a img {
    max-width: 60px;
    max-height: 60px;
    margin-top: expression(60-this.height/2);

    *margin-top: expression(30-this.height/2);

}

.ncs-lal .content ul li .goods-price {
    font-weight: 600;
    text-align: center;
    color: #e62020;
}

/* 商品图片放大镜 */

.ncs-goods-picture {
    background-color: #FFF;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.ncs-goods-picture .gallery_wrap {
    height: 360px;
    width: 360px;
    position: relative;
    overflow: hidden;
}

.ncs-goods-picture .gallery {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    height: 360px;
    width: 360px;
    left: 20px;
    top: 20px;
}

.ncs-goods-picture .gallery img {
    width: 320px;
    height: 320px;
}

.ncs-goods-picture .place_gallery {
    margin-left: -180px;
    top: 4%;
    left: 50%;
}

.ncs-goods-picture img {
    display: block;
    -ms-interpolation-mode: bicubic;
}

.ncs-goods-picture .controller_wrap {

    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -42px;
}

.ncs-goods-picture .controller {
    width: 320px;
    height: 52px;
    position: relative;
    overflow: hidden;
}

.ncs-goods-picture .controller ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ncs-goods-picture .controller li {
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 58px;
}

.ncs-goods-picture .controller img {
    max-width: 48px;
    max-height: 48px;
    margin-top: expression(48-this.height/2);

    *margin-top: expression(24-this.height/2);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    padding: 1px;
    border: 1px solid #EEE;
    overflow: hidden;
}

.ncs-goods-picture .controller .current img {
    padding: 0;
    border-width: 2px;
    border-color: #F87622;
}

/*Cloud Zoom 放大镜 v3-b12 by33 hao.com出口*/

.cloudzoom-lens {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.20);
    cursor: crosshair;
    z-index: 10;
}

.cloudzoom-zoom {
    background: #fff;
    border: 1px solid #EEE;
    width: 360px;
    height: 360px;
    z-index: 200;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

.cloudzoom-caption {
    display: none;
    text-align: center;
    background-color: #fff7d1;
    color: #FF5C4D;
    top: 20px;
    font-weight: bold;
    padding: 5px 10px;
    font-family: "微软雅黑";
    font-size: 13px;
}

.cloudzoom-blank {
    background-image: url(../images/shop/blank.png);
}

.cloudzoom-ajax-loader {
    background-image: url(../images/shop/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

/* 商品名称 */


/* product_read */

.ncs-goods-summary {
    background-color: #FFF;
    float: right;
    width: 622px;
    min-height: 460px;
    margin-right: 208px;
    border-right: solid 1px #EEE;
    border-left: solid 1px #EEE;
}

.ncs-goods-summary .name {
    padding: 15px 20px;
}

.ncs-goods-summary .name h1, .ncs-goods-summary .name strong {
    font: 600 18px/26px "Microsoft Yahei";
    color: #666;
    /*20210819修改商品标题自动换行*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: block;
    overflow: hidden;
}

.ncs-goods-summary .name strong {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #ee3333;
    white-space: normal;
    margin-top: 5px;
}

/*.ownshop .ncs-goods-summary { width: 830px; margin-right: 0; border: none;}*/

/* 销售信息 */

.ncs-meta {
    color: #666;
    background: #DADADA url(../../../../images/store/product/goods_meta_bg.png) no-repeat 0 50%;
    background-size: cover;
    padding: 14px 0 16px;
    position: relative;
    z-index: 3;
}

.ncs-sale {
    background-color: #fdfdfd;
    border-bottom: dashed 1px #e3e3e3;
    position: relative;
    z-index: 3;
}

.ncs-sale .goods-gift {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ncs-sale .goods-gift ul {
}

.ncs-sale .goods-gift ul li {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    margin-bottom: 4px;
}

.ncs-sale .goods-gift .goods-gift-thumb, .ncs-sale .goods-gift .goods-gift-name, .ncs-sale .goods-gift ul li em {
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    *zoom: 1;

}

.ncs-sale .goods-gift .goods-gift-thumb {
}

.ncs-sale .goods-gift .goods-gift-thumb span {
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 24px;
    height: 24px;
    padding: 1px;
    border: 1px solid #EEE;
    overflow: hidden;
}

.ncs-sale .goods-gift .goods-gift-thumb span img {
    max-width: 24px;
    max-height: 24px;
    margin-top: expression(24-this.height/2);

    *margin-top: expression(12-this.height/2);

}

.ncs-sale .goods-gift .goods-gift-name {
    color: #005EA6;
    margin-left: 5px;
}

.ncs-sale .goods-gift ul li em {
    font-family: Arial;
    color: #f70;
    margin-left: 5px;
}

.ncs-plus {
    padding: 0;
}

.ncs-key {
    position: relative;
    z-index: 1;
}

.ncs-goods-summary hr {
    font-size: 0;
    background-color: transparent;
    line-height: 0;
    width: 90%;
    margin: 0 auto;
    border: none;
    border-top: dotted 1px #E6E6E6;
}

.ncs-goods-summary dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

}

.ncs-goods-summary dl dt, .ncs-goods-summary dl dd {
    font-size: 12px;
    line-height: 24px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /* IE6,7 */;

    min-height: 24px;
    padding:;
    *zoom: 1;

}

.ncs-meta dl dt, .ncs-meta dl dd {
    line-height: 30px;
    height: 30px;
}

.ncs-sale dl dt, .ncs-sale dl dd {
    padding: 10px 0;
}

.ncs-goods-summary dt {
    text-align: right;
    width: 96px;
    margin-right: 6px;
}

.ncs-goods-summary dd {
    text-align: left;
    width: 510px;
    *width: 509px;

}

.ncs-meta dl dd i.ver-line {
    display: inline-block;
    *display: inline;

    zoom: 1;
}

.ncs-meta dl dd a {
    color: #666;
    text-decoration: underline;
    vertical-align: middle;
    display: inline-block;
    *display: inline;

    *zoom: 1;

}

.ncs-meta .price strong {
    color: #e62020;
    font: 500 28px/24px "Microsoft YaiHei", "微软雅黑", Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
    vertical-align: middle;
}

.ncs-meta .price strong i {
    font-family: Arial;
    font-size: 18px;
}

.ncs-meta .price em {
    color: #e62020;
    vertical-align: middle;
    margin-left: 8px;
}

.ncs-meta .cost-price {
    text-decoration: line-through;
    font-size: 14px;
}

/* 商品二维码 */
.ncs-goods-iphone {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 130px;
    background: url(../../../../images/store/product/iphone.png) no-repeat;
}

.ncs-goods-code {
    width: 90px;
    height: 90px;
    padding: 5px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 20px;
}

.ncs-goods-code p {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    *display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    overflow: hidden;
}

.ncs-goods-code img {
    max-width: 90px;
    max-height: 90px;
    margin-top: expression(100-this.height/2);

    *margin-top: expression(50-this.height/2);

}

.ncs-sale .promotion-info {
    font-size: 0;
    word-spacing: -1em;
    position: relative;
    z-index: 4;
}

.ncs-sale .promotion-info span {
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ncs-sale .promotion-info .sale-name {
    line-height: 15px;
    color: #ee3333;
    height: 16px;
    padding: 2px 5px;
    border: 1px solid #ee3333;
    margin-right: 10px;
}

.ncs-sale .promotion-info .sale-rule {
    color: #555;
    width: 345px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ncs-sale .promotion-info .sale-rule em {
    font-family: Arial;
    font-weight: 600;
    color: #333;
    margin: 0 1px;
}

.ncs-sale .promotion-info .sale-rule a.gift {
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 1px;
    overflow: hidden;
}

.ncs-sale .promotion-info .sale-rule a.gift img {
    max-width: 20px;
    max-height: 20x;
}

.ncs-sale .promotion-info .sale-rule-more {
}

.ncs-sale .promotion-info .sale-rule-more i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -50px -100px;
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 4px;
}

.ncs-sale .promotion-info .sale-rule-more strong {
    font-weight: normal;
    color: #FF875A;
    margin: 0 2px;
}

.ncs-sale .promotion-info .sale-rule-more a {
    color: #999;
}

.ncs-sale .promotion-info .sale-rule-more a:hover {
    color: #FF875A;
    text-decoration: none;
}

.sale-rule-content {
    font-size: 12px;
    background-color: #FFF;
    width: 518px;
    border: solid 1px #D7D7D7;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -5px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.sale-rule-content .title {
    line-height: 20px;
    background-color: #F5F5F5;
    height: 20px;
    padding: 5px;
    border-bottom: solid 1px #D6D6D6;
}

.sale-rule-content .title span {
    vertical-align: top;
}

.sale-rule-content .title strong {
    font-weight: normal;
    color: #FF875A;
    margin: 0 2px;
}

.sale-rule-content .title a {
    float: right;
}

.sale-rule-content .content {
    padding: 5px 0 5px 60px;
}

.sale-rule-content .bottom {
    border-top: solid 1px #D7D7D7;
    padding: 8px 0;
    overflow: hidden;
}

.sale-rule-content .bottom a {
    color: #005EA6;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

.sale-rule-content .mjs-tit {
    font-weight: 600;
}

.sale-rule-content .mjs-tit time {
    font-weight: normal;
    color: #999;
}

.sale-rule-content .mjs-info {
}

.sale-rule-content .mjs-info li {
    line-height: 24px;
    display: block;
    height: 24px;
    margin-bottom: 2px;
}

.ncs-mansong, .ncs-jjg {
    padding: 2px 0;
}

/* 物流运费 */

.ncs-freight {
    padding: 6px 0;
}

.ncs-freight dt {
    line-height: 28px;
}

.ncs-freight_box {
    display: block;
    position: relative;
    z-index: 80;
}

.ncs-freight-select {
    height: 28px;
    float: left;
    margin-right: 6px;
    position: relative;
    z-index: 3;
}

.ncs-freight-select .text {
    line-height: 26px;
    background-color: #FFF;
    height: 26px;
    float: left;
    padding: 0 20px 0 15px;
    border: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.ncs-freight-select.hover .text {
    display: none;
}

.ncs-freight-select .text b {
    font-size: 0;
    line-height: 0;
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -50px -100px;
    display: block;
    width: 8px;
    height: 4px;
    position: absolute;
    top: 10px;
    right: 6px;
    overflow: hidden;
}

.ncs-freight-select.hover .close, .ncs-freight-select.hover .content {
    display: block;
}

.ncs-freight-select .content {
    background-color: #FFF;
    display: none;
    width: 512px;
    padding: 0;
    border: 1px solid #D7D7D7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.ncs-freight-select .ncs-stock {
    position: relative;
}

.ncs-freight-select .ncs-stock .tab {
    background-color: #FAFAFA;
    width: 100%;
    height: 26px;
    float: left;
    border-bottom: solid 1px #E6E6E6;
    overflow: visible;
}

.ncs-freight-select .ncs-stock .tab li {
    float: left;
    clear: none;
    padding: 0;
}

.ncs-freight-select .ncs-stock .tab .current a.hover, .ncs-freight-select .ncs-stock .tab a {
    font-size: 12px;
    line-height: 26px;
    color: #999;
    text-align: center;
    float: left;
    height: 26px;
    padding: 0 15px 0 15px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #E6E6E6;
    position: relative;
    cursor: pointer;
    -moz-border-colors: none;
}

.ncs-freight-select .ncs-stock .tab a.hover {
    line-height: 26px;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    height: 26px;
    padding: 0 15px 1px 15px;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 0 1px 0 0;
}

.ncs-freight-select .ncs-stock .tab a i {
    font-size: 0;
    line-height: 0;
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -50px -100px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 6px;
}

.ncs-freight-select .ncs-stock .area-list {
    display: block;
    clear: both;
    padding: 10px 15px;
    overflow: hidden;
}

.ncs-freight-select .ncs-stock .area-list li {
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 112px;
    height: 20px;
    padding: 4px 0 4px 4px;
    float: left;
    overflow: hidden;
}

.ncs-freight-select .ncs-stock .area-list li.longer-area {
    width: 228px;
}

.ncs-freight-select .ncs-stock .area-list li a {
    line-height: 16px;
    color: #555;
    padding: 2px 5px;
}

.ncs-freight-select .ncs-stock .area-list li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #FF875A;
}

.ncs-freight-select .close {
    font-size: 12px;
    line-height: 20px;
    display: none;
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 480px;
    cursor: pointer;
}

#ncs-freight-prompt {
    line-height: 28px;
    color: #999;
    float: left;
}

#ncs-freight-prompt strong {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
}

#ncs-freight-prompt a {
}


/* 门店自提 */

.ncs-logistics {
    position: relative;
    z-index: 2;
}

.ncs-logistics .ncs-chain {
    padding: 6px 0;
}

.ncs-logistics .ncs-chain i.icon-chain {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat 0 -100px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    padding-right: 5px;
    *zoom: 1;
}

.ncs-logistics .ncs-chain dd {
    color: #999;
}

.ncs-logistics .ncs-chain a {
    font-size: 14px;
    color: #BA7538;
    margin-right: 5px;
}

.ncs-chain-show {
    display: block;
    padding: 10px;
}

.ncs-chain-show dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin-bottom: 10px;
}

.ncs-chain-show dt,
.ncs-chain-show dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /* IE6,7 */;
    *zoom: 1;
}

.ncs-chain-show dt {
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
}

.ncs-chain-show dd select {
    margin-right: 4px;
}

.ncs-chain-list {
    background: #F5F5F5 url(../images/shop/ncs_chain_show.png) no-repeat 50% 40%;
    min-height: 300px;
    border: solid 1px #E6E6E6;
}

.ncs-chain-no-date {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 180px auto 0 auto;
}

.ncs-chain-list ul {
    padding: 10px;
}

.ncs-chain-list ul li {
    line-height: 20px;
    background-color: #FFF;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
    border: solid 1px #E6E6E6;
    border-radius: 5px;
}

.ncs-chain-list ul li a {
    color: #2272c8;
}

.ncs-chain-list ul li a:hover {
    text-decoration: underline;
}

.ncs-chain-list ul li h5 i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -30px -100px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    *zoom: 1;
}

.ncs-chain-list ul li p {
    color: #999;
}

.ncs-chain-list ul li .handle {
    line-height: 20px;
    height: 20px;
    float: right;
    padding: 10px;
    border-left: solid 1px #E6E6E6;
}


.ncs-chain-detail {
    background: url(../images/shop/ncs_chain_bg.jpg) no-repeat 50% 50%;
    width: 1160px;
    padding: 20px;
    margin: 20px auto;
    overflow: hidden;
}

.ncs-chain-detail .chain-img {
    float: left;
    width: 360px;
    height: 360px;
    overflow: hidden;
}

.ncs-chain-detail .chain-info {
    float: right;
    width: 760px;
}

.ncs-chain-detail .chain-info .chain-name {
    padding: 10px;
    border-bottom: dotted 1px #CCC;
}

.ncs-chain-detail .chain-info a {
    color: #FFDB60;
    background-color: #F87622;
    float: right;
    padding: 4px 10px;
    border-radius: 5px;
}

.ncs-chain-detail .chain-info a i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -30px -100px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    *zoom: 1;
}

.ncs-chain-detail .chain-info h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    display: inline-block;
}

.ncs-chain-detail .chain-info dl {
    padding: 5px 5px 10px 5px;
}

.ncs-chain-detail .chain-info dt {
    font-size: 14px;
    line-height: 32px;
    color: #555;
}

.ncs-chain-detail .chain-info dd {
    font-size: 12px;
    line-height: 24px;
    color: #777;
}


/*规格值的选择*/

.ncs-key dl {
    padding: 8px 0 0;
}

.ncs-key ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

}

.ncs-key ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 6px 6px 0;
    position: relative;
    z-index: 1;
}

.ncs-key ul li {
    *display: inline /*IE6,7*/;

    *zoom: 1;

}

.ncs-key ul li a {
    white-space: nowrap;
    display: block;
    min-height: 24px;
    padding: 1px;
    border: 1px solid #DDD;
    cursor: pointer;
}

.ncs-key ul li.sp-img a {
    background-color: #FFF;
    font-size: 12px;
    color: #999;
    padding-right: 5px;
}

.ncs-key ul li.sp-img a img {
    vertical-align: middle;
    display: inline-block;
    max-width: 24px;
    max-height: 24px;
    margin-right: 5px;
}

.ncs-key ul li.sp-txt a {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    background: #FFF none;
    text-align: center;
    white-space: nowrap;
    min-width: 20px;
    height: 24px;
    padding: 0 5px !important;
    margin: 1px;
}

.ncs-key ul li.sp-img a:hover, .ncs-key ul li.sp-img a.hovered {
    color: #F87622;
    text-decoration: none;
    border: 2px solid #F87622;
    padding: 0 4px 0 0;
}

.ncs-key ul li.sp-txt a:hover, .ncs-key ul li.sp-txt a.hovered {
    border: 2px solid #F87622;
    margin: 0;
}

.ncs-key ul li a i {
    display: none;
}

.ncs-key ul li a.hovered i {
    font-size: 0;
    line-height: 0;
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat 0 0;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 1;
    right: 2px;
    bottom: 2px;
}

/*购买数量和库存*/

.ncs-buy {
    display: block;
    clear: both;
    padding: 20px 0 20px 30px;
    position: relative;
    z-index: 1;
}

.ncs-figure-input {
    vertical-align: top;
    display: inline-block;
    width: 65px;
    position: relative;
    z-index: 1;
}

.ncs-figure-input .input-text {
    color: #333;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    height: 41px;
    width: 41px;
    padding: 0;
    border: solid 1px #E6E6E6;
}

.ncs-figure-input a {
    font-size: 0;
    background-color: #FFF;
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 1px 1px 1px 0;
    position: absolute;
    z-index: 1;
    left: 42px;
    -webkit-text-size-adjust: none;
}

.ncs-figure-input a:hover {
    color: #F87622;
    text-decoration: none;
}

.ncs-figure-input a.increase {
    background-position: -100px -100px;
    top: 0;
}

.ncs-figure-input a.decrease {
    background-position: -120px -100px;
    top: 21px;
}

.ncs-figure-input span {
    white-space: nowrap;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
}

.ncs-figure-input span em {
    margin: 0 2px;
}

.ncs-figure-input span strong {
    color: #f70;
    margin: 0 2px;
}

/* 购买提示信息 */

.ncs-point {
    font-size: 14px;
    color: 666;
    background-color: #FFF7D1;
    display: block;
    height: 24px;
    padding: 5px 9px;
    border: solid 1px #E5DEBC;
    position: absolute;
    z-index: 1;
    top: 74px;
    left: 30px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.ncs-point i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -70px -100px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -13px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.ncs-point span {
    line-height: 24px;
}

.ncs-point span strong {
    font-weight: 600;
    color: #FF5C4D;
    margin: 0 2px;
}

.ncs-point span a {
    color: #0066CC;
    text-decoration: underline;
    margin: 0 2px;
}

.ncs-point span.look {
    font-weight: 600;
    color: #FF5C4D;
}

/* 到货通知 */

.ncs-goods-summary .ncs-btn a.arrival {
    color: #690;
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
}

.ncs-goods-summary .ncs-btn a.arrival i {
    font-size: 14px;
}

/* 立即购买和加入购物车按钮 */

.ncs-goods-summary .ncs-btn {
    vertical-align: top;
    display: inline-block;
    height: 42px;
    position: relative;
    z-index: 70;
    *display: inline /*IE6,7*/;

    zoom: 1;
}

.ncs-goods-summary .ncs-btn a.buynow, .ncs-goods-summary .ncs-btn a.addcart, .ncs-goods-summary .ncs-btn a.no-buynow, .ncs-goods-summary .ncs-btn a.no-addcart {
    font: bold 16px/32px "Microsoft Yahei";
    color: #FFF;
    text-align: center;
    display: inline-block;
    height: 32px;
    padding: 5px 12px;
    margin-right: 5px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.ncs-goods-summary .ncs-btn a.buynow:hover, .ncs-goods-summary .ncs-btn a.addcart:hover, .ncs-goods-summary .ncs-btn a.no-buynow:hover, .ncs-goods-summary .ncs-btn a.no-addcart:hover {
    text-decoration: none;
}

.ncs-goods-summary .ncs-btn a.buynow {
    background-color: #BA7538;
}

.ncs-goods-summary .ncs-btn a:hover.buynow {
    background-color: #96602E;
}

.ncs-goods-summary .ncs-btn a.addcart {
    background-color: #f40;
}

.ncs-goods-summary .ncs-btn a:hover.addcart {
    background-color: #F22D00;
}

.ncs-goods-summary .ncs-btn a.no-buynow, .ncs-goods-summary .ncs-btn a.no-addcart, .ncs-goods-summary .ncs-btn a:hover.no-buynow, .ncs-goods-summary .ncs-btn a:hover.no-addcart {
    background-color: #AAA;
    cursor: not-allowed;
}

.ncs-goods-summary .ncs-btn a i {
    font-size: 17px;
    margin-right: 6px;
}

/* 加入购物车弹出提示框 */

.ncs-cart-popup {
    background-color: #F5F5F5;
    display: none;
    width: 320px;
    height: 120px;
    border: solid 1px #E6E6E6;
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.25);
    position: absolute;
    z-index: 1;
    top: 72px;
    left: -1px;
}

.ncs-cart-popup dl {
    display: block;
}

.ncs-cart-popup dl dt {
    font: lighter 16px/20px "Microsoft Yahei";
    color: #333;
    text-align: center;
    width: 100%;
    margin: 10px 0 5px 0;
}

.ncs-cart-popup dl dt a {
    font: 10px/12px Verdana;
    color: #999;
    text-align: center;
    display: inline-block;
    width: 12px;
    height: 12px;
    float: right;
    margin: -5px 5px 0 0;
    cursor: pointer;
}

.ncs-cart-popup dl dt a:hover {
    text-decoration: none;
    color: #333;
}

.ncs-cart-popup dl dd {
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
}

.ncs-handle {
    width: 350px;
    height: 24px;
    padding-top: 10px;
    border-top: dotted 1px #EEE;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 415px;
}

.ncs-handle a {
    color: #777;
    background-color: #FFF;
    float: left;
    padding: 1px 6px;
    margin-right: 5px;
    border: solid 1px #F5F5F5;
    border-radius: 4px;
}

.ncs-handle a:hover {
    text-decoration: none;
    color: #333;
    background-color: #F5F5F5;
}

.ncs-handle a.inform {
    float: right;
}

.ncs-handle a.selected {
    color: #FFF;
    background-color: #F87622;
    border-color: #F87622;
}

.ncs-handle a span {
    font-family: Arial;
    color: #AAA;
    margin-left: 4px;
}

.ncs-handle a.compare i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -100px -70px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
}

.ncs-handle a.compare.selected i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -120px -70px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
}

.ncs_share {
    background-color: #FAFAFA;
    display: inline-block;
    *display: inline /*IE6,7*/;

    padding: 5px 0;
    margin: 10px 0 0 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border: solid 1px #E6E6E6;
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.10);
    overflow: hidden;
    zoom: 1;
}

.ncs_share a {
    color: #005EA6;
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    margin-left: -1px;
    border-left: solid 1px #E6E6E6;
}

.ncs_share a i {
    font-size: 14px;
    margin-right: 4px;
    color: #999;
    vertical-align: middle;
}

.ncs_share a em {
    font-weight: 600;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px
}

.ncs_share a:hover i, .ncs_share a:hover em {
    text-decoration: none;
}

/* 商品已下架状态提示 */

.ncs-saleout {
    background-color: #FAFAFA;
    width: 86%;
    padding: 10px 20px;
    margin: 20px 0;
    border: dotted 1px #E6E6E6;
}

.ncs-saleout dt {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 600;
    color: #F87622;
    width: auto;
    height: 24px !important;
    margin: 0 !important;
}

.ncs-saleout dt i {
    margin-right: 6px;
}

.ncs-saleout dd {
    color: #777;
    clear: both;
    line-height: 20px !important;
    margin: 6px 0 !important;
    padding: 0 0 0 18px !important;
}

.nc-mansong-remark {
    color: #999;
    line-height: 18px !important;
}

/*优惠套餐销售*/

.ncs-bundling-container {
    background: #FFF;
    height: 194px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ncs-bundling-container .F-center {
    height: 194px;
    position: relative;
}

.ncs-bundling-container .F-prev {
    background: #FFF url(../images/shop/bundling.gif) no-repeat scroll 0px -460px;
    display: block;
    width: 156px;
    height: 20px;
    position: absolute;
    z-index: auto;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ncs-bundling-container .F-prev:hover {
    background-position: 0 -410px;
}

.ncs-bundling-container .F-next:hover {
    background-position: 0 -430px;
}

.ncs-bundling-container .F-next {
    background: #FFF url(../images/shop/bundling.gif) no-repeat scroll 0px -480px;
    width: 160px;
    height: 20px;
    position: absolute;
    z-index: auto;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.ncs-bundling-list {
    display: block;
    width: 900px;
    height: 194px;
    float: left;
    overflow: hidden;
    margin-left: 40px;
}

.ncs-bundling-container ul {
    background: url(../images/shop/bundling.gif) repeat-x -60px 0;
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    display: block;
    width: 960px;
    margin: 15px 0 0 0;
}

.ncs-bundling-container ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    width: 100px;
    padding: 0;
    margin: 0 60px 0 0;
    *zoom: 1;

}

.ncs-bundling-container .goods-thumb, .ncs-combo-container. goods-thumb {

    background-color: #FFF;

    width: 100px;

    height: 100px;

}

.ncs-bundling-container .goods-thumb a, .ncs-combo-container .goods-thumb a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 100px;
    height: 100px;
    overflow: hidden;
}

.ncs-bundling-container .goods-thumb img, .ncs-combo-container .goods-thumb img {
    max-width: 100px;
    max-height: 100px;
    margin-top: expression(100-this.height/2);

    *margin-top: expression(50-this.height/2);

}

.ncs-bundling-container dl {
    display: block;
    padding: 0;
    margin: 4px 0 0 0;
}

.ncs-bundling-container dl dt {
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    height: 24px;
    overflow: hidden;
}

.ncs-bundling-container dl dt a {
    color: #555;
}

.ncs-bundling-container dl dd {
    line-height: 16px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    overflow: hidden;
}

.ncs-bundling-container dl dd .o-price {
    text-decoration: line-through;
}

.ncs-bundling-container dl dd .b-price {
    font-weight: 600;
    color: #F87622;
}

.ncs-bundling-price {
    color: #777;
    background-color: #FAFAFA;
    display: block;
    width: 177px;
    height: 220px;
    float: right;
    padding: 50px 15px 0 15px;
    margin-top: -40px;
    border-left: solid 1px #E6E6E6;
}

.ncs-bundling-price dl {
    color: #999;
}

.ncs-bundling-price dt {
    font-weight: 600;
}

.ncs-bundling-price dd {
}

.ncs-combo-container, .combo-goods-list ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

}

.ncs-combo-container {
    height: 194px;
}

.ncs-combo-container .default-goods, .ncs-combo-container .combo-goods-list, .ncs-combo-container .combo-price, .combo-goods-list li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    width: 100px;
    *zoom: 1;

}

.ncs-combo-container .default-goods {
    background: url(../images/shop/bundling.gif) no-repeat 100px 0;
    padding: 0 60px 0 0;
    margin-top: 15px;
}

.combo-goods-list li {
    background: url(../images/shop/bundling.gif) no-repeat 0 0;
    padding: 0 0 0 60px;
}

.combo-goods-list .combo-goods-first {
    position: -60px 0;
    padding: 0;
}

.ncs-combo-container .combo-goods-list {
    width: 800px;
    margin-top: 15px;
    overflow-x: scroll;
}

.combo-goods-list ul {
    white-space: nowrap;
}

.ncs-combo-container dl {
    display: block;
    width: 100px;
    margin-top: 8px;
}

.ncs-combo-container dl dt {
    line-height: 16px;
    white-space: normal;
    display: block;
    height: 32px;
    margin-bottom: 2px;
    overflow: hidden;
}

.ncs-combo-container dl dd {
    line-height: 20px;
    font-weight: 600;
    color: #F87622;
}

.ncs-combo-container dl dd .checkbox {
    vertical-align: middle;
    margin-right: 4px;
}

.ncs-combo-container .combo-price {
    color: #777;
    background: url(../images/shop/bundling.gif) no-repeat 0 -220px;
    width: 150px;
    padding: 0 0 0 70px;
    margin: 15px 0 0 0;
}

.ncs-combo-container .combo-price dl {
    width: 150px;
}

.ncs-combo-container .combo-price dd {
    font-weight: normal;
    color: #999;
}

/* 商品内容处TabBar */

.tabbar {
    background: #FFF;
}

.ncs-goods-title-bar {
    background-color: #FFF;
    border-style: solid;
    border-color: #F87622 #E6E6E6 #F5F5F5 #E6E6E6;
    border-width: 2px 1px 1px 1px;
}

.ncs-goods-title-bar h4 {
    font: normal 14px/20px "Microsoft Yahei";
    text-decoration: none;
    color: #777;
    display: block;
    padding: 6px 15px 5px 15px;
}

.ncs-goods-title-nav {
    margin-top: 0;
}

.ncs-goods-title-nav ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    background-color: #FFF;
    border: solid #E6E6E6 1px;
}

.ncs-goods-title-nav ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}

.ncs-goods-title-nav ul li {
    *display: inline /*IE6,7*/;

}

.ncs-goods-title-nav ul li a {
    font: normal 14px/20px "Microsoft Yahei";
    text-decoration: none;
    color: #777;
    background-color: #FFF;
    display: block;
    padding: 8px 35px 7px 35px;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 0 1px 0 0;
}

.ncs-goods-title-nav ul li.current {
    margin: -1px 0 -1px -1px;
}

.ncs-goods-title-nav ul li.current a {
    color: #333;
    background-color: #FFF;
    padding: 8px 35px 6px 35px;
    border-style: solid;
    border-color: #F87622 #DDD transparent #DDD;
    border-width: 3px 1px 0 1px;
}

.ncs-goods-info-content {
    padding-bottom: 23px;
}

.ncs-goods-info-content .top {
    padding: 9px;
    margin-bottom: 20px;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

.ncs-promotion {
    margin-bottom: 20px;
}

.ncs-promotion .ncs-goods-info-content {
    padding: 0;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

/*商品属性值*/

.nc-goods-sort {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    background-color: #fff;
    border: solid #ddd;
    border-width: 0 1px 1px;
    padding: 20px 0 10px;
    margin-bottom: 10px;
}

.nc-goods-sort li {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: normal;
    word-spacing: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 30%;
    padding: 0 0 0 3%;
    margin: 0;
    overflow: hidden;
}

.nc-goods-sort li {
    *display: inline;
}

.nc-goods-sort li span {
    color: #999;
}

/* 商品详情内容 */

.default, .top-template, .bottom-template {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

.default img, .top-template img, .bottom-template img {
    vertical-align: top;
}

#main-nav {
    width: auto;
}

.ncs-goods-layout {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sticky #main-nav {
    width: 1200px;
    position: fixed;
    _position: relative;
    top: 0;
    z-index: 999;
}

.sticky #main-nav ul {
    margin: 0 auto;
}

.switch-bar {
    background: transparent url(../../../../images/store/product/switch_bar.png) no-repeat -15px 0;
    width: 13px;
    height: 237px;
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 0px;
    _block: none /*if IE6*/;
}

.switch-bar a {
    display: block;
    width: 13px;
    height: 42px;
    margin-top: 97px;
    cursor: pointer;
}

.switch-bar a:hover {
    text-decoration: none;
}

.ncs-sidebar {
    display: none;
    width: 210px
    _position: relative

}

.expanded .ncs-goods-main {
    float: right;
    width: 950px;
    _position: relative
}

.expanded #main-nav {
    width: 950px;
    _position: relative
}

.expanded .switch-bar {
    background-position: 0 0;
    left: -23px;
    _block: none /*if IE6*/
}

.expanded .ncs-sidebar {
    width: 240px;
    display: block;
    float: left;
    _position: relative
}

/*虚拟商品实体店地址地图*/

.ncs-store-map-content {
    margin: 20px;
    overflow: hidden;
}

.ncs-store-map-baidu {
    float: left;
}

.ncs-store-map-info {
    width: 300px;
    height: 400px;
    float: right;
    padding-left: 20px;
    border-left: solid 1px #E6E6E6;
}

.ncs-store-map-info .store-district {
    font-size: 16px;
    margin-bottom: 20px;
}

.ncs-store-map-info .address-box {
    width: 100%;
    height: 360px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ncs-store-map-info .address-list {
}

.ncs-store-map-info .address-list dl {
    border: solid 1px #E6E6E6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.ncs-store-map-info .address-list dt {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background-color: #FAFAFA;
    padding: 2px 10px;
    border-bottom: solid 1px #E6E6E6;
}

.ncs-store-map-info .address-list dd {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 10px 0 10px
}

/*评价详情*/

.ncs-comment .rate {
    line-height: 20px;
    color: #e62020;
    vertical-align: middle;
    display: inline-block;
    *display: inline;

    *zoom: 1;

    margin: 10px 40px 10px 20px;
}

.ncs-comment .rate strong {
    font: lighter 40px/40px arial;
    vertical-align: bottom;
}

.ncs-comment .rate sub {
    font: 16px/20px arial;
    vertical-align: bottom;
    margin-right: 6px;
}

.ncs-comment .rate span {
    color: #999;
    display: block;
    clear: both;
}

.ncs-comment .percent {
    vertical-align: middle;
    display: inline-block;
    *display: inline;

    *zoom: 1;

}

.ncs-comment .percent dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

}

.ncs-comment .percent dt {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 80px;
    height: 20px;
}

.ncs-comment .percent dt {
    *display: inline /*IE6,7*/;

}

.ncs-comment .percent dt em {
    color: #999;
    margin-left: 4px;
}

.ncs-comment .percent dd {
    background-color: #F5F5F5;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 100px;
    height: 14px;
    margin: 3px 0;
}

.ncs-comment .percent dd {
    *display: inline /*IE6,7*/;

}

.ncs-comment .percent dd i {
    background-color: #e62020;
    display: block;
    height: 14px;
}

.ncs-comment .btns {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;

    height: 60px;
    padding-left: 30px;
    margin-left: 370px;
    border-left: dotted 1px #E6E6E6;
}

.ncs-comment .btns span {
    font-size: 13px;
    line-height: 24px;
}

/*评价详情-列表*/

.ncs-commend-main {
    padding: 20px 0 0 0;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

.ncs-commend-floor {
    margin: 0 40px 0 60px;
    border-left: solid 3px #F5F5F5;
    position: relative;
    z-index: 1;
}

.ncs-commend-floor .user-avatar {
    background-color: #F2F2F2;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -20px;
}

.ncs-commend-floor .user-avatar a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.ncs-commend-floor .user-avatar a img {
    max-width: 40px;
    max-height: 40px;
    margin-top: expression(40-this.height/2);

    *margin-top: expression(20-this.height/2);

    border-radius: 20px;
}

.ncs-commend-floor .detail {
    margin: 10px 0 0 30px;
}

.ncs-commend-floor .detail dt {
    line-height: 24px;
    display: block;
    height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ncs-commend-floor .detail dt .user-name {
    font: bold 12px/20px "Microsoft Yahei";
    color: #AAA;
    float: left;
}

.ncs-commend-floor .detail dt .goods-raty {
    color: #777;
    float: right;
}

.ncs-commend-floor .detail dd {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-bottom: 10px;
}

.ncs-commend-floor .detail .photos-thumb {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    vertical-align: middle;
    display: inline-block;
}

.ncs-commend-floor .detail .photos-thumb li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    text-align: center;
    width: 34px;
    margin-right: 6px;
    *zoom: 1;

}

.ncs-commend-floor .detail .photos-thumb a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 30px;
    height: 30px;
    padding: 1px;
    border: solid 1px #E6E6E6;
    overflow: hidden;
}

.ncs-commend-floor .detail .photos-thumb a:hover {
    border-color: #F87622;
}

.ncs-commend-floor .detail .photos-thumb a img {
    max-width: 30px;
    max-height: 30px;
    margin-top: expression(30-this.height/2);

    *margin-top: expression(15-this.height/2) /*IE6,7*/;

}

.ncs-commend-floor .detail .pubdate {
    font-size: 12px;
    color: #AAA;
}

.ncs-commend-floor .detail .explain {
    font-size: 12px;
    color: #DA542E;
    background-color: #FFC;
    padding: 9px;
    border: dashed 1px #FEF4B1;
}

.ncs-commend-floor .detail hr {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 10px 0;
    height: 0;
    width: 100%;
    border: none 0;
    border-top: dashed 1px #E6E6E6;
}

.more-commend {
    text-decoration: underline !important;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 30px;
    color: #F87622
}

/*购买记录*/

.ncg-salelog .price {
    background-color: #FFF;
}

.ncg-salelog .price strong {
    font: 600 14px/20px arial;
    color: #e62020;
    margin: 0 4px;
}

.ncg-salelog .price span {
    line-height: 16px;
    color: #FFF;
    background-color: #C8C8C8;
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    padding: 1px 4px;
    margin-left: 20px;
}

.ncg-salelog .bd table {
    background-color: #FFF;
}

.ncg-salelog .bd thead th {
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
    border-bottom: solid 2px #E7E7E7;
}

.ncg-salelog .bd tbody td {
    text-align: center;
    padding: 15px 0;
    border-bottom: dashed 1px #E7E7E7;
}

/*咨询留言*/


.ncs-cosult-tips {
    width: 780px;
    height: 65px;
    float: left;
    margin: 10px 0 5px 10px;
    position: relative;
    z-index: 1;
}

.ncs-cosult-tips i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -80px 0;
    width: 147px;
    height: 65px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.ncs-cosult-tips p {
    line-height: 18px;
    color: #9B827D;
    width: 700px;
    height: 36px;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 64px;
}

.ncs-cosult-askbtn {
    float: right;
    padding: 10px;
}

.ncs-cosult-main {
    padding: 20px 0 0 0;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

.ncs-cosult-main .more {
    margin: 10px 15px;
}

.ncs-cosult-list {
    padding: 6px;
    border-bottom: dotted 1px #D6D6D6;
}

.ncs-cosult-list dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    display: block;
    margin-bottom: 4px;
}

.ncs-cosult-list dl.asker {
    color: #999;
}

.ncs-cosult-list dl.ask-con {
    color: #555;
}

.ncs-cosult-list dl.reply {
    color: #F87622;
}

.ncs-cosult-list dt {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    *display: inline;

    *zoom: 1;

    width: 7%;
}

.ncs-cosult-list dd {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    display: inline-block;
    *display: inline;

    *zoom: 1;

    width: 93%;
}

.ncs-cosult-list dd p {
    display: inline-block;
    width: 760px;
}

.ncs-cosult-list dd time {
    text-align: right;
    display: inline-block;
    color: #999;
}

.ncs-consult-form {
    display: block;
    padding: 10px 15px;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

.ncs-consult-form dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    margin-bottom: 4px;
}

.ncs-consult-form dt, .ncs-consult-form dd {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    *zoom: 1;

}

.ncs-consult-form dt {
    font-weight: 600;
    width: 65px;
}

.ncs-consult-form dd {
    position: relative;
    z-index: 1;
}

.ncs-consult-type-intro {
    margin-bottom: 4px;
}

.ncs-consult-form label {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
}

.ncs-consult-form label .text {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px;
}

.ncs-consult-form label .radio {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.ncs-consult-form label img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
}

.ncs-consult-form label span {
    color: #09C;
}

.ncs-consult-form .counter {
    line-height: 20px;
    color: #999;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.ncs-consult-form .counter em {
    font-weight: 700;
    margin: 0 2px;
}

.ncs-consult-form .counter em.warning {
    color: #f70;
    background-color: transparent;
    width: auto;
    padding: 0;
    border: none;
}

.ncs-consult-form .counter em.exceeded {
    color: #F00;
}

.ncs-consult-form .code {
    background-color: #FFFFFF;
    width: 114px;
    height: 34px;
    border: solid 1px #555;
    position: absolute;
    z-index: 9;
    top: -40px;
    left: -15px;
    display: none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.ncs-consult-form .code .arrow {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -40px 0;
    display: block;
    width: 14px;
    height: 7px;
    position: absolute;
    left: 21px;
    bottom: -7px;
}

.ncs-consult-form .code img {
    width: 90px;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
}

.ncs-consult-form .code .close {
    display: block;
    width: 10px;
    height: 10px;
    padding: 1px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
}

.ncs-consult-form .code .close:hover, .ncs-consult-form .code .change:hover {
    background-color: #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ncs-consult-form .code .close i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -40px -7px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.ncs-consult-form .code .change {
    display: block;
    width: 10px;
    height: 10px;
    padding: 1px;
    position: absolute;
    z-index: 1;
    bottom: 4px;
    right: 4px;
}

.ncs-consult-form .code .change i {
    background: url(../../../../images/store/product/2014_ncs_public_img.png) no-repeat -50px -7px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.ncs-consult-form .code .close:hover i, .ncs-consult-form .code .change:hover i {
    opacity: 1;
}

/* 推荐商品列表 */

.ncs-recommend {
    clear: both;
}

.ncs-recommend .title {
    background-color: #FFF;
    height: 20px;
    padding: 5px 10px;
    border-bottom: solid 2px #F87622;
}

.ncs-recommend .title h4 {
    font: 14px/20px "Microsoft Yahei";
    color: #333;
    margin-left: 6px;
}

.ncs-recommend .content {
    overflow: hidden;
}

.ncs-recommend .content ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    white-space: nowrap;
    padding: 10px 0 5px 0;
    margin-left: -5px;
}

.ncs-recommend .content ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;

    width: 20%;
    padding: 10px 0 5px 0;
    border-left: dotted 1px #E6E6E6;
    *zoom: 1;

}

.ncs-recommend .content ul li dl {
    text-align: center;
    width: 100%;
    padding-top: 120px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.ncs-recommend .content ul li .goods-pic {
    background: #FFF;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.ncs-recommend .content ul li .goods-pic a {
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 120px;
    height: 120px;
    overflow: hidden;
}

.ncs-recommend .content ul li .goods-pic a img {
    max-width: 120px;
    max-height: 120px;
    margin-top: expression(120-this.height/2);

    *margin-top: expression(60-this.height/2);

}

.ncs-recommend .content ul li .goods-name {
    line-height: 18px;
    white-space: pre-wrap;
    height: 36px;
    width: 90%;
    overflow: hidden;
    margin: 8px auto;
}

.ncs-recommend .content ul li .goods-name em {
    color: #F87622;
}

.ncs-recommend .content ul li .goods-price {
    font-weight: 600;
    color: #e62020;
    height: 20px;
}

/* 无内容 */

.ncs-norecord {
    color: #999;
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 15px 0;
    background-color: #FFF;
    border: none !important;
}

/* (nc-s-c-s) full name -> ShopNC Store Container Style */

.ncs-sidebar-container {
    margin-bottom: 10px;
}

.ncs-sidebar-container .title {
    background-color: #F7F7F7;
    height: 20px;
    padding: 5px 10px;
    border: solid #DDD;
    border-width: 1px 1px 0 1px;
}

.ncs-sidebar-container .title h4 {
    font: 600 14px/20px "Microsoft Yahei";
    color: #666;
}

.ncs-sidebar-container .content {
    border: solid 1px #DDD;
    background: #FFF;
}

/* ====================== */

/* 店铺简介边栏 -> info.php */

/* ====================== */

.ncs-info {
    width: 210px;
}

.ncs-info .title {
    background-color: #F5F5F5;
    padding: 8px 10px;
    border: solid 1px #E6E6E6;
}

.ncs-info .title h4 {
    font: 600 14px/20px "Microsoft Yahei";
    color: #555;
}

.ncs-info .content {
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
}

.ncs-info .content dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    display: block;
    padding: 4px 0;
}

.ncs-info .content dl dt {
    font-size: 12px;
    color: #666;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    *display: inline;

    width: 68px;
    *zoom: 1;

}

.ncs-info .content dl dd {
    font-size: 12px;
    color: #333;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    *display: inline;

    width: 130px;
    *width: 125px;

    overflow: hidden;
    zoom: 1;
}

.ncs-info .all-rate .rating {
    background: url(../images/2014grate.png) no-repeat 0 -18px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;

    width: 79px;
    height: 17px;
    *zoom: 1;

}

.ncs-info .all-rate .rating span {
    background: url(../images/2014grate.png) no-repeat 100% 0;
    display: block;
    height: 18px;
}

.ncs-info .all-rate em {
    color: #DA542E;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 2px;
}

.ncs-info .content .detail-rate {
    clear: both;
}

.ncs-info .store-name {
    font-weight: 600;
    color: #555;
    height: 20px;
    padding: 6px 9px;
    border-bottom: solid 1px #E6E6E6;
}

.ncs-detail-rate {
    color: #999;
    width: 182px;
    padding: 5px;
    margin: 0 auto;
    border-bottom: dotted 1px #E6E6E6;
}

.ncs-detail-rate h5 {
    color: #777;
    margin-bottom: 4px;
}

.ncs-detail-rate h5 strong {
    font-weight: 700;
    margin-right: 30px;
}

.ncs-detail-rate li {
    padding: 2px 0;
}

.ncs-detail-rate .credit {
    color: #555;
    display: inline-block;
    width: 35px;
    margin-left: 4px;
}

.ncs-detail-rate .high {
    color: #DA542E;
    display: inline-block;
}

.ncs-detail-rate .high i {
    background: url(../images/2014grate.png) no-repeat 0 -40px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.ncs-detail-rate .high em {
    color: #FFF;
    background-color: #DA542E;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
}

.ncs-detail-rate .equal {
    color: #DA542E;
    display: inline-block;
}

.ncs-detail-rate .equal i {
    background: url(../images/2014grate.png) no-repeat -18px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.ncs-detail-rate .equal em {
    color: #FFF;
    background-color: #DA542E;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
}

.ncs-detail-rate .low {
    color: #28B779;
    display: inline-block;
}

.ncs-detail-rate .low i {
    background: url(../images/2014grate.png) no-repeat -9px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.ncs-detail-rate .low em {
    color: #FFF;
    background-color: #28B779;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
}

.ncs-info .goto {
    text-align: center;
    padding: 10px 0;
}

.ncs-info .goto a {
    color: #005EA6;
    margin: 0 10px;
}

.ncs-info .goto a em {
    color: #999;
    font-weight: 600;
    margin-left: 2px;
    vertical-align: middle;
}

.ncs-info .goto a:hover em {
    text-decoration: none !important;
}

.ncs-info .no-border {
    border: 0 !important;
    padding-bottom: 0 !important;
}

.ncs-info-btn-map {
    width: 103px;
    height: 36px;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #E7E7E7;
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#F1F1F1');

    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F1F1F1));
    background-image: -moz-linear-gradient(top, #FCFCFC, #F1F1F1)
}

.ncs-info-btn-qrcode {
    width: 103px;
    height: 36px;
    border-top: solid 1px #E7E7E7;
    border-left: solid 1px #FFF;
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#F1F1F1');

    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F1F1F1));
    background-image: -moz-linear-gradient(top, #FCFCFC, #F1F1F1)
}

.shop-other {
    width: 208px;
    height: 36px;
    margin-top: 10px
}

.shop-other p, .shop-other .ncs-info-map {
    display: none;
    border: solid #E7E7E7;
    border-width: 0px 1px 1px 1px;
    background: #FFF url(../images/loading.gif) no-repeat 50% 50%;
    position: absolute;
    top: 35px;
    text-align: center;
    zoom: 1
}

.ncs-info-btn-map a, .ncs-info-btn-qrcode a {
    line-height: 16px;
    color: #555;
    background: url(../images/shop/public.png) no-repeat;
    padding-left: 20px;
    width: 73px;
    height: 16px;
    float: left;
    padding: 9px 1px 10px 29px;
    border-top: solid 1px #FFF;
    position: relative;
    z-index: 999
}

.ncs-info-btn-map a {
    background-position: 10px -150px
}

.ncs-info-btn-qrcode a {
    background-position: -90px -150px
}

.ncs-info-btn-map a:hover {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding-right: 0;
    border-right: solid 1px #E7E7E7;
    box-shadow: 3px 0px 0px 0px #EEE
}

.ncs-info-btn-map:hover .ncs-info-map {
    display: block;
    left: -1px;
    z-index: 1;
    height: 310px;
    background-color: #FFF
}

.ncs-info-btn-map:hover .ncs-info-map .box {
    margin: 1px
}

.ncs-info-btn-qrcode a:hover {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    background-position: -91px -150px;
    padding-left: 28px;
    border-left: solid 1px #E7E7E7;
    box-shadow: -3px 0px 0px 0px #EEE
}

.ncs-info-btn-qrcode:hover .ncs-info-qrcode {
    display: block;
    right: -1px;
    z-index: 1;
}

.ncs-info-btn-qrcode:hover .ncs-info-qrcode em {
    background: #F7F7F7;
    line-height: 16px;
    width: 180px;
    height: 32px;
    display: inline-block;
    margin: 5px auto;
    overflow: hidden;
    padding: 4px
}

/* ====================== */

/* 左侧边栏样式 -> left.php */

/* ====================== */


/* 客服中心列表 */

.ncs-message-bar {
    border: solid 1px #E6E6E6;
    margin-bottom: 10px;
}

.ncs-message-bar .default {
    padding: 9px;
    border-top: solid 1px #E6E6E6;
    margin-top: -1px;
}

.ncs-message-bar .default h5 {
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
}

.ncs-message-bar .default span {
    color: #555;
    height: 20px;
}

.ncs-message-bar .service-list {
    border-top: solid 1px #D8D8D8;
}

.ncs-message-bar dl {
    width: 180px;
    padding: 9px;
    overflow: hidden;
}

.ncs-message-bar dt {
    line-height: 20px;
    font-weight: 600;
    color: #333;
    display: block;
}

.ncs-message-bar dd {
    color: #555;
    margin-left: 16px;
    clear: both;
    padding: 4px 0;
}

.ncs-message-bar dd span {
    line-height: 22px;
    margin: 0 6px 0 0;
}

.ncs-message-bar dd img {
    vertical-align: middle;
}

.ncs-message-bar dd p {
    line-height: 20px;
}

/* 侧边栏搜索 */

.ncs-search {
    display: block;
    padding: 5px;
    border-bottom: dotted 1px #E6E6E6;
}

/* 侧边栏商品分类 */

.ncs-class-bar p {
    background-color: #F9F9F9;
    border-bottom: solid 1px #E7E7E7;
    height: 28px;
}

.ncs-class-bar p span {
    text-align: center;
    display: inline-block;
    width: 24%;
    height: 20px;
    padding: 4px 0;
}

.ncs-class-bar p span {
    *display: block;

    *float: left;

}

.ncs-class-bar p a {
    line-height: 16px;
    color: #777;
    padding: 2px;
}

.ncs-class-bar p a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #999;
    border-radius: 4px;
}

.ncs-submenu {
    width: 170px;
    margin: 5px 13px 5px 15px;
    _margin: 5px 6px 5px 8px;
    _display: inline-block;
    _float: left;
}

.ncs-submenu li {
    font-weight: 600;
    text-align: left;
    margin: 6px 0;
    clear: both;
}

.ncs-submenu li a {
    line-height: 20px;
    word-wrap: break-word;
    display: inline-block;
    *dispaly: inline;

    max-width: 135px;
    color: #333;
    overflow: hidden;
    *zoom: 1;

}

.ncs-submenu li ul {
    width: 150;
    margin: 5px 0px 5px 20px;
}

.ncs-submenu li ul li {
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    margin: 4px 0;
}

.ico-none, .ico-block, .ico-sub {
    display: inline-block;
    float: left;
    cursor: default;
}

.ico-none, .ico-block, .ico-sub {
    *display: inline;

}

.ico-none, .ico-block {
    width: 10px;
    height: 10px;
    text-align: center;
    margin: 5px 10px 5px 0;
    border-radius: 2px;
}

.ico-none em, .ico-block em {
    font-size: 12px;
    line-height: 10px !important;
    height: 10px;
}

.ico-sub {
    font-size: 0px;
    line-height: 0;
    width: 3px;
    height: 3px;
    margin: 8px 6px 8px 0;
    border-radius: 3px;
}

.ncs-mall-category-list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    padding: 4px 0;
}

.ncs-mall-category-list li {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    *display: inline;

    width: 40%;
    padding: 2px 5%;
    *zoom: 1;

    overflow: hidden;
}

.ncs-mall-brand-list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

    padding: 4px 0;
}

.ncs-mall-brand-list li {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    *display: inline;

    width: 28.33%;
    padding: 4px 2% 4px 3%;
    *zoom: 1;

    overflow: hidden;
}

/*商品列表页面侧边栏-推广商品*/

.ncs-mall-booth-list {
    padding: 9px;
    overflow: hidden;
}

.ncs-mall-booth-list li {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.ncs-mall-booth-list .goods-pic {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
}

.ncs-mall-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;
}

.ncs-mall-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*/;

}

.ncs-mall-booth-list .goods-name {

    *line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}

.ncs-mall-booth-list .goods-price {
    font-weight: 600;
    color: #F87622;
    text-align: center;
    padding: 0;
}

.ncs-mall-booth-list li p {
    width: 80px;
    margin: 0 10px;
    float: left;
    display: inline;
}

.ncs-mall-booth-list li p a {
    display: block;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 1px solid #bbb;
}

.ncs-mall-booth-list li p a:hover {
    border: 1px solid #999;
}

.ncs-mall-booth-list h3 {
    width: 90px;
    float: right;
}

.ncs-mall-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;
}

.ncs-mall-booth-list h3 a:hover {
    text-decoration: underline;
    color: #f60;
}

.ncs-mall-booth-list h3 span {
    display: block;
    color: #fe5504;
    font-weight: bold;
    font-size: 14px;
}

/* 侧边栏排行榜 */

.ncs-top-tab {
    height: 28px;
    border-bottom: solid 1px #E6E6E6;
}

.ncs-top-tab li {
    float: left;
}

.ncs-top-tab li a {
    color: #777;
    line-height: 20px;
    text-decoration: none;
    background-color: #F7F7F7;
    text-align: center;
    width: 86px;
    height: 20px;
    float: left;
    margin: 4px 0 1px 4px;
    padding: 1px 0;
    border: solid #D8D8D8;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);
}

.ncs-top-tab li.current a {
    color: #000;
    background-color: #FFF;
    padding: 1px 0 2px 0;
    margin: 4px 0 0 4px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
}

.ncs-top-bar .hide {
    display: none;
}

.ncs-top-panel {
    display: block;
    margin: 1px;
}

.ncs-top-panel li {
    display: block;
    padding: 10px;
    clear: both;
    margin-top: -1px;
    border-bottom: dotted 1px #ddd;
}

.ncs-top-panel li:last-child {
    border-bottom: none;
}

.ncs-top-panel li:hover {
    background-color: #F7F7F7;
    z-index: 1;
}

.ncs-top-panel dl {
    display: block;
    height: 70px;
    position: relative;
    z-index: 1;
}

.ncs-top-panel dl:hover {
    z-index: 9;
}

.ncs-top-panel dt {
    display: block;
    width: 130px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ncs-top-panel dt a {
    color: #444;
    font-size: 13px;
    line-height: 20px;
}

.ncs-top-panel dt a:hover {
    color: #f70
}

.ncs-top-panel dd.goods-pic {
    background-color: #FFF;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

.ncs-top-panel dd.goods-pic a {
    border: solid 1px #E7E7E7;
    width: 69px;
    height: 69px;
    display: inline-block;
}

.ncs-top-panel dd.goods-pic p {
    background-color: #FFF;
    display: none;
    width: 148px;
    height: 148px;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 72px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.ncs-top-panel dd.goods-pic p big {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    display: block;
    border: 4px solid;
    border-color: transparent #ddd transparent transparent;
    position: absolute;
    z-index: 2;
    top: 18px;
    left: -9px;
}

.ncs-top-panel dd.goods-pic p small {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    display: block;
    border: 4px solid;
    border-color: transparent #FFFFFF transparent transparent;
    position: absolute;
    z-index: 2;
    top: 18px;
    left: -8px;
}

.ncs-top-panel dd.goods-pic:hover p {
    display: block;
}

.ncs-top-panel dd.goods-pic:hover a {
    border-color: #f70;
}

.ncs-top-panel dd.price {
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 130px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 44px;
    left: 84px;
}

.ncs-top-panel dd.selled {
    line-height: 16px;
    background: url(../images/shop/public.png) no-repeat 0 -100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
    height: 16px;
    padding-left: 20px;
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 60px;
}

.ncs-top-panel dd.selled strong {
    margin: 0 3px;
}

.ncs-top-panel dd.collection {
    line-height: 16px;
    background: url(../images/shop/public.png) no-repeat 0 -120px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
    height: 16px;
    padding-left: 20px;
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 60px;
}

.ncs-top-panel dd.collection strong {
    margin: 0 3px;
}

.ncs-top-bar p {
    width: 130px;
    margin: 10px auto;
}

.ncs-top-bar p a {
    line-height: 38px;
    color: #333;
    background-color: #FEF4B1;
    text-align: center;
    width: 128px;
    height: 38px;
    border: solid 1px #FFD863;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1)
}

.ncs-top-bar p a:hover {
    text-decoration: none;
    color: #777;
    background-color: #FEF6C7;
    box-shadow: none;
}

.ncs-comment-goods {
    width: 180px;
    margin: 10px auto;
}

.ncs-comment-goods .goods-name {
    font: bold 12px/18px "Microsoft Yahei";
    color: #AAA;
    width: 100%;
    height: 36px;
    overflow: hidden;
}

.ncs-comment-goods .goods-pic {
    width: 160px;
    height: 160px;
    margin: 5px auto;
}

.ncs-comment-goods .goods-pic a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;

    width: 160px;
    height: 160px;
    overflow: hidden;
}

.ncs-comment-goods .goods-pic img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);

    *margin-top: expression(80-this.height/2) /*IE6,7*/;

}

.ncs-comment-goods .goods-price {
}

.ncs-comment-goods .goods-raty span {
}

/* 评价评分样式 */

.raty {
    font-size: 0;
    line-height: 0;
    *word-spacing: -1px /*IE6、7*/;

    vertical-align: middle;
    display: inline-block;
    *display: inline;

    zoom: 1;
}

.raty img {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px 0;
}

.delivery-map {
    background-color: #FFF;
    text-align: center;
    width: 760px;
    margin: 0 auto;
    border-radius: 10px;
}

.delivery-map img {
    margin: 10px;
}

.ownshop .ncs-info {
    display: none !important;
}

/* 翻页样式 */

.pagination {
    display: inline-block;
    margin: 0 auto;
}

.pagination ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;

}

.pagination ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 0 0 -1px;
}

.pagination ul li {
    *display: inline /*IE6、7*/;

    *zoom: 1;

}

.pagination li span {
    font: normal 12px/16px "Microsoft Yahei";
    color: #AAA;
    background-color: #FAFAFA;
    text-align: center;
    display: block;
    min-width: 16px;
    padding: 4px;
    border: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
}

.pagination li a span, .pagination li a:visited span {
    color: #005AA0;
    text-decoration: none;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.pagination li a:hover span, .pagination li a:active span {
    color: #FFF;
    text-decoration: none;
    background-color: #F87622;
    border-color: #CA3300;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.pagination li span.currentpage {
    color: #AAA;
    font-weight: bold;
    background-color: #FAFAFA;
    border-color: #E6E6E6;
    position: relative;
    z-index: 2;
}

/*新加*/
.price { color:#F60; font-weight: 600;}