body,
html {
  padding: 0px;
  margin: 0px;
  color: #545d69;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
#zhichiBtnBox {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#zhichiBtnBox.show {
  opacity: 1;
}
.right-side-bar {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -150px;
  right: 0px;
}
.right-side-bar li {
  height: 90px;
  width: 48px;
  background-color: blue;
  position: relative;
}
.right-side-bar li .weixin-qrCode {
  display: none;
  border-radius: 5px;
  position: absolute;
  background: url(../images/telephone/qrCode-nzc.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  height: 209px;
  width: 165px;
  top: 0px;
  right: 69px;
}
.right-side-bar li .weixin-qrCode.show {
  display: block;
}
.right-side-bar li .weixin-qrCode .weixin-qrCode-close {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url(../images/telephone/icon-close.png);
  background-color: #fff;
  background-repeat: no-repeat;
}
.right-side-bar li .weixin-qrCode .weixin-qrCode-close:hover {
  background: url(../images/telephone/icon-close-shadow.png);
  background-color: #fff;
}
.right-side-bar li:nth-child(4):after {
  display: none;
}
.right-side-bar li:after {
  content: " ";
  display: block;
  width: 65%;
  height: 1px;
  position: relative;
  bottom: 1px;
  margin: auto;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li:hover .tips-outer {
  opacity: 1;
  right: 100%;
  transform: scaleX(1);
}
.right-side-bar li .tips-outer {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -100%;
  padding-right: 10px;
  opacity: 0;
  transform: scaleX(0.05);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
.right-side-bar li .tips-outer .tips-inner {
  padding: 15px 37px;
  font-size: 14px;
  color: #0baaa6;
  margin-top: 30px;
  white-space: nowrap;
  background-color: white;
  z-index: 10;
  border: 1px solid #dfefef;
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
}
.right-side-bar li .tips-outer .tips-inner:after {
  content: " ";
  display: block;
  width: 30px;
  z-index: 15;
  height: 40px;
  background-color: white;
  position: absolute;
  right: 11px;
  top: 32px;
}
.right-side-bar li .tips-outer .tips-inner:before {
  content: " ";
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
  display: block;
  width: 13px;
  position: absolute;
  right: 5px;
  background-color: white;
  height: 13px;
  z-index: 5;
  transform: rotate(45deg);
}
.right-side-bar li.show h4.collapse {
  display: block;
}
.right-side-bar li.show h4.expand {
  display: none;
}
.right-side-bar li.show a {
  background-color: #069b9d;
  color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li.show a .image-anchor {
  opacity: 0.5;
}
.right-side-bar li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  background-color: #13c9cb;
  transition: background-color 0.2s ease-in-out;
}
.right-side-bar li a:hover {
  background-color: #069b9d;
  color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li a:hover .image-anchor {
  opacity: 0.5;
}
.right-side-bar li a.spec {
  background-color: #f7c25c;
}
.right-side-bar li a.spec:hover {
  background-color: #e3b04e;
}
.right-side-bar li a .image-call-anchor {
  display: block;
  background-image: url(../images/callrobot.png);
  width: 40px;
  height: 20px;
  margin: 24px auto 0px;
  background-repeat: no-repeat;
}
.right-side-bar li a .image-anchor {
  display: block;
  width: 22px;
  height: 22px;
  margin: 16px auto 0px;
  transition: opacity 0.2s ease-in-out;
}
.right-side-bar li a .image-anchor.service {
  background-image: url(../images/telephone/icon-message.png);
}
.right-side-bar li a .image-anchor.tele {
  background-image: url(../images/telephone/icon-phone.png);
}
.right-side-bar li a .image-anchor.appointment {
  background-image: url(../images/telephone/icon-appointment.png);
}
.right-side-bar li a .image-anchor.qrcode {
  background-image: url(../images/telephone/icon-qrCode.png);
}
.right-side-bar li a h4 {
  width: 30px;
  margin: 8px auto 0px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.right-side-bar li a h4.collapse {
  display: none;
}
/*
.new-right-side-bar {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    position: fixed;
    z-index: 100;
    top: 50%;
    margin-top: -150px;
    right: 0px;
    li {
        height: 90px;
        width: 64px;
        background-color: blue;
        position: relative;
        &:nth-child(3),
        &:nth-child(4) {
            &:after {
                display: none;
            }
        }
        &:after {
            content: " ";
            display: block;
            width: 0px;
            height: 0px;
            position: relative;
            margin: auto;
            z-index: 10;
            background-color: rgba(255, 255, 255, 0.5);
        }
        &:hover {
            .tips-outer {
                opacity: 1;
                right: 100%;
                transform: scaleX(1);
            }
        }
        .tips-outer {
            display: block;
            height: 100%;
            position: absolute;
            top: 0px;
            right: -100%;
            padding-right: 10px;
            opacity: 0;
            transform: scaleX(0.05);
            transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, right 0.2s ease-in-out;
            .tips-inner {
                padding: 15px 37px;
                font-size: 14px;
                color: #0baaa6;
                margin-top: 30px;
                white-space: nowrap;
                background-color: white;
                z-index: 10;
                border: 1px solid #dfefef;
                box-shadow: 0 0 24px 0 rgba(15, 66, 76, .25);
                &:after {
                    content: " ";
                    display: block;
                    width: 30px;
                    z-index: 15;
                    height: 40px;
                    background-color: white;
                    position: absolute;
                    right: 11px;
                    top: 32px;
                }
                &:before {
                    content: " ";
                    box-shadow: 0 0 24px 0 rgba(15, 66, 76, .25);
                    display: block;
                    width: 13px;
                    height: 13px;
                    position: absolute;
                    right: 5px;
                    background-color: white;
                    height: 13px;
                    z-index: 5;
                    transform: rotate(45deg);
                }
            }
        }
        &.show {
            h4 {
                &.collapse {
                    display: block;
                }
                &.expand {
                    display: none;
                }
            }
            a {
                background-color: #069b9d;
                color: rgba(255, 255, 255, 0.5);
                .image-anchor {
                    opacity: 0.5;
                }
            }
        }
        a {
            display: inline-block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: white;
            background-color: #13c9cb;
            transition: background-color 0.2s ease-in-out;
            &:hover {
                background-color: #069b9d;
                color: rgba(255, 255, 255, 0.5);
                .image-anchor {
                    opacity: 0.5;
                }
            }
            &.spec {
                &:hover {
                    background-color: #e3b04e;
                }
                background-color: #f7c25c;
            }
            .image-call-anchor{
                display: block;
                background-image: url(../images/callrobot.png);
                width: 40px;
                height: 20px;
                margin: 24px auto 0px;
                background-repeat: no-repeat;
            }
            .image-anchor {
                display: block;
                background-image: url(../images/major_spirite.png);
                width: 24px;
                height: 24px;
                margin: 24px auto 0px;
                transition: opacity 0.2s ease-in-out;
                &.service {
                    background-position: -398px -137px;
                }
                &.tele {
                    background-position: -333px -137px;
                }
                &.appointment {
                    background-position: -365px -137px;
                }
                &.trial {
                    background-position: -300px -137px;
                }
            }
            h4 {
                margin: 8px auto 0px;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                &.collapse {
                    display: none;
                }
            }
        }
    }
}
*/
@media screen and (max-width: 600px) {
  .right-side-bar {
    display: none;
  }
}
.right-side-bar {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  position: fixed;
  z-index: 10000;
  top: 50%;
  margin-top: -150px;
  right: 0px;
}
.right-side-bar li {
  height: 90px;
  width: 48px;
  background-color: blue;
  position: relative;
}
.right-side-bar li:nth-child(4):after {
  display: none;
}
.right-side-bar li:after {
  content: " ";
  display: block;
  width: 65%;
  height: 1px;
  position: relative;
  bottom: 1px;
  margin: auto;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li:hover .tips-outer {
  opacity: 1;
  right: 100%;
  transform: scaleX(1);
}
.right-side-bar li .tips-outer {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -100%;
  padding-right: 10px;
  opacity: 0;
  transform: scaleX(0.05);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
.right-side-bar li .tips-outer .tips-inner {
  padding: 15px 37px;
  font-size: 14px;
  color: #0baaa6;
  margin-top: 30px;
  white-space: nowrap;
  background-color: white;
  z-index: 10;
  border: 1px solid #dfefef;
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
}
.right-side-bar li .tips-outer .tips-inner:after {
  content: " ";
  display: block;
  width: 30px;
  z-index: 15;
  height: 40px;
  background-color: white;
  position: absolute;
  right: 11px;
  top: 32px;
}
.right-side-bar li .tips-outer .tips-inner:before {
  content: " ";
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
  display: block;
  width: 13px;
  position: absolute;
  right: 5px;
  background-color: white;
  height: 13px;
  z-index: 5;
  transform: rotate(45deg);
}
.right-side-bar li.show h4.collapse {
  display: block;
}
.right-side-bar li.show h4.expand {
  display: none;
}
.right-side-bar li.show a {
  background-color: #069b9d;
  color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li.show a .image-anchor {
  opacity: 0.5;
}
.right-side-bar li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  background-color: #13c9cb;
  transition: background-color 0.2s ease-in-out;
}
.right-side-bar li a:hover {
  background-color: #069b9d;
  color: rgba(255, 255, 255, 0.5);
}
.right-side-bar li a:hover .image-anchor {
  opacity: 0.5;
}
.right-side-bar li a.connectionhr {
  background-color: #f7c25c;
}
.right-side-bar li a.connectionhr:hover {
  background-color: #e3b04e;
}
.right-side-bar li a .image-call-anchor {
  display: block;
  background-image: url(../images/callrobot.png);
  width: 40px;
  height: 20px;
  margin: 24px auto 0px;
  background-repeat: no-repeat;
}
.right-side-bar li a .image-anchor {
  display: block;
  width: 22px;
  height: 22px;
  margin: 16px auto 0px;
  transition: opacity 0.2s ease-in-out;
}
.right-side-bar li a .image-anchor.service {
  background-image: url(../images/telephone/icon-message.png);
}
.right-side-bar li a .image-anchor.tele {
  background-image: url(../images/telephone/icon-phone.png);
}
.right-side-bar li a .image-anchor.appointment {
  background-image: url(../images/telephone/icon-appointment.png);
}
.right-side-bar li a .image-anchor.hr {
  width: 18px;
  background-image: url(../images/telephone/icon-hr.png);
}
.right-side-bar li a h4 {
  width: 30px;
  margin: 8px auto 0px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.right-side-bar li a h4.collapse {
  display: none;
}
@media screen and (max-width: 600px) {
  .right-side-bar {
    display: none;
  }
}
input {
  -webkit-appearance: none;
}
.spec .zc-top-nav {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  top: 40px;
}
.spec .zc-top-nav .zc-top-nav-inner .logo-outer {
  background-position: -130px -68px;
}
.spec .zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item > a {
  color: white;
}
.spec .zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item > span {
  color: white;
}
.spec .zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item em {
  background-position: -40px -29px;
}
.spec .zc-top-nav-m {
  background-color: transparent;
  border-bottom: 0px;
  top: 0px;
}
.spec .zc-top-nav-m .register-link {
  background-color: transparent;
  border: 1px solid white;
}
.spec .zc-top-nav-m .switch-btn {
  cursor: pointer;
}
.spec .zc-top-nav-m .switch-btn li {
  background-color: white;
}
.spec .zc-top-nav-m .logo-outer img {
  display: none;
}
.spec .zc-top-nav-m .logo-outer img.white {
  display: inline-block;
}
.common-top-bar {
  width: 100%;
  height: 40px;
  background-color: #090130;
}
.common-top-bar .top-bar-wrap {
  max-width: 1190px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: auto;
  height: 100%;
}
.common-top-bar .top-bar-wrap span {
  font-size: 11px;
  color: #565267;
  display: block;
  float: left;
  height: 100%;
  line-height: 40px;
}
.common-top-bar .top-bar-wrap span a {
  display: block;
  width: 100%;
  height: 100%;
  color: #9099a4;
  text-decoration: none;
}
.common-top-bar .top-bar-wrap span:hover a {
  color: #ffffff;
}
.common-top-bar .top-bar-wrap .middle-bar {
  border-right: 1px solid #565267;
  height: 10px;
  margin: 15px 20px 0 20px;
  display: inline-block;
}
.show-top-bar .zc-top-nav {
  top: 40px;
}
.show-top-bar .zc-top-nav-m {
  top: 40px;
}
.game-icon38 {
  position: absolute;
  display: block;
  width: 25px;
  height: 12px;
  margin-left: 85px;
  margin-top: 10px;
  background: url(../images/solutions/game-new.png) center no-repeat;
}
.zc-top-nav {
  height: 65px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 10000;
  background-color: white;
  color: #545d69;
  transition: background-color 0.3s ease-out;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}
.zc-top-nav .zc-top-nav-inner {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0px 30px;
  margin: auto;
  height: 100%;
}
.zc-top-nav .zc-top-nav-inner .nav-outer {
  height: 100%;
  float: right;
  min-width: 10px;
  position: relative;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer {
  position: absolute;
  top: 100%;
  display: none;
  overflow: hidden;
  left: -420px;
  height: 130px;
  min-width: 10px;
  width: 960px;
  background-color: white;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer.solution {
  width: 840px;
  left: -300px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  height: 100%;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li {
  height: 100%;
  float: left;
  width: 120px;
  box-sizing: border-box;
  position: relative;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li:hover,
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li.active {
  background-color: #f6f6f9;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li a {
  text-decoration: none;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li:last-child:after {
  display: none;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .new-icon {
  background: url('../images/callRobot-new.png');
  width: 25px;
  height: 12px;
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li:after {
  content: " ";
  display: block;
  height: 99px;
  width: 1px;
  background-color: #edf1f5;
  position: absolute;
  right: 0px;
  top: 14px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .game-icon1 {
  height: 30px;
  width: 33px;
  margin: 33px auto 8px auto;
  background: url("../images/solutions/game-icon1.png") no-repeat;
  background-size: contain;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo {
  margin: auto;
  height: 33px;
  width: 39px;
  margin-top: 25px;
  background-image: url(../images/major_spirite.png);
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.solution {
  height: 24px;
  margin-bottom: 18px;
  background-position: -53px -3px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.cloud {
  height: 34px;
  margin-bottom: 8px;
  background-position: -95px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.robot {
  height: 26px;
  margin-bottom: 16px;
  width: 44px;
  background-position: -141px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.callRobot {
  margin: auto;
  margin-top: 29px;
  background-image: url(../images/callRobot-ai.png);
  height: 20px;
  margin-bottom: 16px;
  width: 44px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.manual {
  height: 31px;
  margin-bottom: 11px;
  background-position: -186px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.workorder {
  height: 31px;
  margin-bottom: 11px;
  background-position: -224px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.app {
  height: 31px;
  width: 25px;
  margin-bottom: 11px;
  background-position: -264px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.platform {
  height: 33px;
  margin-bottom: 11px;
  background-position: -293px 0px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.economic {
  height: 35px;
  margin-bottom: 11px;
  background-position: 2px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.education {
  height: 35px;
  margin-bottom: 11px;
  background-position: -36px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.business {
  height: 35px;
  margin-bottom: 11px;
  background-position: -76px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.company {
  height: 35px;
  margin-bottom: 11px;
  background-position: -119px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.life {
  height: 35px;
  margin-bottom: 11px;
  background-position: -162px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .icon-logo.other {
  height: 35px;
  margin-bottom: 11px;
  background-position: -203px -259px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer .sub-nav-outer ul li .text {
  max-width: 85px;
  margin: auto;
  font-size: 14px;
  line-height: 17px;
  color: #535b6d;
  text-align: center;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item {
  height: 100%;
  line-height: 65px;
  float: left;
  padding-right: 40px;
  font-size: 16px;
  cursor: pointer;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item > a {
  color: #545d69;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item > span {
  color: #6a7383;
  transition: color 0.3s ease-in-out;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item.active > span,
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item.active > a {
  color: #09aeb0;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item.active em {
  background-position: -40px -6px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item:hover .sub-nav-outer {
  display: block;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item:hover > span,
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item:hover > a {
  color: #09aeb0;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item:hover em {
  background-position: -40px -6px;
}
.zc-top-nav .zc-top-nav-inner .nav-outer ul.topnav li.top-nav-item em {
  margin-left: 8px;
  font-style: normal;
  height: 6px;
  width: 11px;
  position: relative;
  top: -2px;
  background-image: url(../images/major_spirite.png);
  background-position: -40px -18px;
  display: inline-block;
}
.zc-top-nav .zc-top-nav-inner .dingding-outer {
  width: 98px;
  height: 24px;
  float: left;
  margin-top: 17px;
  margin-left: 20px;
}
.zc-top-nav .zc-top-nav-inner .dingding-outer .dingding-logo {
  height: 100%;
}
.zc-top-nav .zc-top-nav-inner .dingding-outer img {
  height: 100%;
}
.zc-top-nav .zc-top-nav-inner .logo-outer {
  cursor: pointer;
  height: 100%;
  float: left;
  margin-top: 15px;
  width: 121px;
  height: 32px;
  background-position: 0px -70px;
  background-image: url(../images/major_spirite.png);
}
.zc-top-nav .zc-top-nav-inner .logo-outer .logo-text {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  text-align: left;
}
.zc-top-nav .zc-top-nav-inner .logo-outer .logo-text .text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  transition: color 0.3s ease-in-out;
  max-width: 65px;
}
.zc-top-nav .zc-top-nav-inner .logo-outer .logo-text .text.spec {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  left: -8px;
  top: -3px;
  transform: scale(0.7);
}
.zc-top-nav .zc-top-nav-inner .logo-outer .logo-image {
  height: 34px;
  background-position: -2px -35px;
  vertical-align: middle;
  display: inline-block;
  width: 34px;
  background-image: url(../images/major_spirite.png);
}
.zc-top-nav .zc-top-nav-inner .buttons-outer {
  height: 100%;
  float: right;
  min-width: 20px;
}
.zc-top-nav .zc-top-nav-inner .buttons-outer a.btn {
  background-color: transparent;
  border: 1px solid #09aeb0;
  border-radius: 2px;
  color: #09aeb0;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
  display: inline-block;
  width: 78px;
  font-size: 14px;
  margin-top: 15px;
  transition: background-color 0.2s ease-in-out;
  height: 34px;
}
.zc-top-nav .zc-top-nav-inner .buttons-outer a.btn:hover {
  background-color: rgba(9, 174, 176, 0.1);
}
.zc-top-nav .zc-top-nav-inner .buttons-outer a.btn.btn-register {
  background-color: #09aeb0;
  margin-left: 10px;
  color: white;
}
.zc-top-nav .zc-top-nav-inner .buttons-outer a.btn.btn-register:hover {
  background-color: #039d9f;
}
.zc-top-nav-m {
  transition: background-color 0.3s ease-in-out, border-width 0.3s ease-in-out;
  background-color: white;
  width: 100%;
  position: fixed;
  z-index: 10000;
  min-height: 50px;
  border-bottom: 1px solid #e0e5eb;
}
.zc-top-nav-m.show .sub-nav {
  opacity: 1;
  height: auto;
  min-height: 10px;
  border-top: 1px solid #e0e5eb;
}
.zc-top-nav-m.show div.sub-nav-ul .production-list .sub-sub-nav {
  height: auto;
  min-height: 10px;
}
.zc-top-nav-m .sub-nav {
  width: 100%;
  height: 0px;
  overflow: hidden;
  clear: both;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: #f8f8f8;
  margin-top: 10px;
}
.zc-top-nav-m .sep-line {
  height: 1px;
  clear: both;
}
.zc-top-nav-m div.sub-nav-ul:after {
  content: " ";
  display: block;
  height: 1px;
  visibility: hidden;
  clear: both;
}
.zc-top-nav-m div.sub-nav-ul .links-list {
  float: left;
  width: 37%;
}
.zc-top-nav-m div.sub-nav-ul .links-list li {
  height: 44px;
  line-height: 44px;
  margin-top: 15px;
  text-align: left;
  box-sizing: border-box;
}
.zc-top-nav-m div.sub-nav-ul .links-list li:active {
  background-color: #e8ecec;
}
.zc-top-nav-m div.sub-nav-ul .links-list li a {
  padding-left: 16px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #6d7787;
  text-decoration: none;
}
.zc-top-nav-m div.sub-nav-ul .links-list li a:active {
  background-color: transparent;
}
.zc-top-nav-m div.sub-nav-ul .production-list {
  width: 63%;
  min-height: 10px;
  box-sizing: border-box;
  border-right: 1px solid #e0e5eb;
  float: left;
  padding-bottom: 15px;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav {
  padding: 0px 0px;
  background-color: #f8f8f8;
  height: 0px;
  overflow: hidden;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li {
  box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  min-height: 44px;
  line-height: 44px;
  position: relative;
  margin-top: 15px;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li a {
  display: block;
  height: 100%;
  color: #6d7787;
  text-decoration: none;
  padding-left: 25px;
  width: 100%;
  box-sizing: border-box;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li a:active {
  background-color: #e8ecec;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li .img-outer {
  text-align: center;
  display: inline-block;
  height: 36px;
  width: 60px;
  vertical-align: middle;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li .img-outer.spec {
  height: 25px;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li .img-outer img {
  height: 100%;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li .img-outer img.spec {
  height: 35px;
  position: relative;
  top: -7px;
}
.zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li.active {
  background-color: #e8ecec;
}
.zc-top-nav-m .register-link {
  text-decoration: none;
  display: block;
  float: right;
  height: 30px;
  box-sizing: border-box;
  width: 92px;
  background-color: #09aeb0;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: white;
  margin-top: 10px;
  margin-right: 26px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.zc-top-nav-m .switch-btn {
  width: 20px;
  height: 17px;
  margin: 0px;
  padding: 0px;
  float: right;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 16px;
}
.zc-top-nav-m .switch-btn li {
  width: 100%;
  height: 2px;
  margin-top: 5px;
  border-radius: 1px;
  background-color: #09aeb0;
  transition: background-color 0.3s ease-in-out;
}
.zc-top-nav-m .switch-btn li:first-child {
  margin-top: 0px;
}
.zc-top-nav-m .logo-outer {
  width: 134px;
  height: 24px;
  margin-top: 10px;
  float: left;
  margin-left: 15px;
}
.zc-top-nav-m .logo-outer img {
  height: 100%;
  width: 100%;
}
.zc-top-nav-m .logo-outer img.white {
  display: none;
}
@media screen and (max-width: 325px) {
  .zc-top-nav-m div.sub-nav-ul .production-list .sub-sub-nav li .img-outer {
    width: 40px;
  }
  .zc-top-nav-m .sub-nav .sub-nav-ul .production-list .sub-sub-nav li {
    padding-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .zc-top-nav-m {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .zc-top-nav {
    display: none;
  }
}
.zc-navigation {
  position: fixed;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  z-index: 201;
  transition: all 0.3s;
}
.zc-navigation a {
  text-decoration: none;
}
.zc-navigation p {
  margin: 0;
}
.zc-navigation.active {
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.zc-navigation.active .zc-navigation-outer .company-logo a {
  width: 142px;
  height: 25px;
}
.zc-navigation.active .zc-navigation-outer .company-logo a img {
  width: 100%;
  height: 100%;
}
.zc-navigation.active .zc-navigation-outer .zc-navigation-menu .clearfix li a {
  color: #545d69;
}
.zc-navigation.active .zc-navigation-outer .zc-navigation-menu .clearfix li:hover a {
  color: #38bdbf;
}
.zc-navigation.active .zc-navigation-outer .zc-navigation-menu .clearfix li.active {
  color: #38bdbf;
  border-bottom: 2px solid #0ac0c2;
}
.zc-navigation.active .zc-navigation-outer .cover .lan-box:hover .tag::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
  top: 5px;
  left: 40px;
}
.zc-navigation.active .zc-navigation-outer .cover .lan-box .lan-logo {
  background: url('../images/zc-new-navigation/lan-logo2.png') no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  margin-right: 12px;
}
.zc-navigation.active .zc-navigation-outer .cover .tag {
  position: relative;
  color: #545D69;
  font-size: 16px;
}
.zc-navigation.active .zc-navigation-outer .cover .tag::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #545D69;
  border-bottom: 5px solid transparent;
  transition: all 0.3s ease-out;
  top: 10px;
  left: 40px;
}
.zc-navigation.active_white {
  background-color: white;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.zc-navigation .zc-aigc-entry {
  position: relative;
  height: 72px;
  width: 100%;
  background-color: #00D5D8;
  display: none;
}
.zc-navigation .zc-aigc-entry.show {
  display: block;
}
.zc-navigation .zc-aigc-entry.noshow {
  display: none;
}
.zc-navigation .zc-aigc-entry .zc-aigc-content {
  width: 944px;
  height: 60px;
  margin: 0 auto;
  background: url('../images/AIGC/entry.png') no-repeat;
  background-size: 944px 60px;
  display: flex;
  flex-direction: row;
  padding-left: 200px;
  padding-right: 260px;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
.zc-navigation .zc-aigc-entry .zc-aigc-content span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  height: 60px;
  padding-top: 27px;
  box-sizing: border-box;
}
.zc-navigation .zc-aigc-entry .zc-aigc-content a {
  cursor: pointer;
  display: block;
  width: 95px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ABABD;
  line-height: 34px;
  text-align: center;
  margin-top: 19px;
}
.zc-navigation .zc-aigc-entry .zc-aigc-content a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.zc-navigation .zc-aigc-entry .zc-aigc-close {
  cursor: pointer;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 22px;
  right: 0;
  background: url('../images/newicon/agic.png') no-repeat;
  background-size: 27px 27px;
}
.zc-navigation .zc-aigc-entry .zc-aigc-close:hover {
  background: url('../images/newicon/agic-hover.png') no-repeat;
  background-size: 27px 27px;
}
.zc-navigation .zc-navigation-outer {
  width: 1100px;
  margin: 0 auto;
  height: 65px;
}
.zc-navigation .zc-navigation-outer > div {
  height: 100%;
}
.zc-navigation .zc-navigation-outer .company-logo {
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
}
.zc-navigation .zc-navigation-outer .company-logo a {
  display: block;
  width: 142px;
  height: 25px;
}
.zc-navigation .zc-navigation-outer .company-logo a img {
  width: 100%;
  height: 100%;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu {
  float: right;
  margin-right: 20px;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li {
  float: left;
  padding: 0 10px;
  margin: 0 7px;
  height: 63px;
  line-height: 64px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li:hover {
  border-bottom: 2px solid #0ac0c2;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li:hover a {
  color: #38bdbf;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li a {
  color: white;
  text-decoration: none;
  display: block;
  height: 61px;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li.active {
  border-bottom: 2px solid #0ac0c2;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix li.active a {
  color: #38bdbf;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix .linkItem {
  display: flex;
  align-items: center;
  line-height: 50px;
  cursor: pointer;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix .linkItem img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 6px;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix .linkItem a {
  display: inline-block;
  height: auto !important;
  font-size: 14px;
  color: #545d69 !important;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix .linkItem:hover {
  background-color: #eeeff2;
}
.zc-navigation .zc-navigation-outer .zc-navigation-menu .clearfix .linkItem:hover a {
  color: #38bdbf !important;
}
.zc-navigation .zc-navigation-outer .zc-navigation-button {
  float: right;
  width: 266px;
}
.zc-navigation .zc-nav-wap {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 65px;
  margin: 0 -20px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.zc-navigation .zc-nav-wap.active {
  opacity: 1;
  display: block;
}
.zc-navigation .zc-nav-wap .content {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zc-navigation .zc-nav-wap .content .item {
  width: 263px;
  overflow: hidden;
  box-sizing: border-box;
}
.zc-navigation .zc-nav-wap .content .item h5 {
  padding: 0px 0px 14px 0px;
  margin: 0;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1A2233;
  line-height: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #DFE9F3;
  margin-bottom: 14px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem {
  display: block;
  width: 263px;
  border-radius: 4px;
  margin-bottom: 6px;
  box-sizing: border-box;
  padding: 14px 0px 14px 16px;
  cursor: pointer;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop {
  width: 263px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  top: -12px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon {
  width: 30px;
  height: 30px;
  background: url('../images/newicon/robot.png') no-repeat;
  display: block;
  background-size: 30px 30px;
  box-sizing: border-box;
  margin-right: 8px;
  background-position: 2px 5px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.online {
  background: url('../images/newicon/online.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 5px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.callcenter {
  background: url('../images/newicon/callcenter.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 5px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.ws {
  background: url('../images/newicon/ws.png') no-repeat;
  background-size: 30px 30px;
  background-position: -5px 5px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.icall {
  background: url('../images/newicon/icall.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 6px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.zhike {
  background: url('../images/newicon/zhike.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.weike {
  background: url('../images/newicon/weike.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.whatapp {
  background: url('../images/newicon/whatapp.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 5px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .icon.bpo {
  background: url('../images/newicon/bpo.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 3px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .font {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1A2233;
  line-height: 18px;
  display: block;
  margin-right: 8px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .hot {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/hot.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem .textTop .new {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/new.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem p {
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA8B9;
  line-height: 12px;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem:hover {
  background: #F8FBFF;
}
.zc-navigation .zc-nav-wap .content .item .textBox .textItem:hover .textTop .font {
  color: #1ABABD;
}
.zc-navigation .zc-nav-case {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 65px;
  margin: 0 -20px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.zc-navigation .zc-nav-case.active {
  opacity: 1;
  display: block;
}
.zc-navigation .zc-nav-case .content {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zc-navigation .zc-nav-case .content .item {
  width: 542px;
  overflow: hidden;
  box-sizing: border-box;
}
.zc-navigation .zc-nav-case .content .item h5 {
  padding: 0px 0px 14px 0px;
  margin: 0;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1A2233;
  line-height: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #DFE9F3;
  margin-bottom: 14px;
}
.zc-navigation .zc-nav-case .content .item .textBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 542px;
  box-sizing: border-box;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem {
  display: block;
  width: 263px;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 14px 0px 14px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  top: -12px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon {
  width: 30px;
  height: 30px;
  background: url('../images/newicon/cross.png') no-repeat;
  display: block;
  background-size: 30px 30px;
  box-sizing: border-box;
  margin-right: 8px;
  background-position: -3px 3px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.icall {
  background: url('../images/newicon/icall.png') no-repeat;
  background-size: 30px 30px;
  background-position: -2px 6px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.omnichannel {
  background: url('../images/newicon/omnichannel.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.private {
  background: url('../images/newicon/private.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 4px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.ssc {
  background: url('../images/newicon/ssc.png') no-repeat;
  background-size: 30px 30px;
  background-position: -5px 3px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.retail {
  background: url('../images/newicon/retail.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.insurance {
  background: url('../images/newicon/insurance.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.life {
  background: url('../images/newicon/life.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 3px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.bank {
  background: url('../images/newicon/bank.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 3px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.enterprise {
  background: url('../images/newicon/enterprise.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 5px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.game {
  background: url('../images/newicon/game.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 6px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .icon.education {
  background: url('../images/newicon/education.png') no-repeat;
  background-size: 30px 30px;
  background-position: -2px 6px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .font {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1A2233;
  line-height: 18px;
  display: block;
  margin-right: 8px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .hot {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/hot.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem .textTop .new {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/new.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem p {
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA8B9;
  line-height: 12px;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem:hover {
  background: #F8FBFF;
}
.zc-navigation .zc-nav-case .content .item .textBox .textItem:hover .textTop .font {
  color: #1ABABD;
}
.zc-navigation .zc-help-center {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 65px;
  margin: 0 -20px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.zc-navigation .zc-help-center.active {
  opacity: 1;
  display: block;
}
.zc-navigation .zc-help-center .content {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zc-navigation .zc-help-center .content .item {
  width: 542px;
  overflow: hidden;
  box-sizing: border-box;
}
.zc-navigation .zc-help-center .content .item h5 {
  padding: 0px 0px 14px 0px;
  margin: 0;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1A2233;
  line-height: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #DFE9F3;
  margin-bottom: 14px;
}
.zc-navigation .zc-help-center .content .item .textBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 542px;
  box-sizing: border-box;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem {
  display: block;
  width: 263px;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 14px 0px 14px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  top: -12px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon {
  width: 30px;
  height: 30px;
  background: url('../images/newicon/function.png') no-repeat;
  display: block;
  background-size: 30px 30px;
  box-sizing: border-box;
  margin-right: 8px;
  background-position: 0px 4px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon.document {
  background: url('../images/newicon/document.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon.download {
  background: url('../images/newicon/download.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon.log {
  background: url('../images/newicon/log.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 4px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon.service {
  background: url('../images/newicon/service.png') no-repeat;
  background-size: 30px 30px;
  background-position: -3px 3px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .icon.deliver {
  background: url('../images/newicon/deliver.png') no-repeat;
  background-size: 30px 30px;
  background-position: -2px 3px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .font {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1A2233;
  line-height: 18px;
  display: block;
  margin-right: 8px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .hot {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/hot.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem .textTop .new {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/new.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem p {
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA8B9;
  line-height: 12px;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem:hover {
  background: #F8FBFF;
}
.zc-navigation .zc-help-center .content .item .textBox .textItem:hover .textTop .font {
  color: #1ABABD;
}
.zc-navigation .zc-about-us {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 65px;
  margin: 0 -20px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.zc-navigation .zc-about-us.active {
  opacity: 1;
  display: block;
}
.zc-navigation .zc-about-us .content {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zc-navigation .zc-about-us .content .item {
  width: 542px;
  overflow: hidden;
  box-sizing: border-box;
}
.zc-navigation .zc-about-us .content .item h5 {
  padding: 0px 0px 14px 0px;
  margin: 0;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1A2233;
  line-height: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #DFE9F3;
  margin-bottom: 14px;
}
.zc-navigation .zc-about-us .content .item .textBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 542px;
  box-sizing: border-box;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem {
  display: block;
  width: 263px;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 14px 0px 14px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  top: -12px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .icon {
  width: 30px;
  height: 30px;
  background: url('../images/newicon/introduce.png') no-repeat;
  display: block;
  background-size: 30px 30px;
  box-sizing: border-box;
  margin-right: 8px;
  background-position: -2px 3px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .icon.contact {
  background: url('../images/newicon/contact.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 4px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .icon.partner {
  background: url('../images/newicon/partner.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 4px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .icon.personnel {
  background: url('../images/newicon/personnel.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 2px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .font {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1A2233;
  line-height: 18px;
  display: block;
  margin-right: 8px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .hot {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/hot.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem .textTop .new {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/new.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem p {
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA8B9;
  line-height: 12px;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem:hover {
  background: #F8FBFF;
}
.zc-navigation .zc-about-us .content .item .textBox .textItem:hover .textTop .font {
  color: #1ABABD;
}
.zc-navigation .zc-content-center {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 65px;
  margin: 0 -20px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.zc-navigation .zc-content-center.active {
  opacity: 1;
  display: block;
}
.zc-navigation .zc-content-center .content {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.zc-navigation .zc-content-center .content .textItem {
  display: block;
  width: 263px;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 14px 0px 14px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.zc-navigation .zc-content-center .content .textItem .textTop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  top: -12px;
}
.zc-navigation .zc-content-center .content .textItem .textTop .icon {
  width: 30px;
  height: 30px;
  background: url('../images/newicon/content.png') no-repeat;
  display: block;
  background-size: 30px 30px;
  box-sizing: border-box;
  margin-right: 8px;
  background-position: 0px 4px;
}
.zc-navigation .zc-content-center .content .textItem .textTop .icon.blog {
  background: url('../images/newicon/blog.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 3px;
}
.zc-navigation .zc-content-center .content .textItem .textTop .font {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1A2233;
  line-height: 18px;
  display: block;
  margin-right: 8px;
}
.zc-navigation .zc-content-center .content .textItem .textTop .hot {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/hot.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-content-center .content .textItem .textTop .new {
  width: 26px;
  height: 13px;
  background: url('../images/newicon/new.png') no-repeat;
  background-size: 26px 13px;
  margin-bottom: 9px;
}
.zc-navigation .zc-content-center .content .textItem p {
  margin: 0;
  padding: 0;
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA8B9;
  line-height: 12px;
}
.zc-navigation .zc-content-center .content .textItem:hover {
  background: #F8FBFF;
}
.zc-navigation .zc-content-center .content .textItem:hover .textTop .font {
  color: #1ABABD;
}
.top-nav-outer .zc-navigation {
  top: 0px;
}
.top-btn {
  background-color: transparent;
  border: 1px solid #09aeb0;
  border-radius: 2px;
  color: #09aeb0;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
  display: inline-block;
  width: 78px;
  font-size: 14px;
  margin-top: 15px;
  transition: background-color 0.2s ease-in-out;
  height: 34px;
  cursor: pointer;
}
.top-btn-register {
  background-color: #09aeb0;
  margin-left: 10px;
  color: white;
}
.hover-login {
  width: 120px;
  background-color: white;
  position: absolute;
  top: 45px;
  right: -20px;
  border-radius: 2px;
  display: none;
}
.hover-login.lan {
  right: 12px;
  top: 35px;
}
.hover-login:hover a:first-child {
  background-color: rgba(9, 174, 176, 0.1);
  color: #09aeb0;
}
.hover-login .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  background: black;
  transform: rotate(45deg);
  top: -5px;
  left: 55px;
  z-index: -1;
  background: #09aeb0;
}
.hover-login a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 2px;
  text-decoration: none;
  background-color: rgba(9, 174, 176, 0.1);
  color: #09aeb0;
}
.hover-login a:first-child {
  background-color: #09aeb0;
  color: #fff;
}
.hover-login a:first-child:hover {
  background-color: #09aeb0;
  color: #fff;
}
.hover-login a:hover {
  background-color: #09aeb0;
  color: #fff;
}
.cover {
  display: inline-block;
  height: 100%;
}
.cover .lan-box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  width: 80px;
  position: relative;
}
.cover .lan-box:hover .tag::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
  top: 5px;
  left: 40px;
}
.cover .lan-box .lan-logo {
  background: url('../images/zc-new-navigation/lan-logo1.png') no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.cover .lan-box .tag {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.cover .lan-box .tag::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.7);
  border-bottom: 5px solid transparent;
  transition: all 0.3s ease-out;
  top: 10px;
  left: 40px;
  display: none;
}
.cover:hover .top-btn-login {
  background-color: rgba(9, 174, 176, 0.1);
}
.cover:hover .top-btn-register {
  background-color: #039d9f;
}
.cover:hover .hover-login {
  display: block;
}
.cover.cover-lan:hover .lan-box .tag::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
  top: 5px;
  left: 40px;
}
.bank-new-point {
  height: 6px;
  width: 6px;
  background: #ffae4f;
  left: 0;
  top: 0;
  z-index: 100;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.js-residualCapital-wrap {
  display: none;
}
.bottom-info-wrap {
  width: 100%;
  height: 70px;
  background-color: #414956;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.bottom-info-wrap .content {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
.bottom-info-wrap .content .item {
  float: left;
}
.bottom-info-wrap .content .zc-residual-solution {
  font-size: 24px;
  color: #fff;
  line-height: 70px;
  margin-right: 45px;
}
.bottom-info-wrap .content .zc-residual-solution span {
  color: #51abaf;
}
.bottom-info-wrap .content .zc-residual-company {
  margin-right: 33px;
}
.bottom-info-wrap .content .zc-residual-company,
.bottom-info-wrap .content .zc-residual-business {
  line-height: 70px;
}
.bottom-info-wrap .content .zc-residual-company .name,
.bottom-info-wrap .content .zc-residual-business .name {
  float: left;
  color: #ffffff;
  font-size: 16px;
}
.bottom-info-wrap .content .zc-residual-company input,
.bottom-info-wrap .content .zc-residual-business input {
  float: left;
  width: 178px;
  height: 32px;
  margin: 19px 0 0 11px;
  outline: none;
  border: none;
  border-radius: 2px;
  text-indent: 11px;
  font-size: 16px;
}
.bottom-info-wrap .content .zc-residual-business {
  height: 32px;
  margin-top: 19px;
  line-height: 32px;
  position: relative;
}
.bottom-info-wrap .content .zc-residual-business.open .arrow {
  top: 10px;
  transform: rotate(180deg);
}
.bottom-info-wrap .content .zc-residual-business.open .select-wrap {
  top: -423px;
  z-index: 1;
}
.bottom-info-wrap .content .zc-residual-business input {
  cursor: pointer;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.bottom-info-wrap .content .zc-residual-business .arrow {
  width: 18px;
  height: 10px;
  display: block;
  cursor: pointer;
  right: 10px;
  top: 12px;
  position: absolute;
  z-index: 3;
  background: url(../images/bottom-wrap-arrow.png) no-repeat;
  transition: all 0.2s;
}
.bottom-info-wrap .content .zc-residual-business .animation-wrap .cover {
  height: 19px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #414956;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap {
  width: 178px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 19px;
  left: 43px;
  z-index: -1;
  transition: all 0.2s;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li {
  box-sizing: border-box;
  padding: 13px 0;
  height: 60px;
  cursor: pointer;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li:hover {
  background: #f6f8fa;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li.other {
  line-height: 34px;
  text-align: center;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li div,
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li p {
  height: auto;
  text-align: center;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li div {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #404040;
}
.bottom-info-wrap .content .zc-residual-business .select-wrap .select-li p {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #b4b8bd;
}
.bottom-info-wrap .content .zc-residual-button {
  line-height: 40px;
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
}
.bottom-info-wrap .content .zc-residual-button div {
  width: 115px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background-color: #04babc;
  cursor: pointer;
}
.bottom-info-wrap .content .zc-residual-button div:hover {
  background-color: #04babc;
  color: #8ee0e1;
}
.bottom-info-wrap .content .zc-residual-button .error {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -7px;
  right: -36px;
  position: absolute;
  background-color: #2e3642;
  background-image: url("../images/bottom-close-icon.png");
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  cursor: pointer;
}
.generate-plan-wrap {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
}
.generate-plan-wrap * {
  margin: 0;
  box-sizing: border-box;
}
.generate-plan-wrap input::-webkit-outer-spin-button,
.generate-plan-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.generate-plan-wrap.hide .generate-plan-info {
  display: none;
}
.generate-plan-wrap.hide .generate-plan-success {
  display: block;
}
.generate-plan-wrap .model-cover {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
}
.generate-plan-wrap .generate-plan-info {
  width: 510px;
  height: 420px;
  padding: 50px 60px 0 60px;
  margin: 245px auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.generate-plan-wrap .generate-plan-info .close-btn {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -11px;
  right: -11px;
  position: absolute;
  background-color: #2e3642;
  background-image: url(../images/bottom-close-icon.png);
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  cursor: pointer;
  opacity: 0.8;
}
.generate-plan-wrap .generate-plan-info .generate-plan-title {
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #404040;
  font-size: 26px;
  margin-bottom: 42px;
}
.generate-plan-wrap .generate-plan-info .item-info {
  height: 42px;
  margin-bottom: 24px;
  position: relative;
}
.generate-plan-wrap .generate-plan-info .item-info.error .zc-j-input {
  border: 1px solid #fa4b85;
}
.generate-plan-wrap .generate-plan-info .item-info.error .error-txt {
  visibility: initial;
}
.generate-plan-wrap .generate-plan-info .item-info .zc-j-input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 85px;
  font-size: 16px;
  border: 1px solid #e1e6f5;
  border-radius: 4px;
}
.generate-plan-wrap .generate-plan-info .item-info .tips {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 16px;
  line-height: 42px;
  color: #555555;
}
.generate-plan-wrap .generate-plan-info .item-info .error-txt {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  line-height: 12px;
  color: #f1323b;
  visibility: hidden;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .clear-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-info {
  float: left;
  height: 42px;
  line-height: 42px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-code-btn {
  width: 165px;
  color: #fff;
  text-align: center;
  background: #c8cdcf;
  border-radius: 4px;
  cursor: pointer;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-code-btn:hover {
  background: #b3b7b9;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-code-btn.active {
  background: #04babc;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-code-btn.active:hover {
  background: #459ca0;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .count-down {
  position: absolute;
  height: 100%;
  line-height: 42px;
  width: 165px;
  text-align: center;
  background: #c8cdcf;
  border-radius: 4px;
  display: none;
  padding: 0 22px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .count-down:after {
  content: '';
  display: block;
  clear: both;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .count-down span {
  float: left;
  display: block;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .count-down .time {
  width: 25px;
  color: #22b2b4;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms.hide .sms-code-btn {
  display: none;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms.hide .count-down {
  display: block;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .sms-code {
  float: right;
  width: 210px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-sms .tips {
  left: 194px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-email {
  margin-bottom: 30px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-email .tips {
  text-align: justify;
  display: block;
  width: 48px;
}
.generate-plan-wrap .generate-plan-info .item-info.item-email .tips::after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.generate-plan-wrap .generate-plan-info .item-info.item-commit .commit-btn {
  color: #fff;
  font-size: 20px;
  background: #04babc;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.generate-plan-wrap .generate-plan-success {
  width: 555px;
  height: 345px;
  padding: 45px 50px 0 50px;
  margin: 245px auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  display: none;
}
.generate-plan-wrap .generate-plan-success .close-btn {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -11px;
  right: -11px;
  position: absolute;
  background-color: #2e3642;
  background-image: url(../images/bottom-close-icon.png);
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  cursor: pointer;
  opacity: 0.8;
}
.generate-plan-wrap .generate-plan-success .image-wrap {
  margin-bottom: 23px;
}
.generate-plan-wrap .generate-plan-success .image-wrap .image {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background-image: url(../images/generate-plan-success.png);
}
.generate-plan-wrap .generate-plan-success .success-title {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #51abaf;
  text-align: center;
  margin-bottom: 40px;
}
.generate-plan-wrap .generate-plan-success .article-tips {
  font-size: 16px;
  color: #80848b;
  text-align: center;
  margin-bottom: 13px;
}
.generate-plan-wrap .generate-plan-success .article-tips.first {
  margin-bottom: 26px;
}
button,
input,
ul,
ol,
p,
span {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}
.href-wrap {
  text-align: center;
  margin-top: 50px;
}
.href-wrap a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: white;
  border: 1px solid white;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.href-wrap.sky-blue .one {
  background-color: #fff;
  color: #09aeb0;
}
.href-wrap.sky-blue .one:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #069b9d;
}
.href-wrap.sky-blue .two {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.href-wrap.sky-blue .two:hover {
  background-color: #069b9d;
  color: #fff;
}
.href-wrap .one {
  background-color: #09aeb0;
  color: #fff;
  width: 240px;
  margin-right: 20px;
}
.href-wrap .one:hover {
  background-color: #069b9d;
}
.href-wrap .two {
  color: #09aeb0;
  background-color: #fff;
  width: 150px;
  border: 1px solid #ddd;
}
.href-wrap .two:hover {
  background-color: #eee;
}
.common-waist {
  width: 100%;
  height: 165px;
  background-color: #1ABABD;
}
.common-waist .box {
  width: 1000px;
  height: 165px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common-waist .box .textBox {
  width: 640px;
  height: 165px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.common-waist .box .textBox p {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  height: 165px;
  line-height: 165px;
  width: 475px;
}
.common-waist .box .textBox .btn {
  width: 134px;
  height: 44px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}
.common-waist .box .textBox .btn a {
  border-radius: 5px;
  background: #FFFFFF;
  text-decoration: none;
  color: #1ABABD;
  display: inline-block;
  width: 134px;
  height: 44px;
}
.common-waist .box .textBox .btn a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.common-waist .box .img {
  width: 242px;
  height: 188px;
  background: url('../images/dibu_gril.png') no-repeat;
  background-size: 242px 188px;
  position: relative;
  top: -23px;
}
.common-waist h1 {
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 30px;
  margin-top: 109px;
  margin-bottom: 45px;
}
.common-waist h1.mobile {
  display: none;
}
.common-waist h1 em {
  font-size: 14px;
  font-style: normal;
}
.common-waist .mobile {
  display: none;
}
.common-waist button.btn {
  height: 44px;
  vertical-align: top;
  margin-left: -6px;
  width: 137px;
  background-color: #3ff9f8;
  font-size: 18px;
  color: #0d848a;
  border: 0px;
  outline: none;
  padding: 0px;
  cursor: pointer;
  border-radius: 0px 2px 2px 0px;
}
.common-waist button.btn:hover {
  background-color: #27e1e0;
}
.common-waist button.content-btn {
  width: 466px;
  height: 48px;
  background: #3FF9F8;
  border-radius: 4px 4px 4px 4px;
  line-height: 48px;
  box-sizing: border-box;
  outline: none;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.common-waist button.content-btn a {
  text-decoration: none;
  font-weight: 400;
  color: #0D848A;
  font-size: 20px;
  font-family: PingFang SC;
}
.common-waist button.content-btn:hover {
  background-color: #27e1e0;
}
.common-waist input {
  height: 44px;
  width: 347px;
  font-size: 18px;
  padding: 0px;
  padding-left: 14px;
  outline: none;
  border: 0px;
  border-radius: 2px 0px 0px 2px;
}
.common-waist input::-webkit-outer-spin-button,
.common-waist input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.common-waist input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.footer {
  width: 100%;
  height: 600px;
  background-color: #131227;
  font-size: 14px;
  overflow: hidden;
}
.footer .new-footer-inner {
  height: 600px;
  margin: 0 auto;
  padding-top: 74px;
  box-sizing: border-box;
}
.footer .footer-inner {
  width: 1000px;
  min-height: 100px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-inner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
}
.footer .footer-inner .super-nav-mobile {
  display: none;
}
.footer .footer-inner .super-nav-mobile li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
.footer .footer-inner .super-nav-mobile li a {
  text-decoration: none;
  color: #9ea7b2;
}
.footer .footer-inner .super-nav {
  margin-left: 360px;
}
.footer .footer-inner .super-nav .product-li {
  width: 280px;
  margin-right: 40px;
}
.footer .footer-inner .super-nav .product-li h4 {
  height: 36px;
  margin-bottom: 12px;
  border-bottom: 1px solid #616a7d;
  font-size: 22px;
}
.footer .footer-inner .super-nav .product-li .product-list {
  float: left;
}
.footer .footer-inner .super-nav .product-li .scene-list {
  float: left;
  margin-left: 30px;
}
.footer .footer-inner .super-nav .product-li .product-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .footer-inner .super-nav h4 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 0px;
  font-weight: normal;
}
.footer .footer-inner .super-nav ul li {
  height: 30px;
  line-height: 30px;
}
.footer .footer-inner .super-nav ul li:hover a {
  color: white;
}
.footer .footer-inner .super-nav ul li a {
  color: #9ea7b2;
  text-decoration: none;
}
.footer .footer-inner .super-nav > li {
  width: 172px;
  float: right;
}
.footer .footer-inner .super-nav > li:first-child {
  margin-right: -107px;
}
.footer .footer-inner .summary-info {
  width: 305px;
  height: 600px;
  overflow: hidden;
}
.footer .footer-inner .summary-desc {
  font-size: 16px;
  color: #9ea7b2;
  margin-top: 15px;
}
.footer .footer-inner .summary-list {
  margin: 0px;
  padding: 0px;
  margin-top: 43px;
  list-style-type: none;
}
.footer .footer-inner .summary-list li {
  height: 14px;
  line-height: 14px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA7B2;
  margin-bottom: 14px;
}
.footer .footer-inner .summary-list .phone {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  margin-bottom: 24px;
}
.footer .footer-inner .code {
  margin-top: 46px;
}
.footer .footer-inner .code .img {
  width: 111px;
  height: 111px;
  background: url('../images/dibu_code-nzc.png') no-repeat;
  background-size: 111px 111px;
}
.footer .footer-inner .code .text {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9EA7B2;
  line-height: 14px;
  margin-top: 17px;
}
.footer .footer-inner .logo-outer {
  height: 35px;
  cursor: pointer;
  height: 100%;
  display: block;
  width: 182px;
  height: 31px;
}
.footer .footer-inner .logo-outer img {
  width: 100%;
  height: 100%;
}
.footer .footer-inner .footer-product {
  width: 460px;
  height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-inner .footer-product .item h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  height: 43px;
  line-height: 19px;
  border-bottom: 1px #7B8390 solid;
  width: 70px;
  margin-bottom: 24px;
}
.footer .footer-inner .footer-product .item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7B8390;
}
.footer .footer-inner .footer-product .item ul {
  margin-top: 6px;
  overflow: hidden;
  margin-bottom: 35px;
}
.footer .footer-inner .footer-product .item ul li {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 28px;
  height: 28px;
  cursor: pointer;
}
.footer .footer-inner .footer-product .item ul li a {
  text-decoration: none;
  color: #9EA7B2;
}
.footer .footer-inner .footer-product .item ul li:hover a {
  color: #1ABABD;
}
.footer .footer-inner .footer-product .item ul.last {
  margin-top: -7px;
  margin-bottom: 58px;
}
.footer .footer-inner .footer-product .item ul.last .zixun a {
  color: #131227;
}
.footer .footer-inner .footer-product .item ul.last .zixun:hover a {
  color: #131227;
}
.common-summary {
  height: 60px;
  background-color: #2f3542;
  text-align: center;
  line-height: 60px;
  color: #69737f;
  font-size: 14px;
  position: relative;
}
.common-summary .items {
  display: flex;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  margin-top: -10px;
}
.common-summary .items .item-li {
  padding: 0 6px;
  position: relative;
}
.common-summary .items .item-li a {
  color: #939393;
}
.common-summary .items .item-li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background: #939393;
  top: 8px;
  margin-left: 5px;
}
.common-summary .items .item-li:last-child::after {
  content: '';
  background: transparent;
}
.common-summary .common-summary-website {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  visibility: hidden;
}
.common-summary .common-summary-website .footer_nav {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.common-summary .common-summary-website .footer_nav::after {
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.common-summary .common-summary-website .footer_nav li {
  float: left;
  margin-right: 2px;
  line-height: 14px;
}
.common-summary .common-summary-website .footer_nav li a {
  color: #2f3542;
}
.common-summary i {
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 44px;
  background-image: url(../images/major_spirite.png);
  background-position-y: -71px;
  background-position-x: -340px;
  margin-left: 10px;
}
.common-summary i:nth-child(2) {
  width: 37px;
  background-position-x: -300px;
}
.common-summary .police {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-image: url(../images/police.png);
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
}
.common-summary .policeText {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.common-summary img {
  display: none;
}
.gray .sub-nav-outer-website {
  background-color: #f9f9fb;
}
.sub-nav-outer-website {
  width: 100%;
  background-color: white;
  text-align: center;
}
.sub-nav-outer-website h3 {
  font-size: 24px;
  color: #7b8390;
  font-weight: normal;
  text-align: center;
  margin: 0px;
}
.sub-nav-outer-website ul {
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  list-style-type: none;
  list-style-position: inside;
}
.sub-nav-outer-website ul:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.sub-nav-outer-website ul li {
  display: inline-block;
  padding: 0px 20px;
  border-radius: 2px;
  height: 44px;
  line-height: 44px;
}
.sub-nav-outer-website ul li:hover,
.sub-nav-outer-website ul li.active {
  background-color: #09aeb0;
}
.sub-nav-outer-website ul li:hover a,
.sub-nav-outer-website ul li.active a {
  color: white;
}
.sub-nav-outer-website ul li a {
  text-decoration: none;
  color: #09aeb0;
}
.grid-outer {
  width: 960px;
  min-height: 10px;
  margin: auto;
  padding-top: 1px;
  margin-top: 50px;
}
.grid-outer:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.grid-outer .grid-column {
  width: 220px;
  margin-left: 25px;
  height: 204px;
  box-sizing: border-box;
  float: left;
  border: 1px solid #d5dce3;
  border-radius: 2px;
  position: relative;
  margin-top: 27px;
  padding-top: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.2s ease-in-out;
}
.grid-outer .grid-column:hover {
  box-shadow: 0px 0px 10px 1px rgba(189, 207, 207, 0.75);
  border: 1px solid #09aeb0;
}
.grid-outer .grid-column:hover .desc {
  top: 0px;
}
.grid-outer .grid-column .desc {
  position: absolute;
  height: 100%;
  transition: top 0.2s ease-in-out;
  top: -105%;
  padding: 16px 16px 0px 16px;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  font-size: 14px;
  color: #7b8390;
  line-height: 30px;
  text-align: center;
}
.grid-outer .grid-column .logo-outer {
  width: 66px;
  height: 50px;
  margin: auto;
  margin-top: 54px;
  position: relative;
  top: -11px;
}
.grid-outer .grid-column .text {
  width: 100%;
  font-size: 18px;
  position: absolute;
  top: 125px;
  color: #2f3542;
  text-align: center;
}
.grid-outer .grid-column:first-child,
.grid-outer .grid-column:nth-child(4n+1) {
  margin-left: 0px;
}
