
.zhiku-header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 50px;
  min-width: 800px;
  margin: 0 auto;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #E3E3E3;
  background-color: #2c85d9;
}
.zhiku-header-center {
  max-width: 1160px;
  margin: auto;
}
.zhiku-logo {
  float: left;
  width: 170px;
  height: 100%;
  text-align: center;
}
.zhiku-logo img {
  vertical-align: middle;
}
.zhiku-columns {
  float: left;
  height: 100%;
}
.zhiku-columns li {
  float: left;
  width: 60px;
  padding: 0 15px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.zhiku-columns li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #AACEEF;
}
.zhiku-columns li a i {
  display: block;
  float: left;
  width: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADtJREFUOBFj/P///0wGJMDIyJgO4hIrzoSklyzmwBtAlrOpqomR2NDGFTsDH4gUu4CqAUqWYaOxwMAAANSEItgX2pWjAAAAAElFTkSuQmCC) no-repeat center;
}
.zhiku-columns li a .zhiku-columns-news {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAGpJREFUOBFj/P//fxsDA4MwEJMD3jIBdZGrGWShMMgAigALTDcjI2M6jE0MDfT6TJA6il1AsQGMMKcQ42xsaih2Ac5AhLkMV+DC5KnnAmz+A4nBbMIlD/cCLgU098LARyMoFt7i8j8R4m8BenIhaz/ljhoAAAAASUVORK5CYII=) no-repeat center;
}
.zhiku-columns li a.active {
  color: #fff;
}
.zhiku-columns li a.active i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADdJREFUOBFj/A8EDEiAEQhAXGLFmZD0ksUceAPIcjZVNTESG9q4YmfgA5FiF1A1QMkybDQWGBgAxb0kCuVEoOUAAAAASUVORK5CYII=);
}
.zhiku-columns li a.active .zhiku-columns-news {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAFtJREFUOBFj/P///z0GBgZFICYH3GcEGvCfHJ0wPUwwBrk0C0wjIxDA2MTQMJdT7AKKDRjEgQgLJFyBC5OnOAzg0Ygr6mA24ZInaADNvTDw0QiKhfu4AogI8fsAIIcmrvMCsIkAAAAASUVORK5CYII=);
}
.zhiku-search {
  width: 250px;
  float: right;
  margin-right: 25px;
}
.zhiku-search .el-input {
  float: right;
  font-size: 14px;
}
.zhiku-search .el-input input {
  border: 0;
  border-radius: 20px;
}
.zhiku-search .el-input .el-input__inner {
  line-height: 32px;
  height: 32px;
}
.zhiku-search .el-input .el-input__icon {
  display: block;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAb1JREFUOBGVU78vBFEQnnm7K/wNynObKAiXqNEqREgUfjUShYoKJ340d4vmSCh1SFzo9BLFXefCFZJbVyqvF27fmFn37p4NhVfs+/b7Zr63M/MWwVpDQX0k0tEqIQwDUQoBa4RUQeWeVDdTVSu0DVHQ2D25jVK4C0BbBOC21Q74QFR7M1t9R/uIukMDKHlplMM9AtohRAcRzvg56rk9va5S44BwziFdRDq4ydfW7WTB+P3ZzZIkOwCTT1n/Lhk0kKvN8QGXHP7e5ULmccN/MTEqrpk/m2s5/S1ZAqvb/hUquOASuz8jWDHJsqu4YQwcUNe2kMTcg2KLG7Y1Jd0WwnOdui0ksaOhpVPa1pSMSoh3/enbQhI3AWOdp/Rma1wCVYQgTUu2kMQEejHmEEu2puSSMPEBBMsDQThviwYPBuEqlzqNiJEL3rHhZY8vEidukNYHMYF4yWUVuev1iLQPhAuSbJL4xPXnbLptEhvsE6nb4HWNiHIyKhNsdjmZNb4m38s2iQ2MkDms9bfmzKOitDRMAZYVegVNzSlNumBijckPAyP+tQ/mw7Wkyb8MxNg24V49/NvAmPC/Mev0eBNfKaWvqP3ikEQAAAAASUVORK5CYII=) no-repeat 2px 18px;
}
.zhiku-login {
  float: right;
}
.mobile-crumb {
  display: none;
}
.pc-crumb {
  display: inline;
}
@media only screen and (max-width: 750px) and (min-width: 0) {
html,
  body {
    font-size: 15.83333px;
    min-width: 0;
}
.mobile-crumb {
    display: inline;
}
.pc-crumb {
    display: none;
}
.pc-zhiku-log {
    display: none;
}
.mobile-zhiku-log {
    display: inline;
}
body .zhiku-header {
    min-width: 0;
    padding: 0;
}
body .zhiku-footer {
    height: auto;
    line-height: 1.5;
}
body .zhiku-footer.absolute-footer {
    position: absolute;
    bottom: 0;
}
body .zhiku-footer p {
    padding: 5px 10px;
}
body .zhiku-body {
    margin: 10px;
    min-width: 0;
    min-height: 0;
}
.article-body {
    margin: 0;
    width: 90%;
    padding: 0 5%;
}
.zhiku-columns,
  .zhiku-search {
    display: none;
}
}

.zhiku-footer {
  width: 100%;
  height: 46px;
  line-height: 23px;
  padding: 4px 0;
  background-color: #2c85d9;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.zhiku-footer a {
  color: #fff;
}
.zhiku-footer .zhiku-footer-item {
  display: inline-block;
  text-decoration: none;
}
.zhiku-footer .zhiku-footer-img {
  display: inline-block;
  vertical-align: top;
}
.zhiku-footer .zhiku-footer-text {
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}

.fast-operation {
  position: fixed;
  right: 10px;
  top: 55%;
}
.fast-operation .menu-item {
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
  display: block;
}
.fast-operation .menu-item .menu-item-img {
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  padding-top: 10px;
}
.fast-operation .menu-item .img-callback-top {
  height: 12px;
  padding-top: 15px;
}
.fast-operation .menu-item .show-text {
  width: 100%;
  background-color: #3DB5FC;
  text-align: center;
  line-height: 16px;
  padding: 5px 0;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-family: PingFangSC-Medium;
  display: block;
}
.fast-operation .menu-item .menu-qrcode {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: -170px;
  border: 6px solid #bebebe;
  border-radius: 8px;
  top: -58px;
}
.fast-operation .menu-item .wx-qrcode {
  height: 158px;
}
.fast-operation .menu-item .wx-qrcode-text {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: -4px;
}
.fast-operation .menu-item .right-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #CCCCCC;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 60px;
  left: 146px;
}
.fast-operation .menu-item img {
  width: 140px;
  height: 140px;
}
.fast-operation .menu-item:first-child {
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 750px) and (min-width: 0) {
.fast-operation {
    display: none;
}
}

.zhiku-body[data-v-3e5c92a2] {
  text-align: center;
  padding-top: 10%;
  color: #999999;
  font-size: 14px;
}
