/* 底部样式 */
.app-footer {
  background-color: #c52727;
  color: white;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer-logo {
  position: absolute;
  width: 155px;
  top: 50%;
  transform: translateY(-50%) translateX(-42vw);
  left: 50%;
}

.footer-main {
  flex: 1;
}

.app-footer a,
.app-footer span {
  display: inline;
  margin-right: 36px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.app-footer p {
  display: flex;
  /* justify-content: space-between; */
}

.app-footer p ~ p {
  margin-top: 10px;
}

.app-footer .content-main {
  position: relative;
}

.app-footer #bsjg,
.app-footer #ztwz {
  display: none;
  /* display: block; */
  position: absolute;
  border: 2px solid #b1aeae;
  background: rgba(140, 0, 7, 0.6);
  top: -70px;
  left: 106px;
  width: 296px;
  z-index: 999;
  padding: 4px 20px;
}

.app-footer #ztwz {
  width: 240px;
  top: -210px;
  left: 196px;
}

.app-footer #bsjg span,
.app-footer #bsjg a,
.app-footer #ztwz span,
.app-footer #ztwz a {
  margin: 0;
}

.app-footer #bsjg span,
.app-footer #ztwz span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.app-footer #bsjg span:hover a,
.app-footer #ztwz span:hover a {
  background-color: #fff;
  color: #c52727;
}

.close{
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  margin-left: 2px;
}

.jh {
  display: inline-block;
  margin-right: 24px !important;
}

.jh::before {
  display: inline-block;
  content: "";
  background-image: url(/publish/zggcdgjkfdxdecdbdh/image/jh_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
