li {
  list-style: none;
}
ul,
menu {
  margin: 0;
  padding: 0;
}
body {
  font-size: auto;
}
.mini-header-wrap {
  position: fixed;
  height: 0.9rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  width: 100%;
  z-index: 999;
  background: #1A47E0;
  box-sizing: border-box;
  justify-content: space-between;
}
.mini-header-wrap .logo {
  width: 2.4rem;
}
.mini-header-wrap .icon-phone {
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.28rem;
}
.mini-menu {
  position: fixed;
  width: 5.2rem;
  height: 100%;
  top: 0;
  right: -5.2rem;
  background: #fff;
  z-index: 1000;
  transition: all 0.5s;
}
.mini-menu .mini-nav {
  padding: 0 0.2rem;
}
.mini-menu .mini-nav li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem dashed #e9e9e9;
}
.mini-menu .mini-nav li a {
  font-size: 0.28rem;
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  -webkit-tap-highlight-color: #0152e1;
  color: #007bff;
}
.mini-menu .mini-nav li img {
  width: 0.14rem;
  height: 0.26rem;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #030000;
  opacity: 0.4;
  z-index: 998;
  display: none;
}
.menu-icon {
  width: 0.49rem;
  height: 0.33rem;
}
.mini-footer {
  background: #354060;
  color: #fff;
}
.mini-footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.06rem;
  padding: 0.3rem 0.5rem;
  box-sizing: border-box;
}
.mini-footer .footer-content p:nth-child(1) {
  font-size: 0.28rem;
  font-weight: bold;
}
.mini-footer .footer-content p:nth-child(2) {
  font-size: 0.36rem;
  font-weight: bold;
}
.mini-footer .footer-content .qr-code {
  width: 1.2rem;
  height: 1.2rem;
}
.mini-footer .footer-content .qr-code p {
  font-size: 0.24rem;
  text-align: center;
}
.mini-footer .footer-content .qr-code img {
  width: 100%;
}
.mini-footer .network-explain {
  height: 1.1rem;
  background: #2A334E;
  font-size: 0.22rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
