*{box-sizing: content-box;}
.header {
    height: 80px;
}
.header .logo-info-store {
    float: left;
    max-width: 200px;
    max-height: 90px;
    overflow: hidden;
}
.header .logo-info-store a.logo {
    display: block;
    float: left;
    overflow: hidden;
}
.header .logo-info-store a.logo img {
	display: block;
	max-width: 200px;
    max-height: 90px;
	width:100%;
	height: 100%;
}
.carousel {
    margin: 0 auto;
    width: 1210px;
}
@media screen and (min-width: 1920px) {
    .carousel {
		width:1920px;
	}
}
.shop-info {
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.shop-info .shop {
    float: left;
    padding: 0 15px;
    height: 45px;
    line-height:45px;
    width: auto;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-info .shop .shop-name a {
    font-size: 16px;
    color: #333;
    width: auto;
    max-width: 400px;
    min-width: 200px;
    /* height: 17px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    font-family: tahoma, arial, 宋体;
    font-weight: 700;
}
.shop-info .shop p {
    max-width: 200px;
    height: 20px;
    margin-top: 3px;
    overflow: hidden;
}
.shop-info .shop p img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: baseline;
}
.header .search {
    width: 555px;
    float: right;
    margin-left: 0px;
}
.header .search .search-form .search-info {
    width: 468px;
    height: 36px;
    float: left;
    top: 0px;
}
.header .search .search-form .search-info .search-box {
    top: 0px;
    left: 0px;
}
.header .search .search-form .search-info .search-box .search-box-con {
    height: 30px;
    line-height: 30px;
}
.header .search .search-form .search-info .search-box-input {
    color: #999;
    margin: 6px 0px;
    position: relative;
    z-index: 2;
    width: 389px;
    height: 24px;
    line-height: 24px;
    padding: 0px 3px 0px 5px;
    outline: 0;
    border: 0;
    border-left: 1px #e9e9e9 solid;
}
.header .search .search-form .search-info #keyword {
    width: 289px;
}
.header .search .search-form .search-info .button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 36px;
    line-height: 36px;
    border: 0;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    padding: 0px 8px 0px 12px;
    border-radius: 0px;
}
.header .search .search-form .search-info .button {
    font-size: 14px;
    top: 0px;
    letter-spacing: normal;
    padding: 0px;
}
.header .search .search-form .button-spe {
    width:70px;
    height:40px;
    line-height:40px;
    border: 0;
    font-size: 14px;
    color: #fff;
    background: #E31939;
    float: left;
    padding: 0px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
}

.layout {
    width: 100%;
    clear: both;
    margin: 0 auto;
}
.layout .shop-menu {
    width: 100%;
    height: 35px;
    background: #fff;
}
.layout .shop-menu .shop-menu-box {
    width: 1210px;
    height: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0px auto;
}
.layout .shop-menu ul.shop-menu-left {
    width: 190px;
    height: 35px;
    float: left;
}
.layout .shop-menu ul.shop-menu-left li {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    height: 35px;
    line-height: 35px;
    float: left;
    min-width: 50px;
    width: auto;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1000;
}
.layout .shop-menu ul.shop-menu-left li a {
    text-decoration: none;
    font-size: 14px;
    color: #4e4f51;
    line-height: 35px;
    cursor: pointer;
    font-family: tahoma, arial, 宋体;
    font-weight: 700;
}
.layout .shop-menu ul.shop-color-w li a {
    color:#fff;
}
.layout .shop-menu ul li.all-category a {
    position: relative;
    z-index: 100;
}
.layout .shop-menu ul li.all-category a .arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-top: 5px solid #4e4f51;
    position: static;
}
.layout .shop-menu ul li.all-category a .color-w {
    border-top: 5px solid #fff;
}
.layout .shop-menu ul li .all-category-coupon {
    width: 960px;
    height: auto;
    min-height: 100px;
    position: absolute;
    top: 35px;
    left: -70px;
    padding: 15px;
    color: #333;
    background: #fff;
    border: 1px #6D5549 solid;
    border-top: none;
    z-index: 99;
    display: none;
}
.layout .shop-menu ul.shop-menu-right {
    width: 1020px;
    height: 35px;
    float: left;
    position: relative;
    overflow: hidden;
}
.layout .shop-menu ul.shop-menu-right li.shop-nav {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    height: 35px;
    line-height: 35px;
    float: left;
    min-width: 50px;
    width: auto;
    cursor: pointer;
    text-align: center;
}
.layout .shop-menu ul.shop-menu-right li.shop-nav a {
    text-decoration: none;
    font-size: 14px;
    color: #4e4f51;
    line-height: 35px;
    cursor: pointer;
    font-family: tahoma, arial, 宋体;
    font-weight: 700;
}
.layout .shop-menu ul.shop-menu-right li.color-w a {
    color:#fff;
}
.layout .shop-menu ul li .all-category-coupon {
    width: 960px;
    height: auto;
    min-height: 100px;
    position: absolute;
    top: 35px;
    left: -70px;
    padding: 15px;
    color: #333;
    background: #fff;
    border: 1px #6D5549 solid;
    border-top: none;
    z-index: 99;
    display: none;
}
.layout .shop-menu ul li .all-category-coupon dl {
    float: left;
    width: 107px;
    padding: 0px 15px;
}
.layout .shop-menu ul li .all-category-coupon dl dt {
    border-bottom: 1px #ddd dotted;
}
.layout .shop-menu ul li .all-category-coupon a {
    font-size: 12px;
    color: #333;
}
.layout .shop-menu ul li .all-category-coupon dl dd ul {
    width: auto;
    height: 170px;
    padding: 5px 0px;
    display: inline-block;
    overflow: hidden;
}
.layout .shop-menu ul li .all-category-coupon dl dd ul li {
    height: 25px;
    line-height: 25px;
    clear: both;
    text-align: left;
}
.layout .shop-menu ul li .all-category-coupon dl dd ul li a {
    line-height: 25px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layout .shop-menu ul li .all-category-coupon dl dd ul li a:hover {
    color: #E31939;
}
.shop-ad-group3 {
    width: 1210px;
    height: auto;
    margin: 20px auto;
}
.shop-ad-group3 .shop-ad-group3-con .shop-ad-group-middle {
    width: 1210px;
    height: 245px;
    position: relative;
}
.shop-ad-group3 .shop-ad-group3-con .shop-ad-group-middle .shop-ad2 {
    width: 595px;
    height: 245px;
    position: absolute;
    left: 0px;
}
.shop-ad-group3 .shop-ad-group3-con .shop-ad-group-middle .shop-ad2 img, .shop-ad-group3 .shop-ad-group3-con .shop-ad-group-middle .shop-ad3 img {
    width: 595px;
    height: 245px;
}
.shop-ad-group3 .shop-ad-group3-con .shop-ad-group-middle .shop-ad3 {
    width: 595px;
    height: 245px;
    position: absolute;
    right: 0px;
}

.custom-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.custom-box .custom {
    width: 100%;
    height: auto;
    text-align: center;
}
.custom-box .custom img {
    width:1210px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.shop-floor {
    overflow: hidden;
}
.shop-floor .shop-goods-list {
    width: 1210px;
    overflow: hidden;
    position: relative;
}
.shop-floor .shop-goods-list ul {
    width: 1210px;
    padding: 15px 0px;
    overflow: hidden;
}
.shop-floor .shop-goods-list ul li {
    width: 228px;
    height: 305px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    margin: 0px 0px 12px 12px;
    border: 2px #eee solid;
}
.shop-floor .shop-goods-list ul li.first {
    margin-left: 1px;
}
.shop-floor .shop-goods-list ul li dl {
    width: 230px;
    margin: 0 auto auto;
}
.shop-floor .shop-goods-list ul li dl dt.goods-thumb {
    width: 230px;
    height: 230px;
}
.shop-floor .shop-goods-list ul li dl dt.goods-thumb a {
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 230px;
    height: 230px;
    overflow: hidden;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info {
    width: 230px;
    height: 75px;
    border: none;
    overflow: hidden;
    text-align: center;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info .goods-name {
    width: 210px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info p {
    width: 210px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info p .goods-price {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info p .shop-add-cart {
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.shop-floor .shop-goods-list ul li dl dd.goods-info p .shop-add-cart {
    background-color: /*main_color_start*/#E31939/*main_color_end*/;
}
.shop-floor .shop-goods-list ul li dl dt.goods-thumb img {
    width: 230px;
    height: 230px;
}
.goodshover-2:hover{
	border-color:#296ecc !important;
}
/* 商品列表 */
.condition-screen {
    margin-top: 10px;
}
.content-wrap {
    width: 1210px;
}
.store-category {
    width: 210px;
    height: auto;
    margin-bottom: 10px;
}
h3.left-title {
    font-size: 14px;
    text-indent: 15px;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    background: #F9F9F9;
    border: 1px solid #eee;
}
.left-content {
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-top: none;
}
.tree {
    min-height: 20px;
    padding: 5px 15px 10px;
}
.tree li {
    list-style-type: none;
    heigth: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 5px;
    position: relative;
}
.tree li span {
    width: 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.tree li span i {
    background: url(/styles16/nnewlngshop/images/goods-icon.png) no-repeat;
}
.tree li span i {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    cursor: pointer;
}
.tree li span i.icon-minus-sign {
    background-position: -44px -25px;
}
.tree li a.tree-first {
    margin-left: 5px;
    color: #333;
}
.tree li span i.icon-plus-sign {
    background-position: -60px -25px;
}
.tree li ul li {
    padding-left: 10px;
}
.tree li span i.arrow {
    width: 8px;
    background-position: 0px -60px;
}

.content-wrap .main {
    width: 985px;
}
#filter {
    border: 1px solid #EEE;
    background: #FFF;
}
#filter .fore1 {
    background: #F9F9F9;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
#filter .order {
    float: left;
    height: 38px;
}
#filter .order dd {
    float: left;
}
#filter .order .first a, #filter .order .curr.first a {
    margin-left: 0;
    border-left: 0;
}
.more, .more.opened, .search-wrap .selected-attr li i, .search-wrap .brand-abox-imgul .brand-seled i, .sanjiao-red, #filter .order b, #filter .pagin .icon, .filter-tag .icon, .filter-tag-radio .icon, .list-grid .operate-btn i, .list-grid .add-cart, .category .item h3 i {
    background: url(/styles16/nnewlngshop/images/common-icon.png) no-repeat;
}
#filter .order b {
    position: relative;
    top: 3px;
    right: -1px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
}
#filter .order b.icon-order-DESCending {
    background-position: 2px -147px;
}
#filter .order .curr b.icon-order-DESCending, #filter .order a:hover b.icon-order-DESCending {
    background-position: -23px -147px;
}
#filter .order .curr b.icon-order-ASCending {
    background-position: -23px -169px;
}
#filter .order a {
    display: block;
    height: 38px;
    padding: 0 18px;
    border-left: solid 1px #F9F9F9;
    border-right: solid 1px #F9F9F9;
    margin-left: -1px;
}
#filter .order .curr a, #filter .order a:hover {
    position: relative;
    z-index: 1;
    background: #FFF;
    border-color: #eee;
    color: #E31939;
}
.list-grid {
    overflow: hidden;
    margin-bottom: 20px;
}
.list-grid .item {
    float: left;
    font-size: 12px;
    width: 233px;
    margin: 15px 15px 0 0;
    padding: 1px;
}
.list-grid .item.last {
    margin-right: 0;
}
.list-grid .item-con {
    background: #FFF;
    line-height: 18px;
    padding: 5px 4px;
    border: solid 1px #eee;
    position: relative;
    overflow: hidden;
}
.list-grid .item-pic {
    width: 225px;
    height: 220px;
    text-align: center;
}
.list-grid .item-pic a {
    height: 220px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
.list-grid .item-pic img {
    width: 220px;
    height: 220px;
}
.list-grid .item-info {
    padding: 0 6px;
}
.list-grid .item-price {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 15px 0 0;
    overflow: hidden;
}
.list-grid .sale-price {
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 70px;
    float: left;
    overflow: hidden;
}
.list-grid .sale-count {
    float: right;
    color: #b9b9b9;
}
.list-grid .item-name {
    line-height: 20px;
    color: #999;
    height: 40px;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}
.list-grid .item:hover .item-con {
    border-color: /*main_color_start*/#296ecc/*main_color_end*/;
}
.list-grid .item:hover {
    background: /*main_color_start*/#296ecc/*main_color_end*/;
}
.layout .shop-menu ul.shop-menu-right li.shop-nav a:hover{
	color:#ff5a00;
}
.goods-info .jibtitle{
	display: block;
    overflow: hidden;
    width: 200px;
    height: 24px;
    white-space: normal;
    text-align: left;
    color: #303030;
    font-family: "SimSun";
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    padding-left:15px;
}
.goods-info .jibsubtitle{
	display: block;
    overflow: hidden;
    width: 220px;
    height: 20px;
    text-align: left;
    color: #303030;
    font-family: "SimSun";
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    padding-left:15px;
}
.goods-info .jibdiscountprice{
	white-space: nowrap;
    color: #FF6700;
    font-family: "SimSun";
    font-weight: bold;
    font-size: 14px;
    padding-left:15px;
    text-align: left;
    padding-top:5px;
}
.layout .bg-blue{
	background:#296ecc;
}
