.footer {
  width: 100%;
  background: #1c2533;
  height: 100px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}

.z {
  cursor: pointer;
}
.z:hover .pop {
  display: flex;
}

.pop {
  display: none;
  position: absolute;
  width: 172px;
  background: #fff;
  bottom: 41px;
  right: -57px;
  border-radius: 6px;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
}
.pop .code {
  width: 140px;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.back-top {
  right: 80px;
  bottom: 101px;
  padding: 8px;
  width: 72px;
  height: 72px;
  position: fixed;
  display: inline-block;
  background: hsla(0deg, 0%, 100%, 0.8);
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.back-top .img {
  width: 100%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bao-wrap {
  position: fixed;
  display: inline-block;
  background: hsla(0deg, 0%, 100%, 0.8);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  right: 48px;
  bottom: 209px;
  padding: 14px;
  width: 136px;
  height: 136px;
}
.bao-wrap .img {
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .back-top {
    width: 56px;
    height: 56px;
    right: 20px;
  }
  .bao-wrap {
    width: 72px;
    height: 72px;
    right: 20px;
  }
  .footer {
    line-height: 32px;
  }
  .footer .con {
    flex-direction: column-reverse;
  }
  .footer .f-30 {
    font-size: 20px;
  }
  .footer .f-16 {
    font-size: 12px;
  }
  .footer .z {
    padding: 0;
  }
  .footer .z:active .pop {
    display: flex;
  }
  .footer .pop {
    left: -70px;
    right: 0px;
    margin: auto;
  }
}
.fixed-head {
  height: 72px;
  width: 100vw;
  background: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9;
  position: fixed;
}
.fixed-head .menu .li {
  font-size: 18px;
  margin: 24px 0 24px 80px;
  cursor: pointer;
}
.fixed-head .menu .li:hover {
  color: #296afd;
  font-weight: 600;
  position: relative;
}
.fixed-head .menu .li:hover::before {
  content: "";
  left: 0;
  right: 0;
  bottom: -19px;
  display: inline-block;
  height: 4px;
  background: #296afd;
  width: 100%;
  margin: auto;
  position: absolute;
}
.fixed-head .menu .active {
  color: #296afd;
  font-weight: 600;
  position: relative;
}
.fixed-head .menu .active::before {
  content: "";
  left: 0;
  right: 0;
  bottom: -19px;
  display: inline-block;
  height: 4px;
  background: #296afd;
  width: 100%;
  margin: auto;
  position: absolute;
}
.fixed-head .logo {
  width: auto;
  height: 52px;
}

.placeholder {
  height: 72px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fixed-head {
    height: 56px;
    background: #fff;
    /* box-shadow: 0 1px 2px 0 hsla(0, 0%, 85%, .5); */
    padding: 0 16px;
    border-bottom: 1px solid #ffffff;
  }
  .fixed-head .menu {
    display: none;
  }
  .fixed-head .logo {
    width: 200px;
    height: auto;
  }
  .head-menu {
    width: 35px;
    height: 35px;
    background-image: url(/images/common/head-menu.png);
    background-size: 18px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .placeholder {
    height: 56px;
    width: 100%;
  }
  .mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 56px;
    display: inline-block;
    top: 0;
  }
  .mask .menu-ul {
    padding-top: 10px;
    width: 100%;
    display: inline-block;
    background: #fff;
  }
  .mask .menu-ul .li {
    height: 57px;
    border-bottom: 1px solid #ebecf1;
    color: #111217;
  }
  .mask .menu-ul .active {
    color: #296afd;
  }
}/*# sourceMappingURL=other.css.map */