/*
Theme Name: ZEEGLUX
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}

* {
  box-sizing: border-box;
  line-height: 170%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

:root {
  --i_color: #b71709;
  --i_color2: #003770;
  --font_color: #001831;
  --bc_color: #f2f5f5;
  --radius_size: 0.6rem;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  --header_height: 1rem;
  --top_line: 50px;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
  --linear-gradien: linear-gradient(to right top, #1575b5, #116db1);
}

@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
    --radius_size: 0.3rem;
  }
}

.wrap {
  width: 62.5%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  padding-left: 18.75%;
}

.wrap_r {
  padding-right: 18.75%;
}

.top_wrap {
  width: 83.3%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .wrap {
    width: 83.33%;
  }

  .wrap_l {
    padding-left: 8.335%;
  }

  .wrap_r {
    padding-right: 8.335%;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }

  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.com_path {
  position: relative;
  overflow: hidden;
  border-radius: 0 0.2rem;
}

.b_r_radius {
  border-bottom-right-radius: var(--radius_size);
}

.b_l_radius {
  border-bottom-left-radius: var(--radius_size);
}

.t_r_radius {
  border-top-right-radius: var(--radius_size);
}

.top_line {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top_line {
    display: none;
  }
}

.top_list {
  height: var(--header_height);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.3rem;
}

.top_list .logo {
  width: 20%;
}

.top_list .top_r {
  width: 80%;
}

.top_r_b {
  margin-top: 10px;
}

.top_list .top_r>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_list .top_r .ico {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 16px;
  color: #666;
  margin-left: 0.1rem;
}

/* 搜索框 */
.top_search {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-left: auto;
}

.top_search form {
  width: 100%;
  background-color: #eee;
  font-size: 0;
  overflow: hidden;
}

.top_search .top_search_ipt,
.top_search .top_search_btn {
  display: inline-block;
  vertical-align: middle;
}

.top_search .top_search_ipt {
  width: calc(100% - 36px);
  height: 36px;
  background-color: #eee;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 16px;
  color: #555;
}

.top_search .top_search_btn {
  width: 36px;
  height: 36px;
  background: #434343 url(static/images/search.svg) no-repeat center;
  background-size: 20px;
  cursor: pointer;
}

/* 语言按钮 */
.language {
  position: relative;
  display: flex;
  align-items: center;
}

.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  font-size: 0.3rem;
  color: #434343;
}

.language p.on {
  color: var(--i_color);
}

.language p.on::before {
  border-top-color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}

.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

.language_list dt>h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}

.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}

.lang_list span img {
  display: none;
}

.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}

.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}

.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

/* logo */
.logo {
  width: 50%;
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.logo img {
  width: 1.8rem;
}

.logo p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.logo p:first-letter {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .logo img {
    width: 1.4rem;
  }
}

.header_cont {
  width: 100%;
  position: relative;
  background: #383838;
  display: flex;
  align-items: center;
  height: var(--top_line);
}

.header_cont .logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header_cont .logo {
    display: block;
  }

  .header_cont {
    padding: 0 0.2rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.2rem;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--top_line);
    border-bottom: 2px solid transparent;
  }

  .i_nav>.current-menu-item>a,
  .i_nav>.current-category-ancestor>a,
  .i_nav>.current-post-ancestor>a,
  .i_nav>.current-menu-ancestor>a,
  .i_nav>.current-menu-parent>a,
  .i_nav>li:hover>a,
  .i_nav .curr>a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }

  .i_nav>li.menu-item-has-children>a {
    padding-right: 24px;
  }

  .i_nav>.menu-item-has-children>a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("static/images/arrow_down_hollow_bai.svg") no-repeat center;
    background-size: 100%;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    border-bottom: 2px solid var(--i_color);
  }

  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu>li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu>li:hover>a {
    color: #fff;
  }

  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
  }

  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }

  .i_nav>li>a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.3rem;
  }

  .i_nav>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top_line);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 100;
  }

  .i_nav a {
    display: block;
  }

  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav>li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav>.menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav>.menu-item-has-children span.on {
    transform: rotate(180deg);
  }

  .i_nav>li>a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }

  .i_nav>li>.sub-menu {
    display: none;
  }

  .i_nav>li>.sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }

  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}

.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}

@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}

/* -------------------产品下拉----------------- */
@media screen and (min-width: 1025px) {
  .drop_p .sub-menu {
    display: none !important;
  }
}

.dropnav_box {
  position: fixed;
  box-shadow: var(--i_shadow);
  left: 0;
  top: calc(var(--header_height) + var(--top_line));
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  padding: 0.2rem;
}

.vb-mega-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  position: relative;
  z-index: 2;
  overflow-y: auto;
  max-height: 100vh;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* iOS 弹性 */
  scrollbar-width: thin;
}

.vb-mega-grid::-webkit-scrollbar {
  width: 6px;
}

.vb-mega-grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.vb-mega-col {
  flex: 0 0 20%;
  min-width: 130px;
  padding: 0 10px;
  box-sizing: border-box;
}

.vb-mega-tit {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  height: 45px;
  /* 固定高度确保所有横线对齐 */
  display: flex;
  align-items: flex-end;
}

.vb-mega-list {
  list-style: none;
  padding: 0;
}

.vb-mega-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}

.vb-mega-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0.6;
}

.vb-mega-list li a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

.vb-mega-list li a:hover {
  color: var(--i_color);
  transform: translateX(5px);
}

.TopHeader .header_cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.TopHeader .dropnav_box {
  top: var(--top_line);
}

/* ----首页banner-------------- */
.banner_cont {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--bc_color);
  padding: 0.2rem 0;
}

.banner_cont .wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  min-height: 40vh;
}

.banner_cont .l_menu {
  width: 25%;
}

.banner_cont .r_cont {
  width: 75%;
  position: relative;
}

@media screen and (max-width: 1024px) {

  .banner_cont .l_menu,
  .banner_cont .r_cont {
    width: 100%;
    border-radius: 6px;
  }
}

.banner_cont .l_menu a {
  display: flex;
  padding: 0.1rem 0.2rem;
  gap: 0 10px;
  align-items: center;
}

.banner_cont .l_menu h6 {
  font-size: 0.14rem;
  color: #333;
  font-weight: normal;
}

.banner_cont .l_menu a:hover {
  background: var(--i_color);
}

.banner_cont .l_menu a:hover h6 {
  color: #fff;
}

.banner_cont .l_menu .ico {
  width: 0.3rem;
  height: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.banner_cont .l_menu .ico img {
  max-width: 80%;
}

.switch_content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.switch_content>div:not(:first-child) {
  display: none;
}

.in_cat_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.2rem;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2%;

  &::-webkit-scrollbar {
    width: 4px;
  }

  &::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
}

.in_cat_list li {
  width: calc((100% - 0.8rem) / 5);
}

@media screen and (max-width: 1440px) {
  .in_cat_list li {
    width: calc((100% - 0.6rem) / 4);
  }
}

@media screen and (max-width: 1024px) {
  .in_cat_list li {
    width: calc((100% - 0.4rem) / 3);
  }
}

@media screen and (max-width: 768px) {
  .in_cat_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}

.in_cat_list a {
  display: block;
  width: 100%;
}

.in_cat_list .img {
  position: relative;
  overflow: hidden;
}

.in_cat_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.in_cat_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_cat_list h6 {
  font-size: 0.16rem;
  margin: 10px 0;
  text-align: center;
  font-weight: normal;
}

.in_cat_list li:hover {
  background: var(--i_color);
}

.in_cat_list li:hover h6 {
  color: #fff;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.banner.hide-by-zindex {
  z-index: -1;
}

.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 2;
}

.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner .swiper-slide {
  height: 0;
  padding-bottom: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .banner .swiper-slide {
    padding-bottom: 50vh;
  }
}

@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 40vh;
  }
}

.banner .swiper-slide>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: contain;
  z-index: 2;
}

.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: rgb(0 0 0 / 30%);
  font-size: 0.2rem;
  color: #fff;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-button-prev {
  left: 0;
}

.banner-button-next {
  right: 0;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
}

.banner-pagination {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.2rem;
  text-align: center;
  z-index: 2;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  margin: 0 6px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .banner-button-prev,
  .banner-button-next {
    width: 42px;
    height: 42px;
  }

  .banner-button-prev iconify-icon,
  .banner-button-next iconify-icon {
    font-size: 20px;
  }

  .banner-pagination {
    display: block;
  }
}

.b_t1 {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

  .text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
}

.b_t1 h5 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.b_t1 p {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.2rem;
}

@media screen and (max-width: 768px) {
  .b_t1 p {
    font-size: 0.15rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .b_t1 h5 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 560px) {
  .b_t1 {
    width: 100%;
  }

  .b_t1 p {
    font-size: 0.14rem;
  }

  .b_t1 h5 {
    font-size: 0.18rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* -------------------底部-------------------------- */
footer {
  background: url(static/images/bc_foot.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.f_top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.f_top h6 {
  font-size: 0.24rem;
  color: #333;
  text-align: right;
}

.f_logo img {
  max-width: 1.4rem;
}

.f_logo h3 {
  font-size: 14px;
  color: #666;
  line-height: 180%;
  font-weight: normal;
  margin: 0.2rem 0;
}

@media screen and (max-width: 1024px) {
  .f_logo img {
    max-width: 1rem;
  }
}

.f_left,
.f_right {
  padding: 0.5rem 0;
}

.f_left {
  width: 30%;
}

.f_right {
  width: 70%;
}

.f_cont,
.f_menu_cont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f_contact_list li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
}

.f_contact_list li:first-child a {
  color: #333;
  font-weight: bold;
}

.f_contact_list a,
.f_contact_list p {
  display: inline;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.8);
}

.f_contact_list a:hover {
  color: var(--i_color);
}

.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.f_media a {
  width: 0.38rem;
  height: 0.38rem;
  background: var(--i_color);
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.f_media a:hover {
  background: var(--i_color2);
}

.f_menu_cont {
  padding-left: 5%;
}

.f_menu ul ul {
  display: none;
}

.f_menu a {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 0.12rem;
}

.f_menu a:hover {
  color: var(--i_color);
}

.f_tit {
  font-size: 0.24rem;
  color: #222;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .f_contact_list li:first-child a {
    font-size: 0.24rem;
  }

  .f_left,
  .f_right {
    padding: 0.4rem 0;
  }

  .f_menu_cont {
    padding-left: 4%;
  }

  .f_top h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .f_left {
    width: 100%;
    padding: 0.3rem 0;
  }

  .f_right {
    display: none;
  }

  .f_contact_list li:first-child a {
    font-size: 0.2rem;
  }

  .f_contact_list a,
  .f_contact_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .f_left {
    padding: 0.2rem 0;
  }
}

.f_cr {
  background: var(--font_color);
  border-radius: 0 0.5rem 0 0;
}

.f_cr .wrap {
  padding: 0.24rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.6;
  position: relative;
}

.f_cr a {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .f_cr .wrap {
    padding: 0.16rem 0;
    gap: 6px 0;
  }

  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 0.14rem;
    padding: 0;
    border: none;
  }
}

div.wpforms-container-full input[type="text"]:focus {
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.wpforms-hidden {
  display: none;
}

/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}

.i_tit.center {
  text-align: center;
}

.i_tit>h2 {
  font-size: 0.42rem;
  color: #333;
  position: relative;
  text-transform: capitalize;
  line-height: 120%;
}

.i_tit>p {
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
}

.i_tit.white>h2 {
  color: #fff;
}

.i_tit.color>h2 {
  color: var(--i_color2);
}

.i_tit.white>p {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .i_tit>h2 {
    font-size: 0.34rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_tit>h2 {
    font-size: 0.24rem;
    padding-bottom: 10px;
  }

  .i_tit>p {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .i_tit>h2 {
    font-size: 0.2rem;
  }
}

.i_more {
  display: table;
  padding: 8px 0.24rem;
  background: none;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  background: var(--i_color);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.16rem;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
}

.i_more b iconify-icon {
  font-size: 0.2rem;
}

.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}

.i_more:hover::before {
  width: 180%;
}

.i_more_line {
  background: none;
  border: 1px solid var(--i_color);
}

.i_more_line::before {
  background: var(--i_color);
}

.i_more_line b {
  color: var(--i_color);
}

.i_more_line:hover b {
  color: #fff;
}

.i_more_w {
  background: none;
  border: 1px solid #fff;
}

.i_more_w b {
  color: #fff;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}

@media screen and (max-width: 1440px) {
  .i_more {
    padding: 6px 0.3rem;
  }

  .i_more b {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .i_more b {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}

.more {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.more:hover {
  transform: translateY(-4px);
}

.bc {
  background: var(--bc_color);
}

.bc_deep {
  background: var(--font_color);
  color: #fff;
}

.gra_color {
  background: var(--linear-gradien);
}

.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.bor {
  -webkit-border-radius: 0.6rem 0.6rem 0 0;
  border-radius: 0.6rem 0.6rem 0 0;
}

@media screen and (max-width: 1440px) {
  .bor {
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    border-radius: 0.4rem 0.4rem 0 0;
  }
}

.text_linear_color {
  display: table;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
  background: linear-gradient(to right, var(--i_color2), var(--i_color));
  background-clip: text;
  -webkit-background-clip: text;
}

/* ----------------------------首页------------------------------------- */
.cat_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.cat_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.cat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat_list a {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bc_color);
  padding: 0.3rem 0.2rem;
}

.cat_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  margin: 0.2rem 0;
}

.cat_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.cat_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat_list li:hover img {
  width: 105%;
  height: 105%;
}

.cat_list h6 {
  font-size: 0.16rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_more_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 30px;
  background-color: #ffffff;
  color: #1a1a1a;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.cat_list li:hover h6 {
  color: var(--i_color);
}

.i_more_btn span {
  font-size: 14px;
  font-weight: 600;
}

.i_more_btn iconify-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.i_more_btn:hover {
  background-color: var(--i_color);
  color: #ffffff;
  border-color: var(--i_color);
  box-shadow: 0 8px 20px rgba(0, 118, 209, 0.2);
  transform: translateY(-2px);
}

.i_more_btn:hover iconify-icon {
  transform: scale(1.1);
}

.i_more_btn:active {
  transform: scale(0.95);
}

.cat_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cat-prev,
.cat-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}

.cat-prev {
  transform: translateX(-0.6rem);
}

.cat-next {
  transform: translateX(0.6rem);
}

.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}

.cat-prev:hover,
.cat-next:hover {
  opacity: 1;
}

.cat-pagination {
  text-align: center;
}

.cat-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.cat-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.cat-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.i_solution {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.i_solution .img_swiper {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.i_solution .txt {
  width: 45%;
}

.sol_list {
  position: relative;
  overflow: hidden;
}

.sol_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.sol_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.sol-prev,
.sol-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  display: none;
}

.sol-prev {
  left: 0%;
}

.sol-next {
  right: 0%;
}

.sol_list .swiper-button-disabled {
  cursor: not-allowed;
}

.sol-prev:hover,
.sol-next:hover {
  background: var(--i_color2);
}

.sol-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sol-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}

.sol-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.sol_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sol_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.sol_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_solution .txt img {
  max-width: 1rem;
  display: block;
}

.i_solution h6 {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  color: var(--i_color);
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .i_solution h6 {
    font-size: 0.2rem;
  }

  .i_solution .txt img {
    max-width: 0.6rem;
  }
}

@media screen and (max-width: 1024px) {

  .i_solution .img,
  .i_solution .txt {
    width: 100%;
  }

  .i_solution h6 {
    font-size: 0.18rem;
  }
}

.i_solution article {
  color: var(--font_color);
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
  margin: 0.2rem 0;
}

.i_solution article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

.i_solution article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.i_solution article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.i_solution article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .i_solution article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }

  .i_solution article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_solution article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .i_solution article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.i_product {
  background: var(--font_color);
}

.i_hp_control {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.2rem;
}

.i_hp_control .more {
  background: #fff;
  color: var(--i_color);
}

.ip-pagination {
  width: calc(100% - 1.5rem);
  height: 2px;
  background: #d6d6d6;
  position: relative;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}

.ip-pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.i_hp_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.i_hp_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 0.2rem;
}

.i_hp_list .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.i_hp_list .swiper-button-disabled {
  cursor: not-allowed;
}

.i_hp_list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  padding: 0.2rem;
}

.i_hp_list .logo {
  width: 0.4rem;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  filter: grayscale(100%);
}

.i_hp_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.i_hp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.i_hp_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_hp_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
  font-weight: bold;
}

.i_hp_list button {
  display: table;
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  color: #666;
  background: var(--bc_color);
  border-radius: 6px;
}

.i_hp_list li,
.i_hp_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_hp_list li:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0px 4px 10px rgba(21, 117, 181, 0.2);
}

.i_hp_list li:hover .img img {
  width: 105%;
  height: 105%;
}

.i_hp_list li:hover .logo {
  filter: grayscale(0%);
}

.i_hp_list li:hover button {
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .i_hp_list .swiper-wrapper {
    padding-top: 0.4rem;
  }

  .i_hp_list li:hover {
    transform: translateY(-0.2rem);
  }
}

@media screen and (max-width: 768px) {
  .i_hp_list a {
    padding: 0.1rem;
  }

  .i_hp_list .img {
    border-radius: 0.1rem;
  }

  .i_hp_list p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}

.i_brand_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.i_brand_box::before {
  content: "";
  display: block;
  padding-bottom: 16%;
}

@media screen and (max-width: 1440px) {
  .i_brand_box::before {
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 768px) {
  .i_brand_box::before {
    padding-bottom: 40%;
  }
}

.i_brand_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.i_brand_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.i_brand_list .swiper-slide {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  height: calc((100% - 30px) / 2);
  position: relative;
}

.brand-pagination {
  text-align: center;
}

.brand-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.brand-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.brand-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.brand-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.i_brand_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.i_brand_list .img::before {
  content: "";
  display: block;
  padding-bottom: 44.22%;
}

.i_brand_list .img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_brand_list li:hover img {
  width: 90%;
  height: 90%;
}

.i_new .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.15rem;
}

.i_n_list li {
  width: calc((100% - 0.3rem) / 3);
}

@media screen and (max-width: 768px) {
  .i_n_list {
    gap: 0.3rem 0;
  }

  .i_n_list li {
    width: 100%;
  }
}

.i_n_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.i_n_list a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.i_n_list .img {
  position: relative;
  overflow: hidden;
}

.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}

.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_n_list .txt {
  padding: 0.2rem;
  overflow: hidden;
}

.i_n_list h6 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_n_list p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.i_n_list .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.i_n_list .date span {
  font-size: 0.16rem;
}

.i_n_list .more {
  transform: translateX(0.36rem);
  opacity: 0;
}

.i_n_list li,
.i_n_list a::after,
.i_n_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_n_list li:hover {
  box-shadow: var(--i_shadow);
}

.i_n_list li:hover .more {
  transform: translateX(0);
  opacity: 1;
}

.i_n_list li:hover h6 {
  color: var(--i_color);
}

.i_n_list li:hover span {
  color: var(--i_color);
}

.i_n_list li:hover a::after {
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    font-size: 0.18rem;
  }

  .i_n_list p {
    font-size: 14px;
  }
}

/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 50vh;
}

.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  text-align: center;
}

.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.4rem;
}

.in_banner p {
  font-size: 0.18rem;
  width: 60%;
  margin: 0.2rem auto 0;
}

@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }

  .in_banner p {
    font-size: 0.16rem;
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }

  .in_banner h4 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .in_banner p {
    font-size: 14px;
    width: 100%;
    margin-top: 0.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
}

.in_position {
  padding: 0.16rem 0;
}

.in_position .wrap {
  height: 20px;
}

.in_position a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 20px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 6px;
  color: #666;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 15px;
  }

  .in_position {
    bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }

  .in_position {
    bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }

  .in_position {
    bottom: 0rem;
  }
}

/* ------------products------------ */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}

.p_nav .tit h5 {
  font-size: 0.24rem;
}

.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }

  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}

.p_menu_list li {
  position: relative;
}

.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.14rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}

.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}

.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list>li:hover>a,
.p_menu_list>li.active>a {
  color: var(--i_color);
}

.p_menu_list>li.active>a {
  font-weight: bold;
}

.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}

.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}

.p_menu_list ul ul li a {
  color: #333;
  padding-left: 40px;
}

.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_menu_list>li:hover>span,
.p_menu_list>li.active>span {
  color: var(--i_color);
}

.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}

.p_nav .img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

.in_c_name h6 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }
}

.in_c_name article {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}

.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_c_name article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_c_name article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_c_name article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}

.in_p_r a {
  position: relative;
}

.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}

.in_p_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }

  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}

.in_p_list>a {
  display: block;
  width: 100%;
}

.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.in_p_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}

.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_p_list li:hover .img {
  border-color: var(--i_color);
}

.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list li:hover h6 {
  color: var(--i_color);
}

.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}

@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}

@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }

  .in_p_list p {
    font-size: 13px;
  }
}

/* ------------service--------------- */
.ser_menu .wrap {
  display: flex;
  gap: 0.1rem 0.4rem;
}

.ser_menu li {
  width: 33%;
  border-left: 1px solid #ddd;
}

.ser_menu li:last-child {
  border-right: 1px solid #ddd;
}

.ser_menu li a {
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.28rem;
  color: #89939e;
  cursor: pointer;
}

.ser_menu li.current a {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .ser_menu li a {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .ser_menu li a {
    padding: 0.12rem 0;
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 959px) {
  .ser_menu li a {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .ser_menu li a {
    font-size: 14px;
  }
}

.in_s_list {
  display: flex;
  justify-content: space-between;
  gap: 0 0.2rem;
}

.in_s_list li {
  max-width: 16%;
  color: var(--font_color);
  padding: 0.2rem;
}

.in_s_list li:first-child {
  background: var(--i_color);
}

.in_s_list li:nth-child(3) {
  background: #75d565;
}

.in_s_list li:nth-child(5) {
  background: #ffbc30;
}

.in_s_list li:nth-child(7) {
  background: #ff4154;
}

.in_s_list li:nth-child(9) {
  background: var(--i_color2);
}

.in_s_list .img {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in_s_list img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: contain;
}

.in_s_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.in_s_list iconify-icon {
  color: #fff;
  font-size: 0.4rem;
}

.in_s_list h6 {
  font-size: 0.18rem;
  margin: 0.16rem 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .in_s_list {
    flex-wrap: wrap;
  }

  .in_s_list li {
    width: 33%;
  }

  .in_s_list img {
    display: none;
  }

  .in_s_list iconify-icon {
    font-size: 0.3rem;
  }

  .in_s_list h6 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}

@media screen and (max-width: 560px) {
  .in_s_list iconify-icon {
    font-size: 0.3rem;
  }
}

.in_tit {
  font-size: 0.2rem;
  text-align: center;
  font-weight: bold;
}

.workshop_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.workshop_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  overflow: hidden;
}

.workshop_list li::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.workshop_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .workshop_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}

@media screen and (max-width: 560px) {
  .workshop_list li {
    width: 100%;
  }
}

.sp_list {
  position: relative;
  overflow: hidden;
}

.sp_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.sp_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.sp-prev,
.sp-next {
  position: absolute;
  top: 20%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}

.sp-prev {
  left: 0;
}

.sp-next {
  right: 0;
}

.sp_list .swiper-button-disabled {
  cursor: not-allowed;
}

.sp-prev:hover,
.sp-next:hover {
  background: var(--font_color);
}

.sp-pagination {
  text-align: center;
}

.sp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}

.sp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.sp_list .img {
  position: relative;
  overflow: hidden;
}

.sp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.sp_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sp_list h6 {
  font-size: 0.2rem;
  text-align: center;
  margin: 0.1rem 0;
}

.sp_list .img img,
.sp_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sp_list li:hover img {
  width: 105%;
  height: 105%;
}

.sp_list li:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .sp_list li {
    width: calc((100% - 0.3rem) / 2);
  }

  .sp_list h6 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 560px) {
  .sp_list li {
    width: 100%;
  }

  .sp_list h6 {
    font-size: 0.16rem;
  }
}

/* ----------------about---------------- */
.in_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.in_about .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.in_about .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.in_about .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_about .txt {
  width: 45%;
}

.in_about h6 {
  font-size: 0.3rem;
  color: var(--i_color);
}

.in_about p {
  font-size: 0.16rem;
  color: #333;
}

@media screen and (max-width: 768px) {

  .in_about .img,
  .in_about .txt {
    width: 100%;
  }

  .in_about h6 {
    font-size: 0.24rem;
  }
}

.vb-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.vb-review-card {
  background: #ffffff;
  padding: 0.5rem 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #f0f0f0;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 装饰性引言图标 */
.vb-review-quote {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  font-size: 0.5rem;
  color: var(--i_color);
  opacity: 0.1;
  /* 极淡的颜色作为背景装饰 */
}

.vb-review-body p {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #444;
  font-style: italic;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}

.vb-review-user {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  border-top: 1px solid #f5f5f5;
  padding-top: 0.25rem;
}

.vb-user-info strong {
  display: block;
  font-size: 0.18rem;
  color: #1a1a1a;
  margin-bottom: 0.05rem;
}

.vb-user-info span {
  font-size: 0.14rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}

/* 悬停动效 */
.vb-review-card:hover {
  transform: translateY(-0.1rem);
  border-color: var(--i_color);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 118, 209, 0.08);
}

.vb-review-card:hover .vb-review-quote {
  opacity: 0.3;
  /* 悬停时图标颜色加深 */
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .vb-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vb-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.in_ad {
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
}

.in_ad_list .advantage {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.in_ad_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.in_ad_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.72%;
}

.in_ad_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_ad_list .txt {
  width: 44%;
}

.in_ad_list span {
  color: #666;
  font-size: 0.2rem;
}

.in_ad_list span i {
  font-size: 0.32rem;
  color: var(--i_color);
}

.in_ad_list h6 {
  font-size: 0.24rem;
  color: var(--i_color);
  position: relative;
  padding-bottom: 0.1rem;
  margin: 0.12rem 0 0.2rem;
}

.in_ad_list h6::after {
  content: "";
  width: 0.55rem;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .in_ad_list h6 {
    font-size: 0.2rem;
    margin: 0.14rem 0 0.2rem;
  }
}

@media screen and (max-width: 1024px) {

  .in_ad_list .img,
  .in_ad_list .txt {
    width: 100%;
  }

  .in_ad_list h6 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.12rem;
  }
}

.in_ad_list article {
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}

.in_ad_list article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

.in_ad_list article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_ad_list article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_ad_list article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_ad_list article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }

  .in_ad_list article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_ad_list article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .in_ad_list article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_ad_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in_ad_menu li {
  width: 33%;
  padding: 0.2rem 0;
  border-top: 2px solid var(--border_color);
  position: relative;
}

.in_ad_menu li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  top: -2px;
}

.in_ad_menu span {
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
}

.in_ad_menu h5 {
  color: #666;
  font-size: 0.2rem;
}

.in_ad_menu h5,
.in_ad_menu span,
.in_ad_menu li::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_ad_menu li:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}

.in_ad_menu li:hover h5,
.in_ad_menu li:hover span {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_ad_menu h5 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 768px) {
  .in_ad_menu li {
    width: 49%;
    padding: 0.14rem 0;
  }

  .in_ad_menu h5,
  .in_ad_menu span {
    font-size: 0.16rem;
  }
}

.in_env {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top, transparent, var(--bc_color));
}

.env_list {
  position: relative;
  overflow: hidden;
}

.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_env-prev,
.in_env-next {
  position: absolute;
  top: 20%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}

.in_env-prev {
  left: 0;
}

.in_env-next {
  right: 0;
}

.env_list .swiper-button-disabled {
  cursor: not-allowed;
}

.in_env-prev:hover,
.in_env-next:hover {
  background: var(--font_color);
}

.in_env-pagination {
  text-align: center;
}

.in_env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}

.in_env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.env_list .img {
  position: relative;
  overflow: hidden;
}

.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.env_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.env_list p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.2rem 0;
}

.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.env_list li:hover img {
  width: 105%;
  height: 105%;
}

.env_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_env-prev {
    left: 0;
  }

  .in_env-next {
    right: 0;
  }

  .env_list .swiper-slide {
    padding: 0.2rem;
  }

  .env_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {

  .in_env-next,
  .in_env-prev {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .in_env-pagination {
    margin-top: 0.22rem;
  }

  .env_list .swiper-slide {
    padding: 0.1rem;
  }

  .env_list p {
    margin: 0.1rem 0;
  }
}

.zs_partner {
  position: relative;
}

.zs_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.zs_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.zs_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  transition: all 0.3s ease;
}

.zs_partner_list .img {
  width: 100%;
  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
}

.zs_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 134%;
}

.zs_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0.08rem;
  object-fit: contain;
}

.zs_partner_list .img img {
  transition: all 0.3s ease;
}

.zs_partner_list p {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #333;
  text-align: center;
  margin-top: 0.15rem;
  transition: all 0.3s ease;
}

.zs_partner_list li:hover img {
  padding: 0;
}

.zs_partner_list li:hover p {
  color: var(--i_color);
}

/* 指示器 */
.zs-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}

.zs-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.zs-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.zs-button-prev,
.zs-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  color: var(--i_color);
  border-radius: 50%;
  border: 2px solid var(--i_color);
}

.zs-button-prev {
  left: 0;
}

.zs-button-next {
  right: 0;
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {

  .zs-button-prev,
  .zs-button-next {
    display: none;
  }

  .zs-pagination {
    display: block;
  }
}

/* ---------------------------------news-------------------- */
.mao_box {
  width: 100%;
  position: relative;
  z-index: 20;
}

.in_nav .wrap {
  border-bottom: 1px solid #89939e;
}

.menu_list {
  display: flex;
  display: -webkit-flex;
  position: relative;
  justify-content: space-between;
  gap: 0.1rem 0.4rem;
}

@media screen and (max-width: 959px) {
  .in_nav .i_tit {
    display: none;
  }

  .menu_list {
    width: 100%;
  }

  .in_nav .wrap {
    display: block;
  }
}

.menu_list>li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.35rem;
}

.menu_list>li a {
  position: relative;
  height: 100%;
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  line-height: 120%;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s ease;
  padding: 0.2rem 0;
  font-weight: bold;
}

.menu_list>li>a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.menu_list>li>a::after {
  width: 0%;
  height: 2px;
  background-color: var(--i_color2);
  bottom: -1px;
}

/* 锚点激活样式 */
.menu_list>li:hover a,
.menu_list .list.active a {
  color: var(--i_color2);
}

.menu_list li.active>a::after,
.menu_list>li:hover>a::after {
  width: 100%;
}

.mao_box .in_nav_tit {
  display: none;
}

.mao_box .navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: 0.8rem;
  z-index: 2014;
  width: 100%;
  background-color: var(--i_color);
}

.mao_box .in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}

.mao_box .in_nav_tit h6 {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .menu_list>li a {
    font-size: 0.14rem;
  }

  .menu_list>li {
    margin: 0 1%;
  }
}

@media screen and (max-width: 960px) {
  .mao_box .in_nav_tit h6 {
    font-size: 0.18rem;
  }

  .mao_box .in_nav_tit {
    display: block;
  }

  .menu_list {
    display: none;
  }

  .menu_list>li {
    width: 100%;
  }

  .mao_box .navFix {
    top: 0.6rem;
  }

  .in_nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }

  .menu_list li {
    width: 100%;
  }

  .menu_list>li a {
    padding: 0.14rem 0;
  }

  .menu_list li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }

  .menu_list li:hover a {
    color: white;
  }
}

.in_n_list a {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}

.in_n_list .img {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.in_n_list .txt {
  width: 72%;
}

.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.in_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_n_list .tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #ddd;
}

.in_n_list h6 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.in_n_list p {
  font-size: 0.18rem;
  color: #666;
}

.in_n_list .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.in_n_list h6,
.in_n_list li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_n_list li:hover {
  background: var(--bc_color);
}

.in_n_list li:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }

  .in_n_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .in_n_list .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .in_n_list .txt {
    width: 100%;
  }
}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  background: var(--bc_color);
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.c_info {
  width: 40%;
}

.map {
  width: 54%;
  position: relative;
  overflow: hidden;
}

.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}

.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c_info h4 {
  font-size: 0.3rem;
  color: var(--i_color);
}

.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}

.c_list .ico {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}

.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}

.c_list .info {
  width: calc(100% - 0.85rem);
}

.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  font-weight: normal;
}

.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}

.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c_list li:hover {
  border-color: var(--i_color);
}

.c_list li:hover .ico {
  background: var(--i_color);
}

.c_list li:hover .ico iconify-icon {
  color: #fff;
}

.c_info .f_media iconify-icon {
  color: #d1d1d1;
}

.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .c_info h4 {
    font-size: 0.18rem;
  }

  .c_info,
  .map {
    width: 100%;
  }

  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}

.c_form {
  position: relative;
  overflow: hidden;
}

.c_form::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(static/images/bc_value.webp) no-repeat center;
  background-size: cover;
  opacity: 0.2;
}

.c_form .wrap {
  position: relative;
  z-index: 2;
}

/* -----------------------solution--------------------- */
.dot {
  position: relative;
  height: 60px;
  width: 100%;
}

.dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    /* 小黑点 */
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  /* 小黑点 */
  background-size: 20px 20px;
  /* 设置点的间距 */
  background-position:
    0 0,
    10px 10px;
  /* 设置点的交错位置 */
  z-index: 2;
}

.s_about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.s_about .tit {
  width: 30%;
}

.s_about .txt {
  width: 68%;
}

@media screen and (max-width: 768px) {

  .s_about .tit,
  .s_about .txt {
    width: 100%;
  }
}

.s_about .txt .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.s_about .txt .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.s_about .txt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_v_btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.66rem;
  height: 0.66rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_v_btn iconify-icon {
  font-size: 38px;
  color: #fff;
}

.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: var(--i_color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}

.i_v_btn::after {
  animation-delay: 0.3s;
}

@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.2rem;
  }

  .i_v_btn iconify-icon {
    font-size: 26px;
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}

.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

.img_cont {
  position: relative;
}

/* .img_cont::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.3) 1px,
      transparent 1px
    ),
      radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1px); 
  background-size: 20px 20px; 
  background-position: 0 0, 10px 10px; 
  z-index: 2;
} */
.img_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.img_cont .img {
  width: 45%;
  position: relative;
  overflow: hidden;
}

.img_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_cont .txt {
  width: 50%;
}

.img_cont .text {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  margin: 0.2rem 0;
}

.img_cont .text h6 {
  font-size: 0.2rem;
}

.img_cont .text span {
  font-size: 0.16rem;
  display: block;
  position: relative;
  padding-left: 0.2rem;
}

.img_cont .text span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {

  .img_cont .img,
  .img_cont .txt {
    width: 100%;
  }
}

.rz_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rz_list li {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .rz_list li {
    width: 30%;
  }
}

.rz_list .img {
  width: 100%;
  margin: 0.1rem auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.rz_list .img span {
  display: block;
  font-size: 0.3rem;
  color: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rz_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.rz_list .img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rz_list p {
  font-size: 14px;
  text-align: center;
}

.com_cont {
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.com_cont.reverse {
  flex-direction: row-reverse;
}

.com_cont .img {
  width: 35%;
  position: relative;
  overflow: hidden;
}

.com_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.com_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.com_cont .txt {
  width: 65%;
  color: var(--font_color);
  padding: 0.3rem;
}

.com_cont h6 {
  font-weight: normal;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.com_cont p {
  font-size: 0.16rem;
}

.com_cont dd {
  font-size: 0.14rem;
  padding-left: 0.2rem;
  position: relative;
}

.com_cont dd::after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 768px) {

  .com_cont .txt,
  .com_cont .img {
    width: 100%;
  }
}

.ss_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ss_list li {
  width: 48%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid #ddd;
}

.ss_list .ico {}

.ss_list img {
  max-width: 0.4rem;
  object-fit: contain;
}

.ss_list .txt {
  width: calc(100% - 0.84rem);
}

.ss_list h3 {
  padding: 6px 0.7rem 6px 0;
  font-size: 0.24rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 150%;
}

.ss_list h3 i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(static/images/arrow_down_hollow_bai.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ss_list .curr i {
  transform: translateY(-50%) rotate(180deg);
}

.ss_list p {
  display: none;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 160%;
}

@media screen and (max-width: 1024px) {
  .ss_list {
    width: 100%;
  }

  .ss_list h3 {
    font-size: 0.2rem;
  }

  .ss_list li {
    padding: 0.2rem 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .ss_list li {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .ss_list h3 {
    font-size: 0.18rem;
  }

  .ss_list p {
    font-size: 14px;
  }
}

.in_form .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.in_form .img {
  width: 100%;
}

.in_form .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.in_form .title {
  width: 45%;
}

.in_form .form {
  width: 50%;
}

@media screen and (max-width: 768px) {

  .in_form .title,
  .in_form .form {
    width: 100%;
  }
}

#wpforms-68 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

#wpforms-68 {
  margin: 0;
  padding: 0;
}

#wpforms-form-68 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wpforms-68 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}

#wpforms-68 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}

#wpforms-68 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}

#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#wpforms-68 .wpforms-field-container>div {
  width: 49%;
}

#wpforms-68 .wpforms-field-container>div:nth-child(5) {
  width: 100%;
}

@media screen and (max-width: 560px) {
  #wpforms-68 .wpforms-field-container>div {
    width: 100%;
  }
}

#wpforms-68 .wpforms-field-container input,
#wpforms-68 textarea,
#wpforms-68 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  padding: 0 0.1rem 0 0.16rem;
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ebf0f4;
}

#wpforms-68 input {
  line-height: var(--input_height);
}

#wpforms-68 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}

#wpforms-68-field_1-container {
  border-top-left-radius: 20px;
}

#wpforms-68 input::-webkit-input-placeholder,
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68 input::-moz-placeholder,
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68 input::-ms-input-placeholder,
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68-field_1-error,
#wpforms-68-field_2-error,
#wpforms-68-field_3-error,
#wpforms-68-field_4-error,
#wpforms-68-field_5-error,
#wpforms-68-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-68 .wpforms-submit-container {
  width: 100%;
  margin: 0 auto;
}

#wpforms-68 .wpforms-submit-container button {
  width: 100%;
  padding: 10px 0;
  margin: 20px auto 0;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wpforms-68 .wpforms-submit-container:hover button {
  background: var(--i_color2) !important;
}

#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}







.global-files-container {
  display: flex;
  flex-direction: column;
}

.global-files-row {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  background: var(--bc_color);
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

/* 移除最后一个条目的下划线 */
.global-files-row:last-child {
  border-bottom: none;
}

/* 左侧图标识别 */
.global-files-type {
  flex: 0 0 60px;
  font-size: 36px;
  color: #333;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

/* 中间文字信息 */
.global-files-content {
  flex: 1;
}

.global-files-name {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.global-files-meta {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 右侧下载按钮 */
.global-files-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.global-files-btn iconify-icon {
  font-size: 18px;
}

/* 悬停交互效果 */
.global-files-row:hover {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  padding-left: 40px;
  /* 产生向右滑入的视觉感 */
}

.global-files-row:hover .global-files-type {
  color: var(--i_color);
}

.global-files-row:hover .global-files-name {
  color: var(--i_color);
}

.global-files-row:hover .global-files-btn {
  background-color: var(--i_color);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 118, 209, 0.2);
}

/* 响应式调整 */
@media (max-width: 768px) {
  .global-files-row {
    flex-wrap: wrap;
    padding: 20px;
  }

  .global-files-row:hover {
    padding-left: 20px;
  }

  .global-files-content {
    margin-bottom: 15px;
    width: 100%;
  }
}

/* 新闻详情页 */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}

.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}

.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1024px) {

  .post_recommend,
  .post_content {
    width: 100%;
  }

  .post_recommend {
    padding: 20px 10px;
  }
}

.post_recommend_list {}

.post_recommend_list li {}

.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.post_recommend_list a {
  display: block;
  width: 100%;
}

.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post_recommend_list figcaption {
  margin: 14px 0 10px;
}

.post_recommend_list figcaption p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_recommend_list figure i {
  font-size: 14px;
  color: #888;
}

.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.post_recommend_list li:hover figcaption p {
  color: var(--i_color);
}

.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}

.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}

.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

#wpforms-161 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

#wpforms-161 {
  margin: 0;
  padding: 0;
}

#wpforms-form-161 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wpforms-161 input,
#wpforms-161 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-161 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-161 .wpforms-field-label {
  font-size: 0;
}

#wpforms-161 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}

#wpforms-161 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

#wpforms-161 .wpforms-field-container input,
#wpforms-161 textarea,
#wpforms-161 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wpforms-161 .wpforms-field-container input:hover,
#wpforms-161 textarea:hover {
  border-color: var(--i_color);
}

#wpforms-161 input {
  line-height: var(--input_height);
}

#wpforms-161 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}

#wpforms-161-field_1-container,
#wpforms-161-field_2-container {
  width: 49% !important;
}

#wpforms-161 input::-webkit-input-placeholder,
#wpforms-161 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-161 input::-moz-placeholder,
#wpforms-161 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-161 input::-ms-input-placeholder,
#wpforms-161 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-161-field_1-error,
#wpforms-161-field_2-error,
#wpforms-161-field_3-error,
#wpforms-161-field_4-error,
#wpforms-161-field_5-error,
#wpforms-161-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-161 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#wpforms-161 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#wpforms-161 .wpforms-submit-container button {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  padding: 10px 0;
  color: #fff;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#wpforms-161 .wpforms-submit-container button:hover {
  background: var(--i_color);
}

#wpforms-161 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

.bran_cont {
  background: url(static/images/bg2.webp) repeat center;
}

.cat_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.cat_title span {
  font-size: 0.24rem;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  padding-left: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.cat_title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.16rem;
  background-color: var(--i_color);
}

.cat_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  position: relative;
}

.cat_level_tit {
  display: block;
  font-size: 0.18rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0.2rem 0;
}

@media screen and (max-width: 1200px) {
  .cat_grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 959px) {
  .cat_grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cat_title span {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .cat_grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media screen and (max-width: 480px) {
  .cat_grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

#wpforms-256 {
  --input_font_size: 14px;
  --input_height: 0.5rem;
  margin: 0.12rem 0;
}

@media screen and (max-width: 1024px) {
  #wpforms-256 {
    --input_font_size: 13px;
    --input_height: 0.45rem;
  }
}

#wpforms-form-256 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#wpforms-form-256 .wpforms-field-container {
  width: 73%;
}

#wpforms-form-256 .wpforms-submit-container {
  width: 27%;
  margin-top: 0;
  padding: 0;
}

#wpforms-256 .wpforms-submit-container button {
  background: var(--i_color);
  display: block;
  width: 100%;
  height: var(--input_height) !important;
  border-radius: 0 !important;
  margin: 0;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wpforms-256 .wpforms-submit-container:hover button {
  background: var(--i_color);
}

#wpforms-256 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

#wpforms-256 .wpforms-field {
  padding: 0;
  margin: 0;
  position: relative;
}

#wpforms-256 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 15px;
  left: 3px;
}

#wpforms-256 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}

#wpforms-256 .wpforms-field-container input {
  width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none !important;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 !important;
}

#wpforms-256 input::-webkit-input-placeholder,
#wpforms-256 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--input_font_size);
}

#wpforms-256 input::-moz-placeholder,
#wpforms-256 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--input_font_size);
}

#wpforms-256 input::-ms-input-placeholder,
#wpforms-256 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--input_font_size);
}

#wpforms-256-field_1-error,
#wpforms-256-field_2-error,
#wpforms-256-field_3-error,
#wpforms-256-field_4-error,
#wpforms-256-field_5-error,
#wpforms-256-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

@media screen and (max-width: 1024px) {
  #wpforms-256 .wpforms-submit-container button {
    font-size: 0.16rem;
  }
}

div.wpforms-container-full input[type="text"]:focus {
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.wpforms-hidden {
  display: none;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-mediu {
  max-width: 100% !important;
}

.brand_menu {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}

.brand_menu li {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.brand_menu li::after {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.brand_menu li.current,
.brand_menu li:hover {
  color: var(--i_color);
}

.brand_menu li:hover::after,
.brand_menu li.current::after {
  width: 100%;
  right: initial;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .brand_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .brand_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.car_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.car_list li {
  width: calc((100% - 80px) / 5);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.car_list li:hover {
  transform: translateY(-5px);
}

.car_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #f7f7fe;
}

.car_list li .img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  display: block;
}

.car_list li .img img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}

.car_list li h3 {
  left: 10px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .car_list li {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .car_list li {
    width: 100%;
  }
}

.chassis-table {
  border-top: 1px dashed #ddd;
}

.chassis-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  min-height: 66px;
}

.chassis-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-right: 2px solid #999;
  padding-right: 28px;
  text-align: right;
}

.chassis-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
  padding: 18px 0 18px 28px;
}

.chassis-list a {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  text-decoration: none;
  transition: all 0.25s ease;
}

.chassis-list a:hover {
  color: #111;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .chassis-row {
    grid-template-columns: 1fr;
  }

  .chassis-title {
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 16px 0 10px;
  }

  .chassis-list {
    padding: 15px 0 20px;
    gap: 14px 22px;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .chassis-list a {
    font-size: 18px;
  }
}



/* ---------------------详情页---------------- */
.head_space {
  height: var(--header_height);
}

@media screen and (max-width: 1024px) {
  .head_space {
    height: 0;
  }
}

.pd_det_cont {
  background: url(static/images/bc_pd_cont.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;
  overflow: hidden;
}

.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}

.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}

.in_grid_list {
  height: 100%;
  overflow: hidden;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}

.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ingrid-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}

/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}

.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}

.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}

.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}

.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
}

.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.ingrid-button-next {
  left: initial;
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.pd_det_cont .gird_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pd_gallery {
  width: 44%;
  position: relative;
}

.pd_det {
  width: 49%;
  position: relative;
  z-index: 10;
}

.pd_det>h1 {
  font-size: 0.2rem;
  font-weight: 400;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pd_det>h1 {
    font-size: 0.18rem;
  }
}

.p_brief {
  font-size: 0.16rem;
  line-height: 1.8;
  padding: 0.2rem 0;
  color: var(--text_color);
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);

  max-height: 5rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.12rem;
}

/* 段落 */
.p_brief p {
  margin: 0 0 0.12rem;
}

.p_brief p:last-child {
  margin-bottom: 0;
}

/* 标题 */
.p_brief h2,
.p_brief h3,
.p_brief h4,
.p_brief h5,
.p_brief h6 {
  margin: 0.22rem 0 0.12rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--title_color);
}

.p_brief h2 {
  font-size: 0.26rem;
}

.p_brief h3 {
  font-size: 0.22rem;
}

.p_brief h4,
.p_brief h5,
.p_brief h6 {
  font-size: 0.19rem;
}

/* 列表 */
.p_brief ul,
.p_brief ol {
  margin: 0.12rem 0;
  padding-left: 0.28rem;
}

.p_brief li {
  margin-bottom: 0.06rem;
}

.p_brief ul li {
  list-style: disc;
}

.p_brief ol li {
  list-style: decimal;
}

/* 链接 */
.p_brief a {
  color: var(--main_color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p_brief a:hover {
  opacity: 0.75;
}

/* 图片 */
.p_brief img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.16rem 0;
}

/* 表格 */
.p_brief table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}

.p_brief table * {
  font-size: 15px;
}

/* 单元格 */
.p_brief th,
.p_brief td {
  padding: 0.08rem 0.1rem;
  border: 1px solid var(--border_color);
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;

}

/* 表头 */
.p_brief th {
  font-weight: 600;
  background: #f5f6f7;
  color: var(--title_color);
}

/* 隔行背景 */
.p_brief tbody tr:nth-child(even) {
  background: #fafafa;
}

/* 鼠标经过 */
.p_brief tbody tr:hover {
  background: #f3f6f8;
}

/* 引用 */
.p_brief blockquote {
  margin: 0.16rem 0;
  padding: 0.12rem 0.18rem;
  border-left: 3px solid var(--main_color);
  background: #f7f7f7;
}

/* 分割线 */
.p_brief hr {
  margin: 0.2rem 0;
  border: 0;
  border-top: 1px solid var(--border_color);
}

/* 滚动条 */
.p_brief::-webkit-scrollbar {
  width: 6px;
}

.p_brief::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 10px;
}

.p_brief::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

.p_brief::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .p_brief {
    font-size: 14px;
    max-height: 400px;
    overflow-x: auto;
  }

  .p_brief table {
    min-width: 700px;
  }

  .p_brief th,
  .p_brief td {
    padding: 10px 12px;
    white-space: nowrap;
  }
}

.pd_det .min {
  font-size: 0.16rem;
  color: #333;
  margin: 0.16rem 0;
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}

.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}

.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}

.pd_share iconify-icon {
  font-size: 0.24rem;
}

.pd_share a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 959px) {
  .pd_gallery {
    width: 100%;
  }

  .pd_det {
    width: 100%;
    margin-top: 0.3rem;
  }

  .p_brief {
    font-size: 0.16rem;
  }
}




/* 适用车型板块 */
.vehicle-applications {
  margin: 0.3rem 0;
}

.vehicle-applications-title {
  margin: 0 0 0.18rem;
  font-size: 0.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #082f73;
}

/* 限制表格高度 */
.vehicle-table-scroll {
  width: 100%;
  max-height: 5rem;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--border_color, #e5e8ec);
}

/* 表格 */
.pd_content article table {
  width: 100%;
  min-width: 11rem;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}

.pd_content article table th,
.pd_content article table td {
  padding: 0.15rem 0.18rem;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  text-align: left;
  vertical-align: middle;
  font-size: 0.16rem;
  line-height: 1.55;
  color: #222;
}

/* 表头固定 */
.pd_content article table th {
  position: sticky;
  top: 0;
  z-index: 2;
  font-weight: 700;
  color: #082f73;
  background: #f4f6f8;
}

/* 第一列稍微宽一些 */
.pd_content article table th:first-child,
.pd_content article table td:first-child {
  width: 42%;
}

/* 其他列不换行 */
/* .pd_content article table th:not(:first-child),
.pd_content article table td:not(:first-child) {
  white-space: nowrap;
} */

/* 隔行背景 */
.pd_content article table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.pd_content article table tbody tr:hover {
  background: #f2f6fa;
}

.pd_content article table tbody tr:last-child td {
  border-bottom: 0;
}

.pd_content article table strong {
  font-weight: 700;
  color: #111;
}

/* 滚动条 */
.vehicle-table-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.vehicle-table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.vehicle-table-scroll::-webkit-scrollbar-thumb {
  background: #b7bdc5;
  border-radius: 10px;
}

.vehicle-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #8e969f;
}

/* 手机端 */
@media screen and (max-width: 767px) {
  .vehicle-applications {
    margin: 25px 0;
  }

  .vehicle-applications-title {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .vehicle-table-scroll {
    max-height: 420px;
  }

  .pd_content article table {
    min-width: 950px;
  }

  .pd_content article table th,
  .pd_content article table td {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}

.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}

.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}

.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}

.faq_list li>div:first-child span {
  background: #666;
}

.faq_list li>div:last-child span {
  background: var(--i_color);
}

.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}

.faq_list h6 {
  font-size: 0.2rem;
}

.faq_list p {
  font-size: 0.18rem;
}

.faq_list li.curr h6 {
  font-weight: 400;
}

.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}

@media screen and (max-width: 1440px) {
  .faq_list li {
    padding: 0.2rem;
  }

  .faq_list h6 {
    font-size: 0.18rem;
  }

  .faq_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}

.pd_technology_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}

.pd_technology_list li {
  width: calc((100% - 0.4rem) / 3);
  box-shadow: var(--i_shadow);
}

@media screen and (max-width: 1024px) {
  .pd_technology_list {
    gap: 0.3rem 0.14rem;
  }

  .pd_technology_list li {
    width: calc((100% - 0.28rem) / 3);
  }
}

@media screen and (max-width: 959px) {
  .pd_technology_list {
    gap: 0.3rem 2%;
  }

  .pd_technology_list li {
    width: 49%;
  }
}

@media screen and (max-width: 560px) {
  .pd_technology_list li {
    width: 100%;
  }
}

.pd_technology_list .img {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}

.pd_technology_list .img::before {
  content: "";
  display: block;
  padding-bottom: 57.69%;
}

.pd_technology_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd_technology_list span {
  display: block;
  width: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: var(--i_color);
  margin: -22.5px auto 0;
  position: relative;
  z-index: 2;
}

.pd_technology_list h6,
.pd_technology_list p {
  width: 80%;
  text-align: center;
  margin: 0.16rem auto;
}

.pd_technology_list h6 {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: 400;
}

.pd_technology_list p {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1440px) {
  .pd_technology_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }

  .pd_technology_list h6 {
    font-size: 0.18rem;
  }

  .pd_technology_list p {
    font-size: 0.15rem;
  }
}

.pd_project_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

.pd_project_list li {
  width: 49%;
}

.pd_project_list .img {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.pd_project_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50.63%;
}

.pd_project_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd_project_list p {
  font-size: 0.2rem;
  color: #333;
  padding: 0.14rem 0.1rem;
  background: var(--bc_color);
  text-align: center;
  position: relative;
}

.pd_project_list p::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.pd_project_list .img img,
.pd_project_list p::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.pd_project_list li:hover img {
  width: 110%;
  height: 110%;
}

.pd_project_list li:hover p {
  color: var(--i_color);
}

.pd_project_list li:hover p::after {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .pd_project_list p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_project_list p {
    font-size: 0.16rem;
  }
}

.pd_process_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}

.pd_process_list li {
  width: calc((100% - 0.44rem) / 3);
}

@media screen and (max-width: 1024px) {
  .pd_process_list {
    gap: 0.2rem 0.12rem;
  }
}

@media screen and (max-width: 959px) {
  .pd_process_list {
    gap: 0.2rem 2%;
  }

  .pd_process_list li {
    width: 49%;
  }
}

.pd_process_list .img {
  position: relative;
  overflow: hidden;
}

.pd_process_list .img::before {
  content: "";
  display: block;
  padding-bottom: 78.95%;
}

.pd_process_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd_process_list .txt {
  padding: 0.18rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.pd_process_list span {
  width: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
  background: var(--bc_color);
}

.pd_process_list p {
  font-size: 0.22rem;
  color: #333;
  width: calc(100% - 0.6rem);
}

.pd_process_list li,
.pd_process_list span,
.pd_process_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_process_list li:hover {
  box-shadow: var(--i_shadow);
}

.pd_process_list li:hover span {
  color: #fff;
  background: var(--i_color);
}

.pd_process_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .pd_process_list .txt {
    padding: 0.12rem;
  }

  .pd_process_list span {
    font-size: 0.22rem;
  }

  .pd_process_list p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_process_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
  }

  .pd_process_list p {
    font-size: 0.16rem;
  }

  .pd_process_list .txt {
    padding: 6px;
  }
}

@media screen and (max-width: 560px) {
  .pd_process_list p {
    font-size: 0.14rem;
  }
}

.pd_packing {
  background: url(static/images/bc_packing.webp) no-repeat center;
  background-size: cover;
}

.packing_list {
  position: relative;
  overflow: hidden;
}

.packing_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.packing_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.packing_list .img {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.packing_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.73%;
}

.packing_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.packing_list p {
  font-size: 0.2rem;
  color: #333;
  padding: 0.14rem 0.1rem;
  background: var(--bc_color);
  text-align: center;
  position: relative;
}

.packing_list p::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.packing_list .img img,
.packing_list p::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.packing_list li.swiper-slide-active img {
  width: 110%;
  height: 110%;
}

.packing_list li.swiper-slide-active p {
  color: var(--i_color);
}

.packing_list li.swiper-slide-active p::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .packing_list p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 560px) {
  .packing_list p {
    font-size: 0.16rem;
  }
}

.packing_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.packing-prev,
.packing-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}

.packing-prev {
  transform: translateX(-0.6rem);
}

.packing-next {
  transform: translateX(0.6rem);
}

.packing_list .swiper-button-disabled {
  cursor: not-allowed;
}

.packing-prev:hover,
.packing-next:hover {
  opacity: 1;
}

.packing-pagination {
  text-align: center;
}

.packing-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.packing-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.packing-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.packing-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}

.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  border-radius: 4px;
}

.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.r_product {
  background: url(static/images/bc_contact_form.webp) no-repeat center;
  background-size: cover;
}

.rp {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}

.rp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.rp-button-prev,
.rp-button-next {
  border: 1px solid #666;
  font-size: 0.18rem;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rp-button-prev:hover,
.rp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}

.rp-button-prev {
  left: 0;
}

.rp-button-next {
  right: 0;
}

.rp-pagination {
  text-align: center;
}

.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

#zoom-window-target {
  position: absolute;
  top: 0;
  right: -450px;
  width: 400px;
  height: 400px;
  z-index: 99;
}

.drift-pane {
  z-index: 9999;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: none;
}

.drift-bounding-box {
  background-color: rgba(0,
      0,
      0,
      0.3) !important;
  position: absolute !important;
  z-index: 100 !important;
  cursor: crosshair;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.in_grid_show_box {
  position: relative;
}

@media (max-width: 768px) {
  .drift-pane {
    display: none !important;
  }
}


.gird_wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}



@media screen and (max-width: 1024px) {
  .gird_wrap {
    width: 92%;
  }


}



.detail_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pd_content {
  width: 100%;
  margin-top: 0.6rem;
}

/* 切换导航 */
.pd_tabs_nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin-bottom: 0.38rem;
  background: #222;
}

/* 切换按钮 */
.pd_tab_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.62rem;
  padding: 0.14rem 0.2rem;
  border: 0;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-family: inherit;
  font-size: 0.21rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

/* 按钮之间的分隔线 */
.pd_tab_btn+.pd_tab_btn::before {
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
}

/* 当前选中 */
.pd_tab_btn.active {
  background: var(--i_color);
  color: #fff;
}

.pd_tab_btn:hover {
  background: var(--i_color);
}

/* 编辑器内容区域 */
.pd_tab_panel {
  display: none;
  width: 100%;
  animation: pdTabFade 0.3s ease;
}

.pd_tab_panel.active {
  display: block;
}

/* 内容基础样式 */
.pd_tab_panel {
  color: #333;
  font-size: 0.17rem;
  line-height: 1.8;
}

.pd_tab_panel>*:first-child {
  margin-top: 0;
}

.pd_tab_panel>*:last-child {
  margin-bottom: 0;
}

.pd_tab_panel img {
  max-width: 100%;
  height: auto;
}

.pd_tab_panel table {
  width: 100%;
  border-collapse: collapse;
}

.pd_tab_panel table th,
.pd_tab_panel table td {
  padding: 0.12rem 0.14rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

/* 切换淡入效果 */
@keyframes pdTabFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 手机端 */
@media screen and (max-width: 768px) {
  .pd_content {
    margin-top: 0.4rem;
  }

  .pd_tabs_nav {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    overflow-x: auto;
    margin-bottom: 0.28rem;
  }

  .pd_tab_btn {
    min-height: 52px;
    padding: 10px 14px;
    font-size: 16px;
    white-space: nowrap;
  }

  .pd_tab_panel {
    font-size: 15px;
    line-height: 1.7;
  }

  .pd_tab_panel table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}