@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
body {
  background: #f5f5f5; }

.hy-product-list .hy-kind-nav {
  margin: 30px auto;
  font-size: 14px;
  color: #333;
  background: white;
  border: 1px solid #eee;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .hy-product-list .hy-kind-nav .hy-place {
    height: 40px;
    line-height: 40px;
    margin-left: 31px;
    border-bottom: 1px solid #eee; }
  .hy-product-list .hy-kind-nav .hy-kind-floor {
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    justify-content: flex-start; }
    .hy-product-list .hy-kind-nav .hy-kind-floor.active {
      background: #f5f5f5; }
    .hy-product-list .hy-kind-nav .hy-kind-floor .hy-kind-title {
      width: 135px;
      border-right: 1px solid #eee; }
    .hy-product-list .hy-kind-nav .hy-kind-floor .hy-kind-info {
      width: calc(100% - 136px);
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      justify-content: flex-start; }
      .hy-product-list .hy-kind-nav .hy-kind-floor .hy-kind-info a {
        margin-left: 22px;
        cursor: pointer; }
        .hy-product-list .hy-kind-nav .hy-kind-floor .hy-kind-info a.active {
          color: #e03636; }
        .hy-product-list .hy-kind-nav .hy-kind-floor .hy-kind-info a:hover {
          color: #e03636; }
  .hy-product-list .hy-kind-nav .hy-kind-choose {
    height: 57px;
    line-height: 57px;
    margin-left: 37px; }
    .hy-product-list .hy-kind-nav .hy-kind-choose .hy-choose-res {
      display: inline-block;
      padding: 0 10px;
      height: 35px;
      line-height: 35px;
      border: 1px solid #eee; }
      .hy-product-list .hy-kind-nav .hy-kind-choose .hy-choose-res span {
        cursor: pointer;
        color: #e03636; }
        .hy-product-list .hy-kind-nav .hy-kind-choose .hy-choose-res span a {
          font-size: 20px;
          vertical-align: bottom;
          color: #e03636; }
.hy-product-list .hy-kind-list {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-bottom: 50px;
  background: white; }
  .hy-product-list .hy-kind-list .hy-item {
    background: white;
    padding: 0 30px;
    border-bottom: 1px solid #eee; }
    .hy-product-list .hy-kind-list .hy-item:last-child {
      border-bottom: 1px solid transparent; }
    .hy-product-list .hy-kind-list .hy-item:hover {
      background: #f7f7f7;
      border-bottom: 1px solid #e03636;
      box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2); }
    .hy-product-list .hy-kind-list .hy-item .hy-item-info {
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      padding: 20px 0;
      align-items: center; }
      .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-title {
        text-align: left; }
        .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-title h2 {
          color: #333;
          font-size: 18px;
          font-weight: normal; }
        .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-title p {
          color: #999;
          margin-top: 3px; }
      .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-price {
        font-size: 22px;
        color: #e03636;
        font-weight: bold; }
      .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-operate a {
        display: inline-block;
        border: 1px solid #e03636;
        border-radius: 3px;
        padding: 8px 31px;
        color: #e03636;
        font-size: 16px;
        margin-right: 30px;
        cursor: pointer; }
        .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-operate a:last-child {
          margin-right: 120px; }
        .hy-product-list .hy-kind-list .hy-item .hy-item-info .hy-operate a.active {
          background: #e03636;
          color: white; }
.hy-product-list .hy-page-nav {
  justify-content: center; }
.hy-product-list .hy-empty-data {
  text-align: center;
  margin: 120px auto; }
  .hy-product-list .hy-empty-data p {
    margin-top: 16px;
    font-size: 16px; }

/*# sourceMappingURL=productList.css.map */
