@import '../css/reset.css';

.mobile-container,
.phoneheader {
  display: none;
}

.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #1f2530;
}

.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}

.header .header_box {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 3.09rem 1fr 3.9rem;
  align-items: center;
  box-sizing: border-box;
}

.header .header_box .logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.3rem;
}

.header .header_box .logo img {
  width: 1.87rem;
  height: 0.4rem;
}

.header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.9rem;
}

.header nav .navList {
  display: flex;
  justify-content: flex-end;
}

.header nav .navList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.3rem;
}

.header nav .navList li .title a {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  position: relative;
  z-index: 10;
}

.header nav .navList li .title a::after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.04rem;
  bottom: 15%;
  background-color: #00adbb;
  transition: 0.3s;
}

.header nav .navList li .title.active a::after {
  width: 50%;
}

.header nav .navList li a {
  color: #fff;
  display: block;
  height: 100%;
  padding: 0.3rem 0.1rem;
  font-size: 0.2rem;
  transition: 0.3s;
}

.header nav .navList li .mask {
  top: 0.8rem;
  left: 0;
  position: absolute;
  width: 100vw;
  background: #1f2530;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  display: none;
}

.header nav .navList li .mask .box {
  display: flex;
  justify-content: center;
  background: #1f2530;
}

.header nav .navList li .mask .box a {
  color: #fff;
  font-size: 0.18rem;
  padding: 0.5rem 1rem;
}

.header nav .navList li .mask .box a:hover {
  color: #00adbb;
}

.header nav .navList .top1 .mask .boxs {
  display: flex;
  padding: 0.2rem 0;
  max-height: 3rem;
}

.header nav .navList .top1 .mask .boxs a {
  padding: 0.15rem 0;
}

.header nav .navList .top1 .mask .boxs a:hover {
  color: #00adbb;
}

.header nav .navList .top1 .mask .boxs .menus {
  max-height: 3rem;
  overflow-y: auto;
  scrollbar-color: #ccc #c5c5c5;
}

.header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar {
  width: 0.04rem;
  /* 垂直滚动条宽度 */
  height: 0.05rem;
  border-radius: 50%;
  cursor: pointer;
}

.header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-track {
  background: transparent;
  /* 滚动条轨道背景颜色 */
}

.header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-thumb {
  background: #ccc;
  /* 滚动条滑块颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}

.header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 鼠标悬停时滑块颜色 */
  cursor: pointer;
}

.header nav .navList .top1 .mask .boxs .tabs {
  border-right: 1px solid #fff;
  padding-right: 0.4rem;
  height: fit-content;
  text-align: left;
}

.header nav .navList .top1 .mask .boxs .tabs a:hover {
  color: #fff;
}

.header nav .navList .top1 .mask .boxs .list {
  padding-left: 0.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.header nav .menu {
  display: flex;
  align-items: center;
}

.header nav .menu .icons {
  margin: 0 0.2rem;
}

.header nav .menu .icons img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}

.header nav .menu::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.18rem;
  margin: 0 0.2rem;
  background: #fff;
}

.header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.4rem;
  box-sizing: border-box;
}

.header .right .shop {
  position: relative;
}

.header .right .shop .title a {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #00adbb;
  width: 100%;
  padding: 0.1rem 0.3rem;
  font-size: 0.2rem;
  border-radius: 0.4rem;
}

.header .right .shop .title a span {
  margin-left: 0.2rem;
  vertical-align: middle;
}

.header .right .shop .title a img {
  width: 0.27rem;
  height: 0.26rem;
  vertical-align: middle;
}

.header .right .shop .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 .right .shop .mask a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.2rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.header .right .shop .mask a:hover {
  color: #00adbb;
}

.header .right .shop .mask div:last-child a {
  border-bottom: none;
}

.header .right .voice {
  position: relative;
  padding: 0 0.1rem;
}

.header .right .voice a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0;
}

.header .right .voice .icon {
  width: 0.35rem;
  height: 0.35rem;
}

.header .right .voice span {
  color: #fff;
  margin-left: 0.1rem;
  font-size: 0.2rem;
}

.header .right .voice i {
  margin-left: 0.15rem;
  font-size: 0.25rem;
}

.header .right .voice .mask {
  top: 0.8rem;
  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 .right .voice .mask a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.2rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.header .right .voice .mask a:hover {
  color: #00adbb;
}

.header .right .voice .mask div:last-child a {
  border-bottom: none;
}

.footer {
  background: #272727;
  height: 5.2rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0.5rem 0 0.3rem;
  position: relative;
}

.footer .w {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer a {
  color: #fff;
}

.footer nav {
  display: flex;
  justify-content: space-between;
  padding-right: 0.8rem;
}

.footer nav .first .item:nth-of-type(2) {
  margin-top: 0.5rem;
}

.footer nav .first .item:nth-of-type(2) a:hover {
  text-decoration: underline;
}

.footer nav .first .item:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.footer nav .first .item .list a {
  color: #e2e2e2;
  font-size: 0.14rem;
  opacity: 0.8;
}

.footer nav .first .item .list a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer nav .item .title {
  margin-bottom: 0.3rem;
}

.footer nav .item .list li {
  margin: 0.2rem 0;
}

.footer nav .item .list li a {
  color: #e2e2e2;
  font-size: 0.14rem;
  opacity: 0.8;
}

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

.footer nav .item .ewm {
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0.1rem;
}

.footer nav .item .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .foot .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ffffff;
}

.footer .foot .top .logo {
  width: 1.26rem;
  height: 0.25rem;
}

.footer .foot .top .logo img {
  object-fit: contain;
}

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

.footer .foot .top .iconNav .items {
  margin-left: 0.3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .foot .top .iconNav .items .icon {
  width: 0.23rem;
  height: 0.18rem;
}

.footer .foot .top .iconNav .items .icon img {
  object-fit: contain;
}

.footer .foot .top .iconNav .items .ewm {
  position: absolute;
  top: -1.6rem;
  background: #ffffff;
  border-radius: 10px;
  padding: 0.06rem 0.06rem 0.04rem;
  display: none;
}

.footer .foot .top .iconNav .items .ewm img {
  width: 1.25rem;
  height: 1.22rem;
}

.footer .foot .top .iconNav .items .ewm::before {
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  bottom: -0.15rem;
}

.footer .foot .copyright {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}

.footer .foot .copyright span {
  margin-right: 0.5rem;
}

.footers {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .PC aside {
    position: fixed;
    right: 0.6rem;
    top: 70%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0.1rem;
  }

  .PC aside .masks .mask {
    left: -1.8rem;
  }
}

@media (min-width: 770px) and (max-width: 1380px) {
  .w {
    width: 88%;
  }

  body,
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body::-webkit-scrollbar,
  html::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #1f2530;
  }

  .header h1 {
    color: #fff;
    font-weight: bold;
    font-size: 0;
  }

  .header .header_box {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 2.8rem 1fr 4.4rem;
    align-items: center;
    box-sizing: border-box;
  }

  .header .header_box .logo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.3rem;
  }

  .header .header_box .logo img {
    width: 1.87rem;
  }

  .header nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
  }

  .header nav .navList {
    display: flex;
    justify-content: flex-end;
  }

  .header nav .navList li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.3rem;
  }

  .header nav .navList li .title a {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    position: relative;
    z-index: 10;
  }

  .header nav .navList li .title a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.04rem;
    bottom: 15%;
    background-color: #00adbb;
    transition: 0.3s;
  }

  .header nav .navList li .title.active a::after {
    width: 50%;
  }

  .header nav .navList li a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 0.4rem 0.1rem;
    font-size: 0.28rem;
    transition: 0.3s;
  }

  .header nav .navList li .mask {
    top: 1rem;
    left: 0;
    position: absolute;
    width: 100vw;
    background: #1f2530;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    display: none;
  }

  .header nav .navList li .mask .box {
    display: flex;
    justify-content: center;
    background: #1f2530;
  }

  .header nav .navList li .mask .box a {
    color: #fff;
    font-size: 0.26rem;
    padding: 0.5rem 1rem;
  }

  .header nav .navList li .mask .box a:hover {
    color: #00adbb;
  }

  .header nav .navList .top1 .mask .boxs {
    display: flex;
    padding: 0.2rem 0;
    max-height: 3rem;
  }

  .header nav .navList .top1 .mask .boxs a {
    padding: 0.15rem 0;
  }

  .header nav .navList .top1 .mask .boxs a:hover {
    color: #00adbb;
  }

  .header nav .navList .top1 .mask .boxs .menus {
    max-height: 3rem;
    overflow-y: auto;
    scrollbar-color: #ccc #c5c5c5;
  }

  .header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar {
    width: 0.04rem;
    /* 垂直滚动条宽度 */
    height: 0.05rem;
    border-radius: 50%;
    cursor: pointer;
  }

  .header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-track {
    background: transparent;
    /* 滚动条轨道背景颜色 */
  }

  .header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-thumb {
    background: #ccc;
    /* 滚动条滑块颜色 */
    border-radius: 4px;
    /* 滑块圆角 */
  }

  .header nav .navList .top1 .mask .boxs .menus::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 鼠标悬停时滑块颜色 */
    cursor: pointer;
  }

  .header nav .navList .top1 .mask .boxs .tabs {
    border-right: 1px solid #fff;
    padding-right: 0.4rem;
    height: fit-content;
    text-align: left;
  }

  .header nav .navList .top1 .mask .boxs .list {
    padding-left: 0.2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .header nav .menu {
    display: flex;
    align-items: center;
  }

  .header nav .menu .icons {
    margin: 0 0.2rem;
  }

  .header nav .menu .icons img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
  }

  .header nav .menu::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.18rem;
    margin: 0 0.2rem;
    background: #fff;
  }

  .header .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.4rem;
    box-sizing: border-box;
  }

  .header .right .shop {
    position: relative;
  }

  .header .right .shop .title a {
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #00adbb;
    width: 100%;
    padding: 0.1rem 0.3rem;
    font-size: 0.26rem;
    border-radius: 0.4rem;
  }

  .header .right .shop .title a span {
    margin-left: 0.2rem;
    vertical-align: middle;
  }

  .header .right .shop .title a img {
    width: 0.27rem;
    height: 0.26rem;
    vertical-align: middle;
  }

  .header .right .shop .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 .right .shop .mask a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.3s;
  }

  .header .right .shop .mask a:hover {
    color: #00adbb;
  }

  .header .right .shop .mask div:last-child a {
    border-bottom: none;
  }

  .header .right .voice {
    position: relative;
    padding: 0 0.3rem;
  }

  .header .right .voice a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.25rem 0;
  }

  .header .right .voice .icon {
    width: 0.35rem;
    height: 0.35rem;
  }

  .header .right .voice i {
    margin-left: 0.15rem;
    font-size: 0.3rem;
  }

  .header .right .voice .mask {
    top: 1rem;
    left: 0;
    position: absolute;
    width: 100%;
    background: #1f2530;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.15rem;
    display: none;
    color: #fff;
  }

  .header .right .voice .mask a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.26rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.3s;
  }

  .footer {
    display: block;
    background: #272727;
    height: 6.5rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.5rem 0 0.3rem;
    position: relative;
  }

  .footer .w {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer a {
    color: #fff;
  }

  .footer nav {
    display: flex;
    justify-content: space-between;
    padding-right: 0.8rem;
  }

  .footer nav .first .item:nth-of-type(2) {
    margin-top: 0.5rem;
  }

  .footer nav .first .item:nth-of-type(2) a:hover {
    text-decoration: underline;
  }

  .footer nav .first .item:nth-of-type(3) a:hover {
    text-decoration: underline;
  }

  .footer nav .first .item .list a {
    color: #e2e2e2;
    font-size: 0.22rem;
    opacity: 0.8;
  }

  .footer nav .first .item .list a:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .footer nav .item .title {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
  }

  .footer nav .item .list li {
    margin: 0.2rem 0;
  }

  .footer nav .item .list li a {
    color: #e2e2e2;
    font-size: 0.22rem;
  }

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

  .footer nav .item .ewm {
    width: 1.8rem;
    height: 1.8rem;
    background: #ffffff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem;
    border-radius: 0.2rem;
  }

  .footer nav .item .ewm img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.2rem;
  }

  .footer .foot .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ffffff;
  }

  .footer .foot .top .logo {
    width: 10%;
    height: auto;
  }

  .footer .foot .top .logo img {
    object-fit: contain;
  }

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

  .footer .foot .top .iconNav .items {
    margin-left: 0.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .foot .top .iconNav .items .icon {
    width: 100%;
    height: auto;
  }

  .footer .foot .top .iconNav .items .icon img {
    object-fit: contain;
  }

  .footer .foot .top .iconNav .items .ewm {
    position: absolute;
    top: -1.6rem;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.06rem 0.06rem 0.04rem;
    display: none;
  }

  .footer .foot .top .iconNav .items .ewm img {
    width: 1.25rem;
    height: 1.22rem;
  }

  .footer .foot .top .iconNav .items .ewm::before {
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    bottom: -0.15rem;
  }

  .footer .foot .copyright {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
  }

  .footer .foot .copyright span {
    margin-right: 0.5rem;
  }

  .PC aside {
    position: fixed;
    right: 0.6rem;
    top: 70%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0.1rem;
  }

  .PC aside .masks {
    margin-bottom: 0.2rem;
    cursor: pointer;
  }

  .PC aside .masks .box {
    position: relative;
  }

  .PC aside .masks .imgs {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #424242;
    padding: 0.1rem;
  }

  .PC aside .masks .imgs img {
    object-fit: contain;
  }

  .PC aside .masks .mask {
    position: absolute;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    top: 0;
    left: -2.45rem;
    display: none;
    font-size: 0.14rem;
    border: 1px solid #424242;
    background: #333333;
    color: #fff;
  }

  .PC aside .masks .mask::before {
    right: -15px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333333;
    border-width: 8px;
    top: 30%;
  }

  .PC aside .masks .mask .box {
    box-sizing: border-box;
    display: flex;
  }

  .PC aside .masks .mask .box .icons {
    width: 0.22rem;
    height: 0.14rem;
    margin-right: 0.1rem;
  }

  .PC aside .masks .mask .box .title {
    font-weight: bold;
    margin-bottom: 0.05rem;
    background: transparent;
    font-size: 14px;
  }

  .PC aside .masks .mask .box a {
    font-size: 0.2rem;
    color: #fff;
  }

  .PC aside .item {
    position: relative;
    cursor: pointer;
  }

  .PC aside .item .imgs {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #424242;
    padding: 0.1rem;
  }

  .PC aside .item .mask {
    position: absolute;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    top: -10%;
    left: 0;
    display: none;
    font-size: 0.2rem;
    border: 1px solid #424242;
    background: #333333;
    color: #fff;
  }

  .PC aside .item .mask::before {
    right: -15px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333333;
    border-width: 8px;
    top: 30%;
  }

  .PC aside .item .mask a {
    color: #fff;
    white-space: nowrap;
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }

  .PC aside #kf .mask {
    left: -2.8rem;
  }

  .PC aside #app {
    margin-top: 0.14rem;
  }

  .PC aside #app .mask {
    left: -1.4rem;
    top: 5%;
  }
}

@media (max-width: 768px) {
  .w {
    width: 91.5%;
  }

  header {
    display: none;
  }

  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #1f2530;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .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 .rg {
    display: flex;
    align-items: center;
  }

  .phoneheader .shop {
    height: 0.4rem;
    margin-right: 0.5rem;
    margin-top: -2px;
  }

  .phoneheader .shop img {
    vertical-align: middle;
    object-fit: contain;
  }

  .phoneheader .shop-list {
    position: absolute;
    height: fit-content;
    padding: 0.3rem;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f2530;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
  }

  .phoneheader .shop-list .box {
    display: flex;
    justify-content: flex-end;
  }

  .phoneheader .shop-list a {
    color: #fff;
    font-size: 0.32rem;
    margin-left: 0.4rem;
  }

  .phoneheader .menu {
    width: 0.5rem;
    vertical-align: middle;
  }

  .phoneheader .menu img {
    vertical-align: middle;
  }

  .phoneheader .menu .close {
    display: none;
  }

  .phoneheader .menu.active .close {
    display: block;
  }

  .phoneheader .menu.active .open {
    display: none;
  }

  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f2530;
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
    overflow-y: auto;
    padding-bottom: 1rem;
  }

  .mobile-container.active {
    transform: translateX(0);
  }

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

  .mobile-container .footer-list a {
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-family: 'HarmonyOS_Medium';
  }

  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }

  .mobile-container .footer-list li.nosec .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-container .footer-list li.nosec .top a {
    flex: 1;
    color: #fff;
  }

  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
    font-size: 0.24rem;
  }

  .mobile-container .footer-list .top.active .icon span {
    color: #fff;
  }

  .mobile-container .footer-list .top.active .icon .close {
    display: block;
  }

  .mobile-container .footer-list .top.active .icon .open {
    display: none;
  }

  .mobile-container .footer-list .top a {
    font-size: 0.24rem;
  }

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

  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #fff;
  }

  .mobile-container .footer-list .top .close {
    display: none;
  }

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

  .mobile-container .footer-list .second a {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobile-container .first .second .box {
    display: flex;
    padding-bottom: 0.4rem;
  }

  .mobile-container .first .second .box .tabs {
    min-width: 2.5rem;
    border-right: 1px solid #fff;
  }

  .mobile-container .first .second .box .tabs .tab {
    display: flex;
    color: #fff;
    padding: 0.2rem 0.2rem 0.2rem 0;
    font-size: 0.24rem;
    justify-content: space-between;
  }

  .mobile-container .first .second .box .tabs .tab .icon span {
    font-size: 0.24rem;
  }

  .mobile-container .first .second .box .tabs .tab .icon .close {
    display: none;
  }

  .mobile-container .first .second .box .tabs .tab.active .icon .open {
    display: none;
  }

  .mobile-container .first .second .box .tabs .tab.active .icon .close {
    display: block;
  }

  .mobile-container .first .second .box .content a {
    font-size: 0.24rem;
    margin-left: 0.3rem;
  }

  .footers {
    display: block;
    background: #272727;
    height: auto;
    color: #fff;
    box-sizing: border-box;
    padding: 0.5rem 0 1rem;
    position: relative;
  }

  .footers .w {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footers a {
    color: #fff;
  }

  .footers .footer-list {
    color: #999;
    padding-top: 0.2rem;
  }

  .footers .footer-list a {
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-family: 'HarmonyOS_Medium';
  }

  .footers .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }

  .footers .footer-list li.nosec .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footers .footer-list li.nosec .top a {
    flex: 1;
    color: #fff;
  }

  .footers .footer-list .top {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.22rem;
  }

  .footers .footer-list .top.active .icon span {
    color: #fff;
  }

  .footers .footer-list .top.active .icon .close {
    display: block;
  }

  .footers .footer-list .top.active .icon .open {
    display: none;
  }

  .footers .footer-list .top a {
    font-size: 0.22rem;
  }

  .footers .footer-list .top .icon {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .footers .footer-list .top span {
    transition: 0.3s;
    font-size: 0.3rem;
    text-align: right;
    color: #fff;
  }

  .footers .footer-list .top .close {
    display: none;
  }

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

  .footers .footer-list .second a {
    display: block;
    font-size: 0.22rem;
    color: #fff;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .footers .first .second .box {
    display: flex;
    padding-bottom: 0.4rem;
  }

  .footers .first .second .box .tabs {
    min-width: 2.5rem;
    border-right: 1px solid #fff;
  }

  .footers .first .second .box .tabs .tab {
    display: flex;
    color: #fff;
    padding: 0.2rem 0.2rem 0.2rem 0;
    font-size: 0.22rem;
    justify-content: space-between;
  }

  .footers .first .second .box .tabs .tab .icon span {
    font-size: 0.22rem;
  }

  .footers .first .second .box .tabs .tab .icon .close {
    display: none;
  }

  .footers .first .second .box .tabs .tab.active .icon .open {
    display: none;
  }

  .footers .first .second .box .tabs .tab.active .icon .close {
    display: block;
  }

  .footers .first .second .box .content a {
    font-size: 0.22rem;
    padding-left: 0.3rem;
  }

  .footers .inners {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1.15rem;
  }

  .footers .inners .ewm {
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15rem;
  }

  .footers .inners .ewm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footers .foot {
    margin-top: 2.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .footers .foot .iconNav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footers .foot .iconNav .items {
    margin-left: 0.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footers .foot .iconNav .items .icon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .footers .foot .iconNav .items .icon img {
    object-fit: contain;
  }

  .footers .foot .iconNav .items:nth-of-type(2) .icon {
    width: 0.45rem;
    height: 0.35rem;
  }

  .footers .foot .iconNav .items:last-child .ewm {
    left: -1.6rem;
  }

  .footers .foot .iconNav .items .ewm {
    position: absolute;
    z-index: 50;
    top: -2.5rem;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.06rem 0.06rem 0.04rem;
    display: none;
    box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.2);
  }

  .footers .foot .iconNav .items .ewm img {
    width: 2rem;
    height: 2rem;
  }

  .footers .foot .iconNav .items .ewm::before {
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    bottom: -0.15rem;
  }

  .footers .foot .iconNav .xcx {
    margin-left: 0;
  }

  .footers .foot .logo img {
    width: 70%;
  }

  .footers .copyright {
    margin-top: 0.3rem;
    line-height: 1.8;
    font-size: 0.22rem;
    padding: 0 0.4rem;
  }

  .footers .copyright .box,
  .footers .copyright .box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footers .copyright .box2 {
    margin-top: 0.2rem;
    justify-content: center;
  }

  .footers .copyright .box2 span {
    margin: 0 0.3rem;
  }

  aside {
    position: fixed;
    top: 65%;
    right: 6%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  aside .lx {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
  }

  aside .lx .masks {
    margin-bottom: 0.1rem;
    cursor: pointer;
    padding-left: 0.1rem;
  }

  aside .lx .masks .boxs {
    position: relative;
  }

  aside .lx .masks .imgs {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #424242;
    padding: 0.1rem;
  }

  aside .lx .masks .imgs img {
    object-fit: contain;
  }

  aside .lx .masks .mask {
    background: #333;
    position: absolute;
    padding: 0.1rem 0.17rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    left: -2.5rem;
    top: 0;
    display: none;
    color: #fff;
  }

  aside .lx .masks .mask::before {
    right: -15px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333;
    border-width: 8px;
    top: 30%;
  }

  aside .lx .masks .mask .box {
    box-sizing: border-box;
    display: flex;
  }

  aside .lx .masks .mask .box .icons {
    width: 0.4rem;
    height: 0.25rem;
    margin-right: 0.15rem;
  }

  aside .lx .masks .mask .box .title {
    font-size: 0.24rem;
    font-weight: normal;
    margin-bottom: 0rem;
    background: transparent;
  }

  aside .lx .masks .mask .box .tel a {
    font-size: 0.22rem;
    color: #fff;
  }

  aside .kf {
    margin-top: 0.2rem;
    padding-right: 0;
    position: relative;
    height: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    margin-left: 85%;
    padding: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #424242;
    width: 0.8rem;
  }

  aside .kf .imgs {
    height: auto;
    flex-shrink: 0;
    margin-right: 0;
  }

  aside .kf .mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 28, 88, 0.2);
    width: 100%;
    display: none;
  }

  aside .kf .mask .box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    min-height: 50%;
    height: fit-content;
    padding: 0.2rem 0 2rem;
    border-radius: 0.2rem 0.2rem 0 0;
  }

  aside .kf .mask .close {
    padding: 0 0.4rem 0.2rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #d4d4d4;
  }

  aside .kf .mask .close img {
    width: 0.23rem;
    height: 0.23rem;
  }

  aside .kf .mask .inner {
    display: flex;
    flex-direction: column;
  }

  aside .kf .mask .inner .item {
    display: flex;
    height: 100%;
    padding: 0.56rem 0.4rem;
    border-bottom: 1px solid #c6c6c6;
  }

  aside .kf .mask .inner .item .icon {
    min-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding-right: 0.2rem;
  }

  aside .kf .mask .inner .item .icon img {
    width: 0.4rem;
    height: auto;
    object-fit: contain;
  }

  aside .kf .mask .inner .item .content {
    font-size: 0.28rem;
    color: #606060;
  }

  aside .kf .mask .inner .item .content .title {
    font-size: 0.24rem;
    font-family: 'HM';
    font-weight: bold;
    color: #000;
  }

  aside .kf .mask .inner .item .content .date {
    font-size: 0.16rem;
  }

  aside .kf .mask .inner .item .content .tip {
    margin: 0.1rem 0;
    font-size: 0.22rem;
  }

  aside .kf .mask .inner .item .content .tel {
    font-weight: bold;
  }

  aside .kf .mask .inner .item .content .tel a {
    font-size: 0.22rem;
    color: #606060;
  }

  aside .kf .mask .inner .item .content .text a {
    color: #00adbb;
    font-size: 0.22rem;
  }
}