.nav-container {
  width: 100%;
  height: 6rem;
  background: #ecf2eb;
  display: flex;
  justify-content: center;
}
.nav-container .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-container .wrapper > div:first-child {
  font-weight: 600;
}
.nav-container .wrapper > div {
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
}
.nav-container .wrapper > div:last-child {
  display: flex;
  align-items: center;
}
.nav-container .wrapper > div:last-child .v-line {
  height: 1.5rem;
  border-right: 0.2rem solid #444444;
  margin: 0 1.5rem;
}
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}
section .wrapper {
  width: 125rem;
}
.qa-section .qa a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  padding: 4.3rem;
  margin: 3.5rem 0;
}
.qa-section .qa a .title-wrapper {
  width: 96rem;
}
.qa-section .qa a .title-wrapper .title {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 4.8rem;
  margin-bottom: 2.3rem;
}
.qa-section .qa a .title-wrapper .title img {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.2rem;
}
.qa-section .qa a .title-wrapper > div:last-child {
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 2.88rem;
}
.qa-section .qa a .time-wrapper {
  text-align: right;
}
.qa-section .qa a .time-wrapper .time {
  font-size: 2.6rem;
  font-family: Helvetica Neue LT Pro;
  font-weight: normal;
  color: #888888;
  line-height: 2.74rem;
  margin-bottom: 1rem;
}
.qa-section .qa a .time-wrapper .year {
  font-size: 1.4rem;
  font-family: Helvetica Neue LT Pro;
  font-weight: normal;
  color: #888888;
  line-height: 2.74rem;
}
.paginations-section .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: flex-end;
}
.paginations-section .pagination {
  display: flex;
}
.paginations-section .pagination > li {
  margin: 0 1rem;
  background-color: white;
}
.paginations-section .pagination > li,
.paginations-section > li > a {
  font-size: 1.48rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 2.01rem;
}
.paginations-section .pagination > .active > a {
  background-color: #348C2D;
  border-color: #348C2D;
  color: white;
}
.paginations-section .pagination > .disabled > a {
  color: #a7a7a7;
}
@media (max-width: 991px) {
  .nav-container {
    margin-top: 60px;
    width: 100%;
    height: 30px;
    background: #ecf2eb;
    display: flex;
    justify-content: center;
  }
  .nav-container .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-container .wrapper > div:first-child {
    font-weight: 600;
  }
  .nav-container .wrapper > div {
    font-size: 9px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
  }
  .nav-container .wrapper > div:last-child {
    display: flex;
    align-items: center;
  }
  .nav-container .wrapper > div:last-child .v-line {
    height: 8px;
    border-right: 0.2rem solid #444444;
    margin: 0 8px;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .qa-section .qa a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    padding: 21.5px;
    margin: 17.5px 0;
  }
  .qa-section .qa a .title-wrapper {
    width: 75%;
  }
  .qa-section .qa a .title-wrapper .title {
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 24px;
    margin-bottom: 11.5px;
  }
  .qa-section .qa a .title-wrapper .title img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .qa-section .qa a .title-wrapper > div:last-child {
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 1.6;
    text-align: justify;
  }
  .qa-section .qa a .time-wrapper {
    text-align: right;
  }
  .qa-section .qa a .time-wrapper .time {
    font-size: 13px;
    font-family: Helvetica Neue LT Pro;
    font-weight: normal;
    color: #888888;
    line-height: 13.7px;
    margin-bottom: 5px;
  }
  .qa-section .qa a .time-wrapper .year {
    font-size: 10px;
    font-family: Helvetica Neue LT Pro;
    font-weight: normal;
    color: #888888;
    line-height: 13.7px;
  }
  .paginations-section .wrapper {
    margin-bottom: 75px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .paginations-section .wrapper > div:last-child {
    align-self: flex-end;
    display: flex;
    align-items: center;
  }
  .paginations-section .wrapper > div:last-child > div:first-child {
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(162, 162, 162, 0.99);
    line-height: 7px;
    margin-right: 5px;
  }
  .paginations-section .wrapper > div:last-child > div:nth-child(2) {
    margin-right: 11px;
  }
  .paginations-section .wrapper > div:last-child > div:nth-child(2) input {
    width: 36.5px;
    height: 20px;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    border-radius: 0px;
    color: rgba(162, 162, 162, 0.99);
  }
  .paginations-section .wrapper > div:last-child > div:last-child {
    width: 27.5px;
    height: 20px;
    background: #fbfbfb;
    border: 0.1px solid #e0e0e0;
    border-radius: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 0.99);
  }
  .paginations-section .pagination {
    display: flex;
  }
  .paginations-section .pagination > li {
    margin: 0 5px;
    background-color: white;
  }
  .paginations-section .pagination > li,
  .paginations-section > li > a {
    font-size: 7.4px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    line-height: 10.05px;
  }
  .paginations-section .pagination > .active > a {
    background-color: #348C2D;
    border-color: #348C2D;
    color: white;
  }
  .paginations-section .pagination > .disabled > a {
    color: #a7a7a7;
  }
  .paginations-section .pagination > li.ellipsis {
    background-color: inherit;
    border: none;
  }
}
/*# sourceMappingURL=faq.css.map */