body,
p,
h3,
h4 {
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .wrapper {
  width: 1200px;
  margin: 0 auto;
}
.container header {
  height: 74px;
  background: #63AD55;
}
.container header .wrapper {
  height: 100%;
}
.container header .logo img {
  width: auto;
  height: 44px;
}
.container header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container header .header-right .download-btn {
  padding: 9px 10px;
  background: #fff;
  color: #63AD55;
  border-radius: 8px;
  font-size: 20px;
  margin-left: 28px;
  font-weight: 400;
}
.container footer {
  height: 440px;
  background: #484848;
}
.container footer .footer-nav {
  position: relative;
  height: 116px;
  padding: 0 145px;
}
.container footer .footer-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1375px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.container footer .footer-nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.container footer .copyright {
  margin-top: 23px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.container .home-page {
  padding-top: 30px;
}
.container .home-page .banner {
  position: relative;
  margin-bottom: 90px;
}
.container .home-page .banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.container .home-page .banner .banner-content {
  position: absolute;
  top: 92px;
  left: 57px;
  width: 536px;
}
.container .home-page .banner .banner-content h3 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
}
.container .home-page .banner .banner-content h4 {
  font-size: 28px;
  line-height: 80px;
  margin-top: -16px;
  font-weight: 300;
}
.container .home-page .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 34px;
  text-align: center;
}
.container .home-page .brands {
  margin-bottom: 40px;
}
.container .home-page .brands .brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .home-page .brands .brands-list .brands-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 208px;
  height: 278px;
  padding-top: 34px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .home-page .brands .brands-list .brands-item img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 46px;
}
.container .home-page .brands .brands-list .brands-item h4 {
  font-weight: 700;
  font-size: 24px;
  color: #FD6902;
  margin-bottom: 4px;
}
.container .home-page .brands .brands-list .brands-item p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.container .home-page .categories {
  margin-bottom: 75px;
}
.container .home-page .categories .section-title {
  margin-bottom: 56px;
}
.container .home-page .categories .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .home-page .categories .categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 118px;
}
.container .home-page .categories .categories-item img {
  display: block;
  width: 118px;
  height: 118px;
  margin-bottom: 20px;
}
.container .home-page .categories .categories-item p {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.container .inner-page {
  padding-top: 50px;
}
.container .inner-page .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}
.container .inner-page .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.container .inner-page .help-center-btn {
  padding: 9px 20px;
  background: #63AD55;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
.container .inner-page .content {
  font-size: 14px;
  color: #333;
  padding: 30px;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  margin-bottom: 69px;
}
.container .inner-page .content p {
  width: 100%;
  margin-bottom: 10px;
  word-break: break-word;
}
.container .faq-page {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 400px;
}
.container .faq-page .faq-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}
.container .faq-page .faq-list {
  margin-bottom: 50px;
}
.container .faq-page .faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
.container .faq-page .faq-question {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.5;
}
.container .faq-page .faq-answer {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 6px;
}
.container .faq-page .contact-section {
  padding-top: 30px;
}
.container .faq-page .contact-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}
.container .faq-page .contact-info {
  font-size: 16px;
  color: #111;
  line-height: 1.8;
}
.container .faq-page .contact-label {
  font-weight: 400;
}
