.cy_isuzutuantai_home_products {
  font-family: "Open Sans", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #ebebeb; }
  .cy_isuzutuantai_home_products .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .cy_isuzutuantai_home_products .col-title {
    margin-bottom: 20px;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative; }
    .cy_isuzutuantai_home_products .col-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      background-color: #202ca8;
      height: 4px; }
  .cy_isuzutuantai_home_products .product-item {
    margin-bottom: 20px; }
    @media (max-width: 567px) {
      .cy_isuzutuantai_home_products .product-item {
        width: 100%; } }
    .cy_isuzutuantai_home_products .product-item .wrapper .img-box {
      overflow: hidden;
      height: 203px;
      position: relative; }
      @media (max-width: 1199px) {
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box {
          height: 160px; } }
      @media (max-width: 991px) {
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box {
          height: 170px; } }
      @media (max-width: 767px) {
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box {
          height: 200px; } }
      .cy_isuzutuantai_home_products .product-item .wrapper .img-box .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box .box img {
          max-height: 100%;
          display: block; }
      .cy_isuzutuantai_home_products .product-item .wrapper .img-box .view-more {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 15px;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px 10px;
        background-color: #323594;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff; }
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box .view-more:hover {
          color: #FFEB3B; }
      .cy_isuzutuantai_home_products .product-item .wrapper .img-box:hover .view-more {
        opacity: 1;
        visibility: visible; }
    .cy_isuzutuantai_home_products .product-item .wrapper .info {
      padding: 10px 5px;
      color: #363636; }
      .cy_isuzutuantai_home_products .product-item .wrapper .info__title {
        text-align: center;
        color: #363636;
        font-size: 14px;
        line-height: 20px;
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 1;
        height: 20px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 300; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info__title a {
          color: inherit;
          -webkit-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          -ms-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          .cy_isuzutuantai_home_products .product-item .wrapper .info__title a:hover {
            color: #202ca8; }
      .cy_isuzutuantai_home_products .product-item .wrapper .info__rating .star-rating {
        overflow: hidden;
        position: relative;
        height: 14px;
        line-height: 1;
        font-size: 14px;
        width: 73.563px;
        font-family: star;
        margin: 2px auto; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info__rating .star-rating::before {
          content: '\73\73\73\73\73';
          color: #d3ced2;
          float: left;
          top: 0;
          left: 0;
          position: absolute; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info__rating .star-rating span {
          overflow: hidden;
          float: left;
          top: 0;
          left: 0;
          position: absolute;
          padding-top: 1.5em; }
          .cy_isuzutuantai_home_products .product-item .wrapper .info__rating .star-rating span::before {
            content: '\53\53\53\53\53';
            top: 0;
            position: absolute;
            left: 0;
            color: #ffdf41; }
      .cy_isuzutuantai_home_products .product-item .wrapper .info__price {
        font-size: 14px;
        line-height: 20px;
        text-align: center; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info__price a {
          display: inline-block;
          padding: 2px 0;
          color: #f52b2b;
          border-bottom: 1px solid transparent;
          -webkit-transition: border-color 0.3s ease;
          -moz-transition: border-color 0.3s ease;
          -ms-transition: border-color 0.3s ease;
          -o-transition: border-color 0.3s ease;
          transition: border-color 0.3s ease; }
          .cy_isuzutuantai_home_products .product-item .wrapper .info__price a:hover {
            border-color: #f52b2b; }
    @media (min-width: 992px) {
      .cy_isuzutuantai_home_products .product-item .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info__rating .star-rating {
          margin-left: 0; }
        .cy_isuzutuantai_home_products .product-item .wrapper .img-box {
          flex-shrink: 0;
          width: 100px;
          height: 80px; }
        .cy_isuzutuantai_home_products .product-item .wrapper .info {
          padding: 0 0 0 8px;
          text-align: left; }
          .cy_isuzutuantai_home_products .product-item .wrapper .info__title {
            -webkit-line-clamp: 2;
            height: auto;
            max-height: 40px;
            text-align: left; }
          .cy_isuzutuantai_home_products .product-item .wrapper .info__price {
            text-align: left; } }

/*# sourceMappingURL=css.css.map */
