/* banner */
.hierarchy-filter-banner {
  /*padding-top: 55px;*/
  width: 100%;
  background: #23B1EC;
  height: 150px;
}
.hierarchy-filter-A {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hierarchy-filter-A > .H-F-title {
  font-size: 37px;
  color: #fff;
}
.hierarchy-filter-A > .H-F-detail {
  font-size: 26px;
  color: #fff;
  line-height: 0.7;
  margin-top: 10px;
}

/* button */
button {
  padding: 8px 25px;
  background-color: #ff006d;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  font-family: PingFang SC-Regular, PingFang SC;
}

/* 主体内容 */
.hierarchy-filter-content {
  width: 1280px;
  margin: 0 auto;
}
.hierarchy-filter-content > .single {
  padding: 40px 0;
  display: flex;
}

/* 主体内容 download */
.download-left > img {
  width: 208px;
  height: 208px;
}
.download-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 74px;
}
.download-right > .download-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* 主体内容 gif */
.gif-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.gif-left > .gif-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.gif-left > .gif-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.gif-left > .gif-left-content > div {
  margin-top: 30px;
}

.gif-right > img {
  width: 700px;
}

/* 主体内容 features */
.features-left > img {
  width: 725px;
  /* height: 208px; */
}
.features-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 74px;
}
.features-right > .features-right-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.features-right > ul {
  list-style-type: disc;
}
.features-right > ul > li{
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-indent: -7px;
  margin: 5px 0 5px 24px;
}
.features-right > ul > li::marker{
  color: #FA2B78;
  font-size: 20px;
}

/* 主体内容 video */
.video-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.video-left > .video-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.video-left > .video-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.video-left > .video-left-content > div {
  margin-top: 30px;
}

.video-right > video {
  width: 700px;
}


