@charset "UTF-8";
#home .banner_module {
  position: relative;
  width: 100%;
  min-height: 75rem;
}

#home .banner_module > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .banner_module .module_container {
  position: relative;
  z-index: 2;
  padding: 22rem 0 15.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#home .banner_module .module_container .title {
  max-width: 83.4rem;
  color: #FFFFFF;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 8rem;
  line-height: 8rem;
  text-align: center;
}

#home .banner_module .module_container .description {
  margin: 3.2rem 0 5.6rem;
  max-width: 101.9rem;
  color: #FFFFFF;
  font-family: 'Poppins Light';
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

#home .banner_module .module_container .btns .el-button {
  min-width: 16.8rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  border: none;
  text-align: center;
}

#home .banner_module .module_container .btns .el-button span {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 2rem;
}

#home .banner_module .module_container .btns .el-button:nth-of-type(1) {
  background: #2C64F6;
}

#home .banner_module .module_container .btns .el-button:nth-of-type(1) span {
  color: #FFFFFF;
}

#home .banner_module .module_container .btns .el-button:nth-of-type(2) {
  background: #FFFFFF;
}

#home .banner_module .module_container .btns .el-button:nth-of-type(2) span {
  color: #2C64F6;
}

#home .introduction_module {
  padding: 13.7rem 0 21.6rem 12rem;
  margin: 0 auto;
}

#home .introduction_module .module_container {
  display: flex;
  align-items: stretch;
  gap: 3.9rem;
}

#home .introduction_module .module_container .container_left {
  width: 39.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home .introduction_module .module_container .container_left .title {
  display: inline-block;
}

#home .introduction_module .module_container .container_left .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.4rem;
  color: #333333;
}

#home .introduction_module .module_container .container_left .title div i {
  flex: 1;
  margin-left: 2.4rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#home .introduction_module .module_container .container_left .description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#home .introduction_module .module_container .container_left .description ul li {
  margin: 1.6rem 0 0;
  color: #666666;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.8rem;
}

#home .introduction_module .module_container .container_left .description ul li:nth-of-type(1) {
  margin: 0;
  color: #333333;
  font-weight: 700;
  font-size: 2.6rem;
}

#home .introduction_module .module_container .container_right {
  padding: 13.1rem 0 0;
  width: calc(100% - 39.5rem - 3.9rem);
  position: relative;
}

#home .introduction_module .module_container .container_right .mySwiper {
  width: 100%;
  height: auto;
}

#home .introduction_module .module_container .container_right .mySwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#home .introduction_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide {
  width: 80.07%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .introduction_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#home .introduction_module .module_container .container_right .swiper-pagination {
  position: absolute;
  z-index: 8;
  bottom: -9.5rem;
  left: 0;
  right: 0;
  padding-left: 8.4rem;
  width: 50%;
  text-align: left;
}

#home .introduction_module .module_container .container_right .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3.2rem 0 0;
  width: auto;
  height: auto;
  line-height: normal;
  color: #000000;
  background-color: transparent;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 2.4rem;
  opacity: 1;
}

#home .introduction_module .module_container .container_right .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+4) {
  display: none;
}

#home .introduction_module .module_container .container_right .swiper-pagination .swiper-pagination-bullet-active {
  color: #2C64F6;
  font-weight: 700;
  font-size: 11rem;
  font-family: 'Poppins Bold';
}

#home .introduction_module .module_container .container_right .swiper-navigation {
  position: absolute;
  z-index: 7;
  left: 0;
  bottom: -0.8rem;
  width: 80.07%;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#home .introduction_module .module_container .container_right .swiper-navigation > div {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

#home .introduction_module .module_container .container_right .swiper-navigation > div img {
  margin-left: 2.4rem;
  display: inline-block;
  width: auto;
  height: 3.7rem;
}

#home .introduction_module .module_container .container_right .swiper-navigation > div::after {
  display: none;
}

#home .special_module {
  padding: calc(15.7rem - 7.2rem) 0 18.6rem 12rem;
  background: #F5F5F5;
}

#home .special_module .module_container {
  position: relative;
  display: flex;
  gap: calc(3.9rem - 2.8rem);
}

#home .special_module .module_container .container_left {
  padding: 7.2rem 0 0;
  min-width: 4rem;
  width: 39.5rem;
}

#home .special_module .module_container .container_left .title {
  display: inline-block;
  width: 27.4rem;
}

#home .special_module .module_container .container_left .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.4rem;
  color: #333333;
}

#home .special_module .module_container .container_left .title div i {
  flex: 1;
  margin-left: 2.4rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#home .special_module .module_container .container_right {
  width: calc(100% - 39.5rem - 3.9rem + 2.8rem);
  position: relative;
}

#home .special_module .module_container .container_right .mySwiper {
  width: 100%;
  height: auto;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper {
  padding: 7.2rem 2.8rem 3.6rem;
  display: flex;
  align-items: stretch;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide {
  width: 42.50%;
  height: auto;
  background: #FFFFFF;
  transition: transform 1s;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box {
  padding: 5.6rem 3.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box img {
  width: auto;
  height: 9.9rem;
  object-fit: contain;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box .title {
  margin: 2.2rem 0 2.4rem;
  color: #333333;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2.4rem;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box .description {
  color: #999999;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 3rem;
}

#home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 2.6rem 1rem rgba(0, 0, 0, 0.05);
  transform: translateY(-3.2rem);
}

#home .special_module .module_container .swiper-navigation {
  position: absolute;
  z-index: 7;
  left: 0;
  bottom: 3.6rem;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#home .special_module .module_container .swiper-navigation > div {
  position: static;
  margin: 0;
  width: auto;
  cursor: pointer;
}

#home .special_module .module_container .swiper-navigation > div img {
  margin-right: 2.4rem;
  display: inline-block;
  width: auto;
  height: 3.7rem;
}

#home .special_module .module_container .swiper-navigation > div::after {
  display: none;
}

#home .special_module .module_container .swiper-navigation .swiper-button-disabled {
  opacity: 0.35;
}

#home .sourcing_module {
  position: relative;
}

#home .sourcing_module > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .sourcing_module .module_container {
  position: relative;
  padding: 13.2rem 0 0 12rem;
}

#home .sourcing_module .module_container .content {
  width: 96.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#home .sourcing_module .module_container .content .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.4rem;
  color: white;
}

#home .sourcing_module .module_container .content .title div i {
  flex: 1;
  margin-left: 2.4rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: white;
}

#home .sourcing_module .module_container .content .description {
  margin: 3.2rem 0 0;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

#home .sourcing_module .module_container .content .learn_more {
  display: inline-block;
}

#home .sourcing_module .module_container .content .learn_more a {
  margin: 5.6rem 0 0;
  display: flex;
  align-items: center;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2.2rem;
  text-decoration: none;
  color: #FFF;
}

#home .sourcing_module .module_container .content .learn_more a .el-button {
  margin-right: 1.6rem;
  padding: 0;
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #FFF;
  font-size: 2.2rem;
}

#home .sourcing_module .module_container .data_show {
  margin: 13.9rem 0 0;
  display: flex;
  align-items: stretch;
}

#home .sourcing_module .module_container .data_show .box {
  position: relative;
  padding: 2.1875% 3.02%;
  background: #2C64F6;
}

#home .sourcing_module .module_container .data_show .box .box_number {
  font-family: 'Poppins Bold';
  font-weight: 700;
  font-size: 4.8rem;
  color: white;
}

#home .sourcing_module .module_container .data_show .box .box_title {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.8);
}

#home .sourcing_module .module_container .data_show .box i {
  position: absolute;
  top: 20%;
  right: -1px;
  display: inline-block;
  width: 0.3rem;
  height: calc(100% - 40%);
  background: rgba(255, 255, 255, 0.5);
}

#home .product_module {
  padding: 13.5rem 0 14rem 12rem;
}

#home .product_module .module_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home .product_module .module_title .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: normal;
  color: #333333;
}

#home .product_module .module_title .title div i {
  flex: 1;
  margin-left: 2.4rem;
  width: 9.8rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#home .product_module .module_title > .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#home .product_module .module_title > .swiper-navigation > div {
  position: static;
  margin: 0;
  width: auto;
  cursor: pointer;
}

#home .product_module .module_title > .swiper-navigation > div img {
  margin-right: 2.4rem;
  display: inline-block;
  width: auto;
  height: 3.7rem;
}

#home .product_module .module_title > .swiper-navigation > div::after {
  display: none;
}

#home .product_module .module_title > .swiper-navigation .swiper-button-disabled {
  opacity: 0.35;
}

#home .product_module .module_container {
  margin: 6.4rem 0 0;
  position: relative;
}

#home .product_module .module_container .mySwiper {
  width: 100%;
  height: auto;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  width: calc(421 / 1800 * 100%);
  height: 57.6rem;
  background: whitesmoke;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left {
  padding: calc(40 / 421 * 100%) calc(40 / 421 * 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left > a {
  display: inline-block;
  text-decoration: none;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_img {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(314 / (421 - 80) * 100%);
  height: 27.6rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_title {
  margin: calc(61 / (421 - 80) * 100%) 0 0;
  font-family: 'Poppins Bold';
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #333333;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_btn {
  display: none;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_right {
  display: none;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4rem;
  width: 9.6rem;
  height: auto;
  object-fit: contain;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active {
  width: calc(927 / 1800 * 100%);
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left {
  padding: calc(32 / 927 * 100%) calc(60 / 927 * 100%);
  flex: 1;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_img {
  width: calc(308 / (547 - 120) * 100%);
  height: 24.2rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_title {
  margin: calc(39 / (547 - 120) * 100%) 0 0;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_btn {
  margin: calc(32 / (547 - 120) * 100%) 0 0;
  width: 100%;
  max-width: 42.7rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2.2rem;
  color: white;
  background: #2c64f6;
  border-radius: 0.6rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right {
  padding: calc(32 / 927 * 100%) calc(30 / 927 * 100%);
  display: inline-block;
  width: calc(380 / 927 * 100%);
  min-width: calc(380 / 927 * 100%);
  position: relative;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right::before {
  content: '';
  position: absolute;
  top: calc(32 / 576 * 100%);
  left: 0;
  width: 1px;
  height: calc(100% - (64 / 576 * 100%));
  background: #cdcdcd;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper {
  padding: 2.8rem 0;
  position: relative;
  height: 100%;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper {
  height: 100%;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
  color: #333333;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a:nth-of-type(1) {
  justify-content: flex-end;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a:nth-of-type(2) {
  justify-content: flex-start;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img {
  width: calc(169 / (380 - 60) * 100%);
  height: 14.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_title {
  margin: 1.8rem 0 0;
  font-family: 'Poppins Bold';
  font-weight: 700;
  font-size: 2rem;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide .slide_line {
  margin: 2.4rem 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .product-swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  text-align: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .product-swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) {
  /* 这个会选择 swiper-slide-active 前面的 .swiper-slide */
  width: calc(927 / 1800 * 100%);
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left {
  padding: calc(32 / 927 * 100%) calc(60 / 927 * 100%);
  flex: 1;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_img {
  width: calc(308 / (547 - 120) * 100%);
  height: 24.2rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_title {
  margin: calc(39 / (547 - 120) * 100%) 0 0;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_btn {
  margin: calc(32 / (547 - 120) * 100%) 0 0;
  width: 100%;
  max-width: 42.7rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2.2rem;
  color: white;
  background: #2c64f6;
  border-radius: 0.6rem;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right {
  padding: calc(32 / 927 * 100%) calc(30 / 927 * 100%);
  display: inline-block;
  width: calc(380 / 927 * 100%);
  min-width: calc(380 / 927 * 100%);
  position: relative;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right::before {
  content: '';
  position: absolute;
  top: calc(32 / 576 * 100%);
  left: 0;
  width: 1px;
  height: calc(100% - (64 / 576 * 100%));
  background: #cdcdcd;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper {
  padding: 2.8rem 0;
  position: relative;
  height: 100%;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper {
  height: 100%;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
  color: #333333;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a:nth-of-type(1) {
  justify-content: flex-end;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a:nth-of-type(2) {
  justify-content: flex-start;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img {
  width: calc(169 / (380 - 60) * 100%);
  height: 14.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_title {
  margin: 1.8rem 0 0;
  font-family: 'Poppins Bold';
  font-weight: 700;
  font-size: 2rem;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide .slide_line {
  margin: 2.4rem 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .product-swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  text-align: center;
}

#home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .product-swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}

#home .product_module .product_view {
  margin: 5.6rem 0 0;
  display: flex;
  justify-content: center;
}

#home .product_module .product_view a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.3rem;
  max-width: 40.3rem;
  height: 6.4rem;
  border-radius: 0.6rem;
  font-family: 'Poppins Medium';
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  background: #2C64F6;
  color: #FFF;
}

#home .services_module .module_title {
  padding: 0.8rem 12rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: whitesmoke;
}

#home .services_module .module_title .title {
  width: 39.5rem;
  position: relative;
  z-index: 2;
  bottom: -5rem;
}

#home .services_module .module_title .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: normal;
  color: #333333;
}

#home .services_module .module_title .title div i {
  flex: 1;
  margin-left: 2.4rem;
  width: 9.8rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#home .services_module .module_container .mySwiper {
  width: 100%;
  height: auto;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
  padding: 0px 0 8rem;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box {
  padding: 0px 12rem 8rem;
  background: whitesmoke;
  width: 100%;
  display: flex;
  align-items: stretch;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .right_title {
  display: none;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 4.8rem;
  text-align: right;
  color: #333333;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_title {
  font-family: 'Poppins SemiBold';
  font-weight: 600;
  font-size: 1.9rem;
  color: #333333;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description {
  margin: 2.4rem 0 0;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  color: #666666;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description b {
  font-family: 'Poppins Bold';
  font-weight: 700;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul {
  margin: 2.4rem 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li {
  position: relative;
  margin: 0 0 1.6rem;
  padding-left: 3.1rem;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.9rem;
  color: #666666;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #2c64f6;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img {
  position: relative;
  margin: 0 6rem;
  width: calc(453 / 1680 * 100%);
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img img {
  width: 100%;
  object-fit: contain;
  margin-bottom: -14rem;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img .box_svg {
  position: absolute;
  right: 0;
  top: calc(50% + 7rem);
  transform: translate(30%, -50%);
  width: calc(171 / 453 * 100%);
  height: auto;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_title {
  margin: 15rem 0 0;
  font-family: 'Kraskario Regular';
  font-weight: 400;
  font-size: 4.8rem;
  text-align: right;
  color: #333333;
}

#home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_description {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 1.9rem;
  text-align: right;
  color: #333333;
}

#home .services_module .module_container .mySwiper > .swiper-navigation {
  position: absolute;
  z-index: 2;
  left: calc((100% - 453 / 1680 * 100%) /2);
  bottom: 5.5rem;
  transform: translate(-100%, 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#home .services_module .module_container .mySwiper > .swiper-navigation > div {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}

#home .services_module .module_container .mySwiper > .swiper-navigation > div img {
  margin-right: 2.4rem;
  display: inline-block;
  width: auto;
  height: 3.7rem;
}

#home .services_module .module_container .mySwiper > .swiper-navigation > div::after {
  display: none;
}

#home .services_module .module_container .mySwiper > .swiper-navigation .swiper-button-disabled {
  opacity: 0.35;
}

#home .contact_module {
  padding: 22.8rem 12rem 6.9rem;
  position: relative;
  overflow: hidden;
}

#home .contact_module .contact_module_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -16rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

#home .contact_module .module_container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: calc(3.9rem);
}

#home .contact_module .module_container .container_left {
  width: 39.5rem;
}

#home .contact_module .module_container .container_left .title {
  display: inline-block;
}

#home .contact_module .module_container .container_left .title div {
  display: flex;
  align-items: center;
  font-family: 'Kraskario';
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.4rem;
  color: #333333;
}

#home .contact_module .module_container .container_left .title div i {
  flex: 1;
  margin-left: 2.4rem;
  max-width: 9.8rem;
  height: 0.4rem;
  background: #333333;
}

#home .contact_module .module_container .container_right {
  width: calc(100% - 39.5rem - 3.9rem);
  position: relative;
}

#home .contact_module .module_container .container_right .el-form .el-form-item {
  margin-left: 4.5rem;
  margin-bottom: 2.4rem;
}

#home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__content .el-input {
  display: flex;
}

#home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__content .el-input .el-input__inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 5.6rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  font-family: 'Poppins Regular';
}

#home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__content .el-textarea .el-textarea__inner {
  padding: 1.4rem 1.6rem;
  height: auto;
  min-height: 10.8rem !important;
  font-size: 1.8rem;
  border-radius: 1rem;
  font-family: 'Poppins Regular';
}

#home .contact_module .module_container .container_right .el-form .form_bubmit {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

#home .contact_module .module_container .container_right .el-form .form_bubmit .el-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
  background: #2c64f6;
}

@media (max-width: 768px) {
  #home .banner_module {
    min-height: 26.8rem;
  }
  #home .banner_module .module_container {
    padding: 7.6rem 4.3rem 2.4rem;
  }
  #home .banner_module .module_container .title {
    max-width: auto;
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
  #home .banner_module .module_container .description {
    margin: 1.2rem 0 3rem;
    max-width: auto;
    font-size: 1rem;
  }
  #home .banner_module .module_container .btns {
    display: flex;
    align-items: center;
  }
  #home .banner_module .module_container .btns .el-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 9.2rem;
    height: 3.3rem;
    line-height: 3.3rem;
    border-radius: 2px;
  }
  #home .banner_module .module_container .btns .el-button span {
    font-size: 1.1rem;
  }
  #home .introduction_module {
    padding: 3.1rem 0 7.4rem 1.6rem;
  }
  #home .introduction_module .module_container {
    flex-direction: column;
    gap: 1.6rem;
  }
  #home .introduction_module .module_container .container_left {
    width: 100%;
  }
  #home .introduction_module .module_container .container_left .title div {
    font-size: 2.4rem;
    line-height: normal;
  }
  #home .introduction_module .module_container .container_left .title div i {
    margin-left: 1rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .introduction_module .module_container .container_left .description {
    margin: 3.2rem 0 0;
  }
  #home .introduction_module .module_container .container_left .description ul li {
    margin: 1rem 0 0;
    font-size: 1.4rem;
  }
  #home .introduction_module .module_container .container_left .description ul li:nth-of-type(1) {
    font-size: 1.8rem;
  }
  #home .introduction_module .module_container .container_right {
    padding: 0 0 0;
    width: calc(100%);
  }
  #home .introduction_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide {
    width: 90.25%;
  }
  #home .introduction_module .module_container .container_right .swiper-pagination {
    bottom: -5rem;
    padding-left: 2.5rem;
    width: calc(90.25% - 60px);
  }
  #home .introduction_module .module_container .container_right .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.6rem 0 0;
    font-size: 1.6rem;
    opacity: 1;
  }
  #home .introduction_module .module_container .container_right .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 5.6rem;
  }
  #home .introduction_module .module_container .container_right .swiper-navigation {
    width: 90.25%;
    bottom: 0;
  }
  #home .introduction_module .module_container .container_right .swiper-navigation > div {
    margin-top: 0.6rem;
    height: auto;
  }
  #home .introduction_module .module_container .container_right .swiper-navigation > div img {
    margin-left: 1rem;
    height: 1.6rem;
  }
  #home .special_module {
    padding: 3.6rem 0 6.1rem 1.6rem;
  }
  #home .special_module .module_container {
    flex-direction: column;
    gap: calc(0);
  }
  #home .special_module .module_container .container_left {
    padding: 0 0;
    min-width: auto;
    width: 8.2rem;
  }
  #home .special_module .module_container .container_left .title {
    width: 100%;
    display: inline-block;
  }
  #home .special_module .module_container .container_left .title div {
    font-size: 2.4rem;
    line-height: normal;
  }
  #home .special_module .module_container .container_left .title div i {
    margin-left: 1rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .special_module .module_container .container_right {
    width: calc(100%);
  }
  #home .special_module .module_container .container_right .mySwiper {
    width: 100%;
    height: auto;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper {
    padding: 4.6rem 0 0;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide {
    width: 79.10%;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box {
    padding: 2.4rem 2rem;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box img {
    height: 4.8rem;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box .title {
    margin: 1.5rem 0 0.7rem;
    font-size: 1.6rem;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide .slide_box .description {
    font-size: 1.3rem;
    line-height: normal;
  }
  #home .special_module .module_container .container_right .mySwiper .swiper-wrapper .swiper-slide:hover {
    box-shadow: none;
    transform: translateY(-3.6rem);
  }
  #home .special_module .module_container .swiper-navigation {
    right: 1.6rem;
    top: 5.5rem;
    bottom: auto;
    transform: translateY(50%);
  }
  #home .special_module .module_container .swiper-navigation > div {
    height: auto;
    line-height: normal;
  }
  #home .special_module .module_container .swiper-navigation > div img {
    margin-left: 1rem;
    margin-right: 0;
    height: 1.6rem;
  }
  #home .sourcing_module .module_container {
    position: relative;
    padding: 2.8rem 1.6rem 0;
  }
  #home .sourcing_module .module_container .content {
    width: 100%;
  }
  #home .sourcing_module .module_container .content .title div {
    font-size: 2.4rem;
    line-height: normal;
  }
  #home .sourcing_module .module_container .content .title div i {
    margin-left: 1rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .sourcing_module .module_container .content .description {
    margin: 2.4rem 0 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #home .sourcing_module .module_container .content .learn_more a {
    margin: 1.6rem 0 0;
    font-size: 1.3rem;
  }
  #home .sourcing_module .module_container .content .learn_more a .el-button {
    margin-right: 0.4rem;
    font-size: 1.2rem;
  }
  #home .sourcing_module .module_container .data_show {
    margin: 3.2rem 0 0;
    flex-wrap: wrap;
  }
  #home .sourcing_module .module_container .data_show .box {
    padding: 1.8rem 2.4rem;
    width: 50%;
  }
  #home .sourcing_module .module_container .data_show .box .box_number {
    font-size: 2.8rem;
  }
  #home .sourcing_module .module_container .data_show .box .box_title {
    margin: 0 0 0;
    font-size: 1.4rem;
  }
  #home .sourcing_module .module_container .data_show .box i {
    position: absolute;
    top: 25%;
    right: -1px;
    width: 0.2rem;
    height: calc(100% - 50%);
  }
  #home .product_module {
    padding: 5rem 1.6rem 4.8rem;
  }
  #home .product_module .module_title .title div {
    font-size: 2.4rem;
  }
  #home .product_module .module_title .title div i {
    margin-left: 1rem;
    min-width: 3.3rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .product_module .module_title > .swiper-navigation > div {
    height: auto;
  }
  #home .product_module .module_title > .swiper-navigation > div img {
    margin-left: 1rem;
    margin-right: 0;
    height: 1.4rem;
  }
  #home .product_module .module_container {
    margin: 3.5rem 0 0;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
    width: calc(100%);
    height: 24rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left {
    padding: 1.6rem 1rem;
    width: calc(196 / (375 - 32) * 100%);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_img {
    margin-top: 0;
    width: calc(130 / (190 - 20) * 100%);
    height: 10.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_box .slide_box_left .box_left_title {
    margin: 0.8rem 0 0;
    font-size: 1.6rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .slide_svg {
    left: 1.3rem;
    width: 3.5rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active {
    width: calc(100%);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left {
    padding: 1.6rem 1rem;
    flex: 1;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_img {
    margin-top: 0;
    width: calc(130 / (190 - 20) * 100%);
    height: 10.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_title {
    margin: 0.8rem 0 0;
    font-size: 1.6rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_left .box_left_btn {
    margin: 1.2rem 0 0;
    padding: 0;
    max-width: calc(143 / 196 * 100%);
    height: 3rem;
    font-size: 1.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right {
    padding: 1.6rem 1rem;
    width: calc(146 / (375 - 32) * 100%);
    min-width: calc(146 / (375 - 32) * 100%);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right::before {
    content: '';
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 1px;
    height: calc(100% - 3.2rem);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper {
    padding: 1.1rem 0;
    position: relative;
    height: 100%;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img {
    width: calc(81 / (146 - 20) * 100%);
    height: 5.5rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_title {
    margin: 0.5rem 0 0;
    font-size: 1.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide .slide_line {
    margin: 0.8rem 0;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .product-swiper-pagination {
    bottom: 0rem;
    text-align: center;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide-active .slide_box .slide_box_right .swiper .product-swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) {
    width: calc(100%);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left {
    padding: 1.6rem 1rem;
    flex: 1;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_img {
    margin-top: 0;
    width: calc(130 / (190 - 20) * 100%);
    height: 10.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_title {
    margin: 0.8rem 0 0;
    font-size: 1.6rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_left .box_left_btn {
    margin: 1.2rem 0 0;
    padding: 0;
    max-width: calc(143 / 196 * 100%);
    height: 3rem;
    font-size: 1.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right {
    padding: 1.6rem 1rem;
    width: calc(146 / (375 - 32) * 100%);
    min-width: calc(146 / (375 - 32) * 100%);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right::before {
    content: '';
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 1px;
    height: calc(100% - 3.2rem);
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper {
    padding: 1.1rem 0;
    position: relative;
    height: 100%;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img {
    width: calc(81 / (146 - 20) * 100%);
    height: 5.5rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide > a .slide_title {
    margin: 0.5rem 0 0;
    font-size: 1.2rem;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .swiper-wrapper .swiper-slide .slide_line {
    margin: 0.8rem 0;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .product-swiper-pagination {
    bottom: 0rem;
    text-align: center;
  }
  #home .product_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide:has( ~ .swiper-slide-active) .slide_box .slide_box_right .swiper .product-swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  #home .product_module .product_view {
    margin: 2.4rem 0 0;
  }
  #home .product_module .product_view a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.9rem;
    max-width: 17.9rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
  #home .services_module .module_title {
    padding: 0 1.6rem 0;
  }
  #home .services_module .module_title .title {
    width: 50%;
  }
  #home .services_module .module_title .title div {
    font-size: 2.4rem;
  }
  #home .services_module .module_title .title div i {
    margin-left: 1rem;
    width: 3.3rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide {
    padding: 0px 0 3.3rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box {
    padding: 0px 1.6rem 0;
    background: whitesmoke;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left {
    margin: calc(3.2rem + 5rem) 0 0;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .right_title {
    margin-bottom: 2.4rem;
    width: 100%;
    display: block;
    font-size: 2rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_title {
    width: 100%;
    font-size: 1.4rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left .left_description {
    width: 100%;
    margin: 1.6rem 0 0;
    font-size: 1.4rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul {
    margin: 1.4rem 0 0;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li {
    margin: 0 0 1.2rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_left ul li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img {
    order: 3;
    position: relative;
    margin: 3.2rem 3.5rem 0;
    width: calc(100% - 7rem);
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img img {
    margin-bottom: -3.3rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_img .box_svg {
    position: absolute;
    right: 0;
    top: calc(50%);
    transform: translate(30%, -50%);
    width: calc(9.3rem);
    height: auto;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right {
    margin: 3.2rem 0 0;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_title {
    display: none;
    font-size: 2rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-wrapper > .swiper-slide .box .box_right .right_description {
    font-size: 1.4rem;
  }
  #home .services_module .module_container .mySwiper > .swiper-navigation {
    position: absolute;
    z-index: 2;
    right: 1.6rem;
    top: 3rem;
    bottom: auto;
    transform: translate(0%, 0%);
  }
  #home .services_module .module_container .mySwiper > .swiper-navigation > div {
    height: auto;
  }
  #home .services_module .module_container .mySwiper > .swiper-navigation > div img {
    margin-left: 1rem;
    margin-right: 0rem;
    height: 1.6rem;
  }
  #home .contact_module {
    padding: 6.4rem 1.6rem 6.4rem;
  }
  #home .contact_module .contact_module_bg {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #home .contact_module .module_container {
    flex-direction: column;
    gap: calc(0);
  }
  #home .contact_module .module_container .container_left {
    width: 100%;
  }
  #home .contact_module .module_container .container_left .title div {
    font-size: 2.4rem;
    line-height: normal;
  }
  #home .contact_module .module_container .container_left .title div i {
    margin-left: 1rem;
    width: 3.3rem;
    max-width: 3.3rem;
    height: 0.2rem;
  }
  #home .contact_module .module_container .container_right {
    width: calc(100%);
    position: relative;
  }
  #home .contact_module .module_container .container_right .el-form .el-form-item {
    margin-left: 0rem;
    margin-bottom: 1.8rem;
  }
  #home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__content .el-input .el-input__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
  #home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__content .el-textarea .el-textarea__inner {
    padding: 1.6rem 1.6rem;
    height: auto;
    min-height: 11rem !important;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
  #home .contact_module .module_container .container_right .el-form .el-form-item .el-form-item__error {
    font-size: 0.8rem;
  }
  #home .contact_module .module_container .container_right .el-form .form_bubmit {
    margin: 1.2rem 0 0;
  }
  #home .contact_module .module_container .container_right .el-form .form_bubmit .el-button {
    padding: 0;
    width: 17.9rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  form > div.payment-buttons {
    position: fixed !important;
    z-index: 99;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
    background: #fff;
    box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
  }
  form > div.payment-buttons > .product-single__variants {
    display: none;
  }
  form > div.payment-buttons > .add-to-cart {
    order: 99;
    margin-top: 0;
    width: calc(50% - 5px);
    height: 44px;
    min-height: auto;
    color: black !important;
    background: white !important;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    padding: 0 !important;
  }
  form > div.payment-buttons > .shopify-payment-button {
    margin-top: 0 !important;
    width: calc(50% - 5px);
    height: 44px;
    min-height: auto !important;
  }
  form > div.payment-buttons > .shopify-payment-button .shopify-payment-button__more-options {
    display: none;
  }
}

@media (max-width: 768px) {
  form.btm > div.payment-buttons {
    position: fixed !important;
    z-index: 99 !important;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column !important;
    background: #fff;
    box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
  }
  form.btm > div.payment-buttons > .product-single__variants {
    display: none;
  }
  form.btm > div.payment-buttons > * {
    width: 100% !important;
  }
}
