@charset "utf-8";
/*根元素代码*/
:root {
  /*--dominant-color:#3a93bd;*/
  --dominant-color: #066cfe;
  /*--linear-color:linear-gradient(to right ,#3a93bd 14%,#0079b2);*/
  --linear-color: linear-gradient(223deg, rgba(99, 229, 242, 0.2), rgba(58, 174, 239, 0.8));
}
html.b-active {
  height: 100vh;
  overflow: hidden;
}
body {
  word-break: break-word;
}
body.black header {
  background: #000;
}
/*头部样式*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20001;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.9);
  height: 60px;
}
header.z-active {
  z-index: 999999;
}
header.z-active .header-box {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1024px) {
  header {
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
  }
}
header .header-phone-click-side {
  height: 50px;
  width: 50px;
  position: relative;
  top: 0;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
@media screen and (min-width: 1025px) {
  header .header-phone-click-side {
    display: none;
  }
}
header .header-phone-click {
  cursor: pointer;
  width: 20px;
  height: 14px;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 1024px) {
  header .header-phone-click {
    display: flex !important;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #fff;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
header .header-phone-click .phone-click-line::before,
header .header-phone-click .phone-click-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::before {
  top: 0;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::after {
  bottom: 0;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line {
  background: transparent;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line::before {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(6px) rotate(45deg);
}
header .header-phone-click.active .phone-click-line::after {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(-6px) rotate(-45deg);
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /*logo*/
  /*logo*/
}
@media screen and (max-width: 1024px) {
  header .header-box {
    width: 100%;
  }
}
header .header-box .logo {
  max-width: 150px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  header .header-box .logo {
    width: 100%;
    margin-left: 8%;
    justify-content: flex-start;
    max-width: 100px;
    z-index: 10;
    position: relative;
  }
}
header .header-box .logo img {
  max-width: 120px;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
header .header-box .header-menu {
  flex-basis: calc(100% - 250px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /*导航*/
  /*导航*/
  /*搜索*/
  /*搜索*/
  /*语言*/
  /*语言*/
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu .index-title {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu .footer {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .footer .footer-text {
    align-items: flex-start;
    margin: 0 auto;
  }
  header .header-box .header-menu .footer .footer-logo {
    flex-basis: 100%;
  }
  header .header-box .header-menu .footer .footer-code {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
  }
  header .header-box .header-menu .footer .footer-code .item {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  header .header-box .header-menu .footer .item .fab {
    font-size: 12px;
  }
  header .header-box .header-menu .footer .footer-logo img {
    max-width: 75px;
  }
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu {
    flex-basis: calc(100% - 150px);
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    height: 100vh;
    z-index: 9;
    margin-left: 0;
    padding: 80px 8% 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    right: -100%;
    transition: all 0.5s;
  }
  header .header-box .header-menu.active {
    display: block;
    right: 0;
  }
  header .header-box .header-menu::after {
    width: 100%;
    height: 50px;
    background: #000;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
  }
}
header .header-box .header-menu nav {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu nav {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
header .header-box .header-menu nav .first-item {
  margin-right: 40px;
  transition: all 0.2s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-box .header-menu nav .first-item .first-box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-box {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1366px) {
  header .header-box .header-menu nav .first-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item {
    height: auto;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
}
header .header-box .header-menu nav .first-item .first-item-title {
  font-size: 14px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  transition: all 0.2s;
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    color: #222;
    height: 50px;
    width: 100%;
    font-family: HarmonyOS_Sans_SC_Medium;
    justify-content: flex-start;
    pointer-events: none;
  }
}
header .header-box .header-menu nav .first-item .first-item-title::after {
  content: '';
  position: absolute;
  bottom: 20px;
  background: #fff;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s;
}
header .header-box .header-menu nav .first-item i {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item i {
    display: block;
  }
}
header .header-box .header-menu nav .first-item i::before,
header .header-box .header-menu nav .first-item i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
header .header-box .header-menu nav .first-item i::before {
  width: 14px;
  height: 2px;
}
header .header-box .header-menu nav .first-item i::after {
  height: 14px;
  width: 2px;
}
header .header-box .header-menu nav .first-item i.active {
  transform: rotate(45deg);
}
header .header-box .header-menu nav .first-item .second-box {
  position: absolute;
  top: 60px;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  width: 100%;
  left: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  /*特殊*/
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item .second-box {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item .second-box {
    padding: 20px;
  }
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu nav .first-item .second-box {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item {
  margin: 0 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-item {
    margin: 10px 0 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
  color: #222;
  display: block;
  padding: 10px;
  font-size: 14px;
  transition: all 0.2s;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    color: #000;
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
    color: var(--dominant-color);
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 501px) {
  header .header-box .header-menu nav .first-item .second-box .second-product.jusCenter {
    justify-content: center;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product.jusCenter .second-item {
    flex-basis: auto;
    margin-right: 15%;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product.jusCenter .second-item:last-child {
    margin-right: 0;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product.jusCenter2 {
    justify-content: center;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product.jusCenter2 .second-item:nth-child(5) {
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product {
    width: 100%;
  }
  header .header-box .header-menu nav .first-item .second-box .second-product::-webkit-scrollbar:horizontal {
    height: 2px;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item {
  flex-basis: 20%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item {
    flex-basis: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item:nth-child(n + 6) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item:nth-child(n + 6) {
    margin-top: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img {
  height: 40px;
  position: relative;
  display: block;
  min-width: 40px;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .img img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title {
  color: #222;
  text-align: left;
  padding: 0;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title a {
  display: block;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title {
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .second-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box {
    margin-top: 0;
    display: none;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title {
  display: block;
  transition: all 0.5s;
  font-size: 12px;
  color: #858484;
  width: fit-content;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item .three-box .three-item-title.news {
  color: var(--dominant-color);
  font-size: 12px;
}
header .header-box .header-menu nav .first-item .second-box .second-product .second-item:hover .three-box {
  opacity: 1;
  visibility: visible;
}
header .header-box .header-menu nav .first-item .second-box.product {
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item:hover .first-item-title {
    color: #fff;
  }
  header .header-box .header-menu nav .first-item:hover .first-item-title::after {
    width: 100%;
  }
  header .header-box .header-menu nav .first-item:hover .second-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
header .header-box .header-menu .search {
  margin-right: 20px;
  margin-left: auto;
  color: #999;
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu .search {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .search {
    width: 100%;
    margin: 30px 0;
    display: none;
  }
}
header .header-box .header-menu .search label {
  display: block;
  position: relative;
  width: 220px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  header .header-box .header-menu .search label {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .search label {
    width: 100%;
    border: 1px solid #000000;
  }
}
header .header-box .header-menu .search label input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #999;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .search label input {
    color: #000;
  }
}
header .header-box .header-menu .search label button {
  background: none;
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: all 0s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .search label button {
    opacity: 1;
  }
}
header .header-box .header-menu .search label button i {
  font-size: 18px;
  transition: all 0s;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .search label button i {
    color: #000;
  }
}
header .header-box .header-menu .search label button:hover {
  opacity: 1;
  transform: scale(1.05);
}
header .header-box .header-menu .language {
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .language {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu .language .f-more {
    display: none;
  }
}
header .header-box .header-menu .language .language-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .language .language-title {
    color: #000;
    font-size: 14px;
    justify-content: flex-start;
  }
}
header .header-box .header-menu .language .language-title .language-icon {
  font-size: 22px;
  transition: all 0s;
}
header .header-box .header-menu .language .language-title .language-icon:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .language .language-title .language-icon {
    display: none;
  }
}
header .header-box .header-menu .language .language-title .language-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu .language .language-title .language-text {
    display: block;
  }
}
header .header-box .header-menu .language .language-show {
  position: absolute;
  top: 0;
  padding-top: 60px;
  color: #333;
  right: 0;
  width: 120px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
header .header-box .header-menu .language .language-show .language-show-item {
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
}
header .header-box .header-menu .language .language-show .language-show-item a {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s;
}
header .header-box .header-menu .language .language-show .language-show-item a:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .header-box .header-menu .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*头部样式*/
/*底部样式*/
footer {
  position: relative;
  z-index: 0;
}
.footer {
  padding: 80px 0 30px;
  background: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 50px 0 30px;
  }
}
.footer .footer-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .footer .footer-menu {
    flex-direction: column;
    margin: 25px auto 30px;
  }
}
.footer .footer-menu .first-item {
  display: block;
  font-size: 14px;
  font-family: HarmonyOS_Sans_SC_Medium;
  position: relative;
}
@media screen and (max-width: 500px) {
  .footer .footer-menu .first-item {
    height: 50px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
  }
  .footer .footer-menu .first-item i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
  }
  .footer .footer-menu .first-item i::before,
  .footer .footer-menu .first-item i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  .footer .footer-menu .first-item i::before {
    width: 14px;
    height: 2px;
  }
  .footer .footer-menu .first-item i::after {
    height: 14px;
    width: 2px;
  }
  .footer .footer-menu .first-item i.active {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 500px) and screen and (max-width: 500px) {
  .footer .footer-menu .first-item i {
    display: block;
  }
}
.footer .footer-menu .second-box {
  line-height: 2.4;
}
@media screen and (max-width: 500px) {
  .footer .footer-menu .second-box {
    display: none;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-menu .second-box {
    display: block !important;
  }
}
.footer .footer-menu .second-box a {
  display: block;
  color: #666;
  font-size: 12px;
  transition: all 0.5s;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .footer .footer-menu .second-box a {
    width: 100%;
  }
}
.footer .footer-menu .second-box a::after {
  width: 0;
  background: var(--dominant-color);
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.footer .footer-menu .second-box a:hover {
  color: var(--dominant-color);
}
.footer .footer-menu .second-box a:hover::after {
  width: 100%;
}
.footer .language-title {
  align-items: center;
  line-height: 1;
  padding: 0 0 50px;
}
@media screen and (max-width: 500px) {
  .footer .language-title {
    display: flex !important;
  }
}
.footer .language-title .language-icon {
  font-size: 22px;
  margin-right: 4px;
}
.footer .footer-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .footer .footer-text {
    align-items: flex-start;
    margin: 0 auto ;
  }
}
.footer .footer-text .footer-logo {
  filter: brightness(0);
}
@media screen and (max-width: 500px) {
  .footer .footer-text .footer-logo {
    flex-basis: 100%;
  }
}
.footer .footer-text .footer-logo img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .footer .footer-text .footer-logo img {
    max-width: 100px;
  }
}
.footer .footer-text .footer-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .footer .footer-text .footer-code {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
  }
}
.footer .footer-text .footer-code .item {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #c7c7c7;
  margin-right: 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .footer .footer-text .footer-code .item {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.footer .footer-text .footer-code .item .show {
  position: absolute;
  width: 100px;
  bottom: 40px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(10px);
  visibility: hidden;
}
.footer .footer-text .footer-code .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .footer-text .footer-code .item .fab {
  color: #fff;
  font-size: 16px;
}
.footer .footer-text .footer-code .item .fab::before {
  display: none;
}
@media screen and (max-width: 500px) {
  .footer .footer-text .footer-code .item .fab {
    font-size: 12px;
  }
}
.footer .footer-text .footer-code .item:hover {
  background: var(--dominant-color);
}
.footer .footer-text .footer-code .item:hover .show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.footer .footer-text .footer-copyright {
  flex-basis: 100%;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-text .footer-copyright {
    margin-top: 20px;
    padding-top: 10px;
    font-size: 12px;
  }
}
.footer .footer-text .footer-copyright .c-div a {
  transition: all 0.5s;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-text .footer-copyright .c-div a {
    font-size: 12px;
  }
}
.footer .footer-text .footer-copyright .c-div a:hover {
  color: var(--dominant-color);
  text-decoration: underline;
}
.footer-search {
  margin: 20px auto 0;
}
.footer-search label {
  margin: auto;
  position: relative;
  display: block;
}
.footer-search label input {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  border: none;
  color: #666;
  padding-right: 50px;
}
.footer-search label button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  margin: auto;
  width: 50px;
  background: none;
  color: #000;
}
.footer-search label button:hover i {
  color: var(--dominant-color);
}
.slider {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 20;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .slider {
    right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .slider {
    bottom: 20px;
    right: 20px;
  }
}
.slider .item {
  width: 60px;
  height: 60px;
  background: #fff !important;
  color: #333;
  font-size: 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.15);
  transition: all 0.5s;
  margin-top: 10px;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .slider .item {
    width: 40px;
    height: 40px;
  }
}
.slider .item img {
  width: 28px;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .slider .item img {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .slider .item img {
    width: 20px;
  }
}
.slider .item i {
  transition: all 0.5s;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .slider .item i {
    font-size: 20px;
  }
}
.slider .item:hover {
  background: var(--dominant-color) !important;
}
.slider .item:hover i {
  color: #fff;
}
.slider .item:hover img {
  filter: brightness(100);
}
@media screen and (max-width: 500px) {
  .slider .item {
    width: 40px;
    height: 40px;
  }
}
.slider .go-top {
  display: none;
  transform: rotate(180deg);
}
/*底部样式*/
/*--------------------------------------------------------*/
/*通用*/
.index-padding {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .index-padding {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .index-padding {
    padding: 40px 0 40px;
  }
}
.index-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .index-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .index-title {
    margin-bottom: 20px;
  }
}
.index-title.textL {
  text-align: left;
}
.index-title.colorW {
  color: #fff;
}
.index-title .title {
  font-weight: 900;
  line-height: 1;
  font-size: 46px;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1600px) {
  .index-title .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .index-title .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .index-title .title {
    font-size: 24px;
  }
}
.index-title .summary {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .index-title .summary {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .index-title .summary {
    font-size: 14px;
    margin-top: 4px;
  }
}
.f-more {
  font-size: 18px;
  color: #222;
  line-height: 1;
  text-align: center;
  width: fit-content;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .f-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .f-more {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .f-more {
    font-size: 14px;
  }
}
.f-more .icon {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .f-more .icon {
    font-size: 14px;
  }
}
.f-more .icon .i1 {
  transition: all 0.5s;
}
.f-more .icon .i2 {
  position: absolute;
  top: 0;
  left: -150%;
  transition: all 0.5s;
}
.f-more .icon.colorW {
  color: #fff;
}
.f-more .icon.colorB {
  color: #222;
}
.f-more .icon .m1 {
  opacity: 0.3;
}
.f-more .icon .m2 {
  opacity: 0.6;
}
.f-more .icon .m3 {
  opacity: 1;
}
.f-more .icon img {
  transition: all 0.5s;
}
.f-more:hover {
  /*.i1 {
      transform: translateX(100%);
    }
    .i2 {
      left: 0;
    }*/
}
.f-more:hover .m1 {
  animation: f-more-animation1 0.7s;
}
.f-more:hover .m2 {
  animation: f-more-animation2 0.7s;
  transition-delay: 0.5s;
}
.f-more:hover .m3 {
  animation: f-more-animation3 0.7s;
  transition-delay: 1s;
}
.f-more:hover .icon .m1,
.f-more:hover .icon .m2,
.f-more:hover .icon .m3 {
  transition: all 0s;
  color: var(--dominant-color);
}
.f-more.colorW {
  color: #fff;
}
.f-more.colorW img {
  filter: brightness(100);
}
.f-more.flex-left {
  justify-content: flex-start;
}
@keyframes f-more-animation1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes f-more-animation2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes f-more-animation3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*
@keyframes f-more-animation1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes f-more-animation2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}

@keyframes f-more-animation3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*/
/*首页*/
/*轮播*/
.banner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .banner.product-page-banner img {
    height: 500px !important;
  }
}
@media screen and (max-width: 500px) {
  .banner.product-page-banner img {
    height: 500px !important;
  }
  .banner.product-page-banner .swiper-banner .text .summary {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.banner .img {
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .banner .img {
    height: 500px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .img {
    height: 380px !important;
  }
}
@media screen and (max-width: 500px) {
  .banner .img {
    height: auto !important;
  }
}
.banner .img img,
.banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-banner {
  height: 100%;
}
.banner .swiper-banner .text {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: left;
  height: fit-content;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .text {
    top: 20%;
    bottom: auto;
  }
}
.banner .swiper-banner .text .img {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
.banner .swiper-banner .text .img img {
  max-width: 724px;
  width: 37.708vw;
}
.banner .swiper-banner .text .title {
  font-size: 48px;
  transition: all 1s;
  font-family: HarmonyOS_Sans_SC_Bold;
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .title {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-banner .text .title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .text .title {
    font-size: 22px;
    line-height: 1.2;
    transition: all 0.5s;
  }
}
.banner .swiper-banner .text .summary {
  margin-top: 20px;
  font-size: 28px;
  transition: all 1s;
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .summary {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-banner .text .summary {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .text .summary {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: all 0.5s;
  }
}
.banner .swiper-banner .text .banner-more {
  transition: all 1s;
  transform: translateY(30px);
  opacity: 0;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .text .banner-more {
    transition: all 0.5s;
  }
}
.banner .swiper-banner .text .banner-more .f-more {
  color: inherit;
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .text .banner-more .f-more {
    font-size: 14px;
  }
}
.banner .swiper-banner .text .banner-more .f-more .icon {
  transition: all 0s;
}
.banner .swiper-banner .text .banner-more .f-more:hover .icon .m1,
.banner .swiper-banner .text .banner-more .f-more:hover .icon .m2,
.banner .swiper-banner .text .banner-more .f-more:hover .icon .m3 {
  transition: all 0s;
  color: var(--dominant-color);
}
.banner .swiper-banner .swiper-slide-active .img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-banner .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.banner .swiper-banner .swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .numbers {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .tip {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-slide-active .banner-more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 60px;
  width: 90%;
  max-width: 1720px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
}
.banner .swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: transparent;
  opacity: 0.8;
  --swiper-pagination-bullet-width: 25px;
  --swiper-pagination-bullet-height: 25px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  position: relative;
}
.banner .swiper-banner .swiper-pagination-bullet::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: transparent;
  opacity: 1;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
  opacity: 0;
}
.banner .swiper-banner .swiper-pager {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 1740px;
  margin: auto;
  align-items: center;
  color: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar {
  position: initial;
  max-width: 700px;
  margin: 0 20px;
}
@media screen and (max-width: 500px) {
  .banner .swiper-banner .swiper-pagination-progressbar {
    max-width: 50%;
  }
}
.banner .swiper-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
}
.banner .swiper-line {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .banner .swiper-line {
    display: none;
  }
}
.banner .swiper-line .swiper-wrapper {
  justify-content: center;
}
.banner .swiper-line .swiper-wrapper .swiper-slide {
  text-align: center;
  flex: 1;
  flex-basis: 0;
  cursor: pointer;
  margin-right: 10px;
  opacity: 0.5;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .banner .swiper-line .swiper-wrapper .swiper-slide {
    width: 10px;
    flex: none;
  }
}
.banner .swiper-line .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
.banner .swiper-line .swiper-wrapper .swiper-slide.active .line span {
  animation: lineMove 6s ease;
}
.banner .swiper-line .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.banner .swiper-line .swiper-wrapper .swiper-slide .text {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1024px) {
  .banner .swiper-line .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .banner .swiper-line .swiper-wrapper .swiper-slide .text {
    display: none;
  }
}
.banner .swiper-line .swiper-wrapper .swiper-slide .line {
  height: 3px;
  background: #a6b5c3;
}
@media screen and (max-width: 500px) {
  .banner .swiper-line .swiper-wrapper .swiper-slide .line {
    height: 2px;
  }
}
.banner .swiper-line .swiper-wrapper .swiper-slide .line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--dominant-color);
}
.banner .swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .banner .swiper-pagination {
    width: 84% !important;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
@keyframes lineMove {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*板块一*/
.index1 .index1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index1 .index1-box .item {
  flex-basis: calc(50% - 10px);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: none !important;
}
@media screen and (min-width: 769px) {
  .index1 .index1-box .item .img {
    background: none !important;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .img {
    border: 1px solid #eee;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item {
    flex-basis: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
    background: none !important;
    border: none;
  }
  .index1 .index1-box .item:last-of-type {
    margin-bottom: 0;
  }
}
.index1 .index1-box .item .imgBox {
  margin: auto;
  width: 100%;
  padding-bottom: calc(560 / 590 * 100%);
  text-align: center;
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .imgBox {
    padding-bottom: 120% !important;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .imgBox img {
    max-width: 100%;
  }
}
.index1 .index1-box .item:first-child {
  flex-basis: 100%;
  margin-bottom: 20px;
  height: auto;
  border: none;
  padding-bottom: 0;
}
.index1 .index1-box .item:first-child .imgBox {
  width: 100%;
  padding-bottom: calc(560 / 1200 * 100%);
}
.index1 .index1-box .item:first-child .imgBox img {
  max-width: 100%;
}
.index1 .index1-box .item:first-child .text {
  padding: 20px 0 20px 100px;
  text-align: left;
  top: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .index1 .index1-box .item:first-child .text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item:first-child .text {
    padding: 20px;
    bottom: 0;
    top: 20px;
    margin-top: 0;
    color: #fff;
  }
}
.index1 .index1-box .item:first-child .text .title {
  color: #fff;
  font-size: 46px;
  font-family: HarmonyOS_Sans_SC_Bold;
  background: linear-gradient(to right, #fff, #fff);
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item:first-child .text .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .index1 .index1-box .item:first-child .text .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item:first-child .text .title {
    font-size: 24px;
  }
}
.index1 .index1-box .item:first-child .text .summary {
  color: #fff;
  background: linear-gradient(to right, #fff, #fff);
}
.index1 .index1-box .item:first-child .text .f-more {
  margin-left: 0;
}
.index1 .index1-box .item .text {
  position: absolute;
  bottom: 0;
  padding: 0 20px 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item .text {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .text {
    padding: 20px;
    text-align: left;
    top: 20px;
    bottom: 0;
    left: 0;
  }
  .index1 .index1-box .item .text .f-more {
    margin-left: 0 !important;
  }
}
.index1 .index1-box .item .text .title {
  font-size: 36px;
  line-height: 1;
  font-family: HarmonyOS_Sans_SC_Bold;
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #222, #222);
  -webkit-box-decoration-break: clone;
  background-clip: text;
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item .text .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .index1 .index1-box .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .text .title {
    font-size: 24px;
  }
}
.index1 .index1-box .item .text .summary {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #666, #666);
  -webkit-box-decoration-break: clone;
  background-clip: text;
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item .text .summary {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .index1 .index1-box .item .text .summary {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .index1 .index1-box .item .text .summary {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 14px;
  }
}
.index1 .index1-box .item .text .f-more {
  margin-left: auto;
  margin-right: auto;
}
.index1 .index1-box .item .text .f-more > span {
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #222, #222);
  -webkit-box-decoration-break: clone;
  background-clip: text;
}
.index2 .index2-box {
  position: relative;
}
.index2 .index2-box .index2-box-show .item {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index2 .index2-box .index2-box-show .item:first-child {
  position: relative;
}
.index2 .index2-box .index2-box-show .item img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .index2 .index2-box .index2-box-show .item img {
    height: 80vh;
    object-fit: cover;
    width: auto;
  }
}
.index2 .index2-box .index2-box-show .item.active {
  opacity: 1;
}
.index2 .index2-box .index2-box-change {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .index2 .index2-box .index2-box-change {
    flex-wrap: wrap;
  }
}
.index2 .index2-box .index2-box-change .item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .index2 .index2-box .index2-box-change .item {
    flex-basis: 50%;
  }
  .index2 .index2-box .index2-box-change .item:nth-child(1),
  .index2 .index2-box .index2-box-change .item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.index2 .index2-box .index2-box-change .item:hover::after {
  opacity: 1;
}
.index2 .index2-box .index2-box-change .item:hover .item-show {
  opacity: 1;
  transform: translateY(0);
}
.index2 .index2-box .index2-box-change .item:hover .bottom-title {
  opacity: 0;
}
.index2 .index2-box .index2-box-change .item:last-of-type {
  border: none;
}
.index2 .index2-box .index2-box-change .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}
.index2 .index2-box .index2-box-change .item .item-show {
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.index2 .index2-box .index2-box-change .item .item-show .img {
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .index2-box-change .item .item-show .img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .index2 .index2-box .index2-box-change .item .item-show .img {
    width: 60px;
    height: 60px;
  }
}
.index2 .index2-box .index2-box-change .item .item-show .img img {
  height: auto;
  width: auto;
  max-height: 100%;
}
.index2 .index2-box .index2-box-change .item .item-show .img .icon-animation {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index2 .index2-box .index2-box-change .item .item-show .img .icon-animation img {
  position: absolute;
  top: 0;
  left: 0;
}
.index2 .index2-box .index2-box-change .item .item-show .img .icon-animation .i1 {
  animation: icon-animation1 1.5s infinite;
}
.index2 .index2-box .index2-box-change .item .item-show .img .icon-animation .i2 {
  animation: icon-animation2 1.5s infinite;
}
.index2 .index2-box .index2-box-change .item .item-show .img .icon-animation .i3 {
  animation: icon-animation3 1.5s infinite;
}
.index2 .index2-box .index2-box-change .item .item-show .title {
  margin-top: 20px;
  color: #fff;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 28px;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .index2-box-change .item .item-show .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .index2 .index2-box .index2-box-change .item .item-show .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .index2 .index2-box .index2-box-change .item .item-show .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .index2 .index2-box .index2-box-change .item .item-show .title {
    font-size: 14px;
  }
}
.index2 .index2-box .index2-box-change .item .bottom-title {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  font-size: 28px;
  opacity: 0.6;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .index2-box-change .item .bottom-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .index2 .index2-box .index2-box-change .item .bottom-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .index2 .index2-box .index2-box-change .item .bottom-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .index2 .index2-box .index2-box-change .item .bottom-title {
    font-size: 14px;
  }
}
.index2 .index2-box-phone {
  max-width: 84%;
  margin: auto;
}
.index2 .index2-box-phone .item {
  position: relative;
  display: block;
}
.index2 .index2-box-phone .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.index2 .index2-box-phone .item .img img {
  width: 100%;
  object-fit: cover;
  height: 150px;
}
.index2 .index2-box-phone .item .text {
  position: absolute;
  right: 0;
  margin: auto;
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  bottom: 20px;
  left: 20px;
  top: auto;
  z-index: 1;
}
.index2 .index2-box-phone .item .text .t-img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  position: relative;
  filter: brightness(100);
}
.index2 .index2-box-phone .item .text .t-img .icon-animation img {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(100);
}
.index2 .index2-box-phone .item .text .title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@keyframes icon-animation1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes icon-animation2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes icon-animation3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*板块三*/
.index3 {
  height: 180vh;
  position: relative;
}
@media screen and (max-width: 500px) {
}
.index3.active .index-title {
  display: none;
}
.index3 .index3-sticky {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .index3 .index3-sticky {
    display: flex;
  }
}
.index3 .index3-box {
  position: relative;
  width: 100%;
}
.index3 .index3-box.active .index3-box-video {
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  width: 100%;
}
.index3 .index3-box.active .index3-box-video video {
  height: 115%;
}
.index3 .index3-box .index3-box-video {
  width: 100%;
  max-width: 62.5vw;
  height: calc(100vh - 300px);
  overflow: hidden;
  margin: auto;
  transition: all 0.65s;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .index3 .index3-box .index3-box-video {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .index3 .index3-box .index3-box-video {
    max-width: 72.91%;
  }
}
@media screen and (max-width: 1280px) {
  .index3 .index3-box .index3-box-video {
    max-width: 84%;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 501px) and (min-resolution: 120dpi) {
  .index3 .index3-box .index3-box-video {
    max-width: 72.91%;
  }
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-box-video {
    height: calc(100vh - 180px);
  }
}
@media screen and (max-width: 500px) {
  .index3 .index3-box .index3-box-video {
    height: 85vh;
    pointer-events: none;
    width: 84%;
  }
}
.index3 .index3-box .index3-box-video video {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .index3 .index3-box .index3-box-video video {
    height: 100%;
  }
}
.index3 .index3-box .index3-change {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.index3 .index3-box .index3-change.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-change {
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
}
.index3 .index3-box .index3-change .item {
  flex: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 40px 0;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .index3 .index3-box .index3-change .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-change .item {
    font-size: 14px;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-change .item {
    font-size: 12px;
    padding: 20px 10px;
    justify-content: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.index3 .index3-box .index3-change .item .img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-change .item .img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .index3 .index3-box .index3-change .item:hover {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  }
}
.index3 .index3-box .index3-change .item::after {
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 80%;
  bottom: 0;
  margin: auto;
  background: #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .index3 .index3-box .index3-change .item::after {
    display: none;
  }
}
.index3 .index3-box .index3-change .item:last-of-type::after {
  display: none;
}
/*板块四*/
@media screen and (max-width: 500px) {
  .index4 {
    margin-bottom: 20px;
  }
}
.index4 .index4-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .index4 .index4-box {
    margin-bottom: 0;
  }
  .index4 .index4-box .f-more {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 12px;
    z-index: 2;
    display: flex !important;
  }
  .index4 .index4-box .swiper {
    padding-bottom: 40px;
  }
}
.index4 .index4-box .item .imgBox {
  padding-bottom: calc(240 / 450 * 100%);
}
.index4 .index4-box .item .text {
  padding: 10px 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .index4 .index4-box .item .text {
    padding: 10px 0;
    background: none;
  }
}
.index4 .index4-box .item .text .title {
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1024px) {
  .index4 .index4-box .item .text .title {
    font-size: 18px;
  }
}
.index4 .index4-box .item .text .summary {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1024px) {
  .index4 .index4-box .item .text .summary {
    font-size: 12px;
  }
}
.index4 .index4-box .item:hover .text {
  color: var(--dominant-color);
}
/*板块五*/
@media screen and (max-width: 500px) {
  .index5 {
    width: 90%;
    position: relative;
    z-index: 2;
  }
  .index5 .question-box .show-box {
    transform: translateX(-6px);
  }
  .index5 .question-box .svg-icon {
    margin-top: 0;
  }
}
.index5 .index5-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box {
    flex-direction: column;
  }
}
.index5 .index5-box .index-title {
  text-align: left;
}
.index5 .index5-box .index-title .title {
  justify-content: flex-start !important;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .index-title {
    text-align: center;
  }
  .index5 .index5-box .index-title .title {
    justify-content: center !important;
    transform: translateX(12px);
  }
}
.index5 .index5-box .left {
  flex-basis: 47%;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .left {
    flex-basis: 61%;
  }
}
.index5 .index5-box .left .label-box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .left .label-box {
    margin: auto;
    width: 90%;
  }
}
.index5 .index5-box .left .label-box label {
  flex-basis: calc(50% - 5px);
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .left .label-box label {
    flex-basis: 100%;
  }
}
.index5 .index5-box .left .label-box label:last-child {
  flex-basis: 100%;
}
.index5 .index5-box .left .label-box label input {
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  color: #666;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .left .label-box label input {
    height: 40px;
    font-size: 14px;
    text-indent: 15px;
  }
}
.index5 .index5-box .left .label-box label textarea {
  height: 160px;
  border: 1px solid #eee;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .left .label-box label textarea {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .left .label-box label textarea {
    height: 60px;
    font-size: 14px;
    min-height: auto;
    text-indent: 15px;
  }
  .index5 .index5-box .left .label-box label textarea::placeholder {
    font-size: 16px;
  }
}
.index5 .index5-box .left button {
  width: 130px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid var(--dominant-color);
  font-size: 16px;
  margin-top: 30px;
  transition: all 0.5s;
  background: #fff;
  color: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .left button {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.index5 .index5-box .left button:hover {
  background: var(--dominant-color);
  color: #fff;
}
.index5 .index5-box .right {
  position: relative;
  flex-basis: 45%;
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .right {
    flex-basis: 35%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .right {
    padding-left: 0;
    flex-basis: 100%;
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.index5 .index5-box .right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
  width: 1px;
  height: 80%;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .right::after {
    display: none;
  }
}
.index5 .index5-box .right .item {
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  padding: 30px 50px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .index5 .index5-box .right .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .index5 .index5-box .right .item {
    font-size: 16px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .right .item {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .right .item {
    font-size: 12px;
    width: 33.33%;
    padding: 5px;
    margin-bottom: 0;
    flex-direction: column-reverse;
    border: none;
    border-right: 1px solid #eee;
  }
}
.index5 .index5-box .right .item img {
  filter: brightness(0);
  transition: all 0.5s;
  height: 58px;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .index5 .index5-box .right .item img {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .right .item img {
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .right .item img {
    padding: 10px;
    height: 50px;
  }
}
.index5 .index5-box .right .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .index5 .index5-box .right .item:last-child {
    border-right: none;
  }
}
.index5 .index5-box .right .item:hover {
  color: var(--dominant-color);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
.index5 .index5-box .right .item:hover img {
  filter: none;
}
.goTop {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  z-index: 1000;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.goTop:hover .button span {
  transform: translateY(-10px);
}
@media screen and (max-width: 500px) {
  .goTop {
    transform: scale(0.5);
  }
}
.goTop .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.goTop .button {
  width: 80px;
  height: 80px;
  color: var(--dominant-color);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop .button span {
  transition: all 0.5s;
}
.goTop svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: calc(100% - 55px);
}
.goTop svg.cm {
  transition: none;
  opacity: 1;
}
.goTop svg .p1 {
  animation: circleRotate 4s linear infinite;
  transform-origin: 50% 50%;
}
.goTop svg circle {
  fill: #fff;
  stroke: transparent;
}
.goTop svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}
.goTop.button-div {
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  margin-left: 0;
  transform-origin: 0;
  transform: scale(1);
}
.goTop.button-div .button {
  width: 30px;
  height: 30px;
}
.goTop.button-div .button span {
  font-size: 14px;
  transform: translateY(0) !important;
}
/*--------------------------------------------------------*/
/*内页*/
/*内页通用*/
.page-title {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .page-title {
    margin-bottom: 20px;
  }
}
.page-title.textC {
  text-align: center;
}
.page-title.colorW {
  color: #fff;
}
.page-title .title {
  font-size: 36px;
  line-height: 1.2;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1600px) {
  .page-title .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .page-title .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .page-title .title {
    font-size: 24px;
    position: relative;
  }
}
.page-title .summary {
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .page-title .summary {
    font-size: 12px;
    line-height: 1.2;
  }
  .page-title .summary.partners-summary {
    margin-top: 4px;
    fill: var(--dominant-color);
  }
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 560px;
  color: #fff;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .pageBanner {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .pageBanner {
    height: 300px;
  }
  .pageBanner.productBanner {
    height: 400px;
  }
}
.pageBanner .img {
  width: 100%;
}
.pageBanner .img img {
  width: 100%;
}
.pageBanner .banner-box {
  position: absolute;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box {
    margin-top: 50px;
  }
}
.pageBanner .banner-box .banner-title {
  font-size: 46px;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1600px) {
  .pageBanner .banner-box .banner-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .pageBanner .banner-box .banner-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-title {
    font-size: 28px;
    line-height: 1;
  }
}
.pageBanner .banner-box .banner-summary {
  font-size: 6.25vw;
  font-family: Outfit-ExtraBold;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-summary {
    font-size: 20px;
  }
}
.pageBanner .banner-box .banner-search {
  width: 540px;
  margin: 20px auto 0;
  color: #8f8e8e;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-search {
    width: 100%;
  }
}
.pageBanner .banner-box .banner-search label {
  overflow: hidden;
  position: relative;
  display: block;
}
.pageBanner .banner-box .banner-search label i {
  top: 1px;
  bottom: 0;
  margin: auto;
  color: #000;
  height: fit-content;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-search label i {
    bottom: -4px;
    top: 0;
  }
}
.pageBanner .banner-box .banner-search label input {
  width: calc(100% - 2px);
  height: 54px;
  border: none;
  color: #8f8e8e;
  text-indent: 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 27px;
  padding-right: 50px;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-search label input {
    height: 40px;
    font-size: 14px;
  }
}
.pageBanner .banner-box .banner-search label input::placeholder {
  color: #8f8e8e;
  font-size: 14px !important;
}
.pageBanner .banner-box .banner-search label button {
  background: none;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  width: 54px;
  border-radius: 27px;
  height: calc(100%);
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .pageBanner .banner-box .banner-search label button {
    width: 60px;
    font-size: 12px;
  }
}
.pageBanner .banner-box .banner-search label button:hover i {
  color: var(--dominant-color);
}
.pageBanner .swiper {
  width: 100%;
  height: 100%;
}
.pageBanner .swiper .swiper-pagination {
  bottom: 30px;
  top: auto;
  width: 80px;
  height: 3px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  --swiper-theme-color: #fff;
}
.aboutBanner {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 500px) {
  .aboutBanner {
    display: none;
  }
}
.aboutBanner .banner-box .banner-title {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 24px;
  }
}
.aboutBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*内页侧边栏*/
/*内页导航*/
.page-menu {
  width: 100%;
}
.page-menu.no-border {
  border: none;
  padding: 0;
  border-radius: 0;
  overflow: initial;
}
.page-menu .page-phone-click {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-menu .page-phone-click {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: var(--dominant-color);
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .page-menu {
    width: 100%;
    position: relative;
  }
  .page-menu::after {
    font-family: swiper-icons;
    /*width: 140%;
      height: 1px;
      left: -20%;
      bottom: 0;
      background: #eee;*/
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: #bfbfbf;
    font-size: 10px;
    height: fit-content;
  }
}
.page-menu .menu-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 500px) {
  .page-menu .menu-box {
    flex-direction: row;
    font-size: 14px;
    height: auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-menu .menu-box::-webkit-scrollbar {
    display: none;
  }
  .page-menu .menu-box::before {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
  }
}
.page-menu .menu-box .first-menu {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .page-menu .menu-box .first-menu {
    position: relative;
    flex-basis: calc((100% - 20px) / 3);
    margin-right: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .page-menu .menu-box .first-menu:last-child {
    margin-right: 0;
  }
  .page-menu .menu-box .first-menu:nth-child(3n) {
    margin-right: 0;
  }
}
.page-menu .menu-box .first-menu .f-title {
  font-size: 16px;
  position: relative;
  color: #666;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .page-menu .menu-box .first-menu .f-title {
    font-size: 14px;
    color: #a8a8a8;
  }
}
@media screen and (max-width: 500px) {
  .page-menu .menu-box .first-menu .f-title {
    height: 36px;
    text-align: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 10px;
    line-height: 1.2;
    color: #999999;
    border: 1px solid #e2e2e2;
  }
  .page-menu .menu-box .first-menu .f-title i {
    display: none;
  }
  .page-menu .menu-box .first-menu .f-title::before {
    width: 1px;
    height: 14px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #999;
    margin: auto;
    position: absolute;
    opacity: 0.5;
  }
  .page-menu .menu-box .first-menu .f-title::after {
    display: none;
  }
  .page-menu .menu-box .first-menu .f-title.active,
  .page-menu .menu-box .first-menu .f-title:hover {
    background: var(--dominant-color);
    color: #fff !important;
    font-weight: 600;
  }
}
@media screen and (max-width: 500px) and screen and (max-width: 500px) {
  .page-menu .menu-box .first-menu .f-title {
    font-size: 12px;
  }
}
.page-menu .menu-box .first-menu .f-title::after {
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: var(--dominant-color);
  transition: all 0.5s;
}
.page-menu .menu-box .first-menu .f-title::after i {
  opacity: 1;
}
.page-menu .menu-box .first-menu .f-title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  font-size: 12px;
  opacity: 0;
  color: var(--dominant-color);
  transition: all 0.5s;
}
.page-menu .menu-box .first-menu .f-title.active,
.page-menu .menu-box .first-menu .f-title:hover {
  color: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .page-menu .menu-box .first-menu .f-title.active,
  .page-menu .menu-box .first-menu .f-title:hover {
    border: var(--dominant-color);
  }
}
.page-menu .menu-box .first-menu .f-title.active::after,
.page-menu .menu-box .first-menu .f-title:hover::after {
  width: 100%;
}
.page-menu .menu-box .first-menu .f-title.active i,
.page-menu .menu-box .first-menu .f-title:hover i {
  opacity: 1;
}
.page-menu .menu-box .first-menu .s-box a {
  font-size: 0.833vw;
  text-align: left;
  padding: 20px 30px;
  justify-content: flex-start;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.page-menu .menu-box .first-menu .s-box a::after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .page-menu .menu-box .first-menu .s-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .page-menu .menu-box .first-menu .s-box a {
    font-size: 12px;
    justify-content: center;
    padding: 0;
  }
}
.page-menu .swiper {
  width: calc(100% - 38px);
  margin-left: 0;
  padding-right: 6px;
}
.page-menu .swiper .swiper-wrapper {
  transition: all 0.5s;
  margin-left: 6px !important;
}
.page-menu .swiper .swiper-slide {
  width: auto;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.page-menu .swiper .swiper-slide.active div {
  opacity: 1;
  background: var(--dominant-color);
  font-weight: 600;
  color: #fff;
}
.page-menu .swiper .swiper-slide.active div::after {
  width: 100%;
}
.page-menu .swiper .swiper-slide.active::before {
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1px;
  background: #999;
  opacity: 0.5;
  height: 14px;
  position: absolute;
}
.page-menu .swiper .swiper-slide.active::after {
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1px;
  background: #999;
  opacity: 0.5;
  height: 14px;
  position: absolute;
}
.page-menu .swiper .swiper-slide div {
  padding: 0 10px;
  font-size: 16px;
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #a8a8a8;
  display: block;
}
.page-menu .swiper .swiper-slide div::after {
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--dominant-color);
  height: 2px;
  position: absolute;
  transition: all 0.5s;
}
.page-menu .swiper .swiper-slide div.active::after {
  width: 100%;
}
.page-menu .swiper::before {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  z-index: 2;
  pointer-events: none;
}
.page-menu .swiper-button-next {
  height: 48px;
  width: 32px;
  z-index: 2;
  top: 0;
  right: 0;
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .page-menu .swiper-button-next {
    display: flex !important;
  }
}
.page-menu .swiper-button-next::after {
  color: #a8a8a8;
}
.page-menu .swiper-button-disabled {
  pointer-events: auto !important;
}
/*面包屑*/
.location {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #666;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .location {
    display: none;
  }
}
.location a {
  color: #666;
  font-size: 14px;
  margin: 0 8px;
}
.location a i {
  color: var(--dominant-color);
  margin-right: 4px;
}
@media screen and (max-width: 500px) {
  .location a {
    font-size: 12px;
  }
}
.location a:hover {
  text-decoration: underline;
}
/*分页*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .pager {
    margin-top: 25px;
  }
}
.pager a {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #6e6e6e;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .pager a {
    width: 36px;
    height: 36px;
    font-size: 12px;
    margin: 0 4px;
    border-color: #eee;
  }
}
.pager a:hover,
.pager a.active {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .page-box {
    flex-direction: column;
  }
}
.page-box .left {
  width: 220px;
}
@media screen and (max-width: 1280px) {
  .page-box .left {
    width: 180px;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .page-box .left {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-box .left {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
  }
}
.page-box .right {
  flex-basis: calc(100% - 220px - 8%);
}
@media screen and (max-width: 1600px) {
  .page-box .right {
    flex-basis: calc(100% - 200px - 8%);
  }
}
@media screen and (max-width: 1280px) {
  .page-box .right {
    flex-basis: calc(100% - 220px);
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .page-box .right {
    flex-basis: calc(100% - 140px);
  }
}
/*地图*/
#mapContainer {
  width: 100%;
  height: 560px;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  #mapContainer {
    height: 300px;
  }
}
#tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
div.info-bottom img {
  position: relative;
  z-index: 104;
}
.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.pages .prev,
.pages .next {
  flex-basis: 100%;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 20px;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  text-decoration: underline;
}
/*新闻资讯*/
.news .news-box .item {
  padding: 30px 0 30px 30px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1366px) {
  .news .news-box .item {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .news .news-box .item {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.news .news-box .item:first-child {
  border-top: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .news .news-box .item:first-child {
    border-top: none;
  }
}
.news .news-box .item .img {
  flex-basis: calc(340 / 1200 * 100%);
}
@media screen and (max-width: 1024px) {
  .news .news-box .item .img {
    flex-basis: calc(400 / 1200 * 100%);
  }
}
.news .news-box .item .img .imgBox {
  padding-bottom: calc(200 / 340 * 100%);
}
@media screen and (max-width: 500px) {
  .news .news-box .item .img .imgBox {
    padding-bottom: calc(240 / 450 * 100%);
  }
}
.news .news-box .item .text {
  padding-top: 20px;
  flex: 1;
  margin-left: 40px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1366px) {
  .news .news-box .item .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text {
    margin-top: 10px;
    margin-left: 0;
  }
}
.news .news-box .item .text .mid {
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text .mid {
    margin: 4px 0;
  }
}
.news .news-box .item .text .mid .m-item {
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text .mid .m-item {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.news .news-box .item .text .mid .m-item::after {
  content: '';
  position: absolute;
  background: #999;
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
.news .news-box .item .text .mid .m-item:last-child::after {
  display: none;
}
.news .news-box .item .text .mid .m-item .m-img {
  margin-right: 10px;
  margin-bottom: 3px;
  width: 14px;
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text .mid .m-item .m-img {
    margin-right: 5px;
  }
}
.news .news-box .item .text .title {
  font-size: 20px;
  color: #222;
  transition: all 0.5s;
  font-family: HarmonyOS_Sans_SC_Medium;
  width: fit-content;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.news .news-box .item .text .summary {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 500px) {
  .news .news-box .item .text .summary {
    font-size: 12px;
    line-height: 1.4;
  }
}
.news .news-box .item:hover .title {
  color: var(--dominant-color);
}
/*新闻详情*/
.news-detail {
  /*返回页*/
}
.news-detail .news-text .title {
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1366px) {
  .news-detail .news-text .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .news-detail .news-text .title {
    font-size: 20px;
  }
}
.news-detail .news-text .mid {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .news-detail .news-text .mid {
    margin: 4px 0;
  }
}
.news-detail .news-text .mid .m-item {
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news-detail .news-text .mid .m-item {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.news-detail .news-text .mid .m-item::after {
  content: '';
  position: absolute;
  background: #999;
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
.news-detail .news-text .mid .m-item:last-child::after {
  display: none;
}
.news-detail .news-text .mid .m-item .m-img {
  margin-right: 10px;
  margin-bottom: 3px;
  width: 14px;
}
@media screen and (max-width: 500px) {
  .news-detail .news-text .mid .m-item .m-img {
    margin-right: 5px;
  }
}
.news-detail .news-detail-box {
  margin: 30px 0;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  min-height: 300px;
}
@media screen and (max-width: 500px) {
  .news-detail .news-detail-box {
    margin: 10px 0 30px;
    padding: 10px 0 20px;
  }
  .news-detail .news-detail-box p,
  .news-detail .news-detail-box span,
  .news-detail .news-detail-box div {
    font-size: 14px !important;
  }
}
.news-detail .news-detail-box img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
.news-detail .details-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .news-detail .details-pager {
    flex-direction: column-reverse;
  }
}
.news-detail .details-pager .left {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .news-detail .details-pager .left {
    margin-top: 0;
    flex-basis: 100%;
    width: 100%;
    justify-content: space-between;
  }
}
.news-detail .details-pager .left a {
  font-size: 16px;
  display: inline-block;
  margin: 6px 0;
  color: #666;
  transition: all 0.5s;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .news-detail .details-pager .left a {
    margin: 0;
    width: 100%;
  }
  .news-detail .details-pager .left a .title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .news-detail .details-pager .left a .summary {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-detail .details-pager .left a .summary span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news-detail .details-pager .left a .summary .s-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
}
.news-detail .details-pager .left a .img .imgBox {
  padding-bottom: 50%;
}
.news-detail .details-pager .left a:hover {
  text-decoration: underline;
  color: var(--dominant-color);
}
.news-detail .details-pager .back {
  background: var(--dominant-color);
  border-radius: 50px;
  width: 150px;
  height: 48px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .news-detail .details-pager .back {
    width: 100%;
    height: 40px;
    display: none;
  }
}
.news-detail .details-pager .back img {
  margin-left: 20px;
}
/*联系我们*/
@media screen and (max-width: 500px) {
  .contact {
    width: calc(84% + 20px);
    margin-bottom: 20px;
  }
}
.contact .contact-title {
  color: #000;
}
.contact .contact-title .title {
  font-size: 2.083vw;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .contact .contact-title .title {
    font-size: 20px;
  }
}
.contact .contact-title .sub {
  opacity: 0.2;
  font-size: 1.042vw;
  font-family: Outfit-ExtraBold;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .contact .contact-title .sub {
    font-size: 16px;
  }
}
.contact .contact-title .line {
  background: var(--dominant-color);
  width: 80%;
  height: 3px;
  margin-top: 20px;
}
.contact .box {
  padding: 8% 0;
}
.contact .box .map-box {
  display: flex;
  width: 92.5%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .contact .box .map-box {
    flex-direction: column;
  }
}
.contact .box .map-box .left {
  flex-basis: 45%;
}
.contact .box .map-box .left .contact-text {
  width: 80%;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .contact .box .map-box .left .contact-text {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.contact .box .map-box .left .contact-text .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 1.042vw;
  border-bottom: 1px solid #eee;
  font-family: auto !important;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box .left .contact-text .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .contact .box .map-box .left .contact-text .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.contact .box .map-box .left .contact-text .item .icon {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .contact .box .map-box .left .contact-text .item .icon {
    width: 40px;
    height: 40px;
  }
}
.contact .box .map-box .left .contact-text .item .icon img {
  filter: brightness(0);
}
.contact .box .map-box .left .contact-text .item .text {
  flex-basis: calc(100% - 75px);
}
@media screen and (max-width: 500px) {
  .contact .box .map-box .left .contact-text .item .text {
    flex-basis: calc(100% - 50px);
  }
}
.contact .box .map-box .left .contact-text .item .text .key {
  opacity: 0.6;
  font-size: 0.833vw;
}
@media screen and (max-width: 1600px) {
  .contact .box .map-box .left .contact-text .item .text .key {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .contact .box .map-box .left .contact-text .item .text .key {
    font-size: 16px;
  }
}
.contact .box .map-box .left .contact-text .item .text .value {
  font-family: auto;
}
.contact .box .map-box .right {
  flex-basis: 55%;
}
.contact .box .contact-code {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .contact .box .contact-code {
    margin-top: 20px;
  }
}
.contact .box .contact-code .item {
  flex-basis: 25%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .contact .box .contact-code .item {
    flex-basis: 48%;
    padding-bottom: 48%;
    margin-bottom: 4%;
  }
}
.contact .box .contact-code .item .text {
  min-width: 140px;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 500px) {
  .contact .box .contact-code .item .text {
    min-width: auto;
  }
}
.contact .box .contact-code .item .text img {
  width: 100%;
}
.contact .box .contact-code .item:nth-child(odd) {
  background: var(--linear-color);
}
.contact .box .contact-code .item:nth-child(odd) .title {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .contact .box .contact-code .item:nth-child(odd) {
    margin-right: 4%;
  }
}
.contact .box .contact-code .item .title {
  font-size: 1.042vw;
  color: #000;
  opacity: 0.6;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact .box .contact-code .item .title {
    margin-top: 10px;
    font-size: 12px;
  }
}
/*关于我们*/
.about {
  z-index: 2;
  position: relative;
  /*关于我们*/
  /*品牌*/
  /*certificates*/
  /*Awards*/
  /*partners*/
}
.about .about-sticky .about-sticky2 {
  position: sticky;
  top: 0;
}
.about .phone-aboutVideo {
  position: relative;
  overflow: hidden;
}
.about .phone-aboutVideo video {
  height: 102vh;
  width: 100%;
  object-fit: cover;
  display: block;
}
.about .phone-aboutVideo .text {
  position: absolute;
  left: 8%;
  bottom: 50%;
  margin: auto;
  height: fit-content;
  font-size: 28px;
  color: #fff;
  z-index: 2;
}
.about .phone-aboutVideo .text .title {
  font-family: HarmonyOS_Sans_SC_Bold;
}
.about .about-box {
  padding-top: 0 !important;
  height: auto !important;
}
.about .about-box .about-mask {
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
@media screen and (max-width: 500px) {
  .about .about-box .about-mask {
    height: 20vh;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about1 {
    height: auto;
    margin-top: -2vh;
    position: relative;
    padding: 80px 0 40px;
  }
}
.about .about-box .about1 .about1-box-video {
  width: 100%;
  margin-bottom: 40px;
}
.about .about-box .about1 .about1-box-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-top: 0 !important;
}
.about .about-box .about1 .about1-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .about-box .about1 .about1-box .about-video {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .about .about-box .about1 .about1-box {
    flex-direction: column;
  }
}
.about .about-box .about1 .about1-box .item {
  flex-basis: 45%;
}
@media screen and (max-width: 500px) {
  .about .about-box .about1 .about1-box .item {
    flex-basis: 100%;
  }
}
.about .about-box .about1 .about1-box .item img {
  width: 100%;
}
.about .about-box .about1 .about1-box .item:first-child {
  flex-basis: 50%;
}
@media screen and (max-width: 500px) {
  .about .about-box .about1 .about1-box .item:first-child {
    margin-bottom: 60px;
  }
}
.about .about-box .about1 .about1-box .item .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-family: HarmonyOS_Sans_SC_Light;
}
.about .about-box .about1 .about1-box .item .text p,
.about .about-box .about1 .about1-box .item .text span,
.about .about-box .about1 .about1-box .item .text div {
  font-family: HarmonyOS_Sans_SC_Light;
}
@media screen and (max-width: 500px) {
  .about .about-box .about1 .about1-box .item .text {
    font-size: 14px;
  }
}
.about .about-box .about2 {
  background: #070707;
}
@media screen and (max-width: 500px) {
  .about .about-box .about2 .index3 {
    margin-top: -5px;
    padding-top: 0;
  }
}
.about .about-box .about2 .index3 .index3-box.active .index3-box-video {
  margin-top: 0;
}
.about .about-box .about3 {
  background: #070707;
}
.about .about-box .about3 .about3-box {
  display: flex;
  flex-wrap: wrap;
}
.about .about-box .about3 .about3-box .item {
  padding: 30px;
  flex-basis: calc(100% / 3);
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .about .about-box .about3 .about3-box .item {
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
  .about .about-box .about3 .about3-box .item .left {
    background: none !important;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .about .about-box .about3 .about3-box .item {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item {
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: auto;
    flex-direction: row;
    padding: 0;
    position: relative;
    min-height: 80px;
    display: block;
  }
  .about .about-box .about3 .about3-box .item:last-child {
    border-bottom: none !important;
  }
  .about .about-box .about3 .about3-box .item .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    height: 100%;
  }
  .about .about-box .about3 .about3-box .item .left .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    margin-left: 10px;
    margin-top: 2px;
  }
  .about .about-box .about3 .about3-box .item.active {
    height: auto;
  }
  .about .about-box .about3 .about3-box .item.active .text {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .about .about-box .about3 .about3-box .item.active .text .phone-img {
    display: block;
  }
}
.about .about-box .about3 .about3-box .item:nth-child(1),
.about .about-box .about3 .about3-box .item:nth-child(2) {
  flex-basis: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item:nth-child(1),
  .about .about-box .about3 .about3-box .item:nth-child(2) {
    flex-basis: 100%;
    border: none;
  }
}
.about .about-box .about3 .about3-box .item:nth-child(2),
.about .about-box .about3 .about3-box .item:last-child {
  border-right: none;
}
@media screen and (min-width: 769px) {
  .about .about-box .about3 .about3-box .item:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}
.about .about-box .about3 .about3-box .item .img {
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1600px) {
  .about .about-box .about3 .about3-box .item .img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .about .about-box .about3 .about3-box .item .img {
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item .img {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.about .about-box .about3 .about3-box .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.about .about-box .about3 .about3-box .item .text {
  text-align: center;
  color: #fff;
}
.about .about-box .about3 .about3-box .item .text .phone-img {
  display: none;
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item .text .phone-img {
    display: block;
    position: relative;
  }
  .about .about-box .about3 .about3-box .item .text .phone-img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .about .about-box .about3 .about3-box .item .text .phone-img .phone-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .about .about-box .about3 .about3-box .item .text .phone-img .phone-icon img {
    width: 30px;
    height: 30px;
  }
  .about .about-box .about3 .about3-box .item .text .phone-img .phone-icon .title {
    display: block;
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .about .about-box .about3 .about3-box .item .text {
    flex-basis: calc(100% - 60px);
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item .text {
    flex-basis: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    display: none;
  }
}
.about .about-box .about3 .about3-box .item .text .title {
  font-size: 28px;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1600px) {
  .about .about-box .about3 .about3-box .item .text .title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .about .about-box .about3 .about3-box .item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item .text .title {
    font-size: 16px;
    color: #000;
    padding: 10px 20px 0;
    display: none;
  }
}
.about .about-box .about3 .about3-box .item .text .summary {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 10px;
  font-family: HarmonyOS_Sans_SC_Light;
}
@media screen and (max-width: 1600px) {
  .about .about-box .about3 .about3-box .item .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .about .about-box .about3 .about3-box .item .text .summary br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about .about-box .about3 .about3-box .item .text .summary {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.2;
    color: #000;
    padding: 20px;
  }
}
.about .about-box .about4 {
  background: #ffffff;
  padding-bottom: 0;
}
.about .about-box .about4 .about4-box {
  padding-top: 30px;
  max-width: 1920px;
}
.about .brand-box .brand-select {
  border-radius: 22px;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}
.about .brand-box .brand-select .item {
  border-radius: 22px;
  transition: all 0.5s;
  font-size: 16px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.about .brand-box .brand-select .item.active {
  color: #fff;
  background: var(--dominant-color);
}
.about .brand-box .brand-select .item.active:hover {
  color: #fff;
}
.about .brand-box .brand-select .item:hover {
  color: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-select .item {
    font-size: 14px;
  }
}
.about .brand-box .brand-change {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  position: relative;
}
.about .brand-box .brand-change .bg-line {
  height: 2px;
  background: var(--dominant-color);
  top: 0;
  left: 0;
  position: absolute;
  width: 100px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-change {
    justify-content: space-between;
    overflow: auto;
  }
}
.about .brand-box .brand-change .item {
  flex: auto;
  position: relative;
  font-size: 20px;
  transition: all 0.5s;
  cursor: pointer;
  padding: 26px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .about .brand-box .brand-change .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-change .item {
    font-size: 14px;
    flex: inherit;
    flex-shrink: 0;
  }
}
.about .brand-box .brand-change .item::after {
  position: absolute;
  height: 2px;
  width: 0;
  background: var(--dominant-color);
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.about .brand-box .brand-change .item.active,
.about .brand-box .brand-change .item:hover {
  color: var(--dominant-color);
}
.about .brand-box .brand-change .item.active::after,
.about .brand-box .brand-change .item:hover::after {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-change.brand1 .item {
    padding-right: 20px;
  }
}
.about .brand-box .brand-shows {
  display: none;
}
.about .brand-box .brand-shows.active {
  display: block;
}
.about .brand-box .brand-show {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .about .brand-box .brand-show {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
    grid-gap: 0;
  }
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.about .brand-box .brand-show .item .imgBox {
  padding-bottom: calc(24 / 38 * 100%);
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item .imgBox {
    padding-bottom: calc(200 / 340 * 100%);
  }
}
.about .brand-box .brand-show .item .text {
  padding: 10px 0;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item .text {
    padding: 0;
    margin-top: 10px;
  }
}
.about .brand-box .brand-show .item .text .sub {
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1600px) {
  .about .brand-box .brand-show .item .text .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item .text .sub {
    font-size: 12px;
  }
}
.about .brand-box .brand-show .item .text .title {
  font-size: 20px;
  transition: all 0.5s;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .about .brand-box .brand-show .item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item .text .title {
    font-size: 18px;
  }
}
.about .brand-box .brand-show .item .text .summary {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1600px) {
  .about .brand-box .brand-show .item .text .summary {
    font-size: 14px;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .about .brand-box .brand-show .item .text .summary {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .about .brand-box .brand-show .item .text .summary {
    font-size: 12px;
  }
}
.about .brand-box .brand-show .item:hover .text .sub,
.about .brand-box .brand-show .item:hover .text .title {
  color: var(--dominant-color);
}
.about .certificates-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 500px) {
  .about .certificates-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about .certificates-box .item {
  transition: all 0.5s;
  position: relative;
}
.about .certificates-box .item .img .imgBox {
  padding-bottom: calc(120 / 190 * 100%);
}
.about .certificates-box .item .text {
  text-align: center;
  color: #666;
  font-size: 16px;
  padding-bottom: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .about .certificates-box .item .text {
    font-size: 14px;
  }
}
.about .certificates-box .item::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  position: absolute;
}
.about .certificates-box .item::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--dominant-color);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  position: absolute;
}
.about .certificates-box .item:hover::after {
  width: 100%;
}
.about .certificates-box .item:hover .text {
  color: var(--dominant-color);
}
.about .awards-box .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .about .awards-box .page-title {
    justify-content: center;
  }
}
.about .awards-box .page-title .swiper-button .prev {
  transform: rotate(180deg);
}
.about .awards-box .page-title .swiper-button .prev,
.about .awards-box .page-title .swiper-button .next {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #999;
  color: #999;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 20px;
}
.about .awards-box .page-title .swiper-button .prev:hover,
.about .awards-box .page-title .swiper-button .next:hover {
  background: var(--dominant-color);
  color: #fff;
}
.about .awards-box .swiper {
  overflow: visible;
}
.about .awards-box .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.about .awards-box .swiper .img {
  overflow: hidden;
}
.about .awards-box .swiper .img img {
  width: 100%;
  transition: all 0.5s;
}
.about .awards-box .swiper .text {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .about .awards-box .swiper .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .about .awards-box .swiper .text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about .partners-form {
  max-width: 1000px;
  margin: auto;
}
.about .partners-form .partners-form-click {
  height: 44px;
  text-align: center;
  color: var(--dominant-color);
  border: 1px solid var(--dominant-color);
  align-items: center;
  justify-content: center;
  width: 540px;
  border-radius: 30px;
  margin: auto;
  display: flex;
  font-size: 16px;
  cursor: pointer;
}
.about .partners-form .partners-form-click span {
  font-family: HarmonyOS_Sans_SC_Medium;
}
.about .partners-form .partners-form-click.active i {
  transform: rotate(180deg);
}
.about .partners-form .partners-form-click i {
  margin-left: 6px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .about .partners-form .partners-form-click {
    width: 80%;
    height: 50px;
  }
}
.about .partners-form .partners-form-click svg {
  width: 20px;
  margin-right: 10px;
  fill: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .about .partners-form .partners-form-click svg {
    width: 30px;
  }
}
.about .partners-form form {
  margin: 20px auto 0;
  display: none;
}
.about .partners-form .label-box {
  display: flex;
  grid-gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .about .partners-form .label-box {
    grid-gap: 10px;
  }
}
.about .partners-form .label-box label {
  display: block;
  flex-basis: calc(50% - 12px);
}
@media screen and (max-width: 500px) {
  .about .partners-form .label-box label {
    flex-basis: 100%;
  }
}
.about .partners-form .label-box label:last-child {
  flex-basis: 100%;
}
.about .partners-form .label-box label span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.about .partners-form .label-box label input {
  height: 44px;
  width: 100%;
  border: 1px solid #ddd;
  color: #666;
}
@media screen and (max-width: 500px) {
  .about .partners-form .label-box label input {
    height: 40px;
  }
}
.about .partners-form .label-box label input::placeholder {
  color: #ddd;
}
.about .partners-form .label-box label textarea {
  border: 1px solid #ddd;
  height: 100px;
}
.about .partners-form .label-box label textarea::placeholder {
  color: #ddd;
}
@media screen and (max-width: 500px) {
  .about .partners-form .label-box label textarea {
    text-indent: 0;
    padding: 10px 20px;
  }
}
.about .partners-form button {
  width: 130px;
  height: 44px;
  border: 1px solid var(--dominant-color);
  border-radius: 22px;
  font-size: 16px;
  color: var(--dominant-color);
  margin: 30px auto 0;
  background: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .about .partners-form button {
    margin: 10px auto 0;
  }
}
.about .partners-form button:hover {
  color: #fff;
  background: var(--dominant-color);
}
.about .partners-box {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .about .partners-box {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .about .partners-box {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about .partners-box .page-phone-click {
    margin-top: 0;
  }
}
.about .partners-box .left {
  width: 240px;
  background: #fafbfc;
  height: fit-content;
  padding: 40px 20px;
}
@media screen and (max-width: 500px) {
  .about .partners-box .left {
    width: 100%;
    padding: 0;
    overflow: visible;
  }
}
.about .partners-box .left .title {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .about .partners-box .left .title {
    display: none;
  }
}
.about .partners-box .left form label {
  display: block;
  margin-top: 10px;
  position: relative;
}
.about .partners-box .left form label input {
  border: none;
  border-bottom: 1px solid #ddd;
  text-indent: 0;
  height: 44px;
  width: 100%;
  color: #666;
  background: none;
}
.about .partners-box .left form label input::placeholder {
  font-size: 16px;
}
.about .partners-box .left form select {
  border: none;
  border-bottom: 1px solid #ddd;
  color: #999;
  font-size: 16px;
  height: 44px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .about .partners-box .left form select {
    padding-left: 20px;
  }
}
.about .partners-box .left form select option {
  height: 20px;
}
.about .partners-box .left form i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  height: fit-content;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .about .partners-box .left form i {
    right: 20px;
  }
}
.about .partners-box .left button {
  width: 130px;
  height: 44px;
  border: 1px solid var(--dominant-color);
  border-radius: 22px;
  font-size: 16px;
  color: var(--dominant-color);
  margin-top: 30px;
  background: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .about .partners-box .left button {
    margin: 10px auto;
  }
}
.about .partners-box .left button:hover {
  color: #fff;
  background: var(--dominant-color);
}
.about .right {
  flex-basis: calc(100% - 200px - 8%);
}
.about .partners-item {
  display: grid;
  grid-gap: 30px 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .about .partners-item {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about .partners-item {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.about .partners-item .item {
  border: 1px solid #e6e6e6;
  transition: all 0.5s;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .about .partners-item .item {
    border: 1px solid #f1f1f1;
  }
}
.about .partners-item .item .imgBox {
  padding-bottom: calc(95 / 190 * 100%);
}
.about .partners-item .item .imgBox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about .partners-item .item:hover {
  background: #fff;
  border-color: var(--dominant-color);
}
/*connect*/
.contact .swiper-pagination {
  text-align: center !important;
}
.contact .swiper {
  padding: 10px;
}
@media screen and (min-width: 501px) {
  .contact .swiper-wrapper {
    flex-direction: column;
  }
}
.connect-box {
  display: flex;
}
@media screen and (max-width: 500px) {
  .connect-box {
    height: auto;
    box-shadow: none;
    flex-direction: row;
  }
}
.connect-box .select {
  flex-basis: 210px;
  overflow: auto;
}
@media screen and (max-width: 1280px) {
  .connect-box .select {
    flex-basis: auto;
    display: flex;
    overflow: auto;
  }
}
@media screen and (max-width: 500px) {
  .connect-box .select {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  }
}
.connect-box .select .item {
  padding: 26px 30px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .connect-box .select .item {
    padding: 26px 20px;
  }
}
@media screen and (max-width: 500px) {
  .connect-box .select .item {
    padding: 10px;
    flex-shrink: 0;
  }
}
.connect-box .select .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #ddd;
  width: calc(100% - 60px);
  height: 1px;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .connect-box .select .item::after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .connect-box .select .item::after {
    display: none;
  }
}
.connect-box .select .item .icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  opacity: 0.4;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .connect-box .select .item .icon {
    margin-right: 10px;
  }
}
.connect-box .select .item .title {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .connect-box .select .item .title {
    font-size: 14px;
  }
}
.connect-box .select .item.active,
.connect-box .select .item:hover {
  background: var(--dominant-color);
}
.connect-box .select .item.active::after,
.connect-box .select .item:hover::after {
  background: var(--dominant-color);
}
.connect-box .select .item.active .title,
.connect-box .select .item:hover .title {
  color: #fff;
}
.connect-box .select .item.active .icon,
.connect-box .select .item:hover .icon {
  opacity: 1;
}
.connect-box .items {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  display: flex;
  margin-bottom: 80px;
  flex-basis: 100%;
}
.connect-box .items:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .connect-box .items {
    margin-bottom: 0;
    height: auto;
  }
}
.connect-box .text {
  padding: 30px;
  flex-basis: 100%;
}
.connect-box .text .n-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .connect-box .text .n-box {
    flex-direction: column;
  }
}
.connect-box .text .n-box .left {
  flex-basis: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 1280px) {
  .connect-box .text .n-box .left {
    padding-right: 0;
  }
}
.connect-box .text .n-box .right {
  flex-basis: 50%;
}
@media screen and (max-width: 1280px) {
  .connect-box .text .n-box .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 500px) {
  .connect-box .text {
    padding-top: 20px;
  }
}
.connect-box .text .b-title {
  font-size: 28px;
  color: #222;
  font-family: HarmonyOS_Sans_SC_Medium;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .connect-box .text .b-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .connect-box .text .b-title {
    font-size: 24px;
    font-family: HarmonyOS_Sans_SC_Bold;
    line-height: 1.1;
  }
}
.connect-box .text .item {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .connect-box .text .item {
    padding: 20px 0;
  }
}
.connect-box .text .item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .connect-box .text .item {
    padding: 20px 0;
    align-items: center;
  }
}
.connect-box .text .item .icon {
  border-radius: 50%;
  background: var(--dominant-color);
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.connect-box .text .item .icon img {
  width: 20px;
}
@media screen and (max-width: 500px) {
  .connect-box .text .item .icon {
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }
}
.connect-box .text .item .icon i {
  color: #fff;
  font-size: 24px;
}
.connect-box .text .item .title {
  flex: 1;
}
.connect-box .text .item .title .sup {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .connect-box .text .item .title .sup {
    font-size: 18px;
    line-height: 1.4;
  }
}
.connect-box .text .item .title .sub {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .connect-box .text .item .title .sub {
    line-height: 1.2;
    font-size: 12px;
  }
}
.connect-box .img {
  flex-basis: 50%;
  height: 100%;
}
.connect-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .connect-box .img {
    flex-basis: 100%;
  }
}
.connect-box .map {
  flex-basis: calc(55% - 110px);
}
/*产品中心*/
.product {
  padding-top: 20px;
}
.product .product-box .product-box-sticky {
  position: sticky;
  top: 0;
  z-index: 20001;
  background: #fff;
  padding-top: 7px;
}
.product .product-box .product-box-sticky .page-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .product .product-box .product-box-sticky {
    top: 0;
  }
}
.product .product-box .product-menu {
  border-top: 1px solid #f7f7f7;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 500px) {
  .product .product-box .product-menu .swiper-button-next {
    height: 42px;
    border: none;
    right: 5px;
    width: auto;
  }
  .product .product-box .product-menu .swiper-button-next::after {
    color: #000;
  }
  .product .product-box .product-menu.phone-width {
    width: 84%;
    margin: auto;
  }
}
.product .product-box .product-menu .pro-width {
  width: 84%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .product .product-box .product-menu .pro-width {
    width: 100%;
    padding-right: 30px;
    position: relative;
  }
}
.product .product-box .product-menu .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .product .product-box .product-menu .bottom {
    justify-content: flex-start;
  }
}
.product .product-box .product-menu .bottom .line {
  margin: 0 20px;
  color: #999;
  opacity: 0.5;
}
@media screen and (max-width: 500px) {
  .product .product-box .product-menu .bottom .line {
    margin: 0 20px;
  }
}
.product .product-box .product-menu .bottom .item {
  color: #666;
  transition: all 0.5s;
  position: relative;
  line-height: 4;
  padding-right: 20px;
  margin-right: 20px;
  cursor: pointer;
  width: auto;
}
.product .product-box .product-menu .bottom .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.product .product-box .product-menu .bottom .item:last-child::before {
  display: none;
}
.product .product-box .product-menu .bottom .item span {
  position: relative;
  display: block;
}
.product .product-box .product-menu .bottom .item span::after {
  width: 0;
  height: 2px;
  left: 0;
  content: '';
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
  background: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .product .product-box .product-menu .bottom .item {
    flex-shrink: 0;
    line-height: 3;
    font-size: 14px;
  }
}
.product .product-box .product-menu .bottom .item::before {
  content: '';
  position: absolute;
  background: #999;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
  margin: auto;
}
.product .product-box .product-menu .bottom .item.active,
.product .product-box .product-menu .bottom .item:hover {
  color: var(--dominant-color);
}
.product .product-box .product-menu .bottom .item.active span::after,
.product .product-box .product-menu .bottom .item:hover span::after {
  width: 100%;
}
.product .product-box .items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .product .product-box .items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.product .product-box .items .item-box {
  position: relative;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.01);
  padding-bottom: 40px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .product .product-box .items .item-box {
    padding-bottom: 20px;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.02);
    height: auto !important;
  }
}
.product .product-box .items .item-box .item {
  cursor: pointer;
  background: #fff;
  transition: all 0.5s;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .product .product-box .items .item-box .item {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product .product-box .items .item-box .item .img .imgBox {
    padding-bottom: 90%;
  }
}
.product .product-box .items .item-box .item .new-tag {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 0 13px 13px 0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background: rgba(6, 106, 254, 0.1);
  color: var(--dominant-color);
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .product .product-box .items .item-box .item .new-tag {
    font-size: 12px;
    top: 10px;
    padding: 2px 4px;
  }
}
.product .product-box .items .item-box .item .text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.product .product-box .items .item-box .item .text .small-img {
  margin-bottom: 20px;
  display: none;
  justify-content: center;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .product .product-box .items .item-box .item .text .small-img {
    display: none !important;
  }
}
.product .product-box .items .item-box .item .text .small-img .s-item {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.product .product-box .items .item-box .item .text .small-img .s-item:hover {
  border-color: var(--dominant-color);
}
.product .product-box .items .item-box .item .text .small-img .s-item img {
  left: 0;
}
.product .product-box .items .item-box .item .text .title {
  font-size: 20px;
  transition: all 0.5s;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .product .product-box .items .item-box .item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .product .product-box .items .item-box .item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product .product-box .items .item-box .item .text .title {
    font-size: 16px;
  }
}
.product .product-box .items .item-box .item .text .summary {
  color: #666;
}
@media screen and (max-width: 1024px) {
  .product .product-box .items .item-box .item .text .summary {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 10px;
  }
}
.product .product-box .items .item-box .item:hover .title {
  color: var(--dominant-color);
}
.product .product-box .items .item-box:hover .item {
  width: 100%;
  box-shadow: 0 10px 20px 0 hsla(195, 6%, 74%, 0.5);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .product .product-box .items .item-box:hover .item {
    position: absolute;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .product .product-box .items .item-box:hover .item {
    position: initial !important;
  }
}
@media screen and (min-width: 769px) {
  .product .product-box .items .item-box:hover .item .text .small-img {
    display: flex;
  }
}
.product-detail .features {
  margin-top: 60px;
  scroll-margin-top: 180px;
  overflow: hidden;
}
.product-detail .features .product-detail-top {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .left {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-detail .features .product-detail-top .left .swiper-small-box {
  position: relative;
}
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-prev,
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-next {
  color: var(--dominant-color);
  width: 40px;
  height: 40px;
  border: none;
  pointer-events:auto !important;
  
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-prev,
  .product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-next {
    display: none;
  }
}
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-prev::after,
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-next::after {
  font-size: 16px;
}
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-prev {
  justify-content: flex-start;
  left: 0;
}
.product-detail .features .product-detail-top .left .swiper-small-box .swiper-button-next {
  justify-content: flex-end;
  right: 0;
}
.product-detail .features .product-detail-top .left .swiper-small {
  width: calc(100% - 100px);
  margin: auto;
  padding: 2px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .left .swiper-small {
    width: 100%;
  }
}
.product-detail .features .product-detail-top .left .swiper-small .swiper-slide {
  border: 1px solid #eee;
  padding: 10px;
  cursor: pointer;
}
.product-detail .features .product-detail-top .left .swiper-small .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--dominant-color);
}
.product-detail .features .product-detail-top .right {
  flex-basis: 51%;
}
.product-detail .features .product-detail-top .right .text {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product-detail .features .product-detail-top .right .text .title {
  font-size: 46px;
  line-height: 1.2;
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-top .right .text .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .right .text .title {
    font-size: 20px;
  }
}
.product-detail .features .product-detail-top .right .text .tip {
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
  line-height: 1.2;
  margin: 6px 0;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .right .text .tip {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
  }
}
.product-detail .features .product-detail-top .right .summary {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.product-detail .features .product-detail-top .right .summary ul {
  list-style: disc;
  padding-left: 20px;
}
.product-detail .features .product-detail-top .right .summary ul li {
  margin-bottom: 4px;
  list-style: disc;
}
.product-detail .features .product-detail-top .right .summary ul li::marker {
  color: #000;
}
.product-detail .features .product-detail-top .right .summary p {
  margin-bottom: 4px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-top .right .summary {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-top .right .summary {
    font-size: 14px;
  }
}
.product-detail .features .product-detail-bottom .font74 {
  font-size: 54px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .font74 {
    font-size: 30px;
  }
}
.product-detail .features .product-detail-bottom .font60 {
  font-size: 48px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .font60 {
    font-size: 28px;
  }
}
.product-detail .features .product-detail-bottom .item {
  position: relative;
}
.product-detail .features .product-detail-bottom .item .img img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .product-detail .features .product-detail-bottom .item .img img.phone {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .img img.phone {
    min-height: 500px;
  }
}
.product-detail .features .product-detail-bottom .item .text {
  position: absolute;
  top: 6.771vw;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text {
    top: 10%;
    text-align: left;
  }
}
.product-detail .features .product-detail-bottom .item .text .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  line-height: 1.2;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .title br {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .text .title.colorStyle {
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-clip: text;
}
.product-detail .features .product-detail-bottom .item .text .summary {
  font-size: 28px;
  align-items: center;
  justify-content: center;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  /* 防止文本阴影遮挡背景渐变 */
  margin-top: 10px;
  line-height: 1.2;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .summary {
    font-size: 16px;
    justify-content: flex-start;
  }
}
.product-detail .features .product-detail-bottom .item .text .summary .summary2 {
  font-family: HarmonyOS_Sans_SC_Light;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 设置文本的背景为线性渐变 */
  background: linear-gradient(135deg, #01ef8e, #4ae5fd);
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  background-clip: text;
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  font-family: HarmonyOS_Sans_SC_Medium;
  display: inline-block;
}
@media screen and (max-width: 500px) {
}
.product-detail .features .product-detail-bottom .item .text .summary .summary2::after {
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50%;
}
.product-detail .features .product-detail-bottom .item .text .summary-text {
  margin-top: 30px;
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Light;
  color: white;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .summary-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .summary-text {
    font-size: 14px;
    line-height: 1.5 !important;
    margin-top: 10px;
  }
  .product-detail .features .product-detail-bottom .item .text .summary-text br {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .text .summary-text p {
  font-family: HarmonyOS_Sans_SC_Light;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 设置文本的背景为线性渐变 */
  background: linear-gradient(to right, #fff, #fff);
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  background-clip: text;
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .list-box {
    margin-top: 20px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-img img {
  object-fit: contain;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text {
  flex: 1;
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .key {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
}
.product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .value {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Light;
}
@media screen and (max-width: 1440px) {
  .product-detail .features .product-detail-bottom .item .text .list-box .l-box .l-text .value {
    font-size: 12px;
    line-height: 1.4;
  }
}
.product-detail .features .product-detail-bottom .item .text .type {
  font-size: 28px;
  padding: 4px 0;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 50px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .text .type {
    font-size: 14px;
    margin-top: 10px;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom {
  display: flex;
  position: absolute;
  bottom: 5.208vw;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  backdrop-filter: blur(30px);
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 -2px 0px 1px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .item-bottom {
    overflow: auto;
    padding: 20px 10px;
    bottom: 30px;
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box {
  flex: 1 0 0;
  position: relative;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:hover {
  transform: translateY(-20px);
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:hover::after {
  transform: translateY(20px);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box {
    flex-basis: 33.3%;
    margin: 6px 0;
    pointer-events: none;
  }
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box:nth-of-type(3n)::after {
    display: none;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  width: 1px;
  background: #fff;
  opacity: 0.2;
  margin: auto;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box:last-child::after {
  display: none;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img {
    width: 30px;
    height: 30px;
  }
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 16px;
  line-height: 1.2;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: linear-gradient(to right, #fff, #fff);
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-clip: text;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item .item-bottom .i-box .i-title {
    font-size: 12px;
  }
}
.product-detail .features .product-detail-bottom .item.item1 .text .summary-text {
  line-height: 1.6;
}
.product-detail .features .product-detail-bottom .item.item1 .text .summary {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item1 .text .summary {
    margin-top: 6px;
  }
}
.product-detail .features .product-detail-bottom .item.item1 .text .summary1 {
  position: relative;
  display: inline-block;
}
.product-detail .features .product-detail-bottom .item.item1 .text .summary1::after {
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50%;
}
.product-detail .features .product-detail-bottom .item.item1 .text .s-line {
  height: 18px;
  width: 1px;
  margin: auto 20px;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  color: #fff;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  -webkit-background-clip: text;
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-clip: text;
  background-clip: initial !important;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product-detail .features .product-detail-bottom .item.item1 .text .s-line {
    height: 12px;
    margin: auto 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item2 .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item2 .text {
    max-width: 90%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item2 .text {
    top: 10%;
    margin-top: inherit;
    max-width: 84%;
  }
}
.product-detail .features .product-detail-bottom .item.item2 .text .title,
.product-detail .features .product-detail-bottom .item.item2 .text .summary,
.product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item2 .text .title,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item2 .text .title,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary,
  .product-detail .features .product-detail-bottom .item.item2 .text .summary-text {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item2 .text .summary {
  justify-content: flex-start;
}
.product-detail .features .product-detail-bottom .item.item3 .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item3 .text {
    margin-top: 0;
    top: 10%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .summary {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .summary {
    margin-top: 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .title,
.product-detail .features .product-detail-bottom .item.item3 .text .summary {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .title,
  .product-detail .features .product-detail-bottom .item.item3 .text .summary {
    max-width: 45%;
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .title,
  .product-detail .features .product-detail-bottom .item.item3 .text .summary {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item3 .text .summary-text {
    max-width: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item3 .text .summary {
  justify-content: flex-start;
}
.product-detail .features .product-detail-bottom .item.item4 {
  padding: 6% 0;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box {
  flex-basis: 25%;
  padding: 3% 0;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box {
    flex-basis: 50%;
  }
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img {
    height: 30px;
  }
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .img img {
  max-height: 100%;
  width: auto;
  min-height: auto;
}
.product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box .title {
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .product-detail .features .product-detail-bottom .item.item4 .item4-box .i-box:hover {
    transform: translateY(-20px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 {
  padding: 8% 0;
  background: #000;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box img {
  width: 100%;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .img {
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #131313;
  transition: all 0.5s;
  border: 1px solid transparent;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list {
    border-radius: 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text {
    padding: 0 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top {
  bottom: auto;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top {
    bottom: 0;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2 {
    flex-direction: row;
    top: 0;
    bottom: auto;
    height: calc((100% - 24px) / 3);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2 .l-text-icon {
    margin-bottom: 10px;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-text-top.l-text-top2.l-text-top3 {
    height: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top {
    padding: 0 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top .title {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text.l-flex-top .title {
    margin-top: 0;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon {
    width: 20px;
    height: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .l-text-icon img {
  width: auto;
  max-height: 100%;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
  font-size: 24px;
  line-height: 1.2;
  font-family: HarmonyOS_Sans_SC_Bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title {
    font-size: 14px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
  height: 52px;
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title img {
    height: 14px;
    margin-bottom: 4px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .title.colorStyle {
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(to right, #4ae5fd, #549aff);
  background-clip: text;
  -webkit-background-clip: text;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
  font-size: 16px;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .list .l-text .summary {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover {
  box-shadow: 0 0 20px 5px rgba(83, 185, 254, 0.2);
  border-color: rgba(83, 185, 254, 0.5);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover .l-text-icon {
  transform: scale(1.05);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .list:hover .img {
  transform: scale(1.05);
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top {
  width: 100%;
  display: flex;
  grid-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top {
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left {
    flex-basis: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-top .imgBox {
  padding-bottom: calc(270 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-top .imgBox {
    padding-bottom: 120px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
}
@media screen and (max-width: 500px) {
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left {
  flex-basis: calc(325 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left .imgBox {
  padding-bottom: calc(240 / 325 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-left .imgBox {
    padding-bottom: calc(80% + 12px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right {
  flex-basis: calc(360 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .list {
  margin-bottom: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .list:last-child {
  margin-bottom: 0;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .imgBox {
  padding-bottom: calc(115 / 360 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .left .t-bottom .bottom-right .imgBox {
    padding-bottom: 40%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right {
    flex-basis: 100%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-top .imgBox {
  padding-bottom: calc(160 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-top .imgBox {
    padding-bottom: 70px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
}
@media screen and (max-width: 500px) {
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left {
  flex-basis: calc(325 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left .imgBox {
  padding-bottom: calc(350 / 325 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-left .imgBox {
    padding-bottom: calc(105% + 24px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right {
  flex-basis: calc(360 / 695 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right {
    flex-basis: calc(50% - 5px);
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .list {
  margin-bottom: 10px;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .list:last-child {
  margin-bottom: 0;
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .imgBox {
  padding-bottom: calc(110 / 360 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .top .right .t-bottom .bottom-right .imgBox {
    padding-bottom: 35%;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom {
    flex-wrap: wrap;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list {
  flex: 1;
  flex-basis: 0;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list {
    flex: auto;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(1) {
    order: 3;
    flex-basis: calc(50% - 5px);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(1) .imgBox {
    padding-bottom: 152px;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(2) {
    flex-basis: calc(50% - 5px);
    height: fit-content;
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list:nth-child(3) {
    position: absolute;
    top: 82px;
    left: 0;
    height: 70px;
    width: calc(50% - 5px);
  }
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .l-text-icon {
    margin-bottom: 10px;
  }
}
.product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .imgBox {
  padding-bottom: calc(160 / 460 * 100%);
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item5 .item5-box .bottom .list .imgBox {
    padding-bottom: 70px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 {
  background: #000;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item6 {
    padding: 80px 0;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner {
  height: auto;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item6 .index-banner {
    height: 0;
    overflow: hidden;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line {
  bottom: 100px;
}
.product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line .text {
  position: initial;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item6 .index-banner .swiper-line {
    bottom: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperBig {
  overflow: visible;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperBig .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall {
  transition: all 0.5s;
  position: relative;
  margin: 40px auto 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall {
    width: auto;
    overflow: auto;
    margin-top: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiperSmall2 {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide {
  color: #fff;
  width: auto;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 40px;
}
@media screen and (max-width: 500px) {
  .product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide {
    font-size: 16px;
    margin-right: 20px;
  }
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .swiperSmall .swiper-slide.active {
  opacity: 1;
}
.product-detail .features .product-detail-bottom .item.item6 .item6-swiper .line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 2px;
  width: 100px;
  transition: all 0.5s;
}
.product-detail .features .product-detail-bottom .item.item6 .text {
  position: initial;
  margin-bottom: 40px;
}
.product-detail .features .product-detail-bottom .item.item7 {
  height: 100vh;
}
.product-detail .features .product-detail-bottom .item.item7 .img {
  height: 100%;
}
.product-detail .features .product-detail-bottom .item.item7 .img img {
  height: 100%;
  object-fit: cover;
}
.product-detail .features .product-detail-bottom .item.item7 .move-img {
  transform: scale(0.5);
  width: 100%;
  font-weight: 900;
  font-size: 10vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  max-width: 800px;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Medium;
}
.product-detail .features .product-detail-bottom .item.item8 {
  position: relative !important;
  background: #fff;
}
.product-detail .features .product-detail-bottom .item.item8 img {
  max-width: 100%;
  width: 100%;
}
.product-detail .specification {
  scroll-margin-top: 100px;
  display: none;
}
.product-detail .specification.compare {
  margin-bottom: 100px;
  display: block;
}
.product-detail .specification.compare .items-box {
  overflow: auto;
}
.product-detail .specification.compare .items-box::-webkit-scrollbar-corner {
  height: 5px;
}
.product-detail .specification.compare .items-box::-webkit-scrollbar:horizontal {
  height: 5px;
}
.product-detail .specification.compare .items .item .table tr {
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .product-detail .specification.compare .items .item .table tr {
    padding: 0;
  }
}
.product-detail .specification.compare .items .item .item-title {
  pointer-events: none;
  background: rgba(200, 207, 210, 0.2);
  color: #000;
}
.product-detail .specification.compare .items .item {
  border-bottom: none;
}
.product-detail .specification.compare .compare-top {
  color: #fff;
}
.product-detail .specification.compare .compare-top tr {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.product-detail .specification.compare .compare-top .td1 span {
  font-size: 36px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification.compare .compare-top .td1 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-detail .specification.compare .compare-top .td1 span {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.product-detail .specification.compare .compare-top .td1 a:hover {
  color: var(--dominant-color);
}
.product-detail .specification.compare .compare-top td .img {
  max-width: 300px;
  margin: auto;
  position: relative;
}
.product-detail .specification.compare .compare-top td img {
  border-radius: 4px;
}
.product-detail .specification.compare .compare-top td p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification.compare .compare-top td p {
    font-size: 16px;
  }
}
.product-detail .specification.compare .compare-top td .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
}
.product-detail .specification.compare .compare-top td .close.disabled {
  pointer-events: none;
}
.product-detail .specification .items .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.product-detail .specification .items .item:last-child {
  border-bottom: none;
}
.product-detail .specification .items .item .item-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background: #222;
  font-size: 20px;
  color: #fff;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .product-detail .specification .items .item .item-title {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.product-detail .specification .items .item .item-title i {
  margin-top: 2px;
  transition: all 0.5s;
}
.product-detail .specification .items .item.active i {
  transform: rotate(180deg);
}
.product-detail .specification .items .item:nth-of-type(1) .table {
  display: block;
}
.product-detail .specification .items .item .table {
  width: 100%;
}
.product-detail .specification .items .item .table table {
  width: 100% !important;
  border: none !important;
}
.product-detail .specification .items .item .table table.row4 td:nth-child(n + 2) {
  width: 310px;
  padding: 0 20px;
}
.product-detail .specification .items .item .table table.row3 td:nth-child(n + 2) {
  width: calc((100% - 300px) / 3);
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification .items .item .table table.row3 td:nth-child(n + 2) {
    width: calc((100% - 150px) / 3);
    flex: 1;
    padding: 4px;
  }
}
.product-detail .specification .items .item .table table.row2 td:nth-child(n + 2) {
  width: calc((100% - 300px) / 2);
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification .items .item .table table.row2 td:nth-child(n + 2) {
    width: calc((100% - 150px) / 2);
  }
}
.product-detail .specification .items .item .table table.row1 td:nth-child(n + 2) {
  width: calc((100% - 300px) / 1);
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification .items .item .table table.row1 td:nth-child(n + 2) {
    width: calc((100% - 150px) / 1);
  }
}
.product-detail .specification .items .item .table tbody {
  width: 100% !important;
}
.product-detail .specification .items .item .table tr {
  display: flex;
  padding: 20px 10% 20px 40px;
  min-height: 62px;
  font-size: 14px;
  line-height: 1.6;
  height: auto !important;
  border: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .product-detail .specification .items .item .table tr {
    padding: 10px 10px;
    font-size: 12px;
    min-height: 30px;
  }
}
.product-detail .specification .items .item .table tr:nth-child(even) {
  background: #f9fafb;
}
.product-detail .specification .items .item .table tr td {
  border: none;
  height: auto !important;
  word-break: break-word;
}
.product-detail .specification .items .item .table tr td.active {
  width: 0 !important;
  padding: 0!important;
  overflow: hidden;
  height: 0 !important;
}
.product-detail .specification .items .item .table tr td:nth-child(1) {
  width: 300px !important;
}
@media screen and (max-width: 1600px) {
  .product-detail .specification .items .item .table tr td:nth-child(1) {
    width: 200px !important;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail .specification .items .item .table tr td:nth-child(1) {
    width: 100% !important;
    margin: 10px 0 4px;
  }
}
.product-detail .specification .items .item .table tr td:nth-child(n + 2) {
  width: calc(100% - 300px) !important;
  /*color: #666;*/
}
@media screen and (max-width: 1600px) {
  .product-detail .specification .items .item .table tr td:nth-child(n + 2) {
    width: calc(100% - 200px) !important
  }
}
@media screen and (max-width: 500px) {
  .product-detail .specification .items .item .table tr td:nth-child(n + 2) {
    width: calc(100% - 00px) !important;
  }
}
.product-detail .related-products-width {
  width: 100%;
}
@media screen and (min-width: 501px) {
  .product-detail .related-products-width .swiper-pagination {
    bottom: 50px;
    z-index: 0 !important;
  }
}
.product-detail .related-products {
  scroll-margin-top: 160px;
  padding-top: 0;
  padding-bottom: 0;
}
.product-detail .related-products .related-products-box .product-box {
  margin-bottom: 0;
}
.product-detail .related-products .related-products-box .product-box .swiper-slide {
  height: auto !important;
}
.product-detail .related-products .page-title {
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .product-detail .related-products .page-title .swiper-button {
    display: none;
  }
}
.product-detail .related-products .page-title .swiper-button .prev,
.product-detail .related-products .page-title .swiper-button .next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
  transition: all 0.5s;
  color: #999;
}
@media screen and (max-width: 500px) {
  .product-detail .related-products .page-title .swiper-button .prev,
  .product-detail .related-products .page-title .swiper-button .next {
    width: 30px;
    height: 30px;
  }
}
.product-detail .related-products .page-title .swiper-button .prev:hover,
.product-detail .related-products .page-title .swiper-button .next:hover {
  background: var(--dominant-color);
  color: #fff;
}
.product-detail .related-products .page-title .swiper-button .prev {
  margin-right: 20px;
  transform: rotate(180deg);
}
.product-detail .related-products .product-box {
  padding: 20px 15px 130px;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 500px) {
  .product-detail .related-products .product-box {
    padding: 10px 5px 50px;
    overflow: hidden;
  }
}
.product-detail .related-products .product-box .items {
  display: flex;
  grid-gap: 0;
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .product-detail .related-products .swiper-pagination {
    text-align: center !important;
  }
}
.product-sticky {
  position: sticky;
  border-bottom: 1px solid #eee;
  top: 60px;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .product-sticky {
    top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .product-sticky {
    margin-top: 0;
  }
  .product-sticky.detail-top {
    position: relative;
    border-bottom: none;
    margin-top: 20px;
  }
  .product-sticky.detail-top .product-sticky-box {
    flex-direction: row;
    margin-bottom: 0;
    border: none;
  }
  .product-sticky.detail-top .product-sticky-box .tab {
    display: none;
  }
}
.product-sticky .product-sticky-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-sticky .product-sticky-box .title {
  display: flex;
  align-items: center;
}
.product-sticky .product-sticky-box .title .back {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.product-sticky .product-sticky-box .title .back i::after {
  content: 'prev';
  font-family: swiper-icons;
}
.product-sticky .product-sticky-box .title .back div {
  font-family: HarmonyOS_Sans_SC_Bold;
}
.product-sticky .product-sticky-box .title .back .m3 {
  opacity: 0.3;
}
.product-sticky .product-sticky-box .title .back .m2 {
  opacity: 0.6;
}
.product-sticky .product-sticky-box .title .back:hover {
  color: var(--dominant-color);
}
.product-sticky .product-sticky-box .title span {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .product-sticky .product-sticky-box .title span {
    font-size: 12px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 500px) {
  .product-sticky .product-sticky-box {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.product-sticky .product-sticky-box .tab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999;
}
.product-sticky .product-sticky-box .tab .item {
  color: #999;
  transition: all 0.5s;
  position: relative;
  padding: 20px 0;
  margin: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .product-sticky .product-sticky-box .tab .item {
    padding: 10px 0;
  }
}
.product-sticky .product-sticky-box .tab .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .product-sticky .product-sticky-box .tab .item {
    font-size: 14px;
    margin: 0 6px;
    padding: 10px 0;
  }
  .product-sticky .product-sticky-box .tab .item:nth-child(1) {
    margin-left: 0;
  }
}
.product-sticky .product-sticky-box .tab .item::after {
  content: '';
  height: 2px;
  width: 0;
  background: var(--dominant-color);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.5s;
}
.product-sticky .product-sticky-box .tab .item.active {
  color: var(--dominant-color);
}
.product-sticky .product-sticky-box .tab .item.active::after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product-sticky .product-sticky-box .tab .item:hover {
    color: var(--dominant-color);
  }
  .product-sticky .product-sticky-box .tab .item:hover::after {
    width: 100%;
  }
}
.product-sticky .product-sticky-box .tab span {
  margin: 0 6px;
}
/*全球*/
.global .global-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 20px 40px;
  transition: all 0.5s;
}
@media screen and (max-width: 1366px) {
  .global .global-box .item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .global .global-box .item {
    padding: 20px 0;
  }
}
.global .global-box .item:first-child {
  border-top: 1px solid #eee;
}
.global .global-box .item .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
}
.global .global-box .item .text .img {
  width: 80px;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .global .global-box .item .text .img {
    width: 40px;
  }
}
.global .global-box .item .text .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.global .global-box .item .text .title {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .global .global-box .item .text .title {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    line-height: 1.4;
    font-weight: 600;
  }
}
.global .global-box .item .text .title span {
  margin-left: 16px;
  font-size: 16px;
  color: #999;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .global .global-box .item .text .title span {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.global .global-box .item .click {
  width: 110px;
  height: 44px;
  border: 1px solid var(--dominant-color);
  color: var(--dominant-color);
  border-radius: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .global .global-box .item .click {
    width: 80px;
    height: 30px;
    margin-top: 10px;
    font-size: 12px;
  }
}
.global .global-box .item:hover {
  background: #fafbfc;
}
.global .global-box .item:hover .text span {
  color: var(--dominant-color);
}
.global .global-box .item:hover .click {
  background: var(--dominant-color);
  color: #fff;
}
/*支持*/
.support {
  /*视频*/
  /*下载*/
  /*faq*/
  /*Emulators*/
  /*RAM*/
}
@media screen and (max-width: 500px) {
  .support.download {
    padding-top: 30px;
  }
  .support.emulators .left {
    display: none;
  }
}
.support .support-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .support .support-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.support .support-box .item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 0 30px;
}
.support .support-box .item .img {
  width: 125px;
  margin: auto;
  filter: brightness(0);
}
@media screen and (min-width: 501px) {
}
@media screen and (max-width: 1280px) {
  .support .support-box .item .img {
    width: 40%;
  }
}
.support .support-box .item .title {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .support .support-box .item .title {
    font-size: 14px;
  }
}
.support .support-box .item:hover .img {
  filter: none;
  transform: scale(1.05);
}
.support .support-box .item:hover .title {
  color: var(--dominant-color);
}
.support .search .summary {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Bold;
  color: #000;
  margin-top: 30px;
}
.support .search .search-input .keyword {
  margin-top: 25px;
}
.support .search .search-input button i {
  color: #000;
}
.support .search .search-input button i:hover {
  color: var(--dominant-color);
}
.support .gpl-box .g-title {
  font-size: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 6px;
  line-height: 1.4;
  text-align: center;
}
.support .gpl-box .g-title a {
  color: var(--dominant-color);
}
.support .gpl-box ul {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
  margin-top: 20px;
  grid-gap: 10px 20px;
}
@media screen and (max-width: 1600px) {
  .support .gpl-box ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 1440px) {
  .support .gpl-box ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .support .gpl-box ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .support .gpl-box ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.support .gpl-box ul li {
  text-align: center;
}
.support .support-download {
  display: flex;
}
.support .support-left {
  margin-top: 2.083vw;
  flex-basis: 14.655vw;
}
@media screen and (max-width: 1920px) {
  .support .support-left {
    flex-basis: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .support .support-left {
    display: none;
  }
}
.support .support-left .item {
  border-bottom: 1px solid #eeee;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
}
.support .support-left .item .icon {
  width: 70px;
  filter: grayscale(1);
  padding: 10px;
  transition: all 0.5s;
}
.support .support-left .item .text {
  font-size: 16px;
}
.support .support-left .item.active {
  background: var(--dominant-color);
  color: #fff;
}
.support .support-left .item.active .icon {
  filter: grayscale(1) brightness(100);
}
.support .support-left .item.active:hover {
  color: #fff;
}
.support .support-left .item.active:hover .icon {
  filter: grayscale(1) brightness(100);
}
.support .support-left .item:hover {
  color: var(--dominant-color);
}
.support .support-left .item:hover .icon {
  filter: none;
}
.support .support-left .item::after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  height: fit-content;
}
.support .support-right {
  border-left: 1px solid #eee;
  flex: 1;
  padding-left: 45px;
  padding-top: 2.083vw;
  padding-bottom: 7.8125vw;
  min-height: 800px;
}
.support .support-right .support .video-box .item .text {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .support .support-right {
    border-left: none;
    padding-left: 0;
  }
}
.support .support-right .top .title {
  font-size: 30px;
  color: var(--dominant-color);
  font-family: HarmonyOS_Sans_SC_Bold;
}
@media screen and (max-width: 1280px) {
  .support .support-right .top .title {
    font-size: 24px;
  }
}
.support .support-right .top .summary {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .support .support-right .top .summary {
    margin-top: 0;
  }
  .support .support-right .top .summary.summary2 {
    font-weight: 600;
    margin-top: 20px;
  }
}
.support .support-right .search {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .support .support-right .search {
    margin-top: 20px;
  }
}
.support .support-right .search .search-input {
  margin-left: 0;
  max-width: 100%;
}
.support .support-right .search .search-input .keyword {
  justify-content: flex-start;
}
.support .support-right .search .tip {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.support .support-right .search .select-box {
  display: flex;
  flex-wrap: wrap;
}
.support .support-right .search .select-box label {
  width: 260px;
  margin-right: 10px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .support .support-right .search .select-box label {
    width: 100%;
    margin-right: 0;
  }
}
.support .support-right .search .select-box label select {
  height: 40px;
  border: 2px solid #bdbbbc;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  position: relative;
  background: url('../images/add/img9.png') no-repeat center right 10px;
  background-size: 8px !important;
}
.support .support-right .search .select-box label select.hidden {
  display: none;
}
.support .support-right .catalog-box {
  max-width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .support .support-right .catalog-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .support .support-right .catalog-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.support .support-right .catalog-box .item .imgBox {
  padding-bottom: 141%;
}
.support .support-right .catalog-box .item .imgBox img {
  object-fit: cover;
}
.support .support-right .catalog-box .item .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
}
.support .support-right .catalog-box .item .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .support-right .catalog-box .item .button a {
  font-size: 16px;
  border-radius: 5px;
  width: 50%;
  height: 40px;
  margin: 0 5px;
  transition: all 0.5s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .support .support-right .catalog-box .item .button a {
    width: 40%;
  }
}
.support .support-right .catalog-box .item .button a:nth-child(1) {
  border: 1px solid #666;
  color: #666;
}
.support .support-right .catalog-box .item .button a:nth-child(1):hover {
  background: #666;
  color: #fff;
}
.support .support-right .catalog-box .item .button a:nth-child(2) {
  border: 1px solid var(--dominant-color);
  color: var(--dominant-color);
}
.support .support-right .catalog-box .item .button a:nth-child(2):hover {
  background: var(--dominant-color);
  color: #fff;
}
.support .support-right .app-box {
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .support .support-right .app-box {
    max-width: 100%;
  }
}
.support .support-right .app-box .a-top {
  margin-top: 2.299vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.437vw;
}
@media screen and (max-width: 1440px) {
  .support .support-right .app-box .a-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.support .support-right .app-box .a-top .img {
  flex-basis: 90px;
  margin-right: 20px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .support .support-right .app-box .a-top .img {
    margin-right: 10px;
  }
}
.support .support-right .app-box .a-top .text {
  flex: 1;
}
.support .support-right .app-box .a-top .text .title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 600;
}
.support .support-right .app-box .a-top .text .summary {
  font-size: 14px;
  color: #595959;
  line-height: 1.2;
}
.support .support-right .app-box .a-bottom {
  display: flex;
}
.support .support-right .app-box .a-bottom .left {
  display: flex;
}
.support .support-right .app-box .a-bottom .left .l-item {
  width: 90px;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .support .support-right .app-box .a-bottom .left .l-item {
    font-size: 12px;
  }
}
.support .support-right .app-box .a-bottom .right .r-item {
  width: 125px;
  margin-top: 8px;
  display: block;
}
.support .support-right .app-box .text-box {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 16px;
}
.support .support-right .download-detail {
  display: flex;
  justify-content: space-between;
}
.support .support-right .download-detail .top {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .support .support-right .download-detail .top {
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 500px) {
  .support .support-right .download-detail .top {
    max-width: 100%;
  }
}
.support .support-right .download-detail .top .title {
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.support .support-right .download-detail .top .tabs {
  margin-top: 20px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 500px) {
  .support .support-right .download-detail .top .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.support .support-right .download-detail .top .tabs .item {
  border: 1px solid #bbbbbb;
  font-size: 16px;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.5s;
  cursor: pointer;
}
.support .support-right .download-detail .top .tabs .item.active,
.support .support-right .download-detail .top .tabs .item:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.support .support-right .download-detail .img-box {
  flex-basis: 300px;
  transform: translateY(-40px);
}
@media screen and (max-width: 500px) {
  .support .support-right .download-detail .img-box {
    display: none;
    transform: translateY(0);
  }
}
.support .support-right .download-detail .img-box .text {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}
.support .support-right .download-detail .img-box .summary {
  text-align: center;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change {
    margin-top: 30px;
  }
}
.support .support-right .tabs-change .tabs-item {
  display: none;
}
.support .support-right .tabs-change .tabs-item .detail-text .d-title {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item .detail-text .d-title {
    font-size: 18px;
  }
}
.support .support-right .tabs-change .tabs-item .detail-text .d-summary {
  font-size: 16px;
  color: #000;
  margin-bottom: 0.575vw;
  max-width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .support .support-right .tabs-change .tabs-item .detail-text .d-summary {
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item .detail-text .d-summary {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.support .support-right .tabs-change .tabs-item.active {
  display: block;
}
.support .support-right .tabs-change .tabs-item-box1 .t-item {
  margin-top: 20px;
}
.support .support-right .tabs-change .tabs-item-box1 .t-item .t-title {
  font-size: 16px;
  padding: 10px;
  background: #666;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item-box1 .t-item .t-title {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.support .support-right .tabs-change .tabs-item-box1 .t-mid {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item-box1 .t-mid {
    font-size: 14px;
    flex-direction: column;
  }
}
.support .support-right .tabs-change .tabs-item-box1 .t-mid .download {
  color: var(--dominant-color);
  border: 1px solid var(--dominant-color);
  border-radius: 4px;
  text-align: center;
  padding: 0 20px;
}
.support .support-right .tabs-change .tabs-item-box1 .t-mid .download:hover {
  color: #fff;
  background: var(--dominant-color);
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item-box1 .t-mid .download {
    width: 100%;
    padding: 4px 10px;
    display: block;
    border-radius: 2px;
  }
}
.support .support-right .tabs-change .tabs-item-box1 .t-text {
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.support .support-right .tabs-change .tabs-item-box1 .t-text ul {
  padding-left: 20px;
  list-style: inherit;
}
.support .support-right .tabs-change .tabs-item-box1 .t-text ul li {
  list-style: inherit;
}
@media screen and (max-width: 500px) {
  .support .support-right .tabs-change .tabs-item-box1 .t-text {
    font-size: 14px;
  }
}
.support .support-right .tabs-change .checkbox-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 34.483vw;
}
@media screen and (max-width: 1600px) {
  .support .support-right .tabs-change .checkbox-box {
    max-width: 100%;
    width: 100%;
  }
}
.support .support-right .tabs-change .checkbox-box label {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: auto;
}
.support .support-right .tabs-change .checkbox-box label span {
  margin-left: 10px;
  font-size: 16px;
}
.support .support-right .tabs-change .checkbox-box label input {
  border: 1px solid #666;
  width: 20px;
  height: 20px;
  appearance: none;
  border-radius: 2px;
  outline: #666;
}
.support .support-right .tabs-change .checkbox-box label input:checked {
  background: var(--dominant-color);
}
.support .support-right .tabs-change .support .faq-box .item {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-color: #f7f7f7;
}
.support .support-right .tabs-change .support .faq-box .item:nth-child(1) {
  border-top: 1px solid #f7f7f7;
}
.support .support-right .tabs-change .support .faq-box .item .faq-top .change {
  transform: rotate(-90deg);
}
.support .support-right .tabs-change .support .faq-box .item:hover .faq-top .change {
  background: var(--dominant-color);
  color: #fff;
  border-color: #fff;
}
.support .support-right .search .all-search .items .top {
  line-height: 1.4;
  color: #000;
}
.support .support-right .support-video {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1440px) {
  .support .support-right .support-video {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .support .support-right .support-video {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1440px) {
  .support .support-right .support .video-box .item .text {
    font-size: 16px;
  }
}
.support .video-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 500px) {
  .support .video-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.support .video-box .item {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .support .video-box .item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .support .video-box .item:last-child {
    margin-bottom: 0;
  }
}
.support .video-box .item .img {
  position: relative;
}
.support .video-box .item .img::after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/icon/play.png') no-repeat center;
  pointer-events: none;
  background-size: 32px;
}
.support .video-box .item .img .progress-bar {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  width: 42px;
  height: 3px;
  border-radius: 10px;
  display: none;
}
.support .video-box .item .img .progress-bar .progress {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  width: 0;
  transition: all 0.5s;
}
.support .video-box .item .img .tip {
  width: 26px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  display: none;
  position: absolute;
  margin: auto;
  color: #fff;
  text-align: center;
}
.support .video-box .item .img .tip img {
  width: 100%;
  height: 100%;
  filter: brightness(100);
}
.support .video-box .item .img.playing::after {
  display: none;
}
.support .video-box .item .img.playing .tip {
  display: block;
}
.support .video-box .item .img.playing video {
  opacity: 1;
}
.support .video-box .item .img video {
  opacity: 0;
}
.support .video-box .item .imgBox {
  padding-bottom: calc(240 / 380 * 100%);
}
.support .video-box .item .video-change {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  padding: 10px 0;
}
.support .video-box .item .text {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
  font-size: 20px;
  transition: all 0.5s;
  align-items: center;
  line-height: 1.2;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1280px) {
  .support .video-box .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .support .video-box .item .text {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.support .video-box .item .text .download .iconfont {
  font-size: 30px;
}
.support .video-box .item:hover .text {
  color: var(--dominant-color);
}
.support .download-box .item {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  align-items: center;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .support .download-box .item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 933px) and (orientation: landscape) {
  .support .download-box .item {
    padding: 20px;
  }
}
.support .download-box .item.active {
  color: var(--dominant-color);
}
.support .download-box .item.active .download a {
  background: var(--dominant-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .support .download-box .item {
    font-size: 14px;
    padding: 20px 0;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .support .download-box .item:nth-child(2) {
    padding-top: 0;
  }
  .support .download-box .item .download-left {
    flex: 1;
  }
}
.support .download-box .item .file {
  flex-basis: calc(70% - 120px);
  padding-right: 10%;
  word-break: break-word;
}
@media screen and (max-width: 1600px) {
  .support .download-box .item .file {
    flex-basis: calc(80% - 120px);
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .support .download-box .item .file {
    flex-basis: 100%;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 4px;
    padding-right: 0;
  }
}
.support .download-box .item .time {
  flex-basis: 30%;
}
@media screen and (max-width: 1600px) {
  .support .download-box .item .time {
    flex-basis: 150px;
  }
}
.support .download-box .item .time span {
  display: none;
}
@media screen and (max-width: 500px) {
  .support .download-box .item .time {
    flex-basis: 130px;
    font-size: 14px;
  }
  .support .download-box .item .time span {
    display: inline-block;
  }
}
.support .download-box .item .download {
  flex-basis: 120px;
}
@media screen and (max-width: 500px) {
  .support .download-box .item .download {
    flex-basis: 80px;
  }
}
.support .download-box .item .download a {
  font-family: HarmonyOS_Sans_SC_Medium;
  width: 100%;
  height: 44px;
  border: 1px solid var(--dominant-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dominant-color);
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .support .download-box .item .download a {
    width: 100%;
    height: 30px;
  }
  .support .download-box .item .download a:hover {
    background: var(--dominant-color);
    color: #fff;
  }
}
.support .download-box .item.download-title {
  background: #fafbfc;
  font-size: 18px;
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .support .download-box .item.download-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .support .download-box .item.download-title {
    font-size: 12px;
    display: none;
  }
}
.support .download-box .item.download-title div {
  font-family: HarmonyOS_Sans_SC_Medium;
}
.support .download-detail-box {
  min-height: 500px;
}
.support .download-detail-box .top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .support .download-detail-box .top {
    margin-bottom: 20px;
  }
}
.support .download-detail-box .top .title {
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 500px) {
  .support .download-detail-box .top .title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.support .download-detail-box .top .mid {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .support .download-detail-box .top .mid {
    margin: 4px 0;
  }
}
.support .download-detail-box .top .mid .m-item {
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .support .download-detail-box .top .mid .m-item {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.support .download-detail-box .top .mid .m-item::after {
  content: '';
  position: absolute;
  background: #999;
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
.support .download-detail-box .top .mid .m-item:last-child::after {
  display: none;
}
.support .download-detail-box .top .mid .m-item .m-img {
  margin-right: 10px;
  margin-bottom: 3px;
  width: 14px;
}
@media screen and (max-width: 500px) {
  .support .download-detail-box .top .mid .m-item .m-img {
    margin-right: 4px;
  }
}
.support .download-detail-box .detail {
  color: #666;
}
.support .download-detail-box .detail ul {
  padding-left: 20px;
  list-style: disc;
}
.support .download-detail-box .detail ul li {
  list-style: disc;
}
.support .download-detail-box .detail ul li::marker {
  color: #000;
  font-size: 18px;
}
.support .download-detail-box .download-click {
  padding: 8px 20px;
  border-radius: 22px;
  margin-top: 40px;
  width: fit-content;
  font-size: 16px;
  color: var(--dominant-color);
  display: flex;
  align-items: center;
  border: 1px solid var(--dominant-color);
}
.support .download-detail-box .download-click:hover {
  background: var(--dominant-color);
  color: #fff;
}
.support .download-detail-box .download-click:hover img {
  filter: grayscale(1) brightness(100);
}
.support .download-detail-box .download-click img {
  width: 14px;
  margin-left: 6px;
  margin-top: -3px;
}
.support .faq-box .item {
  background: #fafbfc;
  padding: 0 40px;
  margin-bottom: 20px;
  display: block;
}
.support .faq-box .item.active .faq-show {
  transition: max-height 1s;
}
@media screen and (max-width: 1024px) {
  .support .faq-box .item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .support .faq-box .item {
    padding: 0 20px;
    scroll-margin-top: 60px;
  }
}
.support .faq-box .item .faq-top {
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  .support .faq-box .item .faq-top {
    padding: 20px 0;
  }
}
.support .faq-box .item .faq-top .title {
  font-family: HarmonyOS_Sans_SC_Medium;
  color: #222;
  font-size: 16px;
  flex-basis: calc(100% - 40px);
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .support .faq-box .item .faq-top .title {
    font-size: 14px;
    align-items: flex-start;
  }
}
.support .faq-box .item .faq-top .title i {
  margin-right: 10px;
  font-size: 20px;
}
.support .faq-box .item .faq-top .change {
  border: 1px solid #222;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  transition: all 0.5s;
}
.support .faq-box .item .faq-top .change i {
  margin-top: 2px;
}
.support .faq-box .item .faq-top::after {
  content: '';
  width: 2px;
  height: 0;
  background: var(--dominant-color);
  position: absolute;
  top: 0;
  left: -40px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .support .faq-box .item .faq-top::after {
    left: -20px;
  }
}
.support .faq-box .item .faq-show {
  color: #666;
  display: none;
}
.support .faq-box .item .faq-show .faq-padding {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.support .faq-box .item.active .faq-top .title {
  color: var(--dominant-color);
}
.support .faq-box .item.active .faq-top .change {
  transform: rotate(180deg);
}
.support .faq-box .item.active .faq-top::after {
  height: 100%;
}
.support .emulators-box .items {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .support .emulators-box .items {
    margin-bottom: 0;
  }
  .support .emulators-box .items .side {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .support .emulators-box .items:last-of-type .title {
    margin-bottom: 0;
  }
}
.support .emulators-box .items .title {
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Medium;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support .emulators-box .items .title i {
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 500px) {
  .support .emulators-box .items .title {
    border-color: #fafbfc;
    padding: 0 20px;
    height: 44px;
    background: #fafbfc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 16px;
    cursor: pointer;
  }
  .support .emulators-box .items .title.active i {
    transform: rotate(180deg);
  }
  .support .emulators-box .items .title i {
    display: block;
  }
}
.support .emulators-box .items .items-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .support .emulators-box .items .items-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .support .emulators-box .items .items-box {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .support .emulators-box .items .items-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.support .emulators-box .items .items-box .item {
  border: 1px solid #e5e5e5;
  color: #666;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .support .emulators-box .items .items-box .item {
    border: 1px solid #f1f1f1;
  }
}
.support .emulators-box .items .items-box .item .text {
  text-align: center;
  margin-bottom: 10px;
}
.support .emulators-box .items .items-box .item:hover {
  border-color: var(--dominant-color);
  color: var(--dominant-color);
}
.support .ram-box .item .img .imgBox {
  padding-bottom: calc(76 / 120 * 100%);
}
.support .ram-box .item .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  transition: all 0.5s;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
}
.support .ram-box .item .text .title {
  flex-basis: calc(100% - 100px);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
}
@media screen and (max-width: 1280px) {
  .support .ram-box .item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .support .ram-box .item .text .title {
    font-size: 18px;
    line-height: 1.2;
    flex-basis: calc(100% - 40px);
  }
}
.support .ram-box .item .text .download {
  cursor: pointer;
}
.support .ram-box .item .text .download i {
  font-size: 26px;
}
.support .ram-box .item:hover .text {
  color: var(--dominant-color);
}
/*搜索结果*/
.search .back {
  font-size: 12px;
  color: #000;
}
.search .back i::after {
  content: 'prev';
  font-family: swiper-icons;
}
.search .back span {
  margin-left: 5px;
  line-height: 1;
  font-size: 14px;
}
.search .back:hover {
  color: var(--dominant-color);
}
.search .search-input {
  width: 100%;
  max-width: 540px;
  margin: auto;
  position: relative;
}
.search .search-input label {
  height: 54px;
  display: block;
}
@media screen and (max-width: 500px) {
  .search .search-input label {
    height: 40px;
  }
}
.search .search-input input {
  width: 100%;
  height: 100%;
  color: #999999;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding-right: 50px;
}
.search .search-input input::placeholder {
  color: #999999;
}
.search .search-input button {
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
}
@media screen and (max-width: 500px) {
  .search .search-input button {
    height: 40px;
    width: 50px;
  }
}
.search .search-input button i {
  color: #a2a2a2;
  font-size: 20px;
}
.search .search-input button:hover i {
  color: var(--dominant-color);
}
.search .search-input .keyword {
  font-size: 14px;
  color: #666666;
  margin: 20px auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.search .search-input .keyword a {
  border: 1px solid rgba(6, 108, 254, 0.2);
  color: var(--dominant-color);
  padding: 2px 10px;
  border-radius: 15px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .search .search-input .keyword a {
    font-size: 12px;
  }
}
.search .search-input .keyword a:hover {
  border-color: var(--dominant-color);
  background: var(--dominant-color);
  color: #fff;
}
.search .search-input .keyword .left {
  flex-basis: 80px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .search .search-input .keyword .left {
    height: 28px;
    line-height: 28px;
  }
}
.search .search-box {
  padding-top: 0;
  /*grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 40px;*/
  /*.img {
      border: 1px solid #eee;
    }

    .text {
      margin-top: 10px;

      .title {
        font-size: 16px;
      }

      .summary {
        font-size: 14px;
        color: #666;
      }
    }*/
  /*@media screen and (max-width: 500px) {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
    }*/
}
@media screen and (max-width: 500px) {
}
.search .search-box .download-item {
  flex-basis: 360px;
  display: flex;
}
@media screen and (max-width: 500px) {
  .search .search-box .download-item {
    display: inline-block;
    flex-basis: 200px;
  }
  .search .search-box .download-item .type {
    margin-bottom: 5px;
  }
}
.search .search-box .type {
  flex-basis: 180px;
}
@media screen and (max-width: 500px) {
  .search .search-box .type {
    flex-basis: 130px;
    font-size: 14px;
  }
}
.search .all-search .items {
  margin-top: 20px;
}
.search .all-search .items .top {
  padding: 0 20px;
  height: 44px;
  background: #fafbfc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.search .all-search .items .top i {
  transition: all 0.5s;
}
.search .all-search .items .top.active i {
  transform: rotate(180deg);
}
.search .all-search .items .bottom .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  margin: 20px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item {
    flex-direction: column;
  }
}
.search .all-search .items .bottom .item .img {
  width: 200px;
  margin-right: 40px;
}
.search .all-search .items .bottom .item .img .imgBox {
  padding-bottom: 130px;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item .img .imgBox {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item .img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.search .all-search .items .bottom .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.search .all-search .items .bottom .item .text {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item .text {
    width: 100%;
  }
}
.search .all-search .items .bottom .item .text .title {
  font-size: 20px;
  line-height: 1.2;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item .text .title {
    font-size: 18px;
  }
}
.search .all-search .items .bottom .item .text .summary {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .bottom .item .text .summary {
    font-size: 12px;
  }
}
.search .all-search .items .bottom .item:hover .text .title {
  color: var(--dominant-color) !important;
}
.search .all-search .items .a_link_box {
  display: none;
}
.search .all-search .items .a_link {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
  padding: 20px;
}
@media screen and (max-width: 1600px) {
  .search .all-search .items .a_link {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .search .all-search .items .a_link {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .search .all-search .items .a_link {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .search .all-search .items .a_link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search .all-search .items .a_link a {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .search .all-search .items .a_link a {
    font-size: 14px;
  }
}
.search .all-search .items .a_link a:hover {
  color: var(--dominant-color);
}
.search .all-search .support .faq-box .item {
  background: none;
  margin-top: 20px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 20px 20px;
}
.search .all-search .support .faq-box .item .faq-top {
  padding: 0;
}
.search .all-search .support .faq-box .item .faq-top::after {
  display: none;
}
.search .all-search .support .faq-box .item .faq-top .title {
  font-size: 16px;
  color: #222222;
  transition: all 0.5s;
}
.search .all-search .support .faq-box .item .faq-top .title:hover {
  color: var(--dominant-color);
}
.search .all-search .support .faq-box .item .faq-show {
  margin-top: 10px;
  padding-top: 10px;
}
.search .all-search .support .video-box {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
}
.search .all-search .support .download-box .item {
  padding: 10px 20px;
  border-color: #f7f7f7;
  color: #000;
}
.search .all-search .support .download-box .item .time {
  color: #666;
}
/*响应式*/
@media screen and (max-width: 1024px) {
  /*header*/
  header .header-menu .header-box-bg .header-box {
    height: 80px;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child span {
    display: inline-block;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child img {
    display: none;
  }
  header .section .header-box .menu-box .menu-list .firstItem:last-child .firstItem-title {
    border: none;
  }
}
@media screen and (max-width: 500px) {
  header .header-menu .header-box {
    padding: 0;
    height: 60px;
  }
  header .header-menu .header-box .logo {
    margin-left: 5%;
    position: relative;
    z-index: 100;
    width: 50%;
  }
  header .header-menu .header-box .menu-box {
    background: none;
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    z-index: 10;
    top: 0 !important;
    width: 100%;
    justify-content: flex-end;
  }
  header .header-menu .header-box .menu-box .phone-click {
    cursor: pointer;
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    right: 5%;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line {
    height: 2px;
    background: #fff;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::before,
  header .header-menu .header-box .menu-box .phone-click .phone-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::before {
    top: 0;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click .phone-line::after {
    bottom: 0;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line {
    background: rgba(255, 255, 255, 0) !important;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(7px) rotate(45deg);
  }
  header .header-menu .header-box .menu-box .phone-click.active .phone-line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-7px) rotate(-45deg);
  }
  header .header-menu .header-box .menu-box .phone-show {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    padding-top: 30px;
  }
  header .header-menu .header-box .menu-box .menu-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list .language {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a {
    color: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a::after {
    background: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title {
    height: 50px;
    width: 100%;
    padding: 0;
    position: relative;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a:hover {
    color: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a:hover::after {
    background: var(--dominant-color);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i.active {
    transform: rotate(45deg);
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i::before {
    content: '';
    width: 16px;
    position: absolute;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title i::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title::after {
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box {
    top: 0 !important;
    border-top: none;
    box-shadow: none;
    position: relative;
    left: 0;
    font-size: 12px;
    transform: translateX(0);
    width: 100%;
    margin-left: 20px;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box .second-box-list {
    margin-top: 0;
    padding: 2px;
    background: none;
    justify-content: flex-start;
    flex-direction: column;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box .second-box-list::after {
    left: 20px;
    right: auto;
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box a {
    text-align: left;
    margin-bottom: 10px;
    color: #333;
    padding: 0;
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list .firstItem .second-box a:hover {
    color: #333;
    text-decoration: underline;
  }
  header .header-menu .header-box .menu-box .menu-list-phone {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    height: 100vh;
    left: 0;
    width: 100%;
    top: 50px;
    padding: 20px;
    display: none;
    z-index: 10;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-list-box {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside {
    border-right: 1px solid #e1e3e6;
    height: 100%;
    overflow: hidden;
    width: 120px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item a {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-aside .item.active::after {
    content: '';
    width: 4px;
    height: 15px;
    background: var(--dominant-color);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content {
    flex: auto;
    width: calc(100% - 120px);
    padding: 0 10px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-content {
    display: none;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-content.active {
    display: block;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .title {
    font-size: 12px;
    color: #666;
    text-align: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .summary {
    font-size: 12px;
    text-align: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .imgBox {
    height: auto;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-title {
    text-align: center;
    font-size: 12px;
  }
  header .header-menu .header-box .menu-box .menu-list-phone .menu-content .item-list .item .second-item-support-link a {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
  }
  header .information {
    margin-top: 0;
    margin-left: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .phone-search-click {
    position: fixed;
    top: 0;
    right: calc(5% + 50px);
    display: flex;
    bottom: 0;
    align-items: center;
    width: 20px;
    z-index: 100;
    cursor: pointer;
    height: 80px;
  }
}
/*放大镜*/
div.zoomDiv {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
}
div.zoomDiv img {
  max-width: inherit;
}
div.zoomMask {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  cursor: move;
  z-index: 1;
}
.select2-results {
  max-height: 0;
  overflow: hidden;
}
/* 定义过渡效果 */
.with-transition {
  transition: all 0.3s ease;
  /* 可以根据需要调整过渡时间和过渡类型 */
}
/* 当下拉框被打开时，增加 max-height 来显示下拉框 */
.select2-container--open .select2-results.with-transition {
  max-height: 230px;
  /* 这里可以根据需要调整最大高度 */
}
.quick-form {
  position: relative;
  z-index: 3;
}
.quick-form .item {
  cursor: pointer;
  margin-top: 10px;
  position: relative;
}
.quick-form .item .i-title {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .quick-form .item .i-title {
    padding: 0 20px;
    border-color: #f1f1f1;
  }
}
.quick-form .item .i-title i {
  color: #000;
  font-size: 14px;
}
.quick-form .item .i-slider {
  max-height: 230px;
  background: #fafafa;
  overflow: auto;
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 2;
  border: 1px solid #f1f1f1;
}
.quick-form .item .i-slider li {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-left: 20px;
  cursor: pointer;
}
.quick-form .item .i-slider li.active {
  background: #f1f1f1;
}
.zhanwei {
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zhanwei {
    height: 50px;
  }
}
.zhanwei img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.scrollItem {
  scroll-margin-top: 60px;
}
.question-box {
  position: relative;
}
.question-box .svg-icon {
  margin-left: 10px;
  position: relative;
  display: flex;
  cursor: help;
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .question-box .svg-icon {
    margin-top: 6px;
  }
}
@media screen and (max-width: 500px) {
  .question-box .svg-icon {
    margin-left: 4px;
    position: initial;
    margin-top: 2px;
  }
}
.question-box i {
  display: flex;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 500px) {
  .question-box i {
    height: 20px;
  }
}
.question-box i::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  content: '';
  border-style: solid;
  border-width: 20px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-color: #fff transparent transparent transparent;
  box-shadow: 0 0 0 #C8CFD2;
  z-index: 12;
}
@media screen and (max-width: 500px) {
  .question-box i::after {
    margin-left: 0;
    left: auto;
    bottom: 20px;
    transform: translateX(0);
    border-width: 10px;
  }
}
.question-box svg {
  width: 30px;
  height: 30px;
  fill: #000;
}
@media screen and (max-width: 500px) {
  .question-box svg {
    width: 20px;
    height: 20px;
  }
}
.question-box .show-box {
  background: #fff;
  width: 800px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 30px 0 #C8CFD2;
  font-size: 14px;
  padding: 20px 24px;
  border-radius: 10px;
  text-align: left;
  line-height: 1.2;
  display: none;
  z-index: 11;
  font-weight: 100;
  color: #36444b;
}
@media screen and (max-width: 1024px) {
  .question-box .show-box {
    width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .question-box .show-box {
    width: auto;
    font-size: 12px;
    padding: 20px;
    left: 0;
    transform: translateX(0);
    margin-bottom: 10px;
    bottom: 30px;
  }
}
.move-texts {
  height: 100vh !important;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.move-texts .move-text {
  width: 100%;
  font-weight: 900;
  font-size: 10vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  /* 设置文本的颜色为白色，以便于背景渐变的颜色遮罩 */
  color: white;
  background: linear-gradient(to right, #4ae5fd, #549aff);
  /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
  /* 使用 color 作为遮罩，实际看到的是背景渐变 */
  -webkit-text-fill-color: transparent;
  /* 防止文本阴影遮挡背景渐变 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Medium;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.product-detail .features .product-detail-bottom .temp-section2 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mangban2 {
  margin-top: -5px;
}
.faq-menu .item .f-title {
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
}
.faq-menu .item .f-item a {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.faq-menu .item .f-item a:hover {
  color: var(--dominant-color);
}
.product .product-box .items .item-box:hover {
  z-index: 15;
}
.product .product-box .items .item-box:hover .product-compare-box {
  opacity: 1;
}
.product-compare-box {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #666;
  opacity: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .product-compare-box {
    opacity: 1;
    right: 10px;
    top: 10px;
  }
  .product-compare-box > span {
    display: none;
  }
}
.product-compare-box .check {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 500px) {
  .product-compare-box .check {
    width: 16px;
    height: 16px;
  }
}
.product-compare-box.active {
  opacity: 1;
}
.product-compare-box.active .check {
  background: url('../images/add/check.png') no-repeat center / cover;
}
.product-compare-box.disabled {
  cursor: not-allowed;
}
.netis-compare {
  font-weight: 500;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  color: #fff;
  background: rgba(63, 64, 64, 0.9);
  display: none;
}
.netis-compare .netis-compare-container {
  max-width: 65em;
  margin: 0 auto;
  padding: 1.25em 0 1.5em;
  display: flow-root;
}
.netis-compare .netis-compare-title {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.666666em;
}
@media screen and (max-width: 500px) {
  .netis-compare .netis-compare-title {
    font-size: 16px;
  }
}
.netis-compare .netis-compare-text {
  float: right;
}
.netis-compare .netis-compare-btn {
  line-height: 2;
  min-width: 6em;
  text-align: center;
}
.netis-compare .netis-compare-btn + .netis-compare-btn {
  margin-top: 1.25em;
}
.netis-compare .netis-compare-btn > a {
  display: block;
  color: #fff !important;
  border: 1px solid var(--dominant-color);
  text-decoration: none;
  background: var(--dominant-color);
  border-radius: 0.25em;
}
.netis-compare .netis-compare-btn > a.disabled {
  cursor: not-allowed;
}
.netis-compare .netis-compare-cancel > a {
  color: var(--dominant-color) !important;
  background: 0 0;
}
.netis-compare .netis-compare-list-box:after {
  height: 0;
  display: table;
}
.netis-compare .netis-compare-item {
  width: 26%;
  max-width: 15em;
  margin-right: 5%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 0.25em;
}
.netis-compare .netis-compare-wrapper {
  height: 0;
  padding-bottom: 100%;
}
.netis-compare .netis-compare-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 75%;
  max-height: 75%;
}
.netis-compare .netis-compare-close {
  position: absolute;
  top: 0.5625em;
  right: 0.5625em;
  width: 0.875em;
  height: 0.875em;
  cursor: pointer;
  background: url(../images/add/icon-close-bold.svg) 50% 50% no-repeat;
}
@media (max-width: 1024px) {
  .netis-compare .netis-compare-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 736px) {
  .netis-compare .netis-compare-item {
    width: 23%;
    margin-right: 3%;
  }
}

