.dai-zhang-guan-li {
  background: #edeff2;
  padding-top: 56px;
}
.dai-zhang-guan-li .dzgl-header {
  height: 480px;
  width: 100%;
  background-image: url(img/header-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-title {
  margin-top: 55px;
  width: 249px;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-subtitle {
  width: 360px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-btn-group {
  display: flex;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-btn-group .dzgl-header-buy {
  width: 111px;
  height: 37px;
  background: linear-gradient(90deg, #1882f0 0, #00aeee 100%);
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-btn-group .dzgl-header-buy a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dai-zhang-guan-li .dzgl-header .dzgl-header-btn-group .dzgl-header-faq {
  width: 111px;
  height: 37px;
  border-radius: 2px;
  border: 1px solid #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: #fff;
  line-height: 20px;
}
.cshg-body {
  box-sizing: border-box;
  min-height: 200px;
}
.dai-zhang-guan-li .dzgl-body {
  box-sizing: border-box;
  padding: 22px 16px;
  min-height: 200px;
}

.feature-item {
  padding-top: 50px;
  padding-bottom: 2px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.feature-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: center;
}

.feature-hr {
  width: 40px;
  height: 2px;
  background: #2386ee;
  margin: 10px auto;
}

.feature-desc {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  text-align: center;
  margin-bottom: 2px;
}

.feature-img {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}

.dai-zhang-guan-li .dzgl-faq {
  margin-top: 40px;
}
.dai-zhang-guan-li .dzgl-faq .dzgl-faq-title {
  width: 100%;
  text-align: center;
  height: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 25px;
  margin-bottom: 26px;
}
.dai-zhang-guan-li .dzgl-faq .dzgl-faq-content .dzgl-faq-content-question {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-bottom: 12px;
}
.dai-zhang-guan-li .dzgl-faq .dzgl-faq-content .dzgl-faq-content-answer {
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 21px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  margin-bottom: 8px;
}
.dai-zhang-guan-li .dzgl-faq .dzgl-faq-content .dzgl-faq-content-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 20px;
}
