.owl-product .owl-item .img-wrap .title, .waterfall .item .info-box .title, .waterfall .item .info-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.owl-product-wrap .owl-product-area {
  background: #eef3fa;
  padding-bottom: 15px;
}

.owl-product {
  position: relative;
  width: calc(100% - 60px);
  margin: auto;
}

.owl-product .owl-item a {
  text-decoration: none;
}

.owl-product .owl-item .img-wrap {
  background: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: block;
}

.owl-product .owl-item .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.owl-product .owl-item .img-wrap .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-product .owl-item .img-wrap .title {
  color: #595757;
  margin-top: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  text-align: center;
  height: 36px;
}

.owl-product .owl-item .price {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #a20000;
  margin-top: 8px;
  font-size: 21px;
  font-size: 1.3125rem;
}

.owl-product .owl-nav {
  position: absolute;
  top: calc(50% - 27px);
  left: -30px;
  right: -30px;
  margin: 0;
}

.owl-product .owl-nav [class*=owl-],
.owl-product .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav [class*=owl-]:hover {
    color: #000;
  }
}

.owl-product .owl-nav .owl-prev,
.owl-product .owl-nav .owl-next {
  margin: 0;
}

.owl-product .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-product .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-next {
    right: 0px;
  }
}

.waterfall {
  margin: 30px 0;
}

.waterfall .item {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.waterfall .item a {
  text-decoration: none;
}

.waterfall .item .img-box {
  position: relative;
  overflow: hidden;
}

.waterfall .item .img-box img {
  width: 100%;
}

.waterfall .item .img-box .num {
  width: 40px;
  height: 40px;
  background: #96bfd9;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 18px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 375px) {
  .waterfall .item .img-box .num {
    bottom: 25px;
  }
}

@media screen and (min-width: 414px) {
  .waterfall .item .img-box .num {
    bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .waterfall .item .img-box .num {
    bottom: 10px;
  }
}

.waterfall .item .img-box:before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 600px;
  height: 80px;
  background: #fff;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.waterfall .item .info-box {
  padding: 10px 15px;
}

.waterfall .item .info-box .title {
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
}

.waterfall .item .info-box .desc {
  margin-top: 8px;
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  -webkit-line-clamp: 5;
}

.waterfall .item .info-box .date {
  text-align: right;
  margin-top: 8px;
  color: #96bfd9;
  font-size: 13px;
  font-size: 0.8125rem;
}

.keywork-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 970px) {
  .keywork-btn-wrap {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (min-width: 970px) {
  .keywork-btn-wrap.list-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.keywork-btn-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keywork-btn-wrap > li {
  margin: 5px;
}

.keywork-btn-wrap > li a {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 970px) {
  .keywork-btn-wrap > li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
