.page-product {
  margin: 40px 0;
}
.page-product .section .list-wrapper {
  margin-top: 20px;
  margin-left: -20px;
}
.page-product .section .list-wrapper:before,
.page-product .section .list-wrapper:after {
  content: ' ';
  display: table;
}
.page-product .section .list-wrapper:after {
  clear: both;
}
.page-product .section .list-box {
  float: left;
  width: 33.333333333333336%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-product .section .list {
  border: solid 1px #ebebeb;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.page-product .section .list:hover {
  border-color: #0267b9;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-product .section .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.page-product .section .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-product .section .list .model {
  margin-top: 15px;
}
.page-product .section .list .title {
  margin-bottom: 20px;
}

/*# sourceMappingURL=product.css.map */
