.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 .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .w .head {
  padding: 0.1rem 0;
  width: 100%;
  display: grid;
  grid-template-columns: 3.5rem 1fr 2rem;
  gap: 0.8rem;
  align-items: center;
}

.header .w .head .logo {
  width: 100%;
  height: 0.56rem;
}

.header .w .head .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.header .w .head .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .w .head .right .userinfo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .w .head .right .userinfo .icon {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

.header .w .head .right .userinfo .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.header .w .head .right .userinfo .cz {
  display: flex;
  align-items: center;
}

.header .w .head .right .userinfo .item {
  display: flex;
  align-items: center;
  position: relative;
}

.header .w .head .right .userinfo .item a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}

.header .w .head .right .userinfo .item a:hover {
  color: #0066cc;
}

.header .w .head .right .userinfo .item:last-child::before {
  content: '';
  width: 2px;
  height: 0.16rem;
  margin: 0 0.06rem;
  background: #eeeeee;
}

.header .w .head .right .language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.header .w .head .right .language .item a {
  font-size: 0.14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .w .head .right .language .item a .en {
  width: 0.22rem;
  height: 0.22rem;
  color: #666666;
  font-weight: bold;
  margin-right: 0.1rem;
}

.header .w .head .right .language .item a .en:hover {
  color: #0066cc;
}

.header .w .head .right .language .item a:hover {
  color: #0066cc;
}

.header .foot {
  background: #0066cc;
  color: #fff;
}

.header .foot .w {
  display: grid;
  grid-template-columns: 1fr 10%;
  gap: 1rem;
}

.header .foot nav {
  display: grid;
}

.header .foot nav .navList {
  display: flex;
}

.header .foot nav .navList li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 0.1rem;
}

.header .foot nav .navList li .title a {
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0.12rem 0;
  font-size: 0.16rem;
  width: fit-content;
}

.header .foot nav .navList li .mask {
  top: 0.48rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  min-width: 100%;
  height: auto;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  padding: 0.26rem 0;
  text-align: center;
  box-sizing: border-box;
  display: none;
}

.header .foot nav .navList li .mask .item {
  padding: 0.1rem;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.header .foot nav .navList li .mask .item .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.header .foot nav .navList li .mask .item .box .name {
  margin: 0 auto 0 0.1rem;
  font-size: 0.15rem;
}

.header .foot nav .navList li .mask .item .box .icon {
  width: 0.2rem;
  height: 0.2rem;
}

.header .foot nav .navList li .mask .item .box .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .foot nav .navList li .mask .item .box .go {
  color: #0066cc;
  display: none;
}

.header .foot nav .navList li .mask .item .box .go i {
  font-size: 0.2rem;
}

.header .foot nav .navList li .mask .item .mask2 {
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  background: #f8fcff;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  min-width: 100%;
  box-sizing: border-box;
  display: none;
}

.header .foot nav .navList li .mask .item:hover {
  background: #f8fcff;
}

.header .foot nav .navList li .mask .item:hover .box .go {
  display: block;
}

.header .foot nav .navList li .mask a {
  display: block;
  height: 100%;
  padding: 0.3rem 0.15rem;
  font-size: 0.16rem;
  color: #333;
  text-align: left;
  padding: 0.1rem;
}

.header .foot nav .navList li .mask a:hover {
  color: #0066cc;
}

.header .foot nav .navList li .mask::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -0.16rem;
  left: 8%;
  z-index: 1;
}

.header .foot .car {
  width: 100%;
}

.header .foot .car a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  font-size: 0.14rem;
}

.header .foot .car img {
  width: 0.25rem;
  height: 0.24rem;
  display: block;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.searchBox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 0.15rem;
}

.searchBox .search {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.5rem;
}

.searchBox .search input {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  border-radius: 0.5rem;
  padding-left: 0.2rem;
  font-size: 0.14rem;
}

.searchBox .search span {
  width: 0.8rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066cc;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
}

.searchBox .mask {
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 0.16rem;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.16);
  display: none;
}

.searchBox .mask .inner {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.searchBox .mask .inner .item a {
  display: flex;
  align-items: center;
  padding: 0.08rem 0.18rem;
  margin: 0 0.15rem 0.2rem 0;
  background: #f7f8fc;
  font-size: 0.13rem;
}

.searchBox.active {
  box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.16);
}

.footer {
  width: 100%;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 0 0;
}

.footer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.footer .bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer .head {
  position: relative;
  z-index: 1;
  font-size: 0.18rem;
}

.footer .head .top {
  display: flex;
  align-items: center;
}

.footer .head .top .box {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
}

.footer .head .top .box .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.2rem;
}

.footer .head .top .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .foot {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer nav {
  display: flex;
  width: 100%;
  margin-top: 0.6rem;
}

.footer nav .item {
  padding-left: 0.3rem;
}

.footer nav .item .title a {
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.footer nav .item .list {
  margin-top: 0.2rem;
}

.footer nav .item .list li {
  margin: 0.1rem 0;
  min-width: 1.5rem;
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer nav .item .list li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.13rem;
}

.footer nav .item .list li a:hover {
  text-decoration: underline;
}

.footer .logo {
  width: 2.2rem;
  height: 1.83rem;
}

.footer .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .beian {
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .beian .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 0.14rem;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .header .w .head {
    padding: 0.15rem 0;
    grid-template-columns: 3.5rem 1fr 3.2rem;
    gap: 0.6rem;
  }

  .header .w .head .right .userinfo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }

  .header .w .head .right .userinfo .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.15rem;
  }

  .header .w .head .right .userinfo .item a {
    font-size: 0.21rem;
  }

  .header .w .head .right .userinfo .item:last-child::before {
    height: 0.2rem;
    margin: 0 0.1rem;
  }

  .header .w .head .right .language .item a {
    font-size: 0.21rem;
  }

  .header .w .head .right .language .item a .en {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.15rem;
    transform: scale(1.1);
  }

  .header .foot .w {
    display: grid;
    grid-template-columns: 1fr 10%;
    gap: 1rem;
  }

  .header .foot nav .navList li .title a {
    padding: 0.12rem 0;
    font-size: 0.23rem;
  }

  .header .foot nav .navList li .mask {
    top: 0.55rem;
    padding: 0.2rem 0.1rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
  }

  .header .foot nav .navList li .mask .item .box {
    width: 100%;
  }

  .header .foot nav .navList li .mask .item .box .name {
    font-size: 0.2rem;
  }

  .header .foot nav .navList li .mask .item .box .icon {
    width: 0.2rem;
    height: 0.2rem;
  }

  .header .foot nav .navList li .mask .item .box .go {
    color: #0066cc;
    display: none;
  }

  .header .foot nav .navList li .mask .item .box .go i {
    font-size: 0.25rem;
  }

  .header .foot nav .navList li .mask .item .mask2 {
    padding: 0 0.2rem;
  }

  .header .foot nav .navList li .mask a {
    font-size: 0.22rem;
  }

  .header .foot .car {
    width: 100%;
  }

  .header .foot .car a {
    font-size: 0.2rem;
  }

  .header .foot .car img {
    width: 0.25rem;
    height: auto;
  }

  .searchBox {
    padding: 8px 0.15rem;
  }

  .searchBox .search {
    height: 0.6rem;
  }

  .searchBox .search input {
    font-size: 0.2rem;
  }

  .searchBox .search span {
    font-size: 0.25rem;
  }

  .searchBox .mask {
    position: absolute;
    z-index: 100;
    background: #fff;
    padding: 0.16rem;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.16);
    display: none;
  }

  .searchBox .mask .inner {
    margin-top: 0.2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .searchBox .mask .inner .item a {
    font-size: 0.2rem;
  }

  .searchBox.active {
    box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.16);
  }

  .footer {
    width: 100%;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    padding: 2rem 0 0;
  }

  .footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .footer .bg img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .footer .head {
    position: relative;
    z-index: 1;
    font-size: 0.2rem;
  }

  .footer .head .top {
    display: flex;
    align-items: center;
  }

  .footer nav .item .title a {
    font-size: 0.2rem;
  }

  .footer nav .item .list li {
    font-size: 0.16rem;
  }

  .footer nav .item .list li a {
    font-size: 0.16rem;
  }

  .footer .logo {
    width: 2.5rem;
    height: auto;
  }

  .footer .logo img {
    display: block;
  }

  .footer .beian .w {
    font-size: 0.16rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }

  header {
    display: none;
  }

  .phoneheader {
    display: block;
    height: 1.2rem;
    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: 3rem;
    height: auto;
    vertical-align: middle;
    flex-shrink: 0;
  }

  .phoneheader .logo img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .phoneheader .search {
    background: #0066cc;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .phoneheader .search span {
    font-size: 0.4rem;
    color: #fff;
  }

  .phoneheader .right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }

  .phoneheader .right .car,
  .phoneheader .right .user {
    height: 100%;
    flex-shrink: 0;
    margin-left: 0.3rem;
  }

  .phoneheader .right .car>a,
  .phoneheader .right .user>a {
    font-size: 0.24rem;
    background: #0066cc;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
  }

  .phoneheader .right .car>a .icon,
  .phoneheader .right .user>a .icon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .phoneheader .right .user {
    height: 100%;
  }

  .phoneheader .right .user .usermask {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 4;
    background: #fff;
    border-top: 1px solid #e6e6e6;
  }

  .phoneheader .right .user .usermask ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: center;
  }

  .phoneheader .right .user .usermask ul li {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e6e6e6;
  }

  .phoneheader .right .user .usermask ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.2rem 0;
  }

  .phoneheader .right .user .usermask ul li:last-child {
    border: none;
  }

  .phoneheader .car {
    margin: 0 0.3rem;
  }

  .phoneheader .menu {
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0066cc;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .phoneheader .menu .hamburger__line {
    width: 60%;
    height: 2px;
    background: #fff;
    margin: 0.05rem 0;
    transition: all 0.3s ease-out;
  }

  .phoneheader .menu .hamburger__line:nth-child(2) {
    width: 40%;
    margin-left: 5px;
  }

  .phoneheader .menu.active .hamburger__line:nth-child(1) {
    transform: translateY(0.15rem) rotate(45deg);
  }

  .phoneheader .menu.active .hamburger__line:nth-child(2) {
    opacity: 0;
  }

  .phoneheader .menu.active .hamburger__line:nth-child(3) {
    transform: translateY(-0.13rem) rotate(-45deg);
  }

  .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 .searchBox {
    position: relative;
    width: 90%;
    height: 100%;
    padding: 8px 0.15rem;
    margin: 0.4rem auto 0;
  }

  .mobile-container .searchBox .search {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.8rem;
    border: 1px solid #0066cc;
    border-radius: 0.5rem;
  }

  .mobile-container .searchBox .search input {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 0.5rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
  }

  .mobile-container .searchBox .search span {
    width: 1.4rem;
    height: 100%;
    border-radius: 0 0.5rem 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0066cc;
    color: #fff;
    font-size: 0.35rem;
    cursor: pointer;
  }

  .mobile-container .searchBox .mask {
    position: absolute;
    z-index: 100;
    background: #fff;
    padding: 0.16rem;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.16);
    display: none;
  }

  .mobile-container .searchBox .mask .inner {
    margin-top: 0.2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .mobile-container .searchBox .mask .inner .item a {
    display: flex;
    align-items: center;
    padding: 0.08rem 0.18rem;
    margin: 0 0.15rem 0.2rem 0;
    background: #f7f8fc;
    font-size: 0.26rem;
  }

  .mobile-container .footer-list {
    color: #999;
    padding-top: 0.3rem;
  }

  .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;
    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 {
    font-size: 0.3rem;
    display: block;
    width: 100%;
    height: 100%;
  }

  .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.5rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .top.active .icon span {
    transform: rotateZ(90deg);
  }

  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }

  .mobile-container .footer-list .second .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }

  .mobile-container .footer-list .second .title a {
    font-size: 0.3rem;
    width: 100%;
    padding: 0.2rem 0 0.2rem 0.35rem;
    display: flex;
    align-items: center;
  }

  .mobile-container .footer-list .second .title a .go {
    width: 0.35rem;
    height: 0.35rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }

  .mobile-container .footer-list .second .title a .go img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-container .footer-list .second .title .icon {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .second .title span {
    transition: 0.3s;
    font-size: 0.5rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .second .third {
    display: none;
  }

  .mobile-container .footer-list .second .third a {
    display: block;
    font-size: 0.3rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.65rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .mobile-container .footer-list .second .box.active .title .icon span {
    transform: rotateZ(90deg);
  }

  .footer {
    padding: 3.5rem 0 0;
  }

  .footer .bg img {
    object-fit: cover;
    object-position: 50%;
  }

  .footer .head {
    font-size: 0.3rem;
  }

  .footer .head .top .box .icon {
    width: 0.5rem;
    height: 0.5rem;
  }

  .footer .foot {
    flex-direction: column;
    align-items: center;
  }

  .footer nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0.4rem;
  }

  .footer nav .item {
    padding: 0.2rem 0;
  }

  .footer nav .item .title a {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    color: #fff;
  }

  .footer nav .item .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer nav .item .list li {
    margin: 0.1rem 0.22rem 0.1rem 0;
    min-width: auto;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .footer nav .item .list li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.26rem;
  }

  .footer .logo {
    margin-top: 0.2rem;
  }

  .footer .beian {
    margin-top: 0.3rem;
    position: relative;
    z-index: 1;
    padding: 0.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer .beian .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 0.25rem;
    line-height: 1.8;
  }

  .footer .beian .w .tip {
    margin-top: 0.1rem;
  }
}