/*
Theme Name: Sinosense
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/

@charset "utf-8";
/* 调用外部字体 */
@font-face {
  font-family: "dinc";
  src: url("static/fonts/DINC-B.otf") format("truetype");
}
* {
  box-sizing: border-box;
  line-height: 150%;
}
.wrap {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_top {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 86%;
  }
}
@media screen and (max-width: 1366px) {
  .wrap {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap,
  .wrap_top {
    width: 94%;
  }
  .wrap_top {
    position: initial;
  }
}
:root {
  --i_color: #f2cb22;
  --i_color2: #0b6549;
  --header_height: 70px;
  --pre_head_height: 50px;
  --border_color: rgba(0, 0, 0, 0.2);
  --f_menu_height: 56px;
}
@media screen and (max-width: 1440px) {
  :root {
    --pre_head_height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 60px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #000;
}

.pre_head {
  --ico_size: 18px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .pre_head {
    display: none;
  }
}
.pre_head .pre_l,
.pre_head .pre_r {
  width: 32%;
}
.top_language {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0 0.2rem;
}
.top_language li {
}
.top_language a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.top_language span {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.top_language img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.top_language li:hover .trp-ls-language-name {
  color: var(--i_color2);
}
.pre_r {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: var(--pre_head_height);
}
.pre_contact {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.pre_contact iconify-icon {
  font-size: var(--ico_size);
  color: #fff;
}
.pre_contact span {
  display: block;
  font-size: 15px;
}
.pre_contact a {
  font-size: 14px;
  color: #fff;
}
.top_ico {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  border-left: 1px solid #fff;
  margin-left: 0.2rem;
}
.pre_l .top_ico iconify-icon {
  color: #fff;
  font-size: var(--ico_size);
}

.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  max-height: 0.5rem;
}

/* .index_header .pre_l::before,
.index_header .pre_l::after,
.index_header .pre_r::before,
.index_header .pre_r::after {
  content: "";
  position: absolute;
  background-color: var(--i_color);
}
.index_header .pre_l::before {
  width: 100%;
  height: 80px;
  left: 0;
  top: var(--pre_head_height);
  background: var(--i_color);
  clip-path: polygon(0 0, 0 70%, 100% 0);
}
.index_header .pre_l::after {
  width: 80px;
  height: 100%;
  right: -79px;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.index_header .pre_r::before {
  width: 100%;
  height: 80px;
  left: 0;
  top: var(--pre_head_height);
  background: var(--i_color);
  clip-path: polygon(100% 0, 0 0, 100% 70%);
}
.index_header .pre_r::after {
  width: 80px;
  height: 100%;
  left: -79px;
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
} */
/* .language {
  position: relative;
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.2rem;
}
.language p.on {
  color: var(--i_color);
}
.language p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/language.svg) no-repeat center;
  background-size: contain;
}
.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(--pre_head_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);
} */
.top_cont {
  position: relative;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header_height);
}
@media screen and (max-width: 1024px) {
  .top {
    justify-content: flex-end;
  }
}
.full_header {
  margin-top: calc(var(--header_height) + var(--pre_head_height));
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.8rem;
    margin: 0 auto;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
    word-spacing: 6px;
    letter-spacing: -0.2px;
  }
  .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);
  }
  .nav_products > a {
    padding-right: 24px;
  }
  .i_nav .nav_products > a::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 0;
    background: var(--i_color)
      url("static/images/public/arrow_down_hollow_bai.svg") no-repeat center;
    background-size: 100%;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #f7f7f7;
    text-align: center;
  }
  .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: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.6rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }
  .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: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  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;
  }
}

.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top_search_ico iconify-icon {
  font-size: 0.24rem;
  color: #fff;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0.2rem;
  }
  .top_search_ico::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.top_ico_list {
  display: flex;
  gap: 0 0.2rem;
}
.top_ico_list dt {
  position: relative;
}
.top_ico_list img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.top_ico_list dt:hover {
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.top_ico_list dt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .top_ico_list dt {
    margin-left: 0.14rem;
  }
}
@media screen and (max-width: 1366px) {
  .top_ico_list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

/* banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: calc(100vh - var(--header_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 300px) !important;
  object-fit: cover;
  z-index: 2;
}
/* #b_has_v::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	z-index: 3;
} */
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 60px;
  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;
}
.banner-button-prev {
  left: -60px;
  background: rgb(255 255 255 / 30%)
    url(static/images/public/arrow_left_hollow_bai3.svg) no-repeat center;
  background-size: 22px;
}
.banner-button-next {
  right: -60px;
  background: rgb(255 255 255 / 30%)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 22px;
}
.banner:hover .banner-button-prev {
  left: 0;
}
.banner:hover .banner-button-next {
  right: 0;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
.banner .b_btn {
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0.8rem;
}
.banner-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  margin: 0 0.07rem;
  background: rgb(255 255 255 / 50%);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  outline: none;
}
.banner-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .banner .swiper-slide {
    padding-bottom: 41.66%;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .banner .b_btn {
    bottom: 0.5rem;
  }
  .banner-pagination {
    bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .banner .b_btn {
    display: none;
  }
}
/* 首页 banner 文字 */
.banner .b_t1 {
  width: 74%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}

.b_t1 h6 {
  font-size: 0.7rem;
  font-weight: 900;
  font-family: dinc;
  color: #ff8a2d;
}
.b_t1 span {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: dinc;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b_t1 h6 {
    font-size: 0.5rem;
  }
  .b_t1 span {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 h6 {
    font-size: 0.4rem;
  }
  .b_t1 span {
    font-size: 0.2rem;
  }
  .b_t1 .i_more {
    display: none;
  }
}
/* .b_t1::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: linear-gradient(var(--i_color), #389b0f);
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  z-index: -1;
}
.b_t1 span {
  display: block;
  font-size: 0.48rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fff 50%, transparent);
  background: linear-gradient(#fff 50%, transparent);
  background-clip: text;
  -webkit-background-clip: text;
  text-transform: capitalize;
  line-height: 120%;
}
.b_t1 p {
  width: 30%;
  font-size: 14px;
  color: #fff;
  padding: 0.3rem 0;
  margin: 0.3rem 0;
  border-top: 1px solid #fff;
  opacity: 0.8;
  line-height: 150%;
}
.b_t1.hei::after {
  display: none;
}
.b_t1.hei span {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(var(--i_color) 50%, #389b0f);
  background: linear-gradient(var(--i_color) 50%, #389b0f);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}
.b_t1.hei p {
  color: #333;
  border-top: 1px solid #333;
}
@media screen and (max-width: 1440px) {
  .b_t1::after {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.2rem;
    left: -0.2rem;
  }
  .b_t1 span {
    font-size: 0.38rem;
  }
  .b_t1 p {
    margin: 0.2rem 0;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1::after {
    width: 0.3rem;
    height: 0.3rem;
    top: -0.1rem;
    left: -0.1rem;
  }
  .b_t1 p {
    display: none;
  }
  .b_t1 span {
    font-size: 0.28rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 span {
    font-size: 0.18rem;
    text-shadow: 0px 0px 1px #000;
    -webkit-text-fill-color: #fff;
  }
} */
/* main */
main {
  overflow: hidden;
}
/* BOX - margin and padding */
.box_mg {
  margin: 0.8rem auto 0.8rem;
}
.box_pd {
  padding: 0.7rem 0;
}
@media screen and (max-width: 1440px) {
  .box_pd {
    padding: 0.5rem 0 0.6rem;
  }
}
@media screen and (max-width: 959px) {
  .box_pd {
    padding: 0.6rem 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .box_mg {
    margin: 30px auto 36px;
  }
  .box_pd {
    padding: 0.4rem 0 0.4rem;
  }
}
/* HOME - big title */
.i_tit {
  display: table;
  margin: 0 auto 0.4rem;
  text-align: center;
  overflow: hidden;
}
.i_tit.left {
  margin-left: 0;
}
.i_tit h2 {
  display: inline-block;
  text-align: center;
  font-size: 0.36rem;
  color: #100800;
  font-weight: 900;
  line-height: 0.36rem;
  position: relative;
  text-transform: capitalize;
}
.i_tit h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.i_tit i {
  display: block;
  margin-top: 0.18rem;
  width: 50%;
  height: 2px;
  background: var(--i_color);
}
.i_tit.white h2 {
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .i_tit {
    margin: 0 auto 0.46rem;
  }
  .i_tit h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 959px) {
  .i_tit {
    margin: 0 auto 0.3rem;
  }
  .i_tit h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .i_tit h2 {
    font-size: 0.24rem;
  }
  .i_tit i {
    margin-top: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit h2 {
    font-size: 0.22rem;
  }
  .i_tit i {
    margin-top: 0.08rem;
  }
}
/* HOME - more */
.i_more {
  height: 0.4rem;
  display: table;
  padding: 0 0.5rem 0 0.4rem;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
.i_more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.14rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url(static/images/public/arrow_right_hollow_bai.svg) no-repeat
    center;
  background-size: contain;
}
.i_more i {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 0.4rem;
  font-weight: bold;
  text-transform: capitalize;
}
.i_more:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
.i_more::before,
.i_more::after,
.i_more i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .i_more i {
    line-height: 0.44rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .i_more {
    padding: 0 0.4rem 0 0.3rem;
  }
  .i_more i {
    font-size: 12px;
  }
}
/* HOME - curve pic */
.i_curve_pic {
  margin-top: -1rem;
  width: 100%;
  position: relative;
  background: url(static/images/i_curve_bg.webp) no-repeat center;
  background-size: 100%;
  z-index: -1;
  overflow: hidden;
}
.i_curve_pic::before {
  content: "";
  display: block;
  padding-bottom: 9%;
}
@media screen and (max-width: 767px) {
  .i_curve_pic {
    margin: -0.6rem auto 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .i_curve_pic {
    margin: -0.4rem auto 0.3rem;
  }
}
/* HOME - products */
.i_products {
  padding: 0.8rem 0;
}
.i_products_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}
.i_products_nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.i_products_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  transition: all 0.5s;
}
.i_products_nav .swiper-slide-thumb-active::before {
  width: 100%;
}
.i_products_nav ul {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.i_products_nav li {
  flex-shrink: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0.2rem 0;
}
.i_products_nav li h6 {
  font-size: 0.2rem;
  font-weight: bold;
}

.i_products_nav .swiper-slide-thumb-active h6 {
  color: var(--i_color);
}
.ip-button-prev,
.ip-button-next {
  display: none;
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 100%;
  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;
}
.ip-button-prev {
  left: 0;
  background: url(static/images//public/arrow_left_hollow_hei.svg) no-repeat
    left center;
  background-size: 20px;
}
.ip-button-next {
  right: 0;
  background: url(static/images//public/arrow_right_hollow_hei.svg) no-repeat
    right center;
  background-size: 20px;
}
.i_products_nav .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 959px) {
  .ip-button-prev,
  .ip-button-next {
    display: block;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .ip-button-prev,
  .ip-button-next {
    background-size: 16px;
  }
}
.i_products_show {
  position: relative;
  overflow: hidden;
}
.i_products_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.i_products_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.i_products_list {
  width: 100%;
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}
.i_products_list li {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  width: 23.5%;
  margin: 0 2% 0 0;
  padding: 0.4rem;
  border: 1px solid var(--border_color);
  background: #fff;
  overflow: hidden;
}
.i_products_list li:nth-child(4n) {
  margin-right: 0;
}
.i_products_list .p_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  height: 100%;
}
.i_products_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_products_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_products_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_products_list .txt h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 900;
  margin-bottom: 0.2rem;
}
.i_products_list .txt h6 {
  margin: 0.06rem auto 0.26rem;
  font-size: 0.14rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_products_list .txt span {
  display: block;
  background: #f2f3f6;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.i_products_list .txt span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
.i_products_list .txt i {
  font-size: 0.12rem;
  font-weight: bold;
  color: #444;
  line-height: 0.44rem;
  position: relative;
  z-index: 2;
}
.i_products_list .add_car {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
}
.i_products_list .add_car span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent var(--i_color);
  border-width: 0;
  border-style: solid;
}
/* .i_products_list .add_car i {
  display: block;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: url(static/images/logo_s.png) no-repeat center;
  background-size: 80%;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  filter: brightness(0);
} */
.i_products_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.i_products_list li:hover .txt span::before {
  width: 100%;
}
.i_products_list li:hover .txt i {
  color: #fff;
}
.i_products_list li:hover .add_car span {
  border-width: 0 0 0.7rem 0.7rem;
}
.i_products_list li:hover .add_car i {
  opacity: 1;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.i_products_list .txt span::before,
.i_products_list .txt i,
.i_products_list .add_car span,
.i_products_list .add_car i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 
.i_products .i_more {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.06rem;
  margin-left: auto;
} */
@media screen and (max-width: 959px) {
  .i_products_nav ul {
    width: 100%;
  }
  .i_products_nav li h6 {
    font-size: 0.22rem;
  }
  .i_products_list {
    flex-wrap: wrap;
  }
  .i_products_list li {
    width: 49%;
    padding: 0.3rem;
    margin: 0 2% 0.26rem 0;
  }
  .i_products_list li:nth-child(2n) {
    margin-right: 0;
  }
  .i_products .i_more {
    position: relative;
    top: initial;
    right: initial;
    margin: 0.16rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .i_products_nav {
    margin-bottom: 0.3rem;
  }
  .i_products_nav li h6 {
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .i_products_nav {
    margin-bottom: 0.16rem;
  }
  .i_products_nav li h6 {
    font-size: 0.18rem;
  }
  .i_products_list li {
    margin: 0 2% 0.18rem 0;
  }
  .i_products_list .txt h6 {
    margin: 0.06rem auto 0.14rem;
  }
  .i_products_list .txt i {
    line-height: 0.4rem;
  }
  .i_products .i_more {
    margin: 0 auto 0;
  }
}
/* About */
.i_about {
  position: relative;
  /* background: url(static/images/i_about_bg.jpg) no-repeat center;
  background-size: cover; */
}
.i_about::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
}
.i_about > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.ia_txt {
  position: relative;
  z-index: 2;
}
.i_v {
  display: flex;
  justify-content: space-between;
}

.ia_txt .video {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.ia_txt .video::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.ia_txt .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* play button */
.v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45rem;
  height: 0.45rem;
  background: rgb(0 0 0 / 70%) url(static/images/v_play.svg) no-repeat center;
  background-size: 40%;
  background-position-x: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.v_btn:hover {
  background-color: var(--i_color);
}
.video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}
.video_box iframe {
  width: 100%;
  height: 100%;
}
.video_box .v_close {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_bai.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 99;
}
.video_box .v_close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_box .v_close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ia_txt article {
  width: 50%;
  color: #f3f3f3;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 15);
  overflow-y: auto;
  padding-right: 2%;
}
.ia_txt article * {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif !important;
}
.ia_txt article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.ia_txt article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.ia_txt article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .ia_txt article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .ia_txt article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_txt .video {
    width: 100%;
  }
  .ia_txt article {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .ia_txt article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.i_ab_list {
  position: relative;
  transform: translateY(50%);
  z-index: 2;
  margin: -100px auto 250px;
}
@media screen and (max-width: 1024px) {
  .i_ab_list {
    transform: translateY(0%);
    margin: 30px auto;
  }
}
.i_ab_list dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.i_ab_list dt {
  width: 24%;
  padding: 0.4rem;
  text-align: center;
  background: #f3f3f3;
}
.i_ab_list dt img {
  height: 0.8rem;
}
.i_ab_list dt h2 {
  margin: 0.4rem auto 0.3rem;
  font-size: 0.34rem;
  color: var(--i_color);
  font-weight: 900;
}
.i_ab_list dt h2 i {
  font-weight: 900;
}
.i_ab_list dt p {
  font-size: 0.16rem;
  color: #444;
  line-height: 0.24rem;
}
.i_ab_list dt:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.i_ab_list dt img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .i_ab_list dt {
    padding: 0.3rem;
  }
  .i_ab_list dt img {
    height: 0.7rem;
  }
  .i_ab_list dt h2 {
    margin: 0.3rem auto 0.2rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_ab_list dl {
    padding: 0.6rem 0 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .i_ab_list dt {
    padding: 0.2rem;
  }
  .i_ab_list dt img {
    height: 0.5rem;
  }
  .i_ab_list dt h2 {
    margin: 0.3rem auto 0.2rem;
    font-size: 0.22rem;
    font-weight: bold;
  }
  .i_ab_list dt h2 i {
    font-weight: bold;
  }
}
@media screen and (max-width: 560px) {
  .i_ab_list dl {
    flex-wrap: wrap;
    padding: 0.2rem 0 0.3rem;
  }
  .i_ab_list dt {
    margin: 0.2rem 0;
    padding: 0.1rem;
  }
  .i_ab_list dt img {
    height: 0.4rem;
  }
  .i_ab_list dt h2 {
    margin: 0.2rem auto 0.1rem;
  }
  .i_ab_list dt p {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}
.in_a_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.in_a_video::before {
  content: "";
  display: block;
  padding-bottom: 53.04%;
}
.in_a_video img,
.in_a_video iframe {
  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: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 6;
  background: #fff;
}
.i_v_btn iconify-icon {
  font-size: 38px;
  color: var(--i_color);
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  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;
  }
  .i_v_btn iconify-icon {
    font-size: 26px;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  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;
  }
}
/* Engineering case */
.i_case {
}
.i_case_list {
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.i_case_list li {
  width: 23.5%;
  margin: 0 2% 0 0;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.i_case_list li:nth-child(4n) {
  margin-right: 0;
}
.i_case_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--i_color);
}
.i_case_cont {
  padding: 0.2rem;
}
.i_case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_case_list .img:before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.i_case_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.i_case_list .txt {
  margin: 0.2rem auto 0;
}
.i_case_list .txt h2 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_case_list .txt h6 {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #555;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_case_list .more {
  text-align: center;
  background: #f6f7f9;
}
.i_case_list .more i {
  padding-right: 0.3rem;
  font-size: 0.12rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.46rem;
  background: url(static/images/public/arrow_right_hollow_hei.svg) no-repeat
    center right;
  background-size: 0.1rem;
}
.i_case_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.i_case_list li:hover::after {
  width: 100%;
}
.i_case_list li:hover img {
  width: 100%;
  height: 100%;
}
.i_case_list li:hover h2 {
  color: var(--i_color);
}
.i_case_list li:hover .more i {
  color: var(--i_color);
  background: url(static/images/arrow_right_hollow.svg) no-repeat center right;
  background-size: 0.1rem;
}
.i_case_list li::after,
.i_case_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case .i_more {
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 959px) {
  .i_case_list {
    flex-wrap: wrap;
  }
  .i_case_list li {
    width: 48%;
    margin: 0 4% 0.3rem 0;
  }
  .i_case_list li:nth-child(2n) {
    margin-right: 0;
  }
  .i_case .i_more {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .i_case_list li {
    margin: 0 4% 0.2rem 0;
  }
  .i_case .i_more {
    margin: 0.1rem auto 0;
  }
}
/* Solutions */
.i_solutions {
  overflow: hidden;
}
.i_solutions .more {
  display: table;
  margin: 0 auto 0.5rem;
}
.i_solutions .more span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.i_solutions .more p {
  padding: 0 0.8rem 0 0.4rem;
  font-size: 0.18rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.4rem;
}
.i_sol_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.i_sol_list li {
  width: 32%;
  height: calc((100% - 0.2rem) / 2);
  margin: 0 2% 0.2rem 0;
  position: relative;
  overflow: hidden;
}
.i_sol_list li:nth-child(3n) {
  margin-right: 0;
}
.i_sol_list .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_sol_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_sol_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* play button */
.i_sol_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  background: rgb(0 0 0 / 70%) url(static/images/v_play.svg) no-repeat center;
  background-size: 40%;
  background-position-x: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.i_sol_one_v .i_sol_play {
  width: 0.86rem;
  height: 0.86rem;
}
.i_sol_one_v .i_sol_play:hover,
.i_sol_list .i_sol_play:hover {
  background-color: var(--i_color);
}
.i_sol_v {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-height: 80vh;
  background: rgb(0 0 0 / 90%);
  object-fit: contain;
  z-index: 99999999;
}
.i_sol_v video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_sol_v iframe {
  width: 100%;
  height: 70vh;
  object-fit: contain;
}
.i_sol_v .v_close {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.8rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_bai.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 99;
}
.i_sol_v .v_close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.i_sol_v .v_close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_sol_list .tit {
  --lineheight: 0.42rem;
}
.i_sol_list .tit {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.26rem;
  text-align: center;
  width: 88%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: rgb(255 255 255 / 80%);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.i_sol_list .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - var(--lineheight));
  height: 0;
  background: var(--i_color);
}
.i_sol_list .tit p {
  width: calc(100% - var(--lineheight));
  padding: 0 0.16rem;
  font-size: 0.14rem;
  color: #100800;
  font-weight: bold;
  line-height: var(--lineheight);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_sol_list .tit i {
  display: block;
  margin-left: auto;
  width: var(--lineheight);
  height: var(--lineheight);
  background: #3e3a39 url(static/images/public/arrow_right_hollow_bai.svg)
    no-repeat center;
  background-size: 0.14rem;
}
.i_sol_list .tit:hover::before {
  bottom: 0;
  top: initial;
  height: 100%;
}
.i_sol_list .tit:hover p {
  color: #fff;
}
.i_sol_list .tit::before,
.i_sol_list .tit p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .i_sol_list .tit p {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_sol_list .tit {
    --lineheight: 0.36rem;
  }
}
@media screen and (max-width: 959px) {
  .i_sol_cont {
    width: 94%;
    margin: 0 auto;
  }
  .i_sol_v {
    width: 94vw;
  }
  .i_sol_one_v,
  .i_sol_list {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .i_sol_list li {
    height: initial;
  }
  .i_sol_list .img {
    height: initial;
    position: relative;
  }
  .i_sol_list .img::before {
    content: "";
    display: block;
    padding-bottom: 96%;
  }
  .i_sol_list .tit {
    --lineheight: 0.5rem;
  }
  .i_sol_list .tit {
    position: initial;
    width: 100%;
    transform: none;
  }
  .i_sol_list .tit p {
    width: 100%;
    font-size: 0.15rem;
  }
  .i_sol_list .tit i {
    display: none;
  }
  .i_sol_one_v {
    margin-bottom: 0.24rem;
  }
  .i_sol_one_v::before {
    content: "";
    display: block;
    padding-bottom: 82.35%;
  }
  .i_sol_one_v .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .i_solutions .more {
    width: 90%;
  }
  .i_solutions .more span {
    padding: 0.2rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .i_solutions .more p {
    width: 100%;
    padding: 0 0.2rem;
  }
  .i_solutions .i_more {
    margin: 0.1rem auto 0;
  }
  .i_sol_list li {
    width: 49%;
    margin: 0 2% 0.2rem 0;
  }
  .i_sol_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .i_sol_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .i_solutions .more {
    margin: 0 auto 0.3rem;
  }
  .i_solutions .more span {
    padding: 0.1rem 0 0.2rem;
  }
  .i_sol_one_v .i_sol_play {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 36%;
  }
  .i_sol_v iframe {
    height: 40vh;
  }
}
/* news events */
.i_news {
}
.i_news_cont {
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.i_top_news {
  width: 28.5%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.i_top_news .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i_top_news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_top_news .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgb(209, 178, 102, 0.9)
  );
  background: linear-gradient(to bottom, transparent, rgb(209, 178, 102, 0.9));
  z-index: 2;
}
.i_top_news .txt span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.i_top_news .txt h2 {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_top_news .txt h6 {
  margin: 0.14rem 0 0.18rem;
  font-size: 0.14rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_top_news:hover img {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.i_top_news .img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.i_news_time {
  margin-bottom: 0.2rem;
  position: relative;
}
.i_news_time h4 {
  font-size: 0.44rem;
  color: #fff;
}
.i_news_time p {
  font-size: 0.14rem;
  color: #fff;
}
.i_news_time h4,
.i_news_time p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* news more */
.i_news_cont .more {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: #3e3a39;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.i_news_cont .more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
}
.i_news_cont .more i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat
    center;
  background-size: 0.14rem;
}
.i_top_news .more {
  background: #fff;
}
.i_top_news .more i {
  background: url(static/images/arrow_right_hollow_3.svg) no-repeat center;
  background-size: 0.14rem;
}
.i_news_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.i_news_list li:hover .more {
  background: #fff;
}
.i_news_list li:hover .more::before {
  top: 0;
  bottom: initial;
  height: 100%;
}
.i_top_news:hover .more::before {
  top: 0;
  bottom: initial;
  height: 100%;
  background: #3e3a39;
}
.i_news_cont .more {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.i_news_cont .more::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_news_list {
  margin-left: auto;
  width: 70%;
}
.i_news_list li {
  padding: 0.3rem 0.3rem 0.24rem;
  width: 57%;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.i_news_list li:nth-child(2),
.i_news_list li:nth-child(3) {
  margin-bottom: 0.2rem;
}
.i_news_list .i_news_time h4,
.i_news_list .i_news_time p {
  color: #666;
}
.i_news_list li:first-child {
  float: left;
  width: 41%;
  margin-right: 2%;
}
.i_news_list li .img {
  display: none;
}
.i_news_list li .img img {
  width: 100%;
  height: 2.6rem;
  object-fit: cover;
}
.i_news_list li:first-child .img {
  display: block;
  margin-top: 0.3rem;
}
.i_news_list li:not(:first-child) .txt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.i_news_list .i_news_time {
  width: 20%;
}
.i_news_list li:first-child .i_news_time {
  width: 100%;
}
.i_news_list li:not(:first-child) .i_news_time::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.24rem;
  width: 1px;
  height: 100%;
  background: var(--border_color);
}
.i_news_list span {
  width: 80%;
  margin-left: auto;
}
.i_news_list h2 {
  font-size: 0.16rem;
  color: #3e3a39;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i_news_list h6 {
  margin: 0.14rem 0 0.18rem;
  font-size: 0.14rem;
  color: #5b5c5d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_news_list li:hover h4,
.i_news_list li:hover p,
.i_news_list li:hover h2 {
  color: var(--i_color);
}
.i_news_list li:first-child:hover img {
  -webkit-animation: twinkle 1s 1 linear;
  animation: twinkle 1s 1 linear;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.i_news_list li img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_news .i_more {
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 1440px) {
  .i_news_time h4 {
    font-size: 0.36rem;
  }
  .i_news_time p {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_news_list li {
    padding: 0.22rem 0.26rem 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_news .i_more {
    margin: 0.4rem auto 0;
  }
}
@media screen and (max-width: 959px) {
  .i_top_news {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .i_top_news .img {
    height: initial;
  }
  .i_top_news .img::before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
  .i_top_news .img img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .i_news_list {
    margin-left: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .i_news_list li:first-child {
    float: none;
    width: 100%;
  }
  .i_news_list li {
    width: 100%;
    margin: 0 0 0.2rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .i_news_list li .img {
    display: block;
    width: 200px;
    margin-top: 0 !important;
    order: 0;
  }
  .i_news_list li .img img {
    height: initial;
  }
  .i_news_list .txt {
    width: calc(100% - 230px);
    margin-left: auto;
    order: 1;
    display: block !important;
  }
  .i_news_list li:not(:first-child) .i_news_time::after {
    display: none;
  }
  .i_news_list .img {
    width: 40%;
  }
}
@media screen and (max-width: 560px) {
  .i_news_list li .img {
    display: none !important;
  }
  .i_news_list .txt {
    width: 100%;
    display: flex !important;
  }
  .i_news .i_more {
    margin: 0.1rem auto 0;
  }
}
/* footer */
footer {
  background: url(static/images/footer_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
footer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
}
footer > div {
  position: relative;
  z-index: 2;
}
.f_cont {
  padding: 0.66rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_contact {
  width: 64%;
}
.f_contact .i_tit {
  margin-bottom: 0.34rem;
}
.f_info {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.f_info dd {
  max-width: 44%;
}
.f_info dt {
  padding-right: 0.2rem;
}
h3.f_tit {
  margin-bottom: 0.3rem;
  font-size: 0.22rem;
  color: var(--i_color);
  font-weight: 900;
  text-shadow: 1px 1px 1px #fff;
}
.f_contact_list li {
  margin-bottom: 0.18rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.f_contact_list li i {
  display: block;
  margin-right: 10px;
  width: 0.24rem;
  height: 0.24rem;
}
.f_contact_list li i img {
  opacity: 0.5;
  height: 100%;
}
.f_contact_list li span,
.f_contact_list li span a {
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
  line-height: 22px;
}
.f_contact_list li span a {
  cursor: pointer;
}
.f_contact_list li span b {
  font-weight: bold;
  margin-right: 4px;
}

.f_contact_list li a:hover {
  color: var(--i_color);
}
/* Jump map */
.jump_map {
  cursor: pointer;
}
#jump_map_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
.jump_map_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color) url(static/images/public/close_2_bai.svg) no-repeat
    center;
  background-size: 30px;
  cursor: pointer;
}
.jump_map_close:hover {
  background-color: var(--i_color2);
}
/* .jump_map_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.jump_map_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
} */
@media screen and (max-width: 1024px) {
  #jump_map_box {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
.f_media {
  margin-top: 0.5rem;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.f_media li {
}
.f_media li:not(:last-child) {
  margin-right: 0.2rem;
}
.f_media iconify-icon {
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.8;
}
.f_media li:hover {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.f_media li:hover iconify-icon {
  color: var(--i_color);
}
.f_media li,
.f_media img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_nav {
}
.f_nav li {
}
.f_nav a {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
  line-height: 0.32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f_nav a:hover {
  color: var(--i_color);
}
.f_form {
  width: 31%;
  background: #d6d6d6;
  margin: 0.2rem 0 0 auto;
  padding: 0.3rem 0.36rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.f_form > .tit {
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
/* footer form */
#wpforms-83 {
  --input_font_size: 13px;
  --input_height: 0.4rem;
}
#wpforms-83 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-83 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-83 input,
#wpforms-83 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-83 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-83 .wpforms-field-label {
  font-size: 0;
}
#wpforms-83 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 14px;
  color: #f00;
}
#wpforms-83 .wpforms-field {
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
}
#wpforms-83 .wpforms-field-textarea {
  width: 100% !important;
}
#wpforms-83 .wpforms-field-container input,
#wpforms-83 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none;
  background: #fff;
  padding: 0 0.16rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
#wpforms-83 input {
  line-height: var(--input_height);
}
#wpforms-83 textarea {
  line-height: 22px;
  min-height: 90px;
  padding: 0.1rem 0.16rem;
}
#wpforms-83 input::-webkit-input-placeholder,
#wpforms-83 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-83 input::-moz-placeholder,
#wpforms-83 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-83 input::-ms-input-placeholder,
#wpforms-83 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-83 #wpforms-83-field_1-error,
#wpforms-83 #wpforms-83-field_2-error,
#wpforms-83 #wpforms-83-field_3-error,
#wpforms-83 #wpforms-83-field_4-error,
#wpforms-83 #wpforms-83-field_5-error,
#wpforms-83 #wpforms-83-field_6-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-83 .wpforms-field-container {
  margin-bottom: 0.04rem;
  width: 100%;
  overflow: hidden;
}
#wpforms-83 .wpforms-submit-container {
  float: right;
  padding: 0 !important;
  width: 48%;
  height: var(--input_height);
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
#wpforms-83 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
#wpforms-83 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-83 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-83 .wpforms-submit-container:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-83 .wpforms-submit-container::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-83 .form_reset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48% !important;
  height: var(--input_height);
  padding: 0;
  background: #3e3a39;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
#wpforms-83 .form_reset::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
#wpforms-83 .form_reset input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#wpforms-83 .form_reset:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-83 .form_reset::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_copy {
  width: 100%;
  background: url(static/images/footer_bottom1.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.f_copy::before {
  content: "";
  display: block;
  padding-bottom: 6.27%;
}
.f_copy .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
}
.f_logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.f_logo img {
  max-height: 0.6rem;
}
.f_copy_list {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  max-width: 66%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.f_copy_list dt {
  position: relative;
}
.f_copy_list dt:not(:first-child) {
  margin-left: 0.3rem;
}
.f_copy_list dt:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 80%;
  background: var(--i_color);
}
.f_copy_list dt,
.f_copy_list p,
.f_copy_list a {
  font-size: 0.14rem;
  color: #fff;
}
.f_copy_list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_form {
    margin-top: 0;
  }
  .f_logo img {
    max-width: 2.6rem;
  }
  .f_copy_list {
    bottom: 0.14rem;
  }
}
@media screen and (max-width: 1366px) {
  .f_logo img {
    max-width: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .f_logo img {
    max-width: 2rem;
  }
  .f_copy_list {
    max-width: 70%;
  }
}
@media screen and (max-width: 959px) {
  .f_contact,
  .f_form {
    width: 100%;
  }
  .f_contact {
    margin-bottom: 0.3rem;
  }
  .f_copy {
    background: #ededed;
  }
  .f_copy::before {
    display: none;
  }
  .f_copy .wrap,
  .f_logo,
  .f_copy_list {
    position: initial;
    transform: none;
  }
  .f_logo {
    display: none;
  }
  .f_copy_list {
    width: 100%;
    max-width: 100%;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .f_info dd {
    width: 100%;
    max-width: 100%;
  }
  .f_media {
    margin-top: 0.3rem;
  }
  .f_contact {
    margin-bottom: 0;
  }
  .f_form {
    display: none;
  }
  .f_info dt {
    display: none;
  }
  .f_copy {
    display: none !important;
  }
  .f_copy_list dt {
    width: 100%;
    text-align: center;
  }
  .f_copy_list dt::before {
    display: none;
  }
  .f_copy_list dt,
  .f_copy_list p,
  .f_copy_list a {
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .f_cont {
    padding: 0.44rem 0;
  }
  h3.f_tit {
    font-size: 0.18rem;
  }
  .f_contact_list li span,
  .f_contact_list li span a {
    font-size: 0.16rem;
  }
  .f_copy_list {
    padding: 0.1rem 0;
  }
  .f_copy_list dt,
  .f_copy_list p,
  .f_copy_list a {
    font-size: 0.14rem;
  }
}
/* mobile bottom menu */
.f_menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--f_menu_height);
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  z-index: 9999999;
}
.f_menu li {
  width: 100%;
}
.f_menu li:not(:last-child) {
  border-right: 1px solid var(--border_color);
}
.f_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.f_menu i {
  display: inline-block;
  padding-left: 24px;
  font-size: 13px;
  color: #555;
  line-height: 16px;
}
.f_menu li:nth-child(1) i {
  background: url(static/images/public/footer_menu/home.svg) no-repeat left
    center;
  background-size: 22px;
}
.f_menu li:nth-child(2) i {
  background: url(static/images/public/footer_menu/whatsapp.svg) no-repeat left
    center;
  background-size: 16px;
}
.f_menu li:nth-child(3) i {
  background: url(static/images/public/footer_menu/email.svg) no-repeat left
    center;
  background-size: 18px;
}
@media screen and (max-width: 767px) {
  .f_menu {
    display: -webkit-flex;
    display: flex;
  }
  footer {
    padding-bottom: var(--f_menu_height);
  }
}
@media screen and (max-width: 560px) {
  .f_menu i {
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .f_menu li:nth-child(1) i {
    background: url(static/images/public/footer_menu/home.svg) no-repeat top
      center;
    background-size: 22px;
  }
  .f_menu li:nth-child(2) i {
    background: url(static/images/public/footer_menu/whatsapp.svg) no-repeat top
      center;
    background-size: 16px;
  }
  .f_menu li:nth-child(3) i {
    background: url(static/images/public/footer_menu/email.svg) no-repeat top
      center;
    background-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .f_menu i {
    font-size: 12px;
  }
}
/* aside */
.aside_right {
  position: fixed;
  right: 30px;
  bottom: 16%;
  z-index: 999999;
}
.aside_right ul {
}
.aside_right li {
  margin: 0.1rem 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right li:nth-child(1) > a {
  background: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background: var(--i_color);
}
.aside_right li img {
  display: block;
  margin: 0 auto;
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
}
.aside_right li:hover > a {
  background-color: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 0;
  right: -300px;
  width: 180px;
  min-height: 100%;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -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;
}
.aside_close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_hei.svg) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
.aside_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside_close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 30px 30px 40px;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 0.4rem;
}
#aside_sc_from .tit h1 {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}
#wpforms-956 {
  --input_font_color: rgb(0 0 0 / 50%);
  --input_font_size: 14px;
  --input_height: 42px;
}
#wpforms-956 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-956 {
  width: 100%;
  overflow: hidden;
}
#wpforms-956 input,
#wpforms-956 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-956 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-956 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-956 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-956 .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 auto;
  width: 170px;
  height: 38px;
  background: var(--i_color);
  border: 2px solid var(--i_color);
  position: relative;
}
#wpforms-956 .wpforms-field-label {
  font-size: 0;
}
#wpforms-956 .wpforms-required-label {
  position: absolute;
  top: 16px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-956 .wpforms-field {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#wpforms-956 input {
  height: var(--input_height);
}
#wpforms-956 textarea {
  min-height: 100px;
}
#wpforms-956 input,
#wpforms-956 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #333;
  border: 1px solid rgb(0 0 0 / 30%);
  line-height: var(--input_height);
  padding: 0 16px;
}
#wpforms-956 input::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 input::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 textarea::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 textarea::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-956 #wpforms-956-field_1-error,
#wpforms-956 #wpforms-956-field_2-error,
#wpforms-956 #wpforms-956-field_3-error,
#wpforms-956 #wpforms-956-field_5-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-956 .wpforms-submit-container button {
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
#wpforms-956 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-956 .wpforms-submit-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wpforms-956 .wpforms-submit-container:hover:after {
  display: block;
}
#wpforms-956 .wpforms-submit-container:hover {
  background: #fff;
}
#wpforms-956 .wpforms-submit-container:hover button {
  color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #aside_sc_from {
    width: 94%;
  }
}
@media screen and (max-width: 959px) {
  .aside_right {
    right: 22px;
    bottom: 160px;
  }
  .aside_right li:not(:last-child) {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #aside_sc_from {
    padding: 20px 20px 30px;
  }
  #aside_sc_from .tit {
    margin-bottom: 0.3rem;
  }
  #wpforms-956 .wpforms-submit-container {
    height: 34px;
  }
  #wpforms-956 .wpforms-submit-container button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  #aside_sc_from .tit h1 {
    font-size: 0.24rem;
  }
}
/* Inside Page */
.full_h {
  display: block;
  width: 100%;
  height: var(--header_height);
  background: none;
}
/* Inside Banner */
.in_banner {
  margin-bottom: -0.04rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 31.25%;
}
.in_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_b_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  opacity: 0;
}
.in_b_text .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_b_text h2 {
  flex-shrink: 0;
  font-family: dinc;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}
.in_b_text h2 i {
  font-family: Arial;
  font-size: 1.2rem;
  color: var(--i_color);
}
.in_b_text h2,
.in_b_text h2 i {
  line-height: 1.2rem;
}
.in_b_text span {
  margin-left: 0.2rem;
}
.in_b_text span h3 {
  font-family: dinc;
  font-size: 0.5rem;
  color: #000;
  line-height: 0.66rem;
  text-transform: capitalize;
  letter-spacing: -0.02rem;
}
.in_b_text span h6 {
  font-family: dinc;
  font-size: 0.38rem;
  color: #555;
  letter-spacing: -0.01rem;
}
.in_b_text span p {
  margin-top: 0.06rem;
  font-family: dinc;
  font-size: 0.26rem;
}
.in_b_text h2,
.in_b_text span h3,
.in_b_text span h6,
.in_b_text span p {
  text-shadow: 1px 1px var(--i_color);
}
.in_b_text h2 i {
  text-shadow: none;
}
.in_banner_sol .in_b_text {
  top: 58%;
}
.in_banner_sol .in_b_text h2 {
  margin: 0 auto;
  color: #fff;
}
.in_banner_dealer .in_b_text h2 {
  color: #fff;
}
.in_banner_top {
  margin-top: var(--header_height);
}
.in_banner_top .in_b_text {
  top: 21% !important;
}
@media screen and (max-width: 1440px) {
  .in_b_text h2 {
    font-size: 0.72rem;
  }
  .in_b_text h2 i {
    font-size: 1rem;
  }
  .in_b_text span h3 {
    font-size: 0.5rem;
  }
  .in_b_text span h6 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_b_text h2 {
    font-size: 0.66rem;
  }
  .in_b_text h2 i {
    font-size: 0.9rem;
  }
  .in_b_text span h3 {
    font-size: 0.4rem;
    line-height: 0.44rem;
    letter-spacing: normal;
  }
  .in_b_text span h6 {
    font-size: 0.26rem;
    letter-spacing: normal;
  }
  .in_b_text span p {
    margin-top: 0.04rem;
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_b_text h2 {
    font-size: 0.58rem;
    line-height: 0.8rem;
  }
  .in_b_text h2 i {
    font-size: 0.8rem;
  }
  .in_b_text span h3 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .in_b_text span h6 {
    font-size: 0.22rem;
  }
  .in_b_text span p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  /* .in_banner {
    margin-top: var(--header_height);
  } */
}
/* @media screen and (max-width:959px) {
	.in_banner:before {
		content: "";
		display: block;
		padding-bottom: 40%
	}
	.in_banner img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
	}
}
@media screen and (max-width:767px) {
	.in_banner:before {
		padding-bottom: 44%;
	}
} */
@media screen and (max-width: 560px) {
  .in_b_text {
    top: 58%;
  }
  /* .in_banner:before {
		padding-bottom: 54%;
	} */
  .in_banner_top .in_b_text {
    top: 2% !important;
    transform: none;
  }
  .in_b_text h2 {
    font-size: 0.38rem;
  }
  .in_b_text h2 i {
    font-size: 0.56rem;
  }
  .in_b_text h2,
  .in_b_text h2 i {
    line-height: 0.56rem !important;
  }
  .in_b_text span {
    margin-left: 0.1rem;
  }
  .in_b_text span h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    font-weight: bold;
  }
  .in_b_text span h6 {
    font-size: 0.17rem;
    font-weight: bold;
  }
  .in_b_text span p {
    font-size: 0.16rem;
  }
  .in_b_text span h3,
  .in_b_text span h6,
  .in_b_text span p {
    font-family: Arial, system-ui, -apple-system, Microsoft Yahei, tahoma,
      sans-serif;
  }
}
/* Breadcrumb */
.in_position {
  padding: 0.16rem 0;
  background: #f6f6f6;
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
}
.in_position a:first-child {
  padding-left: 26px;
  background: url(static/images/public/home_1_hei.svg) no-repeat left center;
  background-size: 20px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #777;
}
.woocommerce-breadcrumb {
  font-size: 0;
}
.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: 13px;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}
/* Inside Page - Products */
.in_products_nav {
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

/*滚动条*/
.in_products_nav::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
.in_products_nav::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}
.in_products_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}

.in_products_nav li {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.in_products_nav li::before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid var(--i_color);
}
.in_products_nav li::after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #fff;
}

.in_products_nav a {
  width: 100%;
  padding: 0.24rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.in_products_nav i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.in_products_nav i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.in_products_nav h6 {
  max-width: 100%;
  font-size: 0.2rem;
  color: #3e3a39;
  font-weight: bold;
  text-transform: capitalize;
}

.des span {
  display: block;
  margin: 10px auto 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  max-height: calc(24px * 3);
  overflow-y: auto;
  padding-right: 2%;
  text-align: center;
}
.des span * {
  font-size: 16px;
  line-height: 24px;
}
.des span::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.des span::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.des span::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .des span {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 3);
  }
  .des span * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_products_nav .curr i img,
.in_products_nav li:hover i img {
  top: -30px !important;
}
.in_products_nav li:hover::before,
.in_products_nav .curr::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.in_products_nav li:hover::after,
.in_products_nav .curr::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.in_products_nav .curr h6,
.in_products_nav li:hover h6 {
  color: var(--i_color);
}
.in_products_nav li::before,
.in_products_nav i img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_products_nav li {
    padding: 0 0.1rem;
  }
  .in_products_nav a {
    display: block;
  }
  .in_products_nav i {
    margin: 0 auto;
  }
  .in_products_nav h6 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0.1rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .de_products_nav {
    flex-wrap: wrap;
  }

  .in_products_nav li {
    margin-bottom: 0.2rem;
  }
  .in_products_nav a {
    padding: 0.14rem 0;
  }
}

/* Products Videos */
.in_pro_video {
  width: 100%;
  margin-bottom: 0.8rem;
}
.in_pro_video .img {
  width: 100%;
  border-bottom: 2px solid var(--i_color);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.in_pro_video .img::before {
  content: "";
  display: block;
  padding-bottom: 42.85%;
}
.in_pro_video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_pro_video .i_sol_play {
  width: 0.86rem;
  height: 0.86rem;
}
@media screen and (max-width: 959px) {
  .in_pro_video .i_sol_play {
    width: 0.66rem;
    height: 0.66rem;
  }
}
@media screen and (max-width: 560px) {
  .in_pro_video .i_sol_play {
    width: 0.46rem;
    height: 0.46rem;
  }
}
/* Products Lists */
.in_procat_list {
}
.in_procat_list dt {
  margin-bottom: 0.4rem;
}
.in_procat_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  position: relative;
}
.in_procat_tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 0.1rem);
  height: 1px;
  background: var(--border_color);
}
.in_procat_tit h3 {
  padding: 0 1rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
}
.in_procat_tit h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--i_color);
}
.in_procat_tit a {
  margin-left: auto;
  font-size: 0.16rem;
  color: #555;
}
.in_procat_tit h3,
.in_procat_tit a {
  position: relative;
  line-height: 0.6rem;
}
.in_procat_tit a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .in_procat_tit h3 {
    padding: 0 0.8rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_procat_tit h3 {
    padding: 0 0.7rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_procat_tit h3 {
    padding: 0 0.5rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_procat_tit h3 {
    padding: 0 0.24rem;
  }
  .in_procat_tit h3,
  .in_procat_tit a {
    line-height: 0.42rem;
  }
}
/* List */
.in_pro_list {
  width: 100%;
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.in_pro_list li {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  width: 23.5%;
  margin: 0 2% 0.3rem 0;
  padding: 0.4rem;
  border: 1px solid var(--border_color);
  background: #fff;
  overflow: hidden;
}
.in_pro_list li:nth-child(4n) {
  margin-right: 0;
}
.in_pro_list .p_cont {
  display: block;
  text-align: center;
  width: 100%;
}
.in_pro_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_pro_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_pro_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_pro_list .txt {
  margin-top: 0.4rem;
}
.in_pro_list .txt h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 900;
}
.in_pro_list .txt h6 {
  margin: 0.06rem auto 0.26rem;
  font-size: 0.14rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_pro_list .txt span {
  display: block;
  background: #f2f3f6;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.in_pro_list .txt span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
.in_pro_list .txt i {
  font-size: 0.12rem;
  font-weight: bold;
  color: #444;
  line-height: 0.44rem;
  position: relative;
  z-index: 2;
}
.in_pro_list .add_car {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
}
.in_pro_list .add_car span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent var(--i_color);
  border-width: 0;
  border-style: solid;
}
.in_pro_list .add_car i {
  display: block;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: url(static/images/logo_s.png) no-repeat center;
  background-size: 0.34rem;
  filter: brightness(0);
}
.in_pro_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.in_pro_list li:hover .txt span::before {
  width: 100%;
}
.in_pro_list li:hover .txt i {
  color: #fff;
}
.in_pro_list li:hover .add_car span {
  border-width: 0 0 0.7rem 0.7rem;
}
.in_pro_list li:hover .add_car i {
  opacity: 1;
  filter: brightness(200%) saturate(0);
}
.in_pro_list .txt span::before,
.in_pro_list .txt i,
.in_pro_list .add_car span,
.in_pro_list .add_car i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .in_pro_list {
    flex-wrap: wrap;
  }
  .in_pro_list li {
    width: 49%;
    padding: 0.3rem;
    margin: 0 2% 0.26rem 0;
  }
  .in_pro_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .in_pro_list li {
    margin: 0 2% 0.18rem 0;
  }
  .in_pro_list .txt h6 {
    margin: 0.06rem auto 0.14rem;
  }
  .in_pro_list .txt i {
    line-height: 0.4rem;
  }
}
/* Inside Page - Products details */
.d_head {
  height: calc(var(--pre_head_height) + var(--header_height));
}
.p_det_cont {
  --img_size: 650px;
  --sm_img_box: 500px;
}
.p_det_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
/* Photo Gallery TAB */
.pic_tab {
  position: relative;
  width: var(--img_size);
}
.pic_tab dt {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.magnifier {
  position: relative;
  width: var(--img_size);
}
.small-box {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
.small-box::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.small-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: rgb(0 0 0 / 40%);
  cursor: move;
}
.small-box .count {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  font-size: 0.2rem;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
}
.small-box .count i {
  font-size: 0.2rem;
  color: #fff;
}
.thumbnail-box {
  margin-top: 0.16rem;
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.thumbnail-box .btn-prev.btn_prev_disabled {
  background: #ccc;
  cursor: not-allowed;
}
.thumbnail-box .btn-next.btn_next_disabled {
  background: #ccc;
  cursor: not-allowed;
}
.thumbnail-box .list {
  overflow: hidden;
  width: var(--sm_img_box);
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.thumbnail-box .list .item {
  width: calc((var(--sm_img_box) - 15px) / 4);
  height: calc((var(--sm_img_box) - 15px) / 4);
  margin-right: 5px;
  border: 1px solid var(--border_color);
  cursor: pointer;
}
.thumbnail-box .list .item-cur {
  border: 2px solid var(--i_color);
}
.thumbnail-box .list .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: calc(var(--img_size) + 10px);
  top: 0;
  width: var(--img_size);
  height: var(--img_size);
  background-color: #fff;
  border: 1px solid #e4e4e4;
  z-index: 2013;
}
.big-box img {
  display: block;
}
.p_detailDesc {
  margin-left: auto;
  width: calc(100% - var(--img_size) - 0.6rem);
}
.p_detailDesc h1 {
  margin-bottom: 0.4rem;
  font-size: 0.22rem;
  color: #100800;
  font-weight: bold;
}
.p_detailDesc h1 i {
  margin-right: 0.06rem;
  font-size: 0.3rem;
  font-weight: 900;
}
.p_detailSeries {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_detailSeries > p {
  font-size: 0.14rem;
  color: #100800;
}
.p_detailSeries > p a {
  position: relative;
  margin-left: 0.1rem;
  padding-right: 0.3rem;
  font-size: 0.14rem;
  color: #100800;
  background: url(static/images/public/arrow_right_hollow_hei.svg) no-repeat
    right center;
  background-size: 0.1rem;
}
.p_detailSeries > p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #999;
}
.p_detailSeries > p a:hover {
  color: var(--i_color);
}
.p_share {
  margin-left: auto;
  position: relative;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_share dt {
  height: 0.28rem;
  margin-right: 0.1rem;
}
.p_share dt img {
  height: 0.28rem;
}
.p_share dt:hover {
  -webkit-transform: translate(0, -0.06rem);
  transform: translate(0, -0.06rem);
}
.p_share dt {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_share dd {
  position: relative;
}
.p_share p {
  background: var(--i_color);
  padding: 0 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.p_share p i {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  background: url(static/images/p_share_ico.svg) no-repeat left center;
  background-size: 16px;
}
.p_share_list {
  display: none;
  position: absolute;
  right: 0;
  border: 1px solid var(--border_color);
  background: #fff;
  z-index: 2;
}
.p_share_list.on {
  display: block;
}
.p_share_list li {
}
.p_share_list a {
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.p_share_list i {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.p_share_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  filter: brightness(0);
}
.p_share_list b {
  font-size: 14px;
  color: #555;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_share_list li:hover {
  background: rgb(0 0 0 / 6%);
}
.p_share dd:hover p {
  background: #df9302;
}
.p_detailType {
  margin: 0.3rem 0;
  padding: 0.2rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.p_detailType article {
  font-size: 16px;
  color: #666;
}
.p_detailType dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.p_detailType dl,
.p_detailType dl > b {
  font-size: 0;
  color: #fff;
}
.p_detailType dt {
  width: 50%;
  padding: 0.1rem 0;
  position: relative;
}
.p_detailType dt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--border_color);
}
.p_detailType dt:nth-child(odd) {
  padding-right: 0.2rem;
}
.p_detailType dt:nth-child(even) {
  padding-left: 0.2rem;
}
.p_detailType dt:nth-child(2n)::before,
.p_detailType dt:last-child::before {
  display: none;
}
.p_detailType dt,
.p_detailType dt i {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.2rem;
}
.p_detailType dt {
  font-weight: bold;
}
.p_detailType dt i {
  display: block;
  font-weight: normal;
}
.p_detailColor {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.p_detailColor > p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.2rem;
}
.p_color_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_color_list li {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #ccc;
  margin: 0 0 0.14rem 0.14rem;
  cursor: pointer;
  position: relative;
}
.p_color_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_color_list .current {
  border: 2px solid var(--i_color);
}
.p_detailNum {
  margin: 0.2rem 0 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_detailNum > p {
  margin-right: 0.2rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.2rem;
}
.p_detailNum input {
  width: 84px;
  padding-left: 0.1rem;
  border: 1px solid #ccc;
  text-align: center;
}
.p_detailNum > p,
.p_detailNum input {
  line-height: 0.32rem;
}
/* Special discount module */
.p_discount {
  width: 100%;
}
.p_discount dt {
  padding: 0.14rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.p_discount span {
  width: 62%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_discount input {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #ccc;
}
.p_discount span p {
  margin: 0 0.6rem 0 0.3rem;
}
.p_discount span p,
.p_discount span b {
  font-size: 0.15rem;
  color: #666;
}
.p_discount span i {
  margin-left: 0.06rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #ee0000;
}
.p_discount_ico {
  width: 1.64rem;
  height: 0.4rem;
  margin-left: auto;
  background: url(static/images/p_discount_ico.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.p_discount_ico p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  text-align: center;
  font-size: 0.14rem;
  color: #ee0000;
  line-height: 0.28rem;
  background: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .p_discount span {
    width: 54%;
  }
  .p_discount_ico {
    width: 2rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .p_discount_ico {
    width: 1.74rem;
    height: 0.4rem;
  }
}
.p_detailCar {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
}
.p_detailCar li {
  width: 48%;
  border: 2px solid var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p_detailCar button {
  display: block;
  padding: 0.1rem 0.2rem;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
  cursor: pointer;
}
.p_detailCar button i {
  display: inline-block;
  padding-left: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: var(--i_color);
  text-transform: capitalize;
  font-weight: bold;
  background: url(static/images/public/contact/cart.svg) no-repeat left center;
  background-size: 0.2rem;
}
.p_detailCar .p_whatsapp i {
  padding-left: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: var(--i_color);
  text-transform: capitalize;
  font-weight: bold;
  background-size: 0.2rem;
}
.p_form {
  background: var(--i_color);
}
.p_form a i {
  color: #fff;
  background: url(static/images/p_car_form_ico.png) no-repeat left center;
  background-size: 0.2rem;
}
.p_form:hover {
  border-color: #df9302;
  background: #df9302;
}
.p_whatsapp a i {
  background: url(static/images/public/contact/whatsapp.svg) no-repeat left
    center;
  background-size: 0.24rem;
}
/* .p_whatsapp {
	background: var(--i_color);
}
.p_whatsapp i {
	-webkit-filter: brightness(100);
	filter: brightness(100)
} */
.p_detailCar li:first-child {
  background: var(--i_color);
}
.p_detailCar .single_add_to_cart_button i {
  color: #fff;
}
.p_detailCar li:hover {
  background: var(--i_color);
}
.p_detailCar li:first-child:hover {
  background: #df9302;
  border-color: #df9302;
}
.p_detailCar .p_whatsapp:hover i {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.p_detailTip {
  margin: 0.26rem 0;
  font-size: 0.14rem;
  color: #666;
}
.single_grid_btn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.25rem;
  margin: 0.5rem 0 0.2rem 0;
}
.single_grid_btn a {
  font-size: 0.18rem;
  color: #fff;

  padding: 0.15rem 0.9rem;
  border-radius: 0.04rem;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.single_grid_green {
  background-color: var(--i_color);
}
.single_grid_black {
  background-color: #333;
}
/* .trust_logo {
  margin-top: 0.26rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.trust_logo dt {
  margin-bottom: 0.1rem;
  margin-right: 0.2rem;
}
.trust_logo img {
  height: 1.2rem;
} */
@media screen and (max-width: 1440px) {
  .p_det_cont {
    --img_size: 500px;
    --sm_img_box: 400px;
  }
}
@media screen and (max-width: 1366px) {
  .p_det_cont {
    --img_size: 470px;
    --sm_img_box: 370px;
  }
}
@media screen and (max-width: 1200px) {
  .p_det_cont {
    --img_size: 440px;
    --sm_img_box: 340px;
  }
}
@media screen and (max-width: 959px) {
  .p_det_cont {
    --img_size: 100%;
    --sm_img_box: 500px;
  }
  .small-box .hover,
  .big-box {
    display: none !important;
  }
  .p_detailDesc {
    margin-top: 0.6rem;
    width: 100%;
  }
  .p_share dt img {
    height: 0.3rem;
  }
  .trust_logo {
    justify-content: center;
  }
  .trust_logo img {
    height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_det_cont {
    --sm_img_box: 400px;
  }
  .p_detailCar li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .p_det_cont {
    --sm_img_box: 300px;
  }
  .p_detailDesc {
    margin-top: 0.4rem;
  }
  .p_detailDesc h1 {
    margin-bottom: 0.2rem;
  }
  .p_detailSeries > p {
    width: 100%;
    font-size: 0.16rem;
  }
  .p_detailSeries > p a {
    font-size: 0.16rem;
  }
  .p_share {
    margin: 0.2rem 0 0 0;
  }
  .p_share p i {
    padding-left: 0.28rem;
    line-height: 0.38rem;
  }
  .p_share_list {
    right: initial;
    left: 0;
  }
  .p_detailType dt {
    width: 100%;
    padding: 0.1rem 0 !important;
  }
  .p_detailType dt::before {
    display: none;
  }
  .p_detailType dt,
  .p_detailType dt i {
    font-size: 0.16rem;
  }
  .p_form a i {
    background-position-y: -1px;
  }
  .p_detailColor > p,
  .p_detailNum > p {
    font-size: 0.16rem;
  }
  .trust_logo dt:last-child {
    display: none;
  }
}
/* Accessories */
.p_Accessories {
}
.accessories_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.accessories_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.accessories_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  padding: 0.16rem;
  border: 1px solid var(--border_color);
}
.accessories_list .add_car_state {
}
.accessories_list .cont {
  display: block;
  margin: 0.2rem auto;
}
.accessories_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.accessories_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.accessories_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accessories_list .cont p {
  margin-top: 0.22rem;
  text-align: center;
  font-size: 0.14rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accessories_add_car {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.accessories_add_car input {
  width: 29%;
  padding-left: 0.1rem;
  border: 1px solid var(--border_color);
  text-align: center;
}
.accessories_add_car button {
  margin-left: auto;
  width: 68%;
  background: #f5f6f7;
  text-align: center;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
  color: #666;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.accessories_add_car input,
.accessories_add_car button {
  height: 0.3rem;
  line-height: 0.3rem;
}
.accessories_add_car button:hover {
  background: var(--i_color);
  color: #fff;
}
.accessories_add_car form {
  width: 100%;
}
.accessories_add_car .quantity {
  display: inline;
}
.accessories-button-prev,
.accessories-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.8rem;
  background: #f9f9f9;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.accessories-button-prev {
  left: -0.4rem;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.accessories-button-next {
  right: -0.4rem;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.p_Accessories .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.accessories-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.accessories-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0.05rem;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.accessories-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .accessories-button-prev,
  .accessories-button-next {
    display: none;
  }
  .accessories-pagination {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .accessories_list .cont p {
    font-size: 0.17rem;
  }
  .accessories_add_car input,
  .accessories_add_car a {
    height: 0.44rem;
    line-height: 0.44rem;
  }
  .accessories-pagination {
    margin-top: 0.3rem;
  }
}
.p_det_list {
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.p_det_list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.p_det_list li {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.p_det_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: var(--i_color);
  z-index: 2;
}
.p_det_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 1;
}
.p_det_list a {
  display: block;
  padding: 0 0.3rem;
  font-size: 0.14rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
}
.p_det_list .current::before,
.p_det_list li:hover::before {
  top: 0;
}
.p_det_list .current::after,
.p_det_list li:hover::after {
  height: 100%;
}
.p_det_list .current a,
.p_det_list li:hover a {
  color: var(--i_color);
}
.p_det_list li::before,
.p_det_list li::after,
.p_det_list a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_det_show {
  overflow: hidden;
}
.p_det_show dt,
.p_det_show dt * {
  font-size: 0.16rem;
  color: #555;
  line-height: 0.22rem;
  overflow: hidden;
  margin: 10px 0;
}
.p_det_show h1 * {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  padding: 10px 0;
}
.p_det_show h2 *,
.p_det_show h3 *,
.p_det_show h4 *,
.p_det_show h5 *,
.p_det_show h6 * {
  font-weight: bold;
  margin: 12px 0;
}

.p_det_show dt img {
  max-width: 100% !important;
  height: initial !important;
}
/* FAQ */
.in_faq_list {
  overflow: hidden;
}
.in_faq_list,
.in_faq_list > b {
  font-size: 0 !important;
  color: #fff !important;
}
.in_faq_list li {
  overflow: hidden;
}
.in_faq_list .tag_name {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0.3rem;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.in_faq_list .tag_name h2 {
  width: calc(100% - 0.3rem);
  font-size: 0.16rem;
  color: #333;
  line-height: 0.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_faq_list .kk {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0.3rem;
  width: 0.16rem;
  height: 0.16rem;
}
.in_faq_list .kk:before,
.in_faq_list .kk:after {
  content: "";
  position: absolute;
  background: #777;
}
.in_faq_list .kk:before {
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 2px;
}
.in_faq_list .kk:after {
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 2px;
  height: 100%;
}
.in_faq_list .on {
  background: #efefef;
}
/* .in_faq_list .on h2{color:#FFF} */
.in_faq_list .on .kk {
  -webkit-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  -o-transform: rotate(125deg);
  transform: rotate(125deg);
}
/* .in_faq_list .on .kk:before, .in_faq_list .on .kk:after{background:#777} */
.in_faq_list .tag_name,
.in_faq_list .tag_name h2,
.in_faq_list .kk {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_faq_list .tab_box {
  display: none;
  border: 1px solid var(--border_color);
  border-top: none;
  padding: 0.1rem 0.2rem;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 959px) {
  .p_det_list {
    border: 1px solid var(--border_color);
    flex-wrap: wrap;
  }
  .p_det_list::before {
    display: none;
  }
  .p_det_list li {
    width: 50%;
  }
  .p_det_list li::before {
    display: none;
  }
  .p_det_list .current::before {
    display: block;
  }
  .p_det_list a {
    padding: 0.2rem 0.3rem;
    line-height: 0.2rem;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .p_det_show dt,
  .p_det_show dt * {
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
  .in_faq_list .tag_name {
    width: calc(100% - 0.5rem);
    padding: 0 0.2rem;
  }
  .in_faq_list .tag_name h2 {
    font-size: 0.18rem;
  }
  .in_faq_list .tab_box {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
}
/* Customer Reviews */
.p_reviews {
  overflow: hidden;
}
.p_reviews_head {
  padding-bottom: 0.24rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_color);
}
.p_reviews_head .tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_reviews_head .tit h2 {
  font-size: 0.2rem;
  color: #100800;
  font-weight: 900;
  text-transform: capitalize;
}
.p_reviews_head .star_UL_fixed {
  margin: 0 0.1rem 0 0.3rem;
}
.p_reviews_head .tit > b,
.p_reviews_head .star_UL_fixed {
  display: none !important;
}
/* star */
.star_UL,
.star_UL_fixed {
  --ico_size: 20px;
}
.star_UL,
.star_UL_fixed {
  display: block;
  position: relative;
  padding: 0;
  border: none;
}
.star_UL ul,
.star_UL_fixed ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(var(--ico_size) * 5);
  height: var(--ico_size);
}
.star_UL li,
.star_UL_fixed li {
  font-size: 0;
  position: relative;
  width: var(--ico_size);
  height: var(--ico_size);
  color: transparent;
  background: url(static/images/star_ico.png) no-repeat center;
  background-position-y: 0;
}
.star_UL li {
  cursor: pointer;
}
.star_UL li.on,
.star_UL_fixed li.on {
  background-position-y: calc(-1 * var(--ico_size));
  transition: background-position 0.7s;
}
.p_reviews_head .tit b {
  font-size: 0.16rem;
  color: #666;
  font-weight: bold;
}
.p_reviews_switch {
  margin-left: auto;
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #666;
  position: relative;
  cursor: pointer;
}
.p_reviews_switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 2px;
  background: #888;
}
.p_reviews_switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 0;
  background: #888;
}
.p_reviews_switch.on::after {
  height: 70% !important;
}
.p_reviews_switch:hover {
  border-color: var(--i_color);
}
.p_reviews_switch:hover::before,
.p_reviews_switch:hover::after {
  background: var(--i_color);
}
.p_reviews_switch,
.p_reviews_switch::before,
.p_reviews_switch::after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_reviews_cont {
}
.p_reviews_es {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem 0;
}
.p_reviews_explain {
}
.p_reviews_explain .star_UL_fixed {
  float: left;
}
.p_reviews_explain b {
  display: inline-block;
  margin-left: 0.1rem;
  line-height: 20px;
}
.p_reviews_explain b,
.p_reviews_explain p {
  font-size: 0.14rem;
}
.p_reviews_explain p {
  margin-top: 0.1rem;
}
.p_reviews_search {
  margin-left: auto;
}
.p_reviews_search form {
  display: block;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid #ccc;
  overflow: hidden;
}
.reviews_search_ipt {
  width: 3rem;
  padding-left: 0.1rem;
}
.reviews_search_btn {
  width: 1rem;
  background: #7e7e7e url(static/images/public/search_1_bai.svg) no-repeat
    center;
  background-size: 0.22rem;
  cursor: pointer;
}
.reviews_search_ipt,
.reviews_search_btn {
  line-height: 0.36rem;
}
.p_reviews_search form:hover {
  border-color: var(--i_color);
}
.reviews_search_btn:hover {
  background-color: var(--i_color);
}
.p_reviews_ratings {
  padding: 0.26rem 0;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_reviews_ratings_list {
}
.p_reviews_ratings_list .tit {
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
  color: #100800;
  font-weight: bold;
}
.p_reviews_ratings_list li {
  margin: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.p_reviews_ratings_list li span {
  width: 1.2rem;
  font-size: 0.14rem;
  color: #666;
}
.p_reviews_ratings_list li i {
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: #d6d6d6;
  position: relative;
  overflow: hidden;
}
.p_reviews_ratings_list li i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--i_color);
}
.p_reviews_ratings_list li:nth-child(1) i::before {
  width: 96%;
}
.p_reviews_ratings_list li:nth-child(2) i::before {
  width: 92%;
}
.p_reviews_ratings_list li:nth-child(3) i::before {
  width: 82%;
}
.p_reviews_ratings_list li b {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: #3e3a39;
  font-weight: bold;
}
.write_reviews_box {
  width: 54%;
  margin-left: auto;
}
.write_reviews_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.write_reviews_btn li {
  margin-right: 0.3rem;
  padding: 0 0.4rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  overflow: hidden;
  cursor: pointer;
}
.write_reviews_btn .bt2 {
  display: none;
}
.write_reviews_btn p {
  color: #fff;
  line-height: 0.46rem;
}
.write_reviews_cont {
  display: none;
  margin-bottom: 0.2rem;
}
.write_reviews {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.write_reviews form {
  width: 100%;
}
.write_reviews textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0.14rem;
  min-height: 1rem;
  border: 1px solid var(--border_color);
  background: #f8f8f8;
}
.write_reviews .star_UL {
  margin-right: 0.24rem;
}
.write_reviews .star_UL dt {
  margin: 0.14rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.write_reviews .star_UL span {
  width: 1.2rem;
  font-size: 0.14rem;
  color: #666;
}
.p_reviews_list {
  overflow: hidden;
}
.p_reviews_list li {
  padding: 0.4rem 0;
  border-top: 1px solid var(--border_color);
  position: relative;
}
.p_reviews_list .comment-body {
  width: calc(100% - 0.4rem - 0.5rem);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* wp自带调整样式 */
.p_reviews_list .comment-author {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_reviews_list .comment-author img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.p_reviews_list .comment-author .fn {
  margin: 0 0.4rem 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  font-weight: bold;
  font-style: normal;
}
.p_reviews_list .comment-author .says {
  display: none;
}
.p_reviews_list .comment-meta {
}
.p_reviews_list .comment-meta a {
  font-size: 0.14rem;
  color: #999;
}
.p_reviews_list .comment-edit-link {
  color: #df6565 !important;
}
.p_reviews_list .comment-body > p {
  width: 100%;
  margin: 0.2rem 0 0.4rem 0.7rem;
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
}
.p_reviews_list .reply a {
  display: block;
  padding: 0 0.1rem;
  background: #eee;
  font-size: 0.13rem;
  color: #555;
  line-height: 0.26rem;
  cursor: pointer;
}
.p_reviews_use_header {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p_reviews_use_header img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.p_reviews_use_header h4 {
  margin: 0 0.4rem 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  font-weight: bold;
}
.p_reviews_use_header i {
  font-size: 0.14rem;
  color: #999;
}
.p_reviews_list article {
  margin: 0.2rem 0 0.4rem 0.7rem;
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
}
.thumbs_up {
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.thumbs_up i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #999 url(static/images/good_ico.svg) no-repeat center;
  background-size: 0.18rem;
  cursor: pointer;
}
.thumbs_up i.on {
  background-color: var(--i_color);
}
.thumbs_up p {
  margin-top: 0.1rem;
  font-size: 0.13rem;
  text-align: center;
}
.helpful {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.helpful dt {
  font-size: 0.15rem;
  color: #555;
}
.helpful dd {
  padding: 0 0.1rem;
  margin-left: 0.1rem;
  background: #eee;
  font-size: 0.13rem;
  color: #555;
  cursor: pointer;
  display: block;
}
.helpful dt,
.helpful dd {
  line-height: 0.26rem;
}
/* 评论 */
/* 评论表单 */
#respond {
  width: 100%;
}
#respond h3 {
  display: none;
}
#respond .comment-notes {
  display: none;
}
#cancel-comment-reply-link {
  font-size: 0.15rem !important;
  margin-left: 0.2rem;
  color: #666;
}
#cancel-comment-reply-link:hover {
  color: var(--i_color);
}
#commentform {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#commentform .logged-in-as {
}
#commentform .logged-in-as a,
#commentform .logged-in-as span {
  font-size: 0.14rem;
}
#commentform p {
  width: 100%;
  margin: 0.1rem 0;
}
#commentform .form-submit {
  width: initial !important;
}
#commentform p {
  order: 1;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  order: 0 !important;
}
.comment-form-comment {
}
#commentform p label {
  display: block;
  margin-bottom: 0.06rem;
  font-size: 0.15rem;
}
#commentform .comment-form-url {
  display: none !important;
}
#commentform textarea,
#commentform input {
  font-size: 0.14rem;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid var(--border_color);
}
#commentform textarea {
  padding: 10px;
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#commentform input {
  padding: 0 10px;
  line-height: 0.36rem;
}
#commentform .comment-form-cookies-consent {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 0.18rem;
}
#commentform #wp-comment-cookies-consent {
  width: auto !important;
  margin-right: 0.04rem;
}
#commentform .comment-form-cookies-consent label {
  font-size: 0.14rem;
  color: #666;
}
#commentform .form-submit {
  display: inline-block;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  overflow: hidden;
  cursor: pointer;
}
#commentform .form-submit input {
  padding: 0 0.4rem;
  line-height: 0.46rem;
  font-size: 0.13rem;
  color: #fff;
  background: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p_reviews_ratings_list {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .write_reviews_box {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .p_reviews_head .star_UL_fixed {
    margin: 0 0.1rem 0 0.2rem;
  }
  .p_reviews_explain {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .p_reviews_search {
    margin-left: 0;
  }
  .write_reviews {
    flex-wrap: wrap;
  }
  .write_reviews .star_UL {
    order: 1;
    margin: 0 0 0.2rem 0;
  }
  #respond {
    order: 2;
  }
  .thumbs_up {
    top: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  .p_reviews_list .comment-body {
    width: calc(100% - 0.4rem - 0.3rem);
  }
  .p_reviews_list .comment-author .fn {
    margin: 0 0.2rem 0 0.2rem;
  }
  #commentform p {
    margin: 0.1rem 0;
  }
  #commentform p label {
    font-size: 0.16rem;
    color: #555;
  }
  #commentform input {
    line-height: 0.5rem;
  }
}
.i_pro_curve_pic {
  margin-top: -0.6rem;
}
.in_rp_list {
  width: 100%;
  padding: 0 0.1rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.in_rp_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_rp_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--border_color);
}
.in_rp_list a {
  display: block;
  text-align: center;
  padding: 0.3rem 0.3rem 0;
  background: #fff;
  overflow: hidden;
}
.in_rp_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_rp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_rp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_rp_list p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rp-button-prev,
.rp-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.8rem;
  background: #f9f9f9;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.rp-button-prev {
  left: -0.4rem;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.rp-button-next {
  right: -0.4rem;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: 0.2rem;
}
.in_rp .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.rp-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0.05rem;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .rp-button-prev,
  .rp-button-next {
    display: none;
  }
  .rp-pagination {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .in_rp_list {
    padding: 0 0;
  }
  .rp-pagination {
    margin-top: 0.3rem;
  }
}
/* Products - Pop up form */
#mask_bg {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999999999998;
}
.products_list_form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 30px 30px 40px;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
.products_list_form.show {
  display: block !important;
}
.products_list_form .tit {
  margin-bottom: 0.4rem;
}
.products_list_form .tit p {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}
#wpforms-97 {
  --input_font_color: rgb(0 0 0 / 50%);
  --input_font_size: 14px;
  --input_height: 42px;
}
#wpforms-97 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-97 {
  width: 100%;
  overflow: hidden;
}
#wpforms-97 input,
#wpforms-97 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-97 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-97 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-97 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-97 .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 auto;
  width: 170px;
  height: 38px;
  background: var(--i_color);
  border: 2px solid var(--i_color);
  position: relative;
}
#wpforms-97 .wpforms-field-label {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#wpforms-97 .wpforms-required-label {
  font-size: 16px;
  color: #f00;
}
#wpforms-97 .wpforms-field {
  width: 48%;
  margin-bottom: 0;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#wpforms-97-field_5-container,
#wpforms-97-field_2-container {
  float: left;
  margin-right: 4% !important;
}
#wpforms-97 .wpforms-field-textarea {
  width: 100% !important;
}
#wpforms-97 input {
  height: var(--input_height);
}
#wpforms-97 textarea {
  min-height: 100px;
}
#wpforms-97 input,
#wpforms-97 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #333;
  border: 1px solid rgb(0 0 0 / 30%);
  line-height: var(--input_height);
  padding: 0 10px;
}
#wpforms-97 textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
#wpforms-97 input::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 textarea::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-97 #wpforms-97-field_1-error,
#wpforms-97 #wpforms-97-field_2-error,
#wpforms-97 #wpforms-97-field_3-error,
#wpforms-97 #wpforms-97-field_5-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-97 .wpforms-submit-container button {
  width: 100%;
  height: 34px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
#wpforms-97 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-97 .wpforms-submit-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wpforms-97 .wpforms-submit-container:hover:after {
  display: block;
}
#wpforms-97 .wpforms-submit-container:hover {
  background: #fff;
}
#wpforms-97 .wpforms-submit-container:hover button {
  color: var(--i_color);
}
.close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/public/close_1_hei.svg) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .products_list_form {
    width: 94%;
  }
}
@media screen and (max-width: 959px) {
  #wpforms-97 .wpforms-field {
    width: 100% !important;
  }
  #wpforms-97-field_5-container,
  #wpforms-97-field_2-container,
  #wpforms-97 .wpforms-field-email,
  #wpforms-97 .wpforms-field-text {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .products_list_form {
    padding: 20px 20px 30px;
  }
  .products_list_form .tit {
    margin-bottom: 0.2rem;
  }
  #wpforms-97 {
    --input_height: 34px;
  }
  #wpforms-97 .wpforms-submit-container {
    height: 34px;
  }
  #wpforms-97 .wpforms-submit-container button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #wpforms-97 textarea {
    height: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 560px) {
}
.in_nav {
  width: 100%;
  margin: 0.3rem auto 0.4rem;
  position: relative;
  background: #fff;
}
.in_nav.navFix {
  position: fixed;
  left: 0;
  margin: 0 auto 0;
  top: calc(var(--header_height) + var(--pre_head_height));
  z-index: 2013;
}
.in_nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.in_nav_tit {
  display: none;
  background: var(--i_color);
  text-align: center;
}
.in_nav_tit h6 {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  text-transform: capitalize;
  padding-right: 0.4rem;
  background: url(static/images/public/arrow_down_hollow_bai.svg) no-repeat
    right center;
  background-size: 0.26rem;
}
.in_nav_tit.on h6 {
  background: url(static/images/public/arrow_up_hollow_bai.svg) no-repeat right
    center;
  background-size: 0.26rem;
}
.in_nav ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.in_nav li {
  /* width: 50%; */
  padding: 0 0.1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.in_nav li::before,
.in_nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.in_nav li::before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid var(--i_color);
}
.in_nav li::after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #fff;
}
.in_nav a {
  width: 100%;
  padding: 0.24rem 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.in_nav .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  z-index: -1;
}
.in_nav p {
  font-size: 0.15rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_nav li:hover::before,
.in_nav .curr::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.in_nav li:hover::after,
.in_nav .curr::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.in_nav li:hover .line,
.in_nav .curr .line {
  width: 100%;
}
.in_nav .curr i img,
.in_nav li:hover i img {
  top: -30px !important;
}
.in_nav .curr p,
.in_nav li:hover p {
  color: var(--i_color);
}
.in_nav,
.in_nav li::before,
.in_nav li::after,
.in_nav .line,
.in_nav i img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .in_nav {
    margin: 0.3rem auto 0;
  }
  .in_nav_tit {
    display: block;
  }
  .in_nav ul,
  .in_nav::before {
    display: none;
  }
  .in_nav ul {
    padding: 0.2rem;
    background: rgb(0 0 0 / 3%);
  }
  .in_nav li {
    width: 100%;
    margin-bottom: 0.1rem;
    background: #fff;
  }
  .in_nav li::before,
  .in_nav li::after {
    display: none;
  }
  .in_nav .line {
    height: 1px;
    z-index: 0;
  }
  .in_nav a {
    padding: 0.2rem 0;
  }
  .in_nav p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_nav_tit h6 {
    font-size: 0.18rem;
  }
  .in_nav a {
    padding: 0.16rem 0;
  }
}
/* Inside Page - About */
.in_about {
  overflow: hidden;
}
.in_ab_cont {
  position: relative;
}
.in_ab_cont::before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: url(static/images/in_ab_bg.webp) no-repeat left bottom;
  background-size: contain;
}
.in_ab_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.in_ab_logo {
  width: 36%;
}
.in_ab_logo h2 {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
}
.in_ab_logo img {
  max-width: 100%;
  height: 0.84rem;
  object-fit: contain;
}
.in_ab_text {
  width: 62%;
  margin-left: auto;
}
.in_ab_text .i_tit {
  margin: 0 0 0.34rem 0;
}
.in_ab_text h5 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #100800;
  margin-bottom: 16px;
}

.in_ab_text article {
  color: #444;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.in_ab_text article * {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif !important;
}
.in_ab_text article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_ab_text article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_ab_text article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_ab_text article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .in_ab_text article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_ab_text article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .in_ab_text article * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .in_ab_logo {
    width: 30%;
  }
  .in_ab_logo h2 {
    font-size: 0.46rem;
  }
  .in_ab_logo img {
    height: 0.6rem;
  }
  .in_ab_text {
    width: 69%;
  }
}
@media screen and (max-width: 959px) {
  .in_ab_logo {
    display: none;
  }
  .in_ab_text {
    width: 100%;
  }
  .in_ab_cont::before {
    width: 100%;
  }
  .in_ab_text .i_tit {
    margin-left: auto;
    margin-right: auto;
  }
  .in_ab_text h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
.in_ablist {
  background: url(static/images/in_ablist_bg.webp) no-repeat center;
  background-size: cover;
}
.in_ablist_cont {
  padding-left: 13.5%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.in_ab_list {
  width: 36%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_ab_list li {
  width: 46%;
  margin: 0 8% 0.4rem 0;
  padding: 0.3rem;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.in_ab_list li:nth-child(2n) {
  margin-right: 0;
}
.in_ab_list .ico {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.in_ab_list .ico::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
}
.in_ab_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.in_ab_list p {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #3e3a39;
}
.in_ablist_v {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: calc(100% - 0.4rem);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_ablist_v .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.in_ablist_v .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_ablist_v .i_sol_play {
  width: 0.86rem;
  height: 0.86rem;
}
.in_ab_list li:hover .ico::before {
  height: 100%;
}
.in_ab_list li:hover .ico img {
  filter: brightness(200%) saturate(0);
}
.in_ablist_v .i_sol_play:hover {
  background-color: var(--i_color);
}
.in_ab_list .ico::before {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1440px) {
  .in_ablist_cont {
    padding-left: 7%;
  }
  .in_ablist_v {
    width: 57%;
  }
  .in_ab_list .ico {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_ablist_cont {
    padding-left: 6%;
  }
  .in_ab_list .ico {
    width: 1rem;
    height: 1rem;
  }
  .in_ablist_v .i_sol_play {
    width: 0.74rem;
    height: 0.74rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_ablist_cont {
    padding-left: 5%;
  }
  .in_ab_list li {
    padding: 0.2rem;
  }
  .in_ab_list p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 959px) {
  .in_ablist_cont {
    padding-left: 3%;
  }
  .in_ab_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .in_ablist_cont {
    padding-right: 3%;
  }
  .in_ab_list {
    width: 100%;
  }
  .in_ab_list li {
    width: 48%;
    margin: 0 4% 0.22rem 0;
  }
  .in_ablist_v {
    position: initial;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}
.in_culture {
}
.in_culture_cont {
  margin: 1.2rem auto 2.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_culture_text {
  width: 22%;
}
.in_culture_text span {
  display: block;
  padding-left: 1rem;
  position: relative;
}
.in_culture_text span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.62rem;
  height: 0.62rem;
  background: url(static/images/quotes.png) no-repeat center;
  background-size: contain;
}
.in_culture_text i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
}
.in_culture_text h4 {
  margin: 0.34rem 0 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #3e3a39;
}

.in_culture_text p {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  max-height: calc(22px * 5);
  overflow-y: auto;
  padding-right: 2%;
}
.in_culture_text p * {
  font-size: 14px;
  line-height: 22px;
}
.in_culture_text p::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_culture_text p::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_culture_text p::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
/*动画*/
.fadeInRight {
  animation: fadeInRight 0.5s;
}
@keyframes fadeInRight {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation: fadeInLeft 0.4s;
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.in_culture_list {
  padding: 0.2rem;
  width: 68%;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.in_culture_list li {
  display: block;
  width: 23%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  cursor: pointer;
}
.in_culture_list li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_culture_list li::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  bottom: -0.3rem;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
}
.in_culture_list li:nth-child(odd) {
  top: 1.2rem;
}
/* .in_culture_list li:not(:first-child) {
	margin-left: -0.8rem;
} */
.in_culture_list span {
  position: absolute;
  top: 52%;
  left: 52%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.in_culture_list .ico {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.in_culture_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  height: 56%;
  filter: brightness(200%) saturate(0);
  object-fit: cover;
}
.in_culture_list p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_culture_list .current {
  background: var(--i_color);
}
.in_culture_list .current::after {
  width: 0;
  height: 0;
}
.in_culture_list .current .ico {
  background: #fff;
}
.in_culture_list .current img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.in_culture_list .current p {
  color: #fff;
}
.in_culture_list li,
.in_culture_list li::after,
.in_culture_list .ico,
.in_culture_list p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .in_culture_cont {
    margin: 0.9rem auto 2.6rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_culture_text {
    width: 28%;
  }
  .in_culture_list {
    width: 60%;
  }
  .in_culture_list .ico {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_culture_text span::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .in_culture_text span {
    padding-left: 0.7rem;
  }
  .in_culture_cont {
    margin: 0.8rem auto 2.2rem;
  }
  .in_culture_list {
    width: 54%;
  }
  .in_culture_list li {
    width: 25%;
  }
  .in_culture_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in_culture_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
  .in_culture_cont {
    margin: 0.5rem auto 0.6rem;
  }
  .in_culture_text {
    order: 2;
    margin-top: 0.2rem;
    width: 100%;
  }
  .in_culture_list {
    order: 1;
    width: 100%;
  }
  .in_culture_list li {
    width: 23%;
    top: 0 !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .in_culture_list li::after {
    display: none;
  }
  .in_culture_list span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .in_culture_text i {
    width: 0.12rem;
    height: 0.12rem;
  }
  .in_culture_text h4 {
    margin: 0.16rem 0 0.08rem;
  }
  .in_culture_text p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .in_culture_list {
    padding: 0.1rem;
  }
  .in_culture_list .ico {
    width: 0.54rem;
    height: 0.54rem;
  }
  .in_culture_list p {
    margin-top: 0.1rem;
  }
}
.in_ct {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.in_ct::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: url(static/images/in_ab_bg.webp) no-repeat left bottom;
  background-size: contain;
}
.in_ct_cont {
  padding-left: 13.5%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.in_ct_text {
  width: 36%;
}
.in_ct_text .i_tit {
  margin: 0 0 0.3rem;
}
.in_ct_text article {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
}

.in_ct_list_box {
  margin-left: auto;
  width: 61%;
  height: calc(100% - 0.4rem);
  padding: 0.8rem 0.3rem;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_ct_list {
  width: calc(100% - 0.8rem);
  margin-left: 0.8rem;
  overflow: hidden;
  z-index: 1;
}
.in_ct_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_ct_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_ct_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_ct_list .img::before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.in_ct_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_ct_list .txt {
  padding: 0.12rem 0;
  text-align: center;
}
.in_ct_list .txt p {
  font-size: 0.14rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_ct_list .swiper-slide:hover p {
  color: var(--i_color);
}
.tm_w {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 0.8rem) / 3 - 4px);
  height: 100%;
  background: rgb(255 255 255 / 95%);
  z-index: 3;
}
/* left or right */
.ct-button-prev,
.ct-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.ct-button-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: 20px;
}
.ct-button-next {
  right: calc(30% - 60px);
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: 20px;
}
.ct-button-prev:hover,
.ct-button-next:hover {
  border-color: var(--i_color);
}
.ct-button-prev:hover {
  background: var(--i_color)
    url(static/images/public/arrow_left_hollow_bai2.svg) no-repeat center;
  background-size: 20px;
}
.ct-button-next:hover {
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai2.svg) no-repeat center;
  background-size: 20px;
}
.in_ct_list .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 1440px) {
  .in_ct_cont {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1366px) {
  .in_ct_cont {
    padding-left: 6%;
  }
  .in_ct_text article {
    font-size: 0.14rem;
  }
  .in_ct_t_list {
    margin-top: 0.28rem;
  }
  .in_ct_t_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in_ct_t_list .txt {
    margin-top: 0.24rem;
  }
  .in_ct_t_list h5 {
    font-size: 0.16rem;
  }
  .in_ct_t_list p {
    font-size: 0.13rem;
  }
  .in_ct_list_box {
    padding: 0.6rem 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_ct_cont {
    padding-left: 5%;
  }
  .in_ct_list {
    width: calc(100% - 0.6rem * 2);
    margin-left: 0.6rem;
  }
  .tm_w {
    display: none;
  }
  .ct-button-prev,
  .ct-button-next {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 14px;
  }
  .ct-button-next {
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .in_ct_text .i_tit {
    margin: 0 auto 0.3rem;
  }
  .in_ct_cont {
    padding-left: 3%;
    padding-right: 3%;
  }
  .in_ct_text {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .in_ct_list_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .in_ct_text article {
    font-size: 0.18rem;
  }
  .in_ct_t_list h5 {
    font-size: 0.18rem;
  }
  .in_ct_t_list p {
    font-size: 0.16rem;
  }
  .in_ct_list_box {
    padding: 0.3rem 0.2rem;
  }
  .in_ct_list {
    width: 100%;
    margin-left: 0;
  }
  .ct-button-prev,
  .ct-button-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
}
.in_history {
  overflow: hidden;
}
.in_history_list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.in_history_list:before {
  content: "";
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.in_history_nav {
  width: calc(100% - 100px);
  padding-bottom: 0.5rem;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.in_history_nav .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.in_history_nav .swiper-slide {
  text-align: center;
  flex-shrink: 0;
  position: relative;
}
/* Year */
.in_history_nav .num_box {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.in_history_nav .num_box h6 {
  text-align: center;
  font-size: 0.24rem;
  color: #bbb;
}
.in_history_nav .yuan {
  opacity: 1;
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
}
.in_history_nav .yuan:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}
.in_history_nav .text {
  display: block;
  text-align: left;
  top: 0.4rem;
  padding: 0.3rem;
  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.in_history_nav .text::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgb(212, 103, 0, 0.2);
}
.in_history_nav .text h2 {
  font-size: 0.17rem;
  color: #111;
  font-weight: bold;
}
.in_history_nav .text p {
  padding-right: 0.1rem;
  margin-top: 0.06rem;
  font-size: 0.13rem;
  color: #666;
  line-height: 0.2rem;
  overflow-y: auto;
}
.in_history_nav .text p::-webkit-scrollbar {
  width: 2px;
  height: 8px;
}
.in_history_nav .text p::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}
.in_history_nav .text p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}
.in_history_nav .text h2,
.in_history_nav .text p {
  position: relative;
}
.in_history_nav .swiper-slide:hover .num_box h6 {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: bold;
}
.in_history_nav .swiper-slide:hover .yuan {
  opacity: 0;
}
.in_history_nav .swiper-slide:hover .text {
  top: -8px;
}
.in_history_nav .swiper-slide:hover .text::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: var(--i_color);
}
.in_history_nav .swiper-slide:hover .text h2,
.in_history_nav .swiper-slide:hover .text p {
  color: #fff;
}
.in_history_nav .num_box h6,
.in_history_nav .yuan,
.in_history_nav .text,
.in_history_nav .text::before,
.in_history_nav .text h2,
.in_history_nav .text p {
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.in_history_list .history-button-prev,
.in_history_list .history-button-next {
  position: absolute;
  top: 60px;
  width: 30px;
  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-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -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;
}
.in_history_list .history-button-prev {
  left: 0;
  background: var(--i_color)
    url(static/images/public/arrow_left_hollow_bai2.svg) no-repeat center;
  background-size: 14px;
}
.in_history_list .history-button-next {
  right: 0;
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai2.svg) no-repeat center;
  background-size: 14px;
}
.in_history_list .swiper-button-disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 1440px) {
  .in_history_nav .text p {
    max-height: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_history_nav .swiper-slide:hover .num_box h6 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_history_nav .text h2 {
    font-size: 0.19rem;
  }
  .in_history_nav .text p {
    padding-right: 0;
    overflow-y: hidden;
    font-size: 0.17rem;
    max-height: initial !important;
  }
}
@media screen and (max-width: 560px) {
}
.in_factory_list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.in_factory_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.in_factory_list .swiper-slide {
  padding: 0.14rem;
  background: #f2f4f6;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_factory_list .img {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.in_factory_list .img:before {
  content: "";
  display: block;
  padding-bottom: 78%;
}
.in_factory_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_factory_list .swiper-slide:hover img {
  width: 110%;
  height: 110%;
}
.in_factory_list .swiper-slide,
.in_factory_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_factory_list .swiper-slide {
    padding: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}
.in_rc {
  overflow: hidden;
}
.in_rc_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 3;
}
.in_rc_text {
  width: 57%;
}
.in_rc_text .i_tit {
  margin: 0 0 0.3rem;
}
.in_rc_text article {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.22rem;
}
.in_rc_logo {
  padding-top: 0.4rem;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  width: 38%;
}
.in_rc_logo dt {
  text-align: center;
  width: 50%;
}
.in_rc_logo img {
  max-width: 80%;
  max-height: 80%;
}
.in_rc .i_curve_pic {
  margin-top: -0.2rem;
  margin-bottom: -0.4rem;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .in_rc_text .i_tit {
    margin: 0 auto 0.3rem;
  }
  .in_rc_text {
    width: 100%;
  }
  .in_rc_logo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .in_rc_text article {
    font-size: 0.17rem;
  }
  .in_rc_logo img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media screen and (max-width: 560px) {
}
.in_bases {
  padding: 1.4rem 0 0.6rem;
  background: url(static/images/in_bases_bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.in_bases article {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.22rem;
}
.in_bases_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.in_bases_list dt {
  width: 22%;
  padding: 0.14rem;
  background: #fff;
  margin: 0.34rem 2% 0.3rem 0;
  position: relative;
  cursor: pointer;
}
.in_bases_list dt:nth-child(4n) {
  margin-right: 0;
}
.in_bases_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_bases_list .img::before {
  content: "";
  display: block;
  padding-bottom: 82%;
}
.in_bases_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_bases_list .txt {
  position: absolute;
  top: 64%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.2rem 0.2rem;
  background: rgb(11 101 72 / 80%);
}
.in_bases_list .txt p {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.2rem;
}
.in_bases_list dt:hover img {
  width: 110%;
  height: 110%;
}
.in_bases_list dt:hover .txt {
  top: 54%;
  background: rgb(11 101 72 / 100%);
}
.in_bases_list .img img,
.in_bases_list .txt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_bases {
    padding: 0.6rem 0 0.6rem;
    background-position-y: bottom;
    background-size: contain;
  }
  .in_bases article {
    font-size: 0.18rem;
  }
  .in_bases_list {
    margin-top: 0.3rem;
  }
  .in_bases_list dt {
    width: 48%;
    margin: 0 4% 0.2rem 0;
    padding: 0;
    background: none;
  }
  .in_bases_list dt:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
}
.in_pt_list {
  width: 100%;
  padding: 0 0.1rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.in_pt_list::before {
  content: "";
  display: block;
  padding-bottom: 21%;
}
.in_pt_list .swiper-wrapper {
  position: absolute;
  top: 10px;
  width: 100%;
  height: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 1;
}
.in_pt_list .swiper-slide {
  height: calc((100% - 30px) / 2);
  background: #fff;
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.in_pt_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in_pt_list .img img {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.in_pt_list .swiper-slide:hover {
  box-shadow: 0 0 10px rgb(11 101 72 / 30%);
}
.in_pt_list .swiper-slide:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.in_pt_list .img img {
  -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;
}
.pt-pagination {
  display: block;
  text-align: center;
  margin: 0.3rem auto 0;
}
.pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 5px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_pt_list::before {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 767px) {
  .in_pt_list::before {
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 560px) {
  .in_pt_list .swiper-slide {
    height: calc((100% - 10px) / 2);
  }
  .in_pt_list::before {
    padding-bottom: 50%;
  }
  .in_pt_list .img img {
    max-width: 50%;
    max-height: 50%;
  }
}
/* Inside Page - Solutions */
.in_sol_sps {
  overflow: hidden;
}
.in_sol_sps article {
  font-size: 0.16rem;
  color: #666;
}
.in_sps_list {
  margin-top: 0.4rem;
  display: -webkit-flex;
  display: flex;
  gap: 0.4rem 0.3rem;
  flex-wrap: wrap;
}
.in_sps_list dt {
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  width: calc((100% - 0.6rem) / 3);
  margin: 0;
  background: #f2f3f6;
}

@media screen and (max-width: 1440px) {
  .in_sps_list {
    gap: 0.4rem 0.2rem;
  }
  .in_sps_list dt {
    width: calc((100% - 0.4rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .in_sps_list dt {
    width: calc((100% - 0.2rem) / 2);
  }
}

.in_sps_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_sps_list .img::before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.in_sps_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_sps_list .txt {
  padding: 0.16rem 0.2rem;
  text-align: center;
  background: none;
}
.in_sps_list .txt h5 {
  font-size: 0.18rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_sps_list .txt p {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666;
}
.in_sps_list dt:hover {
  transform: scale(0.97);
}
.in_sps_list dt:hover img {
  width: 105%;
  height: 105%;
}
.in_sps_list dt:hover h5 {
  color: var(--i_color);
}
.in_sps_list dt,
.in_sps_list .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .in_sps_list {
    flex-wrap: wrap;
  }
  .in_sps_list dt {
    width: 100%;
    margin: 0.16rem 0;
  }
}
@media screen and (max-width: 560px) {
  .in_sps_list {
    margin-top: 0.2rem;
  }
}
.in_sol_art {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.in_sol_art dt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.4rem 0;
  background: #f8f8f8;
}
.in_sol_art dt .txt {
  width: 50%;
  padding: 0.3rem 2% 0.3rem 13.5%;
  background: url(static/images/in_sol_art_bg1.jpg) no-repeat left bottom;
}
.in_sol_art .txt h2 {
  font-size: 0.3rem;
  color: #000;
  font-weight: 900;
  text-transform: capitalize;
}
.in_sol_art .txt h5 {
  margin: 0.3rem 0;
  font-size: 0.22rem;
  color: var(--i_color);
  font-weight: 900;
}
.in_sol_art li {
  position: relative;
  margin: 0.2rem 0;
  padding-left: 0.3rem;
  background: url(static/images/tick.svg) no-repeat top left;
  background-size: 0.16rem;
}
.in_sol_art .txt h6 {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.24rem;
}
.in_sol_art dt .i_more {
  margin-top: 0.5rem;
}
.in_sol_art dt .img {
  margin-left: auto;
  width: 50%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.in_sol_art .img img {
  width: 100%;
}
.in_sol_art dd {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.4rem 0;
  background: #fff;
  position: relative;
}
.in_sol_art dd::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: url(static/images/in_sol_art_bg2.jpg) no-repeat top right;
  background-size: 100%;
}
.in_sol_art dd .txt {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 50%;
  padding: 0 13.5% 0 2%;
}
.in_sol_art dd .img {
  width: 58%;
  position: relative;
  overflow: hidden;
}
.in_sol_art dd .i_more {
  margin-top: 0.8rem;
}
.in_sol_art .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_sol_art .img:hover::after {
  animation: fol 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@keyframes fol {
  0% {
    right: 100%;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 1440px) {
  .in_sol_art dt .txt {
    padding-left: 7%;
  }
  .in_sol_art dd .txt {
    padding-right: 7%;
  }
}
@media screen and (max-width: 1366px) {
  .in_sol_art dt .txt {
    padding-left: 6%;
  }
  .in_sol_art dd .txt {
    padding-right: 6%;
  }
  .in_sol_art .txt h2 {
    font-size: 0.26rem;
  }
  .in_sol_art .txt h5 {
    font-size: 0.2rem;
  }
  .in_sol_art dt .i_more {
    margin: 0.3rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .in_sol_art dt .txt {
    padding-left: 5%;
  }
  .in_sol_art dd .txt {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .in_sol_art dt .txt {
    padding-left: 3%;
  }
  .in_sol_art dd .txt {
    padding-right: 3%;
  }
}
@media screen and (max-width: 959px) {
  .in_sol_art dt {
    padding-bottom: 0.4rem;
  }
  .in_sol_art .txt {
    position: initial !important;
    transform: none !important;
    width: 100% !important;
    padding: 0.4rem 3% !important;
  }
  .in_sol_art .img {
    width: 94% !important;
    margin: 0 auto !important;
  }
  .in_sol_art dd .i_more {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .in_sol_art dt {
    margin-top: 0;
  }
  .in_sol_art dd {
    margin-bottom: 0;
  }
  .in_sol_art .txt h2 {
    font-size: 0.24rem;
  }
  .in_sol_art .txt h5 {
    margin: 0.1rem 0 0.16rem;
  }
  .in_sol_art .i_more {
    text-align: center;
    width: 100%;
  }
  .in_sol_art .i_more::after {
    transform: translate(50%, -50%);
    right: calc(50% - 50px);
  }
}
@media screen and (max-width: 560px) {
  .in_sol_art .txt h2 {
    font-size: 0.2rem;
  }
  .in_sol_art .txt h5 {
    font-size: 0.18rem;
  }
  .in_sol_art dt .i_more {
    margin: 0.3rem 0 0;
  }
}
.in_sol_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.in_sol_list li {
  width: 30.66%;
  margin: 0 4% 0.6rem 0;
}
.in_sol_list li:nth-child(3n) {
  margin-right: 0;
}
.in_sol_list .img {
  width: 100%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.in_sol_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_sol_list .img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_sol_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.in_sol_list .txt {
  margin-top: 0.2rem;
}
.in_sol_list .txt h5 {
  font-size: 0.16rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_sol_list .txt h6 {
  margin: 0.14rem 0 0.26rem;
  font-size: 0.14rem;
  color: #888;
  line-height: 0.22rem;
}
.in_sol_list .more {
  width: 100%;
  text-align: center;
  background: #f2f3f6;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.in_sol_list .more i {
  display: inline-block;
  padding-right: 0.26rem;
  position: relative;
  color: #666;
  font-size: 0.12rem;
  line-height: 0.4rem;
  font-weight: bold;
  text-transform: capitalize;
  background: url(static/images/public/arrow_right_hollow_hei.svg) no-repeat
    right center;
  background-size: 0.14rem;
}
.in_sol_list li:hover img {
  width: 100%;
  height: 100%;
}
.in_sol_list li:hover .img::after {
  animation: gradient-rectangle 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.in_sol_list li:hover h5 {
  color: var(--i_color);
}
.in_sol_list .more:hover {
  background: var(--i_color);
}
.in_sol_list .more:hover i {
  color: #fff;
}
.in_sol_list .more:hover i {
  background: url(static/images/public/arrow_right_hollow_bai.svg) no-repeat
    right center;
  background-size: 0.14rem;
}
.in_sol_list li,
.in_sol_list .more,
.in_sol_list .img img,
.in_sol_list .more i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_sol_list li {
    width: 100%;
    margin: 0.22rem 0;
  }
}
@media screen and (max-width: 560px) {
  .in_sol_list .txt h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/* case */
.in_case_list {
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_case_list li {
  width: 23.5%;
  margin: 0 2% 0.3rem 0;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.in_case_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--i_color);
}
.in_case_list li:nth-child(4n) {
  margin-right: 0;
}
.i_case_cont {
  padding: 0.2rem;
}
.in_case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_case_list .img:before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.in_case_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.in_case_list .txt {
  margin: 0.2rem auto 0;
}
.in_case_list .txt h2 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_case_list .txt h6 {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #555;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_case_list .more {
  text-align: center;
  background: #f6f7f9;
}
.in_case_list .more i {
  padding-right: 0.3rem;
  font-size: 0.12rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.46rem;
  background: url(static/images/public/arrow_right_hollow_hei.svg) no-repeat
    center right;
  background-size: 0.1rem;
}
.in_case_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.in_case_list li:hover::after {
  width: 100%;
}
.in_case_list li:hover img {
  width: 100%;
  height: 100%;
}
.in_case_list li:hover h2 {
  color: var(--i_color);
}
.in_case_list li:hover .more i {
  color: var(--i_color);
  background: url(static/images/arrow_right_hollow.svg) no-repeat center right;
  background-size: 0.1rem;
}
.in_case_list li::after,
.in_case_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case .i_more {
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 959px) {
  .in_case_list {
    flex-wrap: wrap;
  }
  .in_case_list li {
    width: 48%;
    margin: 0 4% 0.3rem 0;
  }
  .in_case_list li:nth-child(2n) {
    margin-right: 0;
  }
  .i_case .i_more {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_case_list li {
    margin: 0 4% 0.2rem 0;
  }
  .i_case .i_more {
    margin: 0.1rem auto 0;
  }
}
/* Number of pages */
.in_page_box {
  text-align: center;
  margin: 0.3rem auto 0.3rem;
  overflow: hidden;
}
.in_page {
  display: inline-block;
}
.in_page a {
  float: left;
  display: block;
  margin: 0 0.06rem;
  padding: 0 0.14rem;
  line-height: 0.3rem;
  font-size: 0.15rem;
  color: #666;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
}
.in_page a:hover,
.in_page .current {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1366px) {
  .in_page_box {
    margin: 0.2rem auto 0.2rem;
  }
}
@media screen and (max-width: 959px) {
  .in_page a {
    padding: 0 0.16rem;
    font-size: 0.17rem;
    line-height: 0.34rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page a {
    margin: 0 0.04rem;
    padding: 0 0.14rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
/* Inside Page - News */
.in_news_nav {
  margin-bottom: 0.8rem;
}
.in_news_nav ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.in_news_nav ul::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.in_news_nav li {
  width: 50%;
  text-align: center;
  position: relative;
}
.in_news_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: var(--i_color);
  z-index: 2;
}
.in_news_nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 1;
}
.in_news_nav a {
  display: block;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #3e3a39;
  font-weight: bold;
  line-height: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
}
.in_news_nav .curr::before,
.in_news_nav li:hover::before {
  top: 0;
}
.in_news_nav .curr::after,
.in_news_nav li:hover::after {
  height: 100%;
}
.in_news_nav .curr a,
.in_news_nav li:hover a {
  color: var(--i_color);
}
.in_news_nav li::before,
.in_news_nav li::after,
.in_news_nav a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1366px) {
  .in_news_nav {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 959px) {
  .in_news_nav ul {
    display: none;
  }
  .in_news_nav ul::before {
    display: none;
  }
  .in_news_nav li {
    width: 100%;
  }
  .in_news_nav li::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .in_news_nav {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .in_news_nav {
    margin-bottom: 0.4rem;
  }
  .in_news_nav a {
    font-size: 0.16rem;
  }
}
.in_news_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
  overflow: hidden;
}
.in_news_list li {
  width: 31.33%;
  margin: 0 3% 0.4rem 0;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_news_list li:nth-child(3n) {
  margin-right: 0;
}
.in_news_list a {
  display: block;
  padding: 0.24rem;
}
.in_news_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_news_list .img::before {
  content: "";
  display: block;
  padding-bottom: 73%;
}
.in_news_list .img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_news_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_news_list .txt {
  margin-top: 0.2rem;
  position: relative;
}
.in_news_list .txt h2 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #3e3a39;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_news_list .txt p {
  margin: 0.16rem 0 0.36rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_news_list .i_more {
  padding: 0 0.4rem 0 0.3rem;
}
.in_news_list .n_time {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.15rem;
  color: #888;
}
.in_news_list .n_time i {
  font-size: 0.3rem;
  color: #a3a3a3;
}
.in_news_list li:hover {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
}
.in_news_list li:hover .img::after {
  animation: gradient-rectangle 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@-webkit-keyframes gradient-rectangle {
  0% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.in_news_list li:hover img {
  width: 110%;
  height: 110%;
}
.in_news_list li:hover h2 {
  color: var(--i_color);
}
.in_news_list li:hover .n_time i {
  color: var(--i_color);
}
.in_news_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .in_news_list li {
    width: 49%;
    margin: 0 2% 0.34rem 0;
  }
  .in_news_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .in_news_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .in_news_list .i_more {
    display: none;
  }
  .in_news_list .n_time {
    position: initial;
  }
}
@media screen and (max-width: 560px) {
  .in_news_list li {
    margin-bottom: 0.2rem;
  }
  .in_news_list a {
    padding: 0.12rem;
  }
  .in_news_list .txt p {
    margin: 0.12rem 0 0.22rem;
  }
  .in_news_list .n_time i {
    font-size: 0.26rem;
  }
}
.in_news_art {
  margin-bottom: 0.7rem;
}
.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
}
.in_news_art_tit h1 {
  font-size: 0.28rem;
  color: #222;
  line-height: 0.36rem;
  font-weight: bold;
}
.in_news_art_tit h4 {
  font-size: 0.18rem;
  color: #666;
  font-weight: normal;
  margin: 0.1rem 0 0.08rem;
}

@media screen and (max-width: 959px) {
  .in_news_art_tit h1 {
    font-size: 0.26rem;
  }
  .in_news_art_tit h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
  .in_news_art_tit h4 {
    font-size: 14px;
  }
}
.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  margin-right: 0.28rem;
  padding-right: 0.28rem;
  position: relative;
}
.n_tit_time > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
}
.n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_share p {
  font-size: 0.15rem;
  color: #888;
}
.n_share a {
  margin-left: 0.2rem;
  font-size: 0;
}
.n_share a iconify-icon {
  font-size: 0.2rem;
}

/* 详情页内容 */
.in_news_art article,
.in_news_art article * {
  font-size: 0.16rem;
  color: #555;
  line-height: 0.22rem;
  overflow: hidden;
  margin: 6px 0;
  line-height: 150%;
}
.in_news_art article img,
.in_news_art article iframe {
  max-width: 100%;
}
.in_news_art article h2,
.in_news_art article h3,
.in_news_art article h4,
.in_news_art article h5,
.in_news_art article h6,
.in_news_art article h2 *,
.in_news_art article h3 *,
.in_news_art article h4 *,
.in_news_art article h5 *,
.in_news_art article h2 * {
  font-size: 0.18rem;
  color: #333;
  margin-top: 8px;
  font-weight: bold;
}

/* 默认表格 */
article table {
  /* margin-top: 0.2rem; */
  margin-bottom: 0.2rem;
  width: 100% !important;
  max-width: 100% !important;
  /* background: #FFF; */
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  overflow-x: auto;
}
article tbody {
  width: 100% !important;
  max-width: 100% !important;
}
article table tr,
article table td {
  max-width: 100% !important;
}
article table tr,
article table td,
article table tr p,
article table td p {
  margin: 0;
  padding: 0;
}
/* article table tr:nth-child(odd) {
	background: rgba(0, 0, 0, .04)
} */
article table td {
  padding: 8px;
  border: 1px solid var(--border_color);
}
article .aligncenter {
  margin: 0 auto;
}
.ar_fot {
  min-height: 0.4rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.4rem 0;
  position: relative;
}
.ar_fot ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ar_fot li {
  width: 32%;
}
.ar_fot li:last-child {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.ar_fot li a {
  font-size: 0.15rem;
  color: #666;
  font-weight: bold;
}
.ar_fot li:hover a {
  color: var(--i_color);
}
.ar_fot dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ar_fot dt {
  width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ar_fot .prev {
  justify-content: flex-end;
}
.ar_fot dt a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ar_fot dt i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.ar_fot .prev i {
  margin-left: 0.1rem;
  background: url(static/images/public/arrow_left_hollow_hei3.svg) no-repeat
    center;
  background-size: 0.16rem;
}
.ar_fot .next i {
  margin-right: 0.1rem;
  background: url(static/images/public/arrow_right_hollow_hei3.svg) no-repeat
    center;
  background-size: 0.16rem;
}
.ar_fot dt b {
  font-size: 0.12rem;
}
.ar_fot .prev:hover i {
  border-color: var(--i_color);
  background: var(--i_color)
    url(static/images/public/arrow_left_hollow_bai3.svg) no-repeat center;
  background-size: 0.16rem;
}
.ar_fot .next:hover i {
  border-color: var(--i_color);
  background: var(--i_color)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 0.16rem;
}
.ar_fot dt:hover b {
  color: var(--i_color);
}
@media screen and (max-width: 767px) {
  .ar_fot {
    padding: 0.1rem 0;
  }
  .ar_fot ul {
    display: block;
  }
  .ar_fot li {
    width: 100%;
    margin: 0.2rem 0;
  }
  .ar_fot li:last-child {
    display: block;
  }
  .ar_fot li:nth-child(1)::before {
    content: "PREVIOUS :";
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    color: var(--i_color);
    font-weight: bold;
  }
  .ar_fot li:nth-child(2)::before {
    content: "NEXT :";
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    color: var(--i_color);
    font-weight: bold;
  }
  .ar_fot dl {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ar_fot li a {
    font-size: 0.16rem;
  }
}
/* Inside Page - Recruit a dealer */
.in_dl_prospects {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f8f8f8;
  overflow: hidden;
}
.in_dl_prospects .txt {
  width: 50%;
  padding: 0.4rem 2% 0.4rem 13.5%;
  background: url(static/images/in_sol_art_bg1.jpg) no-repeat left bottom;
}
.in_dl_prospects .i_tit {
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
}
.in_dl_prospects .i_tit h2 {
  text-align: left;
}
.in_dl_prospects article {
  margin-bottom: 0.5rem;
  font-size: 0.15rem;
  color: #666;
  line-height: 0.24rem;
}
.in_dl_prospects .img {
  margin-left: auto;
  width: 50%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.in_dl_prospects .img img,
.in_dl_prospects .img iframe {
  width: 100%;
}
.in_dl_prospects .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.in_dl_prospects .img:hover::after {
  animation: fol 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@media screen and (max-width: 1440px) {
  .in_dl_prospects .txt {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1366px) {
  .in_dl_prospects .txt {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .in_dl_prospects .txt {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .in_dl_prospects .txt {
    padding-left: 3%;
  }
}
@media screen and (max-width: 959px) {
  .in_dl_prospects {
    padding-bottom: 0.3rem;
  }
  .in_dl_prospects .txt {
    width: 100%;
  }
  .in_dl_prospects .img {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .in_dl_prospects .i_tit {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .in_dl_prospects article {
    margin-bottom: 0.3rem;
  }
}
.in_dl_policy {
  --ico_size: 1.26rem;
}
.in_dl_policy article {
  text-align: center;
  font-size: 0.18rem;
  color: #666;
}
.in_dl_policy_list {
  padding-top: 0.5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  overflow: hidden;
}
.in_dl_policy_list dt {
  width: 29%;
  text-align: center;
  padding: var(--ico_size) 0.3rem 0.4rem;
  position: relative;
  cursor: pointer;
}
.in_dl_policy_list dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - var(--ico_size) / 2);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 2px solid var(--i_color);
}
.in_dl_policy_list .ico {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: var(--ico_size);
  height: var(--ico_size);
  background: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.in_dl_policy_list .ico img {
  height: 0.6rem;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.in_dl_policy_list .txt {
  margin-top: 0.4rem;
}
.in_dl_policy_list .txt p {
  font-size: 0.16rem;
  color: #3e3a39;
}
.in_dl_policy_list .txt h3 {
  padding-top: 0.24rem;
  margin: 0.2rem 0 0.3rem;
  font-size: 0.2rem;
  color: #100800;
  font-weight: bold;
  position: relative;
}
.in_dl_policy_list .txt h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 66px;
  height: 2px;
  background: var(--i_color);
}
.in_dl_policy_list .txt h6 {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.2rem;
}
.in_dl_policy_list dt:hover::before {
  height: 100%;
}
.in_dl_policy_list dt:hover .ico {
  top: 0;
  background: #fff;
}
.in_dl_policy_list dt:hover .ico img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.in_dl_policy_list dt::before,
.in_dl_policy_list .ico {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1366px) {
  .in_dl_policy {
    --ico_size: 1rem;
  }
  .in_dl_policy_list .txt h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_dl_policy {
    --ico_size: 0.8rem;
  }
  .in_dl_policy_list .ico img {
    height: 0.46rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_dl_policy_list {
    margin-top: 0.3rem;
    flex-wrap: wrap;
    justify-content: normal;
  }
  .in_dl_policy_list dt {
    margin: 0.2rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .in_dl_policy {
    --ico_size: 0.66rem;
  }
  .in_dl_policy_list .ico img {
    height: 0.4rem;
  }
  .in_dl_policy_list {
    margin-top: 0.2rem;
  }
  .in_dl_policy_list dt {
    margin: 0.16rem 0;
  }
  .in_dl_policy_list .txt {
    margin-top: 0.3rem;
  }
  .in_dl_policy_list .txt h3 {
    margin: 0.1rem 0 0.16rem;
  }
}
.in_dl_help {
  width: 100%;
  position: relative;
  background: url(static/images/in_dl_help_bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.in_dl_help::before {
  content: "";
  display: block;
  padding-bottom: 32%;
}
.in_dl_help dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  counter-reset: section;
  overflow: hidden;
}
.in_dl_help dt {
  width: 50%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.in_dl_help dt:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(0 0 0 / 20%);
  z-index: 2;
}
.in_dl_help dt:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1px;
  width: 3px;
  height: 1rem;
  background: var(--i_color);
  z-index: 3;
}
.in_dl_help dt span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.in_dl_help .ico {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 14%;
}
.in_dl_help .ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.in_dl_help .ico i {
  width: 1.26rem;
  height: 1.26rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.in_dl_help .ico img {
  height: 0.6rem;
}
.in_dl_help .txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 40%;
  width: 100%;
  padding: 0 0.4rem;
}
.in_dl_help .txt h4 {
  font-size: 0.16rem;
  color: #100800;
  font-weight: 900;
  position: relative;
  line-height: 0.22rem;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
}
.in_dl_help .txt h4::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
}
.in_dl_help .txt h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
}

.in_dl_help .txt p {
  font-size: 0.14rem;
  color: #3e3a39;
  line-height: 0.2rem;
  max-height: calc(0.2rem * 4);
  overflow-y: auto;
  padding-right: 2%;
}

.in_dl_help .txt p::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_dl_help .txt p::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_dl_help .txt p::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

.in_dl_help .num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 4%;
}
.in_dl_help .num h6::before {
  counter-increment: section;
  content: "0" counter(section);
  font-size: 0.84rem;
  color: rgb(11 101 72 / 10%);
  font-weight: 900;
}
.in_dl_help .item_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  z-index: 0;
}
.in_dl_help .item_bg::before {
  opacity: 0.3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(top, transparent, rgb(0 0 0 / 80%));
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%));
}
.in_dl_help dt:hover .ico::before {
  width: 114%;
  height: 114%;
}
.in_dl_help dt:hover .num h6::before {
  color: rgba(255, 255, 255, 0.6);
}
.in_dl_help dt:hover .txt h4,
.in_dl_help dt:hover .txt p {
  color: #fff;
}
.in_dl_help dt:hover .txt h4::after {
  width: 0.6rem;
}
.in_dl_help dt:hover .item_bg {
  background: transparent;
}
.in_dl_help dt:hover .item_bg::before {
  opacity: 1;
  height: 100%;
}
.in_dl_help .ico::before,
.in_dl_help dt .txt h4,
.in_dl_help dt .txt h4::after,
.in_dl_help dt .txt p,
.in_dl_help .item_bg,
.in_dl_help .item_bg::before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 1440px) {
  .in_dl_help .ico {
    top: 10%;
  }
  .in_dl_help .ico i {
    width: 1rem;
    height: 1rem;
  }
  .in_dl_help .txt {
    top: 34%;
  }
  .in_dl_help .txt h4 {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .in_dl_help .num h6::before {
    font-size: 0.66rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_dl_help .ico i {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in_dl_help .ico img {
    height: 0.4rem;
  }
  .in_dl_help .txt {
    top: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .in_dl_help .ico {
    top: 8%;
  }
  .in_dl_help .txt {
    top: 28%;
  }
  .in_dl_help .txt {
    padding: 0 0.3rem;
  }
  .in_dl_help .num h6::before {
    font-size: 0.54rem;
  }
}
@media screen and (max-width: 959px) {
  .in_dl_help::before {
    display: none;
  }
  .in_dl_help dl {
    position: initial;
    flex-wrap: wrap;
  }
  .in_dl_help dt {
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0.3rem;
    height: initial;
  }
  .in_dl_help dt:last-child {
    width: 100%;
    border-bottom: none;
  }
  .in_dl_help .ico {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .in_dl_help dt span {
    display: block;
    position: relative;
  }
  .in_dl_help .txt {
    position: initial;
    transform: none;
    padding: 0 0;
    margin-top: 0.3rem;
  }
  .in_dl_help dt:nth-child(even)::before,
  .in_dl_help dt:nth-child(even)::after {
    display: none;
  }
  .in_dl_help .ico i {
    margin: 0 auto;
  }
  .in_dl_help .num {
    display: none;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .in_dl_help dt {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
  .in_dl_help dt::before {
    display: none;
  }
  .in_dl_help dt::after {
    display: none !important;
  }
  .in_dl_help .txt {
    margin-top: 0.2rem;
  }
}
.in_dl_cases {
  overflow: hidden;
}
.in_dl_cases article {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.22rem;
}
.in_cases_map {
  margin: -0.6rem auto;
  text-align: center;
  position: relative;
  z-index: -1;
}
.in_cases_map::before {
  content: "";
  display: block;
  padding-bottom: 28%;
}
.in_cases_map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-animation: enlarge 24s infinite linear;
  animation: enlarge 24s infinite linear;
}
@keyframes enlarge {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

.oem_process_ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.oem_process_ul li {
  width: calc((100% - 0.4rem) / 3);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.oem_process_ul .img {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.oem_process_ul .img::before {
  content: "";
  display: block;
  padding-bottom: 65.73%;
}
.oem_process_ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oem_process_text {
  width: 70%;
  padding-left: 4%;
}
.oem_process_text h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.oem_process_text h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #3f3f3f;
  margin-top: 0.2rem;
}
.oem_process_ul img,
.oem_process_ul h2 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.oem_process_ul li:hover h2 {
  color: var(--i_color);
}
.oem_process_ul li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1440px) {
  .oem_process_text {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .oem_process_text h3 {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .oem_process_text h2 {
    font-size: 0.16rem;
  }
  .oem_process_ul {
    gap: 0.2rem;
  }
  .oem_process_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .oem_process_text h3 {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .oem_process_ul li {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
}

.in_process {
  padding: 0.4rem 0 0.6rem;
}
.in_process_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
.in_process_list::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  top: 0.5rem;
  z-index: -1;
}
.in_process_list dt {
  text-align: center;
  width: 16%;
}
.in_process_list .ico {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.in_process_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.5rem;
}
.in_process_list .ico i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f5a100;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
}
.in_process_list .ico i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f5a100;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
}
.in_process_list dt:hover .ico i:before {
  animation: serv_one_border 0.9s 0s ease 1;
}
.in_process_list dt:hover .ico i:after {
  animation: serv_one_border 1.5s 0s ease 1;
}
@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
  }
}
.in_process_list dt:hover .ico img {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.in_process_list .ico img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_process_list .txt {
  margin-top: 0.3rem;
}
.in_process_list .txt h4 {
  font-size: 0.16rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_process_list .txt h6 {
  margin-top: 0.14rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.22rem;
}
@media screen and (max-width: 1366px) {
  .in_process_list::before {
    top: 0.46rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_process_list dt {
    width: 18%;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_process_list {
    justify-content: normal;
  }
  .in_process_list::before {
    display: none;
  }
  .in_process_list dt {
    width: 50%;
    margin: 0.2rem 0;
    padding: 0 0.2rem;
  }
  .in_process_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .in_process_list dt {
    margin: 0.1rem 0;
  }
}
.AD {
  margin-top: 0.3rem;
  background: url(static/images/AD_bg.webp) no-repeat center;
  background-size: cover;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.AD .cont {
  padding: 0.4rem 14%;
  position: relative;
}
.AD h2 b {
  font-size: 0.35rem;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}
.AD b:nth-child(1) {
  margin-right: 0.6rem;
}
.AD span {
  margin-top: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.AD p {
  font-size: 0.16rem;
  color: #fff;
}
.AD .tel {
  padding: 0 0.2rem;
  margin-left: auto;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.AD .tel i {
  display: block;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.AD .tel img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  -webkit-animation: tel_zoom 1.4s infinite linear;
  animation: tel_zoom 1.4s infinite linear;
}
@keyframes tel_zoom {
  0% {
    width: 70%;
    height: 70%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 70%;
    height: 70%;
  }
}
.AD .tel b {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.38rem;
  color: #3e3a39;
}
.AD .tel:hover b {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .AD .cont {
    padding: 0.4rem 7%;
  }
  .AD h2 b {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .AD .cont {
    padding: 0.4rem 4%;
  }
  .AD h2 b {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .AD .cont {
  }
  .AD b:nth-child(1) {
    margin-right: 0.3rem;
  }
  .AD p {
    width: 100%;
  }
  .AD h2 b {
    font-size: 0.22rem;
  }
  .AD .tel {
    margin: 0.3rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .AD .cont {
    text-align: center;
  }
  .AD h2 b {
    display: block;
    margin-right: 0 !important;
    font-size: 0.2rem;
  }
  .AD .tel {
    margin: 0.3rem auto 0;
  }
}
.in_dl_form {
}
.in_dl_form article {
  width: 64%;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
  text-align: center;
}
.in_dl_form_box {
  margin-top: 0.3rem;
  padding: 0.4rem;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
}
#wpforms-960 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-960 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-960 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-960 input,
#wpforms-960 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-960 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-960 .wpforms-field-label {
  font-size: 0;
}
#wpforms-960 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-960 .wpforms-field {
  width: 49%;
  background: transparent;
  margin-bottom: 4px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}
#wpforms-960-field_5-container,
#wpforms-960 .wpforms-field-textarea {
  width: 100% !important;
}
#wpforms-960 .wpforms-field-container input,
#wpforms-960 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none;
  background: #f5f5f5;
  padding: 0 0.16rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
#wpforms-960 input {
  line-height: var(--input_height);
}
#wpforms-960 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 0.1rem 0.16rem;
}
#wpforms-960 input::-webkit-input-placeholder,
#wpforms-960 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-960 input::-moz-placeholder,
#wpforms-960 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-960 input::-ms-input-placeholder,
#wpforms-960 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-960 #wpforms-960-field_1-error,
#wpforms-960 #wpforms-960-field_2-error,
#wpforms-960 #wpforms-960-field_3-error,
#wpforms-960 #wpforms-960-field_4-error,
#wpforms-960 #wpforms-960-field_5-error,
#wpforms-960 #wpforms-960-field_6-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-960 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-960 .wpforms-submit-container {
  margin: 0 auto;
  padding: 0 !important;
  width: 2rem;
  height: var(--input_height);
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
#wpforms-960 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
#wpforms-960 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-960 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-960 .wpforms-submit-container:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-960 .wpforms-submit-container::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-960 .form_reset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48% !important;
  height: var(--input_height);
  padding: 0;
  background: #999;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
#wpforms-960 .form_reset::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
#wpforms-960 .form_reset input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#wpforms-960 .form_reset:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-960 .form_reset::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #wpforms-960 .wpforms-field {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .in_dl_form article {
    width: 100%;
  }
  .in_dl_form_box {
    padding: 0.3rem 0.2rem;
  }
}
/* Inside Page - Contact us */
.in_contact {
  padding: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_c_form {
  width: 58%;
  padding: 0.4rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
  overflow: hidden;
}
.in_c_form .tit {
  text-align: center;
  margin-bottom: 0.3rem;
}
.in_c_form .tit h2 {
  font-size: 0.2rem;
  color: #100800;
  font-weight: 900;
}
.in_c_form .tit h6 {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #3e3a39;
}
#wpforms-93 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-93 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-93 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-93 input,
#wpforms-93 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-93 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-93 .wpforms-field-label {
  font-size: 0;
}
#wpforms-93 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-93 .wpforms-field {
  width: 49%;
  background: transparent;
  margin-bottom: 4px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}
#wpforms-93-field_7-container,
#wpforms-93 .wpforms-field-textarea {
  width: 100% !important;
}
#wpforms-93 .wpforms-field-container input,
#wpforms-93 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none;
  background: #f5f5f5;
  padding: 0 0.16rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
#wpforms-93 input {
  line-height: var(--input_height);
}
#wpforms-93 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 0.1rem 0.16rem;
}
#wpforms-93 input::-webkit-input-placeholder,
#wpforms-93 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-93 input::-moz-placeholder,
#wpforms-93 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-93 input::-ms-input-placeholder,
#wpforms-93 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-93 #wpforms-93-field_1-error,
#wpforms-93 #wpforms-93-field_2-error,
#wpforms-93 #wpforms-93-field_3-error,
#wpforms-93 #wpforms-93-field_4-error,
#wpforms-93 #wpforms-93-field_5-error,
#wpforms-93 #wpforms-93-field_6-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-93 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-93 .wpforms-submit-container {
  margin: 0 auto;
  padding: 0 !important;
  width: 2rem;
  height: var(--input_height);
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
#wpforms-93 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
#wpforms-93 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-93 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-93 .wpforms-submit-container:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-93 .wpforms-submit-container::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-93 .form_reset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48% !important;
  height: var(--input_height);
  padding: 0;
  background: #999;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
#wpforms-93 .form_reset::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
#wpforms-93 .form_reset input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#wpforms-93 .form_reset:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-93 .form_reset::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #wpforms-93 .wpforms-field {
    width: 100%;
  }
}
.in_c_cont {
  width: 36%;
  margin-left: auto;
}
.in_c_cont span {
  display: block;
  padding: 0.34rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.in_c_cont span h2 {
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
}
.in_c_cont span h6 {
  margin-top: 0.26rem;
  font-size: 0.14rem;
  color: #3e3a39;
  line-height: 0.2rem;
}
.in_c_cont dl {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.34rem 0;
  border-bottom: 1px solid var(--border_color);
}
.in_c_cont dt {
  text-align: center;
  width: 24%;
  padding: 0.1rem;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  border: 1px solid var(--border_color);
}
.in_c_cont a {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  background: var(--i_color);
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}
.in_c_cont a iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: #fff;
}
.in_c_cont a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_c_cont dt p {
  font-size: 0.13rem;
  color: #3e3a39;
  margin-top: 0.14rem;
}
.in_c_cont dd {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_c_cont dd ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_c_cont dd li {
  text-align: center;
  padding: 0.1rem;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  border-radius: 0.04rem;
  border: 1px solid var(--border_color);
}
.in_c_cont dd li:not(:first-child) {
  margin-left: 0.3rem;
}
.in_c_cont dd img {
  height: 1rem;
}
.in_c_cont dd p {
  font-size: 0.13rem;
  color: #3e3a39;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1366px) {
  .in_c_cont dd li:not(:first-child) {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_c_form {
    width: 56%;
    padding: 0.4rem 0.3rem;
  }
  .in_c_cont {
    width: 38%;
  }
  .in_c_cont a iconify-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in_c_cont dd img {
    height: 0.8rem;
  }
}
@media screen and (max-width: 959px) {
  .in_c_form,
  .in_c_cont {
    width: 100%;
  }
  .in_c_cont {
    margin-top: 0.4rem;
  }
}
.in_c_map {
  position: relative;
}
.in_c_map .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_contact_t {
  width: 44%;
  padding: 0.8rem 0;
}
.in_contact_t .i_tit {
  margin-left: 0;
  margin-right: 0;
}
.in_c_list {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--border_color);
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_c_list dt {
  width: 100%;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--border_color);
}
.in_c_list dd {
  width: 48%;
}
.in_c_list dt,
.in_c_list dd {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_c_list dd:last-child {
  margin-left: 4%;
}
.in_c_list .ico {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  border-radius: 0.06rem;
  position: relative;
}
.in_c_list .ico img {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 46%;
  max-height: 46%;
  object-fit: contain;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  filter: brightness(0);
}
.in_c_list span {
  margin-left: auto;
  width: calc(100% - 0.5rem - 0.2rem);
}
.in_c_list span p {
  margin: 0.06rem 0 0.1rem;
  font-size: 0.12rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_c_list span h4,
.in_c_list span a {
  font-size: 0.16rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_c_list dt:hover img,
.in_c_list dd:hover img {
  opacity: 1;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
}
.in_c_list dt a:hover,
.in_c_list dd a:hover {
  color: var(--i_color);
}
.in_c_list .ico img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_c_media > p {
  margin-bottom: 0.2rem;
  font-size: 0.13rem;
  font-weight: bold;
  color: #666;
  text-transform: capitalize;
}
.in_c_media ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.in_c_media li {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  border-radius: 0.06rem;
  position: relative;
  overflow: hidden;
}
.in_c_media li:not(:last-child) {
  margin-right: 0.1rem;
}
.in_c_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.in_c_media iconify-icon {
  font-size: 0.3rem;
  color: #333;
}
.in_c_media li:hover {
  border-color: var(--i_color);
}
.in_c_media li:hover iconify-icon {
  color: var(--i_color);
}
.in_c_media img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .in_c_media iconify-icon {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 959px) {
  .in_contact_t {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0 0;
  }
}

@media screen and (max-width: 560px) {
  .in_c_list dd {
    width: 100%;
    margin-left: 0 !important;
  }
  .in_c_list dd:last-child {
    padding-top: 0.24rem;
    margin-top: 0.26rem;
    border-top: 1px solid var(--border_color);
  }
}
/* privacy */
.privacy_cont {
}
.privacy_cont .tit {
  margin-bottom: 30px;
}
.privacy_cont .tit h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.privacy_cont article,
.privacy_cont article * {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
/* thanks */
.thanks {
  margin: 80px auto 300px;
  text-align: center;
  overflow: hidden;
}
.thanks h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
}
.thanks a {
  display: inline-block;
  padding: 0 40px;
  background: var(--i_color);
  line-height: 38px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .thanks {
    margin-top: 60px;
  }
  .thanks h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .thanks {
    margin: 40px auto 70px;
  }
  .thanks h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .thanks h2 {
    font-size: 18px;
  }
}
/* 404 */
.in404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.in404_text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.in404_text h1 {
  font-size: 220px;
  color: #bbb;
}
.in404_text h6 {
  margin: 10px auto 30px;
  font-size: 18px;
  color: #999;
}
.in404_text a {
  display: inline-block;
  padding: 0 40px;
  line-height: 32px;
  font-size: 15px;
  color: #999;
  border: 2px solid #ddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .in404_text h1 {
    font-size: 180px;
  }
}
@media screen and (max-width: 767px) {
  .in404_text h1 {
    font-size: 140px;
  }
  .in404_text h6 {
    font-size: 16px;
  }
  .in404_text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in404_text h1 {
    font-size: 70px;
  }
  .in404_text h6 {
    margin: 10px auto 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .in404_text a {
    font-size: 13px;
  }
}
/* 商桥代码 */
/* #jvlabelWrap {
	right: 70px !important;
}
#jcont {
	--jright: 70px !important
}
.popupBlock_c1e2 {
	right: 70px !important;
} */
.wrap_d3f7 {
  bottom: 60px !important;
  z-index: 214748364 !important;
}
jdiv.button_dfef {
  margin-bottom: 80px !important;
}
jdiv.__jivoMobileButton {
  margin-bottom: 60px !important;
}
/* C端上线前隐藏 */
/* .top_ico_list {
	display: none !important
}
.p_Accessories {
	display: none !important
}
.p_detailColor {
	display: none !important
}
.p_detailColor {
	display: none !important
}
.p_detailNum {
	display: none !important;
} */
/* 表单隐藏提交页面链接文本框 */
.link_hidden {
  display: none !important;
}

.pdt01 {
  height: 30px !important;
  line-height: 30px !important;
  background-color: #f5f5f5 !important;
  width: 100% !important;
  padding: 7px !important;
  font-weight: 600;
  font-size: 14px !important;
  color: var(--i_color) !important;
  border-bottom: #f4a000 2px solid;
  font-family: sans-serif;
  font-style: italic;
}
.comment-meta .commentmetadata a {
  display: none;
}
.p_det_list {
  margin-bottom: 0.2rem !important;
}
ul {
  /*     padding-left: 10px;      */
  padding-top: 2px;
}
.p09 {
  float: right;
}
/*
.p_det_show table{
    width: 390pt !important;
}
*/
.pd01 {
  overflow-x: auto !important;
}
.pcp01 {
  overflow-x: auto !important;
}
.p_det_cont2 table td {
  border: 1px solid #f2f2f2;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}
/* .woocommerce .col2-set,
.woocommerce-page .col2-set {
	zoom: 1;
	width: 100%
}
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
	content: ' ';
	display: table
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
	clear: both
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
} */
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce #content div.product div.thumbnails,
.woocommerce div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails {
  zoom: 1;
}
.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
  clear: both;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  zoom: 1;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce #content div.product #reviews .comment,
.woocommerce div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment {
  zoom: 1;
}
.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
  clear: both;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  column-gap: 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  position: relative;
}
.woocommerce ul.products:not(.elementor-grid),
.woocommerce-page ul.products:not(.elementor-grid) {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce ul.products:not(.elementor-grid).columns-1,
.woocommerce-page ul.products:not(.elementor-grid).columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products:not(.elementor-grid).columns-2,
.woocommerce-page ul.products:not(.elementor-grid).columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.woocommerce ul.products:not(.elementor-grid).columns-3,
.woocommerce-page ul.products:not(.elementor-grid).columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce ul.products:not(.elementor-grid).columns-5,
.woocommerce-page ul.products:not(.elementor-grid).columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.woocommerce ul.products:not(.elementor-grid).columns-6,
.woocommerce-page ul.products:not(.elementor-grid).columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
  display: flex;
  margin: 0 auto;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  margin-left: 5px;
}
@media (min-width: 545px) {
  .woocommerce #content table.cart td.actions > input[type="submit"],
  .woocommerce table.cart td.actions > input[type="submit"],
  .woocommerce-page #content table.cart td.actions > input[type="submit"],
  .woocommerce-page table.cart td.actions > input[type="submit"] {
    margin: 5px auto;
  }
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: calc(50% - 10px);
}
.woocommerce .cart-collaterals .cross-sells ul.products li.first,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.first {
  clear: both;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.last,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.last {
  margin-right: 0;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  zoom: 1;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  zoom: 1;
}
.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0;
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  zoom: 1;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border: 0;
  margin: 1em 0 0;
  padding: 3px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  padding: 3px 0;
  border-bottom: 1px solid var(--ast-border-color);
  width: 100%;
  margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
  padding-left: 0;
  padding-right: 0;
}
.variations_form th.label {
  vertical-align: top;
}
.variations_form th label {
  font-weight: normal;
}
.variations_form .image-variable-items-wrapper {
  display: flex;
}
.variations_form .image-variable-item {
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #ccc;
  margin: 0 0 0.14rem 0.14rem;
  cursor: pointer;
  position: relative;
}
.variations_form .reset_variations {
  display: none !important;
}
.variations_form .image-variable-item.selected {
  border: 2px solid var(--i_color);
}
.variations_form .image-variable-item img {
  width: 100%;
  height: 100%;
}
.woocommerce-loop-product__link.cont .price {
  display: none;
}
.tiered-pricing-option > * {
  width: auto;
  margin: 0;
}
.tiered-pricing-option-checkbox {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #ccc;
}
.tiered-pricing--active .tiered-pricing-option-checkbox:after {
  display: block;
  background: #0074fd !important;
  left: calc(50% - 0.06rem);
  top: calc(50% - 0.06rem);
  width: 0.12rem;
  height: 0.12rem;
}
.tiered-pricing-option {
  padding: 0.14rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ccc !important;
}
.tiered-pricing-option-price {
  justify-content: flex-start;
}
.tiered-pricing-option-price:before {
  content: "Price: ";
  font-weight: normal;
  font-size: 0.15rem;
  color: #666;
}
.tiered-pricing-option-price__discounted {
  font-size: 0.16rem;
  color: #ee0000;
}
.tiered-pricing-option__quantity {
  font-size: 0.15rem;
  color: #666;
  width: 11%;
}
.tiered-pricing-option:after {
  content: "Multiple Discounts";
  text-align: center;
  font-size: 0.14rem;
  color: #ee0000;
  line-height: 0.28rem;
  background: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-right: 0.07rem;
  white-space: nowrap;
  width: 1.5rem;
}
.tiered-pricing-option:first-child:after {
  content: " ";
}
.tiered-pricing-option:not(:first-child)::before {
  content: " ";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 1.64rem;
  height: 0.4rem;
  background: url(static/images/p_discount_ico.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  display: block;
}
.thumbs_up button {
  background: none;
}
.thumbs_up .rx_helpful_count_val {
  margin-top: 0.1rem;
  font-size: 0.13rem;
}
.top_ico_list .cart-icon:after {
  content: attr(data-cart-total);
  position: absolute;
  top: -10px;
  right: -12px;
  font-weight: bold;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 0.13rem;
  padding-left: 0px;
  padding-right: 2px;
  line-height: 17px;
  letter-spacing: -0.5px;
  height: 18px;
  min-width: 18px;
  border-radius: 99px;
  text-align: center;
  z-index: 3;
  background: var(--i_color2);
  color: #fff;
}
button.single_add_to_cart_button.loading:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--i_color);
  background-image: none;
  border-radius: 100%;
  animation: twinkle 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
button.single_add_to_cart_button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  color: var(--i_color);
  font-weight: bold;
}
.accessories_add_car button.single_add_to_cart_button.added:after,
.accessories_add_car button.single_add_to_cart_button.loading:after {
  position: absolute;
}
.accessories_add_car .single_add_to_cart_button:hover::after {
  color: #fff !important;
}
.accessories_add_car .single_add_to_cart_button.loading:hover:after {
  background: #fff;
}
a.added_to_cart.wc-forward {
  display: none;
}
.p_detailNum input {
  padding-left: 0 !important;
}
.variations {
  margin-top: 22.5px;
  margin-bottom: 12px;
}
.in_news_art article img {
  margin: 0 !important;
}
.link_hidden {
  display: none;
}

.service_oem_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
.service_oem_ul li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.service_oem_li {
}
.service_oem_liImg {
  width: 48%;
  position: relative;
}
.service_oem_liImg::after {
  content: "";
  display: block;
  padding-bottom: 94.5%;
}
.service_oem_liImg img {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_oem_dl {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  flex-direction: column;
  width: 52%;
  box-sizing: border-box;
  padding-left: 1%;
}

.service_oem_dl1 dt {
  height: calc((100% - 0.4rem) / 3);
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 0.3rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.service_oem_dl dt h2 {
  font-size: 0.28rem;
  color: #222;
  transition: all 0.3s ease;
}
.service_oem_dl1 dt:hover h2 {
  color: var(--i_color);
}
.service_oem_dl dt h3 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #4d4d4d;
  margin-top: 0.1rem;
}

.service_oem_lis .service_oem_liImg::after {
  padding-bottom: 64.3%;
}
.service_oem_lis dt {
  height: calc((100% - 0.2rem) / 2);
}
.service_oem_ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.service_oem_ul li:nth-child(2) .service_oem_dl {
  padding: 0 1% 0 0;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .service_oem_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .service_oem_liImg {
    width: 100%;
  }
  .service_oem_dl {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.2rem;
  }
  .service_oem_ul {
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

.ic_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ic_list li {
  width: 49%;
}
.ic_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  background: #fff;
}
.ic_list .img {
  width: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.ic_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ic_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic_list .txt {
  width: 40%;
  padding: 0.3rem;
}
.ic_list h6 {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
  color: #333;
}
.ic_list li:hover img {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 1440px) {
  .ic_list h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .ic_list .img,
  .ic_list .txt {
    width: 100%;
  }
  .ic_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .ic_list li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.ip_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}
.i_honor {
  margin: 0.8rem auto;
}
.honor {
  overflow: hidden;
  margin-top: 0.4rem;
}
.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.honor .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  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;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.honor-button-prev {
  left: 0;
}
.honor-button-next {
  right: 0;
}
.honor-button-prev:hover,
.honor-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.honor-pagination {
  text-align: center;
  margin-top: 20px;
}
.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.honor .img {
  position: relative;
  overflow: hidden;
  border: 1px solid #888;
}
.honor .img::before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.honor .img img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.honor h6 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  margin: 0.1rem 0;
}
.honor li:hover .img {
  border-color: var(--i_color);
}
.honor li:hover img {
  width: 95%;
  height: 95%;
}
.solution_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.solution_list li {
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: calc((100% - 0.6rem) / 4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 959px) {
  .solution_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .solution_list li {
    width: 100%;
  }
}
.solution_list .txt {
  padding: 20px;
}
.solution_list h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.solution_list p {
  margin: 16px 0;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.solution_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.solution_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.92%;
}
.solution_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_list li:hover {
  box-shadow: 2px 4px 10px rgba(1, 81, 151, 0.1);
  background: #fff;
}
.solution_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .solution_list h6 {
    font-size: 18px;
    margin: 0.1rem 0;
  }
  .solution_list p {
    font-size: 16px;
    margin: 0.1rem 0;
  }
}

/*------------------------------- downlaod -----------------------------------*/
.download_bac {
  background-color: #f7f7f7;
  padding: 0.8rem 0;
}

.download_ul {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.download_ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.download_ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  transition: all 0.7s ease;
}
.download_ul li a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;

  padding: 0.25rem;
}
.download_ul li a h2 {
  font-size: 0.18rem;
  color: #333;

  padding-right: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  width: calc(100% - 1.26rem);
  transition: all 0.3s ease;
}
.download_icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.download_icon iconify-icon {
  font-size: 0.25rem;
  color: rgba(51, 51, 51, 0.2);
  margin-right: 0.2rem;
  transition: all 0.3s ease;
}
.download_icon h3 {
  font-size: 0.18rem;
  color: #333;
}

.download_ul li:hover {
  background-color: #fff;
}
.download_ul li:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.download_ul li:hover h2 {
  color: var(--i_color);
}
.download_ul li:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .download_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .download_icon h3 {
    display: none;
  }
  .download_icon iconify-icon {
    margin-right: 0rem;
  }
  .download_ul li a h2 {
    font-size: 0.16rem;
    width: calc(100% - 0.3rem);
  }
}
@media screen and (max-width: 425px) {
}
.in_p_menu {
  background: #f8f8f8;
  margin: 0.3rem 0;
  position: relative;
  z-index: 10;
}
.in_p_menu .menu_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.in_p_menu .menu_list > li {
  width: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_menu .menu_list > li > a {
  display: block;
  font-size: 0.2rem;
  padding: 20px 10px;
  color: #333;
  text-transform: capitalize;
  padding-right: 50px;
}
.in_p_menu .menu_list > li > span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f8f8f8 url(static/images/public/arrow_down_hollow_hei.svg)
    no-repeat center;
  background-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_menu .menu_list > li.on > span {
  transform: translateY(-50%) rotate(180deg);
}
.in_p_menu .menu_list > li.curr > a,
.in_p_menu .menu_list > li > a:hover {
  background: var(--i_color);
  color: #fff;
}
.in_p_menu .menu_list ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  z-index: 10;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
}
.in_p_menu .menu_list ul a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid var(--border_color);
}
.in_p_menu .menu_list ul a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .in_p_menu .menu_list > li > a {
    padding: 12px 10px;
    padding-right: 50px;
  }
  .in_p_menu .menu_list > li > span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .in_p_menu .menu_list ul a {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.archive .entry-title:contains("归档") {
  display: none;
}

.mask::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 60% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 50% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  position: absolute;
  left: 0;
  bottom: 0;
}
