* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

:root {
  --font-16: max(0.16rem, 14px);
  --font-18: max(0.18rem, 16px);
  --font-24: clamp(18px, 0.24rem, 24px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font40: clamp(23px, 0.4rem, 40px);
  --font60: clamp(30px, 0.6rem, 60px);
}
html {
  font-size: calc(100 * 100vw / 1920);
}
@media (max-width: 768px) {
  html {
    /* font-size: calc(100 * 100vw / 768); */
    font-size: calc(100vw / 15.36);
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
/* 引入字体包 */
@font-face {
  font-family: "HONOR Sans CN", sans-serif;
  src: url("../fonts/HONORSansCN-Regular.ttf");
}

@media (max-width: 768px) {
  :root {
    --font-18: max(0.18rem, 16px);
  }
}
body {
  font-family: "HONOR Sans CN", sans-serif;
  font-size: 0.14rem;
}
body.lock {
  overflow: hidden;
}
.wrap-max {
  width: 97.292%;
  max-width: 1868px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  display: flex;
  align-items: center;
  height: 95px;
  position: relative;
}
.header .logo img {
  display: block;
  width: max(3.3rem, 170px);
  height: auto;
  object-fit: contain;
}
.header .nav {
  display: flex;
  margin-left: 12.848%;
  height: 100%;
}
.header .nav li {
  position: relative;
  z-index: 6;
  margin-right: max(0.42rem, 15px);
  height: 100%;
  display: flex;
  align-items: center;
  /** 产品下拉 */
}
.header .nav li .nav-top a {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  transition: all 0.45s ease;
  white-space: nowrap;
  position: relative;
}
.header .nav li .nav-top a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.header .nav li .nav-top a:hover {
  color: #00496c;
}
.header .nav li:last-of-type {
  margin-right: 0;
}
.header .nav li.current .nav-top a {
  color: #00496c;
}
.header .nav li.current .nav-top a::after {
  width: 100%;
}
.header .nav li .nav-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 100%;
  height: auto;
  padding: 20px 10px;
  background-color: #fff;
  width: 210px;
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: none;
}
.header .nav li .nav-bottom div {
  width: 100%;
  margin-bottom: 13px;
}
.header .nav li .nav-bottom div:last-of-type {
  margin-bottom: 0;
}
.header .nav li .nav-bottom a {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: all 0.45s ease;
  position: relative;
  white-space: nowrap;
}
.header .nav li .nav-bottom a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.header .nav li .nav-bottom a:hover {
  color: #00496c;
}
.header .nav li .nav-bottom a:hover::after {
  width: 100%;
}
.header .nav li .pro-nav-bottom {
  position: fixed;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
  z-index: 9999;
  height: auto;
  max-width: 1868px;
  width: 97.292%;
  /* 先隐藏 */
  display: none;
  /* 一级 */
  /* 二级 */
  /* 三级 */
}
.header .nav li .pro-nav-bottom::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  pointer-events: none;
  z-index: -2;
}
.header .nav li .pro-nav-bottom .cate-list {
  padding-right: 10%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  overflow-y: auto;
  height: auto;
}
.header .nav li .pro-nav-bottom .cate-one,
.header .nav li .pro-nav-bottom .cate-two,
.header .nav li .pro-nav-bottom .cate-three {
  flex: 1;
  min-width: 0;
  padding-top: max(0.45rem, 20px);
  padding-bottom: max(0.45rem, 21px);
}
.header .nav li .pro-nav-bottom .cate-one {
  padding-left: 10%;
  background-image: url(../images/header-nav-pro-liner.png);
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list > div {
  padding-right: max(0.78rem, 13px);
  border-right: 2px solid transparent;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list > div:last-of-type {
  margin-bottom: 0;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list > div.current {
  background-image: linear-gradient(to left, rgba(0, 73, 108, 0.1) 30%, transparent);
  border-right-color: #00496c;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list > div.current a {
  color: #00496c;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list > div.current a .icon {
  opacity: 1;
  vertical-align: middle;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list a {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 字体同步修改大小 */
  font-size: max(0.18rem, 14px);
  color: rgba(0, 0, 0, 0.6);
  /* 2025-2-11 字体排列在小一点 */
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav li .pro-nav-bottom .cate-one .cate-one-list a .icon {
  font-weight: 400;
  opacity: 0;
  vertical-align: middle;
  font-size: 20px;
  font-family: "HONOR Sans CN", sans-serif;
}
.header .nav li .pro-nav-bottom .cate-two {
  position: relative;
  padding-left: max(0.62rem, 15px);
  padding-right: max(0.73rem, 15px);
  background-color: #fff;
}
.header .nav li .pro-nav-bottom .cate-two.show::after {
  opacity: 1;
}
.header .nav li .pro-nav-bottom .cate-two::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 73, 108, 0.2);
  width: 1px;
  height: calc(100% - 0.9rem);
  opacity: 0;
  transition: all 0.45s ease;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list {
  display: none;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div {
  transition: all 0.45s ease;
  position: relative;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div:last-of-type {
  margin-bottom: 0;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div.current a {
  color: #00496c;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div.current a .icon {
  opacity: 1;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div.current::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div a {
  font-weight: 400;
  font-size: max(0.18rem, 14px);
  color: rgba(0, 0, 0, 0.6);
  font-family: "HONOR Sans CN", sans-serif;
  /* 字体排列在小一点 */
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav li .pro-nav-bottom .cate-two .cate-two-list > div a .icon {
  vertical-align: middle;
  font-size: 20px;
  opacity: 0;
}
.header .nav li .pro-nav-bottom .cate-three {
  padding-left: max(0.64rem, 15px);
  background-color: #fff;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list {
  display: none;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div {
  transition: all 0.45s ease;
  position: relative;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div:last-of-type {
  margin-bottom: 0;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div.current::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div.current a {
  color: #00496c;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div.current .icon {
  opacity: 1;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div a {
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 400;
  font-size: max(0.18rem, 14px);
  color: rgba(0, 0, 0, 0.6);
  /* 字体排列在小一点 */
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-family: "HONOR Sans CN", sans-serif;
}
.header .nav li .pro-nav-bottom .cate-three .cate-three-list > div .icon {
  opacity: 0;
}
.header .other {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .other .search {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-right: 14px;
  transition: all 0.45s ease;
}
.header .other .search .active {
  display: none;
}
.header .other .search:hover {
  background-color: #00496c;
  border-color: #00496c;
}
.header .other .search:hover .active {
  display: block;
}
.header .other .search:hover .default {
  display: none;
}
.header .other .lang {
  display: none !important;
  width: 80px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  margin-right: 13px;
}
.header .other .lang .head-text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: all 0.45s ease;
}
.header .other .lang .triangle {
  margin-left: 9px;
  display: flex;
  align-items: center;
}
.header .other .lang .triangle .active {
  display: none;
}
.header .other .lang:hover {
  background-color: #00496c;
  border-color: #00496c;
}
.header .other .lang:hover .head-text {
  color: #fff;
}
.header .other .lang:hover .triangle .active {
  display: block;
}
.header .other .lang:hover .triangle .default {
  display: none;
}
.header .other .login {
  width: 120px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: all 0.45s ease;
  text-transform: capitalize;
}

/* 2025-3-15 增加登出按钮 */
.header .other .logout {
  width: 80px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: all 0.45s ease;
  text-transform: capitalize;
  margin-left: 10px;
}
.header .other .login span {
  margin-left: 12px;
}
.header .other .login .active {
  display: none;
}
.header .other .login:hover {
  color: #fff;
  background-color: #00496c;
  border-color: #00496c;
}

.header .other .logout:hover {
  color: #fff;
  background-color: #00496c;
  border-color: #00496c;
}
.header .other .login:hover .default {
  display: none;
}
.header .other .login:hover .active {
  display: block;
}
.header .header-search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-bottom: 25px;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.header .header-search form {
  max-width: 500px;
  width: 92%;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-search form .search-input {
  flex: 1;
  height: 100%;
  border: 1px solid #ccc;
  border-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
}
.header .header-search form .search-input:focus {
  outline: none;
}
.header .header-search form .seach-btn {
  flex-shrink: 0;
  width: 80px;
  height: 100%;
  background: #00496c;
  border-radius: 0 10px 10px 0;
  border: 0;
  user-select: none;
  cursor: pointer;
}
.header .header-search form .seach-btn:focus {
  border: 0;
  outline: 0;
}

.footer {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding-top: 85px;
}
.footer.wrap {
  width: 97.291%;
  max-width: 1868px;
  margin-left: auto;
  margin-right: auto;
}
.footer .foot-content {
  width: 85.653%;
  margin-left: auto;
  margin-right: auto;
}
.footer .foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .foot-top .foot-logo img {
  display: block;
  width: 285px;
}
.footer .foot-top .icon-list {
  display: flex;
  align-items: center;
}
.footer .foot-top .icon-list .icon-item {
  margin-right: max(0.32rem, 15px);
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.footer .foot-top .icon-list .icon-item .active {
  display: none;
}
.footer .foot-top .icon-list .icon-item:last-of-type {
  margin-right: 0;
}
.footer .foot-top .icon-list .icon-item:hover .active {
  display: block;
}
.footer .foot-top .icon-list .icon-item:hover .default {
  display: none;
}

/* 2025-7-15 新增 */
.footer .foot-top .icon-list .icon-item .hover-box {
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) scale(0, 1);
  transition: var(--duration, 0.45s) ease;
  padding: 6px;
}
.footer .foot-top .icon-list .icon-item .hover-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer .foot-top .icon-list .icon-item:hover .hover-box {
  transform: translateX(-50%) scale(1, 1);
}
.footer .foot-info {
  display: flex;
  justify-content: space-between;
  margin-top: 71px;
  margin-bottom: calc(125px - 5px);
}
.footer .foot-info .left {
  width: 68.751%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .foot-info .left .left-item {
  width: 43.637%;
}
.footer .foot-info .left .left-item .left-title {
  font-size: 24px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 1;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 26px;
}
.footer .foot-info .left .left-item .list p {
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
}
.footer .foot-info .right {
  width: 360px;
  margin-left: auto;
}
.footer .foot-info .right .right-title {
  font-size: 24px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 1;
  margin-bottom: 21px;
}
.footer .foot-info .right .input-area {
  display: block;
  width: 100%;
  display: flex;
  margin-bottom: 17px;
}
.footer .foot-info .right .input-area input {
  flex: 1;
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  padding-left: 23px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  border-right: none;
  transition: all 0.45s ease;
}
.footer .foot-info .right .input-area input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.footer .foot-info .right .input-area input:focus {
  outline: none;
  border-color: #00496c;
}
.footer .foot-info .right .input-area button {
  width: 67px;
  height: 60px;
  background: #00496c;
  border-radius: 0px 10px 10px 0px;
  outline: none;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.footer .foot-info .right .input-area button:focus {
  outline: none;
}
.footer .foot-info .right .agree {
  display: flex;
  align-items: center;
}
.footer .foot-info .right .agree .checkbox label {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.footer .foot-info .right .agree .checkbox label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #00496c;
  width: 50%;
  height: 50%;
  opacity: 0;
  transition: all 0.45s ease;
}
.footer .foot-info .right .agree .checkbox input {
  display: none;
}
.footer .foot-info .right .agree .checkbox input:checked + label::after {
  opacity: 1;
}
.footer .foot-info .right .agree .text {
  color: #000000;
  font-size: 12px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-left: 9px;
  line-height: 1;
}
.footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 19px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright .left ul {
  display: flex;
  align-items: center;
}
.footer .copyright .left li::after {
  content: "|";
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 7px;
  margin-right: 7px;
}
.footer .copyright .left li:last-of-type::after {
  content: "";
}
.footer .copyright .left li a {
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.45s ease;
}
.footer .copyright .left li a:hover {
  color: #00496c;
}
.footer .copyright .support {
  font-size: 16px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.footer .copyright .support:hover {
  color: #00496c;
}
/* 断点1600px */
@media (max-width: 1700px) {
  .header .nav {
    margin-left: 9%;
  }
  .footer .foot-info .left {
    margin-right: 35px;
  }
}
/* 断点1400px */
@media (max-width: 1600px) {
  .footer .foot-info .left {
    width: 64%;
  }
  .footer .foot-content {
    width: 92%;
  }
  .footer .foot-info .left .left-item {
    width: 46%;
  }
  .header .nav li .pro-nav-bottom .cate-one {
    padding-left: 5%;
  }
  .header .nav li .pro-nav-bottom .cate-list {
    padding-right: 5%;
  }
}
/* 断点1200px */
@media (max-width: 1400px) {
  .header .logo {
    margin-right: 20px;
  }

  .header .nav {
    margin-left: auto;
  }
  .footer .foot-info {
    margin-top: 5vw;
    margin-bottom: 7vw;
  }
}
/* 出现手机导航 */
@media (max-width: 1200px) {
  .header {
    position: relative;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .nav {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 6;
    padding: 25px 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
  }
  .header .nav li {
    margin-bottom: 10px;
  }
  .header .nav li:last-of-type {
    margin-bottom: 0;
  }
  .header .min-btn {
    display: block;
    margin-left: 15px;
    user-select: none;
    cursor: pointer;
  }
  .header .min-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
    transition: all 0.45s ease;
  }
  .header .min-btn span:last-of-type {
    margin-bottom: 0;
  }
  .header .min-btn.current span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .header .min-btn.current span:nth-child(2) {
    display: none;
  }
  .header .min-btn.current span:nth-child(3) {
    transform: rotate(45deg);
  }
  .footer .copyright {
    flex-wrap: wrap;
  }
  .footer .copyright .left li {
    margin-bottom: 7px;
  }
  .footer .copyright .left ul {
    align-items: flex-start;
  }
  .footer .copyright .left li a,
  .footer .copyright .support {
    font-size: 14px;
  }
  .phone-nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px 15px 0;
    box-shadow: 0 0 5px #ccc;
    display: none;
    /* 普通的样式 */
    /* 产品 */
  }
  .phone-nav li {
    margin-bottom: 15px;
  }
  .phone-nav .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .phone-nav .nav-top.current a {
    color: #00496c;
    font-weight: bold;
  }
  .phone-nav .nav-top.current .icon {
    transform: rotate(-180deg);
  }
  .phone-nav .nav-top a {
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    transition: all 0.45s ease;
  }
  .phone-nav .nav-top a:hover {
    color: #00496c;
  }
  .phone-nav .nav-top .icon {
    transition: all 0.45s ease;
    user-select: none;
    cursor: pointer;
  }
  .phone-nav .nav-top .icon img {
    width: 26px;
  }
  .phone-nav .phone-nav-bottom {
    display: none;
    padding-left: 10px;
  }
  .phone-nav .phone-nav-bottom div {
    margin-bottom: 10px;
  }
  .phone-nav .phone-nav-bottom a {
    font-size: 14px;
    color: #000000;
    white-space: normal;
    transition: all 0.45s ease;
  }
  .phone-nav .phone-nav-bottom a:hover {
    color: #00496c;
  }
  .phone-nav .pro-nav-bottom {
    line-height: 1.25;
  }
  .phone-nav .pro-nav-bottom .cate-one {
    padding-left: 10px;
    padding-right: 20px;
  }
  .phone-nav .pro-nav-bottom .one-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .phone-nav .pro-nav-bottom .one-item.current a {
    color: #00496c;
    font-weight: bold;
  }
  .phone-nav .pro-nav-bottom .one-item.current .icon {
    transform: rotate(-180deg);
  }
  .phone-nav .pro-nav-bottom .one-item a {
    font-size: 16px;
    color: #000;
    overflow-wrap: break-word;
  }
  .phone-nav .pro-nav-bottom .one-item .icon {
    user-select: none;
    cursor: pointer;
    transition: all 0.45s ease;
  }
  .phone-nav .pro-nav-bottom .one-item .icon img {
    width: 22px;
  }
  .phone-nav .pro-nav-bottom .cate-two {
    padding-left: 10px;
    padding-right: 20px;
  }
  .phone-nav .pro-nav-bottom .two-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .phone-nav .pro-nav-bottom .two-item.current a {
    color: #00496c;
    font-weight: bold;
  }
  .phone-nav .pro-nav-bottom .two-item.current .icon {
    transform: rotate(-180deg);
  }
  .phone-nav .pro-nav-bottom .two-item a {
    font-size: 15px;
    color: #000;
    overflow-wrap: break-word;
  }
  .phone-nav .pro-nav-bottom .two-item .icon {
    user-select: none;
    cursor: pointer;
    transition: all 0.45s ease;
  }
  .phone-nav .pro-nav-bottom .two-item .icon img {
    width: 20px;
  }
  .phone-nav .pro-nav-bottom .cate-three {
    padding-left: 10px;
  }
  .phone-nav .pro-nav-bottom .three-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    overflow-wrap: break-word;
  }
  .phone-nav .pro-nav-bottom .three-item:hover a {
    color: #00496c;
  }
  .phone-nav .pro-nav-bottom .three-item a {
    font-size: 13px;
    color: #000;
    overflow-wrap: break-word;
  }
  .phone-nav .pro-nav-bottom .cate-two,
  .phone-nav .pro-nav-bottom .cate-three {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer .foot-info {
    flex-wrap: wrap;
  }
  .footer .foot-info .left,
  .footer .foot-info .right {
    width: 100%;
  }
  .footer .foot-info .left {
    margin-bottom: 25px;
  }
  .footer .foot-info .right .right-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .wrap-max {
    width: 96%;
  }

  .header .other .search {
    width: 40px;
    height: 40px;
  }
  .header .other .search img {
    width: 15px;
  }
  .header .other .lang {
    width: 70px;
    height: 40px;
  }
  .header .other .lang .head-text {
    font-size: 14px;
  }
  .header .other .login {
    width: 95px;
    height: 40px;
    font-size: 14px;
  }
  .header .other .login img {
    width: 15px;
  }
  .header .other .login span {
    margin-left: 7px;
  }
  .footer .foot-top .foot-logo img {
    width: 190px;
  }
  .footer .foot-top .icon-list .icon-item {
    margin-right: 15px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer .foot-top {
    padding-bottom: 15px;
  }
  .footer .foot-info .left {
    flex-wrap: wrap;
  }
  .footer .foot-info .left .left-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .foot-info .left .left-item .left-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .footer .foot-info .left .left-item .list p {
    font-size: 14px;
  }
  .footer .foot-info .left .left-item:last-of-type {
    margin-bottom: 0;
  }
  .footer .foot-info .right .right-title {
    font-size: 20px;
  }
  .footer .copyright .left ul {
    flex-wrap: wrap;
  }
  .footer .copyright .left li {
    width: 48.5%;
    margin-bottom: 5px;
  }
  .footer .copyright .left li::after {
    content: none;
  }
  .footer .copyright .left li a,
  .footer .copyright .support {
    font-size: 12px;
  }
  .footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .header .other .search,
  .header .other .lang {
    margin-right: 5px;
  }
  .header .other .login {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .header .other .login span {
    display: none;
  }
  .header .nav a {
    font-size: 16px;
  }
  .header .nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-page .pro-list .item .text .more-btn {
    font-size: 14px;
  }
  .index-page .swiper-container .swiper4 .arrow {
    width: 30px;
    height: 30px;
  }
  .footer .foot-info .right .input-area button {
    height: 45px;
  }
  .footer .foot-info .right .input-area input {
    font-size: 14px;
  }
  .footer .foot-top .foot-logo img {
    width: 176px;
  }
}
/* 大于等于1201px */
@media (min-width: 1201px) {
  .min-btn {
    display: none !important;
  }
  .header .nav {
    display: flex !important;
  }
  .phone-nav {
    display: none !important;
  }
}
/* 公用登录 */
.common-login-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: zoom-out;
  display: none;
}
.common-login-mask .login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 800px;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  padding-top: max(0.3rem, 15px);
  padding-bottom: max(0.92rem, 20px);
  cursor: default;
}
.common-login-mask .login .icon-line {
  display: flex;
  margin-bottom: 40px;
  padding-right: 32px;
}
.common-login-mask .login .icon-line .close-form {
  margin-left: auto;
  width: fit-content;
}
.common-login-mask .login .icon-line .close-form:hover .default {
  display: none;
}
.common-login-mask .login .icon-line .close-form:hover .active {
  display: inline-block;
}
.common-login-mask .login .icon-line .close-form img {
  user-select: none;
  cursor: pointer;
  transition: all 0.45s ease;
  vertical-align: top;
}
.common-login-mask .login .icon-line .close-form img.active {
  display: none;
}
.common-login-mask .login .login-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: max(0.3rem, 20px);
  color: #000000;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
  text-transform: capitalize;
}
.common-login-mask .login form {
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.common-login-mask .login form .input-line {
  position: relative;
}
.common-login-mask .login form .input-line .icons {
  position: absolute;
  top: 50%;
  right: 5%;
  user-select: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.common-login-mask .login form .input-line .icons .close {
  display: none;
}
.common-login-mask .login form .input-line .icons.current .close {
  display: inline-block;
}
.common-login-mask .login form .input-line .icons.current .open {
  display: none;
}
.common-login-mask .login form input {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  outline: none;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 14px;
  padding-left: 26px;
  /* text-transform: capitalize; */
}
.common-login-mask .login form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.common-login-mask .login form input:focus {
  outline: none;
  border-color: #00496c;
}
.common-login-mask .login form button {
  display: block;
  width: 100%;
  height: 70px;
  background: #00496c;
  border-radius: 6px;
  margin-top: 27px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  border: none;
  user-select: none;
  cursor: pointer;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.45s ease;
}
.common-login-mask .login form button span {
  position: relative;
}
.common-login-mask .login form button span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.45s ease;
}
.common-login-mask .login form button:hover {
  font-weight: bold;
}
.common-login-mask .login form button:hover span::after {
  width: 100%;
}
.common-login-mask .login .email {
  font-size: 14px;
  color: #ccc;
  /* text-transform: capitalize; */
}
.common-login-mask .login .email:hover {
  color: #000;
}
@media (max-width: 1918px) {
  .common-login-mask .login {
    max-width: 600px;
  }
  .common-login-mask .login .icon-line {
    margin-bottom: 15px;
  }
  .common-login-mask .login .login-title {
    margin-bottom: 20px;
  }
  .common-login-mask .login form input {
    height: 60px;
  }
  .common-login-mask .login form {
    width: 82%;
  }
  .common-login-mask .login {
    padding-bottom: max(20px, 0.45rem);
  }
  .common-login-mask .login form button {
    height: 60px;
  }
}
@media (max-width: 992px) {
  /* .common-login-mask .login {
    padding-bottom: 50px;
  } */
}
@media (max-width: 576px) {
  /* 登录框 */
  .common-login-mask .login .icon-line {
    margin-bottom: 15px;
  }
  .common-login-mask .login {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .common-login-mask .login .login-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .common-login-mask .login form {
    width: 90%;
  }
  .common-login-mask .login form input {
    height: 50px;
  }
  .common-login-mask .login form button {
    height: 50px;
  }
  .common-login-mask .login form input {
    padding-left: 15px;
  }
  .header .header-search {
    padding-bottom: 15px;
  }
  .header .header-search form {
    height: 45px;
  }
  .common-login-mask .login form input {
    font-size: 16px;
  }
  .common-login-mask .login form .input-line .icons img {
    width: 24px;
  }
  .common-login-mask .login .icon-line .close-form img {
    width: 18px;
  }
  .common-login-mask .login .email {
    font-size: 12px;
  }
  .footer .foot-info .left .left-item .left-title {
    font-size: 18px;
  }
}
/* 回到顶部 */
.common-go-top {
  width: 61px;
  height: 61px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  position: fixed;
  right: 73px;
  top: 70vh;
  z-index: 99;
  transition: all 0.45s ease;
  display: none;
}
.common-go-top img {
  width: 10px;
  transform: rotate(90deg);
  fill: #00496c;
  transition: all 0.45s ease;
}
.common-go-top .hover {
  display: none;
}
.common-go-top:hover {
  background: #00496c;
}
.common-go-top:hover .hover {
  display: block;
}
.common-go-top:hover .default {
  display: none;
}
@media (max-width: 1600px) {
  .common-go-top {
    right: 3vw;
  }
}
@media (max-width: 576px) {
  .common-go-top {
    width: 45px;
    height: 45px;
  }
  .common-go-top img {
    width: 8px;
  }
}
@media (max-width: 576px) {
  .header {
    height: 75px;
  }
  .header .other .logout {
    height: 40px;
    font-size: 14px;
  }
}
