.top_nav .nav .spec a:hover .product{display: block;}
.product-bread-thumb {
  padding: 10px 0 10px 0;
  font-size: 13px;
}
.product-bread-thumb .category-list {
  display: inline-block;
  /*width: 830px;*/
  float: left;
}
.product-bread-thumb .category-list .filter-item {
  padding-left: 8px;         /*调整的搜索结果条件标签样式*/
}
.product-bread-thumb .title,
.product-bread-thumb .filter-item {
  float: left;
}
.product-bread-thumb .title {
  font-size: 14px;
  color: #666;
  background: url("../images/sub-arrow.png") right center no-repeat;
  padding: 3px 15px 3px 0;
}
.product-bread-thumb .filter-item {
  border: 1px solid #e8e8e8;
  margin-right: 10px;
  padding: 3px;
  color: #999;
}
.product-bread-thumb .filter-item em {
  font-style: normal;
  color: #ff5a00;
  padding: 0 5px;
}
.product-bread-thumb .filter-item .close {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #ff5a00;
  background: url("../images/close-filter.png") center no-repeat;
  vertical-align: middle;
  margin-top: -5px;
}
.product-bread-thumb .filter-item:hover {
  border-color: #2fb4ff;             /*修改滑动边框橙色至蓝色*/
}
.product-bread-thumb .reset {
  color: #333333;
  font-size: 14px;
}
.product-bread-thumb .reset:hover {
  color: #ff5a00;
}
.main-side .filters {
  position: relative;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  padding: 5px 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.main-side .filters dl {
  border-top: 1px solid #e8e8e8;
  line-height: 45px;
}
.main-side .filters dl:first-child {
  border-top: 0;
}
.main-side .filters dl dt,
.main-side .filters dl dd {
  float: left;
}
.main-side .filters dl dt a,
.main-side .filters dl dd a {
  margin: 0 5px;
  color: #666;
  cursor: pointer;
}

.filters a .count{
  padding: 0 3px;
  font-size: 12px;
}

a.filter_item:hover{
  color: #2fb4ff !important;
}
.main-side .filters dl dt a:hover,
.main-side .filters dl dd a:hover {
  color: #2fb4ff;
}
.main-side .filters dl dt {
  width: 120px;                /*搜索条件头部宽度增加20*/
}
.main-side .filters dl.last {
  border: 0;
}
.main-side .filters .filters-con {
  width: 1000px;
  float: left;
  /*margin-right: 80px;*/
}
.main-side .filters .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #999;
}
.main-side .filters .more:hover {
  color: #ff5a00;
}
.main-side .panel-more {
  text-align: center;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 10px;
  margin-top: -10px;
}
.main-side .panel-more div {
  display: inline-block;
  margin-top: -1px;
  cursor: pointer;
  background: #fff;
  padding: 5px 10px 5px 20px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  color: #333;
}
.main-side .panel-more div b {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("../images/down-arrow.png") no-repeat;
}
.main-side .panel-more div b.up {
  background: url("../images/up-arrow.png") no-repeat;
}
.main-side .products {
  min-height: 150px;
  margin-top: 10px;
  /**
           * 网格布局
           */
  /**
           * 列表布局
           */
  /**
           * 表格布局
           */
}
.main-side .products p.empty {
  text-align: center;
  color: #666;
}
.main-side .products a:hover {
  color: #2fb4ff;
}
.main-side .products a.image {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.main-side .products a.image img {
  width: 100%;
}
.main-side .products .type-number {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: -5px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 12px;
}
.main-side .products .price-number {
  height: 25px;
  color: #ff5a00;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.main-side .products .price-number .price {
  color: #ff5a00;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.main-side .products .price-number .status {
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 14px;
}
.main-side .products .actions {
  text-align: center;
}
.main-side .products .actions a {
  display: inline-block;
  vertical-align: middle;
}
.main-side .products .actions .add-to-cart {
  width: 112px;
  height: 30px;
  line-height: 29px;
  color: #666;
  background: url("../images/cart-small.png") 0 top no-repeat;
  text-align: center;
  text-indent: 20px;
}
.main-side .products .actions .doc {
  background: url("../images/doc.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products .actions .pdf {
  background: url("../images/doc-none.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products .actions .doc-none {
  background: url("../images/doc-none.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products .actions .fav {
  background: url("../images/fav.png") 0 no-repeat;
  width: 19px;
  height: 19px;
  margin: 0 5px;
}
.main-side .products.grid li {
  float: left;
  /*调整v3.3版产品列表页面中网格展示的每一块的宽度，width: 162px*/
  width: 14.66%;
  padding: 0.5%;
  background-color: #fcfcfc;
  margin: 0.5%;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  font-size: 14px;
}
.main-side .products.grid li:hover {
  border-color: #6186f4;
}
.main-side .products.grid li .price-number .price {
  color: #ff5a00;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.main-side .products.grid li .price-number .number {
  color: #999;
  margin-top: 3px;
}
.main-side .products.grid li .title {
  margin: 5px 0;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: justify;
}
.main-side .products.grid li .title.product-name {
  height: 50px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
}
.main-side .products.grid li .actions a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.main-side .products.grid li .actions a:hover {
  color: #2fb4ff;
}
.main-side .products.grid li .actions .add-to-cart {
  border: 1px solid #e4e4e4;
  width: 112px;
  height: 28px;
  line-height: 28px;
  color: #666;
  background: url("../images/cart-small.png") 0 top no-repeat;
  text-align: center;
  text-indent: 20px;
}
.main-side .products.grid li .actions .add-to-cart:hover {
  background-color: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
  background-position: 0 -30px;
}
.main-side .products.grid li .actions .doc {
  background: url("../images/doc.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products.grid li .actions .pdf {
  background: url("../images/doc-none.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products.grid li .actions .fav {
  background: url("../images/fav.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products.list li {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  position: relative;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.main-side .products.list li:hover {
  background-color: #fafafa;
}
.main-side .products.list li .info {
  /*width: 640px;修改原列表样式描述宽度，使之两行显示*/
  width: 82%;
}
.main-side .products.list li .foot {
  position: absolute;
  bottom: 5px;
  /*width: 640px;修改原列表样式中购物车收藏等小物件容器宽度，使列表样式下两行显示*/
  width: 80%;
}
.main-side .products.list li a.image {
  width: 15%;
  height: auto;
  overflow: hidden;
}
.main-side .products.list li .title {
  max-height: 45px;
  /*line-height: 0px; /!*修改列表页名称的行高（原行高20放不下）*!/*/
  line-height: 22.5px;
  display: block;
  color: #333;
  font-size:14px;
}
.main-side .products.list li .price-number span {
  margin-right: 10px;
}
.main-side .products.list li .price-number span.number {
  position: absolute;
  margin-top: -35px;
}
.main-side .products.list li .price-number i {
  font-style: normal;
}
.main-side .products.list li .price-number .price {
  color: #ff5a00;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.main-side .products.list li .price-number .price i {
  color: #333;
  font-size: 14px;
}
.main-side .products.list li .price-number .number,
.main-side .products.list li .price-number .repertory {
  color: #999;
  margin-top: 3px;
}
.main-side .products.list li .actions .add-to-cart {
  border-left: 1px solid #e4e4e4;
  width: 112px;
  height: 25px;
  line-height: 24px;
  color: #666;
  background: url("../images/cart-small.png") 0 -2px no-repeat;
  text-align: center;
  text-indent: 20px;
}
.main-side .products.list li .actions .add-to-cart:hover {
  background-color: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
  background-position: 0 -32px;
}
.main-side .products.list li .actions .fav {
  margin: 0 8px;
}
.main-side .products.table{     /*      表格形式展示左边距0        */
  padding-left: 0px;
}
.main-side .products.list ul{width:49%;}
.main-side .products.list ul:first-child{     /*      表格形式展示右外边距20px        */
  margin-right: 2%;
}
.main-side .products.table table {
  position: relative;
  border-top: 1px solid #e4e4e4;
  width:100%;
}
.main-side .products.table #re-popup{
  z-index:1000;
  position: absolute;
  display: none;
  width: 120px;
  height: 30px;
  background-color: #ff5a00;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.main-side .products.table table tr {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.main-side .products.table table tr:hover {
  background-color: #f9f9f9;
}
.main-side .products.table table td,
.main-side .products.table table th {
  border: 1px solid #e4e4e4;
  height: 45px;
  text-align: center;
  color: #666;
}
.main-side .products.table table td {
  cursor: pointer;
}
.main-side .products.table table th {
  background-color: #f1f1f1;
}
.main-side .products.table table a{
  color: #666;
}
.main-side .products.table table a:hover{
  color: #2fb4ff;
}
.main-side .products.table table td.actions .add-to-cart {
  border-left: 1px solid #e4e4e4;
  width: 112px;
  height: 25px;
  line-height: 24px;
  color: #666;
  background: url("../images/cart-small.png") 0 -2px no-repeat;
  text-align: center;
  text-indent: 20px;
}
.main-side .products.table table td.actions .add-to-cart:hover {
  background-color: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
  background-position: 0 -32px;
}
.main-side .products.table table td.actions .fav {
  margin: 0 8px;
}
.main-side .list .header {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  background-color: #fafafa;
}
.main-side .list .header a {
  background: url("../images/layout.png") 0 0 no-repeat;
  display: inline-block;
  padding-left: 33px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  color: #666;
}
.main-side .list .header a:hover,
.main-side .list .header a.current-layout {
  color: #2fb4ff;
}
.main-side .list .header a.grid-layout {
  background-position: 0 -35px;
}
.main-side .list .header a.grid-layout:hover,
.main-side .list .header a.grid-layout.current-layout {
  background-position: 0 -5px;
}
.main-side .list .header a.list-layout {
  background-position: 0 -95px;
}
.main-side .list .header a.list-layout:hover,
.main-side .list .header a.list-layout.current-layout {
  background-position: 0 -65px;
}
.main-side .list .header a.table-layout {
  background-position: 0 -155px;
  padding-left: 38px;
}
.main-side .list .header a.table-layout:hover,
.main-side .list .header a.table-layout.current-layout {
  background-position: 0 -125px;
}
.main-side .list .header .result-num {
  position: relative;
  top: -3px;
  right: -8px;
}
.main-side .list .header .result-num button:hover {
  background: #f1f1f1;
}
.product-list {         /*设置宽度为1200*/
  width: 1350px !important;
}
.main-side{
  width: 1350px !important;
}

.search-condition-sub{
  position: relative;
  float: left;
  margin: 0 10px 0 10px ;
  height: 24px;
  z-index: 1;
  color: #666666;
  font-size: 13px;
}
.search-condition-container{
  padding: 0px 10px 0px 10px;
  border: solid 1px #e4e4e4;
  height: 24px;
  line-height: 24px;
  width: auto;
  min-width: 79px;           /*修改了筛选条件里的背景默认图片及其位置，并设置右内边距和缩小宽度以适应边距带来的拉长*/
  cursor: pointer;
  padding-right: 40px;
  background-image: url("../images/category-bullet.png");
  background-position: 95%;
  background-repeat: no-repeat;
  /*padding-right: 10px;*/
}

.search-condition-container.active {
  border: solid 1px #2fb4ff;
}

.search-condition-sub .search-condition-sub-firstFloor{
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 190px;               /*搜索结果页下拉样式调整(滚动条)*/
  height: 450px;
  min-height: 200px;
  border-top: solid 1px #2fb4ff;
  border-bottom: solid 1px #2fb4ff;
  border-left: solid 1px #2fb4ff;
  overflow-y: auto;
  overflow-x: hidden;
}
.search-condition-sub .search-condition-sub-secondFloor{
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 191px;                /*搜索结果页下拉样式调整(滚动条)*/
  width: 190px;
  height: 450px;
  border-top: solid 1px #2fb4ff;
  border-bottom: solid 1px #2fb4ff;
  overflow-y: auto;       /*y轴方向自动滚动*/
}
.search-condition-sub .search-condition-sub-thirdFloor{
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 380px;            /*搜索结果页下拉样式调整(滚动条)*/
  width: 280px;
  height: 450px;         /*添加最大高度，并设置滚动条*/
  border-top: solid 1px #2fb4ff;
  border-bottom: solid 1px #2fb4ff;
  border-right: solid 1px #2fb4ff;
  overflow-y: auto;       /*y轴方向自动滚动*/
}
.search-condition-sub .search-condition-sub-firstFloor ul li,
.search-condition-sub .search-condition-sub-secondFloor ul li
{
  height: 24px;
  width: 160px;
  padding-left:10px ;
  /*padding-top: 5px;*/
  line-height: 24px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 155px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-condition-sub .search-condition-sub-firstFloor ul li:hover,.search-condition-sub .search-condition-sub-firstFloor ul li.active{
  background-color: #2fb4ff;
  color: #ffffff;
}
.search-condition-sub .search-condition-sub-secondFloor ul li:hover,.search-condition-sub .search-condition-sub-secondFloor ul li.active{
  background-color: #eeeeee;
  color: #2fb4ff;
}
.search-condition-sub .search-condition-sub-thirdFloor ul li:hover,.search-condition-sub .search-condition-sub-thirdFloor ul li.active{
  background-color: #eeeeee;
  color: #2fb4ff;
}
.search-condition-sub .search-condition-sub-thirdFloor ul li{
  height: 24px;
  width: 130px;        /*修改第三分类单个块的宽度，使之两行显示*/
  padding-left:10px ;
  display: inline-block;
  float: left;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-condition-sub .search-condition-sub-thirdFloor ul li:hover{
  color: #2fb4ff;
  background-color: #e9e9e9;                   /*添加样式：第三级滑动，颜色稍稍变深*/
}
@media (max-width: 760px){
  .product-list{width: 96% !important;padding: 2%;float:left;}
  .main-side {width: 100% !important;}
.main-side .filters{padding: 2%;}
.main-side .filters .filters-con{width: 100%;}
.main-side .filters dl {
  line-height: 30px;
}
.main-side .list .header a{margin-right: 0px;}
.main-side .products.grid li {
  float: left;
  width: 47.8%;
  background-color: #f9f8f8;
}
.pages .row .pagination li {
  margin-bottom: 5px;
}
.main-side .products.grid li .actions .doc{float:left;height:30px;width: 25px;}
.main-side .products.grid li .actions a{float:left;line-height:30px;font-size:13px;}
.main-side .products.grid li .actions .add-to-cart {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-indent: 25px;
  float: right;
  font-size: 12px;
  padding-right: 5px;
  border:none;
}
.main-side .products.list ul {
  width: 100%;
}
.main-side .products.list li .foot {
  width: 100%;
  position: inherit;
  float: left;
}
.main-side .products .actions {
  text-align: left;
  width:100%;
  float:left;
}
.main-side .products.list li .price-number span.number {
  position: inherit;
  float: left;
  width: 100%;
  margin-right: 0px;
  margin-top: 0px;
}
.main-side .products .price-number {height:auto;}
.main-side .products.list li .title {
overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    
}
.main-side .products.list li a.image {
  width: 23%;}
 .main-side .products.list li .info {width:73%;}
.main-side .list .header a.table-layout {
  background-position: 0 -155px;
  padding-left: 38px;
  display: none;
}
.product-bread-thumb .title{display:none;}
.search-condition-sub{margin-left:0px;}
.credits-mall .list .products li.item .actions a.ex-ins{text-align:center;}











}