.mobile-container,
.phoneheader {
  display: none;
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff !important;
  transition: all 0.3s;
}
.header.notop {
  display: none;
}
.header.active {
  background: #fff;
}
.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: 1.63rem;
  height: 0.58rem;
}
.header .w .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.header .w nav {
  display: flex;
  align-items: center;
}
.header .w nav .navList {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header .w nav .navList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.1rem;
}
.header .w nav .navList li a {
  color: #000;
  display: block;
  height: 100%;
  padding: 0.2rem 0.1rem;
  font-size: 0.18rem;
}
.header .w nav .navList li a:hover {
  color: #1964b0;
}
.header .w nav .navList li .mask {
  top: 0.6rem;
  height: auto;
  position: absolute;
  width: fit-content;
  background: #fff;
  white-space: nowrap;
  padding: 0.1rem;
  text-align: center;
  box-sizing: border-box;
  display: none;
  border-top: 0.04rem solid #1964b0;
}
.header .w nav .navList li .mask a {
  color: #333;
  padding: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .w nav .navList li .mask a:hover {
  color: #1964b0;
  text-decoration: underline;
}
.header .w nav .navList li .mask.active {
  display: block;
}
.header .w nav .navList li.active a {
  color: #1964b0;
}
.header .w nav .navList li.show a {
  color: #1964b0;
}
.header .w nav .navList .top1 {
  position: static;
}
.header .w nav .navList .top1 .mask {
  width: 100vw;
  left: 0;
  top: 0.6rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
}
.header .w nav .navList .top1 .mask .box {
  left: 0;
  background: #efefef;
  padding: 0;
  height: 6rem;
}
.header .w nav .navList .top1 .mask .w {
  display: grid;
  grid-template-columns: 1fr 4rem;
}
.header .w nav .navList .top1 .mask .left {
  height: 6rem;
  padding: 0.2rem;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.header .w nav .navList .top1 .mask .left .wrap .item {
  width: 3rem;
}
.header .w nav .navList .top1 .mask .left .wrap .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header .w nav .navList .top1 .mask .left .wrap .item a .icon {
  width: 7px;
  height: 11px;
  flex-shrink: 0;
}
.header .w nav .navList .top1 .mask .left .wrap .item a .icon img {
  object-fit: contain;
}
.header .w nav .navList .top1 .mask .left .wrap .item a .icon img:last-child {
  display: none;
}
.header .w nav .navList .top1 .mask .left .wrap .item:hover a {
  background: #1964b0;
  color: #fff;
  text-decoration: none;
}
.header .w nav .navList .top1 .mask .left .wrap .item:hover a .icon img:last-child {
  display: block;
}
.header .w nav .navList .top1 .mask .left .wrap .item:hover a .icon img:first-child {
  display: none;
}
.header .w nav .navList .top1 .mask .right {
  height: 6rem;
  padding: 0.3rem;
}
.header .w nav .navList .top1 .mask .right .box {
  padding: 0.4rem;
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header .w nav .navList .top1 .mask .right .box .imgs {
  width: 100%;
  height: 100%;
}
.header .w nav .navList .top1 .mask .right .box .imgs img {
  object-fit: contain;
}
.header .w nav .navList .top1 .mask .right .box .text {
  font-size: 0.18rem;
}
.header .w nav .navList .top1 .mask .right .box .more {
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .w nav .navList .top1 .mask .right .box .more a {
  border: none;
  padding: 0.1rem 0.3rem;
  border-radius: 0.4rem;
  background: #1964b0;
  width: fit-content;
  color: #fff;
}
.footer {
  padding-top: 0.5rem;
  height: auto;
  border-top: 1px solid #1964b0;
  background: #323232;
}
.footer .head {
  padding-bottom: 0.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .head .box {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: #c8c8c8;
}
.footer .head .box .text {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.footer .head .box .ewm {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .head nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0.56rem;
}
.footer .head nav .item {
  padding-left: 0.5rem;
}
.footer .head nav .item .title {
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
}
.footer .head nav .item .title a {
  color: #c8c8c8;
}
.footer .head nav .item .list li {
  margin: 0.15rem 0;
}
.footer .head nav .item .list li a {
  transition: all 0.3s;
  color: #999999;
  font-size: 0.14rem;
}
.footer .head nav .item .list li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer .copyright {
  border-top: 1px solid #4a4a4a;
  padding: 0.2rem 0;
  background: #323232;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }
  header {
    display: none;
  }
  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phoneheader .logo {
    width: 2.5rem;
    height: auto;
    vertical-align: middle;
  }
  .phoneheader .logo img {
    width: 100%;
    height: auto;
  }
  .phoneheader .menu {
    width: 0.5rem;
    vertical-align: middle;
  }
  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
  }
  .mobile-container.active {
    transform: translateX(0);
  }
  .mobile-container .footer-list {
    color: #999;
    padding-top: 0.6rem;
  }
  .mobile-container .footer-list a {
    color: #000;
  }
  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }
  .mobile-container .footer-list li.nosec .top a {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1964b0;
  }
  .mobile-container .footer-list .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }
  .mobile-container .footer-list .top a {
    font-size: 0.3rem;
    width: 100%;
    padding: 0.3rem 0;
  }
  .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 {
    display: block;
    font-size: 0.3rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer {
    padding-top: 0.2rem;
    height: fit-content;
    overflow-y: auto;
    border-top: 1px solid #1964b0;
  }
  .footer .head {
    padding: 0.38rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .footer .head .box {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: #c8c8c8;
  }
  .footer .head .box .text {
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .footer .head .box .ewm {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .head nav {
    display: flex;
    margin-top: 0.2rem;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }
  .footer .head nav .item {
    padding-left: 0;
    margin-bottom: 0.2rem;
  }
  .footer .head nav .item .title {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .footer .head nav .item .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .footer .head nav .item .list li {
    margin: 0;
  }
  .footer .head nav .item .list li a {
    font-size: 0.24rem;
    color: #8d8b8c;
    line-height: 2;
    margin: 0 0.3rem;
  }
  .footer .copyright {
    padding: 0.2rem 0;
    background: #1964b0;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
  }
}
