.help-banner {
  min-width: 1240px;
  height: 340px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.help-banner img {
  width: 100%;
}

.help-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
  border-bottom: 1px solid #EDEDED;
}

.help-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  font-size: 22px;
  font-family: Microsoft YaHei, PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
}

.help-tab-item.active {
  background: #07B8CB;
  color: #FFF;
}

.help-content {
  display: none;
  width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
}
.help-content.active{
  display: block;
}
.faq-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.faq-content {
  margin-bottom: 40px;
  color: #21252E;
}
.faq-dowm p{
  margin-bottom: 35px;
}
.faq-dowm a {
  font-size: 20px;
  font-weight: 600;
  color: #21252E;
  line-height: 28px;
}
