* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.body {
  position: relative;
  width: 100%;
  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-2 {
    font-size: 23px;
  } 
  .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) {

}
@media only screen and (min-width: 850px) {
  .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 {
  margin: 0 5%;
  display: flex;
  align-items: center;
  height: 90px;
}

.logo,
.logo-image {
  width: 144px;
  height: 40px;
}

.logo {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container .logo-image-2 {
  width: 40px;
  margin-right: 6px;
}
.header-container .logo-image-3 {
  width: 285px;
}

.common.header {
  display: flex;
}
.header-hover-style,
.common.header,
.index.header:hover {
  background-image: none;
}
.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: white;
}
.header-nav-item .item-mark a {
}
.header .header-nav-item:hover .item-mark a {
  color: #17BBEF;
}
.header-hover-style .logo-image path,
.common.header .logo-image path,
.index:hover .logo-image path {
  fill: #db010a;
}
.header-nav {
  margin-left: 56px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  flex-grow: 2;
  z-index: 9999;
}

.header-nav-item {
  padding: 0 1.8vw;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  cursor: default;
  user-select: none;
  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: #17BBEF;
  transition: all 0.3s;
}
.header .header-nav-item .hover-child-inside a {
  color: #000;
}
.header .header-nav-item .hover-child-inside a:hover {
  color: #17BBEF;
}
.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: #17BBEF;
  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: 95px;
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 20px;
}

.child-flexbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 100px;
}

.child-left {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 320px;
  color: #000;
  flex-direction: column;
}

.child-left .txt-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 60px;
}
.child-left .txt-wrap:not(:last-child) {
  border-bottom: 1px solid #444;
}

.child-left .txt-wrap .txt-1-active {
  color: #17BBEF;
}

.child-left .txt-wrap .txt-1:hover {
  font-weight: bold;
}
.child-left .txt-wrap .txt-1 a{
  color:#000;
}
.child-left .txt-wrap .txt-2 {
  font-size: 28px;
  margin-right: 6px;
  color: #444;
}

.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 {
  margin-left: 160px;
  padding: 0 23px 20px;
  line-height: 1.4;
  font-size: 14px;
  position: sticky;
  top: 0;
  width: calc(100% - 480px);
  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;
}

.child-right .card-info {
  width: 209px;
  height: 209px;
  margin-right: 44px;
  margin-top: 20px;
  background-color: #FFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.child-right .card-info img {
  width: 80%;
}

.child-right .card-info .txt {
  font-size: 16px;
  height: 60px;
  font-weight: bold;
  color: #000;
}

.child-right .card-info-active .txt {
  text-decoration: underline;
  color: #17BBEF;
}

.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: 95px;
  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;
}
.hover-child-inside {
  opacity: 0;
  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: 50px;
  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;
}

.header-icons .search-svg {
  width: 243px;
  height: 36px;
  margin-top: 6px;
  position: relative;
}

.search-svg > div {
  pointer-events: none;
  color: #A1A1A6;
  font-size: 14px;
  margin-right: 30px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-icons .lang-svg > .img {
  width: 50%;
  height: 50%;
  margin-top: 10%;
}

.header-icons .lang-svg {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.header-icons .lang-svg .txt-lang {
  color: #FFF;
  font-size: 12px;
}

.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: #17BBEF;
}
.translate-child .translate-child-link:hover span {
  color: #17BBEF;
}
.translate-child .translate-child-link:hover span::before {
  width: 100%;
}

.header-icon-item {
  width: 48px;
  height: 48px;
  /* margin-left:30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-icon-item .img{
  width:100%;
  height:100%;
}
.header-icon-item a{
  display: block;
  width:100%;
  height:100%;
}

.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;
}

.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: 666;
}
.footer {
  width: 100%;
  background: #212429;
  text-align: center;
  padding: 120px 0;
}
.normal .footer {
  padding: 120px 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: 42%;
  position: relative;
}
.network-entrance-selector {
  width: 100%;
  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-left: 64px;
  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: #D9D9D9;
}
.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: 16%;
  background: #17BBEF;
  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: 70px;
  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: #17BBEF;
}
.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: 35px;
  margin-right: 27px;
}
.footer-social-icon img {
  width: 35px;
  height: 35px;
}
.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-logo-1{
  width:38px;
  height:38px;
  margin-right:10px;
  vertical-align: middle;
}
.footer-logo-2{
  width:219px;
  height:19px;
  vertical-align: middle;
}
.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;
}
.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: #17BBEF;
}
.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;
}
.nav-container-title {
  display: flex !important;
  justify-content: space-between;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
}
.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;
}
.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;
  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;
  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;
  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 {
  font-size: 13px;
}

.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: 666;
  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: #17BBEF;
}
.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: #5088f6;
  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-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-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 (max-width: 768px) {
  .mobile-link-content * {
    font-size: 15px;
  }
  .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 {
    float: right;
    margin-top: 8px;
    padding: 0 4vw;
  }
}
@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: #17BBEF;
  }
  .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 {
    padding: 4px 12px;
  }
  .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;
  }
}
@media screen and (max-width: 350px) {
  .cookie-agreement-button {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1921px) {
  .header-nav-item {
    font-size: 20px;
  }
  .child-title {
    font-size: 20px;
  }
  .slide-footer {
    padding-top: 180px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .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) {
  .child-title {
    font-size: 16px;
  }

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

  .child-img {
    width: 17.7rem;
    height: 11.1rem;
  }
}
.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;
  }

  .mobile-network-entrance-title {
    font-size: 28px;
  }
  .slide-footer {
    padding-top: 30px;
  }
  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) {
  .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: 95px;
  }
}
@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;
}
/* 自定义下拉结束 */

.search-wrap{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 95px;
  background: #D9D9D9;
  text-align: center;
  z-index: 999;
}
.search-wrap .search-btn-box{
  position: absolute;
  top:0;
  right:0;
  width:110px;
  height:56px;
  text-align: center;
  border:none;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  background: linear-gradient(to right, #2C7ED0, #00A9ED, #00DB84);
  cursor: pointer;
}
.search-wrap .search-content{
  position: relative;
  display: inline-block;
  width:750px;
  margin:0 auto;
  background:#fff;
  height:56px;
  margin-top:17px;
  border-radius: 27px;
}
.search-wrap .close-btn{
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 20px;
}
.search-wrap .close-btn .img{
  width:100%;
  height:100%;
  cursor: pointer;
}
/* .search-wrap .close-btn .img:hover{
  transform: rotate(45deg);
} */
.search-wrap .search-content .ipt{
  width:70%;
  border:none;
  color:#A1A1A6;
  font-size:20px;
  line-height:56px;
    -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;
}
.search-wrap .search-content .ipt:focus{
  outline: none; /* 移除默认的焦点轮廓 */
  border: none; /* 添加自定义边框，例如 #007BFF 或其他颜色 */
  box-shadow:none; /* 可选：添加阴影效果 */
}
.search-wrap .search-icon {
  height: 40px;
  width: 40px;
  margin-top: 8px;
    -webkit-animation: fadeInRight 0.3s linear forwards;
  animation: fadeInRight 0.3s linear forwards;
}

@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 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;
  }
}
