/* 产品页-短信页面特有样式 */
/* 产品介绍 */
.info-cart-list .info-cart-item {
  height: 100%;
  display: block;
  color: inherit;
  padding: 20px 20px 48px;
  border: 2px solid #fff;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(243, 245, 249) 100%
  );
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
  position: relative;
}
.info-cart-list .info-cart-item .text {
  position: relative;
  top: 32px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 12px;
}

.info-cart-list .info-cart-item .see {
  transition: color 0.3s;
  position: absolute;
  left: 24px;
  bottom: 16px;
}
.info-cart-list .info-icon {
  width: 36px;
  object-fit: contain;
  position: absolute;
  top: 12px;
  right: 12px;
}
.info-cart-list .info-cart-item:hover .text {
  opacity: 1;
  top: 0;
}

.info-cart-list .info-cart-item:hover .see {
  color: #1764ff;
}

.info-cart-list .gt {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 0;
  transform: rotate(0) scale(0.7);
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
}

.info-cart-list .info-cart-item a.see:hover .gt {
  transform: rotate(45deg) scale(0.75);
}

/* 应用场景 */
.scene-title {
  border-bottom: 1px solid #ced4dd;
}

.product-six-cell .card-list .card-item .title {
  font-size: 20px;
}
.product-three-cell {
  background-image: url(/libraries_v4/view/product/factor/imgs/bg1.png);
  background-repeat: no-repeat;
  background-position: 53%;
  background-size: 1390px 600px;
}

@media (max-width: 992px) {
  .info-cart-list .info-cart-item .text {
    opacity: 1;
    top: 0;
  }
  .product-three-cell {
    background-image: url("");
  }
}
