.footer {
  width: 100%;
  background-color: #F6FCFF;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 34px 0px 20px;
}
.qh-icon img {
  width: 160px;
  height: 55px;
}
.footer-server {
  margin: 30px 0px 40px;
  font-size: 14px;
}
.footer-server .footer-server-icon .iconfont {
  font-size: 30px;
  margin-right: 5px;
  background: -webkit-linear-gradient(bottom right, #2E74FE, #B7D7FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-server .footer-server-content p:first-child {
  font-weight: bold;
}
.footer-server p {
  line-height: 24px;
}
.footer-nav {
  padding: 0 30px;
}
.footer-nav p {
  margin-bottom: 20px;
}
.footer-nav ul li {
  color: #666;
  line-height: 32px;
  font-size: 14px;
}
.footer-bottom-info,
.footer-bottom-info a {
  line-height: 28px;
  color: #666;
}
.footer-bottom-info a:hover {
  color: #2E74FE;
}
.footer-bottom-Copyright {
  text-align: center;
  color: #666;
}
.footer-police-logo {
  width: 16px;
  height: 16px;
}
.fiexd-footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background: linear-gradient(179deg, #6FE4F8 0%, #3C65FF 100%);
  z-index: 666;
  display: none;
}
.fiexd-footer-menu .iconfont {
  font-size: 20px;
  margin: 4px 0;
}
.fiexd-footer-menu .flex-col {
  margin-top: 4px;
  border-right: 2px solid #fff;
}
.fiexd-footer-menu a {
  color: #fff;
}
.fiexd-footer-menu .layui-col-sm4:last-child p {
  border: none;
}

.dialog-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  overflow: hidden;
  display: none;
}

.dialog {
  position: absolute;
  width: 420px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.dialog .dialog-header {
  align-items: center;
  padding: 10px 5px 10px 20px;
}

.dialog .dialog-header i {
  display: block;
  padding: 10px;
  font-size: 22px;
}

.dialog .dialog-header span {
  font-size: 18px;
  font-weight: bold;
}

.dialog p:nth-of-type(2) {
  /* text-align: center; */
  margin-bottom: 30px;
  padding-left: 20px;
}

.dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.dialog .dialog-footer a {
  padding: 10px 15px;
  line-height: 100%;
  background-color: #3c65ff;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.dialog .dialog-footer a .iconfont {
  padding-right: 5px;
  font-size: 18px;
}

.dialog .dialog-footer span {
  margin-right: 10px;
}

@media screen and (max-width:1199px) {
  .footer-content {
    width: 100%;
    padding: 10px;
    padding: 34px 10px 80px;
  }
  .footer-bottom-info {
    font-size: 14px;
  }
  .footer-nav-wrapper {
    justify-content: flex-start;
  }
  .fiexd-footer-menu {
    display: block;
  }
  .footer-server {
    margin: 20px 0px 30px;
  }
  .dialog {
    position: absolute;
    width: 90%;
  }
}
