* {
  padding: 0;
  margin: 0;
  /* transition: all 1s; */
  box-sizing: border-box;
}
.body {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* left: 0;
  top: 0; */
  font-size: 12px;
}
.hidden-1024 {
  display: block;
}
.hidden-1024-flex {
  display: flex;
}
.hidden-1024-inline-block {
  display: inline-block;
}
.visible-1024 {
  display: none;
}
.clear {
  clear: both;
}
select {
  cursor: pointer;
}
.switch-checkbox {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-checkbox label {
  background: #d4d4d4;
  height: 100%;
  width: 100%;
  border-radius: 13px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.switch-checkbox label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
.switch-checkbox input:checked + label {
  background: #5088f6;
}
.switch-checkbox input:checked + label::after {
  background: #fff;
  left: calc(100% - 24px);
}
.switch-checkbox .label-text {
  display: none;
}
@media only screen and (max-width: 700px) {
  .font-1 {
  } /* 1920  60px */
  .font-2 {
    font-size: 23px;
  } /* 1920  54px */
  .font-3 {
  }
  .font-4 {
  }
  .font-5 {
  }
  .font-6 {
    font-size: 14px;
  }
  .font-7 {
  }
  .font-8 {
  }
  .font-9 {
  }
  .font-10 {
  }
}
@media only screen and (min-width: 701px) {
  .font-1 {
    font-size: 30px;
  } /* 1920  60px */
  .font-2 {
    font-size: 28px;
  } /* 1920  54px */
  .font-3 {
    font-size: 16px;
  } /* 1920  50px */
  .font-4 {
    font-size: 15px;
  } /* 1920  36px */
  .font-5 {
    font-size: 14px;
  } /* 1920  32px */
  .font-6 {
    font-size: 14px;
  } /* 1920  24px */
  .font-7 {
    font-size: 14px;
  } /* 1920  20px */
  .font-8 {
    font-size: 12px;
  } /* 1920  18px */
  .font-9 {
    font-size: 12px;
  } /* 1920  16px */
  .font-10 {
    font-size: 12px;
  } /* 1920  14px */
}
/* pc端 */
@media only screen and (min-width: 768px) {
  /*.font-1{font-size: 40px;}
  .font-2{font-size: 36px;}
  .font-3{font-size: 34px;}
  .font-4{font-size: 24px;}
  .font-5{font-size: 22px;}
  .font-6{font-size: 16px;}
  .font-7{font-size: 14px;}
  .font-8{font-size: 12px;}
  .font-9{ font-size: 12px;}
  .font-10{font-size: 12px;}*/
  /* .container{width: 750px!important;} */
}
@media only screen and (min-width: 850px) {
  /* .container{width: 850px!important;} */
  .font-1 {
    font-size: 36px;
  } /* 1920  60px */
  .font-2 {
    font-size: 32px;
  } /* 1920  54px */
  .font-3 {
    font-size: 30px;
  } /* 1920  50px */
  .font-4 {
    font-size: 20px;
  } /* 1920  36px */
  .font-5 {
    font-size: 18px;
  } /* 1920  32px */
  .font-6 {
    font-size: 16px;
  } /* 1920  24px */
  .font-7 {
    font-size: 14px;
  } /* 1920  20px */
  .font-8 {
    font-size: 12px;
  } /* 1920  18px */
  .font-9 {
    font-size: 12px;
  } /* 1920  16px */
  .font-10 {
    font-size: 12px;
  } /* 1920  14px */
}
@media only screen and (min-width: 1024px) {
  .font-1 {
    font-size: 40px;
  } /* 1920  60px */
  .font-2 {
    font-size: 36px;
  } /* 1920  54px */
  .font-3 {
    font-size: 34px;
  } /* 1920  50px */
  .font-4 {
    font-size: 24px;
  } /* 1920  36px */
  .font-5 {
    font-size: 22px;
  } /* 1920  32px */
  .font-6 {
    font-size: 16px;
  } /* 1920  24px */
  .font-7 {
    font-size: 14px;
  } /* 1920  20px */
  .font-8 {
    font-size: 12px;
  } /* 1920  18px */
  .font-9 {
    font-size: 12px;
  } /* 1920  16px */
  .font-10 {
    font-size: 12px;
  } /* 1920  14px */
}
@media only screen and (min-width: 1280px) {
  .font-1 {
    font-size: 40px;
  } /* 1920  60px */
  .font-2 {
    font-size: 36px;
  } /* 1920  54px */
  .font-3 {
    font-size: 34px;
  } /* 1920  50px */
  .font-4 {
    font-size: 24px;
  } /* 1920  36px */
  .font-5 {
    font-size: 22px;
  } /* 1920  32px */
  .font-6 {
    font-size: 16px;
  } /* 1920  24px */
  .font-7 {
    font-size: 14px;
  } /* 1920  20px */
  .font-8 {
    font-size: 12px;
  } /* 1920  18px */
  .font-9 {
    font-size: 12px;
  } /* 1920  16px */
  .font-10 {
    font-size: 12px;
  } /* 1920  14px */
  /* .container{width: 1170px!important;} */
}
@media only screen and (min-width: 1440px) {
  .font-1 {
    font-size: 60px;
  } /* 1920  60px */
  .font-2 {
    font-size: 54px;
  } /* 1920  54px */
  .font-3 {
    font-size: 50px;
  }
  .font-4 {
    font-size: 36px;
  }
  .font-5 {
    font-size: 32px;
  }
  .font-6 {
    font-size: 20px;
  } /*24px*/
  .font-7 {
    font-size: 20px;
  }
  .font-8 {
    font-size: 18px;
  }
  .font-9 {
    font-size: 16px;
  }
  .font-10,
  .s_copyright_w p,
  .s_footer_list li a {
    font-size: 14px;
  }
  /* .container{width: 1200px!important;}  */
}

@media only screen and (min-width: 1680px) {
  .font-1 {
  } /* 1920  60px */
  .font-2 {
  } /* 1920  54px */
  .font-3 {
  }
  .font-4 {
  }
  .font-5 {
  }
  .font-6 {
  }
  .font-7 {
  }
  .font-8 {
  }
  .font-9 {
  }
  .font-10 {
  }
}
@media only screen and (min-width: 1910px) {
  .font-1 {
    font-size: 60px;
  } /* 1920  60px */
  .font-2 {
    font-size: 54px;
  } /* 1920  54px */
  .font-3 {
    font-size: 50px;
  }
  .font-4 {
    font-size: 36px;
  }
  .font-5 {
    font-size: 32px;
  }
  .font-6 {
    font-size: 20px;
  } /*24px*/
  .font-7 {
    font-size: 20px;
  }
  .font-8 {
    font-size: 18px;
  }
  .font-9 {
    font-size: 16px;
  }
  .font-10,
  .s_copyright_w p,
  .s_footer_list li a {
    font-size: 14px;
  }
  /* .container{width: 1400px!important;} */
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
/* 导航开始 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  z-index: 999;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
}
.header-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
  /* position: relative;
  z-index: 1; */
  /* justify-content: flex-start; */
}

.logo,
.logo-image {
  width: 144px;
  height: 40px;
}
.common.header {
  display: flex;
}
/* .header-hover-style{
  transition: all .3s;
} */
.header-hover-style,
.common.header,
.index.header:hover {
  background-image: none;
  background-color: #fff;
}
.header .lang-site-text {
  color: rgb(55, 65, 81);
}
.header.index .lang-site-text {
  color: #fff;
}
.header.index.header-hover-style .lang-site-text {
  color: rgb(55, 65, 81);
}
.header-hover-style::after,
.common.header::after,
.index.header:hover::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f6f6;
}
.header-hover-style .header-nav-item a,
.common .header-nav-item a,
.index:hover .header-nav-item a {
  color: black;
}
.header-nav-item .item-mark a {
}
.header .header-nav-item:hover .item-mark a {
  color: #e60012;
}
.header-hover-style .logo-image path,
.common.header .logo-image path,
.index:hover .logo-image path {
  fill: #db010a;
}
.header-hover-style .header-icon-item svg path,
.common.header .header-icon-item svg path,
.index:hover .header-icon-item svg path {
  fill: black;
}
.header-hover-style .search-svg circle,
.header-hover-style .search-svg path,
.common.header .search-svg circle,
.common.header .search-svg path,
.index:hover .search-svg path,
.index:hover .search-svg circle {
  stroke: black;
}
.header-nav {
  margin-left: 56px;
  margin-right: 56px;
  display: flex;
  align-items: center;
  flex-grow: 2;
  z-index: 9999;
}

.header-nav-item {
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}
.header-nav-item.Products {
  position: static;
}
.header-nav-item a {
  color: #fff;
}
.header-nav-item .item-mark {
  position: relative;
  display: block;
}
.header-nav-item .item-mark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 0;
  background-color: #e60012;
  transition: all 0.3s;
}
.header .header-nav-item .hover-child-inside a:hover {
  color: #e60012;
}
.header-nav-item:hover .item-mark::before {
  width: 100%;
}
.hover-child-inside {
  width: 380px;
  line-height: 42px;
  position: relative;
  margin-left: -40px;
  padding: 20px 55px 30px;
}
.hover-child-inside span {
  display: block;
}
.hover-child-inside a {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #333333;
  white-space: nowrap;
}
.hover-child-inside a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 0;
  background-color: #e60012;
  transition: all 0.2s;
}
.hover-child-inside a:hover:before {
  width: 100%;
}
.child-scrollbar {
  max-height: calc(100vh - 154px);
  overflow-y: auto;
}
.child-scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}
.child-scrollbar::-webkit-scrollbar-thumb {
  background: #efefef;
}
.nav-child {
  transform-origin: top;
  overflow: hidden;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
  background-color: #fff;
  padding: 45px 0;
}

.child-flexbox {
  position: relative;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.child-left {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 77.8%;
  border-right: 1px solid #ccc;
}

.left-nav-product {
  line-height: 28px;
  margin: 0 0 50px;
  width: 25%;
  font-size: 14px;
}
.left-nav-product a {
  color: #333333;
}
.header .header-nav-item .left-nav-product a:hover {
  color: #db010a;
}
.child-title {
  line-height: 30px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
/* 针对小语种的产品导航单独修改样式 start */
.otherLanguages .child-title {
  width: calc(100% - 20px);
}
.otherLanguages .child-title a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.otherLanguages .child-left {
  width: 80%;
}
.otherLanguages .child-right {
  width: 20%;
}
.otherLanguages .child-right li {
  width: 100%;
  line-height: 25px;
  padding: 17px 0;
  white-space: nowrap;
}
/* 针对小语种的产品导航单独修改样式 end */
.child-img {
  width: 16rem;
  height: 10rem;
}

.child-right {
  padding: 0 23px 20px;
  line-height: 1.4;
  font-size: 14px;
  position: sticky;
  top: 0;
  width: 22.2%;
  color: #333333;
}
.child-right a {
  color: #333333;
}
.child-right a:hover {
  color: #db010a;
}
.child-right li {
  width: 75%;
  padding: 0 0 0 8px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.child-right li:last-child {
  border-bottom: none;
}
.close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
}
.nav-translate {
  position: relative;
}
.nav-common-bkg {
  z-index: -1;
  top: 65px;
  position: absolute;
  width: 800px;
  height: 300px;
  background-color: #fff;
  height: 0;
  transition: height 0.3s;
}
.close-button img {
  height: 19px;
  width: 19px;
}

.hover-child {
  position: absolute;
  display: none;
  left: 0;
  background-color: transparent;
  color: black;
}
.header-nav-item:hover .hover-child {
  display: block;
}
.header-nav-item:hover .hover-child.about .hover-child-inside {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  width: 490px;
}
.hover-child-inside {
  opacity: 0;
  /* display: flex; */
  flex-direction: column;
  animation: fadeIn 0.3s linear 0.2s forwards;
}

.header-icons {
  align-self: flex-end center;
  z-index: 99999;
  position: relative;
}
.light-entrance {
  position: absolute;
  /* width: 140px; */
  width: 216px;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 10px;
  line-height: 0;
  font-size: 0;
}
.light-entrance img {
  max-width: 100%;
}

.translate-child-wrap {
  display: none;
  transition: none;
  transition-delay: 0s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 40px;
  padding-top: 25px;
  width: 200px;
  animation: translateChange 10s linear;
}
.nav-translate:hover .translate-child-wrap,
.nav-translate:hover .translate-child .translate-child-links {
  display: block;
}
.nav-translate:hover svg path.svg-fill,
.search-svg:hover svg path {
  fill: #e60012;
}
/* .search-svg:hover svg .svg-stroke{
  stroke: #e60012;
} */
.translate-child {
  background-color: #fff;
}
.translate-child::before {
  content: "";
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}
.mantle {
  /* display: none; */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.translate-child .translate-child-links {
  display: none;
  animation: fadeIn 0.5s;
  padding: 32px;
}
.translate-child .translate-child-link {
  font-size: 16px;
  display: block;
  width: auto;
  color: #333;
  height: 42px;
}
.translate-child .translate-child-link span {
  position: relative;
  display: inline-block;
  line-height: 42px;
  height: 42px;
}
.translate-child .translate-child-link span::before {
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e60012;
}
.translate-child .translate-child-link:hover span {
  color: #e60012;
}
.translate-child .translate-child-link:hover span::before {
  width: 100%;
}

.header-icon-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-icon-item a,
.header-icon-item svg {
  width: 18px;
  height: 18px;
}

.header-icons .svg-stroke {
  stroke: #fff;
  fill: none;
}

.header-icons .svg-fill {
  fill: #fff;
  stroke: none;
}

.svg-search-1,
.svg-search-2 {
  fill: none;

  stroke-width: 2px;
}

.svg-search-2 {
  stroke-linecap: round;
}

.svg-global-1,
.svg-global-2,
.svg-global-3 {
  fill: none;
}

.svg-global-1 {
  stroke-width: 2px;
}

.svg-global-4,
.svg-global-5 {
  stroke: none;
}

.logo-image path {
  fill: #fff;
  /* fill: #db010a */
}

.search-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 9999;
}

.search-nav .search-nav-warp {
  width: 750px;
  margin: 15px auto;
  height: 36px;
}

.search-nav .search-nav-warp .search-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 6px 0;
  -webkit-animation: fadeInRight 0.3s linear forwards;
  animation: fadeInRight 0.3s linear forwards;
}

.search-nav .search-nav-warp .input-warp {
  width: 682px;
  overflow: hidden;
  position: relative;
  height: 36px;
  margin: 0 auto;
}

.search-nav .search-nav-warp input {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  border: none;
  outline: none;
  display: block;
  line-height: 32px;
  padding: 2px 4px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  color: #333;
  -webkit-animation: fadeInRight 0.3s cubic-bezier(0.13, 0.99, 1, 1) forwards;
  animation: fadeInRight 0.3s cubic-bezier(0.13, 0.99, 1, 1) forwards;
  /*transform: translate(-100%, 0);*/
}

.search-nav .search-nav-warp .close-btn {
  width: 28px;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.4s;
  display: none;
}

.search-nav .search-nav-warp .close-btn img {
  width: 20px;
  height: 20px;
}

.search-nav .search-nav-warp .close-btn:hover {
  transform: rotate(90deg);
}

.search-nav .search-nav-warp .close-btn-m {
  width: 15px;
  height: 15px;
}

.search-nav .search-content {
  box-sizing: border-box;
  padding: 30px 40px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 16px;
  border-top: 1px solid #f8f8f8;
  -webkit-animation: heightChange 0.3s linear 0.1s;
  animation: heightChange 0.3s linear 0.1s;
  transform-origin: top center;
}

.search-nav .search-content-warp {
  -webkit-animation: fadeIn 0.2s linear 0.4s forwards;
  animation: fadeIn 0.2s linear 0.4s forwards;
  /*beizhu*/
  opacity: 0;
}

.search-nav .search-recommond-title {
  color: #a0a0a0;
  margin-bottom: 6px;
  margin-top: 20px;
  display: none;
}

.search-nav .search-recommond-links li {
  line-height: 42px;
  padding-left: 40px;
}

.search-nav .search-recommond-links li a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
}

.search-nav .search-recommond-links li a:hover {
  color: #e60012;
}

.search-nav .search-recommond-links li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e60012;
  transition: all 0.2s;
}

.search-nav .search-recommond-links li a:hover::after {
  width: 100%;
}

.search-recommond-buttons {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -6px;
}
.search-recommond-buttons div {
  cursor: pointer;
  padding: 5px 8px;
  font-size: 16px;
  color: #1d1d1d;
  float: left;
  margin-right: 30px;
}
.search-recommond-buttons div.active {
  background: #e0e0e0;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 998;
  -webkit-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear;
}
.slide-footer {
  background-color: #212429;
  display: flex;
  align-items: center;
}
.normal {
  position: relative;
  z-index: 599;
}
.footer {
  width: 100%;
  background: #212429;
  text-align: center;
  padding: 70px 0;
}
.normal .footer {
  padding: 70px 0 40px;
}
.footer-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}

.network-entrance-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.network-entrance-selectors {
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 4px;
}
.network-entrance-selector-item {
  width: 40%;
  position: relative;
  /* display: flex; */
}
.network-entrance-selector {
  margin-left: 54px;
  width: calc(100% - 54px);
  position: relative;
  z-index: 2;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: 11px auto;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  height: 60px;
  outline: none;
  border: none;
  padding: 0 20px 0 10px;
  color: #b9b9b9;
  font-size: 14px;
}
.network-entrance-selector-item:nth-child(2) {
  border-left: 1px solid #d8d9d8;
}
.network-entrance-selector option,
.network-entrance-selector.selected {
  color: #333;
}
.network-entrance-selector option[value=""] {
  color: #bbb;
}
.network-entrance-selector-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.network-entrance-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.network-entrance-icon:after {
  content: "";
  height: 25px;
  width: 1px;
  background: #d8d9d8;
}
.network-entrance-icon img {
  width: 20px;
  height: 20px;
  margin: 10px 10px 10px 22px;
}
.network-entrance-button {
  width: 20%;
  background: #db010a;
  color: #fff;
  line-height: 60px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.network-entrance-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.network-entrance-button:hover span {
  transform: translate(-50%, -50%) scale(1.05);
}
.footer-links {
  display: flex;
  /* margin-top: 10rem; */
  text-align: left;
  justify-content: space-between;
}
.footer-link-div {
  /* width: 20%; */
  flex-grow: 1;
}
.footer-links a {
  font-size: 1.4rem;
  line-height: 2.4;
  color: #b4b4b7;
}
.footer-links a:hover {
  color: #fff;
}
.footer-links h3,
.footer-links h3 a {
  font-size: 1.8rem;
  color: #fff;
  line-height: 3.8rem;
}
.footer-social-icons {
  display: flex;
  margin-bottom: 8rem;
  margin-top: 2rem;
}
.footer-social-icon {
  width: 3.2rem;
  margin-right: 1.2rem;
}
.footer-social-icon img {
  width: 3.2rem;
  height: 3.2rem;
}
.footer-social-icon:last-child {
  margin-right: 0;
}
a.footer-request-btn {
  display: block;
  width: 18rem;
  line-height: 4rem;
  border: 1px solid #9fa3a6;
  border-radius: 4px;
  color: #b4b4b7;
  text-align: center;
  font-weight: bold;
}
a.footer-request-btn:hover {
  border: 1px solid #fff;
}
.footer-bottom {
  border-top: 1px solid #707070;
  margin-top: 4rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  width: 120px;
  height: 32px;
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-bottom-left {
  color: #b4b4b7;
}
/* .footer-bottom-right {
  font-size: 1.4rem;
} */
.footer-bottom-link {
  margin-left: 2rem;
  padding: 0.3rem;
  color: #b4b4b7;
  font-size: 1.4rem;
}
a.footer-bottom-link,
span.footer-bottom-link {
  cursor: pointer;
}
a.footer-bottom-link:hover,
span.footer-bottom-link:hover {
  color: #fff;
}
.footer-mobile-wrap {
  box-sizing: border-box;
  padding: 0 10%;
  color: #fff;
  /* position: relative;
  z-index: 2;
  background: #212429; */
}
.footer-mobile-wrap a {
  color: #fff;
}

.footer-entrance {
  background-color: #db010a;
  position: relative;
  top: -120px;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
}
.swiper-container .footer-entrance {
  position: absolute;
  top: 60px !important;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.footer-entrance a {
  color: #fff;
  display: block;
  padding: 18px 20px;
  text-align: center;
}
.mobile-nav {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 66;
  /* background: #fff; */
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-nav.normal {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.mobile-nav.active {
  transform: translate(0px, 0px) !important;
  position: fixed !important;
}
.normal .mobile-logo-image path {
  fill: #e60012;
}
.normal .mobile-nav-right path,
.normal .mobile-nav-right circle {
  stroke: #000 !important;
}
.opacity-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background-image: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0)); */
}
.nav-container-title {
  display: flex !important;
  justify-content: space-between;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  /* background-color: #fff; */
  /* box-shadow: none; */
}
.active.mobile-nav,
.active.nav-container-title {
  background-color: #fff;
  transition: none;
}
.mobile-logo-image {
  width: 120px;
  height: 59px;
  margin-left: 4vw;
}

img.mobile-logo-image {
  display: none;
}

.active img.mobile-logo-image {
  display: block;
}
.active svg.mobile-logo-image {
  display: none;
}
.mobile-logo-image path {
  fill: #fff;
}

.mobile-nav-right {
  display: flex;
  align-items: center;
  height: 60px;
}
.mobile-nav-right span {
  padding: 1vw;
  margin-right: 2vw;
}
.mobile-nav-right span:nth-child(2) {
  margin-right: 3vw;
}
.search-icon {
  height: 20px;
  width: 20px;
}
.menu-icon {
  height: 20px;
  width: 20px;
}
.close-icon {
  display: none;
  height: 20px;
  width: 20px;
  margin-right: 4vw;
}

.mobile-link-content {
  margin-top: 4px;
  display: none;
  /* padding-bottom: 64px; */
  height: calc(100vh - 60px);
  overflow-y: scroll;
  position: relative;
  -webkit-animation: heightChange 0.5s;
  animation: heightChange 0.5s;
  transform-origin: top;
  background: #fff;
}
.mobile-link-content * {
  font-size: 16px;
}
.mobile-link-list {
  padding: 50px 30px;
  color: #333;
  -webkit-animation: fadeIn 0.3s linear 0.3s forwards;
  animation: fadeIn 0.3s linear 0.3s forwards;
  opacity: 0;
}

.mobile-link-list.pb-0 {
  padding-bottom: 0;
}

.mobile-link-list:first-child {
  padding: 0px 30px 0 !important;
}

.mobile-link-list a {
  color: #333;
}

.mobile-link-list .mobile-link-title {
  padding: 0 8px;
}
.mobile-link-list .mobile-link-title,
.mobile-link-list .mobile-child-link {
  display: block;
  line-height: 42px;
}
.mobile-link-list .mobile-link-title {
  line-height: 60px;
}
.mobile-link-list .mobile-child-link {
  border-top: 1px solid #c1c1c1;
  padding: 10px 0;
}
.mobile-link-list .mobile-link-title {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  align-items: center;
}

.mobile-link-list .mobile-link-item {
  border-bottom: 1px solid #c1c1c1;
}

.mobile-link-list .mobile-link-item span {
  padding: 12px 0 12px 24px;
  line-height: 0;
  /*height: 36px;*/
  display: block;
}

.mobile-link-list .mobile-link-title img {
  width: 12px;
}

.mobile-link-list .mobile-link-item .nav-close img {
  transform: rotate(45deg);
}

.mobile-link-list .mobile-link-item.current .nav-close img {
  transform: rotate(0deg);
}

.mobile-link-list .mobile-child-link {
  text-indent: 20px;
  font-size: 90%;
  padding-bottom: 15px;
  display: none;
  /* -webkit-animation: heightChange 0.3s;
  animation: heightChange 0.3s; */
  transform-origin: top;
}

.mobile-link-list .mobile-link-item.current .mobile-child-link,
.mobile-link-list .mobile-child-link a {
  display: block;
}

.mobile-link-list .mobile-child-link a {
  /* -webkit-animation: fadeIn 0.3s cubic-bezier(0, 1.04, 1, 1) 0.2s forwards;
  animation: fadeIn 0.3s cubic-bezier(0, 1.04, 1, 1) 0.2s forwards;
  opacity: 0; */
  font-size: 13px;
  /* animation-fill-mode: forwards; */
}

.openitemImg {
  transform: rotate(0deg) !important;
}
/* 底部 */
.phone-footer {
  height: 100%;
}
.colorBox {
  height: 100%;
  background-color: black;
}
.mobile-request-link {
  display: block;
  width: 80vw;
  margin: 12.8vw auto calc(12.8vw + 80px);
  max-width: 300px;
  border: 1px solid #707070;
  border-radius: 4px;
  height: 10vw;
  min-height: 42px;
  max-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.mobile-nav-user-center {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 8.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 14.4vw;
  min-height: 48px;
  max-height: 80px;
  background: #fff;
  border-top: 1px solid #c1c1c1;
  color: #333;
}
.mobile-nav-user-center svg {
  margin-right: 6px;
}
.handle-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.handle-image.wdt {
  height: 100%;
  width: auto;
}
.cookie-agreement {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}
.cookie-agreement-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  color: #eee;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 30px 160px;
  position: relative;
}
.cookie-privacy-link {
  display: inline-block;
  color: #fff;
  text-decoration: underline !important;
}
.cookie-agreement-content {
  width: 900px;
}
.cookie-agreement-buttons {
  display: flex;
  margin-top: 16px;
}
.cookie-agreement-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 16px;
}
.cookie-agreement-button svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.cookie-agreement-button path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.cookie-accept-button {
  background: #fff;
  color: #000;
}
.cookie-accept-button path {
  fill: none;
  stroke: #000;
}

.cookie-agreement-close {
  position: absolute;
  right: 30px;
  top: 40px;
  transform: translate(0, -50%);
  padding: 6px;
  cursor: pointer;
}
.cookie-agreement-close svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.cookie-setting-wrap {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 750px;
  background: #fff;
  z-index: 666;
  display: none;
}
.cookie-setting-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  padding-top: 163px;
  width: 260px;
  background: #f6f6f6;
}
.cookie-setting-tab-title,
.cookie-setting-content-title {
  line-height: 30px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
.cookie-setting-tab-title {
  background: #f6f6f6;
  transition: all 0.5s;
}
.on .cookie-setting-tab-title {
  background: #fff;
}
.cookie-setting-content {
  padding: 0 63px 0 35px;
  display: none;
  position: absolute;
  left: 260px;
  top: 0;
  width: 490px;
  padding-top: 163px;
}
.on .cookie-setting-content {
  display: block;
}
.cookie-setting-content-title {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-setting-small-text {
  color: #5088f6;
}
.cookie-setting-description {
  line-height: 2;
  font-size: 14px;
}
.cookie-setting-description p {
  margin-bottom: 30px;
}
.cookie-setting-description .cookie-privacy-link {
  color: #000;
}
.cookie-setting-description .cookie-privacy-link:hover {
  color: #e60012;
}
.cookie-setting-buttons {
  position: absolute;
  bottom: 118px;
  left: 0;
  width: 100%;
  padding: 0 63px 0 260px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 35px;
  max-width: 750px;
}
.cookie-setting-button {
  width: 180px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
/* .cookie-setting-button::after,  */
.cookie-setting-button-all::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cookie-setting-button-all {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.cookie-setting-button-all::after {
  border: 1px solid #9fa3a6;
  border-radius: 4px;
}
.cookie-setting-button-confirm {
  color: #fff;
  background: #db010a;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.cookie-setting-button:hover .cookie-setting-button-confirm, .cookie-setting-button:hover .cookie-setting-button-all {
  transform: translate(-50%,-50%) scale(1.05);
}
.cookie-setting-close{
  position: absolute;
  top: 90px;
  right: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.cookie-setting-close img{
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (max-height: 900px) and (min-width: 1025px) {
  .cookie-setting-description {
    line-height: 1.6;
  }

  .cookie-setting-left,
  .cookie-setting-content {
    padding-top: 100px;
  }

  .cookie-setting-buttons {
    bottom: 70px;
  }

  .cookie-setting-close{
    top: 70px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1025px) {
  .cookie-setting-content {
    padding: 0 40px 0 24px;
  }
  .cookie-setting-description {
    line-height: 1.6;
  }
  .cookie-setting-description p {
    margin-bottom: 10px;
  }
  .cookie-setting-tab-title,
  .cookie-setting-content-title {
    padding: 10px 20px;
    font-size: 15px;
  }
  .cookie-setting-content-title {
    padding: 10px 0;
  }
  .cookie-setting-left,
  .cookie-setting-content {
    padding-top: 90px;
  }
  .cookie-setting-buttons {
    bottom: 50px;
  }
  .cookie-setting-close{
    top: 60px;
  }
}
@media screen and (max-height: 720px) and (min-width: 1025px) {
  .cookie-setting-tab-title,
  .cookie-setting-content-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .cookie-setting-description,
  .cookie-setting-button {
    font-size: 13px;
  }
  .cookie-setting-button {
    line-height: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-agreement-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
  }
  /* .cookie-accept-button:hover{
    background: rgba(255,255,255,.9);
    color: #000;
  } */
  .cookie-agreement-button:hover path {
    stroke: #1d1d1d;
  }
}

@media screen and (max-width: 1024px) {
  .cookie-setting-wrap {
    width: 100%;
  }
  .cookie-setting-left,
  .cookie-setting-content {
    padding-top: 90px;
  }
  .cookie-setting-tab-title,
  .cookie-setting-content-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .cookie-setting-description p {
    margin-bottom: 16px;
  }
  .cookie-setting-description,
  .cookie-setting-button {
    font-size: 13px;
  }
  /* .cookie-setting-buttons {
    justify-content: flex-start;
  } */
  .cookie-setting-button {
    line-height: 32px;
    height: 32px;
  }
  .cookie-setting-close{
    top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .cookie-agreement-container {
    padding: 30px 80px 30px 5%;
  }
  .cookie-agreement-content {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 769px) {
  .search-nav .search-content {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-link-content * {
    font-size: 15px;
  }
  .search-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    background: #fff;
  }

  .search-nav::before {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
  }

  .search-nav .logo {
    width: 120px;
    height: 59px;
    padding: 14px 0;
  }

  .nav-container-search {
    display: flex !important;
    justify-content: space-between;
    padding-left: 4vw;
    height: 60px;
    width: 100%;
    padding-bottom: 1vw;
    background: #fff;
  }

  .close-btn-m {
    /* width: 20px; */
    float: right;
    margin-top: 8px;
    padding: 0 4vw;
  }
  .search-nav .close-btn {
    display: none;
  }

  .search-nav .search-nav-warp .search-icon {
    z-index: 2;
    position: static;
    width: 18px;
    transform: translate(0, -50%);
  }

  .search-nav .search-nav-warp {
    margin: 0;
    padding: 0 4vw;
    width: 100%;
    display: flex;
    padding-bottom: 1vw;
    background: #fff;
  }

  .search-nav .search-nav-warp .input-warp {
    width: 100%;
    z-index: 1;
    background: #fff;
  }

  .search-nav .search-nav-warp input {
    font-size: 16px;
    border-radius: 0;
    border-bottom: none;
    left: 1vw;
    top: 0px;
    height: 36px;
    line-height: 20px;
    padding: 8px;
  }
  .search-nav .search-recommond-buttons {
    margin-left: calc(18px + 1vw);
  }
  .search-nav .search-content {
    padding: 10px;
    top: 36px;
  }

  .search-nav .search-recommond-links li {
    line-height: 22px;
    padding: 6px 0 6px 20px;
  }

  .search-nav .search-recommond-links li a {
    font-size: 14px;
  }

  .search-nav .close-btn-m img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 750px) {
  .cookie-setting-content {
    width: calc(100vw - 260px);
  }
}
@media screen and (max-width: 660px) {
  .cookie-setting-tab-title {
    padding: 12px 20px;
    transition: none;
  }
  .cookie-setting-left {
    background: #fff;
  }
  .cookie-setting-tab {
    background: #f6f6f6;
    margin-bottom: 1px;
  }
  .cookie-setting-tab.on {
    background: #fff;
  }
  .cookie-setting-content-title {
    padding: 6px 0 12px;
    margin-bottom: 6px;
  }
  .cookie-setting-left {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .cookie-setting-content {
    position: static;
    width: 100%;
    padding: 10px 20px 0;
  }
  .cookie-setting-tab-title {
    position: relative;
    background: none;
  }
  .on .cookie-setting-tab-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 4px;
    background: #e60012;
  }
  .cookie-setting-buttons {
    padding: 0 30px;
    justify-content: center;
    bottom: 80px;
    margin-left: 0;
  }
  .cookie-setting-button {
    line-height: 40px;
    height: 40px;
  }
  .cookie-setting-button:first-child {
    margin-left: 0;
  }
  .cookie-setting-close{
    right: 10px;
  }
}
@media screen and (max-width: 560px) {
  .cookie-agreement-container {
    padding: 24px 5%;
    display: block;
  }
  .cookie-agreement-close {
    top: 5px;
    right: 5px;
    transform: translate(0, 0);
  }
  .cookie-agreement-content {
    width: 100%;
  }
  .cookie-agreement-button {
    /* width: 100px; */
    padding: 4px 12px;
    /* margin-top: 20px; */
  }
  .cookie-setting-left {
    padding-top: 60px;
  }
  .cookie-setting-description,
  .cookie-setting-button {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
  .cookie-setting-buttons {
    bottom: 30px;
  }
  .hide-560 {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .cookie-setting-description {
    line-height: 1.4;
  }
  .cookie-setting-description p {
    margin-bottom: 8px;
  }
  .switch-checkbox {
    width: 42px;
    height: 22px;
  }
  .switch-checkbox label {
    border-radius: 11px;
  }
  .switch-checkbox label::after {
    width: 18px;
    height: 18px;
  }
  .switch-checkbox input:checked + label::after {
    left: calc(100% - 20px);
  }
}
@media screen and (max-width: 375px) {
  .cookie-setting-tab-title,
  .cookie-setting-content-title {
    line-height: 1.4;
  }
  .cookie-setting-tab-title {
    padding: 8px 20px;
  }
  .on .cookie-setting-tab-title {
    margin-bottom: 0;
  }
  .cookie-setting-content-title {
    padding: 8px 0;
  }
  .cookie-setting-content {
    padding-top: 6px;
  }
  .cookie-setting-buttons {
  }
}
@media screen and (max-width: 350px) {
  .cookie-agreement-button {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1921px) {
  .header-nav-item {
    font-size: 18px;
  }
  .child-title {
    font-size: 20px;
  }
  .header-icon-item a,
  .header-icon-item svg {
    width: 20px;
    height: 20px;
  }
  .slide-footer {
    padding-top: 180px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  .header-container,
  .child-flexbox {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .footer-wrap {
    max-width: 1200px;
  }
  .header-container,
  .child-flexbox {
    max-width: 1200px;
  }
  /* .left-nav-product {
    width: 25.9rem;
  } */

  .child-img {
    width: 17.7rem;
    height: 11.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .child-scrollbar {
    max-height: calc(100vh - 124px);
  }
  .nav-child {
    padding: 30px 0;
  }
  .left-nav-product {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1281px) {
  .translate-child-wrap {
    left: calc(50% + 50vw - 690px);
  }
  .translate-child::before {
    left: calc(50% - 50vw + 690px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  /* .footer-wrap {
    max-width: 1200px;
    padding: 0 20px;
  } */
  .child-title {
    font-size: 16px;
  }

  .header-container,
  .child-flexbox,
  .footer-wrap {
    max-width: 1280px;
    padding: 0 20px;
  }
  .left-nav-product {
    /* width: 24rem; */
    font-size: 12px;
  }

  .child-img {
    width: 17.7rem;
    height: 11.1rem;
  }
}
.footer-mobile-links {
  /* padding: 0 40px; */
}
.footer-mobile-link {
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #707070;
  padding: 0 1.5vw 0 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .light-entrance {
    position: relative;
    transform: none;
    width: auto;
    height: 23px;
    top: -2px;
    right: 0;
  }

  .light-entrance img {
    height: 100%;
  }

  body {
    max-width: 100vw;
  }
  .hidden-1024,
  .hidden-1024-flex,
  .hidden-1024-inline-block {
    display: none;
  }
  .visible-1024 {
    display: block;
  }
  .header {
    display: none !important;
  }
  .mobile-nav {
    display: block !important;
  }
  .search-nav {
    /* z-index: 67; */
  }
  .mobile-network-entrance-title {
    font-size: 28px;
  }
  .slide-footer {
    padding-top: 30px;
    /* align-items: flex-start; */
  }
  a.mobile-network-entrance-button,
  .footer-mobile-request-btn {
    width: calc(100% - 6vw);
    height: 10vw;
    max-width: 600px;
    max-height: 64px;
    background: #fff;
    color: #212429;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-mobile-request-btn {
    background: none;
    border: 1px solid #6c6f73;
  }
  .mobile-network-entrance-button img {
    margin-right: 6px;
  }
  .footer-social-icons {
    margin-top: 7vw;
    margin-bottom: 6vw;
    align-items: center;
    justify-content: center;
  }
  .footer-social-icon {
    margin: 0 10px;
  }
  .footer-social-icon,
  .footer-social-icon img {
    max-width: 42px;
    max-height: 42px;
    width: 6vw;
    height: 6vw;
    min-width: 28px;
    min-height: 28px;
  }
  .footer-mobile-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.footer-mobile-bottom-link {
    margin: 0 10px;
    color: #b4b4b7;
  }
  .footer-mobile-bottom-copyright {
    color: #b4b4b7;
  }
  .footer-mobile-bottom-links,
  .footer-social-icons a,
  .footer-mobile-bottom-copyright {
    font-size: 14px;
    line-height: 2;
  }
  a.footer-mobile-request-btn {
    color: #b4b4b7;
  }
}
@media screen and (max-width: 768px) {
  .search-nav .search-recommond-buttons {
    margin-top: 0px;
  }
  .search-nav .close-btn-m img {
    margin-top: 10px;
  }
  .mobile-network-entrance-title {
    font-size: 24px;
  }
  a.mobile-network-entrance-button,
  .footer-mobile-request-btn {
    font-size: 16px;
  }
  .footer-mobile-request-btn {
    margin-top: 7.6vw;
  }
  @media screen and (min-width: 561px) {
    .swiper-slide-next .footer-entrance {
      opacity: 1;
      transition: all 0.5s 0.5s;
    }
  }
}
@media screen and (max-width: 560px) {
  a.mobile-network-entrance-button,
  .footer-mobile-request-btn {
    font-size: 14px;
    margin-top: 8.4vw;
    margin-bottom: 5.4vw;
  }
  .mobile-network-entrance-button img {
    width: 13px;
  }
  .normal .footer {
    padding: 10vw 0 24vw;
  }
  .footer-mobile-link {
    font-size: 14px;
    line-height: 48px;
  }
  .footer-mobile-bottom-copyright,
  .footer-mobile-bottom-links,
  .footer-social-icons a,
  a.footer-mobile-bottom-link {
    font-size: 12px;
  }
  .footer-entrance {
    top: -10vw;
    font-size: 2.76vw;
  }
  .footer-entrance-text-left {
    display: inline-block;
    max-width: 63vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer-entrance a {
    height: 10vw;
    padding: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-entrance-text-right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .footer-entrance-text-right b {
    white-space: nowrap;
    padding: 0 4px;
  }
  .swiper-slide-active .footer-entrance {
    opacity: 1;
    transition: all 0.5s 0.5s;
  }
}
@media screen and (max-width: 414px) {
  .mobile-link-content * {
    font-size: 14px;
  }
  .hidden-414 {
    display: none;
  }
  .mobile-network-entrance-title {
    font-size: 18px;
  }
  .footer-mobile-bottom-links,
  .footer-social-icons a,
  .footer-mobile-bottom-copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-network-entrance-title {
    font-size: 16px;
  }
  .mobile-network-entrance-button,
  .footer-mobile-request-btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .footer-mobile-link {
    line-height: 40px;
  }
}
/* 导航结束 */
@keyframes heightNavEnter {
  0% {
    top: -440px;
  }

  100% {
    top: 65px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes widthChange {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes heightChange {
  0% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes translateChange {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes widthChage {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthChage {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* 自定义下拉开始 */
.drop-down-selector {
  width: 300px;
  height: 42px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.fit-parent.drop-down-selector,
.drop-down-selector input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.drop-down-selector input {
  border: 1px solid #ccc;
  outline: none;
  padding: 0 26px 0 10px;
  z-index: 0;
  cursor: pointer;
}
.no-border.drop-down-selector input {
  border: none;
}
.drop-down-selector .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.drop-down-tips {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: -1px;
  display: none;
}
.no-data {
  line-height: 2;
  color: #888;
  font-size: 14px;
  padding: 4px 12px;
}
.drop-down-tips::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.drop-down-tips::-webkit-scrollbar-thumb {
  background: #ccc;
}
.drop-down-tips-item {
  font-size: 14px;
  color: #111;
  padding: 10px 20px;
  cursor: pointer;
}
.drop-down-tips-item.cur {
  color: #0764d9;
}
.drop-down-tips-item:hover {
  background: #eee;
}
/* 自定义下拉结束 */

.global-websites {
  position: fixed;
  z-index: 666666;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}
.global-websites-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 70%;
  max-width: 1100px;
  border-radius: 18px;
  text-align: center;
  padding: 8rem 10rem 6rem;
  display: flex;
  flex-wrap: wrap;
}
.global-websites-wrap a {
  width: 33.3%;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #3573e7;
  margin-bottom: 2rem;
  text-align: left;
  cursor: pointer;
}
.global-websites-wrap a:hover {
  text-decoration: underline;
}
.global-websites-close {
  position: absolute;
  left: 3rem;
  top: 3rem;
  width: 3rem;
  height: 3rem;
  stroke: #aaa;
  fill: #aaa;
  cursor: pointer;
  transition: all 0.5s;
  transform-origin: center;
}
.global-websites-close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .global-websites-wrap a {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .global-websites-close {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* .global-websites-wrap {
    padding: 6rem 6rem 4rem;
  } */
  .global-websites-wrap a {
    text-align: center;
  }
  .global-websites-close {
    padding: 0.2vw;
  }
}
@media screen and (max-width: 414px) {
  .global-websites-wrap a {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .global-websites-close {
    width: 16px;
    height: 16px;
  }
}
