/* ==== FE duplicate: home_banner (hidden, do not delete) ====
.home_banner {
  background-color: #eceeeb;
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_swiper .swiper-slide .head .tcon > em,
.home_banner .home_banner_swiper .swiper-slide .head .hd_h1,
.home_banner .home_banner_swiper .swiper-slide .head .desc,
.home_banner .home_banner_swiper .swiper-slide .head .btns {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s 0.5s;
}
.home_banner .home_banner_swiper .swiper-slide .head .hd_h1 {
  transition: all 0.5s 0.6s;
}
.home_banner .home_banner_swiper .swiper-slide .head .desc {
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide .head .btns {
  transition: all 0.5s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .tcon > em,
.home_banner .home_banner_swiper .swiper-slide-active .head .hd_h1,
.home_banner .home_banner_swiper .swiper-slide-active .head .desc,
.home_banner .home_banner_swiper .swiper-slide-active .head .btns {
  transform: translateX(0);
  opacity: 01;
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .hd_h1 {
  transition: all 0.5s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .desc {
  transition: all 0.5s 0.9s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .btns {
  transition: all 0.5s 1s;
}
.home_banner .home_banner_swiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: 6rem 0;
  overflow-y: auto;
}
.home_banner .wrap .content {
  display: flex;
  height: 100%;
}
.home_banner .head {
  width: 50%;
  max-width: 49.1rem;
  margin: auto 0;
  padding-bottom: 4.5%;
}
.home_banner .head .desc {
  font-weight: 400;
  line-height: 3rem;
  color: var(--text);
  margin-top: 1.1rem;
}
.home_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.home_banner .btns .btn_line {
  background-color: #fff;
}
.home_banner .btns .btn_line:hover {
  background-color: var(--primary);
}
.home_banner div.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  bottom: 4rem;
  pointer-events: none;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1;
  max-width: 3.3rem;
  height: 3px;
  background: var(--title);
  opacity: 0.28;
  margin: 0;
  transition: all 0.3s;
  border-radius: 10px;
  pointer-events: auto;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  max-width: 5.1rem;
}
==== /FE duplicate: home_banner ==== */
/* ==== FE duplicate: home_advantages (hidden, do not delete) ====
.home_advantages {
  max-width: 256rem;
  margin: 0 auto;
  background-color: #fbfaf8;
  padding: 1.3rem 0;
}
.home_advantages .items ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  gap: 3rem;
}
.home_advantages .items li {
  flex: 1;
  display: grid;
  grid-template-columns: 2.22223em auto;
  justify-content: center;
  align-items: center;
  gap: 0.5556em;
}
.home_advantages .items li span {
  margin-bottom: 2px;
}
==== /FE duplicate: home_advantages ==== */
.home_category {
  padding: 11.2rem 0 10rem;
}
.home_category p {
  max-width: 75.5rem;
  hyphens: auto;
  margin-top: 1.5rem;
}
.home_category .list {
  position: relative;
  padding-bottom: 60.34722222%;
  margin-top: 5.2rem;
}
.home_category .list ul {
  position: static;
}
.home_category .list li {
  position: absolute;
}
.home_category .item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(244, 240, 233, 0.76);
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
.home_category .item:hover img {
  transform: scale(1.03);
}
.home_category .item .img {
  width: 62.76923077%;
  --h: 100%;
  align-self: center;
  margin-left: -35%;
}
.home_category .item .info {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8.923077% 7.692308% 5.230769%;
  overflow-y: auto;
}
.home_category .item .info .tcon {
  flex: 1;
}
.home_category .item .info .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.home_category .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  hyphens: none;
  max-width: 14rem;
  margin-top: 0.5rem;
}
.home_category .item .info .btn_i {
  font-size: 1.4rem;
  color: var(--primary);
  gap: 0.8rem;
  margin-top: 0.5rem;
}
.home_category li:nth-child(1) {
  width: 30.8333333%;
  height: 48.3314154%;
  left: 0;
  top: 0;
}
.home_category li:nth-child(1) .item {
  flex-direction: column;
  padding-top: 4.054054%;
}
.home_category li:nth-child(1) .img {
  width: 85.58558559%;
  --h: 62.36842105%;
  margin: 0 auto;
}
.home_category li:nth-child(1) .info {
  padding: 0.900901% 7.207207% 6.306306%;
}
.home_category li:nth-child(1) .info .desc {
  max-width: 37.7rem;
  margin-top: 0.8rem;
}
.home_category li:nth-child(2) {
  width: 22.5694444%;
  height: 23.4752589%;
  left: 31.6667%;
  top: 0;
}
.home_category li:nth-child(3) {
  width: 22.5694444%;
  height: 23.4752589%;
  left: 55.069444%;
  top: 0;
}
.home_category li:nth-child(3) .info .desc {
  max-width: 13rem;
}
.home_category li:nth-child(4) {
  width: 21.5277778%;
  height: 23.4752589%;
  right: 0;
  top: 0;
}
.home_category li:nth-child(4) .img {
  width: 65.80645161%;
}
.home_category li:nth-child(4) .info {
  padding: 9.354839% 8.064516% 5.483871%;
}
.home_category li:nth-child(5) {
  width: 22.5694444%;
  height: 23.4752589%;
  left: 31.6667%;
  top: 24.8561565%;
}
.home_category li:nth-child(6) {
  width: 22.5694444%;
  height: 23.4752589%;
  left: 55.069444%;
  top: 24.8561565%;
}
.home_category li:nth-child(7) {
  width: 21.5277778%;
  height: 49.136939%;
  right: 0;
  top: 24.8561565%;
}
.home_category li:nth-child(7) .item {
  flex-direction: column;
  padding-top: 14.193548%;
}
.home_category li:nth-child(7) .img {
  width: 100%;
  --h: 62.36842105%;
  margin: 0 auto;
}
.home_category li:nth-child(7) .info {
  text-align: center;
  align-items: center;
  padding: 4.193548% 8.064516% 7.096774%;
}
.home_category li:nth-child(7) .info .desc {
  max-width: 24.6rem;
  -webkit-line-clamp: 4;
}
.home_category li:nth-child(8) {
  width: 21.5277778%;
  height: 50.287687%;
  left: 0;
  bottom: 0;
}
.home_category li:nth-child(8) .item {
  flex-direction: column;
  padding-top: 14.193548%;
}
.home_category li:nth-child(8) .img {
  width: 100%;
  --h: 62.36842105%;
  margin: 0 auto;
}
.home_category li:nth-child(8) .info {
  text-align: center;
  align-items: center;
  padding: 13.225806% 8.064516% 7.419355%;
}
.home_category li:nth-child(8) .info .desc {
  max-width: 24.6rem;
}
.home_category li:nth-child(9) {
  width: 27.2222222%;
  height: 24.2807825%;
  left: 22.36111%;
  bottom: 26.007%;
}
.home_category li:nth-child(9) .img {
  width: 53.82653061%;
}
.home_category li:nth-child(9) .info {
  padding: 8.163265% 6.377551% 5.102041%;
}
.home_category li:nth-child(10) {
  width: 27.2222222%;
  height: 24.2807825%;
  left: 50.41667%;
  bottom: 26.007%;
}
.home_category li:nth-child(10) .img {
  width: 53.82653061%;
}
.home_category li:nth-child(10) .info {
  padding: 8.163265% 6.377551% 5.102041%;
}
.home_category li:nth-child(11) {
  width: 38.2638889%;
  height: 24.6260069%;
  left: 22.36111%;
  bottom: 0;
}
.home_category li:nth-child(11) .img {
  width: 62.25045372%;
  --h: 62.36842105%;
}
.home_category li:nth-child(11) .info {
  padding: 5.989111% 4.537205% 4.174229%;
}
.home_category li:nth-child(11) .info .desc {
  max-width: 17rem;
}
.home_category li:nth-child(12) {
  width: 38.2638889%;
  height: 24.6260069%;
  right: 0;
  bottom: 0;
}
.home_category li:nth-child(12) .img {
  width: 62.25045372%;
  --h: 62.36842105%;
}
.home_category li:nth-child(12) .info {
  padding: 5.989111% 4.537205% 4.174229%;
}
.home_category li:nth-child(12) .info .desc {
  max-width: 17rem;
}
/* ==== FE duplicate: home_showcase (hidden, do not delete) ====
.home_showcase {
  max-width: 256rem;
  margin: 0 auto;
}
.home_showcase .flex {
  min-height: 53.4rem;
  padding: 6rem 0;
}
.home_showcase .head {
  flex: 1;
  padding-top: 0.8rem;
}
.home_showcase h2 {
  max-width: 40rem;
}
.home_showcase .seg-line {
  margin-top: 2.6rem;
}
.home_showcase p {
  max-width: 54.8rem;
  margin-top: 2.3rem;
}
.home_showcase .btn {
  margin-top: 3.7rem;
  padding: 0 3.3rem;
}
==== /FE duplicate: home_showcase ==== */
.home_products {
  padding: 8.8rem 0 8.3rem;
}
.home_products p {
  margin-top: 2.2rem;
}
.home_products .nav {
  margin-top: 1.7rem;
}
.home_products .main {
  margin-top: 6.3rem;
}
.home_products .main .swiper_box {
  display: none;
}
.home_products .main .swiper_box.active {
  display: block;
}
.home_products .home_products_swiper {
  overflow: hidden;
}
.home_products .product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home_products .product_list a:hover img {
  transform: scale(1.03);
}
.home_products .product_list .img {
  width: 83.28445748%;
  --h: 100%;
}
.home_products .product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4.5rem;
}
.home_products .product_list .info .score {
  position: relative;
  font-size: 1.4rem;
  color: #766e63;
  padding-left: 1.286em;
}
.home_products .product_list .info .score::before {
  position: absolute;
  left: 0;
  top: 0.285em;
  content: '';
  width: 0.857143em;
  height: 0.857143em;
  background: url("../img/star-s.svg") no-repeat center / contain;
}
.home_products .product_list .info .score strong {
  font-weight: 500;
  color: #a8863a;
  margin-right: 0.5em;
}
.home_products .product_list .info .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0.9rem;
  margin-bottom: auto;
}
.home_products .product_list .info .price {
  margin-top: 2.2rem;
}
.home_products .product_list .info .price strong {
  font-weight: inherit;
}
.home_products .product_list .info .btn_line {
  line-height: 4.1rem;
  margin-top: 1.8rem;
}
.home_products .center:has(.btn) {
  margin-top: 5.3rem;
}
/* ==== FE duplicate: home_support (hidden, do not delete) ====
.home_support {
  background-color: var(--bg);
  padding: 10.5rem 0 10.3rem;
}
.home_support p {
  max-width: 57.7rem;
  margin-top: 2.6rem;
}
.home_support .home_support_swiper {
  width: calc(100% - 4rem);
  max-width: 173.9rem;
  margin: 8.9rem auto 0;
  overflow: hidden;
}
.home_support .home_support_swiper .active .item .info {
  border-bottom-color: var(--primary);
}
.home_support .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.home_support .item .icon {
  width: 6.2rem;
  height: 6.2rem;
}
.home_support .item .info {
  flex: 1;
  width: 100%;
  border-bottom: 2px solid #ededed;
  transition: all 0.3s;
  padding: 3rem 0 3rem;
}
.home_support .item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.home_support .item .info .desc {
  hyphens: auto;
  max-width: 31.9rem;
  margin-top: 1.5rem;
}
.home_support .item .btn_i {
  gap: 1rem;
  margin-top: 1.9rem;
}
.home_support .swiper_btns.middle {
  max-width: 190rem;
}
==== /FE duplicate: home_support ==== */
.home_inquiry {
  max-width: 256rem;
  margin: 0 auto;
  padding: 11.4rem 0 9.7rem;
}
.home_inquiry .inquiry_form {
  width: 60%;
  max-width: 65.9rem;
  margin-left: -3.54166667%;
}
.home_inquiry .wpcf7 {
  width: 100%;
}
.home_inquiry .head h2 {
  font-size: 3.2rem;
  line-height: 1.21875;
  font-weight: 500;
  color: #0f172a;
  max-width: 38rem;
}
.home_inquiry .head p {
  line-height: 2.6rem;
  font-weight: 500;
  color: var(--text);
  max-width: 41.4rem;
  margin-top: 1.2rem;
}
.home_inquiry form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 7.890744% 7.587253% 7.435508% 7.738998%;
  gap: 1.75rem 0;
}
.home_inquiry form .head {
  width: 100%;
}
.home_inquiry form span:not(.wpcf7-spinner) {
  width: 100%;
}
.home_inquiry form .col-2 {
  width: 48.56630824%;
}
.home_inquiry form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
.home_inquiry form textarea,
.home_inquiry form select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #ededed;
  background-color: transparent;
  transition: border-color 0.2s;
  height: 4.9rem;
  padding: 0 1.6rem;
}
.home_inquiry form input::placeholder,
.home_inquiry form textarea::placeholder,
.home_inquiry form select::placeholder {
  color: var(--text);
  opacity: 0.85;
}
.home_inquiry form input:focus,
.home_inquiry form textarea:focus,
.home_inquiry form select:focus,
.home_inquiry form input.focus,
.home_inquiry form textarea.focus,
.home_inquiry form select.focus {
  border-color: var(--primary);
}
.home_inquiry form input:not([type=submit]),
.home_inquiry form textarea:not([type=submit]),
.home_inquiry form select:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.home_inquiry form select {
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right 1.5rem/1.3rem;
  padding-right: 4rem;
}
.home_inquiry form textarea {
  padding: 1rem 1.6rem;
  height: 13.7rem;
}
.home_inquiry form span:has(input[type=submit]) {
  margin-top: 0.7rem;
}
.home_inquiry form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  height: 4.8rem;
  padding: 0 3.5rem;
  width: auto;
}
.home_inquiry form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.home_blog {
  padding: 10.5rem 0 11.7rem;
}
.home_blog h2 {
  padding-top: 1px;
}
.home_blog .btn_i {
  margin-bottom: 0.3rem;
}
.home_blog .list {
  margin-top: 3.7rem;
}
.home_blog .list ul {
  display: grid;
  grid-template-columns: 45.90277778% 45.27777778%;
  justify-content: space-between;
  gap: 3.1rem 0;
}
.home_blog .list .row2 {
  grid-row: span 2;
}
.home_blog .item {
  display: grid;
  grid-template-columns: 1fr 42.02453988%;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid rgba(188, 188, 188, 0.38);
  padding: 0.6rem 0 3.3rem;
  gap: 2.7rem 2rem;
}
.home_blog .item:hover img {
  transform: scale(1.03);
}
.home_blog .item .img {
  order: 2;
  padding-bottom: 66.24087591%;
}
.home_blog .item .info .date {
  font-weight: 500;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.home_blog .item .info .title {
  font-size: 2.2rem;
  line-height: 1.27272727;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-width: 32.6rem;
  margin-top: 1.2rem;
}
.home_blog .item.lar {
  display: flex;
  flex-direction: column;
  align-items: unset;
  padding-top: 0;
}
.home_blog .item.lar .img {
  order: unset;
  padding-bottom: 51.13464448%;
}
.home_blog .item.lar .info .title {
  font-size: 2.4rem;
  line-height: 1.333333;
  max-width: 61.8rem;
  -webkit-line-clamp: 2;
  margin-top: 1.1rem;
}
/* ==== FE duplicate: home_testimonials (hidden, do not delete) ====
.home_testimonials {
  position: relative;
  background-color: var(--bg);
  padding: 7.7rem 0 5.2rem;
}
.home_testimonials .grid {
  display: grid;
  grid-template-columns: 31.65800116% 33% 17.15771231%;
  justify-content: space-between;
  margin: 0 -9.583333% 0 -10.625%;
}
.home_testimonials .grid > div {
  position: static;
  overflow: hidden;
}
.home_testimonials .grid .lt {
  align-self: start;
  padding-bottom: 2.6rem;
}
.home_testimonials .grid .rt {
  align-self: end;
}
.home_testimonials .grid .middle {
  display: flex;
  flex-direction: column;
  padding: 4.553415% 0 8.231173% 2.276708%;
}
.home_testimonials .grid .middle::before {
  display: block;
  width: 6.5rem;
  height: 4rem;
  content: '';
  background: url("../img/yinhao.svg") no-repeat center / contain;
  margin: auto auto 4.3rem;
}
.home_testimonials .grid .swiper_btns {
  justify-content: center;
  margin-top: 3rem;
}
.home_testimonials .home_testimonials_img1_swiper {
  overflow: hidden;
}
.home_testimonials .home_testimonials_img1_swiper .img {
  padding-bottom: 103.46715328%;
}
.home_testimonials .home_testimonials_img2_swiper {
  overflow: hidden;
}
.home_testimonials .home_testimonials_img2_swiper .img {
  padding-bottom: 97.64309764%;
}
.home_testimonials .home_testimonials_swiper {
  text-align: center;
  margin-bottom: auto;
}
.home_testimonials .home_testimonials_swiper .desc {
  font-size: 2.2rem;
  line-height: 1.45454545;
  max-width: 50.5rem;
  margin: 0 auto;
  min-height: 20.9rem;
}
.home_testimonials .home_testimonials_swiper .star {
  --w: 11.7rem;
  width: var(--w);
  margin: 3rem auto 0;
}
.home_testimonials .home_testimonials_swiper .star::after {
  content: '';
  display: block;
  padding-bottom: 16.23931624%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / var(--w) 100%;
}
.home_testimonials .home_testimonials_swiper .client {
  line-height: 1.2;
  margin-top: 2.7rem;
}
.home_testimonials .home_testimonials_swiper .client strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
}
.home_testimonials .home_testimonials_swiper .client span {
  display: block;
  font-size: 1.8rem;
  color: #77706a;
  margin-top: 0.7rem;
}
.home_testimonials .floats.bk .img img {
  opacity: 0.15;
}
.home_testimonials .floats .img.img1 {
  width: 34%;
  max-width: 64.1rem;
  left: -16.92708%;
  bottom: -17.59003%;
}
.home_testimonials .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5%;
  top: -13.4349%;
}
==== /FE duplicate: home_testimonials ==== */
.home_off {
  background-color: var(--bg);
  padding: 11.3rem 0 10.4rem;
}
.home_off .flex {
  width: calc(100% - 4rem);
  max-width: 186rem;
  margin: 0 auto;
}
.home_off .image {
  position: relative;
  width: 52.68817204%;
}
.home_off .image::after {
  display: block;
  padding-bottom: 73.26530612%;
  content: '';
  pointer-events: none;
}
.home_off .image > .lis {
  position: absolute;
  left: 0;
  top: 0;
}
.home_off .image .lis {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1.39275766% 1.2244898%;
}
.home_off .image .lis .lis {
  flex-direction: column;
}
.home_off .image .lis div {
  flex: 1;
}
.home_off .image + .head {
  max-width: 76.6rem;
}
.home_off .head {
  flex: 1;
  width: 100%;
  padding-top: 0.65%;
}
.home_off .head .tcon {
  max-width: 54.5rem;
}
.home_off h2 {
  max-width: 47.8rem;
}
.home_off p {
  margin-top: 1.4rem;
}
.home_off form,
.home_off .wpcf7-form {
  display: grid;
  max-width: 55.6rem;
  margin-top: 4rem;
  gap: 1.6rem;
}
.home_off form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #766e63;
  border: 1px solid rgba(51, 47, 43, 0.15);
  transition: border-color 0.2s;
  padding: 0 2.9rem 2px;
  height: 5.7rem;
}
.home_off form input::placeholder {
  color: #766e63;
}
.home_off form input:focus {
  border-color: var(--primary);
}
.home_off form input:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.home_off form input[type=submit] {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  height: 5.6rem;
}
.home_off form input[type=submit]:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.home_off .tip {
  font-weight: 500;
  color: rgba(66, 66, 66, 0.88);
  margin-top: 3rem;
}
/* ==== FE duplicate: footer_contact (hidden, do not delete) ====
.footer_contact {
  position: relative;
  overflow: hidden;
  background-color: #2e2a26;
  background-image: radial-gradient(circle 52.6cqw at center -18.1%, #7a6742, #2e2a26);
}
.footer_contact .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 6rem 0 6.4rem;
}
.footer_contact .tcon {
  flex: 1;
  min-width: 24rem;
  padding-bottom: 1px;
}
.footer_contact .tcon.wt,
.footer_contact .tcon.wt h2 {
  color: #fff;
}
.footer_contact p {
  max-width: 48.1rem;
  margin-top: 2.1rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 auto;
  gap: 1.8rem;
}
.footer_contact .btns .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
}
.footer_contact .btns .btn_email {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0 2.85rem;
}
.footer_contact .btns .btn_email::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9722em;
  height: 0.9722em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.5);
  background: url("../img/icon-email.svg") no-repeat center / contain;
}
.footer_contact .btns .btn_email:hover::before {
  filter: contrast(0) brightness(2);
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.822917% 0;
}
==== /FE duplicate: footer_contact ==== */
@media screen and (min-width: 769px) and (max-width: 1440px) {
    /* ==== FE duplicate: home_testimonials ====
.home_testimonials .grid {
    margin: 0;
  }
  ==== /FE duplicate: home_testimonials ==== */
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
    /* ==== FE duplicate: home_banner ====
.home_banner .head {
    padding: 0;
  }
  .home_banner .head .hd_h1 {
    font-size: 4rem;
  }
  .home_banner .btns {
    margin-top: 1.5rem;
  }
  ==== /FE duplicate: home_banner ==== */
  .home_category li:nth-child(7) .info {
    padding-bottom: 4%;
  }
  .home_category li:nth-child(1) .info {
    padding-bottom: 4%;
  }
  .home_inquiry .inquiry_form {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_category .item .img {
    margin-left: -50%;
  }
  .home_category .item .info .desc {
    -webkit-line-clamp: 2;
  }
  .home_category li:nth-child(7) .info .desc {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
    /* ==== FE duplicate: home_banner ====
.home_banner .home_banner_swiper img {
    min-height: 40vh;
  }
  ==== /FE duplicate: home_banner ==== */
  .home_category .list {
    min-height: 60vh;
  }
}
@media screen and (max-width: 768px) {
    /* ==== FE duplicate: home_banner ====
.home_banner .home_banner_swiper img {
    min-height: 35vh;
  }
  .home_banner .wrap {
    margin: 30px 0;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets {
    gap: 7px;
    bottom: 20px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 22px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    max-width: 33px;
  }
  ==== /FE duplicate: home_banner ==== */
    /* ==== FE duplicate: home_advantages ====
.home_advantages {
    padding: 12px 0;
  }
  .home_advantages .items ul {
    font-size: 14px;
    gap: 14px 16px;
  }
  .home_advantages .items li {
    flex: 1 0 180px;
    justify-content: start;
  }
  .home_advantages .items li span {
    margin: 0;
  }
  ==== /FE duplicate: home_advantages ==== */
  .home_category {
    overflow: hidden;
    padding: 50px 0;
  }
  .home_category .list {
    margin-top: 30px;
    padding: 0;
  }
  .home_category .list ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
  }
  .home_category .list ul li {
    position: static;
    width: unset;
    height: unset;
    grid-column: span 2;
  }
  .home_category .list ul li .item {
    position: static;
  }
  .home_category .list ul li .item .info {
    padding: 14px;
    overflow: unset;
  }
  .home_category .list ul li .item .info .tcon .title {
    font-size: 16px;
  }
  .home_category .list ul li .item .info .tcon .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    -webkit-line-clamp: 3;
  }
  .home_category .list ul li .item .info .btn_i {
    font-size: 14px;
    margin-top: 10px;
    gap: 7px;
  }
  .home_category .list ul li:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .home_category .list ul li:nth-child(6) .item {
    flex-direction: column;
  }
  .home_category .list ul li:nth-child(6) .img {
    margin: 0;
  }
  .home_category .list ul li:nth-child(6) .info {
    align-items: center;
    text-align: center;
  }
  .home_category .list ul li:nth-child(11),
  .home_category .list ul li:nth-child(12),
  .home_category .list ul li:nth-child(10),
  .home_category .list ul li:nth-child(9) {
    grid-column: span 3;
  }
  .home_category .list ul li:nth-child(7) .item,
  .home_category .list ul li:nth-child(8) .item,
  .home_category .list ul li:nth-child(1) .item {
    padding-top: 0;
  }
    /* ==== FE duplicate: home_showcase ====
.home_showcase .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .home_showcase .seg-line {
    margin-top: 16px;
  }
  ==== /FE duplicate: home_showcase ==== */
  .home_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_products .nav {
    margin-top: 20px;
  }
  .home_products .main {
    margin-top: 30px;
  }
  .home_products .home_products_swiper {
    overflow: unset;
  }
  .home_products .product_list .info {
    margin-top: 14px;
  }
  .home_products .product_list .info .score {
    font-size: 14px;
  }
  .home_products .product_list .info .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .home_products .product_list .info .price {
    margin-top: 16px;
  }
  .home_products .product_list .info .btn_line {
    line-height: 36px;
    margin-top: 10px;
  }
  .home_products .center:has(.btn) {
    margin-top: 40px;
  }
    /* ==== FE duplicate: home_support ====
.home_support {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_support .home_support_swiper {
    width: calc(100% - 40px);
    margin-top: 30px;
    overflow: unset;
  }
  .home_support .item .icon {
    width: 40px;
    height: 40px;
  }
  .home_support .item .info {
    padding: 20px 0;
  }
  .home_support .item .info .title {
    font-size: 20px;
    line-height: 1.2;
    max-width: 200px;
  }
  .home_support .item .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_support .item .info .desc br {
    display: none;
  }
  .home_support .item .btn_i {
    gap: 8px;
    margin-top: 16px;
  }
  ==== /FE duplicate: home_support ==== */
  .home_inquiry {
    padding: 50px 0;
  }
  .home_inquiry .inquiry_form {
    margin: 0;
  }
  .home_inquiry .head h2 {
    font-size: 25px;
  }
  .home_inquiry .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_inquiry form {
    padding: 25px 20px;
    gap: 12px 0;
  }
  .home_inquiry form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
  .home_inquiry form textarea,
  .home_inquiry form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .home_inquiry form select {
    padding-right: 30px;
    background-size: 10px;
    background-position-x: right 14px;
  }
  .home_inquiry form textarea {
    padding: 12px 20px;
    height: 120px;
  }
  .home_inquiry form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .home_inquiry form input[type=submit] {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .home_blog {
    padding: 50px 0;
  }
  .home_blog .list {
    margin-top: 30px;
  }
  .home_blog .list ul {
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
  }
  .home_blog .item {
    padding: 8px 0 20px;
    gap: 14px;
  }
  .home_blog .item .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .home_blog .item .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_blog .item.lar .info .title {
    font-size: 20px;
    margin-top: 10px;
  }
    /* ==== FE duplicate: home_testimonials ====
.home_testimonials {
    padding: 50px 0;
  }
  .home_testimonials .grid {
    margin: 0;
    grid-template-columns: 35% 40% 20%;
    gap: 16px;
  }
  .home_testimonials .grid .lt {
    padding: 0;
  }
  .home_testimonials .grid .middle {
    padding: 0;
  }
  .home_testimonials .grid .middle::before {
    width: 40px;
    height: 25px;
    margin-bottom: 20px;
  }
  .home_testimonials .home_testimonials_swiper .desc {
    font-size: 16px;
    line-height: 1.5;
    min-height: unset;
  }
  .home_testimonials .home_testimonials_swiper .star {
    --w: 100px;
    margin-top: 20px;
  }
  .home_testimonials .home_testimonials_swiper .client {
    margin-top: 16px;
  }
  .home_testimonials .home_testimonials_swiper .client strong {
    font-size: 16px;
  }
  .home_testimonials .home_testimonials_swiper .client span {
    font-size: 14px;
    margin-top: 5px;
  }
  ==== /FE duplicate: home_testimonials ==== */
  .home_off {
    padding: 50px 0;
  }
  .home_off .flex {
    width: calc(100% - 40px);
  }
  .home_off .head {
    padding: 0;
  }
  .home_off p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_off form {
    margin-top: 20px;
    gap: 14px;
  }
  .home_off form input {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }
  .home_off form input[type=submit] {
    height: 46px;
    font-size: 14px;
  }
  .home_off .tip {
    margin-top: 16px;
  }
    /* ==== FE duplicate: footer_contact ====
.footer_contact .head {
    padding: 40px 0;
  }
  .footer_contact .btns .btn_email {
    gap: 8px;
  }
  ==== /FE duplicate: footer_contact ==== */
}
@media screen and (max-width: 576px) {
    /* ==== FE duplicate: home_banner ====
.home_banner .home_banner_swiper img {
    min-height: unset;
  }
  .home_banner .wrap {
    position: static;
    overflow: unset;
    padding-bottom: 30px;
  }
  .home_banner .wrap .head {
    width: 100%;
  }
  ==== /FE duplicate: home_banner ==== */
  .home_category .list ul {
    grid-template-columns: 1fr;
  }
  .home_category .list ul li {
    grid-column: unset;
    grid-row: unset;
  }
  .home_category .list ul li:nth-child(11),
  .home_category .list ul li:nth-child(12),
  .home_category .list ul li:nth-child(10),
  .home_category .list ul li:nth-child(9),
  .home_category .list ul li:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
  .home_category .list ul li:nth-child(6) .item {
    flex-direction: row-reverse;
  }
  .home_category .list ul li:nth-child(6) .item .img {
    margin-left: -40%;
  }
  .home_category .list ul li:nth-child(6) .item .info {
    align-items: flex-start;
    text-align: left;
  }
  .home_products .swiper_btns.middle {
    display: none;
  }
    /* ==== FE duplicate: home_support ====
.home_support .swiper_btns.middle {
    display: none;
  }
  ==== /FE duplicate: home_support ==== */
  .home_inquiry .inquiry_form {
    width: 100%;
  }
  .home_blog .list ul {
    grid-template-columns: 1fr;
  }
    /* ==== FE duplicate: home_testimonials ====
.home_testimonials .grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.5fr);
    gap: 30px 12px;
  }
  .home_testimonials .grid .middle {
    order: 3;
    grid-column: -1/1;
  }
  ==== /FE duplicate: home_testimonials ==== */
  .home_off .image {
    width: 100%;
  }
    /* ==== FE duplicate: footer_contact ====
.footer_contact .btns {
    width: 100%;
    flex-direction: column;
  }
  .footer_contact .btns .btn_email {
    justify-content: center;
  }
  ==== /FE duplicate: footer_contact ==== */
}
