.mobile-container,
.phoneheader {
  display: none;
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #131921;
}
.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}
.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w .logo {
  width: 0.8rem;
  height: 0.18rem;
  margin-left: 0.55rem;
  flex-shrink: 0;
}
.header .w .logo img {
  object-fit: contain;
}
.header .w .right {
  display: flex;
  align-items: center;
}
.header .w .right .search {
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  height: 0.33rem;
}
.header .w .right .search input {
  background: none;
  border: none;
  border-radius: 0.4rem;
  display: block;
  height: 100%;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #fff;
}
.header .w .right .voice {
  color: #fff;
  margin-left: 0.4rem;
  position: relative;
}
.header .w .right .voice .title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.17rem 0;
}
.header .w .right .voice .title .icon i {
  font-size: 0.24rem;
  color: #1296db;
}
.header .w .right .voice .title span {
  margin-left: 0.1rem;
  white-space: nowrap;
  font-size: 0.14rem;
}
.header .w .right .voice .title .xiala {
  margin-left: 0.05rem;
  transform: rotate(90deg);
}
.header .w .right .voice .mask {
  top: 0.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  background: #1f2530;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.1rem;
  display: none;
  color: #fff;
}
.header .w .right .voice .mask a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.14rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.header .w .right .voice .mask a:hover {
  color: #1296db;
}
.header .w .right .voice .mask div:last-child a {
  border-bottom: none;
}
footer {
  background: #fafafa;
  border-top: 1px solid #ebebeb;
}
footer .copyright {
  padding: 0.2rem 0;
  width: 100%;
  display: grid;
  grid-template-columns: 2rem auto 2rem;
  align-items: center;
}
footer .copyright p {
  font-size: 0.16rem;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }
  header {
    display: none;
  }
  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #131921;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
    color: #fff;
  }
  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phoneheader .logo {
    width: 2rem;
    height: auto;
    vertical-align: middle;
  }
  .phoneheader .logo img {
    width: 100%;
    height: auto;
  }
  .phoneheader .voice .top {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
  }
  .phoneheader .voice .top i {
    font-size: 0.4rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
  }
  .phoneheader .voice .mask {
    position: absolute;
    height: fit-content;
    padding: 0.3rem;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #131921;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
  }
  .phoneheader .voice .mask .box {
    display: flex;
    justify-content: flex-end;
  }
  .phoneheader .voice .mask a {
    color: #fff;
    font-size: 0.3rem;
    margin-left: 0.4rem;
  }
  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1.7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
    height: calc(100vh - 1.7rem);
  }
  .mobile-container.active {
    transform: translateX(0);
  }
  .mobile-container .menu-list {
    padding: 0.5rem 0;
    background: #fff;
    height: 100%;
    margin-left: 18%;
    overflow: auto;
  }
  .mobile-container .menu-list .title {
    text-align: center;
    font-size: 0.4rem;
  }
  .mobile-container .footer-list {
    margin-top: 0.3rem;
    color: #999;
  }
  .mobile-container .footer-list a {
    color: #000;
  }
  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }
  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
    font-size: 0.3rem;
    width: 100%;
  }
  .mobile-container .footer-list .top .title a {
    display: block;
    font-size: 0.3rem;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-container .footer-list .top .icon {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }
  .mobile-container .footer-list .top .icon.active span {
    transform: rotateZ(90deg);
  }
  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #000;
  }
  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }
  .mobile-container .footer-list .second a {
    font-size: 0.32rem;
    width: 100%;
    padding: 0.2rem 0 0.2rem 0.35rem;
    display: block;
  }
  footer {
    background: #fafafa;
    border-top: 1px solid #ebebeb;
  }
  footer .copyright {
    padding: 0.2rem 0;
    width: 100%;
    display: block;
  }
  footer .copyright p {
    font-size: 0.26rem;
    text-align: center;
    line-height: 1.8;
  }
}
