@charset "utf-8";

/* ================================ */
/* 触屏版商品分类样式类型				*/
/* ================================ */

/*商品分类*/
.categroy-cnt { width: 28%;  display: block; float: left; position: absolute; z-index: 1; top: 4rem; bottom: 0; left: 0; overflow: hidden;}
/*分类一级导航*/
.categroy-list {position: absolute;width: 100%;padding-bottom: 2.4rem; }
.category-item { width: 100%;background-color: #fff; }
.category-item.selected {background-color: #f5f5f5;}
.category-item-a { display: block; }
.ci-fcategory-ico { width: 1rem; height: 1rem; padding: 0.45rem 0 0.25rem 0; margin: 0 auto; }
.ci-fcategory-ico img { display: block; vertical-align: top; width: 100%; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; opacity: 0.5; }
.ci-fcategory-name { font-size: 0.6rem; text-align: center; width: 100%; height: 1.8rem;line-height: 1.8rem; padding: 0.16rem 0; border-bottom: solid 0.05rem #EEE;border-right: solid 0.05rem #EEE;}
.category-item.selected .ci-fcategory-ico img { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); filter: gray; opacity: 1; }
.category-item.selected .ci-fcategory-name { border-right: 0; }
.categroy-third-list { display: none; color: #666; border-bottom: 1px solid #ccc; box-shadow: 0 -2px 0 #e4e4e4 inset;/*border-top:2px solid #e4e4e4;*/ background: #f5f5f5; }
.categroy-third-list li { border-bottom: 1px solid #dddddd; }
.categroy-third-list a { color: #6d6d6d; display: block; padding: 15px 0px 15px 11px; }

/* 分类子级内容 */
.categroy-rgt {   position: absolute; z-index: 1; left: 28%; top: 4rem; bottom: 0; right: 0; overflow: hidden;}

/* 品牌推荐 */
.brand{min-height: 100%;overflow: hidden;padding-bottom: 3rem;}
.brands-recommend { font-size: 0;width: 100%;overflow: hidden;}
.brands-recommend dd {float: left;width:calc(92% / 3);margin-top: 5px;height:calc(92vw / 3);position: relative;background-color: #fff;overflow: hidden;line-height: calc(92vw / 3);}
.brands-recommend dd:nth-child(3n-2){margin-left: 2%;margin-right: 2%;}
.brands-recommend dd:nth-child(3n){margin-left: 2%;margin-right: 2%;}
.brands-recommend .loading {background: transparent;clear: both;width: 100%;height: 1rem;line-height: 1}
.brands-recommend dd img {display: inline-block;width: 100%;vertical-align: middle;}
.brands-recommend dd a { color: #333; }
.brands-recommend dd p { font-size: 0.5rem; line-height: 1rem; white-space: nowrap; text-overflow: ellipsis; text-align: center; overflow: hidden;}

/* 二三级分类 */
.categroy-child-list-wrap{width: 90%;margin: 0px auto;padding: 0.5rem 0.5rem 2.8rem;}
.categroy-child-list { font-size: 0; width: 100%; background-color: #FFF;overflow: hidden;border: solid 0.05rem #EEE; }
.categroy-child-list li {width: 100%; overflow: hidden; }
.categroy-child-list .substr{width: 100%;}
.categroy-child-list li a { display: block; margin: 9% 0 9% 9%; height: auto;text-align: center; font-size: 0.6rem; }
.categroy-child-list li a .cat-img{margin-bottom: 10px; }
.categroy-child-item > h1{font-size: 0.7rem;}
.categroy-child-list-wrap .categroy-child-item .categroy-child-list{margin: 10px 0;}
.categroy-child-list-wrap .categroy-child-item:last-child .categroy-child-list{ margin-bottom:0;}
.categroy-child-list li a.categroy-two-pic{margin: 0;}
/*没有三级分类*/
.categroy-child-list li.cat-three-item { float: left;width: 32.3%;overflow: hidden; }
/*商品列表头部特征*/
.nctouch-product-header .header-inp {}
.nctouch-product-header .header-inp { margin: 0.275rem 3.8rem 0 2rem;}
.nctouch-product-header .header-inp .search-input { width: 7.5rem; color: #333;}
.nctouch-product-header .header-r a { padding: 0.5rem 0.6rem 0.5rem 0.2rem;}
.nctouch-product-header .header-r a.categroy { width: 0.975rem; height: 1.575rem; padding: 0.2rem 0.5rem 0.2rem 0.3rem;}
.nctouch-product-header .header-r a.categroy i { width: 100%; height: 1rem; background-image: url(../images/stiore_categroy_b.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 70%; opacity: 0.65;}
.nctouch-product-header .header-r a.categroy p {display: block; font-size: 0.45rem; line-height: 0.575rem; text-align: center; color: #555; }

#tabBox .hd ul li a{width:30%;}
#tabBox .hd ul li.on a{ color:#B63B34;height:1.65rem; line-height:1.65rem;   border-bottom:0.1rem solid #B63B34;  }

