.support-body {
  background-color: #EFEFF5;
}
.support-body .content {
  background-color: #EFEFF5;
}
.support-body .section {
  display: flex;
  flex-direction: column;
  padding: 80px 0 20px;
}
.support-body .section .title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: end;
}
.support-body .section .title .name {
  color: #333333;
  font-size: 36px;
}
.support-body .section .title .des {
  color: #1999FF;
  font-size: 24px;
}
.support-body .section .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.support-body .section .img img {
  width: 260px;
  height: 180px;
  object-fit: contain;
}
.support-body .section .action {
  position: relative;
  bottom: 30px;
  left: 90px;
}
.support-body .section .action a {
  display: block;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: end;
  padding-right: 180px;
}
.support-body .section3 {
  display: flex;
  flex-direction: column;
  padding: 80px 0 100px;
}
.support-body .section3 .title .name {
  color: #333333;
  font-size: 36px;
}
.support-body .section3 .item {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  gap: 90px;
  justify-content: center;
}
.support-body .section3 .item .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.support-body .section3 .item .card p {
  color: #333333;
  font-size: 26px;
}
.support-body .section3 .item .card img {
  width: 180px;
  height: 180px;
}
.support-body .section3 .item .card .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.support-body .section3 .item .card .phone img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
