@import url('reset.css');
@import url('animate.min.css');
@import url('swiper-bundle.min.css');
@import url(../css/font/iconfont.css);
@import url(../css/font-icon/iconfont.css);
@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/Poppins-Bold.otf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.otf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.otf);
}
@font-face {
  font-family: "MiSans-Bold";
  src: url(../font/MiSans-Bold.ttf);
}
.layout {
  width: 1600px;
  margin: 0 auto;
}
body,
* {
  font-family: "Poppins-Regular";
  box-sizing: border-box;
}
.head_holder {
  display: none !important;
}
.this_public {
  --color-theme: #ff9e12;
}
.this_public .w1700 {
  width: 1700px;
  margin: auto;
}
.this_public .w1440 {
  width: 1440px;
  margin: auto;
}
.this_public .w1200 {
  width: 1200px;
  margin: auto;
}
.this_public a {
  color: #333;
}
.this_public .mt60 {
  margin-top: clamp(20px, 3.125vw, 60px);
}
.this_public .mt50 {
  margin-top: clamp(15px, 2.60416667vw, 50px);
}
.this_public .mt40 {
  margin-top: clamp(15px, 2.08333333vw, 60px);
}
.this_public .mt30 {
  margin-top: clamp(10px, 1.5625vw, 30px);
}
.this_public .mt20 {
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
.this_public .mb60 {
  margin-bottom: clamp(20px, 3.125vw, 60px);
}
.this_public .pt80 {
  padding-top: clamp(30px, 4.16666667vw, 80px);
}
.this_public .pb80 {
  padding-bottom: clamp(30px, 4.16666667vw, 80px);
}
.this_public .bannerWrapper .Wrapper {
  position: relative;
}
.this_public .bannerWrapper .Wrapper .img_b {
  width: 100%;
}
.this_public .bannerWrapper .Wrapper .img_b img {
  width: 100%;
}
.this_public .bannerWrapper .Wrapper .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.this_public .bannerWrapper .Wrapper .this_text h1 {
  color: #fff;
  font-size: 50px;
  font-size: clamp(24px, 2.60416667vw, 50px);
}
.this_public .contactformWrapper {
  background-color: #f5f5f5;
  padding: clamp(30px, 5.5vw, 100px) 0;
}
.this_public .contactformWrapper .Wrapper .this_title h2 {
  font-size: 43px;
  font-size: clamp(24px, 2.23958333vw, 43px);
  text-align: center;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_list {
  margin-top: 10px;
  line-height: 0;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_list input {
  width: 100%;
  padding: 20px 15px;
  border: none;
  outline: none;
  border-radius: 2px;
  color: #000;
  font-size: clamp(16px, 1.25vw, 18px);
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_list input::placeholder {
  color: #999;
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px);
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_list textarea {
  width: 100%;
  padding: 20px 15px;
  border: none;
  outline: none;
  color: #000;
  font-size: clamp(16px, 1.25vw, 18px);
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_list textarea::placeholder {
  color: #999;
  font-size: 18px;
  font-size: clamp(16px, 1.25vw, 18px);
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .w30 {
  width: 33%;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .w100 {
  width: 100%;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container {
  width: 100%;
  padding: 20px;
  border: 1px solid #e0e0e0;
  /* 文件预览列表样式 */
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area {
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area.active {
  border-color: #409eff;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area:hover {
  border-color: #409eff;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area .upload-btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  transition: all 0.5s;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area .upload-btn svg {
  width: 20px;
  height: 20px;
  fill: #337ecc;
  transition: all 0.5s;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area .upload-btn span {
  transition: all 0.5s;
  color: #337ecc;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .upload-area #file-input {
  display: none;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item {
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 20px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-thumbnail .icon {
  font-size: 30px;
  color: #999;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-info {
  flex: 1;
  display: flex;
  align-items: center;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-info .file-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .file-info .file-size {
  font-size: 14px;
  color: #666;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .remove-btn {
  margin-left: 50px;
  color: #080808;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_file .upload-container .file-list .file-item .remove-btn::before {
  font-family: iconfont;
  content: '\e640';
  display: inline-block;
  font-size: 16px;
  color: #2f2f2f;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_intro {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_intro p {
  font-size: 16px;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_intro p span {
  color: #ff0000;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_submit {
  margin-top: 30px;
  width: 100%;
  display: flex;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_submit input[type="submit"] {
  background-color: #000000;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
  margin: auto;
}
.this_public .contactformWrapper .Wrapper .this_in .this_form .this_submit input[type="submit"]:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  transition: all 0.5s;
}
.this_public .this_title1 h2 {
  line-height: 1.5;
  font-size: clamp(16px, 2vw, 36px);
  vertical-align: middle;
  margin-bottom: 10px;
}
.this_public .imgWrapCover {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.this_public .imgWrapCover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.this_public .imgWrapContain {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.this_public .imgWrapContain img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 1750px) {
  .this_public .w1700 {
    width: 1440px;
  }
}
@media screen and (max-width: 1480px) {
  .this_public .w1700 {
    width: 1280px;
  }
  .this_public .w1440 {
    width: 1280px;
  }
}
@media screen and (max-width: 1300px) {
  .this_public .w1700 {
    width: 1024px;
  }
  .this_public .w1440 {
    width: 1024px;
  }
  .this_public .w1200 {
    width: 1024px;
  }
  .this_public .w1280 {
    width: 1024px;
  }
  .this_public .wl1280 {
    width: calc(1024px + (100% - 1024px)/2);
  }
  .this_public .w1140 {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .this_public .w1700 {
    width: 900px;
  }
  .this_public .w1440 {
    width: 900px;
  }
  .this_public .w1200 {
    width: 900px;
  }
  .this_public .w1280 {
    width: 900px;
  }
  .this_public .wl1280 {
    width: calc(900px + (100% - 900px)/2);
  }
  .this_public .w1140 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .this_public .w1700 {
    width: 90vw;
  }
  .this_public .w1440 {
    width: 90vw;
  }
  .this_public .w1200 {
    width: 90vw;
  }
  .this_public .w1280 {
    width: 90vw;
  }
  .this_public .w1140 {
    width: 90vw;
  }
  .this_public .bannerWrapper .Wrapper .this_text {
    top: 50%;
    width: 90%;
    text-align: center;
  }
  .this_public .contactformWrapper .Wrapper .this_in .this_form .w30 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .this_public .bannerWrapper .Wrapper .img_b {
    height: 350px;
  }
  .this_public .bannerWrapper .Wrapper .img_b img {
    height: 100%;
    object-fit: cover;
  }
  .this_public .bannerWrapper .Wrapper .this_text {
    top: 50%;
    width: 90%;
    text-align: center;
  }
}
.language_item .item a {
  display: block;
  padding: 5px 20px 5px 15px;
}
.language_item .item:hover {
  background-color: #F5F7FA;
}

/*折扣*/


.discountWrap {
  background-color: #000;
}
.discountWrap .Wrap {
  color: #ff9e12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 5px 0;
}
.discountWrap .Wrap .left p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.discountWrap .Wrap .left p b {
  color: var(--color-theme);
  font-weight: bold;
}
.discountWrap .Wrap .center {
  font-size: 16px;
}
.discountWrap .Wrap .center p {
  color: #fff;
}
.discountWrap .Wrap .center p b {
  color: var(--color-theme);
}
.discountWrap .Wrap .right {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
}
.discountWrap .Wrap .right p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.discountWrap .Wrap .right .this_time {
  display: flex;
  gap: 30px;
}
.discountWrap .Wrap .right .this_time .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.discountWrap .Wrap .right .this_time .time:last-child span::after {
  color: #fff;
  content: '';
  display: none;
}
.discountWrap .Wrap .right .this_time .time span {
  color: var(--color-theme);
}
.discountWrap .Wrap .right .this_time .time span::after {
  color: #fff;
  content: '/';
  display: inline-block;
  position: absolute;
  right: -20px;
}
.discountWrap .Wrap .right .this_time .time b {
  font-weight: 500;
  margin-top: -5px;
}
@media screen and (max-width: 1280px) {
  .discountWrap .Wrap {
    gap: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 950px) {
  .discountWrap {
    display: none;
  }
}
/*折扣-end*/



/* —————————— 整体 HEADER 重写 —————————— */
header {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  position: relative;
  overflow: visible !important;
  backdrop-filter: blur(10px);
  /* —————————— 导航 NAV 重写（能正常显示下拉）—————————— */
}

header.home_web {
  position: absolute;
}
header .layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: visible !important;
}
header .topbar {
  padding: 40px 0 15px 0;
  overflow: visible !important;
}
header .topbar .logo {
  width: 200px;
}
header .topbar .logo img {
  width: 100%;
}
header .topbar .head_search {
  width: 65%;
}
header .topbar .head_search .search {
  background-color: #EDEDF5;
  padding: 5px;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
}
header .topbar .head_search .search input[type='text'],
header .topbar .head_search .search input[type='search'] {
  padding: 10px 0;
  background: transparent;
  border: none;
  width: 85%;
  padding-left: 20px;
}
header .topbar .head_search .search input[type='text']::placeholder,
header .topbar .head_search .search input[type='search']::placeholder {
  font-size: 16px;
  color: #797979;
}
header .topbar .head_search .search .sub {
  width: 15%;
  background: #000;
  border-radius: 30px;
  position: relative;
}
header .topbar .head_search .search .sub::before {
  content: "";
  background-image: url(../img/haed_search.png);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
header .topbar .head_search .search .sub input[type='submit'] {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
}
header .topbar .head_search .search_text {
  padding-left: 25px;
  font-size: 14px;
  padding-top: 8px;
  color: #999;
}
header .topbar .language {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  position: relative;
}
header .topbar .language .default {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
header .topbar .language .default img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
header .topbar .language .default::after {
  transition: all 0.5s;
  content: "";
  background-image: url(../img/down.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
header .topbar .language.active .language_item {
  display: block;
  background: #fff;
}
header .topbar .language.active::after {
  transform: rotate(-180deg);
}
header .topbar .language .language_item {
  display: none;
  position: absolute;
  top: 100%;
  width: 150px;
}
header .topbar .user_btn {
  padding: 15px 0;
}
header .topbar .user_btn ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .topbar .user_btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.detailPage .modelWrapper1 .Wrapper .right .this_btn .cart {
    gap: 10px;
}

.detailPage .modelWrapper1 .Wrapper .right .this_btn .single_add_to_cart_button {
  cursor: pointer;
}

.detailPage .modelWrapper1 .Wrapper .right .this_btn .single_add_to_cart_button.is-loading,
.detailPage .modelWrapper1 .Wrapper .right .this_btn .homesmart-grouped-cart-form.is-loading .single_add_to_cart_button {
  cursor: progress;
  opacity: 0.72;
  pointer-events: none;
}
header .topbar .user_btn ul li a img {
  filter: invert(1) brightness(0);
  width: 20px;
  height: 20px;
}
header .topbar .user_btn ul li a .homesmart-cart-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ff9e12;
  color: #fff;
  font-size: 11px;
  font-family: Poppins-SemiBold;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(255, 158, 18, 0.25);
}
header .topbar .user_btn ul li a .homesmart-cart-badge.is-empty {
  display: none;
}
.homesmart-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100000;
}
.homesmart-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  background: #fff;
  box-shadow: -14px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 100001;
  display: flex;
  flex-direction: column;
}
body.homesmart-cart-drawer-open {
  overflow: hidden;
}
body.homesmart-cart-drawer-open .homesmart-cart-drawer-overlay {
  opacity: 1;
  visibility: visible;
}
body.homesmart-cart-drawer-open .homesmart-cart-drawer {
  transform: translateX(0);
}
.homesmart-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid #ececec;
}
.homesmart-cart-drawer-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.homesmart-cart-drawer-title-wrap h3 {
  margin: 0;
  font-size: 22px;
  font-family: Poppins-SemiBold;
  color: #111;
}
.homesmart-cart-drawer-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f4f1ea;
  color: #111;
  font-size: 12px;
  font-family: Poppins-SemiBold;
}
.homesmart-cart-drawer-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: #f5f5f5;
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.homesmart-cart-drawer-close:hover {
  background: #ececec;
  transform: rotate(90deg);
}
.homesmart-cart-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px 24px;
}
.homesmart-cart-drawer .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homesmart-cart-drawer .woocommerce-mini-cart .mini_cart_item {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.homesmart-cart-drawer .woocommerce-mini-cart .mini_cart_item a:not(.remove) {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: start;
  grid-column: 1 / span 2;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
}
.homesmart-cart-drawer .woocommerce-mini-cart .mini_cart_item img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 8px;
  background: #f7f7f7;
}
.homesmart-cart-drawer .woocommerce-mini-cart .mini_cart_item .remove {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #111 !important;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
.homesmart-cart-drawer .woocommerce-mini-cart .quantity {
  display: block;
  grid-column: 2 / span 2;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
}
.homesmart-cart-drawer .woocommerce-mini-cart__total,
.homesmart-cart-drawer .woocommerce-mini-cart__buttons,
.homesmart-cart-drawer .woocommerce-mini-cart__empty-message {
  padding-top: 22px;
}
.homesmart-cart-drawer .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  margin-top: 12px;
  font-size: 16px;
}
.homesmart-cart-drawer .woocommerce-mini-cart__total strong,
.homesmart-cart-drawer .woocommerce-mini-cart__total .amount {
  font-family: Poppins-SemiBold;
}
.homesmart-cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.homesmart-cart-drawer .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-family: Poppins-SemiBold;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.homesmart-cart-drawer .woocommerce-mini-cart__buttons .button.checkout {
  background: #ff9e12;
  border-color: #ff9e12;
}
.homesmart-cart-drawer .woocommerce-mini-cart__buttons .button:hover {
  background: #fff;
  color: #111;
}
.homesmart-cart-drawer .woocommerce-mini-cart__empty-message {
  color: #666;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  header .topbar .user_btn ul {
    gap: 20px;
  }
  header .topbar .user_btn ul li a .homesmart-cart-badge {
    right: -9px;
  }
  .homesmart-cart-drawer-header {
    padding: 18px 18px 16px;
  }
  .homesmart-cart-drawer-content {
    padding: 0 18px 18px;
  }
  .homesmart-cart-drawer .woocommerce-mini-cart__buttons {
    grid-template-columns: 1fr;
  }
}
header .web_nav {
  position: relative;
  z-index: 999999 !important;
  overflow: visible !important;
  /* 一级下拉菜单 */
  /* 二级下拉菜单 */
}
header .web_nav > ul {
  display: flex;
  gap: 30px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  overflow: visible !important;
}
header .web_nav li {
  position: relative !important;
  line-height: 1;
  overflow: visible !important;
}
header .web_nav a {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  display: block;
}
header .web_nav li:hover > a {
  color: #ff9e12;
}
header .web_nav ul ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 260px !important;
  background: #fff !important;
  padding: 10px 15px !important;
  box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06) !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999 !important;
  list-style: none;
  margin: 0;
}
header .web_nav li:hover > ul {
  /*opacity: 1 !important;*/
  /*visibility: visible !important;*/
  /*display: flex !important;*/
  /*flex-direction: column !important;*/
}
header .web_nav ul ul ul {
  left: 100% !important;
  top: 0 !important;
  width: 280px !important;
} 

header .menu-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
header .web_nav li:hover > a .menu-arrow {
  transform: rotate(180deg);
}



 
.web_head {
  transition: all 0.4s ease !important;
}
.head_holder1 {
  display: none;
}
.fixed-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
  transform: translateY(-100%) !important;
}
.fixed-nav-active {
  transform: translateY(0) !important;
}

/*首页一开始就是fixed导航，所以不加head_holder*/
.home_webwrap .head_holder1 {
    display: none !important;
}

/*首页一开始就是fixed导航，所以不加head_holder*/
.home_webwrap .head_holder1 {
    display: none !important;
}

.headWrap {
  position: relative;
}

.superMenuWrap {
  opacity: 0;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transform: translate(0, -10px);
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  transition: all 0.5s;
}
.superMenuWrap .Wrapper {
  display: flex;
  justify-content: space-between;
}
.superMenuWrap .this_tab {
  padding: 30px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
}
.superMenuWrap .this_tab li {
  background-color: #fff1db;
  padding: 15px 20px;
  cursor: pointer;
}
.superMenuWrap .this_tab li.active {
  background-color: #ff9f0a;
  color: #fff;
}
.superMenuWrap .this_in {
  width: calc(100% - 260px);
}
.superMenuWrap .this_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 0;
  padding: 30px 0 20px;
  width: 100%;
}
.superMenuWrap .this_content .this_child {
  width: 12.5%;
  padding-right: .5%;
}
.superMenuWrap .this_content .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 110%;
  position: relative;
}
.superMenuWrap .this_content .this_child .img_b .sale-discount {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 70px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  background: #2691d2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: work_sanssemibold;
  z-index: 6;
  top: -12px;
  right: 18px;
}
.superMenuWrap .this_content .this_child .img_b .sale-discount:before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 7px solid #2691d2;
  border-bottom: 12px solid transparent;
  position: absolute;
  content: "";
  left: -7px;
  top: 0;
}
.superMenuWrap .this_content .this_child .img_b .sale-discount:after {
  width: 0;
  height: 0;
  border-top: 9px solid #1a78b1;
  border-right: 12px solid transparent;
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
}
.superMenuWrap .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.superMenuWrap .this_content .this_child .img_b .clearance {
  position: absolute;
  background-image: url(../img/chearance.webp);
  font-size: 0;
  background-repeat: no-repeat;
  width: 73%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 35px;
  bottom: 20px;
  background-size: contain;
}
.superMenuWrap .this_content .this_child h5 {
  margin-top: 10px;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .superMenuWrap .this_content .this_child .img_b .sale-discount {
    right: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .superMenuWrap .this_content .this_child .img_b .sale-discount {
    right: 12px;
  }
}
@media screen and (max-width: 1350px) {
  .superMenuWrap .this_content {
    gap: 20px 0%;
  }
  .superMenuWrap .this_content .this_child {
    width: 20%;
  }
  .superMenuWrap .this_content .this_child .img_b .sale-discount {
    right: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .superMenuWrap .this_content .this_child .img_b .sale-discount {
    right: 15px;
  }
}


.footerWrap {
  padding: 5vw 0;
  background-color: #000;
}
.footerWrap .web_footer .top_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerWrap .web_footer .top_footer .logo {
  flex: 0 20%;
}
.footerWrap .web_footer .top_footer .logo img {
  width: 250px;
}
.footerWrap .web_footer .top_footer .logo .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
}
.footerWrap .web_footer .top_footer .cate_list {
  flex: 0 auto;
}
.footerWrap .web_footer .top_footer .cate_list h3 {
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.footerWrap .web_footer .top_footer .cate_list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footerWrap .web_footer .top_footer .cate_list ul li a {
  color: #fff;
  font-size: 16px;
}
.footerWrap .web_footer .share_url {
  border-top: 2px solid #fff;
}
.footerWrap .web_footer .share_url p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}
.footerWrap .web_footer .share_url .share_url_list {
  display: flex;
  gap: 10px;
}
.footerWrap .web_footer .share_url .share_url_list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footerWrap .web_footer .share_url .share_url_list li a i {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover {
  background-color: transparent;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover a i {
  color: #fff;
  transition: all 0.3s;
}
.footerWrap .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
}
.footerWrap .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.footerWrap .sj-footer ul li a svg path {
  fill: #fff;
}
.footerWrap .sj-footer ul li a:hover {
  text-decoration: none;
}
.footerWrap .sj-footer ul #f-logo .imgWrap {
  width: 30vw;
}
.footerWrap .sj-footer ul #f-logo .imgWrap img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.index_title {
  font-family: Poppins-Bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.banner {
  position: relative;
}
.banner .bannerSwiper {
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide {
  width: 100%;
}
.banner .bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSwiper .swiper-slide .banner_intro {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  color: #fff;
}
.banner .bannerSwiper .swiper-slide .banner_intro span {
  display: block;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.banner .bannerSwiper .swiper-slide .banner_intro h1 {
  font-family: Poppins-Bold;
  text-transform: capitalize;
  font-size: clamp(18px, calc(17.973px + 2.71vw), 70px);
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide .banner_intro h1 b {
  font-family: Poppins-Bold;
  color: #ff9e12;
}
.banner .bannerSwiper .swiper-slide .banner_intro p {
  margin: 40px 0;
  width: 50%;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide-active .banner_intro span {
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.banner .bannerSwiper .swiper-pagination {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .swiper-pagination::after {
  content: '';
  display: block;
  width: 220px;
  height: 1px;
  background-color: #959699;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 0.4;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
}
.banner .banner_share {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 2;
}
.banner .banner_share li a {
  line-height: 1.5;
  width: 42px;
  height: 42px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner_share li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
.banner .banner_share li a:hover i {
  color: #ff9e12;
  transition: all 0.5s;
}
.banner .down {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.banner .down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
.cateWrap {
  padding-top: 5vw;
  background-color: #f7f7f7;
}
.cateWrap .Wrap {
  display: flex;
  justify-content: space-between;
}
.cateWrap .Wrap .all_cate {
  flex: 0 198px;
}
.cateWrap .Wrap .all_cate a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #000;
}
.cateWrap .Wrap .all_cate a .imgWrap {
  width: 198px;
  height: 198px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.5S;
}
.cateWrap .Wrap .all_cate a .imgWrap img {
  width: 90px;
  transition: all 0.5s;
}
.cateWrap .Wrap .all_cate a:hover {
  color: #ff9e12;
}
.cateWrap .Wrap .all_cate a:hover .imgWrap {
  background-color: #ff9e12;
  transition: all 0.5S;
}
.cateWrap .Wrap .all_cate a:hover .imgWrap img {
  transform: rotate(180deg);
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.cateWrap .Wrap .cate_list {
  flex: 0 83%;
  display: flex;
  gap: 5px;
}
.cateWrap .Wrap .cate_list li {
  flex: 0 calc(100% / 6);
}
.cateWrap .Wrap .cate_list li a {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #000;
}
.cateWrap .Wrap .cate_list li a .imgWrap {
  width: 198px;
  height: 198px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cateWrap .Wrap .cate_list li a .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cateWrap .Wrap .cate_list li a:hover {
  color: #ff9e12;
}
.cateWrap .Wrap .cate_list li a:hover .imgWrap img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.bestProWrap {
  padding: 6vw 0;
  overflow: hidden;
  background-color: #f7f7f7;
}
.bestProWrap .Wrap {
  position: relative;
  margin-top: 90px;
}
.bestProWrap .Wrap .bestProSwiper {
  overflow: hidden;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25%;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .title {
  font-size: 20px;
  margin: 10px 0 30px 0;
  color: #000;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .title a {
  color: #000;
  font-family: Poppins-SemiBold;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .more {
  padding: 10px 50px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .more {
  background-color: #fff;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .more a {
  color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .best-prev {
  transform: translateY(-50px);
  opacity: 0;
  left: calc((100% - 1600px) / 2);
  color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .best-prev::after {
  font-size: 30px;
}
.bestProWrap .Wrap .best-next {
  transform: translateY(-50px);
  transition: all 0.5s;
  opacity: 0;
  right: calc((100% - 1600px) / 2);
  color: #000;
}
.bestProWrap .Wrap .best-next::after {
  font-size: 30px;
}
.bestProWrap .Wrap:hover .best-prev {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
.bestProWrap .Wrap:hover .best-next {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.singleProWrap {
  padding: 6vw 0;
  background-color: #fff;
  overflow: hidden;
}
.singleProWrap .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleProWrap .layout .left {
  flex: 0 20%;
  /* 自定义分页样式 */
}
.singleProWrap .layout .left .titleWrap .index_title {
  text-align: left;
}
.singleProWrap .layout .left .titleWrap .desc {
  margin-top: 40px;
  color: #333333;
}
.singleProWrap .layout .left .custom-pagination {
  margin-top: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.singleProWrap .layout .left .custom-pagination .pagination-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  min-width: 30px;
  text-align: center;
}
.singleProWrap .layout .left .custom-pagination .pagination-progress {
  width: 200px;
  height: 4px;
  background-color: #e9ecef;
  position: relative;
  margin: 0 15px;
  border-radius: 2px;
  overflow: hidden;
}
.singleProWrap .layout .left .custom-pagination .pagination-progress .pagination-progress-fill {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  width: 0%;
  border-radius: 2px;
  transition: width 0.4s ease;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:hover:not(:disabled) {
  background-color: #ff9800;
  box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
  transform: translateY(-2px);
  color: #fff;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:active:not(:disabled) {
  transform: translateY(0);
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:disabled {
  opacity: 0.5;
}
.singleProWrap .layout .right {
  width: calc(73% - 30px);
}
.singleProWrap .layout .right .singleSwiper {
  overflow: hidden;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap {
  flex: 0 60%;
  padding-right: 2vw;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap img {
  width: 100%;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro {
  flex: 0 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro::before {
  content: "''";
  display: block;
  color: #000;
  font-size: 8vw;
  line-height: 10px;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .desc {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more {
  margin-top: 5vw;
  padding: 10px 50px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more:hover {
  background-color: transparent;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more:hover a {
  color: #000;
  transition: all 0.5s;
}
.listProWrap {
  background-color: #f5f5f5;
  padding: 6vw 0;
  overflow: hidden;
}
.listProWrap .Wrap {
  display: flex;
  justify-content: space-between;
  margin-left: calc((100% - 1600px) / 2);
}
.listProWrap .Wrap .left {
  flex: 0 20%;
}
.listProWrap .Wrap .left .index_title {
  text-align: left;
}
.listProWrap .Wrap .left .desc {
  margin-top: 40px;
  color: #333333;
}
.listProWrap .Wrap .right {
  width: 75%;
}
.listProWrap .Wrap .right .listProSwiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 29%;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .title {
  font-size: 20px;
  margin: 10px 0 30px 0;
  color: #000;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .title a {
  color: #000;
  font-family: Poppins-SemiBold;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .more {
  padding: 10px 50px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .more {
  background-color: #fff;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .more a {
  color: #000;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .swiper-pagination {
  top: auto;
  bottom: 0px;
}
.listProWrap .Wrap .right .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ff9e12;
}
.styleWrap {
  padding: 6vw 0;
  overflow: hidden;
}
.styleWrap .Wrap {
  position: relative;
  margin-top: 90px;
}
.styleWrap .Wrap .styleSwiper {
  overflow: hidden;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .imgWrap {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .title {
  margin: 20px 0;
  color: #000;
  font-size: 24px;
  font-family: Poppins-SemiBold;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .desc {
  font-size: 16px;
  color: #333333;
}
.styleWrap .Wrap .styleSwiper .swiper-slide:hover .imgWrap img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.styleWrap .Wrap .style-prev {
  left: -50px;
  color: #000;
}
.styleWrap .Wrap .style-prev::after {
  font-size: 30px;
}
.styleWrap .Wrap .style-next {
  right: -50px;
  color: #000;
}
.styleWrap .Wrap .style-next::after {
  font-size: 30px;
}
.whyWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.whyWrap .titleWrap .desc {
  text-align: center;
  margin-top: 40px;
}
.whyWrap .why_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.whyWrap .why_list li {
  flex: 0 25%;
  padding: 10px 25px;
  animation-duration: 2s;
}
.whyWrap .why_list li .icon {
  width: 35px;
  height: 50px;
}
.whyWrap .why_list li .icon img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.whyWrap .why_list li .intro {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
}
.whyWrap .why_list li .intro .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #000000;
}
.whyWrap .why_list li .intro .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.whyWrap .why_list li:nth-child(2) {
  animation-delay: 0.4s;
}
.whyWrap .why_list li:nth-child(3) {
  animation-delay: 0.8s;
}
.whyWrap .why_list li:nth-child(4) {
  animation-delay: 1.2s;
}
.whyWrap .why_list li:hover .icon img {
  transform: rotate(360deg);
  transition: all 0.5s;
}
.simpleWrap {
  overflow: hidden;
  padding-bottom: 6vw;
}
.simpleWrap .simple_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: 'item1 . item2 ' 'item1 . item2';
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.simpleWrap .simple_list li {
  position: relative;
}
.simpleWrap .simple_list li .imgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.simpleWrap .simple_list li .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.simpleWrap .simple_list li .imgWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.simpleWrap .simple_list li .title {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 28px;
}
.simpleWrap .simple_list li:nth-child(1) {
  grid-area: item1;
}
.simpleWrap .simple_list li:nth-child(4) {
  grid-area: item2;
}
.simpleWrap .simple_list li:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.aboutWrap {
  padding-bottom: 6vw;
  display: flex;
  margin-left: calc((100% - 1600px) / 2);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.aboutWrap .left {
  width: 42%;
}
.aboutWrap .left .index_title {
  text-align: left;
  font-size: 64px;
}
.aboutWrap .left .company {
  font-size: 30px;
  margin: 40px 0;
}
.aboutWrap .left .intro {
  font-size: 16px;
}
.aboutWrap .left .intro p {
  margin-bottom: 20px;
}
.aboutWrap .left .aboutNum {
  display: flex;
  position: relative;
  width: 155%;
  background-color: #fff;
  margin-top: 80px;
  padding: 30px 0;
  z-index: 1;
}
.aboutWrap .left .aboutNum li {
  flex: 0 33.333%;
  padding: 0 4vw;
  border-left: 1px solid rgba(61, 61, 61, 0.1);
}
.aboutWrap .left .aboutNum li:first-child {
  border-left: none;
  padding-left: 4vw;
}
.aboutWrap .left .aboutNum li .numadd {
  font-size: 60px;
  font-family: Poppins-SemiBold;
  color: #000;
  margin: 10px 0;
}
.aboutWrap .left .aboutNum li .icon {
  width: 35px;
}
.aboutWrap .left .aboutNum li .icon img {
  width: 100%;
}
.aboutWrap .right {
  width: 55%;
}
.aboutWrap .right .imgWrap {
  width: 100%;
}
.aboutWrap .right .imgWrap img {
  width: 100%;
}
.listWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.listWrap .list {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.listWrap .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listWrap .list li .imgWrap {
  flex: 0 50%;
  overflow: hidden;
}
.listWrap .list li .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.listWrap .list li .intro {
  flex: 0 45%;
}
.listWrap .list li .intro .title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  margin-bottom: 20px;
}
.listWrap .list li .intro .desc p {
  margin-bottom: 20px;
}
.listWrap .list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.listWrap .list li:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.popularWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.popularWrap .popularSwiper {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
.popularWrap .popularSwiper .swiper-slide {
  position: relative;
}
.popularWrap .popularSwiper .swiper-slide .imgWrap {
  width: 100%;
  height: auto;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.popularWrap .popularSwiper .swiper-slide .imgWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  margin: 20px 0;
  color: #000;
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide .desc {
  color: #333333;
  font-size: 16px;
}
.popularWrap .popularSwiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff80;
}
.popularWrap .popularSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide-active::after {
  background-color: transparent;
  z-index: -1;
}
.popularWrap .popularSwiper .popular-prev {
  left: 80px;
  color: #000;
}
.popularWrap .popularSwiper .popular-prev::after {
  font-size: 30px;
}
.popularWrap .popularSwiper .popular-next {
  right: 80px;
  color: #000;
}
.popularWrap .popularSwiper .popular-next::after {
  font-size: 30px;
}
.newsWrap {
  padding-bottom: 6vw;
}
.newsWrap .index_title {
  text-align: left;
}
.newsWrap .Wrap {
  position: relative;
  margin-top: 90px;
}
.newsWrap .Wrap .newsSwiper {
  overflow: hidden;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .date {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  margin: 20px 0;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .title a {
  color: #000;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .more a {
  display: inline-block;
  padding: 10px 40px;
  color: #000;
  border: 1px solid #000;
  position: relative;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .more a::after {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: all 0.5s;
  background-color: #000;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a {
  color: #fff;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a::after {
  z-index: -1;
  width: 100%;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(2) {
  animation-delay: 0.4s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(3) {
  animation-delay: 0.8s;
}
.newsWrap .Wrap .news-prev {
  left: -80px;
  color: #000;
}
.newsWrap .Wrap .news-prev::after {
  font-size: 30px;
}
.newsWrap .Wrap .news-next {
  right: -80px;
  color: #000;
}
.newsWrap .Wrap .news-next::after {
  font-size: 30px;
}
.customWrap {
  background-image: url(../img/custom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8vw 0;
  position: relative;
}
.customWrap::after {
  width: 100%;
  content: "";
  height: 100%;
  background-color: #00000056;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.customWrap .layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customWrap .layout .index_title {
  font-size: 56px;
  color: #fff;
}
.customWrap .layout .desc {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.customWrap .layout .more {
  margin-top: 60px;
}
.customWrap .layout .more a {
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #fff;
  transition: all 0.5s;
}
.customWrap .layout .more a:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}
@media screen and (max-width: 1660px) {
  .layout {
    width: 90vw;
  }
  .banner .banner_share {
    bottom: 0;
  }
  .cateWrap .Wrap .all_cate a .imgWrap {
    width: 150px;
    height: 150px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 150px;
    height: 150px;
  }
  .bestProWrap .Wrap .best-prev {
    left: calc((100% - 90vw) / 2);
  }
  .bestProWrap .Wrap .best-next {
    right: calc((100% - 90vw) / 2);
  }
  .listProWrap .Wrap {
    margin-left: calc((100% - 90vw) / 2);
  }
  .listProWrap .Wrap .left {
    flex: 0 28%;
  }
  .listProWrap .Wrap .right {
    width: 70%;
  }
  .aboutWrap {
    margin-left: calc((100% - 90vw) / 2);
  }
  .aboutWrap .left .company {
    margin: 20px 0;
  }
  .newsWrap .Wrap .news-prev {
    left: -30px;
  }
  .newsWrap .Wrap .news-next {
    right: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .index_title {
    font-size: 40px;
  }
  header .web_nav > ul {
    gap: 10px;
  }
  header .web_nav > ul > li > a {
    font-size: 15px;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro p {
    width: 80%;
  }
  .cateWrap .Wrap .cate_list li a {
    font-size: 16px;
  }
  .bestProWrap .Wrap .bestProSwiper .swiper-slide .title {
    font-size: 18px;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide {
    max-width: none;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide .title a {
    font-size: 18px;
  }
  .aboutWrap .left .index_title {
    font-size: 40px;
  }
  .aboutWrap .left .company {
    font-size: 30px;
  }
  .aboutWrap .left .aboutNum {
    padding: 20px 0;
  }
  .aboutWrap .left .aboutNum li {
    padding: 0 3vw;
  }
  .aboutWrap .left .aboutNum li .numadd {
    font-size: 40px;
  }
  .whyWrap .why_list li .intro .title {
    font-size: 20px;
  }
  .whyWrap .why_list li .intro .desc {
    font-size: 16px;
  }
  .simpleWrap .simple_list li .title {
    font-size: 20px;
  }
  .newsWrap .Wrap .newsSwiper .swiper-slide .title {
    font-size: 18px;
  }
  .customWrap .layout .index_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .layout {
    width: 95vw;
  }
  header .topbar {
    padding: 10px 0;
  }
  .index_title {
    font-size: 35px;
  }
  header .web_nav > ul > li > a {
    font-size: 14px;
  }
  .cateWrap .Wrap .all_cate a .imgWrap {
    width: 120px;
    height: 120px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 120px;
    height: 120px;
  }
  .aboutWrap {
    margin-left: calc((100% - 95vw) / 2);
  }
  .bestProWrap .Wrap .bestProSwiper .swiper-slide {
    max-width: none;
  }
  .bestProWrap .Wrap .best-prev {
    left: calc((100% - 95vw) / 2);
  }
  .bestProWrap .Wrap .best-next {
    right: calc((100% - 95vw) / 2);
  }
  .singleProWrap .layout .left {
    width: 28%;
  }
  .singleProWrap .layout .right {
    width: 70%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap {
    flex: 0 50%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .intro {
    flex: 0 50%;
  }
  .listProWrap .Wrap {
    margin-left: calc((100% - 95vw) / 2);
  }
  .styleWrap .Wrap .style-prev {
    left: 0;
  }
  .styleWrap .Wrap .style-next {
    right: 0;
  }
  .newsWrap .Wrap .news-prev {
    left: 0;
  }
  .newsWrap .Wrap .news-next {
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .index_title {
    font-size: 30px;
  }
  header .topbar .head_search {
    width: 50%;
  }
  header .topbar .head_search .search input[type='text'] {
    width: 75%;
  }
  header .topbar .head_search .search .sub {
    width: 25%;
  }
  .cateWrap .Wrap .all_cate {
    display: none;
  }
  .cateWrap .Wrap .cate_list {
    flex: 0 100%;
  }
  .cateWrap .Wrap .cate_list li a {
    font-size: 14px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 100px;
    height: 100px;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .bestProWrap .Wrap .bestProSwiper .swiper-slide .more {
    padding: 10px 20px;
  }
  .singleProWrap .layout {
    flex-direction: column;
  }
  .singleProWrap .layout .left {
    width: 100%;
  }
  .singleProWrap .layout .right {
    width: 100%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .intro .desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more {
    padding: 10px 20px;
  }
  .listProWrap .Wrap {
    flex-direction: column;
    gap: 20px;
  }
  .listProWrap .Wrap .left .desc {
    margin-top: 20px;
  }
  .listProWrap .Wrap .right {
    width: 100%;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide .more {
    padding: 10px 20px;
  }
  .styleWrap .Wrap {
    margin-top: 30px;
  }
  .styleWrap .Wrap .styleSwiper .swiper-slide .title {
    font-size: 20px;
  }
  .whyWrap .why_list {
    flex-wrap: wrap;
  }
  .whyWrap .why_list li {
    flex: 0 100%;
  }
  .aboutWrap {
    flex-direction: column;
  }
  .aboutWrap .left {
    width: 100%;
  }
  .aboutWrap .left .aboutNum {
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .aboutWrap .left .aboutNum li {
    padding: 10px;
  }
  .aboutWrap .left .aboutNum li .numadd {
    font-size: 35px;
  }
  .aboutWrap .right {
    width: 100%;
  }
  .popularWrap .popularSwiper .popular-prev {
    left: 0;
  }
  .popularWrap .popularSwiper .popular-next {
    right: 0;
  }
  .simpleWrap .simple_list {
    margin-top: 20px;
  }
  .listWrap .list li {
    flex-direction: column;
  }
  .listWrap .list li:nth-child(2n+2) {
    flex-direction: column;
  }
  .customWrap {
    padding-bottom: 50px;
  }
  .customWrap .layout .index_title {
    font-size: 30px;
  }
  .customWrap .layout .desc {
    width: 90%;
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .banner {
    margin-top: 60px;
  }
  .banner .down a {
    display: none;
  }
  .banner .banner_share li a {
    width: 25px;
    height: 25px;
  }
  .banner .bannerSwiper .swiper-pagination {
    display: none;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .cateWrap .Wrap {
    flex-wrap: wrap;
  }
  .cateWrap .Wrap .all_cate {
    display: none;
  }
  .cateWrap .Wrap .cate_list {
    flex-wrap: wrap;
    width: 100%;
    flex: 0 100%;
    gap: 0;
  }
  .cateWrap .Wrap .cate_list li {
    flex: 0 32.33333%;
    padding: 10px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 100%;
    height: auto;
  }
  .simpleWrap .simple_list {
    display: flex;
    flex-direction: column;
  }
  .phone-head-items {
    display: block;
  }
  header {
    display: none;
  }
  .phone-head-item .title:before {
    font-size: 20px;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/phone_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    box-shadow: 0 0 4px #414141;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 200px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .itemWrap .phone-head-aside {
    order: 1;
  }
  .itemWrap .phone-head-aside {
    order: 4;
  }
  .phone-head-item.phone-head-search .content-wrap .search {
    display: flex;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="text"] {
    width: 80%;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #efefef;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="search"] {
    width: 80%;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #efefef;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
  }
  .phone-head-item.phone-head-search .title i {
    font-size: 20px;
  }
  .phone-head-item.phone-head-nav .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/language.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .prisna-wp-translate-seo {
    display: block;
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item {
    float: left;
    width: 45px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #222;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #222;
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: transparent;
    margin: 0 auto;
    border-bottom: 1px solid #c5c5c5;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
    font-size: 16px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/index/search.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .footerWrap .web_footer {
    display: none;
  }
  .footerWrap .sj-footer {
    display: block;
  }
}
.listPage .modelWrapper1 .Wrapper {
  position: relative;
}
.listPage .modelWrapper1 .Wrapper .img_b {
  width: 100%;
}
.listPage .modelWrapper1 .Wrapper .img_b img {
  width: 100%;
}
.listPage .modelWrapper1 .Wrapper .this_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.listPage .modelWrapper1 .Wrapper .this_text h1 {
  color: #fff;
  font-size: clamp(24px, 3.54166667vw, 68px);
}
.listPage .modelWrapper2 .Wrapper {
  display: flex;
  justify-content: space-between;
}
.listPage .modelWrapper2 .Wrapper .left {
  width: 320px;
}
.listPage .modelWrapper2 .Wrapper .left .this_title h2 {
  font-size: clamp(16px, 1.25vw, 24px);
}
.listPage .modelWrapper2 .Wrapper .left .this_content .openaside i {
  transform: rotate(180deg);
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul i {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li {
  border-top: 1px solid #000;
  padding: 20px 15px;
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li > a {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li > ul {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li > ul > li {
  padding-left: 20px;
  position: relative;
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li > ul > li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.listPage .modelWrapper2 .Wrapper .left .this_content > ul > li > ul > li > a {
  font-size: clamp(16px, 0.83333333vw, 16px);
}
.listPage .modelWrapper2 .Wrapper .right {
  width: calc(100% - 350px);
}
.listPage .modelWrapper2 .Wrapper .right .this_search {
  width: 50%;
  margin-bottom: 20px;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #a7a7a7;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap input[type="text"] {
  border: none;
  width: calc(100% - 110px);
  color: #000;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap input[type="text"]::placeholder {
  color: #000;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap button {
  width: 100px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  padding-left: 10px;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap button i {
  color: #000;
}
.listPage .modelWrapper2 .Wrapper .right .this_search .Wrap button span {
  color: #000;
}
.listPage .modelWrapper2 .Wrapper .right .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child {
  width: 32%;
  overflow: hidden;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_title h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_price p {
  font-weight: bold;
  display: inline-block;
  font-size: clamp(16px, 1.45vw, 28px);
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_price .this_color {
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(5px);
  /* 轻微位移补间 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 更顺滑的曲线 */
  pointer-events: none;
  /* 避免未显示时触发交互 */
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_price .this_color span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  --dot-color: attr(data-color color);
  background-color: var(--dot-color);
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .buttonWrap {
  display: flex;
  width: 100%;
  /* 初始占满容器 */
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  gap: 10px;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .buttonWrap .this_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 0;
  font-size: 16px;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), clip-path 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s ease, box-shadow 0.2s ease;
  will-change: width, clip-path;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .buttonWrap .this_button:nth-child(1) {
  width: 100%;
  /* 初始占满容器 */
  background-color: #000;
  color: #fff;
  /* 初始clip-path：全屏矩形 */
  clip-path: inset(0);
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .buttonWrap .this_button:nth-child(2) {
  width: 0;
  /* 初始宽度0 */
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  /* 初始clip-path：完全裁剪隐藏 */
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child:hover .this_content .this_color {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child:hover .this_content .buttonWrap .this_button {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(1) {
  width: 40%;
  clip-path: inset(0);
}
.listPage .modelWrapper2 .Wrapper .right .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(2) {
  width: 60%;
  clip-path: inset(0);
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .listPage .modelWrapper1 .Wrapper .this_text {
    width: 90%;
    text-align: center;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_search {
    width: 100%;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child {
    width: 49%;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_price .this_color {
    visibility: inherit;
    opacity: 1 !important;
    transform: translateY(0);
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child .buttonWrap {
    flex-wrap: wrap;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child .buttonWrap .this_button {
    width: 100% !important;
    opacity: 1 !important;
    visibility: inherit !important;
    clip-path: inset(0) !important;
  }
}
@media screen and (max-width: 768px) {
  .listPage .modelWrapper1 .img_b {
    height: 350px;
  }
  .listPage .modelWrapper1 .img_b img {
    height: 100%;
    object-fit: cover;
  }
  .listPage .modelWrapper2 .Wrapper {
    flex-wrap: wrap;
  }
  .listPage .modelWrapper2 .Wrapper .left {
    width: 100%;
    display: none;
  }
  .listPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_search {
    width: 100%;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child {
    width: 49%;
  }
  .listPage .modelWrapper2 .Wrapper .right .this_in .this_child .this_content .this_price .this_color span {
    width: 10px;
    height: 10px;
  }
}
.detailPage {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.detailPage .bestProWrap {
    background-color: transparent;
}

.detailPage .cateWrap { 
    background-color: transparent;
}


.detailPage .cateWrap2 .Wrap {
  display: flex;
}
.detailPage .cateWrap2 .Wrap .this_child {
  background-color: #fff1db;
  position: relative;
  display: inline-block;
  width: 14.5%;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detailPage .cateWrap2 .Wrap .this_child::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ff9f0a;
}
.detailPage .cateWrap2 .this_title h2 {
    font-family: Poppins-Bold;
    font-size: 48px;
    font-size: clamp(20px, calc(16px + 1vw), 48px);
    color: #000000;
}

.detailPage .cateWrap2 .Wrap .this_child.active {
  background-color: #ff9f0a;
}
.detailPage .cateWrap2 .Wrap .this_child.active::before {
  opacity: 1;
}
.detailPage .cateWrap2 .Wrap .this_child.active .img_b img {
  filter: brightness(0) invert(1);
}
.detailPage .cateWrap2 .Wrap .this_child.active .this_text h3 {
  color: #fff;
}
.detailPage .cateWrap2 .Wrap .this_child .img_b {
  width: 50px;
  height: 50px;
}
.detailPage .cateWrap2 .Wrap .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detailPage .cateWrap2 .Wrap .this_child .this_text {
  margin-top: 10px;
}
.detailPage .cateWrap2 .Wrap .this_child .this_text h3 {
  text-align: center;
}
.detailPage .modelWrapper1 .Wrapper {
  display: flex;
  justify-content: space-between;
}
.detailPage .modelWrapper1 .Wrapper .left {
  width: 50%;
}
.detailPage .modelWrapper1 .Wrapper .left .top .singleImg {
  width: 100%;
  padding-top: 55%;
  position: relative;
  height: auto;
}
.detailPageIn .modelWrapper1 .Wrapper .left .top .singleImg {
   padding-top: 80%; 
}
.detailPage .modelWrapper1 .Wrapper .left .top .singleImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.detailPage .modelWrapper1 .Wrapper .left .bottom {
  margin-top: 20px; 
  position: relative;
}
.detailPage .modelWrapper1 .Wrapper .left .swiper-father {
  position: relative;
}
.detailPage .modelWrapper1 .Wrapper .left .prev {
  top: 50%;
  left: -40px;
  color: #8a8a8a;
}
.detailPage .modelWrapper1 .Wrapper .left .prev::after {
  font-size: 20px;
  font-weight: bold;
}
.detailPage .modelWrapper1 .Wrapper .left .next {
  top: 50%;
  right: -40px;
  color: #8a8a8a;
}
.detailPage .modelWrapper1 .Wrapper .left .next::after {
  font-size: 20px;
  font-weight: bold;
}
.detailPage .modelWrapper1 .Wrapper .left .swiper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  /*height: 250px;*/
}
.detailPage .modelWrapper1 .Wrapper .left .swiper .swiper-slide {
    width: 100%;
    /*height: calc((100% - 30px) / 2) !important;*/
    /*display: block !important;*/
}
.detailPage .modelWrapper1 .Wrapper .left .swiper .img_b {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.detailPage .modelWrapper1 .Wrapper .left .swiper .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.detailPage .modelWrapper1 .Wrapper .right {
  width: 50%;
  padding-left: 60px;
}
.detailPage .modelWrapper1 .Wrapper .right h1 {
  font-family: 'Poppins-Bold';
  font-size: 32px;
  font-size: clamp(20px, 1.66666667vw, 32px);
  margin-top:   -.5vw;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in {
  margin-top: 0px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .this_tab {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 20px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .this_tab::before {
  z-index: 2;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #e0e0e0;
  bottom: 0;
  left: 0;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .this_tab > li {
  cursor: pointer;
  position: relative;
  padding: 15px 0;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .this_tab > li::before {
  z-index: 2;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .this_tab > li.on::before {
  background-color: #ff9e12;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap {
  margin-top: 20px;
  max-height: 430px;
  overflow: auto;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_feature {
  display: flex;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_feature ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_feature ul li {
  padding: 8px 5px;
  border-bottom: 1px solid #d4d4d4;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_feature ul li span:nth-child(1) {
  display: inline-block;
  width: 200px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_feature ul li:nth-child(even) {
  background-color: #eee;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_des h3 {
  margin-bottom: 10px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_in .Wrap .this_des p {
  font-size: 16px;
  color: #999;
}
.detailPage .modelWrapper1 .Wrapper .right .this_text {
  margin-top: 20px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_text h3 {
  color: #000;
  font-size: 20px;
  font-size: clamp(16px, 1.04166667vw, 20px);
}
.detailPage .modelWrapper1 .Wrapper .right .this_text p {
  font-size: 16px;
  color: #666666;
}
.detailPage .modelWrapper1 .Wrapper .right .this_price {
  margin-top: 20px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_price h3 {
  color: #000;
  font-size: clamp(20px, 1.5vw, 36px);
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-list {
  display: flex;
  gap: 8px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-list .color-item,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .size-item,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-list .size-item {
  padding: 4px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item.active,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-list .color-item.active,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .size-item.active,
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-list .size-item.active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .size-select {
  min-width: 100px;
  padding: 3px 5px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item {
  display: flex;
  align-items: center;
  padding: 5px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item.active {
  background-color: transparent;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item .img_b {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item #pic {
  z-index: 99;
  position: absolute;
  display: none;
  transform: translate(10px, -100%);
  width: 300px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_attr .attr-group .color-list .color-item #pic1 {
  width: 400px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 5px hsl(0, 0%, 5%);
  box-shadow: 5px 5px 5px 0px hsla(0, 0%, 5%, 0.3);
}
.detailPage .modelWrapper1 .Wrapper .right .this_btn .this_button {
  display: inline-block;
  padding: 15px 45px;
}
.detailPage .modelWrapper1 .Wrapper .right .this_btn .this_button:nth-child(1) {
  background-color: #000000;
  border: 1px solid #000;
  color: #fff;
}
.detailPage .modelWrapper1 .Wrapper .right .this_btn .this_button:nth-child(2) {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.detailPage .bestProWrap {
  overflow: visible;
  padding-bottom: 0;
}
.detailPage .bestProWrap .this_title h2 {
  font-family: Poppins-Bold;
  font-size: 48px;
  font-size: clamp(20px, calc(16px + 1vw), 48px);
  color: #000000;
}
.detailPage .bestProWrap .Wrap {
  margin-top: 50px;
}
.detailPage .bestProWrap .Wrap .swiper-father {
  position: relative;
}
.detailPage .bestProWrap .Wrap .swiper-father .best-prev {
  left: -50px;
}
.detailPage .bestProWrap .Wrap .swiper-father .best-next {
  right: -50px;
}
.detailPage .bestProWrap .Wrap .bestProSwiper .swiper-slide .title {
  margin: 50px 0 30px 0;
}
.detailPage .bestProWrap .Wrap .bestProSwiper .swiper-slide .title a {
  color: #000;
  font-family: Poppins-regular;
}
.detailPage .cateWrap .this_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailPage .cateWrap .this_title h2 {
  font-family: Poppins-Bold;
  font-size: 48px;
  font-size: clamp(20px, calc(16px + 1vw), 48px);
  color: #000000;
}
.detailPage .cateWrap .this_title .this_search {
  width: 50%;
}
.detailPage .cateWrap .this_title .this_search .Wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #a7a7a7;
}
.detailPage .cateWrap .this_title .this_search .Wrap input[type="text"] {
  border: none;
  width: calc(100% - 110px);
  color: #000;
}
.detailPage .cateWrap .this_title .this_search .Wrap input[type="text"]::placeholder {
  color: #000;
}
.detailPage .cateWrap .this_title .this_search .Wrap button {
  width: 100px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  padding-left: 10px;
}
.detailPage .cateWrap .this_title .this_search .Wrap button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.detailPage .cateWrap .this_title .this_search .Wrap button i {
  color: #000;
}
.detailPage .cateWrap .this_title .this_search .Wrap button span {
  color: #000;
}
.detailPage .modelWrapper3 .Wrapper {
  display: flex;
  justify-content: space-between;
}
.detailPage .modelWrapper3 .Wrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
  width: 100%;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child {
  width: 24%;
  overflow: hidden;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_title h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price p {
  font-weight: bold;
  display: inline-block;
  font-size: clamp(16px, 1.45vw, 28px);
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price .this_color {
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(5px);
  /* 轻微位移补间 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 更顺滑的曲线 */
  pointer-events: none;
  /* 避免未显示时触发交互 */
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price .this_color span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  --dot-color: attr(data-color color);
  background-color: var(--dot-color);
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .buttonWrap {
  display: flex;
  width: 100%;
  /* 初始占满容器 */
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  gap: 10px;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 0;
  font-size: 16px;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), clip-path 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s ease, box-shadow 0.2s ease;
  will-change: width, clip-path;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button:nth-child(1) {
  width: 100%;
  /* 初始占满容器 */
  background-color: #000;
  color: #fff;
  /* 初始clip-path：全屏矩形 */
  clip-path: inset(0);
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button:nth-child(2) {
  width: 0;
  /* 初始宽度0 */
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  /* 初始clip-path：完全裁剪隐藏 */
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child:hover .this_content .this_color {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(1) {
  width: 40%;
  clip-path: inset(0);
}
.detailPage .modelWrapper3 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(2) {
  width: 60%;
  clip-path: inset(0);
  opacity: 1;
}

.detailPage .modelWrapper3_1 .Wrapper {
  display: flex;
  justify-content: space-between;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
  width: 100%;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .img_b {
  width: 200px;
  padding-top: 200px;
  border: 1px solid #eee;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_title {
  padding-left: 30px;
  width: calc(100% - 520px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_title h3 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_title p {
    display: inline-block;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content {
  width: 300px;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price p {
  font-weight: bold;
  display: inline-block;
  font-size: clamp(16px, 1.45vw, 28px);
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price .this_color {
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(5px);
  /* 轻微位移补间 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 更顺滑的曲线 */
  pointer-events: none;
  /* 避免未显示时触发交互 */
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price .this_color span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  --dot-color: attr(data-color color);
  background-color: var(--dot-color);
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .buttonWrap {
  display: flex;
  width: 100%;
  /* 初始占满容器 */
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  gap: 10px;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 0;
  font-size: 16px;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), clip-path 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s ease, box-shadow 0.2s ease;
  will-change: width, clip-path;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button:nth-child(1) {
  width: 100%;
  /* 初始占满容器 */
  background-color: #000;
  color: #fff;
  /* 初始clip-path：全屏矩形 */
  clip-path: inset(0);
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .buttonWrap .this_button:nth-child(2) {
  width: 0;
  /* 初始宽度0 */
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  /* 初始clip-path：完全裁剪隐藏 */
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child:hover .this_content .this_color {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(1) {
  width: 40%;
  clip-path: inset(0);
}
.detailPage .modelWrapper3_1 .Wrapper .this_in .this_child:hover .this_content .buttonWrap .this_button:nth-child(2) {
  width: 60%;
  clip-path: inset(0);
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .detailPage .bestProWrap .Wrap {
    margin-top: 50px;
  }
  .detailPage .bestProWrap .Wrap .swiper-father {
    position: relative;
  }
  .detailPage .bestProWrap .Wrap .swiper-father .best-prev {
    left: 0vw;
  }
  .detailPage .bestProWrap .Wrap .swiper-father .best-next {
    right: 0vw;
  }
  .detailPageIn .modelWrapper1 .Wrapper .right .this_in .Wrap {
      max-height: 260px;
  }
}
@media screen and (max-width: 1080px) {
  .detailPage {
    padding-top: 20px;
  }

}
@media screen and (max-width: 950px) {
  .detailPage {
    padding-top: 80px;
  }
  .detailPage .modelWrapper1 .Wrapper {
    flex-direction: column;
  }
  .detailPage .modelWrapper1 .Wrapper .left {
    width: 100%;
    position: static;
  }
  .detailPage .modelWrapper1 .Wrapper .left .swiper-father .prev {
    top: 50%;
    left: 0px;
  }
  .detailPage .modelWrapper1 .Wrapper .left .swiper-father .next {
    top: 50%;
    right: 0px;
  }
  .detailPage .modelWrapper1 .Wrapper .right {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .detailPage .modelWrapper1 .Wrapper .right .this_btn .this_button {
    width: 49%;
    text-align: center;
  }
  .detailPage .bestProWrap .Wrap .swiper-father .best-prev {
    transform: translateY(0px);
    opacity: 1;
    left: 0 !important;
  }
  .detailPage .bestProWrap .Wrap .swiper-father .best-next {
    transform: translateY(0px);
    opacity: 1;
    right: 0 !important;
  }
  .detailPage .cateWrap .this_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailPage .cateWrap .this_title .this_search {
    margin-top: 10px;
    width: 100%;
  }
  .detailPage .cateWrap2 .Wrap {
    flex-wrap: wrap;
  }
  .detailPage .cateWrap2 .Wrap .this_child {
    width: 25%;
  }
  .detailPage .modelWrapper3 .Wrapper .this_in .this_child {
    width: 49%;
  }
  .detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price .this_color {
    visibility: inherit;
    opacity: 1 !important;
    transform: translateY(0);
  }
  .detailPage .modelWrapper3 .Wrapper .this_in .this_child .this_content .this_price .this_color span {
    width: 10px;
    height: 10px;
  }
  .detailPage .modelWrapper3 .Wrapper .this_in .this_child .buttonWrap {
    flex-wrap: wrap;
  }
  .detailPage .modelWrapper3 .Wrapper .this_in .this_child .buttonWrap .this_button {
    width: 100% !important;
    opacity: 1 !important;
    visibility: inherit !important;
    clip-path: inset(0) !important;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child {
    width: 49%;
    flex-direction: column;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .img_b {
    width: 100%;
    padding-top: 75%;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_title {
    padding: 0;
    width: 100%;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content {
    width: 100%;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price .this_color {
    visibility: inherit;
    opacity: 1 !important;
    transform: translateY(0);
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .this_content .this_price .this_color span {
    width: 10px;
    height: 10px;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .buttonWrap {
    flex-wrap: wrap;
  }
  .detailPage .modelWrapper3_1 .Wrapper .this_in .this_child .buttonWrap .this_button {
    width: 100% !important;
    opacity: 1 !important;
    visibility: inherit !important;
    clip-path: inset(0) !important;
  }
}
@media screen and (max-width: 550px) {
  .detailPage {
    padding-top: 80px;
  }
  .detailPage .modelWrapper1 .Wrapper .right .this_btn .this_button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.aboutPage .modelWrapper1 .Wrapper {
  position: relative;
}
.aboutPage .modelWrapper1 .Wrapper .img_b {
  width: 100%;
}
.aboutPage .modelWrapper1 .Wrapper .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper1 .Wrapper .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutPage .modelWrapper1 .Wrapper .this_text h1 {
  color: #fff;
  font-size: 50px;
  font-size: clamp(24px, 2.60416667vw, 50px);
}
.aboutPage .modelWrapper2 .Wrapper {
  display: flex;
  align-items: stretch;
  padding: clamp(30px, 6.5vw, 130px) 0;
}
.aboutPage .modelWrapper2 .Wrapper .left {
  width: 60%;
  padding-right: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .this_text h2 {
  color: #000;
  font-size: 32px;
  font-size: clamp(24px, 2.60416667vw, 50px);
  font-family: 'Poppins-Bold';
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .this_text > p {
  display: inline-block;
  font-size: 20px;
  font-size: clamp(18px, 1.04166667vw, 20px);
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2%;
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child {
  width: 49%;
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .num {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-size: clamp(22px, 2.08333333vw, 40px);
  color: var(--color-theme, #ff9e12);
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .num span {
  font-family: 'Poppins-Bold';
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .num b {
  font-family: 'Poppins-Bold';
}
.aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .desc p {
  font-size: 18px;
  font-size: clamp(16px, 1.04166667vw, 18px);
}
.aboutPage .modelWrapper2 .Wrapper .right {
  width: 40%;
}
.aboutPage .modelWrapper2 .Wrapper .right .img_b {
  width: 100%;
  height: 100%;
}
.aboutPage .modelWrapper2 .Wrapper .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutPage .modelWrapper3 {
  background-color: #f5f5f5;
}
.aboutPage .modelWrapper3 .Wrapper {
  padding: clamp(30px, 6.5vw, 130px) 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.aboutPage .modelWrapper3 .Wrapper .this_title {
  width: 400px;
  position: relative;
}
.aboutPage .modelWrapper3 .Wrapper .this_title .Wrap {
  position: sticky;
  top: 120px;
}
.aboutPage .modelWrapper3 .Wrapper .this_title .Wrap h3 {
  font-size: clamp(18px, 1.04166667vw, 20px);
}
.aboutPage .modelWrapper3 .Wrapper .this_title .Wrap h3 span {
  color: var(--color-theme, #ff9e12);
}
.aboutPage .modelWrapper3 .Wrapper .this_title .Wrap h2 {
  color: #000;
  font-size: clamp(20px, 2.60416667vw, 50px);
}
.aboutPage .modelWrapper3 .Wrapper .this_in {
  width: calc(90% - 450px);
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child .this_video {
  width: 100%;
  position: relative;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child .this_video video {
  width: 100%;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child .this_video .iconWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child .this_video .iconWrap:hover {
  border-radius: 25px 100px 100px 25px / 65px 65px 65px 65px;
  background-color: rgba(18, 170, 69, 0.8);
  transition: all 0.3s ease-in-out;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child .this_video .iconWrap img {
  width: 60px;
  height: 60px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .this_child p {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  font-size: clamp(16px, 1.04166667vw, 20px);
}
.aboutPage .about_course {
  background-color: #f5f5f5;
  background-image: url(../img/about/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: clamp(20px, 3vw, 60px);
}
.aboutPage .about_course .index_title {
  font-family: "Poppins-Bold";
  text-align: center;
  color: #000;
  font-size: clamp(20px, 2.60416667vw, 50px);
}
.aboutPage .about_course .Wrap {
  display: flex;
  flex-direction: column;
  margin-top: clamp(20px, 3vw, 60px);
  gap: clamp(30px, 9vw, 180px);
}
.aboutPage .about_course .Wrap .swiper-father {
  position: relative;
  padding: 0 clamp(50px, 8.85416667vw, 170px);
}
.aboutPage .about_course .Wrap .swiper-father .prev {
  top: 50%;
  left: -2px;
  color: #333;
}
.aboutPage .about_course .Wrap .swiper-father .prev::after {
  font-size: clamp(20px, 1.38888889vw, 30px);
  font-weight: bold;
}
.aboutPage .about_course .Wrap .swiper-father .next {
  top: 50%;
  right: -2px;
  color: #333;
}
.aboutPage .about_course .Wrap .swiper-father .next::after {
  font-size: clamp(20px, 1.38888889vw, 30px);
  font-weight: bold;
}
.aboutPage .about_course .Wrap .course_images {
  overflow: hidden;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child {
  color: #000;
  display: flex;
  align-items: stretch;
  gap: 60px;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .imgWrap {
  width: 50%;
  margin-top: 30px;
  transition: all 0.3s;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap::before {
  content: attr(data-time);
  color: #fff;
  font-size: clamp(30px, 13vw, 320px);
  position: absolute;
  bottom: 0;
  z-index: -1;
  font-family: "Poppins-SemiBold";
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap .this_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap .this_text .title {
  font-size: 20px;
  font-size: clamp(16px, 1.04166667vw, 20px);
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap .this_text .desc {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide .this_child:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide-active {
  opacity: 1;
}
.aboutPage .about_course .Wrap .course_images .swiper-slide-active .this_child .this_child_in .imgWrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s;
}
.aboutPage .about_course .Wrap .course_years {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.aboutPage .about_course .Wrap .course_years::after {
  content: "";
  width: 96%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 2%;
  top: 10px;
  opacity: 0.5;
}
.aboutPage .about_course .Wrap .course_years .swiper-slide {
  padding: 10px 0;
}
.aboutPage .about_course .Wrap .course_years .swiper-slide p {
  font-weight: bold;
  opacity: 0.5;
  color: #000;
  font-size: 1.5vw;
  text-align: center;
  cursor: pointer;
}
.aboutPage .about_course .Wrap .course_years .swiper-slide::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutPage .about_course .Wrap .course_years .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -15px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutPage .about_course .Wrap .course_years .swiper-slide-thumb-active p {
  opacity: 1;
}
.aboutPage .about_course .Wrap .course_years .swiper-slide-thumb-active::after {
  background-color: #ff9e12;
}
.aboutPage .about_course .Wrap .course_years .swiper-slide-thumb-active::before {
  background-color: #ff9e12;
  opacity: 1;
}
.aboutPage .about_course .Wrap .course_years .years-prev {
  top: 11px;
  left: -2px;
  color: #fff;
}
.aboutPage .about_course .Wrap .course_years .years-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.aboutPage .about_course .Wrap .course_years .years-next {
  top: 11px;
  right: -2px;
  color: #fff;
}
.aboutPage .about_course .Wrap .course_years .years-next::after {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .aboutPage .about_course .Wrap .course_images .swiper-slide .title {
    font-size: 30px;
  }
  .aboutPage .about_course .Wrap .course_images .swiper-slide .desc {
    font-size: 16px;
  }
  .aboutPage .about_course .Wrap .course_years .swiper-slide p {
    font-size: 18px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 950px) {
  .aboutPage .modelWrapper1 .Wrapper .this_text {
    top: 50%;
    width: 90%;
    text-align: center;
  }
  .aboutPage .modelWrapper2 .Wrapper {
    flex-direction: column-reverse;
  }
  .aboutPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  .aboutPage .modelWrapper2 .Wrapper .right .img_b {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutPage .modelWrapper2 .Wrapper .left {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }
  .aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum {
    gap: 20px;
  }
  .aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child {
    box-shadow: 1px 1px 3px #d2d2d2;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }
  .aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .num {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .aboutPage .modelWrapper2 .Wrapper .left .Wrap .aboutNum .this_child .desc br {
    display: none;
  }
  .aboutPage .modelWrapper3 .Wrapper {
    flex-direction: column;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_title {
    width: 100%;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_title .Wrap {
    position: static;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in {
    margin-top: 30px;
    width: 100%;
    flex-direction: row;
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .this_child {
    width: 49%;
  }
  .aboutPage .about_course {
    padding-bottom: 50px;
  }
  .aboutPage .about_course .Wrap .swiper-father {
    padding: 0;
  }
  .aboutPage .about_course .Wrap .swiper-father .next {
    display: none;
  }
  .aboutPage .about_course .Wrap .swiper-father .prev {
    display: none;
  }
  .aboutPage .about_course .Wrap .course_images .swiper-slide .this_child {
    flex-direction: column;
    gap: 20px;
  }
  .aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .imgWrap {
    width: 100%;
    padding-top: 75%;
  }
  .aboutPage .about_course .Wrap .course_images .swiper-slide .this_child .textWrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aboutPage .modelWrapper1 .Wrapper .img_b {
    height: 350px;
  }
  .aboutPage .modelWrapper1 .Wrapper .img_b img {
    height: 100%;
    object-fit: cover;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_text {
    top: 50%;
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .aboutPage .modelWrapper3 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
.contactPage .modelWrapper1 {
  padding: clamp(30px, 5vw, 100px) 0;
}
.contactPage .modelWrapper1 .Wrapper {
  display: flex;
  justify-content: space-between;
}
.contactPage .modelWrapper1 .Wrapper .this_child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactPage .modelWrapper1 .Wrapper .this_child:nth-child(2) {
  transform: translate(-30px, 0);
}
.contactPage .modelWrapper1 .Wrapper .this_child .img_b {
  width: 60px;
}
.contactPage .modelWrapper1 .Wrapper .this_child .img_b img {
  width: 100%;
}
.contactPage .modelWrapper1 .Wrapper .this_child .this_text {
  margin-top: 10px;
}
.contactPage .modelWrapper1 .Wrapper .this_child .this_text h3 {
  text-align: center;
  font-size: 20px;
  font-size: clamp(18px, 1.25vw, 22px);
}
.contactPage .modelWrapper1 .Wrapper .this_child .this_text p,
.contactPage .modelWrapper1 .Wrapper .this_child .this_text a {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-size: clamp(16px, 1.25vw, 20px);
}
@media screen and (max-width: 950px) {
  .contactPage .modelWrapper1 {
    padding: 50px 0;
  }
  .contactPage .modelWrapper1 .Wrapper .this_child:nth-child(2) {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .contactPage .modelWrapper1 .Wrapper {
    flex-wrap: wrap;
  }
  .contactPage .modelWrapper1 .Wrapper .this_child {
    margin-top: 20px;
    padding: 20px 10px;
    width: 100%;
    box-shadow: 1px 1px 3px #d2d2d2;
    border-radius: 5px;
  }
  .contactPage .modelWrapper1 .Wrapper .this_child .this_text p br,
  .contactPage .modelWrapper1 .Wrapper .this_child .this_text a br {
    display: none;
  }
}
.customizationPage .modelWrapper1 {
  padding: 100px 0;
}
.customizationPage .modelWrapper1 .Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customizationPage .modelWrapper1 .Wrapper .left {
  width: 43%;
}
.customizationPage .modelWrapper1 .Wrapper .left .img_b {
  width: 100%;
}
.customizationPage .modelWrapper1 .Wrapper .left .img_b img {
  width: 100%;
}
.customizationPage .modelWrapper1 .Wrapper .right {
  width: 57%;
  padding-left: 3.5%;
}
.customizationPage .modelWrapper1 .Wrapper .right h2 {
  font-family: "poppins-bold";
  font-size: 43px;
  font-size: clamp(24px, 2.23958333vw, 43px);
}
.customizationPage .modelWrapper1 .Wrapper .right .this_text {
  line-height: 1.6;
}
.customizationPage .modelWrapper1 .Wrapper .right .this_text p {
  font-size: 16px;
  color: #666;
}
.customizationPage .whyWrap .why_list li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customizationPage .whyWrap .why_list li .intro .desc {
  margin-top: 20px;
  color: 333333;
}
.customizationPage .faqWrapper {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.customizationPage .faqWrapper .this_title h2 {
  font-size: 43px;
  font-size: clamp(24px, 2.23958333vw, 43px);
  color: #000;
  text-align: center;
}
.customizationPage .faqWrapper .faq {
  margin-top: 60px;
}
.customizationPage .faqWrapper .faq ul {
  width: 100%;
}
.customizationPage .faqWrapper .faq ul li {
  border-bottom: 1px solid #858585;
}
.customizationPage .faqWrapper .faq ul li .question {
  padding: 25px 20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.customizationPage .faqWrapper .faq ul li .question b {
  line-height: 1.5;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #a7afb4;
  transform: rotate(0deg);
  transition: all 0.3s;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.customizationPage .faqWrapper .faq ul li .question b::before {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\eaf3';
  font-family: iconfont-icon;
  font-size: 16px;
  color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.customizationPage .faqWrapper .faq ul li .question b.active::before {
  content: '\eaf5';
}
.customizationPage .faqWrapper .faq ul li .question p {
  display: inline-block;
  width: calc(100% - 30px);
  line-height: 1.5;
  color: #000;
}
.customizationPage .faqWrapper .faq ul li .answer {
  display: none;
  padding: 0px 0px 40px 55px;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 950px) {
  .customizationPage .modelWrapper1 {
    padding: 50px 0;
  }
  .customizationPage .modelWrapper1 .Wrapper {
    flex-direction: column;
  }
  .customizationPage .modelWrapper1 .Wrapper .left {
    width: 100%;
  }
  .customizationPage .modelWrapper1 .Wrapper .left .img_b {
    height: 350px;
  }
  .customizationPage .modelWrapper1 .Wrapper .left .img_b img {
    height: 100%;
    object-fit: cover;
  }
  .customizationPage .modelWrapper1 .Wrapper .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .customizationPage .whyWrap .why_list {
    margin-top: 30px;
  }
  .customizationPage .whyWrap .why_list li {
    box-shadow: 1px 1px 3px #eee;
    margin-top: 20px;
  }
  .customizationPage .faqWrapper {
    padding: 30px 0;
  }
  .customizationPage .faqWrapper .faq {
    margin-top: 20px;
  }
  .customizationPage .faqWrapper .faq ul li .question {
    font-size: 18px;
    padding: 15px 0;
    flex-direction: row-reverse;
  }
  .customizationPage .faqWrapper .faq ul li .answer {
    padding: 5px 0;
  }
}
/*gotop*/
.gotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #fff;
  background-color: #ff9e12;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #ff9e12;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gotop:hover,
.gotop.active:hover {
  font-weight: bold;
}
.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:before,
.gotop em {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gotop em {
  font-size: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.gotop:before {
  content: '\e630';
  font-family: 'iconfont';
  font-size: 22px;
  height: 100%;
  display: block;
}
.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:hover:before {
  -webkit-transform: translateY(-15px) scale(0.5);
  -ms-transform: translateY(-15px) scale(0.5);
  -o-transform: translateY(-15px) scale(0.5);
  transform: translateY(-15px) scale(0.5);
  opacity: 0;
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  .gotop {
    display: none;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/* 变体画廊样式 - 优化版本 */
#gallery-wrapper,
.homesmart-product-gallery-wrapper {
    transition: opacity 0.25s ease;
}

#gallery-wrapper.loading,
.homesmart-product-gallery-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
}

.thumbSwiper .swiper-slide,
.homesmart-gallery-swiper .swiper-slide {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.2s;
}

.thumbSwiper .swiper-slide:hover,
.homesmart-gallery-swiper .swiper-slide:hover {
    opacity: 1;
    transform: scale(1.05);
}

.thumbSwiper .swiper-slide-active,
.homesmart-gallery-swiper .swiper-slide-active {
    opacity: 1;
    border: 2px solid #0073aa;
}

#main-display-image {
    transition: opacity 0.2s ease;
    max-width: 100%;
    /*height: auto;*/
    display: block;
}

/* 防止图片加载时的闪烁 */
#main-display-image[src=""] {
    opacity: 0;
}

/* 颜色选择器样式优化 */
.color-item {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    display: inline-block;
    /*position: relative;*/
    /*overflow: hidden;*/
}

.color-item img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.color-item:hover img {
    transform: scale(1.1);
}

.color-item.active {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3);
}

/* 图片错误状态 */
.color-item img.error,
.thumbSwiper .swiper-slide img.error,
.homesmart-gallery-swiper .swiper-slide img.error {
    opacity: 0.5;
    background: #f0f0f0;
}

/* 加载状态 */
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.detailPage .modelWrapper1 .Wrapper .left .bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row {
  position: relative;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row-title {
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
  font-family: Poppins-Medium;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .swiper-father {
  position: relative;
  padding: 0 28px;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .swiper {
  margin-bottom: 0;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .swiper-slide {
  width: 140px;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .img_b {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .img_b img {
  width: 100%;
  height: 120px;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row-scenes .img_b img {
  object-fit: cover;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row-products .img_b img {
  object-fit: contain;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-prev,
.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-next {
  top: calc(50% + 10px);
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-prev {
  left: 0;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-next {
  right: 0;
}

.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-prev::after,
.detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .homesmart-gallery-next::after {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  .detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .swiper-father {
    padding: 0 24px;
  }

  .detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .swiper-slide {
    width: 110px;
  }

  .detailPage .modelWrapper1 .Wrapper .left .homesmart-gallery-row .img_b img {
    height: 96px;
  }
}
@media screen and (max-width: 950px) {
.detailPage .modelWrapper1 .Wrapper .right .this_btn form.cart {
    width: 100%;
}
}
.added_to_cart.wc-forward {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px !important;
}


div#listCart {
    scroll-margin-top: 130px;
}
















.dr {
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.drbtn {
  position: relative;
}
.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #bfe35c;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfe35c;
}
.cw:hover {
  border: 5px solid #bfe35c;
  background-color: transparent;
  transition: 0.5s;
}
.cw:hover i {
  color: #172f3b;
}
.cw i {
  font-size: 25px;
  color: #172f3b;
}
.bo {
  position: absolute;
  top: 0;
}
.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #bfe35c;
  animation: scale 2s infinite;
}
.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #bfe35c;
  animation: scale2 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutimg {
  padding-top: 10%;
}
