#nav-banner {
  width: 100%;
  height: 6rem;
  background: url(../images/faq_banner.png) no-repeat;
  background-size: auto 6rem;
  display: flex;
  align-items: center;
}
#banner {
  width: 100%;
}
.banner-inner > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-inner > div > .title {
  font-size: 0.48rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  margin-bottom: 0.3rem;
  color: #ffffff;
}
.banner-inner > div > .desc {
  font-size: 0.24rem;
  font-family: ArialMT;
  color: #ffffff;
}

.main_content {
  width: 13.6rem;
  margin: 0 auto;
  margin-top: 0.63rem;
}

.main_content > .item {
  margin-bottom: 0.3rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(90, 89, 168, 0.14);
  border-radius: 0.08rem;
}

.main_content > .item:last-child {
  margin-bottom: 0.7rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(90, 89, 168, 0.14);
  border-radius: 0.08rem;
}

.main_content > .item > .title {
  padding: 0.39rem 0;
  margin: 0 0.51rem;
  border-bottom: 1px solid #e5e9ef;
  display: flex;
  align-items: center;
}

.main_content > .item > .title > span {
  font-size: 0.24rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #1c293b;
}

.main_content > .item > .title > i {
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/FQA-q.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}

.main_content > .item > .content {
  padding: 0.39rem 0;
  margin: 0 0.51rem;
}
.main_content > .item > .content > .text {
  font-size: 0.16rem;
  font-family: ArialMT;
  color: #1c293b;
  line-height: 0.21rem;
}
.main_content > .item > .content > .text_list > p {
  font-size: 0.16rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #1c293b;
  line-height: 0.21rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}

.main_content > .item > .content > .text_list > p > i {
  display: inline-block;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
  background: #bebdd6;
  margin-right: 0.08rem;
}

#footer-banner {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  background: url(../images/footer-banner.jpg) no-repeat;
  /* background-size: contain; */
}
.footer-banner-inner {
  width: 13.6rem;
  margin: 0 auto;
  overflow: hidden;
}
.footer-banner-inner p {
  width: 9.25rem;
  height: 0.94rem;
  font-size: 0.4rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.45rem;
  text-align: center;
  margin: 0 auto 0;
}
.index-input {
  width: 6rem;
  height: 0.6rem;
}
.index-input input {
  height: 0.6rem;
}
.index-input .el-input-group__append {
  width: 2rem;
  height: 0.54rem;
  background: #f48353;
  color: #fff;
  font-size: 0.2rem;
}
.footer-banner-bottom {
  width: 6rem;
  margin: 0.15rem auto 0;
  font-size: 0.16rem;
  font-family: ArialMT;
  color: #ffffff;
  line-height: 0.18rem;
  display: flex;
}

.br {
  display: none;
}

@media screen and (max-width: 1024px) {
  #nav-banner {
    background-size: auto 300px;
    background-position: 65% 0%;
    height: 300px;
  }
  .banner-inner > div > .title {
    margin: 0 28px;
    font-size: 30px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 38px;
  }

  .banner-inner > div > .desc {
    margin: 0 1rem 0 28px;
    font-size: 14px;
    font-family: ArialMT;
    color: #ffffff;
    line-height: 21px;
    margin-top: 10px;
  }

  .br_hide {
    display: none;
  }

  .main_content {
    width: auto;
    margin: 0 15px;
    margin-top: 20px;
  }

  .main_content > .item {
    margin-bottom: 20px;
  }

  .main_content > .item > .title > i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .main_content > .item > .title > span {
    font-size: 18px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #1c293b;
    line-height: 21px;
    flex: 1;
  }

  .main_content > .item > .content > .text {
    font-size: 14px;
    font-family: ArialMT;
    color: #1c293b;
    line-height: 21px;
  }

  .main_content > .item > .content > .text_list > p {
    font-size: 14px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #1c293b;
    line-height: 21px;
    display: flex;
    align-items: center;
  }
  .main_content > .item > .content > .text_list > p > span {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .footer-banner-inner>.input_box{
    margin-top: 0 !important;
  }
  #footer-banner {
    width: 100%;
    height: 430px;
    background-position: 50% 0;
  }

  .footer-banner-inner {
    width: 100%;
  }

  .footer-banner-inner p {
    width: 100%;
    font-size: 28px;
    height: auto;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 36px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .footer-banner-inner .index-input {
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
    height: auto;
  }

  .footer-banner-inner .el-input-group > .el-input__inner {
    height: 48px;
    margin: 0 24px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 40px;
  }

  .footer-banner-inner .index-input .el-input-group__append {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 20px;
    border-radius: 6px;
    border: none;
  }

  .footer-banner-bottom {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 24px 0 24px;
    font-size: 16px;
    line-height: 16px;
  }

  #footer-banner2 > .footer-banner-inner > p {
    padding: 0 33px;
    white-space: pre-wrap;
  }
  .br {
    display: block;
  }
}
