.zkPageView .txt-yellow {
  color: #fffd00;
}
.zkPageView .txt-red {
  color: #f64d30;
}
.zkPageView .txt-purple {
  color: #6862e7;
}
.zkPageView .bg-light {
  background: #f4f4f4;
}
.zkPageView .bg-dark-light {
  background: #d5d5d5;
}
@-webkit-keyframes alternately {
  0% {
    z-index: 1;
  }
  100% {
    z-index: -2;
  }
}
.zkPageView .banner {
  width: 100%;
  height: 559px;
  background: url(imgs/banner.png) top center no-repeat;
}
.zkPageView .banner .txt-btn {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 100px;
  width: 600px;
  text-align: center;
  background: #312e90;
}
.zkPageView .banner .txt-btn.phone-btn {
  -webkit-animation: alternately 2s infinite linear ;
  animation: alternately 2s infinite linear ;
}
.zkPageView .c0-bg {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: url(imgs/c0.png) no-repeat;
}
.zkPageView .c0-bg .zk-btn {
  bottom: 40px;
}
.zkPageView .c1 {
  width: 100%;
  height: 695px;
  margin: 0 auto;
  background: url(imgs/c1.png) no-repeat;
}
.zkPageView .c1 .list1 {
  width: 700px;
}
.zkPageView .c1 .list1 .item .tip {
  display: inline-block;
  width: 136px;
  height: 46px;
  line-height: 46px;
  background: url(imgs/c1-tip.png) no-repeat;
}
.zkPageView .c1 .list1 .item .para-wrap {
  display: table;
  width: 540px;
  height: 46px;
  line-height: 46px;
}
.zkPageView .c1 .list1 .item .para {
  display: table-cell;
  vertical-align: middle;
  line-height: 23px;
}
.zkPageView .c1 .list2 {
  width: 380px;
  height: 360px;
  background: url(imgs/c1-r.png) no-repeat;
}
.zkPageView .c1 .zk-btn {
  bottom: 40px;
}
.zkPageView .c3 .tg-list {
  border-bottom: 2px solid #4943bb;
}
.zkPageView .c3 .tg-list .tg-item {
  height: 56px;
  width: 12.50%;
  text-align: center;
  font-size: 24px;
  line-height: 56px;
  background: #b4b6b7;
  color: #fff;
}
.zkPageView .c3 .tg-list .tg-item:not(:last-child) {
  border-right: 2px solid #fff;
}
.zkPageView .c3 .tg-list .tg-item.active {
  margin-top: -14px;
  height: 70px;
  padding-top: 14px;
  background: #4943bb;
}
.zkPageView .c3 .show-box {
  display: none;
}
.zkPageView .c3 .show-box .c3-bg {
  width: 590px;
  height: 356px;
  background: url(imgs/c3-l.png) top center no-repeat;
}
.zkPageView .c3 .show-box .c3-bg p {
  position: absolute;
}
.zkPageView .c3 .show-box .c3-bg p.p1 {
  width: 140px;
  top: 60px;
  left: 30px;
}
.zkPageView .c3 .show-box .c3-bg p.p2 {
  width: 160px;
  top: 40px;
  right: 30px;
}
.zkPageView .c3 .show-box .c3-bg p.p3 {
  width: 110px;
  top: 190px;
  left: 30px;
}
.zkPageView .c3 .show-box .c3-bg p.p4 {
  width: 120px;
  top: 150px;
  right: 30px;
}
.zkPageView .c3 .show-box .c3-bg p.p5 {
  width: 100%;
  bottom: 30px;
}
.zkPageView .c3 .show-box .c3-r {
  width: 460px;
}
.zkPageView .c4 .swiper-box {
  height: 505px;
}
.zkPageView .c4 .swiper-box .slider-bg {
  position: absolute;
  width: 370px;
  height: 476px;
  top: 0px;
  left: 30px;
}
.zkPageView .c4 .swiper-box .peo-detail {
  margin-top: 50px;
  padding-left: 432px;
  width: 100%;
  height: 455px;
  border: 4px solid #4943bb;
}
.zkPageView .c4 .swiper-box .swiper-button-prev {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  left: -100px;
  width: 64px;
  height: 48px;
  background: url(imgs/arrow-l.png) center no-repeat;
  z-index: 50;
}
.zkPageView .c4 .swiper-box .swiper-button-next {
  position: absolute;
  top: 59%;
  right: -100px;
  transform: translateY(-50%);
  width: 64px;
  height: 48px;
  background: url(imgs/arrow-r.png) center no-repeat;
  z-index: 50;
}
.zkPageView .footer-box {
  width: 100%;
  height: 400px;
  background: url(imgs/footer.png) center no-repeat;
  margin: auto;
}
.zkPageView .footer-box .zk-wrap {
  height: 100%;
}
.zkPageView .footer-box .footer-btn {
  width: 542px;
  height: 91px;
  line-height: 86px;
  font-size: 26px;
  color: #fff;
  background: url(imgs/footer-btn.png) center no-repeat;
  margin: auto;
  bottom: 50px;
  text-align: center;
}
