﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
}
body .app {
  width: 100%;
}
body .app .container {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
body .app .banner {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}
body .app .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body .app .banner .container .banner-main {
  position: relative;
  z-index: 2;
  width: 447px;
  margin-top: 217px;
  margin-left: 119px;
}
body .app .banner .container .banner-main span {
  display: block;
  height: 48px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 33px;
}
body .app .banner .container .banner-main .text {
  width: 447px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
body .app .banner .container .banner-main .text div {
  width: 4px;
  height: 31px;
  background: #ffffff;
}
body .app .banner .container .banner-main .text p {
  width: 431px;
  height: 66px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .app .page2 {
  height: auto;
  position: relative;
  overflow: visible;
}
body .app .page2 .container .search {
  width: 54.16%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 6px;
  background: #ececec;
  margin-top: 28px;
  margin-left: 442px;
  margin-left: 30%;
}
body .app .page2 .container .search img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  cursor: pointer;
}
body .app .page2 .container .search div {
  width: 1px;
  height: 34px;
  border-radius: 6px;
  background: #b9b9b9;
  margin-right: 12px;
}
body .app .page2 .container .search input {
  width: 699px;
  max-width: 100%;
  flex: 1;
  margin-top: 4px;
  border: none;
  outline: none;
  background: transparent;
}
body .app .page2 .container .search input::placeholder {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .app .page2 .container .categories {
  position: absolute;
  top: 48px;
  left: 37px;
  width: 14.72%;
  height: auto;
  border-radius: 22px;
  border: 1px solid #ff7860;
  overflow: hidden;
}
body .app .page2 .container .categories .title {
  width: 100%;
  height: 56px;
  display: flex;
  place-content: center;
  place-items: center;
  background: #ff7860;
}
body .app .page2 .container .categories .title span {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
body .app .page2 .container .categories .category {
  border-top: 1px solid #ff7860;
  width: 100%;
  min-height: 110px;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  color: #767676;
}
body .app .page2 .container .categories .category img,
body .app .page2 .container .categories .category svg {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
body .app .page2 .container .categories .category span {
  width: 110px;
  text-align: center;
  color: #888888;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
body .app .page2 .container .categories .category:hover {
  color: #57a6df;
}
body .app .page2 .container .categories .category:hover span {
  color: #57a6df;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
body .app .page2 .container .categories .active {
  color: #57a6df;
}
body .app .page2 .container .categories .active span {
  color: #57a6df;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
body .app .page2 .container .categories .active .trailer-icon {
  width: 55px;
  height: 55px;
}
body .app .page2 .container .products {
  width: 78%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 42px;
  margin-top: 49px;
  margin-left: 20.13%;
}
body .app .page2 .container .products .empty-tip {
  grid-column: -1;
  text-align: center;
  padding: 80px 0;
  color: rgba(74, 85, 101, 0.7);
  font-family: "Alibaba PuHuiTi";
  font-size: 16px;
}
body .app .page2 .container .products .product {
  width: 100%;
  aspect-ratio: 0.97916667;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
}
body .app .page2 .container .products .product:hover .img img {
  transform: scale(1.05);
}
body .app .page2 .container .products .product .img {
  width: 100%;
  overflow: hidden;
  background-color: #e5e7eb;
}
body .app .page2 .container .products .product .img img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
body .app .page2 .container .products .product .text {
  width: 100%;
  height: 84px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
body .app .page2 .container .products .product .text .xq {
  width: 80%;
  height: 100%;
  overflow: hidden;
}
body .app .page2 .container .products .product .text .xq span {
  display: block;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app .page2 .container .products .product .text .xq p {
  margin-top: 4px;
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app .page2 .container .products .product .text .right {
  display: flex;
  place-content: center;
  place-items: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 73, 41, 0.26);
  border-radius: 50%;
}
body .app .page2 .container .products .product .text .right img {
  width: 41.66%;
  height: 41.66%;
}
body .app .page2 .container .need {
  width: 74.44%;
  height: 97px;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  margin-top: 58px;
  margin-left: 20.13%;
}
body .app .page2 .container .need span {
  display: block;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 6em;
}
body .app .page2 .container .need button,
body .app .page2 .container .need a {
  width: 218px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #57a6df;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
body .app .page2 .container .need button:hover,
body .app .page2 .container .need a:hover {
  transform: scale(1.05);
}
body .app .page2 .container .need button p,
body .app .page2 .container .need a p {
  display: block;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
body .app .page2 .container .need button img,
body .app .page2 .container .need a img {
  width: 27px;
  height: 27px;
}
body .app .page2 .container .need .get {
  margin-left: 77px;
  margin-right: 45px;
  color: #57a6df;
  background: #f8fafc;
}
body .app .page2 .container .need .learn {
  color: #ffffff;
  background: #57a6df;
}
body .app .page2 .container .navigation {
  width: 70%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 23.13%;
}
body .app .page2 .container .navigation .prev {
  height: 35px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #57a6df;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
body .app .page2 .container .navigation .prev.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
body .app .page2 .container .navigation .prev img {
  width: 20px;
}
body .app .page2 .container .navigation .prev p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
body .app .page2 .container .navigation .next {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 2%;
  border-radius: 8px;
  background: #ff4929;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
body .app .page2 .container .navigation .next.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
body .app .page2 .container .navigation .next img {
  width: 20px;
}
body .app .page2 .container .navigation .next p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
body .app .page2 .container .navigation .nums {
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 39px;
}
body .app .page2 .container .navigation .nums .num {
  width: 53px;
  height: 54px;
  color: #ff4929;
  font-family: "DIN Alternate";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff;
  border: 2px solid #ff4929;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
body .app .page2 .container .navigation .nums .num.active,
body .app .page2 .container .navigation .nums .num:hover {
  color: #fff;
  background: #ff4929;
}
body .app .page2 .container .navigation .nums .ell {
  font-size: 30px;
  color: #ff4929;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 17px;
  padding: 33px 22px;
}
/* 閳光偓閳光偓 Responsive 閳光偓閳光偓 */
@media only screen and (max-width: 1700px) {
  body .productcenter .container {
    width: 92%;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1470px) {
  body .productcenter .banner {
    height: 560px;
  }
  body .productcenter .banner .container .banner-main .text h1 {
    font-size: 44px;
    line-height: 56px;
  }
  body .productcenter .page2 {
    height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1280px) {
  body .productcenter .banner {
    height: 480px;
  }
  body .productcenter .banner .container .banner-main .text h1 {
    font-size: 36px;
    line-height: 46px;
  }
  body .productcenter .page2 .container {
    flex-direction: column;
    gap: 24px;
  }
  body .productcenter .page2 .container .products {
    width: 100%;
  }
  body .productcenter .page2 .container .categories .title {
    flex-wrap: wrap;
    gap: 8px;
  }
  body .productcenter .page2 .container .categories .title .category {
    width: auto;
  }
  body .productcenter .page2 .container .products {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 24px;
  }
  body .productcenter .page2 .container .products .product {
    width: 100%;
  }
  body .app .page2 .container .navigation .nums {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body .productcenter .banner {
    height: 400px;
  }
  body .productcenter .banner .container .banner-main .text h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body .productcenter .page2 {
    padding: 50px 0;
  }
  body .productcenter .page2 .container .products .product .text h2 {
    font-size: 16px;
  }
  body .productcenter .page2 .container .products .product .text p {
    font-size: 13px;
  }
  body .app .page2 .container .navigation .prev p {
    font-size: 10px;
  }
  body .app .page2 .container .navigation .next p {
    font-size: 10px;
  }
  body .app .page2 .container .navigation .nums {
    gap: 10px;
  }
}
@media only screen and (max-width: 800px) {
  body .productcenter .banner {
    height: 320px;
  }
  body .productcenter .banner .container .banner-main .text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  body .productcenter .page2 {
    padding: 40px 0;
  }
  body .productcenter .page2 .container .products {
    grid-template-columns: 1fr;
  }
  body .productcenter .page2 .container .search {
    height: 42px;
    margin-top: 16px;
    padding: 6px 12px;
  }
  body .productcenter .page2 .container .search img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  body .productcenter .page2 .container .search div {
    height: 26px;
    margin-right: 8px;
  }
  body .productcenter .page2 .container .search input {
    font-size: 13px;
  }
  body .productcenter .page2 .container .search input::placeholder {
    font-size: 13px;
  }
  body .productcenter .page2 .container .products .product {
    width: 80%;
  }
  body .app .page2 .container .categories .title span {
    font-size: 13px;
  }
  body .app .page2 .container .navigation .prev,
  body .app .page2 .container .navigation .next {
    width: fit-content;
  }
  body .app .page2 .container .navigation .prev p,
  body .app .page2 .container .navigation .next p {
    font-size: 7px;
  }
  body .app .page2 .container .navigation .prev img,
  body .app .page2 .container .navigation .next img {
    width: 16px;
  }
  body .app .page2 .container .navigation .nums .num {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  body .app .page2 .container .navigation .nums .ell {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  body .productcenter .banner {
    height: 260px;
  }
  body .productcenter .banner .container .banner-main .text h1 {
    font-size: 20px;
    line-height: 28px;
  }
  body .productcenter .page2 {
    padding: 30px 0;
  }
  body .productcenter .page2 .container .search {
    height: 38px;
    margin-top: 12px;
    padding: 5px 10px;
    border-radius: 4px;
  }
  body .productcenter .page2 .container .search img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  body .productcenter .page2 .container .search div {
    height: 22px;
    margin-right: 6px;
  }
  body .productcenter .page2 .container .search input {
    font-size: 12px;
  }
  body .productcenter .page2 .container .search input::placeholder {
    font-size: 12px;
  }
  body .productcenter .page2 .container .products .product .text h2 {
    font-size: 14px;
  }
  body .productcenter .page2 .container .products {
    width: 78%;
  }
  body .productcenter .page2 .container .products .product {
    width: 45%;
    height: 210px;
  }
  body .app .page2 .container .categories .title span {
    font-size: 10px;
  }
  body .app .page2 .container .need {
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
  }
  body .app .page2 .container .need span {
    font-size: 12px;
    margin: 0;
    width: fit-content;
  }
  body .app .page2 .container .need .get,
  body .app .page2 .container .need .learn {
    margin: 0;
    width: fit-content;
  }
  body .app .page2 .container .need .get img,
  body .app .page2 .container .need .learn img {
    width: 16px;
    height: 16px;
  }
}
/* 鈹€鈹€ productcenter 绉诲姩绔慨澶嶏紙categories 涓嶅啀缁濆瀹氫綅 / 鍐欐瀹介珮鍏ㄩ儴鍘绘帀 / 鍗＄墖鑷€傚簲 / 鍒嗛〉+need 鑷€傚簲锛夆攢鈹€ */
@media only screen and (max-width: 1280px) {
  /* === 鍏抽敭淇锛歝ategories 浠庣粷瀵瑰畾浣嶆敼涓烘甯告枃妗ｆ祦锛宻tack 鍦?products 涓婃柟 === */
  body .productcenter .page2 .container .categories {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  /* 鎼滅储妗嗭細鍘绘帀宸﹀亸绉伙紝鍏ㄥ鑷€傚簲 */
  body .productcenter .page2 .container .search {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* 鍘绘帀涓?absolute categories 璁╀綅鐨?left margin */
  body .productcenter .page2 .container .products,
  body .productcenter .page2 .container .need,
  body .productcenter .page2 .container .navigation {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* === categories 妯悜绫荤洰鎺掑垪锛岃妭鐪佺旱鍚戠┖闂?=== */
  body .productcenter .page2 .container .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  body .productcenter .page2 .container .categories .title {
    width: 100%;
    height: auto;
    padding: 10px 14px;
    flex-basis: 100%;
  }
  body .productcenter .page2 .container .categories .category {
    min-height: 0;
    height: auto;
    width: auto;
    padding: 10px 12px;
    gap: 8px;
    flex-direction: row;
    border-top: none;
    border: 1px solid rgba(255, 120, 96, 0.4);
    border-radius: 10px;
  }
  body .productcenter .page2 .container .categories .category img,
  body .productcenter .page2 .container .categories .category .trailer-icon {
    width: 28px;
    height: 28px;
  }
  body .productcenter .page2 .container .categories .category span {
    width: auto;
    font-size: 13px;
    line-height: 1.3;
  }
  /* === 浜у搧鍗＄墖锛氬幓鎺?aspect-ratio + 鍐欐楂樺害锛岃嚜閫傚簲 === */
  body .productcenter .page2 .container .products .product {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  body .productcenter .page2 .container .products .product .img {
    aspect-ratio: 1.45454545;
    height: auto;
  }
  body .productcenter .page2 .container .products .product .img img {
    height: 100%;
    object-fit: cover;
  }
  body .productcenter .page2 .container .products .product .text {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 12px;
    gap: 8px;
    align-items: flex-start;
  }
  body .productcenter .page2 .container .products .product .text .xq {
    width: auto;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
  }
  body .productcenter .page2 .container .products .product .text .xq span {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
  }
  body .productcenter .page2 .container .products .product .text .xq p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0 0;
  }
  body .productcenter .page2 .container .products .product .text .right {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  /* === Need section: 鑷€傚簲甯冨眬 === */
  body .productcenter .page2 .container .need {
    width: 100%;
    height: auto;
    margin: 32px 0 0;
    padding: 16px;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    box-sizing: border-box;
  }
  body .productcenter .page2 .container .need span {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  body .productcenter .page2 .container .need a,
  body .productcenter .page2 .container .need button {
    width: auto;
    min-width: 130px;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    padding: 8px 14px;
    margin: 0;
    gap: 6px;
  }
  body .productcenter .page2 .container .need a p,
  body .productcenter .page2 .container .need button p {
    font-size: 13px;
    white-space: nowrap;
  }
  body .productcenter .page2 .container .need a img,
  body .productcenter .page2 .container .need button img {
    width: 18px;
    height: 18px;
  }
  /* === Navigation: 鑷€傚簲 + prev/next 鏂囧瓧涓嶆崲琛?=== */
  body .productcenter .page2 .container .navigation {
    width: 100%;
    height: auto;
    margin: 32px 0 0;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .productcenter .page2 .container .navigation .prev,
  body .productcenter .page2 .container .navigation .next {
    height: auto;
    min-height: 36px;
    padding: 6px 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  body .productcenter .page2 .container .navigation .prev p,
  body .productcenter .page2 .container .navigation .next p {
    white-space: nowrap;
    font-size: 13px;
  }
  body .productcenter .page2 .container .navigation .nums {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .productcenter .page2 .container .navigation .nums .num {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 800px) {
  /* 鍗曞垪浜у搧鍗?*/
  body .productcenter .page2 .container .products {
    grid-template-columns: 1fr;
    width: 100%;
  }
  body .productcenter .page2 .container .products .product {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  /* 瑕嗙洊鍘?.product { width:45%; height:210px } */
  body .productcenter .page2 .container .products {
    width: 100%;
    grid-template-columns: 1fr;
  }
  body .productcenter .page2 .container .products .product {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  body .productcenter .page2 .container .navigation .nums .num {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  body .productcenter .page2 .container .navigation .prev p,
  body .productcenter .page2 .container .navigation .next p {
    font-size: 11px;
  }
}

body .app.productcenter {
    background: #fff;
}

body .app.productcenter .container {
    width: 83.3%;
    max-width: 1200px;
    height: auto;
}

body .app.productcenter .banner {
    height: clamp(360px, 34vw, 560px);
}

body .app.productcenter .banner .container {
    height: 100%;
    position: relative;
}

body .app.productcenter .banner .container .banner-main {
    position: absolute;
    top: 44%;
    left: 0;
    width: min(460px, 45vw);
    margin: 0;
    transform: translateY(-50%);
}

body .app.productcenter .banner .container .banner-main span {
    height: auto;
    margin-bottom: 22px;
    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1.22;
}

body .app.productcenter .banner .container .banner-main .text {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

body .app.productcenter .banner .container .banner-main .text div {
    flex: 0 0 4px;
    height: 36px;
    margin-top: 3px;
}

body .app.productcenter .banner .container .banner-main .text p {
    width: auto;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.55;
}

body .app.productcenter .page2 {
    background: #f5f9ff;
    padding: 28px 0 72px;
}

body .app.productcenter .page2 .container {
    display: grid;
    grid-template-columns: minmax(170px, 205px) minmax(0, 1fr);
    grid-template-areas:
        "categories search"
        "categories products"
        ". need"
        ". navigation";
    align-items: start;
    column-gap: clamp(24px, 3vw, 42px);
    row-gap: 24px;
}

body .app.productcenter .page2 .container .search {
    grid-area: search;
    width: 100%;
    min-height: 46px;
    height: auto;
    margin: 0;
    padding: 8px 14px;
    border-radius: 6px;
    background: #eef3f8;
}

body .app.productcenter .page2 .container .search img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

body .app.productcenter .page2 .container .search div {
    height: 28px;
    margin-right: 12px;
    background: #cbd5e1;
}

body .app.productcenter .page2 .container .search input {
    width: auto;
    min-width: 0;
    margin: 0;
    font-size: 14px;
}

body .app.productcenter .page2 .container .search input::placeholder {
    color: #475569;
    font-size: 14px;
}

body .app.productcenter .page2 .container .categories {
    grid-area: categories;
    position: sticky;
    top: 24px;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #ff7860;
    background: #fff;
    overflow: hidden;
}

body .app.productcenter .page2 .container .categories .title {
    min-height: 50px;
    height: auto;
    padding: 12px 14px;
}

body .app.productcenter .page2 .container .categories .title span {
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

body .app.productcenter .page2 .container .categories .category {
    width: 100%;
    min-height: 82px;
    height: auto;
    padding: 14px 12px;
    justify-content: flex-start;
    gap: 12px;
    border-top: 1px solid rgba(255, 120, 96, 0.55);
    color: #64748b;
}

body .app.productcenter .page2 .container .categories .category img,
body .app.productcenter .page2 .container .categories .category svg,
body .app.productcenter .page2 .container .categories .category .trailer-icon,
body .app.productcenter .page2 .container .categories .active .trailer-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

body .app.productcenter .page2 .container .categories .category span,
body .app.productcenter .page2 .container .categories .category:hover span,
body .app.productcenter .page2 .container .categories .active span {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0;
}

body .app.productcenter .page2 .container .categories .category:hover,
body .app.productcenter .page2 .container .categories .active {
    color: #57a6df;
    background: #f8fbff;
}

body .app.productcenter .page2 .container .products {
    grid-area: products;
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px) clamp(20px, 2.6vw, 34px);
    justify-content: stretch;
}

body .app.productcenter .page2 .container .products .product {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

body .app.productcenter .page2 .container .products .product .img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10.6;
    background: #e5e7eb;
}

body .app.productcenter .page2 .container .products .product .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body .app.productcenter .page2 .container .products .product .text {
    width: 100%;
    height: auto;
    min-height: 72px;
    padding: 11px 12px 12px;
    align-items: center;
    gap: 12px;
}

body .app.productcenter .page2 .container .products .product .text .xq {
    width: auto;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
}

body .app.productcenter .page2 .container .products .product .text .xq span {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .app.productcenter .page2 .container .products .product .text .xq p {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .app.productcenter .page2 .container .products .product .text .right {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background: rgba(255, 73, 41, 0.18);
}

body .app.productcenter .page2 .container .products .product:nth-child(even) .text .right {
    background: rgba(87, 166, 223, 0.2);
}

body .app.productcenter .page2 .container .need {
    grid-area: need;
    width: 100%;
    min-height: 78px;
    height: auto;
    margin: 18px 0 0;
    padding: 16px 24px;
    justify-content: center;
    gap: 24px;
}

body .app.productcenter .page2 .container .need span {
    width: auto;
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
}

body .app.productcenter .page2 .container .need .get,
body .app.productcenter .page2 .container .need .learn,
body .app.productcenter .page2 .container .need a,
body .app.productcenter .page2 .container .need button {
    width: clamp(150px, 18vw, 210px);
    min-height: 42px;
    height: auto;
    margin: 0;
    padding: 9px 16px;
    gap: 8px;
}

body .app.productcenter .page2 .container .need .get p,
body .app.productcenter .page2 .container .need .learn p,
body .app.productcenter .page2 .container .need a p,
body .app.productcenter .page2 .container .need button p {
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
}

body .app.productcenter .page2 .container .need .get img,
body .app.productcenter .page2 .container .need .learn img,
body .app.productcenter .page2 .container .need a img,
body .app.productcenter .page2 .container .need button img {
    width: 18px;
    height: 18px;
}

body .app.productcenter .page2 .container .navigation {
    grid-area: navigation;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    justify-content: center;
    gap: 20px;
}

body .app.productcenter .page2 .container .navigation .prev,
body .app.productcenter .page2 .container .navigation .next {
    min-height: 32px;
    height: auto;
    padding: 7px 12px;
    gap: 6px;
    justify-content: center;
}

body .app.productcenter .page2 .container .navigation .prev p,
body .app.productcenter .page2 .container .navigation .next p {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

body .app.productcenter .page2 .container .navigation .prev img,
body .app.productcenter .page2 .container .navigation .next img {
    width: 14px;
}

body .app.productcenter .page2 .container .navigation .nums {
    gap: 18px;
}

body .app.productcenter .page2 .container .navigation .nums .num {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1;
}

body .app.productcenter .page2 .container .navigation .nums .ell {
    padding: 0 6px;
    font-size: 20px;
    line-height: 1;
}

body .app.productcenter .contactpage {
    background: #fff;
}

@media only screen and (max-width: 1470px) {
    body .app.productcenter .container {
        width: 88%;
    }

    body .app.productcenter .page2 .container {
        grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
        column-gap: 28px;
    }

    body .app.productcenter .page2 .container .products {
        gap: 30px 26px;
    }
}

@media only screen and (max-width: 1280px) {
    body .app.productcenter .container {
        width: 90%;
    }

    body .app.productcenter .page2 .container {
        grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
        column-gap: 24px;
    }

    body .app.productcenter .page2 .container .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 20px;
    }

    body .app.productcenter .page2 .container .products .product .text {
        min-height: 68px;
        padding: 10px;
    }

    body .app.productcenter .page2 .container .products .product .text .xq span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    body .app.productcenter .banner {
        height: 400px;
    }

    body .app.productcenter .banner .container .banner-main {
        width: min(520px, 80%);
    }

    body .app.productcenter .page2 .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "search"
            "categories"
            "products"
            "need"
            "navigation";
        row-gap: 20px;
    }

    body .app.productcenter .page2 .container .categories {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        border: none;
        background: transparent;
        overflow: visible;
    }

    body .app.productcenter .page2 .container .categories .title {
        flex: 1 0 100%;
        border-radius: 10px;
        background: #ff7860;
    }

    body .app.productcenter .page2 .container .categories .category {
        flex: 1 1 calc(33.333% - 10px);
        min-height: 64px;
        border: 1px solid rgba(255, 120, 96, 0.45);
        border-radius: 10px;
        background: #fff;
    }

    body .app.productcenter .page2 .container .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    body .app.productcenter .page2 .container .need {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 800px) {
    body .app.productcenter .banner {
        height: 330px;
    }

    body .app.productcenter .banner .container .banner-main {
        top: 50%;
        width: 88%;
    }

    body .app.productcenter .page2 {
        padding: 22px 0 52px;
    }

    body .app.productcenter .page2 .container .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body .app.productcenter .page2 .container .need {
        flex-wrap: wrap;
        padding: 16px;
        gap: 12px;
    }

    body .app.productcenter .page2 .container .need span {
        flex: 1 0 100%;
    }

    body .app.productcenter .page2 .container .navigation {
        flex-wrap: wrap;
        gap: 12px;
    }

    body .app.productcenter .page2 .container .navigation .nums {
        order: 1;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    body .app.productcenter .page2 .container .navigation .prev {
        order: 2;
    }

    body .app.productcenter .page2 .container .navigation .next {
        order: 3;
    }
}

@media only screen and (max-width: 640px) {
    body .app.productcenter .container {
        width: 92%;
    }

    body .app.productcenter .banner {
        height: 280px;
    }

    body .app.productcenter .banner .container .banner-main span {
        font-size: 24px;
    }

    body .app.productcenter .banner .container .banner-main .text p {
        font-size: 12px;
    }

    body .app.productcenter .page2 .container .search {
        min-height: 40px;
        padding: 6px 10px;
    }

    body .app.productcenter .page2 .container .categories .category {
        flex: 1 1 100%;
    }

    body .app.productcenter .page2 .container .products {
        grid-template-columns: minmax(0, 1fr);
    }

    body .app.productcenter .page2 .container .products .product .img {
        aspect-ratio: 16 / 10;
    }

    body .app.productcenter .page2 .container .need .get,
    body .app.productcenter .page2 .container .need .learn,
    body .app.productcenter .page2 .container .need a,
    body .app.productcenter .page2 .container .need button {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    body .app.productcenter .banner {
        height: 240px;
    }

    body .app.productcenter .banner .container .banner-main {
        width: 92%;
    }

    body .app.productcenter .banner .container .banner-main span {
        margin-bottom: 14px;
        font-size: 22px;
    }

    body .app.productcenter .banner .container .banner-main .text div {
        height: 30px;
    }

    body .app.productcenter .page2 .container .products .product .text {
        min-height: 64px;
    }

    body .app.productcenter .page2 .container .navigation .prev,
    body .app.productcenter .page2 .container .navigation .next {
        width: 100%;
    }
}

