/* 动效 */

.warranty-b-content:hover .span_box {
  bottom: 0px;
}
.warranty-b-content:hover .warranty_imgbox_shade {
  opacity: 1;
}
.warranty-b-content .span_box {
  bottom: -44px;
  left: 0;
}
#warranty {
  position: relative;
  z-index: 2;
}
.warranty-title a {
  color: #ff4610 !important;
}
.warranty-content ul li:nth-child(1) {
  background-image: url(../image/bg-0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.warranty-content ul li:nth-child(2) {
  background-image: url(../image/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.warranty-content ul li:nth-child(3) {
  background-image: url(../image/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* pad端 */
@media (min-width: 768px) and (max-width: 1200px) {
  .warranty {
    padding-left: 24px;
    padding-right: 24px;
  }
  .warranty-content li {
    width: 32%;
  }
  .warranty-b-content img {
    height: 350px;
  }
  .h-460 {
    height: 350px;
  }
  #warranty {
    height: auto;
    margin-bottom: 80px;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  #warranty {
    height: auto;
    background-color: #fff;
    padding-bottom: 9.333vw;
  }
  .warranty {
    padding-top: 12.267vw;
  }
  .warranty h2 {
    font-size: 6.4vw !important;
    margin-bottom: 4.8vw;
    line-height: 5.333vw;
  }
  .warranty h2 strong {
    color: #ff4610;
    font-size: 6.4vw;
  }
  .warranty-title a {
    font-size: 4.267vw;
  }

  .warranty-content ul li:nth-child(1) a {
    width: 38.133vw;
  }

  .warranty-content ul li:nth-child(2) img {
    width: 50.933vw;
  }

  .warranty-content ul li:nth-child(3) img {
    width: 22.4vw;
  }
  .md_warranty-content li:first-child {
    padding: 4.267vw 8vw 5.333vw;
  }
  .md_warranty-content li:nth-child(2) {
    padding: 1.333vw 5.867vw 3.467vw 9.867vw;
  }
  .md_warranty-content li:last-child {
    padding: 4vw 15.2vw 4vw 8vw;
  }
  .md_warranty-content li {
    border-radius: 2.13vw;
  }
  .md_warranty-content li img.w-100 {
    width: 26.667vw;
  }
  .md_warranty-content li img.w-78 {
    width: 20.8vw;
  }
  .md_warranty-content li img.w-44 {
    width: 11.733vw;
  }
  .md_warranty_box .fs-24 {
    font-size: 6.4vw;
  }
  .md_warranty_box svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.067vw;
  }
}
