body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  padding: 70px 0 60px;
}
.cont svg {
  margin: 0!important;
}
.cont .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.cont .list li {
  width: 48%;
  background: #fff;
  padding: 7px;
  margin-bottom: 4%;
}
.cont .list li .in-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .list li .in-frame .txt {
  width: 40%;
  padding-left: 7%;
}
.cont .list li .in-frame .txt p,
.cont .list li .in-frame .txt span,
.cont .list li .in-frame .txt i {
  color: #333333;
  display: block;
}
.cont .list li .in-frame .txt p {
  font-weight: bold;
}
.cont .list li .in-frame .txt span {
  margin-top: 17%;
}
.cont .list li .in-frame .txt .btns {
  display: flex;
  align-items: center;
  margin-top: 11%;
}
.cont .list li .in-frame .txt .btns a {
  width: 60px;
  height: 60px;
  border: 5px solid #f8f8f8;
  background: #d9d9d9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cont .list li .in-frame .txt .btns a:nth-last-child(1) {
  margin-left: 15px;
}
.cont .list li .in-frame .txt .btns a svg {
  width: 30px!important;
  height: 30px!important;
}
.cont .list li .in-frame .txt .btns a:hover {
  background: linear-gradient(135deg, #eee09c, #b78439);
}
.cont .list li .in-frame .img {
  width: 45.8%;
  padding: 5% 12% 5% 0;
  position: relative;
  margin: 18px 18px 18px 0;
}
.cont .list li .in-frame .img img {
  position: relative;
  z-index: 2;
}
.cont .list li .in-frame .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12%;
  background: url(../img/products_2.png);
}
.cont .list li:hover .img img {
  transform: scale(1.03);
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
@keyframes t1 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cont {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .cont .list li .in-frame .img {
    width: 39.8%;
    padding: 5% 6% 5% 0;
  }
  .cont .list li .in-frame .txt {
    width: 50%;
  }
  .cont .list li .in-frame .txt span {
    margin-top: 15px;
  }
  .cont .list li .in-frame .txt .btns {
    margin-top: 10px;
  }
  .cont .list li .in-frame .txt .btns a {
    width: 40px;
    height: 40px;
  }
  .cont .list li .in-frame .txt .btns a svg {
    width: 18px!important;
    height: 18px!important;
  }
}
/*# sourceMappingURL=./products.css.map */