.wrap-title {
  color: #2B2B2B;
  text-align: center;
  font-size: 34px;
  line-height: 1.9;
}
.font-6 {
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
}
.banner {
  background: url(/uploads/pages/common/help-center/banner-background.png) center / cover no-repeat;
}
.banner .container {
  padding: 95px 0 0 0;
}
.banner .banner-mobile {
  display: none;
}
.banner .banner-title {
  color: #151515;
  font-size: 44px;
  line-height: 1.9;
  width: 664px;
  text-align: center;
}
.banner .banner-pic1 {
  padding-bottom: 50px;
}
.banner .banner-font {
  color: #151515;
  font-size: 24px;
  line-height: 1.9;
  text-align: center;
}
.banner .banner-desc {
  display: flex;
  flex-direction: column;
  height: 190px;
}
.support .support-swiper {
  display: none;
}
.support .container {
  padding: 100px 0 120px 0;
}
.support .font-6 {
  width: 678px;
  margin: 0 auto;
}
.support .support-list {
  gap: 51px;
  margin-top: 44px;
}
.support .list-item {
  width: 365px;
  height: 219px;
  border-radius: 12px;
  background: #F8F9FF;
  padding: 30px 40px;
}
.support .item-text {
  color: #353535;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 600;
  margin: 15px 0 22px 0;
}
.support .more-btn {
  color: #275AFF;
}
.support .more-btn:hover {
  color: #0E39C5;
}
.search {
  padding-bottom: 100px;
}
.search .container {
  padding: 60px 50px;
  background: url(/uploads/pages/common/help-center/search-pic.png) center / cover no-repeat;
  height: 334px;
  border-radius: 12px;
}
.search .search-mobile {
  display: none;
}
.search .wrap-title,
.search .font-6 {
  color: #FFF;
  text-align: left;
}
.search .font-6 {
  width: 455px;
}
.search .search-btn {
  width: 204px;
  height: 53px;
  border-radius: 8px;
  background: #FFF;
  margin-top: 38px;
  transition: all 0.3s;
}
.search .search-btn a {
  color: #121212;
  font-size: 20px;
}
.search .search-btn:hover a {
  color: #275AFF;
}
@media (max-width: 768px) {
  body,
  html {
    width: 100%;
    box-sizing: border-box;
  }
  .banner {
    width: 100%;
  }
  .banner .banner-mobile {
    display: block;
  }
  .banner .banner-desktop {
    display: none;
  }
  .banner .container {
    max-width: none;
    width: 100%;
    padding: 95px 15px 0 15px;
  }
  .banner .banner-mobile {
    padding: 65px 15px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner .mobile-title {
    width: 100%;
    max-width: 345px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  .banner .mobile-desc {
    color: #151515;
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
    margin-top: 15px;
  }
  .banner .banner-pic {
    width: 100%;
    margin-top: 20px;
  }
  .support {
    overflow: hidden;
  }
  .support .container {
    padding: 60px 15px;
  }
  .support .support-swiper {
    display: block;
    margin-top: 60px;
  }
  .support .support-list {
    display: none;
  }
  .support .wrap-title {
    font-size: 22px;
  }
  .support .item-text {
    font-size: 16px;
    margin: 16px 0 16px 0;
  }
  .support .font-6 {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
  }
  .support .swiper-slide {
    width: 100%;
    background: #F9F9FF;
    padding: 18px 23px;
  }
  .support .support-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search .container {
    background: none;
  }
  .search {
    padding: 0 15px 60px;
  }
  .search .container {
    padding: 23px 24px 40px 24px;
  }
  .search .search-mobile {
    display: block;
    display: flex;
    flex-direction: column;
  }
  .search .search-desktop {
    display: none;
  }
  .search .container {
    background: url('/uploads/pages/common/help-center/search-mobile-background.png') center / cover no-repeat;
    height: auto;
  }
  .search .search-mobile-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.9;
  }
  .search .search-desc {
    color: #FFF;
    font-size: 14px;
    line-height: 1.9;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .banner {
    width: 100%;
  }
  .banner .banner-mobile {
    display: block;
  }
  .banner .banner-desktop {
    display: none;
  }
  .banner .container {
    max-width: none;
    width: 100%;
    padding: 95px 15px 0 15px;
  }
  .banner .banner-mobile {
    padding: 65px 15px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner .mobile-title {
    width: 100%;
    max-width: 345px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  .banner .mobile-desc {
    color: #151515;
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
    margin-top: 15px;
  }
  .banner .banner-pic {
    width: 100%;
    margin-top: 20px;
  }
  .support .list-item {
    padding: 10px 40px;
    height: auto;
  }
}
