#app{
  background: #fbffff;
}
/* product nav styles */
.productNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  border-bottom: 10px solid #98d1ef;
  z-index: 2;
  position: relative;
}

.productNav .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 22%;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.productNav .item p {
  width: auto;
  position: relative;
  color: #575757;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.productNav .item p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1d82b8 0%, #32a2de 55%, #8ec5ff 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}

.productNav .item-active p {
  color: #1d82b8;
}

.productNav .item:hover p {
  color: #1d82b8;
}

.productNav .item:hover p::after {
  transform: scaleX(1);
}

/* product list wrapper styles */
.productList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0 75px;
  background: #fbffff;
  position: relative;
}

.productList .back1 {
  position: absolute;
  top: -17%;
  right: -11%;
  width: 388px;
  height: 522px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de66 0%, #32a2de00 100%);
}

.productList .back2 {
  position: absolute;
  bottom: -34%;
  left: -11%;
  width: 535px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}
.productList .back3 {
  position: absolute;
  bottom: -20%;
  right: -11%;
  width: 388px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
  z-index: 0;
}
.productList .inner {
  display: flex;
  flex-wrap: wrap;
  width: 91%;
  margin: 0 auto;
  z-index: 1;
}

/* product intro styles */
.productList .section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.productList .section1 p {
  width: 90%;
  margin: 0 auto;
  color: #000f1a;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
}

/* product category styles */
.productList .section2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  margin-top: 57px;
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px #0000001f;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.productList .section2::-webkit-scrollbar {
  display: none;
}

.productList .section2.is-dragging {
  cursor: grabbing;
}

.productList .section2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 26px 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-user-drag: none;
  flex: 1;
}

.productList .section2 .item-active {
  border-radius: 40px;
  background: #223e56;
}

.productList .section2 .item-active p {
  width: 100%;
  color: #ffffff;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

.productList .section2 .item:not(.item-active) p {
  width: auto;
  color: #616161;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  text-decoration: none;
}

.productList .section2 .item:not(.item-active) p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1d94cc 0%, #32a2de 55%, #8ec5ff 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}

.productList .section2 .item:not(.item-active):hover p {
  color: #1d94cc;
  text-decoration: none;
}

.productList .section2 .item:not(.item-active):hover p::after {
  transform: scaleX(1);
}

/* product card list styles */
.productList .section3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 38px 28px;
  margin-top: 58px;
}

.productList .section3 .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 31.8%;
  padding: 25px;
  border-radius:  30px 0px 30px 0px;
  background: #ffffff;
  box-shadow: 0px 6px 50px #d8d8d8de;
  cursor: pointer;
  transition: all 0.5s ease;
}

.productList .section3 .item:hover {
  box-shadow: 0 18px 42px rgba(37, 76, 94, 0.18);
  transform: translateY(-6px);
}

.productList .section3 .item .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 18px;
  border: 1px solid #233e57;
  background: transparent;
  transition: all 0.5s ease;
}

.productList .section3 .item:hover .num {
  border: 1px solid #233e57;
  background: #233e57;
}

.productList .section3 .item .num p {
  color: #2c2c2c;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}

.productList .section3 .item:hover .num p {
  color: #ffffff;
}

.productList .section3 .item .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
  padding: 0 20px;
  overflow: hidden;
}

.productList .section3 .item .img img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.productList .section3 .item:hover .img img {
  transform: scale(1.05);
}

.productList .section3 .item .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding-top: 25px;
}

.productList .section3 .item .title p {
  width: 100%;
  color: #000f1a;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

/* pagination styles */
.productList .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 37px;
  margin-top: 78px;
}

.productList .pre-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}


.productList .pre-pageBtn:hover {
  background: #edf8fd;
}

.productList .next-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.productList .next-pageBtn svg {
  width: 31px;
  height: 21px;
}

.productList .next-pageBtn:hover {
  background: #edf8fd;
}

.productList .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.productList .pages .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #333333;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 8px;
}

.productList .pages .num-active {
background: #1d82b8;
color: #ffffff;
font-family: DIN;
font-weight: 500;
font-size: 25px;
line-height: 30px;
}

.productList .pages .num:hover {
background: #1d82b8;
color: #ffffff;
font-family: DIN;
font-weight: 500;
font-size: 25px;
line-height: 30px;
}

.productList .pages .page-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1d94cc;
}

/* responsive: pros page */
@media only screen and (max-width: 1280px) {
  .productNav {
    gap: 110px;
  }

  .productNav .item {
    width: auto;
    padding: 18px 0;
  }

  .productNav .item p {
    font-size: 22px;
    line-height: 24px;
  }

  .productList {
    padding: 52px 0 68px;
  }

  .productList .inner {
    width: 90%;
  }

  .productList .section1 p {
    width: 92%;
    font-size: 14px;
    line-height: 30px;
  }

  .productList .section2 {
    margin-top: 50px;
    border-radius: 34px;
  }

  .productList .section2 .item {
    padding: 24px 14px;
  }

  .productList .section2 .item-active {
    border-radius: 34px;
  }

  .productList .section2 .item-active p {
    font-size: 18px;
    line-height: 26px;
  }

  .productList .section2 .item:not(.item-active) p {
    font-size: 15px;
    line-height: 20px;
  }

  .productList .section3 {
    gap: 32px 24px;
    margin-top: 50px;
  }

  .productList .section3 .item {
    width: 31.6%;
    padding: 22px;
    border-radius: 26px 0 26px 0;
  }

  .productList .section3 .item .img {
    margin-top: 32px;
    padding: 0 18px;
  }

  .productList .section3 .item .title {
    padding-top: 22px;
  }

  .productList .section3 .item .title p {
    font-size: 23px;
    line-height: 32px;
  }

  .productList .page {
    gap: 32px;
    margin-top: 66px;
  }

  .productList .pre-pageBtn,
  .productList .next-pageBtn {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }

  .productList .pages .num,
  .productList .pages .num-active,
  .productList .pages .num:hover {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .productNav {
    gap: 90px;
  }

  .productNav .item {
    width: auto;
    padding: 16px 0;
  }

  .productNav .item p {
    font-size: 20px;
    line-height: 24px;
  }

  .productList {
    padding: 44px 0 58px;
  }

  .productList .back1 {
    width: 300px;
    height: 420px;
  }

  .productList .back2 {
    width: 420px;
    height: 600px;
  }

  .productList .back3 {
    width: 300px;
    height: 600px;
  }

  .productList .section1 p {
    width: 96%;
    line-height: 28px;
  }

  .productList .section2 {
    margin-top: 42px;
    border-radius: 30px;
  }

  .productList .section2 .item {
    flex: 0 0 auto;
    padding: 20px 22px;
  }

  .productList .section2 .item-active {
    border-radius: 30px;
  }

  .productList .section2 .item-active p {
    font-size: 17px;
    line-height: 24px;
  }

  .productList .section3 {
    gap: 28px 22px;
    margin-top: 42px;
  }

  .productList .section3 .item {
    width: 31%;
    padding: 20px;
  }

  .productList .section3 .item .img {
    margin-top: 28px;
    padding: 0 14px;
  }

  .productList .section3 .item .title p {
    font-size: 21px;
    line-height: 30px;
  }

  .productList .page {
    gap: 26px;
    margin-top: 56px;
  }

  .productList .pages {
    gap: 14px;
  }
}

@media only screen and (max-width: 820px) {
  .productNav {
    gap: 70px;
  }

  .productNav .item {
    width: auto;
    padding: 14px 0;
  }

  .productNav .item p {
    font-size: 18px;
    line-height: 22px;
  }

  .productList {
    padding: 36px 0 48px;
  }

  .productList .inner {
    width: 90%;
  }

  .productList .back1,
  .productList .back2,
  .productList .back3 {
    display: none;
  }

  .productList .section1 p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .productList .section2 {
    margin-top: 34px;
    border-radius: 26px;
  }

  .productList .section2 .item {
    padding: 18px 20px;
  }

  .productList .section2 .item-active {
    border-radius: 26px;
  }

  .productList .section2 .item-active p,
  .productList .section2 .item:not(.item-active) p {
    font-size: 15px;
    line-height: 22px;
  }

  .productList .section3 {
    gap: 24px 20px;
    margin-top: 34px;
  }

  .productList .section3 .item {
    width: 48%;
    padding: 20px;
    border-radius: 22px 0 22px 0;
  }

  .productList .section3 .item .num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
  }

  .productList .section3 .item .num p {
    font-size: 13px;
    line-height: 32px;
  }

  .productList .section3 .item .img {
    margin-top: 24px;
    padding: 0 12px;
  }

  .productList .section3 .item .title {
    padding-top: 20px;
  }

  .productList .section3 .item .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .productList .page {
    gap: 22px;
    margin-top: 42px;
  }

  .productList .pre-pageBtn,
  .productList .next-pageBtn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
  }

  .productList .next-pageBtn svg,
  .productList .pre-pageBtn svg {
    width: 26px;
    height: 18px;
  }

  .productList .pages .num,
  .productList .pages .num-active,
  .productList .pages .num:hover {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .productNav {
    border-bottom-width: 6px;
    gap: 52px;
  }

  .productNav .item {
    width: auto;
    padding: 14px 0;
  }

  .productNav .item p {
    font-size: 16px;
    line-height: 22px;
  }

  .productList {
    padding: 20px 0;
  }

  .productList .inner {
    width: 92%;
  }

  .productList .section1 p {
    font-size: 14px;
    line-height: 24px;
  }

  .productList .section2 {
    margin-top: 20px;
    border-radius: 20px;
  }

  .productList .section2 .item {
    padding: 16px 18px;
  }

  .productList .section2 .item-active {
    border-radius: 20px;
  }

  .productList .section2 .item-active p,
  .productList .section2 .item:not(.item-active) p {
    font-size: 14px;
    line-height: 20px;
  }

  .productList .section3 {
    gap: 20px;
    margin-top: 20px;
  }

  .productList .section3 .item {
    width: 48%;
    padding: 20px;
    border-radius: 20px 0 20px 0;
  }

  .productList .section3 .item .img {
    margin-top: 20px;
    padding: 0 10px;
  }

  .productList .section3 .item .title {
    padding-top: 20px;
  }

  .productList .section3 .item .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .productList .page {
    gap: 20px;
    margin-top: 20px;
  }

  .productList .pre-pageBtn,
  .productList .next-pageBtn {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
  }

  .productList .next-pageBtn svg,
  .productList .pre-pageBtn svg {
    width: 24px;
    height: 16px;
  }

  .productList .pages {
    gap: 10px;
  }

  .productList .pages .num,
  .productList .pages .num-active,
  .productList .pages .num:hover {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 18px;
    line-height: 24px;
  }

  .productList .pages .page-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .productNav {
    gap: 36px;
  }

  .productNav .item p {
    font-size: 15px;
    line-height: 20px;
  }

  .productList .section2 .item {
    padding: 14px 16px;
  }

  .productList .section3 .item {
    width: 100%;
  }

  .productList .section3 .item .img {
    padding: 0 20px;
  }

  .productList .page {
    gap: 14px;
  }

  .productList .pages {
    gap: 8px;
  }
}

@media only screen and (max-width: 414px) {
  .productNav {
    gap: 20px;
  }

  .productNav .item {
    padding: 12px 0;
  }

  .productNav .item p {
    font-size: 14px;
    line-height: 20px;
  }

  .productList .section2 .item {
    padding: 12px 14px;
  }

  .productList .section3 .item {
    padding: 18px;
  }

  .productList .section3 .item .title p {
    font-size: 18px;
    line-height: 26px;
  }

  .productList .pre-pageBtn,
  .productList .next-pageBtn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .productList .next-pageBtn svg,
  .productList .pre-pageBtn svg {
    width: 20px;
    height: 14px;
  }

  .productList .pages .num,
  .productList .pages .num-active,
  .productList .pages .num:hover {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    font-size: 16px;
    line-height: 22px;
  }

  .productList .pages .page-more {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .productNav {
    gap: 16px;
  }

  .productNav .item p {
    font-size: 13px;
    line-height: 18px;
  }

  .productList .section3 .item {
    padding: 16px;
  }

  .productList .section3 .item .img {
    padding: 0 12px;
  }

  .productList .page {
    gap: 10px;
  }

  .productList .pages {
    gap: 6px;
  }

  .productList .pages .num,
  .productList .pages .num-active,
  .productList .pages .num:hover {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    font-size: 15px;
    line-height: 20px;
  }
}
