@import url("./global.css");
@import url("./iconfont/iconfont.css");

header.pc {
  position: fixed;
  top: 1.25rem;
  z-index: 99999;
  width: 100%;
}
header.pc.scrolled {
  background-color: #fff;
  padding: 1.25rem 0;
  top: 0;
}
header.pc.scrolled .left-logo,
header.pc.white-bg .left-logo {
  filter: contrast(1) brightness(1);
}
header.scrolled .right-tools .search .iconfont,
header.scrolled .right-tools .phone,
header.scrolled .right-tools .phone .iconfont,
header.pc.scrolled .nav-box a {
  color: #333;
}
header.white-bg .right-tools .search .iconfont,
header.white-bg .right-tools .phone,
header.white-bg .right-tools .phone .iconfont,
header.pc.white-bg .nav-box a {
  color: #333;
}

header .left-logo {
  width: 10.125rem;
  display: flex;
  align-items: center;
  filter: contrast(1) brightness(10);
}
header .left-logo img {
  width: 100%;
}
header .right-tools {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
header .right-tools .phone {
  height: 3.625rem;
  padding: 0.875rem 0;
  border-radius: 1.25rem;
  gap: 4px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #fff;
}

header .right-tools .phone .iconfont,
header .right-tools .search .iconfont {
  font-size: 1.375rem;
  color: #fff;
}
/* .glass-card {
  --c-glass: rgba(255, 255, 255, 0.1);
  --c-light: #fff;
  --c-dark: #000;
  --glass-reflex-dark: 0.8;
  --glass-reflex-light: 0.8;
  --saturation: 100%;
  border: none;
  background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  backdrop-filter: blur(5px) saturate(var(--saturation));
  -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
  box-shadow:
    inset 0 0 0 1px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
    inset 1.8px 3px 0px -2px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent),
    inset -2px -2px 0px -2px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent),
    inset -3px -8px 1px -6px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
    inset -0.3px -1px 4px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent),
    inset -1.5px 2.5px 0px -2px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
    inset 0px 3px 4px -2px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
    inset 2px -6.5px 1px -4px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
    0px 1px 5px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
    0px 6px 16px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
} */
header .right-tools .search {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 1.25rem;
  cursor: pointer;
}

header .right-tools .line-menu {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 1.25rem;
  background-color: #1c56f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .right-tools .line-menu .line {
  width: 1.875rem;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
  margin: 0.25rem auto;
}
header .right-tools .line-menu.active .line:first-child {
  transform: rotate(45deg);
  transform-origin: center;
}
header .right-tools .line-menu.active .line:nth-child(2) {
  display: none;
}
header .right-tools .line-menu.active .line:last-child {
  transform: rotate(-45deg);
  transform-origin: center;
}

header .right-tools .line-menu.active .line {
  position: absolute;
  inset: 0;
  margin: auto;
}

header .right-tools .line-menu img {
  width: 1.25rem;
}
header .nav-box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.25rem 1.875rem;
  display: flex;
  align-items: center;
  gap: 3.125rem;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #fff;
  border-radius: 1.25rem;
  /* --c-glass: rgba(255, 255, 255, 0.2);
  --c-light: #fff;
  --c-dark: #000;
  --glass-reflex-dark: 0.8;
  --glass-reflex-light: 0.8;
  --saturation: 100%;
  border: none;
  background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
  backdrop-filter: blur(5px) saturate(var(--saturation));
  -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
  box-shadow:
    inset 0 0 0 1px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
    inset 1.8px 3px 0px -2px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent),
    inset -2px -2px 0px -2px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent),
    inset -3px -8px 1px -6px
      color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
    inset -0.3px -1px 4px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent),
    inset -1.5px 2.5px 0px -2px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
    inset 0px 3px 4px -2px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
    inset 2px -6.5px 1px -4px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
    0px 1px 5px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
    0px 6px 16px 0px
      color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent); */
}
header .nav-box a {
  color: #fff;
  position: relative;
}
header .nav-box a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: center;
  will-change: transform;
  transition: transform 0.3s ease;
}
header .nav-box a:hover::after {
  transform: scale3d(1, 1, 1);
}
header.scrolled .nav-box a::after {
  background: #333;
}
.pc-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  padding-top: 6.125rem;
}
.pc-menu.active {
  opacity: 1;
  visibility: visible;
}
.pc-menu .w-1800 {
  position: relative;
}
.pc-menu .suq {
  width: 100%;
  margin-top: 9.75rem;
  text-align: right;
  position: absolute;
}
.pc-menu .suq img {
  width: 57.0625rem;
}
.pc-menu .flex-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 6.25rem;
}
.pc-menu .flex-content .left-menu {
  display: flex;
  gap: 8.75rem;
}
.pc-menu .flex-content .left-menu p {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.875rem;
}
.pc-menu .flex-content .left-menu li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pc-menu .flex-content .left-menu li a {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pc-menu .flex-content .left-menu li a .iconfont {
  color: #1546d4;
  opacity: 0;
  font-size: 1rem;
}
.pc-menu .flex-content .left-menu li a:hover {
  opacity: 1;
  color: #1546d4;
}
.pc-menu .flex-content .left-menu li a:hover .iconfont {
  opacity: 1;
}
.pc-menu .flex-content .right-contact {
  display: flex;
  gap: 5rem;
}
.pc-menu .flex-content .right-contact p {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #666;
  margin-bottom: 1.25rem;
}

.pc-menu .flex-content .right-contact .phone-box img {
  width: 1.0625rem;
}
.pc-menu .flex-content .right-contact .phone-box span {
  font-size: 1.125rem;
  line-height: 1;
  color: #959595;
}
.pc-menu .flex-content .right-contact .phone-box h6 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "D-DIN-PRO";
  line-height: 1;
  color: #2f2f2f;
  margin-top: 1rem;
}
.pc-menu .flex-content .right-contact .qrcode-box .img-box {
  width: 8.125rem;
  height: 8.125rem;
  padding: 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(224, 224, 224, 1);
}
.pc-menu .flex-content .right-contact .qrcode-box img {
  width: 7.375rem;
  height: 7.375rem;
}
.pc-search {
  position: fixed;
  width: 100%;
  height: 21.875rem;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  padding-top: 10rem;
}
.pc-search.active {
  opacity: 1;
  visibility: visible;
}
.pc-search .search-block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-search .search-block-title span {
  font-size: 1.125rem;
  color: #999;
}
.pc-search .search-block-title .iconfont {
  font-size: 1rem;
  color: #999;
  cursor: pointer;
}
.pc-search .input-box {
  width: 100%;
  height: 6.3125rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-search .input-box input {
  border: none;
  width: calc(100% - 2rem);
  height: 6.25rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.pc-search .input-box input:focus-visible {
  outline: none;
}
.pc-search .input-box img {
  width: 1.8125rem;
}
footer {
  background: #2d2d2d;
  position: relative;
}
footer .w-1600 {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 114px;
}
footer .w-1600 .left .footerLogo {
  font-size: 0;
  height: 45px;
  margin-bottom: 27px;
}
footer .w-1600 .left .footerLogo img {
  height: 45px;
  width: auto;
}
footer .w-1600 .left p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 20px;
}
footer .w-1600 .left p .iconfont {
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
}
footer .w-1600 .left p a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
footer .w-1600 .footerNav {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
footer .w-1600 .footerNav ul li {
  font-size: 17px;
  line-height: 2.5882352941;
  color: rgba(255, 255, 255, 0.8);
}
footer .w-1600 .footerNav ul li a {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
footer .w-1600 .footerWechat .img {
  background: url(../img/wechatBg.png) no-repeat center/cover;
  padding: 8px;
  width: 143px;
  height: 143px;
  font-size: 0;
}
footer .w-1600 .footerWechat p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  text-align: center;
  margin-top: 6px;
}
footer .beian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
footer .beian .sitemap {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 40px;
}
footer .beian .w-1600 {
  padding-top: 0;
  padding-bottom: 0;
  height: 98px;
  display: flex;
  justify-content: space-between;
}
footer .beian .w-1600 .left {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: enTel-R;
}
footer .beian .w-1600 .left a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 5px;
  font-family: enTel-R;
}
footer .beian .w-1600 .right {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: enTel-R;
}
footer .beian .w-1600 .right ul {
  display: flex;
  margin-bottom: 0;
  margin-right: 5px;
}
footer .beian .w-1600 .right ul li {
  position: relative;
}
footer .beian .w-1600 .right ul li:first-child a {
  padding-left: 0;
}
footer .beian .w-1600 .right ul li a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0 20px;
}
footer .beian .w-1600 .right ul li::after {
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
}
footer .beian .w-1600 .right ul li:last-child::after {
  display: none;
}
footer .beian .w-1600 .right a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 5px;
  font-family: enTel-R;
}
footer .mobBeian {
  display: none;
}
footer .mobBeian .sitemap {
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0px;
}
footer .goTop {
  cursor: pointer;
  width: 98px;
  height: 98px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer::after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 98px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}
.hover-line-btn {
  transition: all 0.3s;
}
.hover-line-btn:hover {
  color: #fff !important;
  border-bottom: 1px solid #1c56f9;
  background-color: #1c56f9;
}
.hover-line-btn:hover .iconfont {
  color: #fff !important;
}
@media (max-width: 1300px) {
  footer .beian .w-1600 {
    flex-direction: column;
    justify-content: center;
  }
  footer::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  footer .w-1600 .footerNav {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .beian .w-1600 .right {
    display: none;
  }
  footer .w-1600,
  footer .beian .w-1600 .left {
    flex-direction: column;
  }
  footer > .w-1600 {
    gap: 20px;
    align-items: center;
  }
  footer .footerWechat {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  header.mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 2rem 1.25rem;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  header.mobile .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header.mobile .left-logo {
    width: 12.5rem;
    display: flex;
    align-items: center;
    filter: contrast(1) brightness(1);
  }
  header.mobile .left-logo img {
    width: 100%;
    height: auto;
  }
  header.mobile .right-menu {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  header.mobile .right-menu .search {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  header.mobile .right-menu .search .iconfont {
    font-size: 1.5rem;
    color: #333;
  }
  header.mobile .right-menu .search:hover {
    background-color: rgba(28, 86, 249, 0.1);
  }
  header.mobile .right-menu .line-menu {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background-color: #1c56f9;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  header.mobile .right-menu .line-menu img {
    width: 1.5rem;
    height: auto;
  }
  header.mobile .right-menu .line-menu:hover {
    background-color: #1546d4;
    transform: scale(1.05);
  }
  header.mobile .menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    opacity: 0;
  }
  header.mobile .menu-box.active {
    opacity: 1;
    transform: translateY(0);
  }
  header.mobile .menu-box .flex-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
  }

  header.mobile .menu-box a {
    line-height: 4.5rem;
    font-size: 2.25rem;
  }
  footer .w-1600 .left .footerLogo img {
    height: 4rem;
  }
  footer .w-1600 {
    padding: 4rem 0;
  }
  .block-title p {
    font-size: 1.5rem;
  }
}
