.supportBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.supportBlock .left {
  width: 47.5%;
}
.supportBlock .left .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  color: #025872;
  line-height: 64px;
}
.supportBlock .left .text {
  overflow-y: auto;
  max-height: 330px;
  margin-top: 18px;
  padding-right: 3.9473684211%;
}
.supportBlock .left .text * {
  margin-top: 16px;
  font-family: Arial;
  font-size: 17px;
  line-height: 26px;
  color: #111;
}
.supportBlock .left .text *:first-child {
  margin-top: 0;
}
.supportBlock .right {
  width: 48.125%;
}
.supportBlock .right img {
  width: 100%;
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}

.supportBlock2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  padding-bottom: 24px;
}
.supportBlock2 .list {
  width: calc((100% - 80px) / 3);
  padding-top: 28px;
  padding-bottom: 14px;
  margin-left: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
}
.supportBlock2 .list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 17px;
  color: #777;
}
.supportBlock2 .list .tips {
  font-family: Arial;
  font-size: 20px;
  line-height: 46px;
  color: #111;
}
.supportBlock2 .list:nth-child(3n + 1) {
  margin-left: 0;
}

.faqTab {
  display: flex;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 24px 0;
}
.faqTab span {
  width: 186px;
  margin: 10px 0;
  font-size: 18px;
  color: #111;
}
.faqTab .right {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 186px);
}
.faqTab .right a {
  margin: 10px 0;
  margin-right: 88px;
  border-bottom: 1px solid rgba(230, 128, 0, 0);
  font-size: 18px;
  line-height: 20px;
  color: #777;
}
.faqTab .right a.on {
  border-bottom: 1px solid #e68000;
  color: #e68000;
}

.faqBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}
.faqBlock .list {
  width: calc((100% - 60px) / 2);
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
}
.faqBlock .list .title,
.faqBlock .list .text {
  display: flex;
  align-items: flex-start;
}
.faqBlock .list .title > span,
.faqBlock .list .text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 22px;
  border-radius: 50%;
  background: #025872;
  font-size: 16px;
  color: #fff;
}
.faqBlock .list .title p {
  width: calc(100% - 50px);
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  line-height: 28px;
}
.faqBlock .list .text {
  margin-top: 20px;
  padding-right: 20px;
}
.faqBlock .list .text span {
  background: #9d9d9d;
}
.faqBlock .list .text .tips {
  overflow-y: auto;
  width: calc(100% - 50px);
  height: 112px;
  padding-right: 63px;
  font-size: 17px;
  line-height: 28px;
  color: #777;
}
.faqBlock .list .text .tips::-webkit-scrollbar {
  width: 2px;
}
.faqBlock .list:nth-last-child(2),
.faqBlock .list:last-child {
  border-bottom: 1px solid #ebebeb;
}

.warrantyBlock {
  margin-top: 10px;
  padding-bottom: 80px;
}
.warrantyBlock .text {
  font-size: 17px;
  line-height: 26px;
  color: #111;
}
.warrantyBlock .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.warrantyBlock .content .list {
  width: calc((100% - 80px) / 3);
  margin-top: 30px;
  margin-left: 40px;
  background: #f7f8fa;
}
.warrantyBlock .content .list .img {
  font-size: 0;
}
.warrantyBlock .content .list .img img {
  width: 100%;
  aspect-ratio: 506/300;
  -o-object-fit: cover;
  object-fit: cover;
}
.warrantyBlock .content .list .text {
  padding: 32px 30px 44px;
}
.warrantyBlock .content .list .text .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;
  color: #025872;
  line-height: 36px;
}
.warrantyBlock .content .list .text .tips {
  margin-top: 8px;
  font-size: 17px;
  color: #111111;
  line-height: 24px;
}
.warrantyBlock .content .list:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .supportBlock2 {
    justify-content: space-between;
  }
  .supportBlock2 .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
  .warrantyBlock .content .list .text .title {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .supportBlock {
    flex-wrap: wrap;
  }
  .supportBlock .left {
    width: 100%;
  }
  .supportBlock .left .title {
    font-size: 24px;
    line-height: 1.6;
  }
  .supportBlock .left .text {
    max-height: none;
  }
  .supportBlock .left .text * {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .supportBlock .right {
    width: 100%;
    margin-top: 30px;
  }
  .supportBlock .right img {
    min-height: auto;
  }
  .supportBlock2 {
    margin-top: 30px;
    padding-bottom: 18px;
  }
  .supportBlock2 .list {
    padding-top: 14px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .supportBlock2 .list p {
    font-size: 14px;
  }
  .supportBlock2 .list .tips {
    font-size: 16px;
    line-height: 2;
  }
  .faqTab {
    padding: 15px 0;
  }
  .faqTab span {
    width: 80px;
    font-size: 14px;
    line-height: 21px;
  }
  .faqTab .right {
    width: calc(100% - 80px);
  }
  .faqTab .right a {
    margin-right: 30px;
    font-size: 14px;
  }
  .faqBlock {
    padding: 0 0 40px 0;
  }
  .faqBlock .list {
    width: 100%;
    padding: 30px 0;
  }
  .faqBlock .list .title p {
    font-size: 16px;
  }
  .faqBlock .list .text {
    padding-right: 0;
  }
  .faqBlock .list .text .tips {
    height: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 2;
  }
  .faqBlock .list:first-child {
    border-top: 0;
  }
  .faqBlock .list:nth-last-child(2) {
    border-bottom: 0;
  }
  .warrantyBlock {
    padding-bottom: 40px;
  }
  .warrantyBlock .text {
    font-size: 14px;
    line-height: 24px;
  }
  .warrantyBlock .content {
    justify-content: space-between;
    padding-top: 0;
  }
  .warrantyBlock .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
  .warrantyBlock .content .list .text {
    padding: 30px;
  }
  .warrantyBlock .content .list .text .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .warrantyBlock .content .list .text .tips {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .supportBlock2 .list {
    width: 100%;
  }
  .warrantyBlock .content .list {
    width: 100%;
  }
} /*# sourceMappingURL=support.css.map */
