.product-list-nav {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb; }
  .product-list-nav ul {
    height: 48px; }
  .product-list-nav li {
    float: left;
    margin: 13px 0;
    width: 168px;
    height: 24px;
    font-size: 13px;
    text-align: center; }
    .product-list-nav li:not(:last-child) {
      border-right: 2px dotted #cccccc; }
    .product-list-nav li a {
      height: 35px;
      margin: 0 auto;
      padding: 0 15px;
      display: inline-block;
      color: #333;
      text-align: center;
      line-height: 24px;
      transition: color 0.4s; }
      .product-list-nav li a:hover {
        color: #ed5b5b; }
  .product-list-nav .product-list-active {
    color: #ed5b5b; }

.product-list {
  margin: 180px 0 80px 0;
  overflow: hidden; }
  .product-list ul {
    margin: 35px -20px 0 0;
    width: 1220px; }
  .product-list li {
    float: left;
    box-sizing: border-box;
    width: 285px;
    height: 285px;
    margin: 0 20px 20px 0;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: relative;
    overflow: hidden; }
    .product-list li a {
      display: block;
      width: 100%;
      height: 100%; }
    .product-list li p {
      padding: 20px 20px 0;
      color: #4c4c4c;
      font-weight: bold; }
    .product-list li span {
      padding: 0 20px;
      color: #4c4c4c;
      font-size: 12px; }
    .product-list li img {
      margin: 30px auto 0;
      display: block; }
    .product-list li .hot, .product-list li .new {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      width: 46px;
      height: 30px; }
    .product-list li .hot {
      background: url(../../images/product/hot.png); }
    .product-list li .new {
      background: url(../../images/product/new.png); }
  .product-list .hover {
    opacity: .95;
    filter: Alpha(opacity=95); }
  .product-list .recommend {
    width: 590px;
    position: relative; }
    .product-list .recommend img {
      margin: 0; }
    .product-list .recommend .more {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 0;
      width: 95px;
      height: 25px;
      background: url(../../images/product/more.png); }
    .product-list .recommend .hot {
      right: -2px;
      background: url(../../images/product/hot.png); }
    .product-list .recommend .new {
      right: -2px;
      background: url(../../images/product/new.png); }

.list {
  display: table;
  position: relative;
  margin: 0 auto; }

.line {
  position: absolute;
  left: 0;
  margin: 0 25px;
  width: 120px;
  height: 2px;
  background: #e83232; }
