body {
  min-width: 1200px;
}
.app-block-module {
  padding: 70px 0 20px;
  background: #fff;
}
.app-block-module .block-title {
  text-align: center;
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  color: #333333;
  padding-bottom: 0;
  height: unset;
  line-height: normal;
}
.app-block-module .block-title:before {
  content: unset;
}
.app-block-module .block-sub-title {
  text-align: center;
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #797979;
  margin-top: 25px;
}
.app-block-module .block-content {
  width: 1200px;
  text-align: center;
  margin: auto;
}
.banner {
  display: flex;
  align-items: center;
  height: 600px;
  background: url("http://thumbnail.qingtaoke.com/img/bpt_zs_pic/202111/2021111016453554972287.png") no-repeat;
  background-size: contain;
  background-position: right center;
}
.banner .propaganda {
  width: 1200px;
  margin: auto;
}
.banner .propaganda h1 {
  font-weight: 650;
  font-style: normal;
  color: #030000;
  font-size: 32px;
  margin: 20px 0;
}
.banner .propaganda p {
  width: 685px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.banner .propaganda .banner-btn {
  display: flex;
  margin-top: 50px;
  background-color: #06cb94;
  border-radius: 3px;
  width: 220px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  border: 1px solid #06cb94;
}
.banner .propaganda .banner-btn.plain {
  background: #fff;
  color: #06cb94;
}
.banner .propaganda .banner-btn.plain:hover {
  background: #06cb94;
  color: #fff;
  transition: all 0.1s linear;
}
.system-introduce {
  height: 730px;
  background: url("http://thumbnail.qingtaoke.com/img/bpt_zs_pic/202111/2021111016545622162416.png") no-repeat;
  background-size: 1920px 100%;
  background-position: center top;
  margin-top: 40px;
}
.system-introduce h2 {
  position: relative;
  font-size: 32px;
  line-height: 48px;
  color: #FFF;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.system-introduce h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85px;
  height: 3px;
  margin-left: -42.5px;
  background-color: #fff;
  border-radius: 4px;
}
.system-introduce .swiper-navs {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 60px;
}
.system-introduce .swiper-navs > div {
  height: 40px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  color: #1f2d3d;
  position: relative;
  transition: all 0.1s linear;
  cursor: pointer;
}
.system-introduce .swiper-navs > div:hover {
  color: #fff;
}
.system-introduce .swiper-navs > div:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #c8d2e0;
  border-radius: 3px;
}
.system-introduce .swiper-navs > div.active {
  color: #fff;
}
.system-introduce .swiper-navs > div.active:before {
  height: 2px;
  background: #fff;
}
.system-introduce .swiper-content {
  width: 1200px;
  margin: auto;
  position: relative;
}
.system-introduce .swiper-content > div {
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
.system-introduce .swiper-content > div.active {
  opacity: 1;
  z-index: 5;
}
.system-introduce .swiper-content > div > img {
  margin-right: 58px;
  flex-shrink: 0;
  width: 565px;
  height: 401px;
}
.system-introduce .swiper-content > div > div {
  width: 460px;
}
.system-introduce .swiper-content > div > div h3 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}
.system-introduce .swiper-content > div > div > div {
  position: relative;
  color: #fff;
  padding-left: 34px;
  font-size: 14px;
  line-height: 28px;
  background: url("http://thumbnail.qingtaoke.com/img/bpt_zs_pic/202111/2021111115181323089463.png") no-repeat;
  background-size: 16px 16px;
  background-position: left 5px;
  margin-bottom: 15px;
}
.function-introduce {
  background: #f2f4fa;
  padding: 50px 0;
}
.function-introduce h2 {
  position: relative;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.function-introduce h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85px;
  height: 3px;
  margin-left: -42.5px;
  background-color: #00c699;
  border-radius: 4px;
}
.function-introduce .function-list {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.function-introduce .function-list .function-list-item {
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  width: 180px;
  height: 180px;
  margin-right: 32px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 42px;
  font-size: 14px;
  border-radius: 3px;
}
.function-introduce .function-list .function-list-item .img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.function-introduce .function-list .function-list-item:nth-child(5n) {
  margin-right: 0;
}
.function-introduce .function-list .function-list-item .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  bottom: 0;
  background: #00c699;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.function-introduce .function-list .function-list-item .mask .title {
  padding: 5px 0 15px;
  position: relative;
}
.function-introduce .function-list .function-list-item .mask .title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.function-introduce .function-list .function-list-item .mask .desc {
  text-align: left;
  word-break: break-all;
}
.function-introduce .function-list .function-list-item:hover .mask {
  top: 0;
}
.special {
  background: #fff;
  padding: 20px 0 100px;
  width: 1310px;
  margin: auto;
}
.special .special-title {
  position: relative;
  width: 1120px;
  height: 149px;
  text-align: center;
  line-height: 149px;
  margin: 30px auto 80px;
  font-weight: 650;
  font-style: normal;
  color: #FFFFFF;
  font-size: 32px;
  background: url("/images/title-bg.png") no-repeat 100% 100%;
}
.special .special-title:before {
  content: '';
  position: absolute;
  height: 7px;
  left: 0;
  right: 0;
  bottom: -40px;
  background: url("/images/line.png") no-repeat 100% 100%;
}
.special .title-desc {
  margin-bottom: 80px;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  color: #333333;
}
.special .tabs {
  display: flex;
  background: #f9fafc;
  border-radius: 3px;
  padding: 12px 30px;
  width: 530px;
  margin: 40px auto 10px;
  justify-content: space-between;
}
.special .tabs .tab-item {
  color: rgba(15, 0, 0, 0.52941176);
  font-size: 20px;
  font-weight: 500;
  padding: 8px 30px;
  cursor: pointer;
}
.special .tabs .tab-item.active {
  background: #fff;
  color: #00C386;
}
.special .tabs-content > div {
  display: none;
  justify-content: space-between;
}
.special .tabs-content > div .content {
  width: 575px;
}
.special .tabs-content > div .content h3 {
  font-weight: 650;
  font-style: normal;
  color: #00C386;
  font-size: 32px;
}
.special .tabs-content > div .content .desc {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin: 15px 0;
}
.special .tabs-content > div .content .introduce {
  line-height: 35px;
  margin-bottom: 15px;
}
.special .tabs-content > div .content .introduce strong {
  font-size: 18px;
  font-weight: 650;
  font-style: normal;
}
.special .tabs-content > div .content .introduce p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(15, 0, 0, 0.52941176);
}
.special .tabs-content > div.active {
  display: flex;
}
.applet-desc-box {
  background: #f9fafc;
}
.applet-desc-box > div {
  box-sizing: border-box;
  width: 1380px;
  margin: auto;
  padding: 70px 20px;
  justify-content: space-between;
}
.applet-desc-box .left {
  width: 700px;
  overflow: hidden;
  position: relative;
}
.applet-desc-box .left:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f9fafc;
  pointer-events: none;
  z-index: 2;
}
.applet-desc-box .right {
  width: 570px;
}
.applet-desc-box .right h3 {
  font-weight: 650;
  font-size: 32px;
  margin-bottom: 20px;
  color: #00C386;
}
.applet-desc-box .right p {
  font-size: 16px;
  color: rgba(15, 0, 0, 0.52941176);
  line-height: 31px;
}
.applet-desc-box .swiper-nav-box {
  margin-top: 15px;
  position: relative;
}
.applet-desc-box .swiper-nav-box .swiper-nav-item {
  height: 80px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.applet-desc-box .swiper-nav-box .swiper-nav-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  background: #EFF3FF;
  border-radius: 20px;
  transition: 400ms;
  flex-shrink: 0;
  margin-right: 8px;
  color: #333;
}
.applet-desc-box .swiper-nav-box .swiper-nav-item .icon-box .iconfont {
  font-size: 20px;
}
.applet-desc-box .swiper-nav-box .swiper-nav-item h5 {
  font-size: 14px;
  font-weight: 900;
  color: #333333;
}
.applet-desc-box .swiper-nav-box .swiper-nav-item span {
  font-size: 12px;
  color: rgba(15, 0, 0, 0.52941176);
}
.applet-desc-box .swiper-nav-box .swiper-nav-item.active .icon-box {
  background: #ff2129;
  color: #fff;
}
.applet-desc-box .swiper-nav-box .current-bg {
  height: 80px;
  width: 450px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px -10px rgba(255, 32, 38, 0.3);
  border-radius: 20px;
  transition: 300ms;
  position: absolute;
  top: 0;
  z-index: 10;
}
.applet-desc-box .swiper-wrapper {
  margin-left: 233px;
}
.applet-desc-box .swiper-wrapper img {
  width: 220px;
  border-radius: 15px;
}
.applet-desc-box .swiper-slide {
  opacity: 0.2;
}
.applet-desc-box .swiper-slide-prev {
  opacity: 0.5;
}
.applet-desc-box .swiper-slide-active {
  opacity: 1;
}
.minutia {
  width: 1200px;
  margin: auto;
  padding: 70px 0;
}
.minutia h1 {
  font-size: 32px;
  font-weight: 650;
  color: #333333;
  text-align: center;
  margin-bottom: 90px;
}
.minutia > div {
  display: flex;
  justify-content: space-between;
}
.minutia > div .minutia-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 213px;
}
.minutia > div .minutia-item img {
  width: 80px;
  height: 80px;
}
.minutia > div .minutia-item h3 {
  font-size: 18px;
  font-weight: 650;
  color: #333333;
  margin: 22px 0;
}
.minutia > div .minutia-item p {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: rgba(15, 0, 0, 0.52941176);
  line-height: 27px;
}
.function-display-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-top: 50px;
}
.function-display-wrap .item {
  box-sizing: border-box;
  width: 292px;
  height: 106px;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  padding: 18px 30px 0 20px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.function-display-wrap .item.active {
  border: none;
  background: linear-gradient(90deg, #8900e1, #022fe8);
}
.function-display-wrap .item:after {
  width: 0;
  height: 0;
  content: "";
  font-size: 0;
  border: 8px solid transparent;
  position: absolute;
  top: 50%;
}
.function-display-wrap .item p:first-child {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 11px;
}
.function-display-wrap .item p:last-child {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
}
.function-display-wrap .left .item.active:after {
  border-left-color: #022fe8;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.function-display-wrap .right .item.active:after {
  border-right-color: #022fe8;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.function-display-wrap .center {
  width: 616px;
  height: 468px;
  position: relative;
}
.function-display-wrap .center img {
  width: 180px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: all 0.3s;
}
.function-display-wrap .center img:nth-child(1),
.function-display-wrap .center img:nth-child(2),
.function-display-wrap .center img:nth-child(3) {
  transform: translate(-140%, -50%);
}
.function-display-wrap .center img:nth-child(4),
.function-display-wrap .center img:nth-child(5),
.function-display-wrap .center img:nth-child(6) {
  transform: translate(40%, -50%);
}
.function-display-wrap .center img.active {
  width: 220px;
  height: 476px;
  z-index: 10;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.feature-box {
  width: 1200px;
  margin: auto;
}
.feature-box .column-item {
  font-size: 20px;
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
  color: #212121;
}
.feature-box .column-item:before {
  content: '';
  position: absolute;
  bottom: -16px;
  height: 3px;
  width: 0;
  background: #3789FF;
}
.feature-box .column-item:nth-child(1):before {
  left: 0;
}
.feature-box .column-item:nth-child(2):before {
  left: 50%;
  transform: translateX(-50%);
}
.feature-box .column-item:nth-child(3):before {
  right: 0;
}
.feature-box .column-item.active {
  font-weight: 500;
}
.feature-box .column-item.active:before {
  width: 80px;
  transition: all 0.3s ease-in-out;
}
.feature-box .function-desc-list {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #E7EBF3;
  border-radius: 6px;
}
.feature-box .function-desc-flex {
  margin: 0 20px;
}
.feature-box .function-desc-flex > div:nth-child(1) {
  width: 200px;
  box-sizing: border-box;
}
.feature-box .function-desc-flex > div:nth-child(2) {
  flex: 1;
}
.feature-box .function-desc-flex > div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  width: 180px;
}
.feature-box .function-desc-flex img {
  width: 20px;
  height: 20px;
}
.feature-box .function-desc-flex.has-border {
  border-bottom: 1px solid #f5f5f5;
  height: 70px;
}
.feature-box .el-collapse-item__header {
  height: 56px;
  line-height: 56px;
  border-bottom: unset;
  background: #F5F5F7;
  color: #000;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.feature-box .el-collapse-item__content {
  padding: 0;
}
.feature-box .el-collapse-item__wrap {
  border: unset;
}
