aside {
  width: 270px;
  margin-right: 10px;
}
aside .category h1,
aside .category ul li a {
  height: 35px;
  line-height: 35px;
  text-indent: 20px;
  font-size: 14px;
  color: #666;
}
aside .category {
  border: 1px solid #e4e4e4;
}
aside .category ul li {
  cursor: pointer;
  -webkit-transition: text-indent 0.1s;
  -moz-transition: text-indent 0.1s;
  -ms-transition: text-indent 0.1s;
  -o-transition: text-indent 0.1s;
  transition: text-indent 0.1s;
  background: url("../image/sub-arrow.png") 220px center no-repeat;
}
aside .category ul li a {
  width: 210px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
aside .category ul li a:hover {
  color: #ff5a00;
}
aside .category ul li:hover {
  background-color: #fcfcfd;
}
aside .category ul li:hover a {
  color: #ff5a00;
}
aside .category ul li.children a {
  width: 100%;
}
.main-side {
  width: 920px;
}
.main-side .filters {
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 5px 20px;
  overflow: hidden;
}
.main-side .filters dl {
  border-bottom: 1px solid #e8e8e8;
  color: #666;
  line-height: 45px;
}
.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;
}
.main-side .filters dl dt a:hover,
.main-side .filters dl dd a:hover {
  color: #ff5a00;
}
.main-side .filters dl dt {
  width: 100px;
}
.main-side .filters dl.last {
  border: 0;
}
.main-side .filters .filters-con {
  width: 698px;
  float: right;
  margin-right: 80px;
}
.main-side .filters .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #999;
}
.main-side .filters .more:hover {
  color: #ff5a00;
}
.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: #333;
}
.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;
  font-size: 12px;
}
.main-side .products .price-number .price {
  color: #ff5a00;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.main-side .products .price-number .status {
  height: 24px;
  line-height: 24px;
  color: #999;
}
.main-side .products .actions {
  text-align: center;
}
.main-side .products .actions a {
  display: inline-block;
  vertical-align: middle;
}
.main-side .products .actions .doc {
  background: url("../image/doc.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.main-side .products.grid li {
  float: left;
  width: 156px;
  height: 240px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  -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: #0088a8;
}
.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;
}
.main-side .products.grid li .title.product-name {
  height: 43px;
  width: 156px;
  font-size: 12px;
  line-height: 14px;
  overflow : hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.main-side .products.grid li .actions a {
  display: inline-block;
  vertical-align: middle;
}
.main-side .products.grid li .actions a:hover {
  color: #333;
}

.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: 820px;
}
.main-side .products.list li .foot {
  position: absolute;
  bottom: 5px;
  width: 820px;
}
.main-side .products.list li a.image {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.main-side .products.list li .title {
  max-height: 45px;
  line-height: 20px;
  display: block;
  color: #333;
}
.main-side .products.list li .price-number span {
  margin-right: 10px;
}
.main-side .products.list li .price-number span.number {
  position: absolute;
  margin-top: -15px;
}
.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("../image/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 table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
.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;
  font-weight: normal;
}
.main-side .products.table table td {
  cursor: pointer;
}
.main-side .products.table table td a {
  color: #666;
}
.main-side .products.table table th {
  background-color: #f1f1f1;
}
.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("../image/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 {
  margin-top: 10px;
}
.main-side .list .header {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  background-color: #fafafa;
}
.main-side .list .header a {
  background: url("../image/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: #0088a8;
}
.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 .category h1 {
  font-weight: normal;
}
.product-list .category ul li a:hover {
  background-color: #fcfcfd;
  color: #ff5a00;
  text-indent: 20px;
}
