/*
Theme Name: Floral Jewelry
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold 通常对应 font-weight: 600 */
}

@font-face {
  font-family: "Opensans";
  src: url("./static/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold 通常对应 font-weight: 700 */
}

* {
  box-sizing: border-box;
  line-height: 150%;
  font-family: "Opensans", Arial, Helvetica, sans-serif;
  font-size: 18px
}

.top_wrap {
  width: 92%;
  max-width: 1782px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}

@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}

.wrap {
  width: 73%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  padding-left: 13.5%;
}

.wrap_r {
  padding-right: 13.5%;
}

:root {
  --i_color: #18212B;
  --i_color2: #9FAAB4;
  --bc_color: #F4F6F7;
  --text-color: #4E5963;
  --header_height: 0.8rem;
  --head_all_height: 1.3rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --head_all_height: 1.1rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}

/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  box-shadow: 0px 2px 2px #ddd
}

.pre_head {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .pre_head {
    display: none;
  }
}

.pre_head .top_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}

.pre_head h6 {
  font-size: 14px;
}

.pre_l {
  display: flex;
}

.pre_l a {
  color: #333;
  font-size: 14px;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}

.pre_l iconify-icon {
  color: var(--i_color);
  margin-right: 8px;
  font-size: 0.2rem;
}

.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}

.pre_media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media li {
  margin-right: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media iconify-icon {
  font-size: 0.18rem;
  color: #333;
}

.top_quote {
  display: table;
  padding: 6px 0.2rem;
  color: #fff;
  background: var(--i_color);
  font-size: 16px;
  border-radius: 4px;
  margin-left: 0.1rem;
}

.language {
  position: relative;
  display: flex;
  align-items: center;
}

.language p {
  position: relative;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
  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.24rem;
  height: 0.24rem;
  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: .5rem;
}

.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;
  z-index: 2;
}

.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}

.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}

.logo img {
  max-width: 1.7rem;
}

@media screen and (max-width: 1440px) {
  .logo img {
    max-width: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 1.3rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 .3rem 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.4rem;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 17px;
    color: var(--text-color);
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }

  .i_nav>.current-menu-item>a,
  .i_nav>.current-category-ancestor>a,
  .i_nav>.current-post-ancestor>a,
  .i_nav>.current-menu-ancestor>a,
  .i_nav>.current-menu-parent>a,
  .i_nav>li:hover>a,
  .i_nav .curr>a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }

  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu>li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu>li:hover>a {
    color: #fff;
  }

  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    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: 1366px) {
  .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: var(--i_color);
  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_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 0.5rem;
}

.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) {}

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

/* -----------------公用样式----------------- */


.i_tit {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0.5rem;
}



.i_tit>span,
.i_tit_main>span {
  display: inline-flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.16rem;
  color: var(--i_color2);
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.i_tit>span::before,
.i_tit_main>span::before {
  content: "";
  width: 0.38rem;
  height: 1px;
  background: var(--i_color2);
}



.i_tit h2 {
  margin: 0;
  color: var(--i_color);
  font-size: .5rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}



.i_tit>p {
  max-width: 680px;
  margin: 0.22rem 0 0;
  color: var(--text-color);
  font-size: 0.16rem;
  line-height: 1.8;
}


/* ==============================
   Center Title
============================== */

.i_tit_center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.i_tit_center>span {
  justify-content: center;
}

.i_tit_center>span::after {
  content: "";
  width: 0.38rem;
  height: 1px;
  background: var(--i_color2);
}

.i_tit_center>p {
  margin-right: auto;
  margin-left: auto;
}


/* ==============================
   Row Title
============================== */

.i_tit_row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
}

.i_tit_main {
  width: 100%;
  max-width: 760px;
}

.i_tit_right {
  width: 100%;
  max-width: 430px;
  padding-bottom: 0.04rem;
}

.i_tit_right>p {
  margin: 0 0 0.2rem;
  color: var(--text-color);
  font-size: 0.16rem;
  line-height: 1.75;
}


/* 标题区域文字链接 */

.i_tit_more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding-bottom: 0.06rem;
  color: var(--i_color);
  font-size: 0.14rem;
  font-weight: 500;
  text-decoration: none;
}

.i_tit_more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--i_color2);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.i_tit_more iconify-icon {
  color: var(--i_color2);
  font-size: 0.2rem;
  transition: transform 0.35s ease;
}

.i_tit_more:hover::after {
  transform: scaleX(0.45);
}

.i_tit_more:hover iconify-icon {
  transform: translateX(0.05rem);
}


/* ==============================
   Dark Background
============================== */

.i_tit_light>span,
.i_tit_light .i_tit_main>span {
  color: rgba(255, 255, 255, 0.65);
}

.i_tit_light>span::before,
.i_tit_light>span::after,
.i_tit_light .i_tit_main>span::before {
  background: rgba(255, 255, 255, 0.45);
}

.i_tit_light h2 {
  color: #fff;
}

.i_tit_light>p,
.i_tit_light .i_tit_right>p {
  color: rgba(255, 255, 255, 0.68);
}

.i_tit_light .i_tit_more {
  color: #fff;
}

.i_tit_light .i_tit_more::after {
  background: rgba(255, 255, 255, 0.5);
}

.i_tit_light .i_tit_more iconify-icon {
  color: #fff;
}


/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1024px) {

  .i_tit {
    margin-bottom: 0.4rem;
  }

  .i_tit_row {
    gap: 0.45rem;
  }

  .i_tit_right {
    max-width: 380px;
  }

}


@media screen and (max-width: 768px) {

  .i_tit {
    max-width: none;
    margin-bottom: 0.32rem;
  }

  .i_tit>span,
  .i_tit_main>span {
    margin-bottom: 0.12rem;
    font-size: 0.11rem;
    letter-spacing: 0.14em;
  }

  .i_tit>span::before,
  .i_tit>span::after,
  .i_tit_main>span::before {
    width: 0.28rem;
  }

  .i_tit h2 {
    font-size: 0.36rem;
    line-height: 1.12;
  }

  .i_tit>p {
    margin-top: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }

  .i_tit_row {
    display: block;
  }

  .i_tit_right {
    max-width: none;
    margin-top: 0.18rem;
  }

  .i_tit_right>p {
    margin-bottom: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }

}


@media screen and (max-width: 480px) {

  .i_tit h2 {
    font-size: 0.32rem;
  }

}

.bc {
  background: var(--bc_color);
}

.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 {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - var(--head_all_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;
  transition: 8s ease;
}

.banner .swiper-slide-active img {
  transform: scale(1.08);
}

.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}

.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -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;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}

.banner-button-prev {
  left: -0.5rem;
}

.banner-button-next {
  right: -0.5rem;
}

.banner:hover .banner-button-prev {
  left: 3%;
}

.banner:hover .banner-button-next {
  right: 3%;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}

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

.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.2rem;
  }

  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}

/* banner上文字 */
.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 860px;
}

/* title */
.banner_content h1 {
  margin: 0;
  line-height: 1;
}

.banner_content h4 span,
.banner_content h1 span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: var(--i_color);
}

.banner_content h4 strong,
.banner_content h1 strong {
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: var(--i_color2);
}

/* description */
.banner_desc {
  display: flex;
  align-items: center;
  margin: 30px 0 50px;
  font-size: 24px;
  color: var(--text-color);
}

.banner_desc i {
  width: 6px;
  height: 6px;
  margin: 0 20px;
  border-radius: 50%;
  background: #c99833;
}

/* button */
.btn_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.row_btn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.btn_gold,
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  overflow: hidden;
  transition: .35s ease;
}

/* 金色按钮 */
.btn_gold {
  background: var(--i_color);
  color: #fff;
  border: 2px solid var(--i_color);
}

.btn_gold:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

/* 描边按钮 */
.btn_line {
  background: transparent;
  color: var(--i_color);
  border: 2px solid var(--i_color);
}

.btn_line:hover {
  background: var(--i_color);
  color: #fff;
  transform: translateY(-4px);
}

/* ===========================
   文字滑动动画
=========================== */
.btn_text,
.btn_arrow {
  position: relative;
  overflow: hidden;
  height: 1.25em;
  display: flex;
  align-items: flex-start;
}

.btn_text span,
.btn_arrow span {
  display: block;
  line-height: 1.25em;
  transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

.btn_text span:last-child,
.btn_arrow span:last-child {
  position: absolute;
  left: 0;
  top: 100%;
}

.btn_gold:hover .btn_text span,
.btn_gold:hover .btn_arrow span,
.btn_line:hover .btn_text span,
.btn_line:hover .btn_arrow span {
  transform: translateY(-100%);
}

/* 箭头字体 */
.btn_arrow {
  width: .9em;
}

.btn_arrow span {
  width: 100%;
  text-align: center;
}


@media (max-width:1200px) {
  .banner_content {
    width: 650px;
    left: 6%;
  }

  .banner_content h4 span,
  .banner_content h1 span {
    font-size: 54px;
  }

  .banner_content h4 strong,
  .banner_content h1 strong {
    font-size: 50px;
  }

  .banner_desc {
    margin: 25px 0 40px;
    font-size: 20px;
  }


}

@media (max-width:991px) {
  .banner_content {
    width: 80%;
    left: 8%;
  }

  .banner_content h4 span,
  .banner_content h1 span {
    font-size: 42px;
  }

  .banner_content h4 strong,
  .banner_content h1 strong {
    font-size: 40px;
  }

  .banner_desc {
    flex-wrap: wrap;
    margin: 20px 0 35px;
    font-size: 18px;
  }

  .banner_desc i {
    margin: 0 12px;
  }

  .row_btn {
    gap: 15px;
  }

  .btn_gold,
  .btn_line {
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
  }


}

@media (max-width:767px) {
  .banner_content {
    width: calc(100% - 40px);
    left: 20px;
    transform: translateY(-50%);
  }

  .banner_content h4 span,
  .banner_content h1 span {
    font-size: 32px;
    line-height: 1.2;
  }

  .banner_content h4 strong,
  .banner_content h1 strong {
    font-size: 30px;
    line-height: 1.2;
  }

  .banner_desc {
    margin: 20px 0 30px;
    font-size: 15px;
    line-height: 1.6;
  }

  .banner_desc i {
    width: 5px;
    height: 5px;
    margin: 0 10px;
  }

  .row_btn {
    width: 100%;
  }

  .btn_gold,
  .btn_line {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }


}


/* ==========================================================================
   底部
   ========================================================================== */
.footer {
  background: #171717;
  color: #bdbdbd;
  padding-top: 90px;
}

.footer_top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer_logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer_logo img {
  height: 56px;
  display: block;
}

.footer_col h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}

.footer_col ul ul {
  display: none;
}

.footer_col li {
  margin-bottom: 10px;
}

.f_contact_list li {
  display: flex;
  align-items: center;
}

.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #fff;
  opacity: 0.8;
  margin-right: 0.1rem;
}

.footer_col li:last-child {
  margin-bottom: 0;
}

.footer_col a {
  color: #9f9f9f;
  font-size: 16px;
  transition: .3s;
}

.footer_col a:hover {
  color: #c89b3c;
  padding-left: 8px;
}

.footer_social {
  display: flex;
  gap: 16px;
}

.footer_social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: .35s;
}

.footer_social a:hover {
  background: #c89b3c;
  border-color: #c89b3c;
  transform: translateY(-4px);
}

.footer_social iconify-icon {
  font-size: 22px;
  color: #fff;
}


.footer_newsletter p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #999;
}

.footer_newsletter .wpforms-container {
  margin: 0;
}

.footer_newsletter .wpforms-field {
  padding: 0;
  margin-bottom: .12rem;
}

.footer_newsletter input[type="email"],
.footer_newsletter input[type="text"] {
  width: 100%;
  height: .48rem;
  padding: 0 .16rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
}

.footer_newsletter input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.footer_newsletter button,
.footer_newsletter input[type="submit"] {
  width: 100%;
  height: .5rem;
  background: var(--i_color2) !important;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
  transition: .3s;
  font-size: .16rem !important;
}

.footer_newsletter button:hover,
.footer_newsletter input[type="submit"]:hover {
  background: var(--i_color) !important;
}




.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
}

.footer_bottom p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #888;
  letter-spacing: .3px;
}

@media(max-width:1400px) {
  .footer_top {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .footer_about {
    grid-column: span 3;
  }

}

@media(max-width:992px) {
  .footer {
    padding-top: 70px;
  }

  .footer_top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .footer_about {
    grid-column: span 2;
  }

  .footer_newsletter {
    grid-column: span 2;
  }


}

@media(max-width:768px) {
  .footer {
    padding-top: 60px;
  }

  .footer_top {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 50px;
  }

  .footer_about {
    grid-column: auto;
  }

  .footer_newsletter {
    grid-column: auto;
  }

  .footer_newsletter form {
    flex-direction: column;
    gap: 12px;
  }

  .footer_newsletter input {
    width: 100%;
  }

  .footer_newsletter button {
    width: 100%;
    height: 54px;
  }

}

@media(max-width:576px) {
  .footer_logo img {
    height: 46px;
  }

  .footer_col h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer_about p {
    font-size: 15px;
  }

  .footer_col a {
    font-size: 15px;
  }




  .footer_social {
    justify-content: center;
  }

  .footer_bottom p {
    font-size: 14px;
    line-height: 1.7;
  }
}


/* ==========================================================================
   首页
   ========================================================================== */
.i_products {
  position: relative;
  overflow: hidden;
}


/* 产品列表 */

.i_product_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}


/* 产品卡片 */

.i_product_item {
  display: flex;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--border_color);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.i_product_item>a {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  color: inherit;
  text-decoration: none;
}


/* 产品图片 */

.i_product_item .img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9edef;
}

.i_product_item .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(24, 33, 43, 0) 60%,
      rgba(24, 33, 43, 0.08) 100%);
  pointer-events: none;
}

.i_product_item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


/* 产品文字 */

.i_product_item .txt {
  display: flex;
  flex: 1;
  min-height: 188px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 20px;
}

.i_product_item .i_product_copy {
  min-width: 0;
}


.i_product_item .txt h3 {
  margin: 0;
  color: var(--i_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.i_product_item .txt p {
  margin: 10px 0 0;
  color: #5d6875;
  font-size: 14px;
  line-height: 1.65;
}

.i_product_item .txt iconify-icon {
  width: 38px;
  height: 38px;
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border_color);
  border-radius: 50%;
  color: var(--i_color);
  font-size: 19px;
  align-self: flex-end;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}


/* 悬停效果 */

.i_product_item:hover {
  border-color: rgba(24, 33, 43, 0.35);
  box-shadow: 0 18px 45px rgba(24, 33, 43, 0.1);
  transform: translateY(-6px);
}

.i_product_item:hover .img img {
  transform: scale(1.05);
}

.i_product_item:hover .txt iconify-icon {
  color: #fff;
  background: var(--i_color);
  border-color: var(--i_color);
  transform: rotate(45deg);
}

/* 项目询盘承接区 */

.i_project_cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 38px 42px;
  background: #f4f3f0;
  border: 1px solid var(--border_color);
}

.i_project_cta_copy {
  max-width: 820px;
}

.i_project_cta h3 {
  margin: 0;
  color: var(--i_color);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.i_project_cta p {
  margin: 12px 0 0;
  color: #5d6875;
  font-size: 15px;
  line-height: 1.7;
}

.i_project_cta .btn_gold {
  flex: 0 0 auto;
  white-space: nowrap;
}





/* 平板 */

@media screen and (max-width: 1024px) {

  .i_product_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

}


/* 移动端 */

@media screen and (max-width: 768px) {

  .i_product_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .i_product_item .txt {
    min-height: 170px;
    gap: 12px;
    padding: 18px 16px;
  }

  .i_product_item .txt h3 {
    font-size: 18px;
  }

  .i_product_item .txt p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
  }

  .i_product_item .txt iconify-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 17px;
  }

  .i_product_item:hover {
    transform: none;
  }

}


/* 小屏手机 */

@media screen and (max-width: 480px) {

  .i_product_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .i_product_item .txt {
    min-height: 0;
    padding: 18px 16px;
  }

  .i_product_item .txt h3 {
    font-size: 18px;
  }

  .i_product_item .txt p {
    font-size: 14px;
  }

  .i_product_item .txt iconify-icon {
    display: none;
  }


}

@media screen and (max-width: 1024px) {

  .i_project_cta {
    gap: 26px;
    padding: 32px;
  }

  .i_project_cta h3 {
    font-size: 25px;
  }

}

@media screen and (max-width: 768px) {

  .i_project_cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 24px;
  }

  .i_project_cta h3 {
    font-size: 23px;
  }

  .i_project_cta p {
    font-size: 14px;
    line-height: 1.65;
  }

}

@media screen and (max-width: 480px) {

  .i_project_cta {
    padding: 24px 18px;
  }

  .i_project_cta h3 {
    font-size: 21px;
  }

  .i_project_cta .btn_gold {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 12px;
  }

}

/* ==============================
   Homepage Slogan
============================== */


.i_slogan_text {
  text-align: center;
}

.i_slogan_text p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  margin: 0;
  color: var(--i_color);
  font-size: .2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.i_slogan_text p+p {
  margin-top: 0.06rem;
}

.i_slogan_text i {
  width: 1px;
  height: 0.32rem;
  display: block;
  flex: 0 0 1px;
  background: var(--i_color);
}


/* 平板 */

@media screen and (max-width: 1024px) {


  .i_slogan_text p {
    gap: 0.16rem;
    font-size: 0.18rem;
  }

  .i_slogan_text i {
    height: 0.25rem;
  }

}


/* 移动端 */

@media screen and (max-width: 768px) {



  .i_slogan_text p {
    display: block;
    line-height: 1.7;
  }

  .i_slogan_text p+p {
    margin-top: 0.08rem;
  }

  .i_slogan_text i {
    width: 0.3rem;
    height: 1px;
    display: inline-block;
    margin: 0 0.1rem;
    vertical-align: middle;
  }

}


/* 小屏手机 */

@media screen and (max-width: 480px) {

  .i_slogan {
    padding: 0.35rem 0;
  }

  .i_slogan_text p {
    font-size: 0.16rem;
  }

}

/* ==============================
   Why Choose Section
============================== */

.i_why {
  position: relative;
  overflow: hidden;
}

.i_why_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.24rem;
}


/* 卡片基础样式 */

.i_why_card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.48rem;
  overflow: hidden;
  border: 1px solid var(--border_color);
}


/* 左侧深色卡片 */

.i_why_factory {
  color: #fff;
  background: var(--i_color);
  border-color: var(--i_color);
}

/* .i_why_factory::before {
  content: "";
  position: absolute;
  top: -1.3rem;
  right: -1.3rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.i_why_factory::after {
  content: "";
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
} */


/* 右侧浅色卡片 */

.i_why_diamond {
  background: #fff;
}


/* 卡片顶部 */

.i_why_card_top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}




/* 图标 */

.i_why_icon {
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border_color);
  border-radius: 50%;
  color: var(--i_color);
  background: var(--bc_color);
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.i_why_icon iconify-icon {
  font-size: 0.27rem;
}

.i_why_factory .i_why_icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}


/* 主要内容 */

.i_why_content {
  position: relative;
  z-index: 2;
  flex: 1;
}


.i_why_content h3 {
  margin: 0 0 0.28rem;
  color: var(--i_color);
  font-size: .4rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.i_why_factory .i_why_content h3 {
  color: #fff;
}

.i_why_content p {
  max-width: 6.2rem;
  margin: 0 0 0.14rem;
  color: var(--text-color);
  font-size: 0.15rem;
  line-height: 1.75;
}

.i_why_content p:last-child {
  margin-bottom: 0;
}

.i_why_factory .i_why_content p {
  color: rgba(255, 255, 255, 0.7);
}




/* 培育钻石特点 */

.i_why_features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border_color);
}

.i_why_features li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.11rem;
  padding-top: 0.27rem;
}

.i_why_features li:not(:first-child) {
  padding-left: 0.25rem;
  border-left: 1px solid var(--border_color);
}

.i_why_features iconify-icon {
  color: var(--i_color2);
  font-size: 0.25rem;
}

.i_why_features span {
  color: var(--i_color);
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.4;
}


/* 悬停效果 */

.i_why_card {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.i_why_card:hover {
  transform: translateY(-0.06rem);
  box-shadow: 0 0.22rem 0.6rem rgba(24, 33, 43, 0.1);
}

.i_why_card:hover .i_why_icon {
  transform: rotate(8deg);
}

.i_why_diamond:hover .i_why_icon {
  color: #fff;
  background: var(--i_color);
  border-color: var(--i_color);
}


/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1024px) {

  .i_why_card {
    min-height: 6.5rem;
    padding: 0.38rem;
  }


}


@media screen and (max-width: 768px) {

  .i_why_grid {
    grid-template-columns: 1fr;
    gap: 0.16rem;
  }

  .i_why_card {
    min-height: auto;
    padding: 0.3rem 0.24rem;
  }

  .i_why_card_top {
    margin-bottom: 0.3rem;
  }

  .i_why_content h3 {
    font-size: 0.3rem;
  }

  .i_why_content p {
    font-size: 0.14rem;
    line-height: 1.7;
  }

  .i_why_card:hover {
    transform: none;
  }

}

/* Homepage manufacturer capabilities */

.i_why {
  background: #fff;
}

.i_why_intro {
  max-width: 1130px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e8ed;
}

.i_why_eyebrow {
  display: block;
  color: var(--i_color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.i_why_intro h2 {
  max-width: 940px;
  margin: 15px 0 16px;
  color: var(--i_color);
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.i_why_intro p {
  max-width: 930px;
  margin: 0;
  color: #5f6d7c;
  font-size: 16px;
  line-height: 1.7;
}

.i_why_main {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: start;
  margin-top: 30px;
}

.i_why_media_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.i_why_media_item {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #e8edf0;
}

.i_why_media_item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.i_why_media_item:hover img {
  transform: scale(1.045);
}

.i_why_media_item figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 11px;
  color: #fff;
  background: var(--i_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.i_why_steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e3e8ed;
}

.i_why_steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 0 20px;
  border-bottom: 1px solid #e3e8ed;
}

.i_why_step_number {
  padding-top: 2px;
  color: var(--i_color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.i_why_steps h3 {
  margin: 0;
  color: var(--i_color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.i_why_steps p {
  margin: 8px 0 0;
  color: #687789;
  font-size: 14px;
  line-height: 1.6;
}

.i_why_cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  padding: 28px 30px;
  color: #fff;
  background: var(--i_color);
}

.i_why_cta_content {
  max-width: 820px;
}

.i_why_cta h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

.i_why_cta p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.i_why_cta .btn_gold {
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--i_color);
  background: #fff;
  border-color: #fff;
  border-radius: 0;
}

.i_why_cta .btn_gold:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

@media screen and (max-width: 1024px) {

  .i_why_main {
    gap: 30px;
  }

  .i_why_cta {
    gap: 24px;
    padding: 26px;
  }

  .i_why_cta h3 {
    font-size: 21px;
  }

}

@media screen and (max-width: 768px) {

  .i_why_intro {
    padding-bottom: 22px;
  }

  .i_why_intro h2 {
    margin-top: 12px;
    font-size: 32px;
  }

  .i_why_intro p {
    font-size: 15px;
  }

  .i_why_main {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 24px;
  }

  .i_why_steps li {
    padding: 17px 0;
  }

  .i_why_cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
    padding: 24px;
  }

  .i_why_cta .btn_gold {
    justify-self: start;
  }

}

@media screen and (max-width: 480px) {

  .i_why_eyebrow {
    font-size: 11px;
  }

  .i_why_intro h2 {
    font-size: 28px;
  }

  .i_why_intro p {
    font-size: 14px;
  }

  .i_why_media_grid {
    gap: 5px;
  }

  .i_why_media_item figcaption {
    left: 8px;
    bottom: 8px;
    padding: 6px 8px;
    font-size: 8px;
  }

  .i_why_steps li {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 10px;
  }

  .i_why_steps h3 {
    font-size: 18px;
  }

  .i_why_steps p {
    font-size: 13px;
  }

  .i_why_cta {
    padding: 22px 18px;
  }

  .i_why_cta h3 {
    font-size: 20px;
  }

  .i_why_cta p {
    font-size: 13px;
  }

  .i_why_cta .btn_gold {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 12px;
  }

}

/* ==============================
   Jewelry Manufacturing Process
============================== */

.i_process {
  position: relative;
  overflow: hidden;
}



.i_order_process_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem 0.18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.i_order_process_list li {
  min-width: 0;
  text-align: center;
}


/* 图片 */

.i_order_process_list .img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bc_color);
}

.i_order_process_list .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.i_order_process_list li:hover .img img {
  transform: scale(1.04);
}


/* 文字 */

.i_order_process_list .txt {
  padding: 0.22rem 0.18rem 0;
}

.i_order_process_list h3 {
  margin: 0 0 0.12rem;
  color: var(--i_color);
  font-size: 0.19rem;
  font-weight: 600;
  line-height: 1.4;
}

.i_order_process_list h3 span {
  color: var(--i_color2);
  font-size: 0.14rem;
  font-weight: 500;
}

.i_order_process_list p {
  max-width: 5.2rem;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 0.14rem;
  line-height: 1.75;
}




/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1024px) {

  .i_order_process_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.38rem 0.16rem;
  }

}


@media screen and (max-width: 768px) {

  .i_order_process_list {
    gap: 0.32rem 0.12rem;
  }

  .i_order_process_list .txt {
    padding: 0.18rem 0.08rem 0;
  }

  .i_order_process_list h3 {
    font-size: 0.17rem;
  }

  .i_order_process_list h3 span {
    display: block;
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }

  .i_order_process_list p {
    font-size: 0.13rem;
    line-height: 1.65;
  }

}


@media screen and (max-width: 600px) {

  .i_order_process_list {
    grid-template-columns: 1fr;
    gap: 0.32rem;
  }

  .i_order_process_list .txt {
    padding-right: 0;
    padding-left: 0;
  }

  .i_order_process_list h3 span {
    display: inline;
    margin-top: 0;
  }



}

/* Homepage custom jewelry workflow */

.i_process {
  background: #fff;
}

.i_process_intro {
  max-width: 1260px;
  margin: 0 auto 54px;
  text-align: center;
}

.i_process_eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--i_color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.i_process_intro h2 {
  margin: 0;
  color: var(--i_color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.25vw, 58px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.i_process_intro p {
  max-width: 1120px;
  margin: 18px auto 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
}

.i_process_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.i_process_card {
  min-width: 0;
  text-align: left;
}

.i_process_image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bc_color);
}

.i_process_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.i_process_card:hover .i_process_image img {
  transform: scale(1.035);
}

.i_process_number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--i_color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.i_process_copy {
  padding: 20px 18px 0;
}

.i_process_timing {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 10px;
  color: var(--i_color);
  background: var(--bc_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.i_process_copy h3 {
  margin: 0 0 12px;
  color: var(--i_color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.i_process_copy p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.68;
}

@media screen and (max-width: 1024px) {

  .i_process_intro {
    margin-bottom: 42px;
  }

  .i_process_intro h2 {
    font-size: 44px;
  }

  .i_process_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

}

@media screen and (max-width: 768px) {

  .i_process_intro {
    margin-bottom: 34px;
  }

  .i_process_intro h2 {
    font-size: 36px;
  }

  .i_process_intro p {
    font-size: 15px;
  }

  .i_process_copy {
    padding: 17px 10px 0;
  }

  .i_process_copy h3 {
    font-size: 23px;
  }

}

@media screen and (max-width: 600px) {

  .i_process_intro {
    margin-bottom: 30px;
  }

  .i_process_eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .i_process_intro h2 {
    font-size: 31px;
  }

  .i_process_intro p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }

  .i_process_intro p br {
    display: none;
  }

  .i_process_list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .i_process_copy {
    padding: 16px 0 0;
  }

  .i_process_number {
    top: 14px;
    left: 14px;
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .i_process_copy h3 {
    margin-bottom: 9px;
    font-size: 24px;
  }

  .i_process_copy p {
    font-size: 14px;
  }

}

/* ==============================
   Custom Jewelry Banner
============================== */

.custom_jewelry_banner {
  position: relative;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--i_color);
  background-repeat: no-repeat;
  background-position: center 52%;
  background-size: cover;
}


/* 背景遮罩 */

.custom_jewelry_mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 76, 102, 0.84) 0%,
      rgba(0, 76, 102, 0.67) 38%,
      rgba(17, 35, 42, 0.25) 74%,
      rgba(17, 35, 42, 0.08) 100%);
  pointer-events: none;
}


/* 内容 */

.custom_jewelry_inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.custom_jewelry_content {
  width: 100%;
  max-width: 7.2rem;
  margin: 0;
  color: #fff;
  text-align: left;
}




/* 标题 */

.custom_jewelry_content h2 {
  margin: 0 0 0.24rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.7vw, 80px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}


/* 描述 */

.custom_jewelry_content p {
  max-width: 7.2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.65;
}


/* 按钮区域 */

.custom_jewelry_content .row_btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.36rem;
}


/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1024px) {

  .custom_jewelry_banner {
    min-height: 5rem;
    background-position: 58% center;
  }

  .custom_jewelry_mask {
    background: linear-gradient(90deg, rgba(0, 76, 102, 0.76), rgba(10, 38, 47, 0.28));
  }

}


@media screen and (max-width: 768px) {

  .custom_jewelry_banner {
    min-height: 5.8rem;
    padding: 0.8rem 0;
    background-position: 60% center;
  }

  .custom_jewelry_content {
    max-width: 5.8rem;
  }

  .custom_jewelry_content h2 {
    margin-bottom: 0.18rem;
    font-size: 48px;
  }

  .custom_jewelry_content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .custom_jewelry_content p br {
    display: none;
  }

}


@media screen and (max-width: 480px) {

  .custom_jewelry_banner {
    min-height: 6.2rem;
    background-position: 63% center;
  }

  .custom_jewelry_mask {
    background: rgba(0, 61, 82, 0.7);
  }


  .custom_jewelry_content {
    padding: 0 0.12rem;
  }

  .custom_jewelry_content h2 {
    font-size: 40px;
  }

  .custom_jewelry_content .row_btn,
  .custom_jewelry_content .btn_gold {
    width: 100%;
  }

  .custom_jewelry_content .btn_gold {
    justify-content: space-between;
  }

}


/* ==============================
   Custom Jewelry Factory
============================== */

.i_custom_factory {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.i_custom_factory_box {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  gap: 0.7rem;
}


/* 左侧图片 */

.i_custom_factory_img {
  position: relative;
  min-height: 5.8rem;
  overflow: hidden;
  background: var(--bc_color);
}

.i_custom_factory_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(24, 33, 43, 0) 65%,
      rgba(24, 33, 43, 0.1) 100%);
  pointer-events: none;
}

.i_custom_factory_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.i_custom_factory_box:hover .i_custom_factory_img img {
  transform: scale(1.035);
}


/* 右侧内容 */

.i_custom_factory_content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i_custom_factory_content .i_tit {
  max-width: none;
  margin-bottom: 0.3rem;
}

.i_custom_factory_content .i_tit h2 {
  max-width: 7rem;
  font-size: .32rem;
}

.i_custom_factory_content .i_tit>p {
  max-width: 7rem;
}


/* 优势列表 */

.i_custom_factory_features {
  display: grid;
  gap: 0.13rem;
}

.i_custom_factory_features li {
  display: flex;
  align-items: flex-start;
  gap: 0.11rem;
  color: var(--text-color);
  font-size: 0.145rem;
  line-height: 1.55;
}

.i_custom_factory_features iconify-icon {
  flex: 0 0 auto;
  margin-top: 0.02rem;
  color: var(--i_color);
  font-size: 0.19rem;
}





/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1100px) {

  .i_custom_factory_box {
    gap: 0.45rem;
  }

  .i_custom_factory_img {
    min-height: 5.4rem;
  }

}


@media screen and (max-width: 768px) {

  .i_custom_factory_box {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .i_custom_factory_img {
    min-height: 4.2rem;
  }

  .i_custom_factory_content .i_tit {
    margin-bottom: 0.24rem;
  }

  .i_custom_factory_features li {
    font-size: 0.135rem;
  }

}


@media screen and (max-width: 480px) {

  .i_custom_factory_img {
    min-height: 3.4rem;
  }



  .i_custom_factory_content .row_btn,
  .i_custom_factory_content .btn_gold {
    width: 100%;
  }

  .i_custom_factory_content .btn_gold {
    justify-content: space-between;
  }

}

/* Homepage production and order consistency panel */

.i_custom_factory_box {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  overflow: hidden;
  border-top: 4px solid var(--i_color);
  background: var(--bc_color);
}

.i_custom_factory_img {
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto;
}

.i_custom_factory_img::after {
  display: none;
}

.i_custom_factory_img img {
  position: absolute;
  inset: 0;
  object-position: 48% center;
}

.i_custom_factory_content {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  padding: 30px 38px 24px;
  background: var(--bc_color);
}

.i_custom_factory_eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--i_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

.i_custom_factory_content > h2 {
  max-width: 700px;
  margin: 0;
  color: var(--i_color);
  font-size: clamp(27px, 2.35vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.i_custom_factory_intro {
  max-width: 730px;
  margin: 13px 0 20px;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.55;
}

.i_custom_factory_features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(24, 33, 43, 0.14);
  border-bottom: 1px solid rgba(24, 33, 43, 0.14);
}

.i_custom_factory_features li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 12px 14px 12px 0;
  color: inherit;
  font-size: inherit;
  line-height: normal;
}

.i_custom_factory_features li:nth-child(odd) {
  padding-right: 17px;
  border-right: 1px solid rgba(24, 33, 43, 0.14);
}

.i_custom_factory_features li:nth-child(even) {
  padding-left: 17px;
}

.i_custom_factory_features li:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(24, 33, 43, 0.14);
}

.i_custom_factory_dot {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--i_color);
  box-shadow: 0 0 0 3px #e6eaec;
}

.i_custom_factory_features h3 {
  margin: 0;
  color: var(--i_color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
}

.i_custom_factory_features p {
  margin: 5px 0 0;
  color: var(--text-color);
  font-size: 11px;
  line-height: 1.45;
}

.i_custom_factory_link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  align-self: flex-start;
  margin-top: 19px;
  padding-bottom: 4px;
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition: color 0.25s ease, gap 0.25s ease;
}

.i_custom_factory_link:hover {
  gap: 34px;
  color: var(--text-color);
}

@media screen and (max-width: 1100px) {

  .i_custom_factory_box {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .i_custom_factory_img {
    min-height: 0;
  }

  .i_custom_factory_content {
    padding: 27px 30px 23px;
  }

  .i_custom_factory_content > h2 {
    font-size: 32px;
  }

}

@media screen and (max-width: 768px) {

  .i_custom_factory_box {
    grid-template-columns: 1fr;
  }

  .i_custom_factory_img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .i_custom_factory_content {
    padding: 28px 24px 25px;
  }

  .i_custom_factory_content > h2 {
    font-size: 31px;
  }

  .i_custom_factory_intro {
    font-size: 14px;
  }

}

@media screen and (max-width: 480px) {

  .i_custom_factory_content {
    padding: 24px 18px;
  }

  .i_custom_factory_content > h2 {
    font-size: 27px;
  }

  .i_custom_factory_intro {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .i_custom_factory_features {
    grid-template-columns: 1fr;
  }

  .i_custom_factory_features li,
  .i_custom_factory_features li:nth-child(odd),
  .i_custom_factory_features li:nth-child(even) {
    padding: 12px 0;
    border-right: 0;
  }

  .i_custom_factory_features li:not(:last-child) {
    border-bottom: 1px solid rgba(24, 33, 43, 0.14);
  }

  .i_custom_factory_link {
    gap: 20px;
    margin-top: 17px;
    font-size: 9px;
  }

}

/* ==============================
   FAQ
============================== */

.i_faq {
  position: relative;
  overflow: hidden;
}

.i_faq_list {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--border_color);
}

.i_faq_item {
  border-bottom: 1px solid var(--border_color);
}


/* 问题按钮 */

.i_faq_question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 0.28rem 0;
  border: 0;
  color: var(--i_color);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.i_faq_question>span {
  font-size: 0.19rem;
  font-weight: 500;
  line-height: 1.45;
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


/* 加减图标 */

.faq_icon {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  flex: 0 0 0.4rem;
  border: 1px solid var(--border_color);
  border-radius: 50%;
  transition:
    background 0.4s ease,
    border-color 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq_icon::before,
.faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.14rem;
  height: 1px;
  background: var(--i_color);
  transform: translate(-50%, -50%);
  transition:
    background 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* 回答 */

.i_faq_answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.i_faq_answer_inner {
  padding: 0 0.75rem 0.3rem 0;
}

.i_faq_answer p {
  max-width: 10rem;
  margin: 0;
  color: var(--text-color);
  font-size: 0.14rem;
  line-height: 1.85;
}


/* 展开状态 */

.i_faq_item.active .faq_icon {
  background: var(--i_color);
  border-color: var(--i_color);
  transform: rotate(180deg);
}

.i_faq_item.active .faq_icon::before,
.i_faq_item.active .faq_icon::after {
  background: #fff;
}

.i_faq_item.active .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.i_faq_item.active .i_faq_answer {
  opacity: 1;
}


/* Hover */

.i_faq_question:hover>span {
  transform: translateX(0.05rem);
}

.i_faq_question:hover .faq_icon {
  border-color: var(--i_color);
}


/* 按钮 */

.i_faq_btn {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}


/* ==============================
   Responsive
============================== */

@media screen and (max-width: 768px) {

  .i_faq_question {
    gap: 0.2rem;
    padding: 0.22rem 0;
  }

  .i_faq_question>span {
    font-size: 0.16rem;
  }

  .faq_icon {
    width: 0.36rem;
    height: 0.36rem;
    flex-basis: 0.36rem;
  }

  .i_faq_answer_inner {
    padding: 0 0.55rem 0.24rem 0;
  }

  .i_faq_answer p {
    font-size: 0.13rem;
    line-height: 1.75;
  }

}


@media screen and (max-width: 480px) {

  .i_faq_question>span {
    font-size: 0.15rem;
  }

  .i_faq_answer_inner {
    padding-right: 0;
  }

  .i_faq_btn,
  .i_faq_btn .btn_gold {
    width: 100%;
  }

  .i_faq_btn .btn_gold {
    justify-content: space-between;
  }

}

/* ==========================================================================
   内页
   ========================================================================== */
.in_banner {
  width: 100%;
  position: relative;
}

.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 26.04%;
}

.in_banner .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.in_banner h2 {
  text-transform: capitalize;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}

.in_banner p {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.2rem;
}

.in_banner h2,
.in_banner p {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .in_banner h2 {
    font-size: 0.34rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }

  .in_banner h2 {
    font-size: 0.3rem;
  }

  .in_banner p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }

  .in_banner h2 {
    font-size: 0.26rem;
  }

  .in_banner h2,
  .in_banner p {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .in_banner h2 {
    font-size: 0.2rem;
  }
}

/* Breadcrumb */
.in_position {}

.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}

.in_position a:first-child {
  padding-left: 0.34rem;
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 14px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 13px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */
/* ==============================
   About Floral Jewelry
============================== */

.about_floral {
  position: relative;
  overflow: hidden;
}

.about_floral_box {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 0.7rem;
}


/* ==============================
   Left Image
============================== */

.about_floral_visual {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  overflow: hidden;
  background: var(--bc_color);
}

.about_floral_visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(24, 33, 43, 0) 55%,
      rgba(24, 33, 43, 0.32) 100%);
  pointer-events: none;
}

.about_floral_visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about_floral_box:hover .about_floral_visual img {
  transform: scale(1.025);
}


/* 成立年份 */

.about_floral_visual_text {
  position: absolute;
  right: 0.28rem;
  bottom: 0.28rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 0.12rem;
  color: #fff;
}

.about_floral_visual_text span {
  padding-bottom: 0.05rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.12rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about_floral_visual_text strong {
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 1;
}


/* ==============================
   Right Content
============================== */

.about_floral_content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_floral_content .i_tit {
  max-width: 8.5rem;
  margin-bottom: 0.26rem;
}

.about_floral_content .i_tit h2 {
  max-width: 8.2rem;
}


/* 品牌介绍 */

.about_floral_intro {
  max-width: 9rem;
}

.about_floral_intro p {
  margin: .1rem 0;
  color: var(--text-color);
  font-size: 0.15rem;
  line-height: 1.85;
}


/* ==============================
   Company Data
============================== */

.about_floral_data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0.3rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}

.about_floral_data li {
  position: relative;
  min-width: 0;
}

.about_floral_data li:not(:first-child) {
  padding-left: 0.25rem;
}

.about_floral_data li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--border_color);
}

.about_floral_data strong {
  display: block;
  margin-bottom: 0.08rem;
  color: var(--i_color);
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1;
}

.about_floral_data span {
  display: block;
  color: var(--text-color);
  font-size: 0.12rem;
  line-height: 1.45;
}





/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1200px) {

  .about_floral_box {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 0.45rem;
  }

  .about_floral_visual {
    min-height: 6.7rem;
  }

  .about_floral_data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0;
  }

  .about_floral_data li:nth-child(3) {
    padding-left: 0;
  }

  .about_floral_data li:nth-child(3)::before {
    display: none;
  }

}


@media screen and (max-width: 900px) {

  .about_floral_box {
    grid-template-columns: 1fr;
  }

  .about_floral_visual {
    min-height: 5.5rem;
  }

}


@media screen and (max-width: 600px) {

  .about_floral_visual {
    min-height: 4.2rem;
  }

  .about_floral_data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about_floral_data li {
    padding: 0.08rem 0;
  }

  .about_floral_data li:nth-child(2n) {
    padding-left: 0.18rem;
  }

  .about_floral_data li:nth-child(3) {
    padding-left: 0;
  }



  .about_floral_intro p {
    font-size: 0.13rem;
  }

}

/* ==============================
   About Team
============================== */

.about_team {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}


/* 四列布局 */

.about_team_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* 单个团队卡片 */

.about_team_item {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border_color);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}


/* 图片 */

.about_team_item .img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8ecef;
}

.about_team_item .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(24, 33, 43, 0) 65%,
      rgba(24, 33, 43, 0.08) 100%);
  pointer-events: none;
}

.about_team_item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


/* 文字内容 */

.about_team_item .txt {
  min-height: 2.4rem;
  padding: 0.26rem 0.24rem 0.3rem;
}

.about_team_item h3 {
  position: relative;
  margin: 0 0 0.16rem;
  padding-bottom: 0.15rem;
  color: var(--i_color);
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.about_team_item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.36rem;
  height: 1px;
  background: var(--i_color2);
}

.about_team_item p {
  margin: 0;
  color: var(--text-color);
  font-size: 0.14rem;
  line-height: 1.75;
}


/* 悬停效果 */

.about_team_item:hover {
  border-color: rgba(24, 33, 43, 0.3);
  box-shadow: 0 0.2rem 0.5rem rgba(24, 33, 43, 0.08);
  transform: translateY(-0.05rem);
}

.about_team_item:hover .img img {
  transform: scale(1.04);
}


/* 底部总结 */

.about_team_summary {
  max-width: 10rem;
  margin: 0.42rem auto 0;
  padding-top: 0.28rem;
  border-top: 1px solid var(--border_color);
  text-align: center;
}

.about_team_summary p {
  margin: 0;
  color: var(--text-color);
  font-size: 0.15rem;
  line-height: 1.8;
}


/* ==============================
   Responsive
============================== */

@media screen and (max-width: 1200px) {

  .about_team_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about_team_item .txt {
    min-height: 2.1rem;
  }

}


@media screen and (max-width: 768px) {

  .about_team_list {
    gap: 0.14rem;
  }

  .about_team_item .txt {
    min-height: 2.3rem;
    padding: 0.22rem 0.2rem 0.25rem;
  }

  .about_team_item h3 {
    font-size: 0.18rem;
  }

  .about_team_item p,
  .about_team_summary p {
    font-size: 0.13rem;
    line-height: 1.7;
  }

  .about_team_item:hover {
    transform: none;
  }

}


@media screen and (max-width: 560px) {

  .about_team_list {
    grid-template-columns: 1fr;
  }

  .about_team_item .img {
    aspect-ratio: 16 / 10;
  }

  .about_team_item .txt {
    min-height: auto;
  }

}

/* ==============================
   Our Service
============================== */

.our_service {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.our_service_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* 单项 */

.our_service_item {
  position: relative;
  min-width: 0;
  padding: 0.48rem 0.32rem;
  text-align: center;
}

.our_service_item:not(:last-child) {
  border-right: 1px solid var(--border_color);
}


/* 图标 */

.our_service_item .icon {
  width: 0.66rem;
  height: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.24rem;
  color: var(--i_color);
  border: 1px solid var(--border_color);
  border-radius: 50%;
  background: var(--bc_color);
  transition:
    color 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.our_service_item .icon iconify-icon {
  font-size: 0.28rem;
}


/* 标题 */

.our_service_item h3 {
  min-height: 0.58rem;
  margin: 0 0 0.15rem;
  color: var(--i_color);
  font-size: 0.21rem;
  font-weight: 500;
  line-height: 1.35;
}


/* 正文 */

.our_service_item>p {
  margin: 0;
  color: var(--text-color);
  font-size: 0.14rem;
  line-height: 1.75;
}


/* Hover */

.our_service_item:hover .icon {
  color: #fff;
  background: var(--i_color);
  border-color: var(--i_color);
  transform: translateY(-0.04rem);
}




/* 平板 */

@media screen and (max-width: 1100px) {

  .our_service_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .our_service_item:nth-child(2) {
    border-right: none;
  }

  .our_service_item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border_color);
  }

}


/* 移动端 */

@media screen and (max-width: 600px) {

  .our_service_list {
    grid-template-columns: 1fr;
  }

  .our_service_item {
    padding: 0.34rem 0.2rem;
  }

  .our_service_item,
  .our_service_item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid var(--border_color);
  }

  .our_service_item:last-child {
    border-bottom: none;
  }

  .our_service_item h3 {
    min-height: auto;
    font-size: 0.19rem;
  }

  .our_service_item>p {
    font-size: 0.13rem;
  }

}

/* ==============================
   Customer Reviews
============================== */

.i_reviews {
  position: relative;
  overflow: hidden;
  background: #fff;
}


/* ==============================
   Reviews Grid
============================== */

.i_reviews_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.16rem;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* ==============================
   Review Item
============================== */

.i_review_item {
  min-width: 0;
  min-height: 5.4rem;
  display: flex;
  flex-direction: column;
  padding: 0.25rem;
  overflow: hidden;
  border: 1px solid var(--border_color);
  background: #fff;
  transition:
    border-color 0.35s ease,
    transform 0.35s ease;
}

.i_review_item:hover {
  border-color: rgba(24, 33, 43, 0.38);
  transform: translateY(-0.04rem);
}


/* ==============================
   Customer Name & Country
============================== */

.i_review_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
  margin-bottom: 0.12rem;
}

.i_review_head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--i_color);
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country_code {
  flex: 0 0 auto;
  color: var(--i_color2);
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* ==============================
   Review Stars
============================== */

.i_review_stars {
  margin-bottom: 0.16rem;
  color: var(--i_color2);
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.07em;
}


/* ==============================
   Review Content
============================== */

.i_review_text {
  flex: 1;
  padding-top: 0.18rem;
  border-top: 1px solid var(--border_color);
}

.i_review_text p {
  margin: 0;
  color: var(--text-color);
  font-size: 0.13rem;
  line-height: 1.75;
}


/* ==============================
   Review Image
============================== */

.i_review_gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-top: 0.25rem;
  overflow: hidden;
  background: #f7f7f7;
}

.i_review_gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.i_review_item:hover .i_review_gallery img {
  transform: scale(1.045);
}


/* ==============================
   Large Desktop
============================== */

@media screen and (max-width: 1600px) {

  .i_reviews_list {
    gap: 0.14rem;
  }

  .i_review_item {
    min-height: 5.2rem;
    padding: 0.22rem;
  }

  .i_review_head strong {
    font-size: 0.17rem;
  }

  .i_review_text p {
    font-size: 0.125rem;
  }

}




@media screen and (max-width: 1400px) {

  .i_reviews_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.18rem;
  }

  .i_review_item {
    min-height: 5rem;
  }

}


/* ==============================
   Tablet
============================== */

@media screen and (max-width: 900px) {

  .i_reviews_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.16rem;
  }

  .i_review_item {
    min-height: auto;
  }

  .i_review_text p {
    font-size: 0.13rem;
  }

}


/* ==============================
   Mobile
============================== */

@media screen and (max-width: 600px) {

  .i_reviews_list {
    grid-template-columns: 1fr;
    gap: 0.14rem;
  }

  .i_review_item {
    min-height: auto;
    padding: 0.2rem;
  }

  .i_review_item:hover {
    transform: none;
  }

  .i_review_head {
    margin-bottom: 0.1rem;
  }

  .i_review_head strong {
    font-size: 0.17rem;
  }

  .country_code {
    font-size: 0.105rem;
  }

  .i_review_stars {
    margin-bottom: 0.13rem;
  }

  .i_review_text {
    padding-top: 0.15rem;
  }

  .i_review_text p {
    font-size: 0.13rem;
    line-height: 1.7;
  }

  .i_review_gallery {
    aspect-ratio: 4 / 5;
    margin-top: 0.2rem;
  }

}


/* ==============================
   Small Mobile
============================== */

@media screen and (max-width: 400px) {

  .i_review_item {
    padding: 0.18rem;
  }

  .i_review_head strong {
    font-size: 0.16rem;
  }

  .i_review_text p {
    font-size: 0.125rem;
  }

}

.i_new_list {
  position: relative;
  overflow: hidden;
}

.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_new_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}

.i_new_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}

.i_new_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_new_list p {
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  text-align: center;
  padding: 0.2rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.i_new_list .img,
.i_new_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_new_list li:hover img {
  width: 111%;
  height: 111%;
}

.i_new_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}

.i_new-prev,
.i_new-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 50%;
}

.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}

.i_new-prev:hover,
.i_new-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}

.i_new-pagination {
  display: none;
  text-align: center;
}

.i_new-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.i_new-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_new-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.i_new-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .i_new_list h6 {
    font-size: 0.22rem;
  }

  .i_new_list p {
    font-size: 0.14rem;
  }

  .i_new_list .txt {
    padding: 0 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_new_list p {
    padding: 0.12rem 0;
  }

  .i_new-prev,
  .i_new-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}

/* ==========================================================================
   产品详情页
   ========================================================================== */

.pd_det_cont {
  background: url(static/images/bc_pd_cont.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;
  overflow: hidden;
}

.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}

.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}

.in_grid_list {
  height: 100%;
  overflow: hidden;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}

.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ingrid-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}

/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}

.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}

.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}

.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}

.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
}

.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.ingrid-button-next {
  left: initial;
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.pd_det_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pd_gallery {
  width: 44%;
  position: relative;
}

.pd_det {
  width: 49%;
  position: relative;
  z-index: 10;
}

.pd_det>h1 {
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pd_det>h1 {
    font-size: 0.22rem;
  }
}

.pd_det>h6 {
  display: table;
  font-size: 0.2rem;
  color: #333;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--i_color);
}

.p_brief {
  font-size: 0.18rem;
  padding: 0.16rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}

.p_brief p {
  margin: 8px 0;
}

.pd_det .min {
  font-size: 0.16rem;
  color: #333;
  margin: 0.16rem 0;
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}

.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}

.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}

.pd_share iconify-icon {
  font-size: 0.24rem;
}

.pd_share a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 959px) {
  .pd_gallery {
    width: 100%;
  }

  .pd_det {
    width: 100%;
    margin-top: 0.3rem;
  }

  .p_brief {
    font-size: 0.16rem;
  }
}


.pd_tit {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pd_tit h4 {
  display: flex;
  align-items: center;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--i_color);
  margin: 0;
  line-height: 1.2;
}

.pd_tit h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: var(--i_color);
  margin-right: 15px;
}

.pd_content article {
  color: #333;
  font-size: 0.18rem;
  line-height: 150%;
}

.pd_content article h2,
.pd_content article h2 * {
  font-size: 0.24rem;
  font-weight: 400;
  margin: 0.2rem 0 0.1rem;
}

.pd_content article img,
.pd_content article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1024px) {

  .pd_content article h2,
  .pd_content article h2 * {
    font-size: 0.2rem;
  }
}

.r_product {
  background: url(static/images/bc_contact_form.webp) no-repeat center;
  background-size: cover;
}

.rp {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}

.rp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.rp-button-prev,
.rp-button-next {
  border: 1px solid #666;
  font-size: 0.18rem;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rp-button-prev:hover,
.rp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}

.rp-button-prev {
  left: 0;
}

.rp-button-next {
  right: 0;
}

.rp-pagination {
  text-align: center;
}

.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}


#zoom-window-target {
  position: absolute;
  top: 0;
  right: -450px;
  width: 400px;
  height: 400px;
  z-index: 99;
}

.drift-pane {
  z-index: 9999;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: none;
}

.drift-bounding-box {
  background-color: rgba(0,
      0,
      0,
      0.3) !important;
  /* 调整透明度，0.3 更有辨识度 */
  position: absolute !important;
  /* 必须是绝对定位 */
  z-index: 100 !important;
  /* 确保它在 Swiper 容器之上 */
  cursor: crosshair;
  /* 增加工业绘图感的鼠标样式 */
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  /* 可选：加一个淡淡的白边，在深色产品图上更明显 */
}

/* 解决定位问题：确保 show_box 是相对定位 */
.in_grid_show_box {
  position: relative;
}

/* 响应式：移动端关闭漂浮窗口，建议直接用原生缩放 */
@media (max-width: 768px) {
  .drift-pane {
    display: none !important;
  }
}

/* ==========================================================================
   产品列表页
   ========================================================================== */

.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}

.p_nav .tit h5 {
  font-size: 0.24rem;
}

.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }

  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}

.p_menu_list li {
  position: relative;
}

.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.14rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}

.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}

.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list>li:hover>a,
.p_menu_list>li.active>a {
  color: var(--i_color);
}

.p_menu_list>li.active>a {
  font-weight: bold;
}

.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}

.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}

.p_menu_list ul ul li a {
  color: #333;
  padding-left: 40px;
}

.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_menu_list>li:hover>span,
.p_menu_list>li.active>span {
  color: var(--i_color);
}

.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}

.p_nav .img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_menu_list li a {
    padding: 0.1rem;
    font-size: 14px;
  }

  .p_menu_list ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .p_nav {
    max-height: 300px;
    overflow-y: auto;
  }

  .p_nav .tit {
    display: none;
  }
}

.in_c_name h1 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h1 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_c_name h1 {
    font-size: 0.22rem;
  }
}

.in_c_name article {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}

.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

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

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

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

  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 560px) {
  .in_c_name article {
    line-height: 20px;
    max-height: calc(20px * 8);
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}

.in_p_r a {
  position: relative;
}

.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}

.in_p_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }

  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}

.in_p_list>a {
  display: block;
  width: 100%;
}

.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}

.in_p_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}

.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_p_list li:hover .img {
  border-color: var(--i_color);
}

.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list li:hover h6 {
  color: var(--i_color);
}

.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}

@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}

@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }

  .in_p_list p {
    font-size: 13px;
  }
}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}


/* -----------------news------------------------ */
.new_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.new_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.3rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_menu .curr a,
.new_menu a:hover {
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .new_menu a {
    padding: 8px 0.2rem;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .new_menu a {
    font-size: 0.14rem;
  }
}

.in_n_list li {
  background: var(--bc_color);
  margin-bottom: 0.5rem;
}

.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  border-radius: 0.2rem;
  padding: 0.3rem;
}

.in_n_list .img {
  width: 28%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  border: 1px solid var(--border_color);
  background: #fff;
}

.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}

.in_n_list .img img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_n_list .txt {
  width: 70%;
}

.in_n_list h6 {
  font-size: 0.24rem;
}

.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}

.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  color: #666;
}

.in_n_list span i {
  font-size: 0.16rem;
}

.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_n_list a:hover img {
  width: 100%;
  height: 100%;
}

.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}

.in_n_list a:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }

  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }

  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
}


/* ==========================================================================
   contact
   ========================================================================== */
.contact {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.c_info {
  width: 42%;
}

.c_form {
  width: 54%;
  background: var(--bc_color);
  padding: 0.4rem 0.6rem;
}

.c_info h4 {
  font-size: 0.28rem;
  color: var(--i_color);
  font-weight: 400;
}

.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}

.c_list .ico {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 2px;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}

.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}

.c_list .info {
  width: calc(100% - 0.78rem);
}

.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
}

.c_list .info a,
.c_list .info p {
  display: block;
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}

.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c_list li:hover {
  border-color: var(--i_color);
}

.c_list li:hover .ico {
  background: var(--i_color);
}

.c_list li:hover .ico iconify-icon {
  color: #fff;
}

.c_info .f_media iconify-icon {
  color: #d1d1d1;
}

.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}

.c_form .i_tit>h2 {
  font-size: 0.3rem;
}

@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.2rem;
  }

  .c_form {
    padding: 0.2rem 0.3rem;
  }

  .c_form .i_tit>h2 {
    font-size: 0.22rem;
  }

  .c_list .ico iconify-icon {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {

  .c_info,
  .c_form {
    width: 100%;
  }

  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }

  .c_form {
    padding: 0.1rem;
  }

  .c_list .ico iconify-icon {
    font-size: 0.24rem;
  }
}

/* 社交媒体 */
.c_media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.c_media a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  color: #222;
  background-color: #fff;
  transition: all 0.35s ease;
}

.c_media a iconify-icon {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.35s ease;
}

.c_media a:hover {
  color: #fff;
  background-color: var(--i_color2);
  border-color: var(--i_color2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.c_media a:hover iconify-icon {
  transform: scale(1.08);
}

.c_media a:focus-visible {
  outline: 2px solid var(--i_color2);
  outline-offset: 3px;
}

/* 移动端 */
@media screen and (max-width: 767px) {
  .c_media {
    gap: 10px;
  }

  .c_media a {
    width: 38px;
    height: 38px;
  }

  .c_media a iconify-icon {
    font-size: 18px;
  }
}

#wpforms-68 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

#wpforms-68 {
  margin: 0;
  padding: 0;
}

#wpforms-form-68 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wpforms-68 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}

#wpforms-68 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}

#wpforms-68 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}

#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#wpforms-68 .wpforms-field-container>div {
  width: 100%;
}

@media screen and (min-width: 769px) {

  #wpforms-68 .wpforms-field-container>div:first-child,
  #wpforms-68 .wpforms-field-container>div:nth-child(2) {
    width: 49%;
  }
}

#wpforms-68 .wpforms-field-container input,
#wpforms-68 textarea,
#wpforms-68 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid var(--border_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

#wpforms-68 input {
  line-height: var(--input_height);
}

#wpforms-68 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}

#wpforms-68 input::-webkit-input-placeholder,
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}

#wpforms-68 input::-moz-placeholder,
#wpforms-68 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}

#wpforms-68 input::-ms-input-placeholder,
#wpforms-68 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}

#wpforms-68-field_1-error,
#wpforms-68-field_2-error,
#wpforms-68-field_3-error,
#wpforms-68-field_4-error,
#wpforms-68-field_5-error,
#wpforms-68-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-68 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}

#wpforms-68 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px auto 0;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wpforms-68 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}

#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}

.map {
  position: relative;
  overflow: hidden;
}

.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}

.map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* ==========================================================================
   定制
   ========================================================================== */
.jewelry-strengths {
  padding: 80px 0;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.strength-item {
  min-height: 310px;
  padding: 55px 30px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #f6f6f8;
  border: 1px solid transparent;
  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.strength-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.strength-title iconify-icon {
  flex-shrink: 0;
  font-size: 31px;
  color: #777;
}

.strength-title h3 {
  margin: 0;
  color: #707070;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 600;
}

.strength-item p {
  max-width: 270px;
  margin: 0 auto;
  color: #151515;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.strength-item:hover {
  background: #fff;
  border-color: #dedede;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

/* 平板：一排两列 */
@media screen and (max-width: 1024px) {
  .strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-item {
    min-height: 270px;
  }
}

/* 手机：一排一列 */
@media screen and (max-width: 600px) {
  .jewelry-strengths {
    padding: 50px 0;
  }

  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .strength-item {
    min-height: 220px;
    padding: 40px 25px;
  }

  .strength-title h3 {
    font-size: 25px;
  }

  .strength-title iconify-icon {
    font-size: 27px;
  }

  .strength-item p {
    font-size: 17px;
  }
}

.jewelry-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.jewelry-service-item {
  overflow: hidden;
  background: #f7f7f7;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.service-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eee;
}

.service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-content {
  position: relative;
  min-height: 410px;
  padding: 38px 34px 35px;
}



.service-content h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  padding-right: 55px;
  color: #171717;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 500;
}

.service-content>p {
  margin: 0 0 25px;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.service-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-content li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

.service-content li iconify-icon {
  flex-shrink: 0;
  color: var(--i_color);
  font-size: 19px;
}

.service-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.jewelry-service-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.jewelry-service-item:hover .service-image img {
  transform: scale(1.05);
}

/* 平板 */
@media screen and (max-width: 1024px) {
  .jewelry-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-content {
    min-height: 390px;
  }
}

/* 手机 */
@media screen and (max-width: 767px) {
  .jewelry-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-content {
    min-height: auto;
    padding: 30px 24px;
  }

  .service-content h3 {
    font-size: 23px;
  }


}

@media screen and (max-width: 480px) {
  .service-content ul {
    grid-template-columns: 1fr;
  }
}

.v_cont {
  position: relative;
  overflow: hidden;
}

.v_cont::before {
  content: "";
  display: block;
  padding-bottom: 37%;
}

.v_cont video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 560px) {
  .v_cont::before {
    padding-bottom: 70%;
  }
}

.play-button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}

.play-button:hover {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.play-button.hidden {
  display: none;
}

/* 播放图标 */
.play-button::before {
  content: '▶';
  margin-left: 5px;
}

@media screen and (max-width:560px) {
  .play-button {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

.about_story {
  overflow: hidden;
  background: #fff;
}

.about_story_box {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 80px;
  align-items: start;
}

/* 左侧图片 */
.about_story_visual {
  position: sticky;
  top: 110px;
  min-height: 720px;
}

.about_story_img {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.about_story_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about_story_img_large {
  width: 84%;
  height: 560px;
}

.about_story_img_small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 310px;
  border: 10px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.about_story_img:hover img {
  transform: scale(1.04);
}

.story_image_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 45px 28px 24px;
  color: #fff;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.72),
      rgba(0, 0, 0, 0));
}

.story_image_text strong,
.story_image_text span {
  display: block;
}

.story_image_text strong {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
}

.story_image_text span {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.88;
}

/* 右侧时间轴 */
.about_story_timeline {
  position: relative;
}

.about_story_timeline::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 25px;
  left: 24px;
  width: 1px;
  background: var(--border_color);
}

.story_timeline_item {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 52px;
}

.story_timeline_item:last-child {
  padding-bottom: 0;
}

.story_timeline_marker {
  position: relative;
  z-index: 2;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border_color);
  border-radius: 50%;
  color: var(--i_color);
  background: #fff;
}

.story_timeline_marker span {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.story_timeline_content {
  padding: 3px 0 0;
}

.story_timeline_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.story_stage {
  color: var(--i_color);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story_timeline_head time {
  flex-shrink: 0;
  color: #999;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.story_timeline_content h3 {
  margin: 0 0 14px;
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}

.story_timeline_content p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.85;
}

/* 底部品牌宣言 */
.about_story_quote {
  margin-top: 75px;
  padding: 38px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #ddd7d1;
  border-bottom: 1px solid #ddd7d1;
}

.about_story_quote span {
  max-width: 610px;
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

.about_story_quote strong {
  color: #2a2521;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
}

/* 平板 */
@media screen and (max-width: 1100px) {
  .about_story_box {
    gap: 45px;
  }

  .about_story_visual {
    min-height: 650px;
  }

  .about_story_img_large {
    width: 88%;
    height: 500px;
  }

  .about_story_img_small {
    width: 62%;
    height: 280px;
  }

  .story_timeline_content h3 {
    font-size: 24px;
  }
}

/* 移动端 */
@media screen and (max-width: 900px) {
  .about_story_box {
    grid-template-columns: 1fr;
  }

  .about_story_visual {
    position: relative;
    top: auto;
    min-height: 600px;
  }

  .about_story_img_large {
    width: 82%;
    height: 470px;
  }

  .about_story_img_small {
    width: 55%;
    height: 280px;
  }

  .about_story_quote {
    flex-direction: column;
    align-items: flex-start;
  }

  .about_story_quote strong {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .about_story_visual {
    min-height: auto;
    display: grid;
    gap: 15px;
  }

  .about_story_img_large,
  .about_story_img_small {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    border: 0;
  }

  .about_story_img_small {
    height: 260px;
    box-shadow: none;
  }

  .about_story_timeline {
    margin-top: 10px;
  }

  .about_story_timeline::before {
    left: 19px;
  }

  .story_timeline_item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 40px;
  }

  .story_timeline_marker {
    width: 39px;
    height: 39px;
  }

  .story_timeline_marker span {
    font-size: 11px;
  }

  .story_timeline_head {
    display: block;
  }

  .story_timeline_head time {
    display: block;
    margin-top: 7px;
  }

  .story_timeline_content h3 {
    font-size: 22px;
  }

  .about_story_quote {
    margin-top: 50px;
    padding: 28px 0;
  }

  .about_story_quote strong {
    font-size: 21px;
  }
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

/* ==========================================================================
   B2B interior pages: Custom Design and About Us
   ========================================================================== */
.b2b-page {
  --b2b-ink: #18212b;
  --b2b-muted: #5f6c77;
  --b2b-line: #dce4e8;
  --b2b-surface: #f4f7f8;
  --b2b-accent: #1d718c;
  color: var(--b2b-ink);
}

.b2b-page .b2b-inner-banner .img::before {
  background: linear-gradient(90deg, rgba(9, 24, 32, .8) 0%, rgba(9, 24, 32, .42) 47%, rgba(9, 24, 32, .08) 100%);
}

.b2b-page .b2b-inner-banner .wrap {
  max-width: 1400px;
}

.b2b-page .b2b-inner-banner h1,
.b2b-page .b2b-inner-banner h2 {
  width: min(760px, 70%);
  margin: 12px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.05vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.02em;
  text-transform: none;
}

.b2b-page .b2b-inner-banner .wrap > p:last-child {
  width: min(650px, 65%);
  margin-top: 22px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.65;
}

.b2b-eyebrow {
  margin: 0;
  color: var(--b2b-accent);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.b2b-inner-banner .b2b-eyebrow {
  color: #b9e5f3;
}

.b2b-main {
  overflow: hidden;
}

.b2b-intro {
  padding: 104px 0 92px;
}

.b2b-intro-grid,
.b2b-specification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  gap: clamp(48px, 7vw, 125px);
}

.b2b-intro-grid-reverse {
  grid-template-columns: minmax(360px, .94fr) minmax(0, 1.06fr);
}

.b2b-intro-copy h2,
.b2b-section-heading h2,
.b2b-specification-copy h2,
.b2b-project-cta h2 {
  margin: 14px 0 0;
  color: var(--b2b-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 53px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.b2b-intro-copy > p:not(.b2b-eyebrow),
.b2b-section-heading > p:not(.b2b-eyebrow),
.b2b-specification-copy > p:not(.b2b-eyebrow) {
  margin: 22px 0 0;
  color: var(--b2b-muted);
  font-size: 16px;
  line-height: 1.8;
}

.b2b-intro-copy > p:not(.b2b-eyebrow) + p:not(.b2b-eyebrow) {
  margin-top: 15px;
}

.b2b-intro-media,
.b2b-specification-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e8eef0;
}

.b2b-intro-media::after,
.b2b-specification-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, .24);
}

.b2b-intro-media {
  aspect-ratio: 1 / .79;
}

.b2b-specification-media {
  aspect-ratio: 1 / .86;
}

.b2b-intro-media img,
.b2b-specification-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.b2b-intro-grid-reverse .b2b-intro-media {
  aspect-ratio: 1 / .69;
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.b2b-stat-strip {
  padding: 34px 0;
  background: var(--b2b-ink);
}

.b2b-stat-strip ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-stat-strip li {
  min-height: 78px;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.b2b-stat-strip li:first-child {
  padding-left: 0;
  border-left: 0;
}

.b2b-stat-strip strong,
.b2b-stat-strip span {
  display: block;
}

.b2b-stat-strip strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.35;
}

.b2b-stat-strip span {
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}

.b2b-section {
  padding: 110px 0;
}

.b2b-section-heading {
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}

.b2b-section-heading-left {
  margin-left: 0;
  text-align: left;
}

.b2b-section-heading > p:not(.b2b-eyebrow) {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}

.b2b-section-heading-left > p:not(.b2b-eyebrow) {
  margin-left: 0;
}

.b2b-process-section {
  border-bottom: 1px solid var(--b2b-line);
}

.b2b-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--b2b-line);
  border-left: 1px solid var(--b2b-line);
}

.b2b-process-grid li {
  min-height: 278px;
  padding: 31px 29px 28px;
  border-right: 1px solid var(--b2b-line);
  border-bottom: 1px solid var(--b2b-line);
}

.b2b-process-grid span,
.b2b-team-grid span {
  color: var(--b2b-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
}

.b2b-process-grid h3,
.b2b-capabilities-grid h3,
.b2b-team-grid h3 {
  margin: 42px 0 0;
  color: var(--b2b-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
}

.b2b-process-grid p,
.b2b-capabilities-grid p,
.b2b-team-grid p {
  margin: 15px 0 0;
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.72;
}

.b2b-capabilities-section {
  background: var(--b2b-surface);
}

.b2b-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.b2b-capabilities-grid article {
  min-height: 253px;
  padding: 32px 28px 28px;
  background: #fff;
  border: 1px solid rgba(24, 33, 43, .08);
}

.b2b-capabilities-grid iconify-icon {
  color: var(--b2b-accent);
  font-size: 34px;
}

.b2b-capabilities-grid h3 {
  margin-top: 34px;
}

.b2b-specification-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.b2b-specification-copy {
  max-width: 540px;
}

.b2b-check-list {
  display: grid;
  gap: 13px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.b2b-check-list li {
  position: relative;
  padding-left: 25px;
  color: var(--b2b-ink);
  font-size: 15px;
  line-height: 1.55;
}

.b2b-check-list li::before {
  position: absolute;
  top: .46em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--b2b-accent);
  content: "";
}

.b2b-team-section {
  border-bottom: 1px solid var(--b2b-line);
}

.b2b-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.b2b-team-grid article {
  background: #fff;
  border: 1px solid var(--b2b-line);
}

.b2b-team-grid img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  display: block;
  object-fit: cover;
}

.b2b-team-grid article > div {
  padding: 24px 23px 28px;
}

.b2b-team-grid h3 {
  margin-top: 26px;
}

.b2b-faq-section {
  padding-top: 100px;
  padding-bottom: 112px;
  background: #fff;
}

.b2b-faq-list {
  border-top: 1px solid var(--b2b-line);
}

.b2b-faq-list details {
  border-bottom: 1px solid var(--b2b-line);
}

.b2b-faq-list summary {
  position: relative;
  padding: 25px 60px 25px 0;
  color: var(--b2b-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.b2b-faq-list summary::-webkit-details-marker {
  display: none;
}

.b2b-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--b2b-accent);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  transform: translateY(-50%);
}

.b2b-faq-list details[open] summary::after {
  content: "−";
}

.b2b-faq-list p {
  max-width: 860px;
  margin: -4px 0 25px;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.8;
}

.b2b-project-cta {
  padding: 62px 0;
  background: var(--b2b-accent);
}

.b2b-project-cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.b2b-project-cta > .wrap > div {
  max-width: 850px;
}

.b2b-project-cta .b2b-eyebrow {
  color: #d4f0f8;
}

.b2b-project-cta h2 {
  max-width: 760px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(30px, 2.35vw, 45px);
}

.b2b-project-cta p:not(.b2b-eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.75;
}

.b2b-project-cta .btn_gold {
  flex: 0 0 auto;
  background: #fff;
  border-color: #fff;
  color: var(--b2b-ink);
}

.b2b-project-cta .btn_gold:hover {
  background: var(--b2b-ink);
  border-color: var(--b2b-ink);
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .b2b-intro,
  .b2b-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .b2b-specification-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .b2b-intro-grid,
  .b2b-intro-grid-reverse,
  .b2b-specification-grid {
    gap: 52px;
  }

  .b2b-capabilities-grid,
  .b2b-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-stat-strip li {
    padding-right: 18px;
    padding-left: 18px;
  }

  .b2b-process-grid li {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 780px) {
  .b2b-page .b2b-inner-banner .img::after {
    padding-bottom: 66%;
  }

  .b2b-page .b2b-inner-banner .img::before {
    background: linear-gradient(90deg, rgba(9, 24, 32, .78), rgba(9, 24, 32, .27));
  }

  .b2b-page .b2b-inner-banner .wrap {
    top: 50%;
  }

  .b2b-page .b2b-inner-banner h1,
  .b2b-page .b2b-inner-banner h2,
  .b2b-page .b2b-inner-banner .wrap > p:last-child {
    width: 100%;
  }

  .b2b-page .b2b-inner-banner h1,
  .b2b-page .b2b-inner-banner h2 {
    font-size: clamp(31px, 8.2vw, 45px);
  }

  .b2b-page .b2b-inner-banner .wrap > p:last-child {
    margin-top: 16px;
    font-size: 15px;
  }

  .b2b-intro,
  .b2b-section,
  .b2b-specification-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .b2b-intro-grid,
  .b2b-intro-grid-reverse,
  .b2b-specification-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .b2b-intro-grid-reverse .b2b-intro-media {
    order: 2;
  }

  .b2b-intro-copy h2,
  .b2b-section-heading h2,
  .b2b-specification-copy h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .b2b-section-heading {
    margin-bottom: 37px;
  }

  .b2b-stat-strip {
    padding: 0;
  }

  .b2b-stat-strip ul,
  .b2b-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-stat-strip li,
  .b2b-stat-strip li:first-child {
    min-height: 115px;
    padding: 25px 18px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 1px solid rgba(255, 255, 255, .16);
  }

  .b2b-stat-strip li:nth-child(odd) {
    border-left: 0;
  }

  .b2b-process-grid li {
    min-height: 235px;
  }

  .b2b-process-grid h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .b2b-capabilities-grid,
  .b2b-team-grid {
    grid-template-columns: 1fr;
  }

  .b2b-team-grid article {
    display: grid;
    grid-template-columns: minmax(145px, .7fr) minmax(0, 1fr);
  }

  .b2b-team-grid img {
    height: 100%;
    aspect-ratio: auto;
  }

  .b2b-project-cta {
    padding: 55px 0;
  }

  .b2b-project-cta .wrap {
    display: block;
  }

  .b2b-project-cta .btn_gold {
    margin-top: 28px;
  }
}

@media screen and (max-width: 480px) {
  .b2b-page .b2b-inner-banner .img::after {
    padding-bottom: 82%;
  }

  .b2b-page .b2b-inner-banner h1,
  .b2b-page .b2b-inner-banner h2 {
    font-size: 30px;
  }

  .b2b-intro-copy > p:not(.b2b-eyebrow),
  .b2b-section-heading > p:not(.b2b-eyebrow),
  .b2b-specification-copy > p:not(.b2b-eyebrow) {
    font-size: 15px;
  }

  .b2b-stat-strip ul,
  .b2b-process-grid {
    grid-template-columns: 1fr;
  }

  .b2b-stat-strip li,
  .b2b-stat-strip li:first-child,
  .b2b-stat-strip li:nth-child(odd) {
    min-height: auto;
    border-left: 0;
  }

  .b2b-process-grid li {
    min-height: auto;
  }

  .b2b-team-grid article {
    display: block;
  }

  .b2b-team-grid img {
    height: auto;
    aspect-ratio: 1.15 / 1;
  }

  .b2b-faq-list summary {
    padding-right: 42px;
    font-size: 16px;
  }

  .b2b-project-cta h2 {
    font-size: 30px;
  }

  .b2b-page .b2b-actions .btn_gold,
  .b2b-page .b2b-project-cta .btn_gold {
    width: 100%;
  }
}

/* ==========================================================================
   B2B product catalogue, product specifications and enquiry pages
   ========================================================================== */
.b2b-product-kicker {
  margin: 0;
  color: #1d718c;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.b2b-catalog-banner .img::before,
.b2b-contact-banner .img::before {
  background: linear-gradient(90deg, rgba(9, 24, 32, .8) 0%, rgba(9, 24, 32, .38) 55%, rgba(9, 24, 32, .08) 100%);
}

.b2b-catalog-banner .wrap,
.b2b-contact-banner .wrap {
  max-width: 1400px;
}

.b2b-catalog-banner .b2b-product-kicker,
.b2b-contact-banner .b2b-product-kicker {
  color: #b9e5f3;
}

.b2b-catalog-banner h1,
.b2b-contact-banner h1 {
  width: min(760px, 70%);
  margin: 13px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.05vw, 62px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-transform: none;
}

.b2b-catalog-banner .wrap > p:last-child,
.b2b-contact-banner .wrap > p:last-child {
  width: min(650px, 65%);
  margin-top: 20px;
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  line-height: 1.65;
}

.b2b-catalog-heading h2 {
  margin: 12px 0 0;
  color: #18212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.14;
}

.b2b-catalog-heading article {
  max-width: 770px;
  margin-top: 18px;
}

.b2b-catalog-helper {
  max-width: 770px;
  margin: 14px 0 28px;
  padding: 14px 17px;
  border-left: 3px solid #1d718c;
  background: #f4f7f8;
  color: #53626d;
  font-size: 14px;
  line-height: 1.65;
}

.b2b-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 10%;
  color: #1d718c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
}

.b2b-card-link i {
  font-size: 16px;
  font-style: normal;
  transition: transform .2s ease;
}

.in_p_list li:hover .b2b-card-link i {
  transform: translateX(4px);
}

.pd_det_cont .wrap {
  align-items: flex-start;
}

.pd_det {
  padding-top: 4px;
}

.pd_det > h1 {
  margin-top: 12px;
  color: #18212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.35vw, 48px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.pd_det .p_brief {
  margin-top: 22px;
  padding: 0 0 20px;
  border-top: 0;
  border-bottom: 1px solid #dce4e8;
  color: #53626d;
  font-size: 15px;
  line-height: 1.75;
}

.pd_det .p_brief p {
  margin: 0;
}

.detail_cont .b2b-product-notes {
  max-width: 930px;
}

.detail_cont .b2b-product-notes > p {
  margin: 0;
  color: #53626d;
  font-size: 16px;
  line-height: 1.82;
}

.detail_cont .b2b-product-notes > p + p {
  margin-top: 22px;
}

.detail_cont .b2b-product-notes ul {
  display: grid;
  gap: 13px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.detail_cont .b2b-product-notes li {
  position: relative;
  padding: 15px 18px 15px 38px;
  border-left: 2px solid #1d718c;
  background: #f6f9fa;
  color: #53626d;
  font-size: 15px;
  line-height: 1.72;
}

.detail_cont .b2b-product-notes li::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1d718c;
  content: "";
}

.detail_cont .b2b-product-notes strong {
  color: #18212b;
}

.b2b-product-specs {
  margin-top: 24px;
  padding: 23px 0 0;
  border-top: 1px solid #dce4e8;
}

.b2b-product-specs-heading h2 {
  margin: 7px 0 0;
  color: #18212b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.b2b-product-specs-heading > p:last-child {
  margin: 8px 0 0;
  color: #62717b;
  font-size: 13px;
  line-height: 1.6;
}

.b2b-product-spec-list {
  margin-top: 20px;
  border-top: 1px solid #e4eaed;
}

.b2b-product-spec-row {
  display: grid;
  grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e4eaed;
}

.b2b-product-spec-label {
  padding-top: 7px;
  color: #18212b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.b2b-product-spec-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-product-spec-row li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #dbe3e6;
  border-radius: 2px;
  background: #f8fafb;
  color: #384650;
  font-size: 12px;
  line-height: 1.3;
}

.b2b-product-spec-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 0 0;
  color: #65737d;
  font-size: 12px;
  line-height: 1.6;
}

.b2b-product-spec-note iconify-icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #1d718c;
  font-size: 16px;
}

.pd_det .row_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pd_det .row_btn .btn_gold,
.pd_det .row_btn .btn_line {
  min-width: 210px;
  height: 50px;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: .045em;
}

.pd_det .row_btn .btn_gold {
  background: #18212b;
  border-color: #18212b;
}

.pd_det .row_btn .btn_gold:hover {
  background: #1d718c;
  border-color: #1d718c;
}

.pd_det .row_btn .btn_line {
  border-color: #18212b;
  color: #18212b;
}

.pd_det .row_btn .btn_line:hover {
  background: #18212b;
  color: #fff;
}

.b2b-contact-intro {
  max-width: 600px;
  margin: 18px 0 12px;
  color: #5d6b76;
  font-size: 16px;
  line-height: 1.75;
}

.b2b-insights-banner .img::before {
  background: linear-gradient(90deg, rgba(9, 24, 32, .82) 0%, rgba(9, 24, 32, .45) 55%, rgba(9, 24, 32, .12) 100%);
}

.b2b-insights-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 42px auto 0;
}

.b2b-insights-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #dbe3e6;
  color: #40505b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.3;
  text-transform: uppercase;
}

.b2b-insights-menu a:hover {
  border-color: #1d718c;
  background: #1d718c;
  color: #fff;
}

.c_info > h1 {
  margin: 11px 0 0;
  color: #18212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.75vw, 47px);
  font-weight: 500;
  line-height: 1.14;
}

.c_form .i_tit > h2 {
  color: #18212b;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.c_form .i_tit > p {
  max-width: 580px;
  color: #5f6d76;
  font-size: 14px;
  line-height: 1.65;
}

@media screen and (max-width: 780px) {
  .b2b-catalog-banner .img::after,
  .b2b-contact-banner .img::after {
    padding-bottom: 68%;
  }

  .b2b-catalog-banner .wrap,
  .b2b-contact-banner .wrap {
    top: 50%;
  }

  .b2b-catalog-banner h1,
  .b2b-contact-banner h1,
  .b2b-catalog-banner .wrap > p:last-child,
  .b2b-contact-banner .wrap > p:last-child {
    width: 100%;
  }

  .b2b-catalog-banner h1,
  .b2b-contact-banner h1 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .b2b-catalog-banner .wrap > p:last-child,
  .b2b-contact-banner .wrap > p:last-child {
    margin-top: 14px;
    font-size: 15px;
  }

  .b2b-product-spec-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .b2b-product-spec-label {
    padding-top: 0;
  }

  .pd_det .row_btn .btn_gold,
  .pd_det .row_btn .btn_line {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .b2b-catalog-banner .img::after,
  .b2b-contact-banner .img::after {
    padding-bottom: 86%;
  }

  .b2b-catalog-banner h1,
  .b2b-contact-banner h1,
  .c_info > h1 {
    font-size: 30px;
  }

  .b2b-product-spec-row li {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 11px;
  }
}
