.mobile-container,
.phoneheader {
  display: none;
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}
.header .header_box {
  position: relative;
}
.header .w {
  display: grid;
  grid-template-columns: 2rem auto 2.2rem;
  gap: 0.2rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.header .w .logo {
  width: 1.14rem;
  height: auto;
}
.header .w .logo img {
  width: 100%;
  height: 100%;
}
.header .w nav {
  display: flex;
  align-items: center;
}
.header .w nav .navList {
  display: flex;
}
.header .w nav .navList .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.3rem;
}
.header .w nav .navList .top .title a {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  position: relative;
  z-index: 10;
  color: #000;
  display: block;
  height: 100%;
  padding: 0.3rem 0.1rem;
  font-size: 0.18rem;
}
.header .w nav .navList .top .title a::after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.04rem;
  bottom: 20%;
  background-color: #38813a;
  transition: 0.3s;
}
.header .w nav .navList .top .title.active a::after {
  width: 50%;
}
.header .w nav .navList .top .title.act a::after {
  width: 50%;
}
.header .w nav .navList .top .title:hover a::after {
  width: 50%;
}
.header .w nav .navList .top .mask {
  top: 0.8rem;
  left: 0;
  position: absolute;
  width: 100vw;
  background: #fafafc;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  display: none;
  height: fit-content;
}
.header .w nav .navList .top .mask .box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background: #fafafc;
  width: 60%;
  padding: 0.3rem 0;
}
.header .w nav .navList .top .mask .box .item:last-child {
  margin-right: 0;
}
.header .w nav .navList .top .mask .box .item .name {
  font-size: 0.16rem;
  color: #38813a;
  font-weight: bold;
}
.header .w nav .navList .top .mask .box .item .inner {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.header .w nav .navList .top .mask .box .item .inner a {
  font-size: 0.15rem;
  margin: 0.05rem 0;
  display: block;
  cursor: pointer;
  color: #333;
}
.header .w nav .navList .top .mask .box .item .inner a:hover {
  color: #38813a;
}
.header .w nav .navList .top2 {
  position: relative;
}
.header .w nav .navList .top2 .mask {
  min-width: 100%;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0 0.12rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .w nav .navList .top2 .mask .inner {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0.1rem 0;
}
.header .w nav .navList .top2 .mask .inner a {
  font-size: 0.16rem;
  margin: 0.05rem 0;
  display: block;
  cursor: pointer;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.header .w nav .navList .top2 .mask .inner a:hover {
  color: #38813a;
}
.header .w .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w .right .search {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  height: 0.4rem;
  width: 1.6rem;
  padding: 0 0.1rem;
  border-radius: 0.5rem;
}
.header .w .right .search input {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 0.14rem;
  border-radius: 0.5rem;
  padding-left: 0.1rem;
}
.header .w .right .search i {
  font-size: 0.25rem;
}
.footer {
  background: #f5f5f7;
}
.footer .head {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
.footer .head .title {
  font-size: 0.18rem;
  font-weight: bold;
}
.footer .head .box {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
}
.footer .head .box .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.2rem;
}
.footer .head .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.38rem 0 0.7rem;
}
.footer .center nav {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1.7rem 1.9rem 1.5rem 1.8rem 1fr;
}
.footer .center nav .item .title {
  font-size: 0.18rem;
  font-weight: bold;
}
.footer .center nav .item .list {
  margin-top: 0.2rem;
}
.footer .center nav .item .list li {
  margin: 0.1rem 0;
}
.footer .center nav .item .list li a {
  font-size: 0.16rem;
  color: #333;
}
.footer .center nav .item .list .down {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-top: 0.3rem;
  cursor: pointer;
  position: relative;
}
.footer .center nav .item .list .down .btn {
  background: #575757;
  border-radius: 0.1rem;
  padding: 0.14rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.footer .center nav .item .list .down .btn a {
  font-size: 0.14rem;
  color: #fff;
}
.footer .center nav .item .list .down .btn .icon {
  width: 0.15rem;
  height: 0.16rem;
  flex-shrink: 0;
  margin-right: 20px;
}
.footer .center nav .item .list .down .btn .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .center nav .item .list .down .mask {
  position: absolute;
  right: -90%;
  top: -100%;
  display: none;
}
.footer .center nav .item .list .down .mask .ewm {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  padding: 0.06rem;
  border-radius: 0.1rem;
}
.footer .center nav .item .list .down .mask .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .center .logo {
  margin-left: 0.3rem;
  flex-shrink: 0;
  width: 3.6rem;
  height: 1rem;
}
.footer .center .logo img {
  width: 100%;
  height: auto;
}
.footer .foot {
  border-top: 1px solid #e6e6e6;
}
.footer .foot .w {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
}
@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: 30%;
    height: auto;
    vertical-align: middle;
  }
  .phoneheader .logo img {
    width: 100%;
    height: auto;
  }
  .phoneheader .right {
    display: flex;
    align-items: center;
  }
  .phoneheader .right .lan {
    width: 0.45rem;
    height: 0.45rem;
  }
  .phoneheader .menu {
    margin-left: 0.3rem;
    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;
    color: #38813a;
  }
  .mobile-container .footer-list .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }
  .mobile-container .footer-list .top a {
    display: block;
    width: 100%;
    font-size: 0.28rem;
  }
  .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.28rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer {
    background: #f5f5f7;
  }
  .footer .head {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
  }
  .footer .head .title {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .footer .head .box {
    margin-left: 0.25rem;
    display: flex;
    align-items: center;
  }
  .footer .head .box .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .footer .head .box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer .center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.38rem 0 0.7rem;
  }
  .footer .center nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .center nav .item {
    margin-bottom: 0.3rem;
  }
  .footer .center nav .item .title {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .footer .center nav .item .list {
    margin-top: 0.1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .center nav .item .list li {
    margin-top: 0.1rem;
    margin-right: 0.15rem;
  }
  .footer .center nav .item .list li a {
    font-size: 0.26rem;
    color: #333;
  }
  .footer .center nav .item .list .down {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-top: 0.3rem;
    cursor: pointer;
    position: relative;
  }
  .footer .center nav .item .list .down .btn {
    background: #575757;
    border-radius: 0.1rem;
    padding: 0.14rem;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
  }
  .footer .center nav .item .list .down .btn a {
    font-size: 0.24rem;
    color: #fff;
  }
  .footer .center nav .item .list .down .btn .icon {
    width: 0.2rem;
    height: 0.22rem;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .footer .center nav .item .list .down .btn .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer .center nav .item .list .down .mask {
    position: absolute;
    right: -90%;
    top: -100%;
    display: none;
  }
  .footer .center nav .item .list .down .mask .ewm {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    padding: 0.06rem;
    border-radius: 0.1rem;
  }
  .footer .center nav .item .list .down .mask .ewm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer .center .logo {
    margin-top: 0.3rem;
    margin-left: 0;
    flex-shrink: 0;
    width: 3.6rem;
    height: 1rem;
  }
  .footer .center .logo img {
    width: 100%;
    height: auto;
  }
  .footer .foot {
    border-top: 1px solid #e6e6e6;
  }
  .footer .foot .w {
    padding: 0.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 0.24rem;
    color: #999;
    text-align: center;
  }
}
