/*
Theme Name: glorymedals
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: 87.5%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  padding-left: 6.25%;
}

.wrap_r {
  padding-right: 6.25%;
}

:root {
  --i_color: #C9962B;
  --i_color2: #0F1114;
  --bc_color: #F5F7FA;
  --text_color: #AEB4BC;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --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 0px 4px #ddd
}

.pre_head {
  background-color: var(--i_color2);
  position: relative;
}

@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_l {
  display: flex;
}

.pre_l a {
  color: #fff;
  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: #fff;
}

.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 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.7rem;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 18px;
    color: var(--i_color2);
    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: 1440px) {
  .i_nav>li>a {
    font-size: 17px;
  }
}

@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;
  overflow: hidden;
}

.i_tit>h4 {
  font-size: 0.3rem;
  color: var(--i_color2);
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.i_tit>p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  width: 70%;
  line-height: 170%;
}

.i_tit.center {
  text-align: center;
}

.i_tit.center p {
  width: 70%;
  margin: 0.1rem auto;
}

.i_tit.white>h4 {
  color: #fff;
}

.i_tit.white>p {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .i_tit>h4 {
    font-size: 0.24rem;
  }

  .i_tit>p {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .i_tit>h4 {
    font-size: 0.22rem;
  }

  .i_tit>h4::after {
    width: 8px;
    height: 8px;
  }
}

.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.i_more {
  display: table;
  padding: 0.12rem 0.3rem;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color2);
  position: relative;
  z-index: 2;
  font-weight: normal;
}

.i_more b iconify-icon {
  margin-left: 6px;
  font-size: 0.2rem;
}

.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color2);
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}

.i_more:hover::before {
  width: 180%;
}

.i_more:hover b {
  color: var(--i_color);
}

.i_more_c {
  margin-left: auto;
  margin-right: auto;
}

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

.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}

.i_more2 {
  background: var(--i_color2);
}

.i_more2 b {
  color: var(--i_color);
}

.i_more2::before {
  background-color: #fff;
}

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

.i_more2:hover b {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .i_more {
    padding: 0.1rem 0.4rem;
  }

  .i_more b {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}

.bc_gradient {
  background: linear-gradient(var(--bc_color), #000);
}

.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: 760px;
}

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

.banner_content h1 span {
  display: block;
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}

.banner_content h1 strong {
  display: block;
  font-size: 62px;
  font-weight: 700;
  color: #c99833;
}

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

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

/* button */
.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;
}

/* feature */
.banner_adv {
  display: flex;
  gap: 80px;
  margin-top: 80px;
  padding: 0;
  list-style: none;
}

.banner_adv li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner_adv iconify-icon {
  font-size: 42px;
  color: #c99833;
  flex-shrink: 0;
}

.banner_adv span {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

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

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

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

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

  .banner_adv {
    gap: 40px;
    margin-top: 60px;
  }

  .banner_adv iconify-icon {
    font-size: 36px;
  }

  .banner_adv span {
    font-size: 17px;
  }
}

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

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

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

  .banner_adv {
    gap: 25px;
    margin-top: 45px;
    flex-wrap: wrap;
  }

  .banner_adv li {
    gap: 10px;
  }

  .banner_adv iconify-icon {
    font-size: 32px;
  }

  .banner_adv span {
    font-size: 15px;
  }
}

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

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

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

  .banner_adv {
    display: none;
  }
}

/* ==========================================================================
   下拉
   ========================================================================== */
.has-mega iconify-icon {
  font-size: 20px;
  transform: translateY(5px);
}

.mega_menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 700px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  /* opacity: 1;
  visibility: visible; */
  transition: .35s;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .15);
  z-index: 100;
}

.has-mega:hover .mega_menu {
  opacity: 1;
  visibility: visible;
}

.mega_left {
  width: 48%;
}

.mega_list li {
  font-size: 18px;
  margin: 6px 0;
  font-weight: 700;
  line-height: 1.8;
  color: #444;
  cursor: pointer;
  transition: .35s;
}

.mega_list li:hover {
  color: #c9972b;
  transform: translateX(10px);
}

.mega_list li.active {
  color: #c9972b;
}

.mega_right {
  width: 40%;
  position: relative;
  aspect-ratio: 1/1;
}

.mega_right .img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .45s;
}

.mega_right .img.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mega_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

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

.footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 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 {}

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

.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_contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.footer_contact iconify-icon {
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer_contact span {
  line-height: 1.8;
  color: #9f9f9f;
  font-size: 16px;
}

.footer_contact a {
  line-height: 1.8;
  font-size: 16px;
}

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

.footer_newsletter form {
  display: flex;
  margin-bottom: 35px;
}

.footer_newsletter input {
  flex: 1;
  height: 54px;
  padding: 0 18px;
  border: none;
  background: #262626;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.footer_newsletter input::placeholder {
  color: #777;
}

.footer_newsletter button {
  width: 150px;
  border: none;
  background: #c89b3c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

.footer_newsletter button:hover {
  background: #b88929;
}

.payment_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.payment_icons img {
  height: 36px;
  object-fit: contain;
  background: #242424;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .35s;
}

.footer_brand {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  padding: 50px 0;
  align-items: center;
}

.footer_brand img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  background: #242424;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .35s;
}

.footer_brand img:hover {
  border-color: #c89b3c;
  transform: translateY(-6px);
  background: #2b2b2b;
}

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

  .footer_brand {
    grid-template-columns: repeat(5, 1fr);
  }
}

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

  .footer_brand {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .footer_brand img {
    height: 64px;
  }
}

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

  .footer_brand {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 40px 0;
  }

  .footer_brand img {
    height: 60px;
  }
}

@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_contact span {
    font-size: 15px;
  }

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

  .footer_brand img {
    height: 56px;
    padding: 10px;
  }

  .payment_icons {
    justify-content: center;
  }

  .footer_social {
    justify-content: center;
  }

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

/* ==========================================================================
   首页
   ========================================================================== */
.bc {
  background: var(--i_color2);
}

.index_title {
  margin-bottom: 50px;
  text-align: center;
}

.index_title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 18px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.index_title.black h2 {
  color: #222;
}

.index_title h2 span {
  color: var(--i_color);
}

.index_title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg,
      transparent,
      var(--i_color),
      transparent);
}

.index_title p {
  text-align: center;
  max-width: 800px;
  color: #aaa;
  font-size: 18px;
  line-height: 1.8;
  margin: 10px auto;
}

.index_title.left {
  text-align: left;
}

.index_title.left h2::after {
  left: 0;
  transform: none;
}

.index_title.left p {
  text-align: left;
  margin-left: 0;
}

@media (max-width:1200px) {
  .index_title {
    margin-bottom: 40px;
  }

  .index_title h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .index_title h2::after {
    width: 70px;
    height: 3px;
  }
}

@media (max-width:991px) {
  .index_title {
    margin-bottom: 35px;
  }

  .index_title h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (max-width:767px) {
  .index_title {
    margin-bottom: 25px;
  }

  .index_title h2 {
    font-size: 26px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .index_title h2::after {
    width: 55px;
    height: 3px;
  }

  .index_title.left {
    text-align: left;
  }
}

.medal_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.medal_item {
  display: block;
  background: #242424;
  border: 1px solid rgba(200, 155, 60, .35);
  border-radius: 22px;
  overflow: hidden;
  transition: .35s;
}

.medal_item:hover {
  transform: translateY(-10px);
  border-color: #c89b3c;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
}

.medal_item .pic {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.medal_item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.medal_item:hover .pic img {
  transform: scale(1.08);
}

.medal_item .text {
  padding: 28px 20px 32px;
  text-align: center;
}

.medal_item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.medal_item .text::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto;
  background: #c89b3c;
  transition: .35s;
}

.medal_item:hover .text::after {
  width: 80px;
}

@media(max-width:1200px) {
  .medal_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:992px) {
  .medal_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .medal_item h3 {
    font-size: 24px;
    min-height: auto;
  }
}

@media(max-width:768px) {
  .medal_grid {
    gap: 18px;
  }
}

@media(max-width:576px) {
  .medal_grid {
    grid-template-columns: 1fr;
  }

  .medal_item h3 {
    font-size: 22px;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.theme_btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--i_color);
  overflow: hidden;
}

.theme_btn.small {
  font-size: 16px;
  font-weight: normal;
}

.theme_btn .btn_text,
.theme_btn .btn_icon {
  position: relative;
  overflow: hidden;
  height: 1.2em;
}

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

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

.theme_btn:hover .btn_text span,
.theme_btn:hover .btn_icon span {
  transform: translateY(-100%);
}

.scene_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.scene_item {
  display: block;
  background: #111417;
  border: 1px solid rgba(220, 166, 44, .45);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: .35s ease;
}

.scene_item:hover {
  transform: translateY(-8px);
  border-color: #dca62c;
}

.scene_icon {
  width: 100%;
  aspect-ratio: 1 / .8;
  overflow: hidden;
  background: #1a1d21;
}

.scene_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .5s ease;
}

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

.scene_title {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.scene_title:before {
  content: "";
  width: 42px;
  height: 2px;
  background: #dca62c;
  position: absolute;
  top: 65px;
}

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

@media(max-width:1200px) {
  .scene_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px) {
  .scene_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .scene_title {
    height: 130px;
  }

  .scene_title:before {
    top: 45px;
    width: 35px;
  }

  .scene_title h3 {
    margin-top: 25px;
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .scene_list {
    grid-template-columns: 1fr;
  }

  .scene_title {
    height: 120px;
  }
}

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

.why_choose::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  background:
    linear-gradient(rgba(214, 167, 67, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 167, 67, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  transform: rotate(-18deg);
  mask-image: radial-gradient(circle, #000 45%, transparent 100%);
  opacity: .6;
}

.why_choose::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  background:
    linear-gradient(rgba(214, 167, 67, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 167, 67, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  transform: rotate(-18deg);
  mask-image: radial-gradient(circle, #000 45%, transparent 100%);
  opacity: .6;
}

.why_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.why_item {
  position: relative;
  padding: 38px 34px;
  border: 1px solid rgba(214, 167, 67, .35);
  border-radius: 22px;
  background: linear-gradient(145deg, #25282d 0%, #1b1d21 100%);
  overflow: hidden;
  transition: all .45s cubic-bezier(.22, 1, .36, 1);
}

.why_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 40%);
  opacity: 0;
  transition: .45s;
}

.why_item:hover {
  transform: translateY(-12px);
  border-color: var(--i_color);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.why_item:hover::before {
  opacity: 1;
}

.why_num {
  position: absolute;
  left: 26px;
  top: 22px;
  font-size: 42px;
  font-weight: 700;
  color: rgba(214, 167, 67, .8);
  transition: .4s;
}

.why_item:hover .why_num {
  transform: scale(1.15);
  color: var(--i_color);
}

.why_icon {
  width: 130px;
  height: 130px;
  margin: 30px auto;
  border: 2px solid rgba(214, 167, 67, .35);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.why_icon iconify-icon {
  font-size: 64px;
  color: var(--i_color);
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.why_item:hover .why_icon {
  border-color: var(--i_color);
  transform: rotate(12deg);
  box-shadow: 0 0 25px rgba(214, 167, 67, .2);
}

.why_item:hover .why_icon iconify-icon {
  transform: scale(1.15) rotate(-12deg);
}

.why_item h3 {
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: .35s;
}

.why_item h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--i_color);
  border-radius: 30px;
  transition: .35s;
}

.why_item:hover h3 {
  color: var(--i_color);
}

.why_item:hover h3::after {
  width: 90px;
}

.why_item p {
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .65);
  transition: .35s;
}

.why_item:hover p {
  color: rgba(255, 255, 255, .92);
}

.why_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 70px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.why_bottom li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

.why_bottom iconify-icon {
  font-size: 42px;
  color: var(--i_color);
  transition: .4s cubic-bezier(.22, 1, .36, 1);
  flex-shrink: 0;
}

.why_bottom li:hover {
  background: rgba(255, 255, 255, .03);
}

.why_bottom li:hover iconify-icon {
  transform: translateY(-6px) rotate(-8deg) scale(1.12);
}

.why_bottom span {
  font-size: 16px;
}

@media(max-width:1200px) {
  .why_list {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media(max-width:768px) {
  .why_list {
    grid-template-columns: 1fr;
  }

  .why_bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why_item {
    padding: 32px 26px;
  }

  .why_icon {
    width: 120px;
    height: 120px;
  }

  .why_icon img {
    width: 60px;
  }

  .why_item h3 {
    font-size: 28px;
  }

  .why_num {
    font-size: 34px;
  }
}

.about_top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.about_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sub_tit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--i_color);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.about_text {
  margin-bottom: 40px;
}

.about_text p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .75);
}

.about_info .btn_line {
  margin-top: 10px;
}

.about_big {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.about_big img {
  width: 100%;
  display: block;
}

.about_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.about_gallery a {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.about_gallery img {
  width: 100%;
  aspect-ratio: 1.3/1;
  object-fit: cover;
  transition: .5s;
}

.about_gallery a:hover img {
  transform: scale(1.08);
}

.about_data {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.about_data li {
  padding: 35px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.about_data li:last-child {
  border: none;
}

.about_data iconify-icon {
  font-size: 46px;
  color: var(--i_color);
  margin-bottom: 18px;
}

.about_data strong {
  display: block;
  margin: 8px 0;
  color: var(--i_color);
  font-size: 38px;
  font-weight: 700;
}

.about_data span {
  color: #fff;
  opacity: .8;
  line-height: 1.6;
}

.about_big,
.about_gallery a {
  position: relative;
  overflow: hidden;
}

.about_big img,
.about_gallery img {
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.about_big:hover img,
.about_gallery a:hover img {
  transform: scale(1.08);
}

.about_big::after,
.about_gallery a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 20%,
      rgba(255, 255, 255, .15) 50%,
      transparent 80%);
  transform: translateX(-120%);
  transition: .8s;
}

.about_big:hover::after,
.about_gallery a:hover::after {
  transform: translateX(120%);
}

@media (max-width:1200px) {
  .about_top {
    gap: 40px;
  }

  .about_text p {
    font-size: 16px;
  }

  .about_big {
    border-radius: 16px;
  }

  .about_gallery {
    gap: 20px;
    margin-top: 25px;
  }

  .about_data {
    margin-top: 50px;
  }

  .about_data li {
    padding: 30px 15px;
  }

  .about_data iconify-icon {
    font-size: 40px;
  }

  .about_data strong {
    font-size: 32px;
  }
}

@media (max-width:991px) {
  .about_top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about_info {
    order: 2;
  }

  .about_big {
    order: 1;
  }

  .sub_tit {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .about_text {
    margin-bottom: 30px;
  }

  .about_text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about_gallery {
    gap: 15px;
  }

  .about_gallery a {
    border-radius: 12px;
  }

  .about_data {
    grid-template-columns: repeat(3, 1fr);
  }

  .about_data li:nth-child(3) {
    border-right: none;
  }

  .about_data li {
    padding: 25px 10px;
  }

  .about_data iconify-icon {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .about_data strong {
    font-size: 28px;
  }

  .about_data span {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .about_top {
    gap: 25px;
  }

  .about_big {
    border-radius: 12px;
  }

  .about_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
  }

  .about_gallery a {
    border-radius: 10px;
  }

  .about_text {
    margin-bottom: 25px;
  }

  .about_text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about_info .btn_line {
    margin-top: 5px;
  }

  .about_data {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
  }

  .about_data li {
    padding: 20px 8px;
  }

  .about_data li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .08);
  }

  .about_data li:nth-child(even) {
    border-right: none;
  }

  .about_data iconify-icon {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .about_data strong {
    font-size: 25px;
    margin: 5px 0;
  }

  .about_data span {
    font-size: 13px;
  }
}

.in_honor {
  overflow: hidden;
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
}

.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}

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

.honor .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform: scale(0.75);
  transition: all 0.3s ease;
}

.honor .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.honor .img:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}

.honor .img img {
  position: absolute;
  box-sizing: border-box;
  padding: 0.07rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.honor .swiper-slide-active {
  transform: scale(1);
}

.honor .swiper-slide-next,
.honor .swiper-slide-prev {
  transform: scale(0.9);
}

.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

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

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

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

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

.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

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

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

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

.news_card {
  width: calc((100% - 90px)/4);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(14, 18, 22, .12);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.news_img_box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f5f5f5;
}

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

.news_card:hover .news_img_box img {
  transform: scale(1.06);
}

.news_date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--i_color);
  color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.news_date .day {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.news_date .month {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

.news_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 新闻标题链接 */
.news_title_link {
  text-decoration: none;
  margin-bottom: 12px;
}

.news_content h3 {
  font-size: 18px;
  color: #222222;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.news_card:hover .news_content h3 {
  color: var(--i_color);
}

.news_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* PC 大屏 */
@media (max-width: 1199px) {
  .news_card {
    width: calc((100% - 60px) / 3);
  }
}

/* 平板 */
@media (max-width: 991px) {
  .news_container {
    gap: 24px;
  }

  .news_card {
    width: calc((100% - 24px) / 2);
  }

  .news_content {
    padding: 18px;
  }

  .news_content h3 {
    font-size: 17px;
  }
}

/* 手机 */
@media (max-width: 767px) {
  .news_container {
    gap: 20px;
  }

  .news_card {
    width: 100%;
    border-radius: 8px;
  }

  .news_img_box {
    aspect-ratio: 16 / 9;
  }

  .news_content {
    padding: 16px;
  }

  .news_content h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .news_desc {
    font-size: 13px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
  }

  .news_date {
    padding: 6px 10px;
  }

  .news_date .day {
    font-size: 18px;
  }

  .news_date .month {
    font-size: 10px;
  }
}

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

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

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

.i_partner_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.i_partner_list .img::before {
  content: "";
  display: block;
  padding-bottom: 53.07%;
}

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

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

.i_partner_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}

.i_partner_list li:hover img {
  width: 100%;
  height: 100%;
}

.i_partner_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.i_partner-prev,
.i_partner-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
}

.i_partner-prev {
  transform: translateX(-0.6rem);
}

.i_partner-next {
  transform: translateX(0.6rem);
}

.i_partner-prev:hover,
.i_partner-next:hover {
  opacity: 1;
}

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

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

.i_partner-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_partner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

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

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

  .i_partner-prev,
  .i_partner-next {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .i_partner-pagination {
    margin-top: 0.22rem;
  }
}

.design_service_box {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* 左侧图片 */
.design_service_image {
  width: 55%;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.compare_slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* 后面的图片 */
.compare_after {
  position: absolute;
  inset: 0;
}

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

/* 前图裁剪窗口 */
.compare_before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

/*
  关键：
  固定宽度，不跟随 before 变化
*/
.compare_before_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* 后面JS动态赋值 */
  height: 100%;
}

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

/* 拖动线 */
.compare_handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.compare_handle span {
  font-size: 20px;
  color: var(--i_color);
}

/* 右侧内容 */
.design_service_content {
  flex: 1;
}

.design_desc {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 45px;
}

@media(max-width:1200px) {
  .design_service_box {
    gap: 50px;
  }

  .design_item img {
    height: 420px;
  }
}

@media(max-width:991px) {
  .design_service_box {
    flex-direction: column;
  }

  .design_service_image {
    width: 100%;
  }

  .design_service_content {
    width: 100%;
  }

  .design_item img {
    height: 400px;
  }
}

@media(max-width:767px) {
  .design_compare {
    border-radius: 12px;
  }

  .design_item img {
    height: 260px;
  }

  .design_item span {
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .design_desc {
    font-size: 15px;
  }
}

.medal_faq_contact_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* 左右卡片 */
.medal_faq_area,
.medal_form_area {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

/* FAQ */
.medal_faq_item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.medal_faq_question {
  height: 75px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.medal_faq_question h3 {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.medal_faq_icon {
  width: 32px;
  height: 32px;
  background: #c99a42;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.medal_faq_arrow {
  color: #777;
}

.medal_faq_answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #666;
  line-height: 1.8;
  background: #fafafa;
  transition:
    max-height .45s ease,
    padding .45s ease;
}

.medal_faq_item.active .medal_faq_answer {
  max-height: 200px;
  padding: 25px;
}

/* 箭头 */
.medal_faq_arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .35s ease;
  transform: rotate(90deg);
}

.medal_faq_arrow iconify-icon {
  font-size: 22px;
}

/* 展开旋转 */
.medal_faq_item.active .medal_faq_arrow {
  transform: rotate(-90deg);
  color: #c99a42;
}




@media (max-width:1200px) {
  .medal_faq_contact_box {
    gap: 20px;
  }

  .medal_faq_area,
  .medal_form_area {
    padding: 35px;
  }

  .medal_faq_question {
    padding: 0 20px;
  }

  .medal_faq_question h3 {
    font-size: 16px;
  }
}

@media (max-width:991px) {
  .medal_faq_contact_box {
    grid-template-columns: 1fr;
  }

  .medal_faq_area,
  .medal_form_area {
    padding: 35px 25px;
  }
}

@media (max-width:767px) {

  .medal_faq_area,
  .medal_form_area {
    padding: 25px 15px;
    border-radius: 12px;
  }

  .medal_faq_question {
    height: auto;
    min-height: 65px;
    padding: 12px 15px;
    gap: 12px;
  }

  .medal_faq_question h3 {
    font-size: 15px;
    line-height: 1.5;
  }

  .medal_faq_icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
    flex-shrink: 0;
  }

  .medal_faq_arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .medal_faq_arrow iconify-icon {
    font-size: 18px;
  }

  .medal_faq_answer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .medal_faq_item.active .medal_faq_answer {
    padding: 20px 15px;
  }

}

/* ==========================================================================
   recycle
   ========================================================================== */
.medal_hero {
  padding: 100px 0;
  background:
    radial-gradient(circle at left top,
      rgba(201, 150, 43, .08),
      transparent 30%),
    #fff;
  color: #111;
}

.medal_hero_grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.medal_gallery {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 18px;
  border-radius: 35px;
  transition: .35s ease;
}

.medal_gallery:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 150, 43, .5);
}

.medal_main_img {
  height: 430px;
  overflow: hidden;
  border-radius: 25px;
}

.medal_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: .5s ease;
}

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

.medal_thumbs {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.medal_thumbs div {
  height: 130px;
  overflow: hidden;
  border-radius: 18px;
  background: #eee;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .35s ease;
}

.medal_thumbs div:hover {
  transform: translateY(-5px);
  border-color: #c9962b;
}

.medal_thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.medal_thumbs div:hover img {
  transform: scale(1.08);
}

.hero_label {
  color: #c9962b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.medal_hero_info h1 {
  color: #111;
  font-size: 78px;
  line-height: 1.05;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.medal_hero_info p {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.hero_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hero_tags div {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #111;
  font-weight: 600;
  transition: .35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.hero_tags div:hover {
  transform: translateY(-5px);
  border-color: #c9962b;
  background: #fff;
}

@media(max-width:1400px) {
  .medal_hero {
    padding: 80px 0;
  }

  .medal_hero_grid {
    gap: 60px;
  }

  .medal_hero_info h1 {
    font-size: 68px;
  }

  .medal_main_img {
    height: 380px;
  }

  .medal_thumbs div {
    height: 110px;
  }
}

@media(max-width:1200px) {
  .medal_hero_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .medal_gallery {
    max-width: 900px;
    width: 100%;
    margin: auto;
  }

  .medal_hero_info h1 {
    font-size: 64px;
  }
}

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

  .medal_main_img {
    height: 330px;
  }

  .medal_thumbs div {
    height: 100px;
  }

  .hero_tags {
    gap: 12px;
  }

  .hero_tags div {
    padding: 16px;
  }
}

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

  .medal_hero_grid {
    gap: 35px;
  }

  .medal_gallery {
    padding: 12px;
    border-radius: 25px;
  }

  .medal_main_img {
    height: 260px;
  }

  .medal_thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .medal_thumbs div {
    height: 75px;
  }

  .hero_label {
    margin-bottom: 18px;
  }

  .medal_hero_info h1 {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .medal_hero_info p {
    font-size: 16px;
    margin-bottom: 30px;
  }

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

  .hero_tags div {
    padding: 15px;
  }
}

@media(max-width:480px) {
  .medal_hero {
    padding: 45px 0;
  }

  .medal_main_img {
    height: 220px;
  }

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

  .medal_thumbs div {
    height: 90px;
  }

  .medal_hero_info h1 {
    font-size: 36px;
  }

  .hero_label {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero_tags div {
    font-size: 14px;
  }
}

/* Advantage */
.medal_advantage {
  background: #f8f8f8;
}

.medal_adv_top {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.adv_desc {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

.adv_points {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.adv_points strong {
  display: block;
  color: #111;
  font-size: 14px;
  margin-bottom: 5px;
}

.adv_points span {
  color: #777;
  font-size: 14px;
}

.medal_adv_img {
  overflow: hidden;
  border-radius: 25px;
}

.medal_adv_img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 25px;
  transition: .5s ease;
}

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

.adv_card_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.adv_card_list li {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 28px 20px;
  text-align: center;
  transition: .35s ease;
}

.adv_card_list li:hover {
  transform: translateY(-8px);
  border-color: #c9962b;
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.adv_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201, 150, 43, .12);
  color: #c9962b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  transition: .35s ease;
}

.adv_card_list li:hover .adv_icon {
  background: #c9962b;
  color: #fff;
}

.adv_card_list h3 {
  color: #111;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.adv_card_list p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

@media(max-width:1400px) {
  .medal_adv_box {
    padding: 45px;
  }

  .medal_adv_top {
    gap: 40px;
  }

  .adv_card_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:1200px) {
  .medal_adv_top {
    grid-template-columns: 1fr;
  }

  .medal_adv_img img {
    height: 380px;
  }

  .adv_card_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:992px) {
  .medal_adv_box {
    padding: 35px;
  }

  .adv_points {
    gap: 25px;
  }

  .medal_adv_img img {
    height: 320px;
  }
}

@media(max-width:768px) {
  .medal_adv_box {
    padding: 30px 20px;
    border-radius: 25px;
  }

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

  .adv_points {
    gap: 20px;
    margin-top: 25px;
  }

  .adv_desc {
    font-size: 16px;
  }

  .medal_adv_img img {
    height: 260px;
  }
}

@media(max-width:480px) {
  .medal_adv_img img {
    height: 220px;
  }

  .adv_card_list li {
    padding: 25px 18px;
  }

  .adv_icon {
    width: 55px;
    height: 55px;
  }
}

/* Certification */
.medal_cert {
  background: #0f1114;
  color: #fff;
}

.cert_desc {
  text-align: center;
  max-width: 800px;
  color: #aaa;
  font-size: 18px;
  line-height: 1.8;
  margin: 30px auto 50px;
}

.cert_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.cert_list li {
  background: #171a1f;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  aspect-ratio: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: .3s;
}

.cert_list li:hover {
  border-color: #c9962b;
  transform: translateY(-5px);
}

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

@media (max-width: 1200px) {
  .cert_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .cert_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
  }

  .cert_list li {
    border-radius: 15px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .cert_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cert_list li {
    border-radius: 12px;
    padding: 10px;
  }
}


.medal_finish {
  background: #fff;
  color: #111;
}

.finish_desc {
  text-align: center;
  max-width: 800px;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  margin: 30px auto 50px;
}

.finish_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.finish_list li {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.finish_list li:hover {
  transform: translateY(-8px);
  border-color: #c9962b;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.finish_img {
  height: 280px;
  overflow: hidden;
}

.finish_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.finish_list li:hover .finish_img img {
  transform: scale(1.05);
}

.finish_list h3 {
  color: #111;
  font-size: 22px;
  padding: 20px 30px;
  margin: 0;
  text-align: center;
}

@media(max-width:1024px) {
  .finish_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:640px) {
  .finish_list {
    grid-template-columns: 1fr;
  }

  .finish_img {
    height: 240px;
  }
}

/* FAQ */
.eco_faq_section {
  background: #fff;
  color: #111;
}

.eco_faq_wrap {
  max-width: 900px;
  margin: 50px auto 0;
}

.eco_faq_item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.eco_faq_item:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.eco_faq_item.active {
  border-color: #c9962b;
}

.eco_faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
}

.eco_faq_question h3 {
  color: #111;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.eco_faq_icon {
  width: 14px;
  height: 14px;
  border-right: 2px solid #c9962b;
  border-bottom: 2px solid #c9962b;
  transform: rotate(45deg);
  transition: .35s;
  flex: none;
}

.eco_faq_item.active .eco_faq_icon {
  transform: rotate(225deg);
}

.eco_faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}

.eco_faq_answer p {
  padding: 0 30px 25px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

@media(max-width:640px) {
  .eco_faq_question {
    padding: 20px;
  }

  .eco_faq_question h3 {
    font-size: 17px;
  }

  .eco_faq_answer p {
    padding: 0 20px 20px;
  }
}

.medal_cases_section {
  background: #fff;
  color: #111;
  padding: 120px 0;
}

.medal_cases_head {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}

.cases_label {
  color: #c9962b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.medal_cases_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.medal_case_item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  transition: .35s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.medal_case_item:hover {
  transform: translateY(-8px);
  border-color: #c9962b;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}

.medal_case_img {
  height: 220px;
  overflow: hidden;
}

.medal_case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

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

.medal_case_content {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.case_tag {
  color: #c9962b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.medal_case_content h3 {
  color: #111;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.medal_case_content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.medal_case_content a {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  color: #c9962b;
  font-weight: 700;
}

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

@media(max-width:768px) {
  .medal_cases_list {
    grid-template-columns: 1fr;
  }
}

/* Free Design CTA */
.medal_design_cta {
  color: #fff;
  background: url(static/images/bc_factory-building.webp) no-repeat center;
  background-size: cover;
}

@media screen and (min-width:561px) {
  .medal_design_cta {
    background-attachment: fixed;
  }
}

.medal_design_cta_inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.medal_design_cta_label {
  color: #c9962b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.medal_design_cta h2 {
  color: #fff;
  font-size: 72px;
  line-height: 1.15;
  letter-spacing: -2px;
  margin: 0 auto 35px;
  font-weight: 700;
}

.medal_design_cta p {
  max-width: 900px;
  margin: 0 auto 55px;
  color: #aeb4bd;
  font-size: 20px;
  line-height: 1.8;
}

@media(max-width:1200px) {
  .medal_design_cta h2 {
    font-size: 56px;
  }
}

@media(max-width:768px) {
  .medal_design_cta {
    padding: 80px 0;
  }

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

  .medal_design_cta p {
    font-size: 16px;
  }
}

/* Quote Form */
.medal_quote_section {
  background: #fff;
  color: #111;
}

.medal_quote_box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.medal_quote_label {
  color: #c9962b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.medal_quote_intro h2 {
  color: #111;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 35px;
}

.medal_quote_intro h2 span {
  display: block;
}

.medal_quote_intro p {
  color: #666;
  font-size: 20px;
  line-height: 1.8;
  max-width: 550px;
}

/* form box */
.medal_quote_form {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 35px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.medal_wpform_box {
  width: 100%;
}

@media(max-width:1200px) {
  .medal_quote_box {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .medal_quote_intro h2 {
    font-size: 56px;
  }
}

@media(max-width:640px) {
  .medal_quote_section {
    padding: 80px 0;
  }

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

  .medal_quote_form {
    padding: 25px;
  }
}

/* ==========================================================================
   gallery
  ========================================================================== */
.medal_gallery_hero {
  background: #101214;
  color: #fff;
  padding: 110px 0 120px;
  overflow: hidden;
}

.medal_gallery_content {
  max-width: 1200px;
}

.medal_gallery_label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #dba62c;
  margin-bottom: 30px;
}

.medal_gallery_content h1 {
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.08;
  letter-spacing: -3px;
  font-weight: 800;
  margin: 0 0 35px;
  color: #fff;
}

.medal_gallery_content p {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 45px;
}

@media(max-width:768px) {
  .medal_gallery_hero {
    padding: 70px 0;
  }

  .medal_gallery_label {
    font-size: 14px;
  }

  .medal_gallery_content h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .medal_gallery_content p {
    font-size: 16px;
  }

  .medal_gallery_content p br {
    display: none;
  }
}

.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 900px;
}

.feature-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #d1d1d1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}

.card-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .features-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =====================
   一级分类
===================== */
.medal_main_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.medal_main_tabs button {
  height: 70px;
  border: 0;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.medal_main_tabs button:last-child {
  border-right: 0;
}

.medal_main_tabs button.active {
  background: #111417;
  color: #fff;
  box-shadow: inset 0 -2px 0 #dca62c;
}

.medal_tab_content {
  border-radius: 0 0 25px 25px;
  margin-bottom: 30px;
}

.medal_tab_content:not(.active) {
  display: none;
}

/* =====================
   二级分类
===================== */
.medal_sub_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px 0;
}

.medal_sub_tabs button {
  height: 55px;
  background: #fff;
  border: 1px solid #e8dcc3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: .3s;
}

.medal_sub_tabs button:hover {
  border-color: #dca62c;
}

.medal_sub_tabs button.active {
  background: #111417;
  border-color: #111417;
  color: #fff;
}

/* =====================
   产品展示大盒
===================== */
.medal_products_box {
  background: #101214;
  border-radius: 25px;
  padding: 30px;
}

.products_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.products_title h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.products_title span {
  color: #ddd;
  font-size: 14px;
}

/* =====================
   产品列表
===================== */
.medal_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.medal_item {
  background: #171a1f;
  border: 1px solid #735522;
  border-radius: 15px;
  overflow: hidden;
  transition: .3s;
}

.medal_item:hover {
  transform: translateY(-5px);
  border-color: #dca62c;
}

.medal_image {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom,
      #20252b,
      #111417);
}

.medal_image img {
  max-width: 70%;
  max-height: 130px;
  object-fit: contain;
}

.medal_item h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  margin: 0;
}

@media(max-width:1200px) {
  .medal_sub_tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .medal_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products_title h2 {
    font-size: 32px;
  }
}

@media(max-width:768px) {
  .medal_main_tabs button {
    height: 60px;
    font-size: 16px;
  }

  .medal_sub_tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
  }

  .medal_sub_tabs button {
    height: 48px;
    font-size: 14px;
  }

  .medal_products_box {
    padding: 20px;
    border-radius: 20px;
  }

  .products_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

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

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

  .medal_image {
    height: 140px;
  }

  .medal_image img {
    max-height: 110px;
  }

  .medal_item h3 {
    font-size: 14px;
    padding: 12px;
  }
}

@media(max-width:480px) {
  .medal_main_tabs {
    grid-template-columns: 1fr;
  }

  .medal_main_tabs button {
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .medal_main_tabs button:last-child {
    border-bottom: 0;
  }

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

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

  .products_title h2 {
    font-size: 24px;
  }

  .medal_products_box {
    padding: 15px;
  }

  .medal_image {
    height: 180px;
  }
}

/* ==========================================================================
   medal
   ========================================================================== */
.product_hero {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}

.product_hero_inner {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 80px;
  align-items: center;
}

.product_breadcrumb {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #c89622;
  margin-bottom: 25px;
}

.product_hero_info h1 {
  font-size: clamp(52px, 5vw, 82px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
  margin: 0 0 35px;
}

.product_hero_info p {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.65;
  color: #566070;
  margin: 0 0 40px;
}

.product_hero_media {
  display: flex;
  justify-content: center;
}

.hero_image_box {
  width: 100%;
  max-width: 580px;
  aspect-ratio: 4 / 5;
  background: #f5f6f8;
  border: 12px solid #fff;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .12);
  transform: rotate(1.5deg);
  overflow: hidden;
}

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

@media(max-width:1200px) {
  .product_hero_inner {
    gap: 50px;
  }

  .product_hero_info h1 {
    font-size: 60px;
  }

  .product_hero_info p {
    font-size: 18px;
  }
}

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

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

  .product_hero_info h1 {
    font-size: 44px;
  }

  .product_hero_info p {
    font-size: 16px;
  }

  .hero_image_box {
    max-width: 450px;
  }
}

@media(max-width:480px) {
  .product_hero_info h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .hero_image_box {
    border-width: 8px;
  }
}

.product_advantages {
  padding: 90px 0;
  background: #f6f7f9;
}

.section_head .section_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.section_head h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -2px;
  color: #111417;
  margin: 0 0 25px;
}

.section_head p {
  font-size: 20px;
  line-height: 1.6;
  color: #566070;
  margin: 0;
}

.advantage_intro {
  background: #fff;
  border: 1px solid #e4e7ec;
  padding: 40px;
  margin-top: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
}

.advantage_intro h3 {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 800;
  color: #111417;
}

.advantage_intro p {
  font-size: 20px;
  line-height: 1.7;
  color: #566070;
  margin: 0;
}

.advantage_box {
  background: #fff;
  border: 1px solid #e4e7ec;
  padding: 40px;
  margin-top: 30px;
}

.advantage_box>h3 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 800;
  color: #111417;
}

.advantage_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.advantage_item {
  border: 1px solid #e1e5eb;
  padding: 32px 30px;
  min-height: 300px;
}

.advantage_item h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111417;
  margin: 0 0 20px;
}

.advantage_item p {
  font-size: 18px;
  line-height: 1.8;
  color: #566070;
  margin: 0;
}

@media(max-width:1200px) {
  .advantage_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

  .section_head p {
    font-size: 16px;
  }

  .advantage_intro,
  .advantage_box {
    padding: 25px;
  }

  .advantage_intro h3,
  .advantage_box>h3 {
    font-size: 26px;
  }

  .advantage_intro p {
    font-size: 16px;
  }

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

  .advantage_item {
    min-height: auto;
    padding: 25px;
  }

  .advantage_item h4 {
    font-size: 20px;
  }

  .advantage_item p {
    font-size: 16px;
  }
}

.factory_advantage {
  padding: 90px 0;
  background: #fff;
}

.factory_advantage_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.section_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.factory_advantage_content h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  color: #111417;
  margin: 0 0 25px;
}

.factory_desc {
  font-size: 20px;
  line-height: 1.7;
  color: #566070;
  margin: 0 0 35px;
}

.factory_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.factory_item {
  background: #f7f8fa;
  border: 1px solid #e3e6eb;
  padding: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #566070;
}

.factory_item strong {
  color: #111417;
  font-weight: 800;
}

.factory_advantage_media {
  padding-top: 70px;
}

.factory_image_box {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  background: #f5f6f8;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

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

@media(max-width:1200px) {
  .factory_advantage_inner {
    gap: 40px;
  }

  .factory_advantage_media {
    padding-top: 40px;
  }

  .factory_item {
    font-size: 16px;
  }
}

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

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

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

  .factory_desc {
    font-size: 16px;
  }

  .factory_advantage_media {
    padding-top: 0;
  }

  .factory_item {
    padding: 16px;
  }
}

@media(max-width:480px) {
  .factory_advantage_content h2 {
    font-size: 34px;
  }

  .section_label {
    font-size: 13px;
  }
}

.order_process {
  padding: 100px 0;
  background: #f8f9fb;
}

.order_process_inner {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 70px;
  align-items: center;
}

.section_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.order_process_info h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
  margin: 0 0 30px;
}

.order_process_info p {
  font-size: 19px;
  line-height: 1.7;
  color: #566070;
  margin: 0 0 40px;
}

.process_steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.process_item {
  background: #fff;
  border: 1px solid #e3e6eb;
  padding: 30px;
  min-height: 210px;
}

.process_num {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #b57d19;
  margin-bottom: 25px;
}

.process_item h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #111417;
  margin: 0 0 15px;
}

.process_item p {
  font-size: 16px;
  line-height: 1.6;
  color: #687384;
  margin: 0;
}

@media(max-width:1200px) {
  .order_process_inner {
    gap: 40px;
  }

  .process_item {
    padding: 25px;
  }

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

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

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

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

  .order_process_info p {
    font-size: 16px;
  }

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

  .process_item {
    min-height: auto;
  }
}

@media(max-width:480px) {
  .order_process_info h2 {
    font-size: 34px;
  }

  .process_num {
    font-size: 28px;
  }
}

.faq_section {
  padding: 100px 0;
  background: #fff;
}

.faq_head {
  text-align: center;
  margin-bottom: 60px;
}

.faq_head .section_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.faq_head h2 {
  margin: 0;
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
}

.faq_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.faq_item {
  border: 1px solid #e3e6eb;
  padding: 40px;
  background: #fff;
  transition: .3s;
}

.faq_item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  transform: translateY(-3px);
}

.faq_item h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #111417;
  margin: 0 0 20px;
}

.faq_item p {
  font-size: 18px;
  line-height: 1.8;
  color: #566070;
  margin: 0;
}

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

  .faq_head {
    margin-bottom: 40px;
  }

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

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

  .faq_item {
    padding: 25px;
  }

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

  .faq_item p {
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .faq_head h2 {
    font-size: 34px;
  }
}


/* ==========================================================================
   表单
   ========================================================================== */
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;
}

.medal_wpform {
  width: 100%;
}

.medal_wpform .wpforms-container {
  margin: 0 !important;
}

.medal_wpform .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.medal_wpform .wpforms-field-container>div:first-child,
.medal_wpform .wpforms-field-container>div:nth-child(2),
.medal_wpform .wpforms-field-container>div:nth-child(3),
.medal_wpform .wpforms-field-container>div:nth-child(4) {
  width: calc(50% - 11px);
}

.medal_wpform .wpforms-field-container>div:nth-child(5),
.medal_wpform .wpforms-field-container>div:nth-child(6),
.medal_wpform .wpforms-field-container>div:nth-child(7) {
  width: 100%;
}

.medal_wpform .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.medal_wpform .wpforms-field-label {
  display: none !important;
}

.medal_wpform input,
.medal_wpform select,
.medal_wpform textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 55px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 28px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #7c8490 !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;
}

.medal_wpform input::placeholder,
.medal_wpform textarea::placeholder {
  color: #7c8490 !important;
  opacity: 1;
}

.medal_wpform input:focus,
.medal_wpform select:focus,
.medal_wpform textarea:focus {
  border-color: var(--i_color) !important;
}

.medal_wpform textarea {
  height: 110px !important;
  min-height: 110px !important;
  padding: 25px 28px !important;
  line-height: 1.6 !important;
  resize: none !important;
}

.medal_wpform select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 55px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%237c8490' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 22px center !important;
}

.medal_wpform select option {
  color: #111417;
}

.medal_wpform .wpforms-field-select select {
  display: block !important;
  line-height: 55px !important;
}

.medal_wpform .wpforms-field-file-upload {
  width: 100% !important;
}

.medal_wpform .wpforms-uploader {
  border: 2px dashed #ddd !important;
  border-radius: 12px !important;
  min-height: 120px;
  background: #fff !important;
}

.medal_wpform .wpforms-submit-container {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.medal_wpform button.wpforms-submit {
  width: 100% !important;
  height: 60px !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: var(--i_color) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: .3s;
}

.medal_wpform button.wpforms-submit:hover {
  background: #b78318 !important;
}

@media(max-width:768px) {

  .medal_wpform .wpforms-field-container {
    gap: 18px;
  }

  .medal_wpform .wpforms-field-container>div:first-child,
  .medal_wpform .wpforms-field-container>div:nth-child(2),
  .medal_wpform .wpforms-field-container>div:nth-child(3),
  .medal_wpform .wpforms-field-container>div:nth-child(4) {
    width: 100%;
  }

  .medal_wpform input,
  .medal_wpform select,
  .medal_wpform textarea {
    font-size: 16px !important;
  }

  .medal_wpform input,
  .medal_wpform select {
    height: 60px !important;
    padding: 0 20px !important;
  }

  .medal_wpform textarea {
    height: 140px !important;
    min-height: 140px !important;
    padding: 20px !important;
  }

  .medal_wpform .wpforms-field-select select {
    line-height: 60px !important;
  }

  .medal_wpform button.wpforms-submit {
    height: 60px !important;
    font-size: 18px !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;
  }
}

/* ---------------------详情页---------------- */
.pd_gallery_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

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

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

.pd_gallery_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

.pd_gallery_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}

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

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

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

.pd_gallery-prev,
.pd_gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
  display: none;
}

.pd_gallery-prev {
  left: 0;
}

.pd_gallery-next {
  right: 0;
}

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

.pd_gallery-prev:hover,
.pd_gallery-next:hover {
  opacity: 1;
}

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

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

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

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

  .pd_gallery-prev,
  .pd_gallery-next {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .pd_gallery-pagination {
    margin-top: 0.22rem;
  }
}

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

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

.pd_gallery_list {
  width: 49%;
}

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

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

.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_list {
    width: 100%;
  }

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

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

.pd_menu {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}

.pd_menu li {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.pd_menu li::after {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_menu li.current,
.pd_menu li:hover {
  color: var(--i_color);
}

.pd_menu li:hover::after,
.pd_menu li.current::after {
  width: 100%;
  right: initial;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .pd_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.pd_content {
  padding: 0.2rem 0;
}

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

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}

.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}

.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}

.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}

.faq_list li>div:first-child span {
  background: #666;
}

.faq_list li>div:last-child span {
  background: var(--i_color);
}

.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}

.faq_list h6 {
  font-size: 0.2rem;
}

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

.faq_list li.curr h6 {
  font-weight: 400;
}

.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}

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

  .faq_list h6 {
    font-size: 0.18rem;
  }

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

@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}


.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}

.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  border-radius: 4px;
}

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

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.r_product::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: rgba(198, 160, 91, 0.16);
  border-radius: 50%;
}

.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: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  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: -8%;
}

.rp-button-next {
  right: -8%;
}

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