ul {
  list-style: none;
}
body {
  background-color: #EFEFEF;
}
.design-nav {
  width: 944px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
}
.design-nav a {
    color: #333;
}
.design-nav a:hover {
    color: #cf5541;
}
.container {
  border: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  border-radius: 20px;
  behavior: url(/css/pc/PIE.htc);
}
.container .top .all-type {
  margin: 20px 16px 20px 16px;
}
.container .top .all-type li {
  float: left;
  width: 82px;
  height: 80px;
  margin: 0 1px;
  border-radius: 8px;
  behavior: url(/css/pc/PIE.htc);
  background-image: url(/images/pc/product/all_type_new1.png);
  background-position-y: 0;
  background-repeat: no-repeat;
}
.container .top .all-type li a {
  float: left;
  width: 100%;
  padding-top: 50px;
  height: 30px;
  line-height: 20px;
  text-overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  text-align: center;
}
.container .top .all-type li:hover {
  background-position-y: -80px;
}
.container .top .all-type li.active {
  background-position-y: -160px;
}
.container .top .all-type li.active:hover {
  background-position-y: -160px;
}
.container .top .all-type li.active a {
  color: #fff;
}
.container .top .serve-section {
  width: 920px;
  margin: 0 auto;
  border: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  border-radius: 8px;
  behavior: url(/css/pc/PIE.htc);
}
.container .top .serve-section div {
  height: 35px;
  line-height: 35px;
}
.container .top .serve-section div.serve-promise {
  border-bottom: 1px solid #D7D7D7;
}
.container .top .serve-section div.serve-promise p {
  float: left;
  padding-left: 12px;
  font-size: 13px;
  line-height: 35px;
  color: #999;
}
.container .top .serve-section div.serve-promise img {
  float: left;
  width: 246px;
  height: 20px;
  margin-top: 8px;
  margin-left: 10px;
}
.container .top .serve-section div.sort li {
  float: left;
  width: 70px;
  border-right: 1px solid #D7D7D7;
}
.container .top .serve-section div.sort li.active a {
  color: #d85541;
}
.container .top .serve-section div.sort li.down {
  background: url(/images/pc/product/arrow_new.png) 55px -70px no-repeat;
}
.container .top .serve-section div.sort li.up {
  background: url(/images/pc/product/arrow_new.png) 55px -35px no-repeat;
}
.container .top .serve-section div.sort li.store-time {
  width: 94px;
}
.container .top .serve-section div.sort li a {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666;
  font-size: 13px;
  cursor: pointer;
}
.container .top .serve-section div.sort li a:hover {
  color: #cf5541;
}
.container .main {
  margin: 10px 15px 30px 15px;
}
.container .main .product-list li {
  float: left;
  width: 278px;
  padding: 10px;
  margin: 5px 5px;
  border: 1px solid #eaeaea;
  background-color: #fafafa;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/css/pc/PIE.htc);
}
.container .main .product-list li .image-container {
  position: relative;
  width: 278px;
  height: 278px;
}
.container .main .product-list li .image-container:hover .image-mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.15);
  cursor: pointer;
}
.container .main .product-list li img {
  display: block;
  width: 278px;
  height: 278px;
}
.container .main .product-list li p {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.container .main .product-list li p a {
  float: left;
  width: 188px;
  cursor: pointer;
  color: #333;
  text-overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.container .main .product-list li p a:hover {
  text-decoration: underline;
}
.container .main .product-list li p .price {
  float: right;
  color: #d85541;
}
.container .bottom {
  margin-top: 2px;
  margin-bottom: 40px;
}
.container .bottom .turn-page {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
}
.container .bottom .turn-page ul {
  float: left;
}
.container .bottom .turn-page li {
  float: left;
  width: 30px;
}
.container .bottom .turn-page li.prev,
.container .bottom .turn-page li.next {
  width: 60px;
}
.container .bottom .turn-page li.prev a,
.container .bottom .turn-page li.next a {
  width: 60px;
}
.container .bottom .turn-page a {
  float: left;
  width: 30px;
  color: #3f3f3f;
  font-size: 17px;
}
.container .bottom .turn-page a:hover {
  background: #EEEEEE;
}
.container .bottom .turn-page li.active {
  background-color: #CF5541;
}
.container .bottom .turn-page li.active a {
  color: #fff;
}
.container .bottom .turn-page li.active a:hover {
  background: #CF5541;
}
