.warranty-information {
  background-image: url(/img/warranty-detail.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 48vw;
  padding-top: 16vw;
}

.warranty-information .en-title {
  font-size: 6.9333vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.warranty-information .cn-title {
  margin-top: 5.3333vw;
  font-size: 4.2667vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.warranty-information .en-title:hover,
.warranty-information .cn-title:hover {
  filter: drop-shadow(0 0 5px #fff);
}

.detail-box {
  padding: 2.6667vw 8vw 16vw;
}

.card {
  margin-top: 13.0667vw;
}

.card .card-title {
  font-size: 6.4vw;
  font-weight: bold;
}

.card .card-subtitle {
  margin-top: 4vw;
  padding-bottom: 6.6667vw;
  font-size: 6.4vw;
  font-weight: 400;
  border-bottom: 1px solid #666767;
}

.card .card-desc {
  margin-top: 4vw;
  font-size: 3.4667vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 6.4vw;
}

.card .card-desc > p {
  margin: 0;
}

.card .items .item {
  margin-top: 8vw;
}

.card .items .item .item-title {
  width: fit-content;
  height: 6.4vw;
  padding: 0 1.4667vw;
  display: flex;
  align-items: center;
  background-color: #3271e2;
  font-size: 3.7333vw;
  color: #fff;
}

.card .items .item .item-desc {
  margin-top: 4vw;
  font-size: 3.4667vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 6.4vw;
}

.card .items .item .item-desc > p {
  margin: 0;
}
