/*************** 产品展示4个x2行 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.index-products .model-title-content {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.index-products .model-title-content .image {
  position: absolute;
}
.index-products .model-title-content .title-l {
  font-weight: 600;
  text-transform: uppercase;
  color: #59C50D;
  font-family: OBW;
}
.index-products .model-title-content .title-s {
  position: absolute;
}
.index-products .model-title-content .border {
  background-color: #45c202;
  position: absolute;
}
.index-products .model-title-content .border.border-top {
  height: 1px;
  top: 0%;
}
.index-products .model-title-content .border.border-top.bt-1 {
  left: 0;
}
.index-products .model-title-content .border.border-top.bt-2 {
  right: 0;
}
.index-products .model-title-content .border.border-left {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.index-products .model-title-content .border.border-right {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
.index-products .model-title-content .border.border-bottom {
  height: 1px;
  bottom: 0%;
}
.index-products .model-title-content .border.border-bottom.bb-1 {
  left: 0;
}
.index-products .model-title-content .border.border-bottom.bb-2 {
  right: 0;
}
.index-products .figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.index-products .figure .image {
  width: 100%;
}
.index-products .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.index-products .figure .image a img {
  max-width: 100%;
  max-height: 100%;
}
.index-products .figure .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 0 25px;
}
.index-products .figure:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .index-products .model-title-content {
    width: 70vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-bottom: 2vw;
  }
  .index-products .model-title-content .image {
    top: -3.5vw;
    left: 32.5vw;
  }
  .index-products .model-title-content .image img {
    width: 5vw;
  }
  .index-products .model-title-content .title-l {
    font-size: 5vw;
  }
  .index-products .model-title-content .title-s {
    font-size: 2.5vw;
    padding: 0 1vw;
    bottom: -20%;
    left: 0.5vw;
  }
  .index-products .model-title-content .border.border-top {
    width: 28vw;
  }
  .index-products .model-title-content .border.border-bottom {
    width: 2vw;
  }
  .index-products .figure {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
  }
  .index-products .figure .image {
    height: 256px;
  }
  .index-products .figure .title {
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .index-products .model-title-content {
    width: 38vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    margin-bottom: 1vw;
  }
  .index-products .model-title-content .image {
    top: -15%;
    left: 18vw;
  }
  .index-products .model-title-content .image img {
    width: 2vw;
  }
  .index-products .model-title-content .title-l {
    font-size: 2.4vw;
  }
  .index-products .model-title-content .title-s {
    font-size: 1vw;
    bottom: -8%;
    left: 1.7vw;
  }
  .index-products .model-title-content .border.border-top {
    width: 17vw;
  }
  .index-products .model-title-content .border.border-bottom {
    width: 1vw;
  }
  .index-products .products {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
  .index-products .products .pro-list {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .index-products .figure {
    height: auto;
    background-color: #fff;
    padding: 10px;
  }
  .index-products .figure .image {
    height: 200px;
  }
  .index-products .figure .title {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: Center;
  }
}
