/*
 *	Created by Edward on 26/01/06
*/
html {
  font-size: 16px;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
@font-face {
  font-family: "iconfont";
  src:
    url("../fonts/iconfont.d9c2955a.woff2") format("woff2"),
    url("../fonts/iconfont.8be361f2.woff") format("woff"),
    url("../fonts/iconfont.f84d7a2b.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src:
    url("../fonts/Montserrat-Regular.0048f40c.eot") format("eot"),
    url("../fonts/Montserrat-Regular.02c4bf4d.svg") format("svg"),
    url("../fonts/Montserrat-Regular.9c460951.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.5eefdffd.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../fonts/Montserrat-SemiBold.c88cecbf.ttf);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.88932dad.ttf);
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url(../fonts/Montserrat-Medium.a98626e1.ttf);
}

body,
html {
  color: #000;
  font-family: "Montserrat", "微软雅黑", sans-serif;
  font-weight: 300;
  /* cubic-bezier(.4,0,.2,1) */
  /* transition: cubic-bezier(0.47, 0, 0.745, 0.715); */
}

body.cn {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-weight: normal;
}

b,
strong {
  font-weight: 400;
}

textarea,
input,
select {
  font-family: "Montserrat", "微软雅黑", "Arial";
  font-size: 0.875rem;
  outline: none;
  border: none;
}

button {
  border: none;
}

.singePage {
  word-break: break-word;
}

.banner {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: width, height;
}

.banner .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.banner .img video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-warp {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.common-name {
  text-align: center;
  width: 100%;
  margin-bottom: 4vw;
  position: relative;
}

.common-name.mb2 {
  margin-bottom: 30px;
}

.common-name .name {
  font-size: 2.5rem;
  overflow: hidden;
  font-family: "Montserrat-Medium";
  display: flex;
  justify-content: center;
  width: 100%;
}

.common-name .name p {
  transform: translateY(100%);
}

.common-name .name:nth-child(2) {
  font-family: "Montserrat-SemiBold";
}

.common-name1 p {
  transform: translateY(100%);
}

.common-name1 .desc p {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.common-name .name:nth-child(2) p {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.common-name .info {
  padding: 0px 25%;
  line-height: 1.4;
  color: #999;
  overflow: hidden;
}

.common-name .info span {
  display: block;
  transform: translateY(100%);
}

.common-name.common-name1 .desc {
  margin-bottom: 0.5vw;
}

.connect-list {
  width: 100%;
}

.common-name.common-name1 {
  margin-bottom: 0vw;
  position: absolute;
  width: 100%;
  line-height: 1.1;
  top: 35%;
  transform: translateY(-50%);
}

.connect-list .item {
  width: 100%;
  height: auto;
  margin-bottom: 10vw;
}

.connect-list .item:nth-child(even) .box {
  direction: rtl;
}

.connect-list .item:nth-child(even) .box .info {
  direction: initial;
}

.connect-list .item .box {
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
}

.connect-list .item .box .thum {
  width: 53%;
  border-radius: 2vw;
  overflow: hidden;
  max-width: 700px;
}

.connect-list .item .box .thum .img {
  position: relative;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform;
  overflow: hidden;
  aspect-ratio: 1;
}

.yPercent100 {
  transform: translateY(100%);
}
.connect-list .item.is-inview .box .thum .img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.connect-list .item.is-inview .box .thum .img img {
  transform: scale(1);
}
.connect-list .item.is-inview .box .thum .img::after {
  transform: scaleY(0);
}
.connect-list .item .box .thum .img img {
  transform: scale(1.1);
  transition: all 4s ease 0.5s;
  will-change: transform;
}

.connect-list.home .item .box .thum .img img {
  aspect-ratio: 1;
}

.connect-list .item.is-inview .tips .line {
  transform: translateY(0%);
}

.connect-list .item .box .thum .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    108deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  transform-origin: center bottom;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  will-change: transform;
}

.connect-list .item .box .info {
  width: 40%;
}

.connect-list .item .tips {
  margin-bottom: 2vw;
}

.connect-list .item .title {
  width: 100%;
  margin-bottom: 2vw;
  font-size: 1.8rem;
  font-family: "Montserrat-Medium";
}

.cn .connect-list .item .title {
  font-weight: bold;
}

.connect-list .item .title .tips {
  font-size: 1rem;
  margin-top: 0.5vw;
  color: #666666;
  font-family: "Montserrat";
}
.app-swiper .swiper-slide .info .top .title p {
  display: flex;
  align-items: flex-start;
}
.connect-list .item .title .name {
  overflow: hidden;
}

.en .connect-list .item .title .name {
  /* white-space: nowrap; */
}

.connect-list .item .title .name p {
  transform: translateY(100%);
}

.connect-list.ip .item .title .name p {
  transform: translateY(0%);
  opacity: 1;
}

.connect-list .item .title .name.green span {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.connect-list .item .ms {
  font-size: 0.875rem;
  margin-top: 0.5vw;
  font-weight: 400;
}

.connect-list .item .title span,
.common-name .name span {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Montserrat-SemiBold";
  display: inline-flex;
  align-items: flex-start;
}

.model-box .singePage p a {
  color: #007fb0;
  text-decoration: none;
}

.model-box .singePage p a:hover {
  text-decoration: underline;
}

.connect-list .list {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 500px;
}

.connect-list .list .row {
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5vw 0px;
  align-items: center;
  position: relative;
  border-bottom: 1px dashed rgba(111, 144, 123, 0.2);
  justify-content: space-between;
}

.connect-list .list .row:last-child {
  border-bottom: none;
}

.connect-list .list .row .icon {
  width: 40px;
  transform: scale(0);
}

.connect-list .list .row .txt {
  width: calc(100% - 50px);
  color: #333333;
  line-height: 1.4;
}

.connect-warp {
  padding-bottom: 0;
}

.banner .info {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 8vw;
  top: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 2vw;
  z-index: 2;
  color: #fff;
  padding: 0;
}

.banner .info .banner-text {
  width: 50%;
  text-align: left;
}

.banner .info .name {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 1vw;
  font-family: "Montserrat-SemiBold";
}

.p {
  overflow: hidden;
  position: relative;
}

.banner .info .desc {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 1.7;
  padding: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.banner-qr {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  display: flex;
  gap: 1.5vw;
}

.qr-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-box {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.qr-box::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.qr-item:hover .qr-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.qr-box img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.qr-info {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s;
}

.qr-item:hover .qr-info {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}

.qr-info .icon {
  width: 24px;
  height: 24px;
}

.qr-info .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-info .txt {
  text-align: left;
}

.qr-info p {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  text-align: center;
}

/* 默认样式：最后一个 p 标签加粗放大（适用于英文、西语、法语等） */
.qr-info p:last-child {
  font-family: "Montserrat-SemiBold";
}

/* 中文样式：第一个 p 标签加粗放大（App Store / Google Play） */
.cn .qr-info p:first-child {
  font-family: "Montserrat-SemiBold";
}

/* 中文样式：重置第二个 p 标签样式 */
.cn .qr-info p:last-child {
  font-family: unset;
  margin-top: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .banner .info {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    bottom: 15vw;
    text-align: center;
    gap: 8vw;
  }
  .banner .info .banner-text {
    width: 100%;
    text-align: center;
  }
  .banner .info .name {
  }
  .banner .info .desc {
  }
  .banner-qr {
    gap: 4vw;
    justify-content: center;
  }
  .qr-box {
    display: none;
  }
  .qr-info {
    padding: 8px 16px;
    gap: 8px;
  }
  .qr-info .icon {
    width: 20px;
    height: 20px;
  }
  .qr-info p:last-child {
    font-size: 12px;
  }
}

.more-btn {
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.more-btn .box {
  width: auto;
  display: flex;
  gap: 1vw;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  align-items: center;
  padding: 0.75vw 1.25vw;
}

.more-btn .box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #fff;
}

.more-btn .box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  transition: all 0.4s;
  border-radius: 50px;
  opacity: 0;
}

.more-btn .box:hover::after {
  opacity: 1;
}

.more-btn .box .icon {
  width: 25px;
  height: 25px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
}

.more-btn .box .txt {
  position: relative;
  color: #000;
  height: 20px;
  overflow: hidden;
  z-index: 2;
  line-height: 20px;
}

.more-btn .box .txt p:first-child {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 0;
}

.more-btn .box:hover .txt p:first-child {
  margin-top: -20px;
}

.more-btn .box .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
  will-change: left, top;
}

.more-btn .box .icon img:nth-child(2) {
  left: -25px;
  top: 25px;
  opacity: 0;
}

.more-btn .box:hover .icon img:nth-child(1) {
  left: 25px;
  top: -25px;
  opacity: 0;
}

.more-btn .box:hover .icon img:nth-child(2) {
  left: 0px;
  top: 0px;
  opacity: 1;
}

.product-swiper {
  width: 84%;
  opacity: 0;
  position: absolute;
  left: 8%;
  top: 75%;
  transform: translateY(-50%);
}

.product-swiper .swiper-slide {
  aspect-ratio: 1 / 1.78;
  border-radius: 1vw;
  overflow: hidden;
  opacity: 0.1;
  transition: all 0.35s;
  transform: scale(0.85);
}

.product-swiper .swiper-slide.swiper-slide-next,
.product-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0.35;
}

.product-swiper .swiper-slide.swiper-slide-prev {
  transform: translateX(-0.75vw) scale(0.85);
}

.product-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.product-swiper .swiper-slide .img,
.product-swiper .swiper-slide .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.home-warp {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  background: #fff;
}

.menu-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.menu-wrap.stick {
  position: sticky;
  top: 80px;
}

.zymix-menu {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  background: #f4f5f7;
  padding: 3px;
  border-radius: 100px;
}

.zymix-menu .item {
  width: auto;
  display: flex;
  position: relative;
  opacity: 0.6;
  cursor: pointer;
}

.bimg {
  width: 30%;
  height: auto;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
}

.zymix-menu .item:hover {
  opacity: 1;
}

.zymix-menu .item.active {
  opacity: 1;
}

.zymix-menu .item .box {
  width: auto;
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.3vw;
  line-height: max(2.5vw, 48px);
  padding: 0px 1.5vw;
  font-size: 15px;
}

.zymix-menu .item .box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  border-radius: 50px;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0.5;
}

.zymix-menu .item.active .box::before {
  transform: scale(1);
  opacity: 1;
}

.zymix-menu .item .box .icon {
  width: 20px;
  height: auto;
  position: relative;
}

.zymix-menu .item .box .txt {
  width: auto;
  position: relative;
}

.app-swiper {
  width: 100%;
  margin-top: 3vw;
  border-radius: 24px;
  overflow: hidden;
}

.app-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 100 / 61;
  overflow: hidden;
}

.app-swiper .swiper-slide .pro,
.app-swiper .swiper-slide .pro img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.app-swiper .swiper-slide .pro .my-dog-alpha {
  width: 24%;
  height: auto;
  position: absolute;
  right: 25%;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.app-swiper .swiper-slide .info {
  width: 40%;
  height: auto;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.app-swiper .swiper-slide .info .more {
  width: 135px;
  height: auto;
  color: #08663b;
  display: inline-block;
}

.app-swiper .swiper-slide .info .more .box {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 50px;
  border: 1px solid #08663b;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 40px;
}

.app-swiper .swiper-slide .info .more .box .icon {
  width: 20px;
}

.app-swiper .swiper-slide .info .top {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  font-size: 2.215rem;
  font-family: "Montserrat-Medium";
}

.app-swiper .swiper-slide .info .top .infos {
  font-family: "Montserrat";
  opacity: 0.7;
}

.app-swiper .swiper-slide .info .top .title {
  overflow: hidden;
  position: relative;
}

.app-swiper .swiper-slide .info .top .title:nth-child(2) {
  font-weight: 600;
  font-family: "Montserrat-SemiBold";
}

.app-swiper .swiper-slide .info .top .title:nth-child(2) sup {
  color: #127d49;
}

.app-swiper .swiper-slide .info .top .infos {
  font-size: 1rem;
  opacity: 0.6;
  margin-top: 1vw;
}

.app-swiper .swiper-slide .info .desc {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 2;
  color: #333333;
  margin-bottom: 2vw;
  font-size: 0.875rem;
}

.app-paga {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

.app-paga .swiper-pagination {
  bottom: 0%;
  top: 0;
  width: auto;
  background: #ebebf0;
  padding: 1vw;
  border-radius: 50px;
  position: relative;
}

.app-paga .swiper-pagination-bullet {
  margin: 0px;
  background: #6f6f73;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}

.app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}

.app-paga .swiper-pagination-bullet::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #29292a;
  transform: scaleX(0);
  transform-origin: top left;
}

.app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scaleX(1);
  transition: all 4s linear;
}

.container {
  z-index: 2;
}

.container::before {
  width: 100%;
  height: 25vw;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20vw;
  pointer-events: none;
}

.container::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 0 0 5vw 5vw;
  box-shadow: 0px 1.5rem 10rem 0px rgba(0, 170, 133, 0.6);
}

footer {
  height: auto;
  padding-top: 10vw;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  will-change: transform;
}

footer::before {
  width: 100%;
  height: calc(100% + 5vw);
  position: absolute;
  left: 0;
  top: -5vw;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 3rem,
      rgba(255, 255, 255, 0.5152) 12rem,
      rgba(255, 255, 255, 0.7609) 16rem,
      rgba(255, 255, 255, 0.9524) 30rem,
      #ffffff 40rem
    ),
    linear-gradient(
      150deg,
      #41f4b0 3rem,
      #52ed7b 18rem,
      #b0f694 40rem,
      #dcf1a7 50rem
    );
}

footer.ip::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0.5199) 26%,
      rgba(255, 255, 255, 0.7609) 33%,
      rgba(255, 255, 255, 0.9524) 46%,
      #ffffff 61%
    ),
    linear-gradient(129deg, #41f4b0 28%, #52ed7b 43%, #b0f694 64%, #dcf1a7 75%);
}

.footer-top {
  width: 100%;
}

.footer-top .w1400 {
  width: 80%;
}

.footer-info {
  width: 100%;
  text-align: center;
  position: relative;
}

.footer-info .img {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.footer-info .tips {
  margin-bottom: 0.5vw;
}

.footer-info .name {
  width: 100%;
  font-size: 2.2rem;
  position: relative;
}

.es .footer-info .name {
  font-size: 1.6rem;
}

.footer-info .name .mask-txt {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #0b8d32;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-info .name .lab {
  width: 100%;
}

.footer-info .name .defaut-txt {
  opacity: 0.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cn .footer-info .name .mask-txt {
  display: grid;
}

.cn .footer-info .name .defaut-txt {
  display: grid;
  font-weight: 600;
}

.homepage,
.product-menu,
.connect-list.ip {
  display: none;
}

.cn .homepage .m-slog .p1 {
  padding: 0 12vw;
  text-align: center;
}

.connect-list.ip.feature {
  display: block;
}
.footer-info .name .mask-txt .txt,
.footer-info .name .defaut-txt .txt {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.footer-info.active .name .mask-txt .txt {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-info.active .name .mask-txt .txt:nth-child(2) {
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.footer-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw 0px;
  border-bottom: 0.5px solid rgba(153, 153, 153, 0.5);
  font-size: 0.9375rem;
}

.mini-tips {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 3vw;
  color: #666;
}

.linklist,
.listbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.linklist {
  gap: 1vw;
}

.linklist .icon {
  width: 40px;
}

.listbox .li {
}

.listbox .li .label {
  color: #999999;
}

.listbox .li .txt {
  margin-top: 0.25vw;
  font-family: "Montserrat";
}

.f-logo {
  width: 200px;
}

.listbox {
  gap: 3vw;
}

.copyright {
  padding: 2vw 0;
  display: flex;
  display: -webkit-flex;
  font-size: 0.875rem;
  align-items: center;
  -webkit-align-items: center;
  color: #9c9b99;
  padding-bottom: 4vw;
}

.copyright .mangopay-img {
  width: 160px;
}
.copyright .mangopay-img:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}

.copyright .cp {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  direction: initial;
  font-family: "Montserrat";
  text-align: right;
  margin-right: 5vw;
}

.other-link {
  width: auto;
  display: flex;
  gap: 2vw;
  direction: ltr;
}

.other-link a {
  position: relative;
  color: #9c9b99;
}

.other-link a::after {
  width: 1px;
  height: 60%;
  position: absolute;
  right: -1vw;
  top: 20%;
  content: "";
  background: rgba(87, 87, 87, 0.3);
}

.other-link a:last-child::after {
  display: none;
}

.footer-line {
  height: 10px;
  width: 100%;
  position: absolute;
}

.other-link a:hover {
  color: #000;
}

.sub-banner {
  z-index: 1;
  aspect-ratio: 100 / 42;
  display: flex;
  align-items: center;
}

.sub-banner.dd {
  aspect-ratio: 2 / 1;
}

.sub-banner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background:
    radial-gradient(
      75% 74% at 0% 91%,
      rgba(255, 255, 255, 0.3) 14%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(196deg, #c9fed3 30%, #eaffe5 61%, #ffffff 112%);
  opacity: 0.6;
}

.sub-banner.dd::before {
  background:
    radial-gradient(31% 31% at 100% 4%, #23ee85 0%, rgba(35, 238, 133, 0) 100%),
    radial-gradient(
      55% 55% at 0% 76%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(186deg, rgba(255, 255, 255, 0) 5%, #ffffff 63%),
    linear-gradient(156deg, #5eeda1 -2%, #4cff77 11%, #94f695 47%, #bef1a7 77%);
  opacity: 0.2;
  border-radius: 0px 0px 5vw 5vw;
}
.sub-banner.scroll.no-before::before {
  content: none;
}

.common-btn {
  margin-top: 1rem;
  width: fit-content;
  cursor: pointer;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: clamp(8px, 2vw, 16px);
  color: #333;
  transition: all 0.3s ease;
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
}
.common-btn:hover {
  transform: translateY(-5px);
  color: #fff;
}
.common-btn.regular {
  border: 0.5px solid #333;
  background: transparent;
}
.common-btn.regular:hover {
  color: #000;
}
.flex-btn {
  display: flex;
  align-items: center;
  gap: 13px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.tag-list .tag {
  background-color: #e1ffd0;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: clamp(6px, 1vw, 12px);
}
.tag-list .tag span {
  color: rgba(0, 0, 0, 0.5);
}
.banner-img {
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.pos-btn {
  position: absolute;
  z-index: 2;
}
.pos-btn.right {
}

.site-img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 1920px;
}

.sub-banner.sm .txtbox .txt {
  font-size: 2rem;
}

.sub-banner.sm.no_before {
  content: none;
  background-color: transparent;
}

.sub-banner .imgs {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
}

.sub-banner.dd .imgs {
  width: 55%;
  right: -2.5%;
}

.sub-banner .ab-img {
  width: 116%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  max-width: 2254px;
}

.sub-banner .txtbox {
  width: 65%;
  height: auto;
  position: relative;
  z-index: 2;
}
.sub-banner .txtbox .tit {
  font-size: 3.5rem;
  font-family: "Montserrat-Bold";
  margin-bottom: 2vw;
}

.sub-banner .txtbox .tit span {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sub-banner .txtbox .tip {
  font-weight: 500;
  font-size: 0.875rem;
  color: #014224;
  line-height: 2;
  border-radius: 0.2vw;
  padding: 0 0.5rem;
  background: linear-gradient(
    119deg,
    #38fb66 0%,
    rgba(134, 252, 128, 0.73) 240%
  );
  text-transform: uppercase;
  display: inline-block;
}

.sub-banner .txtbox .txt {
  width: 80%;
  line-height: 1.7;
  opacity: 0.7;
  font-size: 1.375rem;
  margin-bottom: 0.5vw;
}

.sub-banner .txtbox .zymix {
  width: 17rem;
  margin: 1.2rem 0;
  display: block;
}

.sub-banner .txtbox .msg {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.6;
  color: #333333;
  max-width: 788px;
}

.connect-list.ip {
  margin-top: 3vw;
  padding-bottom: 5vw;
}

.connect-list.ip .list .row .icon {
  transform: scale(1);
}

.connect-list.ip .item .box .thum {
  width: 48%;
  overflow: initial;
  direction: initial;
}

.connect-list.ip .item:nth-child(2) .box .thum,
.connect-list.ip .item:nth-child(4) .box .thum {
  left: 5%;
}

.connect-list.ip .item .box .thum .img {
  width: 100%;
  height: auto;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: none;
  overflow: initial;
}

.connect-list.ip .item .box .thum .img::after {
  display: none;
}
.connect-list.ip .item .box .thum .img img {
  transform: scale(1);
}
.connect-list.ip .item:nth-child(odd) .box {
  direction: rtl;
}

.connect-list.ip .item:nth-child(even) .box {
  direction: initial;
}

.connect-list.ip .item:nth-child(odd) .box .info {
  direction: initial;
}

.connect-list.ip .item .box .thum .img .small {
  width: 43%;
  height: auto;
  position: absolute;
  left: 11%;
  top: 50%;
  box-shadow: 0px 3.4px 47.6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  overflow: hidden;
  transform-origin: right bottom;
}

.connect-list.ip .item .box .thum .img > img:nth-child(1) {
  width: 80%;
  margin-left: 10%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img > img:nth-child(1) {
  margin-left: 0%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img:nth-child(1) {
  width: 100%;
  margin-left: 0%;
}

.connect-list.ip .item:nth-child(2) .box .thum .img .small {
  width: 30%;
  height: auto;
  position: absolute;
  left: 25%;
  top: auto;
  bottom: 5%;
  transform-origin: left bottom;
}

.connect-list.ip .item:nth-child(3) .box .thum .img .small {
  width: 37%;
  top: 50%;
  left: 27%;
  transform-origin: center bottom;
}

.connect-list.ip .item:nth-child(4) .box .thum .img .small {
  width: 19%;
  left: 35%;
  top: 63%;
  transform-origin: left bottom;
}

.connect-list.ip .item:nth-child(5) .box .thum .img .small {
  width: 38%;
  height: auto;
  position: absolute;
  left: 31%;
  top: 29%;
  border-radius: 20px;
}

.connect-list.ip .item:nth-child(6) .box .thum .img img:nth-child(1) {
  width: 60%;
  margin-left: 20%;
}

.connect-list.ip .item:nth-child(3) .box .thum .img > img:nth-child(1) {
  width: 90%;
  margin-left: 0;
}

.connect-list.ip .item:nth-child(6) .box .thum .img .small {
  width: 70%;
  height: auto;
  position: absolute;
  left: -15%;
  top: 15%;
}

.connect-list.ip .item:nth-child(4) .box .thum .img > img:nth-child(1) {
  margin-left: 0;
  width: 78%;
}

.connect-list.ip .item:nth-child(5) .box .thum .img {
  direction: initial;
}
.connect-list.ip .item:nth-child(5) .box .thum .img > img:nth-child(1) {
  width: 46%;
  margin-left: 27%;
}
.connect-list.ip .item:nth-child(5) .box .thum .img > .my-dog-alpha {
  aspect-ratio: auto !important;
}

.codebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.codebox .box {
  margin-right: 0.7rem;
  width: 11rem;
}

.codebox .box .label {
  background: #000000;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0.35rem 1rem;
}

.codebox .box .label .icon {
  width: 2rem;
  margin-right: 0.3rem;
  display: block;
}

.codebox .box .label span {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.codebox .box .code {
  width: 8rem;
  margin: 0.65rem auto;
  display: block;
  border-radius: 0.7rem;
}

.temp-ele {
  width: 100%;
  height: 6vw;
  position: relative;
}

footer.ip {
  margin-top: 0;
  padding-top: 10vw;
  transform: translateY(0%);
  position: relative;
}

.about-box {
  width: 100%;
  padding: 0px 1%;
  height: 150vh;
}
.about-center {
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 47%;
  left: 0%;
  transform: translateY(-50%);
}
.about-swiper {
  overflow: hidden;
}

.sticky-section {
  width: 100%;
  height: auto;
  position: sticky;
  left: 0;
  top: 5vw;
}

.sticky-section .common-name {
  margin-bottom: 42px;
}

.model-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 12vw 0px 6vw;
  color: #090723;
}

.model-box .w1400 {
  width: 1200px;
}

.model-box::before {
  width: 100%;
  height: 40vh;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background:
    radial-gradient(
      55% 55% at 0% 76%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 200px),
    linear-gradient(
        141deg,
        rgba(94, 237, 161, 0.35) 3px,
        rgba(76, 255, 118, 0.35) 5px,
        rgba(148, 246, 150, 0.35) 7px,
        rgba(190, 241, 167, 0.35) 10px
      )
      #fff;
}

.model-box .singePage h2 {
  font-size: 3rem;
  font-family: "Montserrat-Bold";
}

.model-box .singePage h3 {
  font-size: 1.45rem;
  margin-top: 2.5vw;
  margin-bottom: 0.5vw;
  font-family: "Montserrat-SemiBold";
}

.model-box .singePage h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.singePage p.time {
  font-size: 0.875rem;
}

.locationmodel {
  width: 100%;
  height: auto;
  position: relative;
  padding: 5vw 0%;
  z-index: 1;
}

.locationmodel .list {
  width: 100%;
}

.locationmodel .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.locationmodel .list .item {
  width: 30%;
  height: auto;
  position: relative;
}

.locationmodel .list .item .tit {
  width: 100%;
  height: auto;
  font-family: "Montserrat-SemiBold";
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: 0.5px solid #999999;
}

.locationmodel .list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(111, 144, 123, 0.2);
  color: #333333;
  padding: 1vw 0px;
}
.locationmodel .list .item .link .icon {
  width: 25px;
  height: 25px;
  background: url(../images/icon_link.c08cd578.png) center / cover no-repeat;
}

.locationmodel .list .item .link:last-child {
  border-bottom: none;
}

.locationmodel .list .link:hover {
  color: #098b47;
}

.locationmodel .list .link:hover .icon {
  background: url(../images/icon_link1.a6eec1ac.png) center / cover no-repeat;
}

.singePage p {
}

.common-name .name.about {
  font-size: 1.75rem;
  margin-bottom: 0.5vw;
}

.fr .common-name .name.about {
  padding: 0 25%;
  font-size: 1.5rem;
}

.about-swiper::after,
.about-swiper::before {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 3;
  pointer-events: none;
}

.about-swiper::after {
  left: 0px;
}

.about-swiper::before {
  right: 0px;
  transform: rotate(180deg);
}

.about-swiper .swiper-slide {
  width: auto;
  display: flex;
  filter: blur(5px);
  opacity: 0.2;
}

.about-swiper .swiper-slide.swiper-slide-prev,
.about-swiper .swiper-slide.swiper-slide-next {
  filter: blur(2px);
  opacity: 0.5;
}

.about-swiper .swiper-slide::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50px;
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5);
  opacity: 0;
}

.about-swiper .swiper-slide.swiper-slide-active {
  filter: blur(0px);
  opacity: 1;
}

.about-swiper .swiper-slide.swiper-slide-active::before {
  transform: scale(1);
  opacity: 1;
}
.about-swiper .box {
  width: 100%;
  display: flex;
  gap: 0.25vw;
  align-items: center;
  justify-content: space-between;
  padding: 14px 1.5vw;
  position: relative;
}

.about-swiper .box .txt {
  font-size: 1rem;
}

.about-swiper .box .icon {
  width: 20px;
}

.about-list {
  width: 98%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 2;
}

.about-list .item {
  width: 8.5%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  left: 0%;
}

.about-list .item .img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}

.about-list .item:nth-child(1) {
  gap: 20vw;
  height: 70%;
  top: 30%;
}
.about-list .item:nth-child(2) {
  left: 12%;
  gap: 20vw;
}

.about-list .item:nth-child(4) {
  left: auto;
  right: 12%;
  gap: 20vw;
}

.about-list .item:nth-child(5) {
  left: auto;
  right: 1%;
  gap: 20vw;
  height: 70%;
  top: 30%;
}

.about-list .item:nth-child(3) {
  height: 80%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  align-content: space-between;
}

.download-page .download-cards {
  width: 100%;
  display: flex;
  gap: 20px;
}

.download-page .download-card {
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 13rem;
}

.download-page .card-header {
  height: 48px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
}

.download-page .card-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.download-page .card-text {
  color: #fff;
}

.download-page .card-text p {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  text-align: center;
}

/* 默认样式：最后一个 p 标签加粗放大（适用于英文、西语、法语等） */
.download-page .card-text p:last-child {
  font-family: "Montserrat-SemiBold";
  font-weight: bold;
}

/* 中文样式：第一个 p 标签加粗放大（App Store / Google Play） */
.cn .download-page .card-text p:first-child {
  font-family: "Montserrat-SemiBold";
  font-weight: bold;
}

/* 中文样式：重置第二个 p 标签样式 */
.cn .download-page .card-text p:last-child {
  font-family: unset;
  font-weight: normal;
  margin-top: 4px;
  font-size: 12px;
}

.download-page .card-qr {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.download-page .card-qr img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 中文版 */

.cn .sub-banner .txtbox .txt {
  margin-bottom: 0.5vw;
  line-height: 1.7;
}

.cn .common-name .name:nth-child(2),
.cn .banner .info .name {
  font-family: auto;
}

.cn .common-name .info {
  font-weight: normal;
}

.cn .common-name .name:nth-child(1) {
  margin-bottom: 0.5vw;
}

.cn .common-name .name {
  font-family: auto;
  font-weight: bold;
}

.cn .common-name .name.about {
  font-size: 20px;
  font-weight: normal;
}

.cn .connect-list .item .title .tips {
  font-weight: normal;
}

.es .footer-info .name {
  font-size: 1.8rem;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
  .common-name .name {
    font-size: 2.2rem;
  }
  .common-name .name.about {
    font-size: 1.5rem;
  }
  .footer-info .name {
    font-size: 2rem;
  }
  .model-box .singePage h2 {
    font-size: 2.5rem;
  }
  .sub-banner.sm .txtbox .txt {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1400px) {
  .product-swiper {
    width: 90%;
    left: 5%;
  }
}

@media screen and (max-width: 1366px) {
  .linklist .icon {
    width: 35px;
  }
  .w1400 {
    width: 80%;
  }
  .f-logo {
    width: 150px;
  }
  .app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  .app-swiper .swiper-slide .info .top {
    font-size: 1.8rem;
  }
  .common-name .name {
    font-size: 2.2rem;
  }
  .connect-list .item .title {
    font-size: 1.8rem;
  }
  .sub-banner {
    /* aspect-ratio: 2 / 1; */
    aspect-ratio: 5 / 2;
  }
  .sub-banner .txtbox .txt {
    font-size: 1.125rem;
  }
  .common-name .name.about {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .banner .info .banner-text {
    width: 60%;
  }

  .sub-banner .txtbox .tit {
    font-size: 2.6rem;
  }
  .codebox .box {
    width: 8rem;
  }
  .download-page .download-card {
    width: 10rem;
  }
  .download-page .card-text p {
    font-size: 10px;
  }
  .common-name .name.about {
    font-size: 1rem;
  }
  .model-box .w1400 {
    width: 90%;
  }
  .footer-info .name {
    font-size: 1.8rem;
  }
  .common-name.common-name1 {
    transform: translateY(0%);
  }
  .zymix-menu .item .box {
    font-size: 0.875rem;
  }

  .connect-list .item .title {
    font-size: 1.5rem;
  }
  .common-name .name {
    font-size: 1.8rem;
  }
  .listbox {
    gap: 1vw;
  }
  .listbox .li {
    font-size: 0.875rem;
  }

  .connect-list .item .box .thum {
    width: 50%;
  }
  .connect-list .item .box .info {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .info .banner-text {
    width: 70%;
  }
  .banner .info .name {
    font-size: 2.2rem;
  }

  .product-swiper {
    width: 100%;
    left: 0%;
  }
  .more-btn .box {
    padding: 1vw 1.5vw;
  }
  .banner .info .desc {
    padding: 0;
  }
  .sub-banner .txtbox .tit {
    font-size: 2.5rem;
  }
  .codebox .box {
    width: 8rem;
  }
  .connect-list.ip.feature {
    margin-top: 5vw;
  }
  .connect-list.ip .item .box .thum .img .small {
    border-radius: 8px;
  }
  .listbox .li {
    max-width: 21vw;
  }
  .listbox {
    gap: 2vw;
  }
  .footer-info .name {
    font-size: 2.5vw;
  }
  .footer-top .w1400 {
    width: 86%;
  }
  .app-swiper .swiper-slide .info {
    width: 38%;
  }
  .app-swiper .swiper-slide .info .top {
    font-size: 2vw;
  }
  .app-swiper .swiper-slide .info .desc {
    font-size: 1.3vw;
  }
  .app-swiper .swiper-slide .info .more {
    width: 10vw;
  }
  .app-swiper .swiper-slide .info .more .box {
    line-height: 3.3vw;
    gap: 0.5vw;
  }
  .app-swiper .swiper-slide .info .more .box .txt {
    font-size: 1.1vw;
  }
  .app-swiper .swiper-slide .info .more .box .icon {
    width: 2vw;
  }
  .app-swiper .swiper-slide .info .top .infos {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 800px) {
  .banner .info .banner-text {
    width: 70%;
  }
  .banner .info .name {
    font-size: 2rem;
  }

  .app-swiper .swiper-slide .info .desc {
    font-size: 1.5vw;
  }

  .sub-banner .txtbox .txt {
    font-size: 0.9rem;
    width: 100%;
  }
  .sub-banner .imgs {
    width: 35%;
  }
  .sub-banner .txtbox .msg {
    font-size: 0.875rem;
  }
  .sub-banner {
    /* aspect-ratio: 5 / 3; */
    aspect-ratio: 100/ 85;
  }
  .sub-banner .txtbox .zymix {
    width: 10rem;
    margin: 0.5rem 0;
  }
  .about-box {
    height: 100vh;
  }
  .about-center {
    top: 50%;
  }
  .common-name .name.about {
    padding: 0 25%;
  }
  .more-btn .box {
    padding: 1vw 1.5vw;
  }

  .common-name .info {
    padding: 0px 10%;
  }
  .footer-info .name {
    font-size: 1.5rem;
  }
  .app-swiper .swiper-slide .info {
    width: 40%;
    left: 3%;
  }
  .app-swiper .swiper-slide .info .top {
    font-size: 2.5vw;
  }
  .app-swiper .swiper-slide .info .more {
    width: 105px;
  }
  .app-swiper .swiper-slide .info .more .box {
    line-height: 35px;
  }
  .app-swiper .swiper-slide .info .more .box .txt {
    font-size: 0.875rem;
  }
  .app-swiper .swiper-slide .info .desc {
    line-height: 1.7;
  }
  .app-paga .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .app-paga .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0px 2px !important;
  }
  .listbox {
    gap: 2vw;
  }
  .listbox .li {
    max-width: 20vw;
  }

  .app-paga .swiper-pagination {
    padding: 0.25vw 1vw;
  }
  .w1400 {
    width: 90%;
  }
  .footer-top .w1400 {
    width: 90%;
  }
  .linklist .icon {
    width: 30px;
  }
  .connect-list .item .box .thum {
    width: 45%;
  }
  .connect-list .item .box .info {
    width: 50%;
  }
  .connect-list .item .title .name {
    white-space: normal;
  }
  .connect-list .item .title {
    font-size: 1.35rem;
  }
  .connect-list .item {
    margin-bottom: 7vw;
  }
  .connect-list.ip .item {
    margin-bottom: 10vw;
  }
  .connect-list.ip .item .box .thum {
    width: 45%;
  }
  footer::before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .pos-btn.right {
    bottom: 0;
    right: 0;
  }
  .connect-list.ip .item {
    margin-bottom: 15vw;
  }
  footer {
    position: relative;
    transform: translateY(0%);
    margin-top: -10vw;
    padding-top: 35vw;
  }
  footer.ip {
    padding-top: 130px;
  }
  footer::before {
    top: 0;
    height: 100%;
    opacity: 1;
  }
  footer.ip::before {
    top: -10vw;
  }
  .homepage {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .listbox .li .txt {
    margin-top: 1vw;
  }
  .homepage::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    /* background: radial-gradient(55% 55% at 0% 76%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(213deg, rgba(255, 255, 255, 0) 31%, #FFFFFF 81%), linear-gradient(163deg, #5EEDA1 5%, #4CFF77 22%, #94F695 65%, #BEF1A7 99%);
		opacity: 0.35; */
    background: url(../images/bg@2x.9d4bdddc.jpg) center center no-repeat;
    background-size: cover;
  }

  .m-slog {
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 20vw;
    text-align: center;
    font-size: 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Montserrat-SemiBold";
  }
  .w {
    width: 100%;
    height: 1px;
  }
  .m-slog p.p1 {
    background: linear-gradient(113deg, #5ca22d, #57c701);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: auto;
  }
  .cn .m-slog.zw {
    font-size: 7.5vw;
    line-height: 1.2;
  }
  .m-slog.zw p.p1 {
    font-family: "Montserrat-SemiBold";
    font-weight: bold;
  }
  .imgs-new {
    width: 70%;
    left: 15%;
    top: 55vw;
    position: absolute;
  }

  .imgs-new img {
    width: 100%;
  }

  .n-download-box {
    width: 86%;
    height: auto;
    margin-left: 7%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
    backdrop-filter: blur(10px);
    border-radius: 4vw;
    padding: 3vw 5vw;
    display: flex;
    justify-content: space-between;
    margin-top: 110vw;
    margin-bottom: 8.5vw;
  }

  .n-download-box .download-card {
    width: 46.5%;
    background: #fff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .n-download-box .card-header {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 6px;
  }

  .n-download-box .card-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .n-download-box .card-text {
    color: #fff;
  }

  .n-download-box .card-text p {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-align: center;
  }

  /* 默认样式：最后一个 p 标签加粗放大（适用于英文、西语、法语等） */
  .n-download-box .card-text p:last-child {
    font-family: "Montserrat-SemiBold";
    font-weight: bold;
  }

  /* 中文样式：第一个 p 标签加粗放大（App Store / Google Play） */
  .cn .n-download-box .card-text p:first-child {
    font-family: "Montserrat-SemiBold";
    font-weight: bold;
  }

  /* 中文样式：重置第二个 p 标签样式 */
  .cn .n-download-box .card-text p:last-child {
    font-family: unset;
    font-weight: normal;
    margin-top: 4px;
    font-size: 12px;
  }

  .n-download-box .card-qr {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
  }

  .n-download-box .card-qr img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .homepage .imgs {
    position: relative;
    margin-top: 35vw;
    aspect-ratio: 1 / 0.93;
    max-width: 375px;
    margin: 30vw auto 10vw;
  }

  .menu-bar {
    display: flex;
  }

  .homepage .txtbox {
    width: 100%;
    height: auto;
    padding: 0px 5%;
    position: relative;
    margin-bottom: 10vw;
  }
  .homepage .txtbox .tit {
    font-size: 2.5rem;
    font-family: "Montserrat-Bold";
    display: block;
    margin-bottom: 5vw;
  }
  .es .homepage .txtbox .tit {
    font-size: 2rem;
  }
  .homepage .txtbox .tit span {
    color: #00701a;
  }

  .download-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .download-btns a {
    width: 49%;
    height: auto;
    position: relative;
    background: #000;
    display: flex;
    justify-content: center;
    gap: 1vw;
    border-radius: 7px;
    color: #fff;
    align-items: center;
    padding: 10px 0px;
  }

  .download-btns a img {
    width: 28px;
  }
  .download-btns a p {
    font-size: 12px;
  }
  .cn .download-btns a p {
    font-size: 14px;
  }
  .down-icon {
    width: 22px;
    height: auto;
    position: relative;
    margin: 0px auto;
    margin-bottom: 10vw;
  }
  .download-page .imgs {
    width: 45%;
  }
  .sub-banner.dd {
    aspect-ratio: 5 /3;
  }
  .download-page .download-card {
    width: 8rem;
  }

  .footer-con {
    flex-wrap: wrap;
    padding-top: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .linklist {
    gap: 10px;
  }
  .m-space {
    height: 10vw;
    width: 100%;
  }
  .product-menu {
    width: 100%;
    padding: 2vw 5%;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 10;
    height: auto;
  }
  .product-menu .swiper-slide {
    position: relative;
    width: 88px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
  }

  .product-menu .swiper-slide .box {
    height: 50px;
    padding: 0vw 10px;
    background: #f2f2f2;
    border-radius: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 12px;
  }
  .product-menu .swiper-slide.active .box {
    background: linear-gradient(
      121deg,
      #4cf389 0%,
      #42ff6f 17%,
      #94f695 78%,
      #98fe6b 103%
    );
  }
  .connect-list {
    z-index: 2;
    position: relative;
    padding: 0% 5%;
    margin-top: 10vw;
  }
  .connect-list.ip {
    margin-top: 5vw;
  }
  .connect-list .item .box {
    display: block;
    direction: initial !important;
  }

  .connect-list.ip .item .box .thum {
    width: 100%;
    margin-bottom: 5vw;
  }
  .connect-list.ip .item .box .thum .img {
    max-width: 290px;
    margin: 0px auto;
    aspect-ratio: auto;
  }
  .connect-list .item .box .info {
    width: 100%;
  }
  .connect-list.ip .item .box .thum .img .small {
    box-shadow: 0px 2.41px 33.67px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
  }
  .connect-list.ip .item:nth-child(2) .box .thum .img:nth-child(1) {
    margin-left: auto;
  }
  .connect-list .item .title {
    font-size: 30px;
  }
  .connect-list.ip .item:nth-child(2) .box .thum,
  .connect-list.ip .item:nth-child(4) .box .thum {
    left: auto;
  }
  .connect-list .item .title .name,
  .en .connect-list .item .title .name {
    white-space: normal;
  }
  .connect-list .item .tips {
    color: #333;
    margin-bottom: 5vw;
  }
  .connect-list .list .row .icon {
    width: 30px;
  }
  .connect-list .list .row .txt {
    width: calc(100% - 40px);
  }
  .connect-list .list .row {
    padding: 2vw 0px;
  }
  .connect-list .item {
    margin-bottom: 20vw;
  }
  .connect-list .item .title .name sup {
    line-height: 0.5;
  }
  footer::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 6%,
        rgba(255, 255, 255, 0.5199) 14%,
        rgba(255, 255, 255, 0.7609) 18%,
        rgba(255, 255, 255, 0.9524) 23%,
        #ffffff 57%
      ),
      linear-gradient(113deg, #41f4b0 0%, #52ed7b 22%, #b0f694 53%, #dcf1a7 70%);
  }
  .container {
    background: #fff;
    border-radius: 0px 0px 10vw 10vw;
    box-shadow: 0px 27px 70px 0px rgba(0, 170, 133, 0.38);
  }
  .container::before,
  .container::after {
    display: none;
  }
  .f-logo {
    margin-bottom: 2vw;
  }
  .listbox {
    margin-top: 5vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .listbox .li {
    width: 100%;
    margin-bottom: 2vw;
    max-width: none;
    font-size: 13px;
  }
  .copyright {
    padding: 3vw 0px;
    padding-bottom: 6vw;
    margin-top: 2px;
    border-top: 1px solid rgba(153, 153, 153, 0.08);
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: right;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    position: relative;
  }

  .copyright .mangopay-img {
    position: absolute;
    left: 0;
    width: 25vw;
  }

  .copyright .cp {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .other-link {
    width: 100%;
    margin-bottom: 1vw;
    gap: 8vw;
    direction: initial;
    justify-content: flex-end;
  }
  .other-link a::after {
    right: -4vw;
  }

  .copyright .cp {
    font-size: 11px;
  }

  .connect-list.ip .item:nth-child(2) .box .thum .img .small {
    width: 50%;
    left: 15%;
    aspect-ratio: 1 / 0.83;
    bottom: auto;
    top: 55%;
  }
  .connect-list.ip .item:nth-child(3) .box .thum .img .small {
    width: 40%;
    left: 40%;
    top: 50%;
    transform-origin: left bottom;
  }
  .connect-list.ip .item:nth-child(4) .box .thum .img > img:nth-child(1) {
    margin-left: 10%;
  }
  .connect-list.ip .item:nth-child(4) .box .thum .img .small {
    left: 13%;
    top: 65%;
  }
  .connect-list.ip .item:nth-child(5) .box .thum .img .small {
    border-radius: 15px;
  }
  .model-box {
    padding: 25vw 5vw 6vw;
  }
  .model-box::before {
    background:
      radial-gradient(
        55% 55% at 0% 76%,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 57%),
      linear-gradient(
        171deg,
        #5eeda1 -21%,
        #4cff77 -16%,
        #94f695 52%,
        #bef1a7 94%
      );
    opacity: 0.35;
  }
  .model-box .w1400 {
    width: 100%;
  }
  .model-box .singePage h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .singePage p.time {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 20px;
  }
  .singePage p {
    margin-bottom: 20px;
  }
  .model-box .singePage h3,
  .model-box .singePage h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .connect-list.ip .item .box .thum .img > img:nth-child(1) {
    aspect-ratio: 100 / 130;
  }
  .connect-list.ip .item:nth-child(2) .box .thum .img > img:nth-child(1) {
    margin-left: 10%;
  }
  .connect-list.ip .item:nth-child(3) .box .thum .img > img:nth-child(1) {
  }
  .connect-list.ip .item:nth-child(5) .box .thum .img > img:nth-child(1) {
    aspect-ratio: 100 / 206;
  }
  .connect-list.ip .item:nth-child(5) .box .thum .img > .mydog-alpha {
    aspect-ratio: auto !important;
  }

  .zymix-warp,
  .footer-info,
  .home-warp,
  .connect-warp {
    display: none;
  }
  .homepage,
  .product-menu,
  .connect-list.ip {
    display: block;
  }

  .other-link a:last-child {
    display: none;
  }
  .other-link a:nth-child(2)::after {
    display: none;
  }

  .linklist .icon {
    width: 36px;
  }

  .connect-list .list {
    max-width: none;
  }
  .flex-btn {
    /* display: none; */
  }
}

@media screen and (max-width: 500px) {
  .sub-banner .txtbox .tit {
    font-size: 2rem;
  }
  .sub-banner.dd {
    aspect-ratio: 1;
  }
  .sub-banner .txtbox {
    width: 270px;
  }
  .sub-banner.dd .imgs {
    top: 0;
    transform: none;
  }
  .download-page .download-cards {
    margin-top: 20px;
  }
  .download-page .download-card {
    flex-grow: 1;
  }

  .zymix-menu .item .box {
    line-height: 20px;
  }
  .zymix-menu .item .box .txt {
    font-size: 12px;
  }

  .product-menu .swiper-slide .box {
    font-size: 3vw;
    height: 11vw;
    justify-content: center;
  }
  .product-menu .swiper-slide {
    width: 24vw;
  }

  .cn .product-menu .swiper-slide {
    width: 28vw;
  }

  .model-box .singePage h2 {
    font-size: 24px;
  }
  .model-box .singePage h3,
  .model-box .singePage h4 {
    font-size: 20px;
  }
  .connect-list.ip .item {
    margin-bottom: 100px;
  }
  .listbox .li .txt {
    margin-top: 2vw;
  }
  .listbox .li {
    margin-bottom: 8vw;
  }
  .f-logo {
    margin-bottom: 5vw;
  }
  .listbox {
    margin-top: 10vw;
  }
  .copyright {
    padding: 5vw 0px;
    direction: initial;
    padding-bottom: 10vw;
  }
  .other-link {
    margin-bottom: 2.5vw;
  }
  .linklist {
    gap: 4vw;
  }
}

@media screen and (max-width: 350px) {
  html {
    font-size: 12px;
  }
  .homepage .txtbox .tit {
    font-size: 9.5vw;
  }
  .download-btns a {
    padding: 3vw 0px;
  }
  .download-btns a img {
    width: 7vw;
  }
  .download-btns a p {
    font-size: 3.75vw;
  }

  .connect-list .item .tips {
    font-size: 3.5vw;
  }
  .listbox .li {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  .model-box .singePage h2 {
    font-size: 6vw;
  }
  footer.ip {
    margin-top: -10vw;
    padding-top: 35vw;
  }
  .model-box .singePage h3,
  .model-box .singePage h4 {
    font-size: 5vw;
  }

  .connect-list.ip .item .box .thum .img {
    max-width: 100%;
  }
  .connect-list.ip .item:nth-child(2) .box .thum .img > img:nth-child(1) {
    margin-left: 10%;
  }
  .connect-list.ip .item:nth-child(3) .box .thum .img > img:nth-child(1) {
    margin-left: 5%;
  }
  .connect-list .list .row .txt {
    font-size: 3.5vw;
    width: calc(100% - 9vw);
  }
  .connect-list .list .row .icon {
    width: 8vw;
  }
  .f-logo {
    width: 35vw;
  }
  .linklist .icon {
    width: 10vw;
  }
  .linklist {
    gap: 2vw;
  }
  .singePage,
  .singePage p.time {
    font-size: 3.5vw;
  }
  .singePage p {
    margin-bottom: 3vw;
  }
  .product-menu {
    width: 100%;
    padding: 2vw 5%;
  }
  .product-menu .swiper-slide {
    width: 20vw;
    margin-right: 1.5vw;
  }

  .product-menu .swiper-slide .box {
    height: 10vw;
    padding: 2vw;
    font-size: 2.85vw;
  }
  .connect-list .item .title {
    font-size: 6.5vw;
  }
  .model-box .singePage h2 {
    font-size: 6vw;
  }
  .model-box .singePage h3,
  .model-box .singePage h4 {
    font-size: 5vw;
  }

  .listbox .li {
    margin-bottom: 7.5vw;
  }
  .other-link {
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }
  .copyright .cp {
    font-size: 3.5vw;
  }
  .copyright {
    padding: 5vw 0px;
    padding-bottom: 15vw;
  }
}

/* 新增 */

.tab-buttons {
  width: 433px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #f4f5f7;
  border-radius: 50px 50px 50px 50px;
  margin: 0 auto 44px;
  position: relative;
}

.tab-slider {
  position: absolute;
  width: calc(100% / 3);
  height: 36px;
  background: linear-gradient(270deg, #97fc7a 0%, #49f681 100%);
  border-radius: 50px;
  transition:
    transform 0.3s ease,
    left 0.3s ease;
  pointer-events: none;
  left: 3px;
}

.tab-btn {
  width: calc(100% / 3);
  height: 36px;
  border-radius: 50px 50px 50px 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-family:
    Segoe UI,
    Segoe UI;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  position: relative;
  z-index: 1;
}

.tab-btn.active {
  background: transparent;
}

@media screen and (max-width: 500px) {
  .tab-buttons {
    width: 100%;
    margin: 0 0 44px;
  }
  .tab-btn {
    font-size: 12px;
  }
}

/* 无数据状态样式 */
.no-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
  text-align: center;
}

.no-activities-content {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-activities-image {
  margin-bottom: 20px;
  width: 180px;
}

.no-activities-text {
  font-family:
    Segoe UI,
    Segoe UI;
  font-weight: 400;
  font-size: 14px;
  color: #9c9b99;
}

.activity-page .activity-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2vw;
}
.activity-page .activity-list.gap {
  gap: 6vw;
}
.activity-page .activity-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.activity-page .activity-card.card-bg {
  background: linear-gradient(
    135deg,
    #cdfee6 0%,
    transparent 20%,
    transparent 80%,
    #cdfee6
  );
}

.activity-page .card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}
.activity-page .card-info,
.activity-page .card-preview {
  position: relative;
  width: 100%;
}
.activity-page .card-info {
  padding: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.activity-page .card-info .location {
  display: inline-block;
  width: fit-content;
  font-size: 0.9rem;
  color: #098b47;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.8rem;
  border-radius: 50px;
  background-color: #ebffe5;
}

/* .activity-page .common-name .name:first-child span {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background-clip: initial !important;
  color: #000 !important;
} */

.activity-page .card-info .title {
  font-size: 1.5rem;
  line-height: 1.1;
  color: #048a74;
  font-weight: 600;
  font-family: "Montserrat-Medium";
}
.activity-page .card-info .date {
  color: #666;
  font-size: 0.95rem;
}
.activity-page .card-info .desc {
  color: #6c6c6c;
  line-height: 1.8;
  font-size: 1rem;
  flex: 1;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3; /* 显示的行数，这里为 3 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.activity-page .card-info .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  padding: 0;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid #08663b;
  background: transparent;
  color: #08663b;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.activity-page .card-info .btn .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 100%;
  padding: 0 0.8rem;
}
.activity-page .card-info .btn .txt {
  line-height: 32px;
}
.activity-page .card-info .btn .icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.activity-page .card-info .btn .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.activity-page .card-info .btn:hover {
  border-color: transparent;
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  color: #111;
  transform: translateY(-2px);
}
.activity-page .card-preview {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.activity-page .card-preview .box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.activity-page .card-preview .box .title_box {
  display: flex;
}
.activity-page .card-preview .box .title_box img {
  width: 10px;
  height: 10px;
}
.activity-page .card-preview .box .title {
  font-size: 1.5rem;
  color: #181818;
  font-weight: 600;
  font-weight: 600;
}
.activity-page .card-preview .box .info-box {
  width: fit-content;
  padding: 4px 16px;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  font-size: 0.8rem;
  border: 0.5px solid rgba(0, 0, 0, 0.7);
}
.activity-page .card-preview img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  display: block;
}

.activity-page .card-preview.card-info:first-child {
  padding-bottom: 0;
}
.activity-page .card-preview.card-info img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 1000px !important;
  overflow: hidden;
}

.activity-page .card-info.card-adage {
  gap: 1.2rem;
}

.activity-page .card-info.card-adage h3 {
  color: #181818;
  font-size: 1rem;
}
.activity-page .card-info.card-adage p:last-child {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
}
.activity-page .card-info.card-adage p {
  color: #181818;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.activity-page .card-info .quote::before {
  content: '"';
  font-size: 3rem;
  color: #30896b;
  display: block;
  max-height: 20px;
  position: absolute;
  transform: translate(180deg);
  left: 5%;
  top: 0%;
  font-family: "Montserrat-Bold";
  transform: scale(1);
  transform-origin: 0 0;
}
.pt0 {
  padding-top: 0;
}
.boxes.w1400 .summary {
  display: flex;
  align-items: center;
  gap: 2vw;
}
.boxes.w1400 .summary-container {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.summary .sumary-img {
  min-width: 55%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.summary .sumary-img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.summary .summary-box {
  min-width: 45%;
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.linear-txt {
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  overflow: hidden;
  font-family: "Montserrat-Medium";
}
.summary .summary-box .info-txt {
  color: #181818;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}

.boxes.w1400.join {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.boxes.w1400.join .title {
  margin-bottom: 4vw;
}
.boxes.w1400.join .btn {
  cursor: pointer;
  padding: 16px 60px;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
}
.boxes.w1400.join .btn:hover {
  transform: translateY(-5px);
}
@media (min-width: 767px) and (max-width: 1200px) {
  .activity-page .card-preview img {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .activity-page .activity-list {
    grid-template-columns: 1fr;
  }
  .activity-page .card-inner {
    min-height: auto;
    flex-direction: column;
  }
  .activity-page .card-inner.reverse {
    flex-direction: column;
  }
  .activity-page .card-info,
  .activity-page .card-preview {
    width: 100%;
  }
  .activity-page .card-preview {
    order: -1;
  }
  .activity-page .card-info {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .activity-page .common-name .name {
    font-size: 2rem;
  }
  .linear-txt {
    font-size: 1.6rem;
  }
  .boxes.w1400 .summary {
    flex-direction: column;
  }
  .summary .summary-box .info-txt {
    font-size: 0.95rem;
  }
  .activity-page .common-name .desc span {
    font-size: 1.6rem;
  }
  .activity-page .activity-list {
    gap: 1.2rem;
  }
  .activity-page .card-info {
    padding: 1.5rem;
  }
  .activity-page .card-info .title {
    font-size: 1.6rem;
  }
  .activity-page .card-info .desc {
    font-size: 0.95rem;
  }
  .sub-banner .site-img {
    display: none;
  }
}

/* Recruit page */
.recruit-page section {
  /* font-family: Inter, Arial, Helvetica, sans-serif; */
  padding: 5vw;
  position: relative;
  z-index: 2;
}

.recruit-page
  :is(
    .button,
    .email,
    .tag,
    .showcase-note,
    .role-icon,
    .list-icon,
    .feature-icon,
    .pay
  ) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.recruit-page :is(.button, .email, .hero .pill, .tag, .showcase-note, .pay) {
  border-radius: 1000px;
}

.recruit-page .hero {
  width: 100%;
}

.recruit-page .hero .lead {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: 1.375rem;
  line-height: 1.8;
}

.recruit-page .hero-section {
  background: #effef2;
  padding: 106px 0 66px;
  display: flex;
  align-items: center;
}

.recruit-page .hero.ambassador-hero {
  max-width: 912px;
  margin: 0 auto;
  width: 100%;
}

.recruit-page .hero-header {
  margin-bottom: 24px;
}

.recruit-page .hero-header h1 {
  display: inline-block;
  font-family: "Montserrat-Medium";
  line-height: 50px;
  font-weight: 600;
  font-size: 2.5rem;
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.recruit-page .hero-header .subtitle-1 {
  line-height: 1.7;
  opacity: 0.7;
  font-size: 1.375rem;
  margin-bottom: 6px;
}

.recruit-page .hero-header .subtitle-2 {
  line-height: 1.7;
  opacity: 0.7;
  font-size: 1.375rem;
}

.recruit-page .hero-header .highlight {
  color: #36b55c;
  font-weight: 600;
}

.recruit-page .join-card {
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
}

.recruit-page .card-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit-page .card-title span {
  color: #25dd50;
  font-size: 26px;
}

.recruit-page .card-grid {
  display: flex;
  gap: 11.29%;
}

.recruit-page .card-col {
  padding: 8px;
  border-radius: 30px;
  transition: transform 0.3s ease;
  border-radius: 12px 12px 12px 12px;
  flex-shrink: 0;
  width: 10%;
  flex-grow: 1;
}

.recruit-page .card-col.brand {
  background: linear-gradient(60deg, rgba(248, 255, 249, 0) 0%, #f8fff9 100%);
}
.recruit-page .card-col.student {
  background: linear-gradient(61deg, rgba(255, 244, 244, 0) 0%, #fff9f9 100%);
}
.recruit-page .card-col.beta {
  background: linear-gradient(61deg, rgba(244, 254, 255, 0) 0%, #f4feff 100%);
}

.recruit-page .icon-box {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-page .icon-box img {
  width: 100%;
  height: 100%;
}

.recruit-page .card-col h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.recruit-page .card-col p {
  font-weight: 400;
  font-size: 14px;
  color: #9c9b99;
}

.recruit-page .hero-footer {
  margin-top: 24px;
}

.recruit-page .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.recruit-page .info-list li {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

.recruit-page .info-list li:last-child {
  margin-bottom: 0;
}

.recruit-page .list-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: relative;
  top: -5px;
}

.recruit-page .info-list .label {
  font-weight: 700;
}

.recruit-page .info-list .desc {
  color: #9c9b99;
}

.recruit-page .cta-wrapper {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}
.recruit-page .sign-up-btn {
  background: linear-gradient(90deg, #48f77e 0%, #96fb7b 100%);
  color: #181818;
  padding: 18px 50px;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(72, 247, 126, 0.3);
  transition: all 0.3s ease;
}

.recruit-page .sign-up-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(72, 247, 126, 0.4);
}

@media screen and (max-width: 1000px) {
  .recruit-page .hero-section {
    padding: 106px 4vw 66px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-page .hero-section {
    padding: 10vw 4vw 12vw;
  }
  .recruit-page .hero-header h1 {
    font-size: 2rem;
  }
  .recruit-page .hero-header .subtitle-1,
  .recruit-page .hero-header .subtitle-2 {
    font-size: 1.1rem;
  }
  .recruit-page .card-grid {
    gap: 5%;
  }
}
@media screen and (max-width: 500px) {
  .recruit-page .hero-section {
    padding: 70px 4vw 50px;
  }
  .recruit-page .hero-header {
    margin-bottom: 12px;
  }
  .recruit-page .hero-header h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .recruit-page .card-col h3 {
    font-size: 14px;
  }
  .recruit-page .card-col p {
    font-size: 10px;
  }
  .recruit-page .cta-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .recruit-page .hero-header .subtitle-1,
  .recruit-page .hero-header .subtitle-2 {
    font-size: 12px;
  }

  .recruit-page .join-card {
    padding: 10px;
  }
  .recruit-page .card-grid {
    gap: 10px;
  }
  .recruit-page .hero-footer {
    margin-top: 12px;
  }
}

.recruit-page .email {
  margin-top: 36px;
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 16px 40px;
  font-weight: 800;
  font-size: 17px;
  border: 0;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.recruit-page .button:hover,
.recruit-page .email:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.recruit-page .eyebrow {
  color: #59ef39;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.recruit-page h2 {
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 20px;
  font-weight: 800;
}

.recruit-page .lead {
  font-size: 1.375rem;
  line-height: 1.7;
  max-width: 760px;
  color: #000;
  opacity: 0.7;
}

.recruit-page .intro-card {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.recruit-page .intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 40px;
  align-items: center;
}

.recruit-page .intro-copy strong {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
}

.recruit-page .intro-copy p,
.recruit-page .vision p,
.recruit-page .feature p,
.recruit-page .card-body p {
  margin-bottom: 18px;
  line-height: 1.8;
  color: #111;
}

.recruit-page .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.recruit-page .tag {
  padding: 10px 16px;
  background: #effbe8;
  color: #2e5b2c;
  font-size: 14px;
  font-weight: 700;
}

.recruit-page .vision {
  margin-top: 20px;
  padding-left: 18px;
  border-left: 4px solid #59ef39;
}

.recruit-page .product-showcase {
  display: grid;
  gap: 18px;
}

.recruit-page .banner-card {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
}

.recruit-page .banner-track {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.recruit-page .banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: bannerCycle 4s linear infinite;
}

.recruit-page .banner-slide:nth-child(1) {
  animation-delay: 0s;
}

.recruit-page .banner-slide:nth-child(2) {
  animation-delay: 1s;
}

.recruit-page .banner-slide:nth-child(3) {
  animation-delay: 2s;
}
.recruit-page .banner-slide:nth-child(4) {
  animation-delay: 3s;
}

.recruit-page .banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.recruit-page .showcase-note {
  gap: 10px;
  margin: 0 auto;
  padding: 12px 18px;
  background: #111;
  color: #fff;
  font-size: 12px;
  max-width: fit-content;
  font-weight: 700;
}

.recruit-page .showcase-note .dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background: #59ef39;
  border-radius: 1000px;
}

.recruit-page .grid-2,
.recruit-page .grid-3 {
  display: grid;
  gap: 28px;
}

.recruit-page .grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recruit-page .grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recruit-page .card,
.recruit-page .feature {
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 22px 20px;
  background: #fff;
  min-height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.recruit-page .card {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.recruit-page .card-head {
  padding: 28px 32px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fff5 100%);
  border-bottom: 1px solid #e7e7e7;
}

.recruit-page .card-body {
  padding: 26px 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.recruit-page .role-label,
.recruit-page .small-title {
  color: #59af3d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.recruit-page .role-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.recruit-page .soft {
  background-color: #effbe8;
}
.recruit-page .role-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #eefbe8;
  flex: 0 0 auto;
}

.recruit-page .role-title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 800;
}

.recruit-page .subtitle {
  margin: 0;
  color: #5f5f5f;
}

.recruit-page .role-list,
.recruit-page .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-page .role-list li,
.recruit-page .benefit-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #444;
  line-height: 1.8;
}

.recruit-page .card-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.recruit-page .pay {
  padding: 12px 18px;
  background: #e7fbd8;
  font-weight: 700;
}

.recruit-page .feature-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.recruit-page .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #effbe8;
  font-size: 18px;
}

.recruit-page .feature h3 {
  margin: 0;
  font-size: 18px;
}

.recruit-page .feature p {
  font-size: 17px;
  margin: 0;
  color: #424242;
  line-height: 1.85;
}

.recruit-page .note,
.recruit-page .muted {
  color: #4d4d4d;
  font-size: 0.98rem;
  margin-top: 18px;
}
.recruit-page .cta {
  position: relative;
  z-index: 3;
  text-align: center;
  background-color: #f6fef7;
  border-radius: 0 0 5vw 5vw;
}

.recruit-page .cta .lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(12px, 2vw, 16px);
  color: #203020;
}
.recruit-page .cta .note {
  color: #314131;
  font-size: clamp(12px, 2vw, 16px);
}

.recruit-page .modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 18px;
  z-index: 999;
}

.recruit-page .modal.is-open {
  display: flex;
}

.recruit-page .modal-card {
  width: min(600px, 100%);
  background: #fff;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  position: relative;
  margin: 2vw auto 0;
}

.recruit-page .modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  font-size: 22px;
  cursor: pointer;
}

.recruit-page .modal-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
}

.recruit-page .modal-card p {
  margin: 0 0 20px;
  color: #5c5c5c;
}

.recruit-page .form-grid {
  display: grid;
  gap: 18px;
}

.recruit-page .field label {
  display: block;
  text-align: start;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.recruit-page .field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  font-size: 15px;
  outline: none;
}

.recruit-page .field input:focus {
  border-color: #59ef39;
  box-shadow: 0 0 0 3px rgba(89, 239, 57, 0.15);
}

.recruit-page .submit-btn {
  width: 100%;
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.recruit-page .success-message {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eefbe8;
  color: #214a1f;
  font-weight: 700;
}

.recruit-page .success-message.is-visible {
  display: block;
}

@keyframes bannerCycle {
  0%,
  25% {
    opacity: 1;
  }
  33.333%,
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-page .intro-layout,
  .recruit-page .grid-2,
  .recruit-page .grid-3 {
    grid-template-columns: 1fr;
  }

  .recruit-page .banner-card {
    min-height: 420px;
  }
  .recruit-page .button,
  .recruit-page .email {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .recruit-page section {
    padding: 48px 0;
  }

  .recruit-page .lead,
  .recruit-page .vision p,
  .recruit-page .feature p,
  .recruit-page .card-body p {
    font-size: 0.96rem;
  }

  .recruit-page .card-head,
  .recruit-page .card-body,
  .recruit-page .modal-card {
    padding: 22px;
  }

  .recruit-page .role-title {
    font-size: 24px;
  }

  .recruit-page .button,
  .recruit-page .email {
    padding: 16px 24px;
  }
}

/* Treasure rewards section */
.reward-offer {
  padding-bottom: 6vw;
}

.reward-offer .eyebrow {
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head .icon-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}

.section-head .icon-plus img {
  width: 16px;
  height: 16px;
}

.reward-offer .section-head {
  text-align: center;
  margin-bottom: 44px;
}

.reward-offer h2 {
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.05;
  margin: 0 auto 18px;
  max-width: 760px;
  font-weight: 800;
}

.reward-offer .reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.reward-offer .reward-card {
  padding: 32px 28px;
  border-radius: 28px;
  text-align: center;
  background-image: url("../images/placeholder.0b75b026.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.reward-offer .card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #1b6b30;
  font-size: 30px;
}

.reward-offer .card-tag {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: normal;
}

.reward-offer .reward-card h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.05;
  font-weight: bold;
  color: #111;
}

.reward-offer .card-desc {
  margin: 0;
  opacity: 0.7;
  color: #5c5c5c;
  line-height: 1.8;
  font-size: 0.9rem;
}

@media screen and (max-width: 1100px) {
  .reward-offer .reward-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .reward-offer {
    padding-top: 6vw;
  }

  .reward-offer .reward-card {
    padding: 24px;
  }
}

.reward-ladder {
  padding-bottom: 6vw;
}

.reward-ladder .section-head {
  text-align: center;
  margin-bottom: 34px;
}
.reward-ladder .eyebrow {
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reward-ladder h2 {
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.05;
  margin: 0 auto 18px;
  max-width: 800px;
  font-weight: 800;
}

.reward-ladder .ladder-panel {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 25px 70px rgba(29, 82, 32, 0.08);
}

.reward-ladder .ladder-note {
  margin: 0 0 8px;
  font-weight: 700;
  color: #111;
}

.reward-ladder .ladder-sub {
  margin: 0 0 28px;
  color: #5f5f5f;
  line-height: 1.8;
}

.reward-ladder .ladder-table {
  display: grid;
  gap: 0;
}

.reward-ladder .ladder-row {
  display: grid;
  grid-template-columns: 20px 110px minmax(0, 1fr) 100px 1.8fr 100px;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e9ecec;
}

.reward-ladder .ladder-row:first-child {
  border-top: none;
}

.reward-ladder .ladder-icon {
  width: 20px;
  height: 20px;
}
.reward-ladder .ladder-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #111;
}

.reward-ladder .ladder-text {
  color: #5c5c5c;
  font-size: 0.92rem;
}

.reward-ladder .ladder-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111;
}

.reward-ladder .ladder-description {
  color: #5f5f5f;
  font-size: 0.98rem;
  line-height: 1.8;
}

.reward-ladder .ladder-thumb img {
  width: 100%;
  max-width: 60px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1100px) {
  .reward-ladder .ladder-row {
    grid-template-columns: 1fr auto auto;
    gap: 16px;
  }

  .reward-ladder .ladder-thumb img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reward-ladder {
    padding-bottom: 6vw;
  }

  .reward-ladder .ladder-panel {
    padding: 24px;
  }

  .reward-ladder .section-head {
    margin-bottom: 28px;
  }
}

.zindex {
  position: relative;
  z-index: 3;
}
/* Treasure page process section */
.treasure-process {
  padding: 6vw 0;
}

.treasure-title {
  width: 80%;
  font-weight: bold;
  font-size: clamp(24px, 4vw, 48px);
  margin-bottom: 10px;
}

.treasure-process .section-head {
  text-align: center;
  margin-bottom: 40px;
}

.treasure-process .section-head .eyebrow {
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.treasure-process h2 {
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.05;
  margin: 0 auto 18px;
  max-width: 740px;
  font-weight: 800;
}

.treasure-process .description {
  max-width: 700px;
  margin: 0 auto;
  color: #6d6d6d;
  line-height: 1.8;
  font-size: 1rem;
}

.treasure-process .process-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.treasure-process .process-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7f8e6;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.treasure-process .process-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #111;
}

.treasure-process .process-card p {
  margin: 0;
  color: #5c5c5c;
  line-height: 1.5;
  font-size: 0.9rem;
}

.treasure-process .process-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #effdf3;
  color: #1f6b2f;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}

.treasure-process .qr-card {
  text-align: center;
  grid-template-columns: 1fr;
}

.treasure-process .qr-card .process-icon {
  margin: 0 auto 18px;
}

.treasure-process .qr-card img {
  max-width: 100px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dcefdc;
}

.treasure-process .process-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.treasure-process .common-btn.green {
  font-size: clamp(12px, 1vw, 16px);
  background: linear-gradient(
    109deg,
    #4cf389 0%,
    #42ff6f 17%,
    #94f695 78%,
    #98fe6b 103%
  );
  color: #111;
  border: 0;
  padding: 10px 20px;
}

@media screen and (max-width: 1100px) {
  .treasure-process .process-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .treasure-title {
    width: 100%;
  }
  .treasure-process {
    padding-top: 60px;
  }

  .treasure-process .process-card {
    padding: 22px;
  }

  .treasure-process .process-actions {
    gap: 12px;
  }
}

.register-section {
  padding: 2vw 0;
  background: #f6fdf4;
  border-radius: 30px;
}

.register-panel {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 32px 28px;
  border-radius: 30px;
  text-align: center;
}

.register-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(89, 239, 57, 0.15);
  color: #1c692c;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.register-panel h2 {
  font-size: clamp(24px, 2vw, 36px);
  margin: 0;
  line-height: 1.08;
}

.register-panel .description {
  max-width: 720px;
  margin: 18px auto 32px;
  color: #5d5d5d;
  line-height: 1.8;
}

.register-form {
  display: grid;
  grid-template-columns: 200px 200px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.register-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #daecd8;
  border-radius: 16px;
  padding: 0 22px;
  font-size: 0.95rem;
  color: #111;
}

.register-form button {
  grid-column: 1 / -1;
  /* width: 150px; */
  justify-self: center;
  cursor: pointer;
}

.register-form input::placeholder {
  color: #a5a5a5;
}

.register-form .common-btn.green {
  min-width: 150px;
  height: 40px;
  margin-top: 0;
  font-size: clamp(12px, 1vw, 16px);
}

.register-note {
  margin: 0;
  color: #8c8c8c;
  font-size: 0.92rem;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .register-form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .register-section {
    padding: 60px 0 80px;
  }

  .register-panel {
    padding: 24px 18px 22px;
  }

  .register-form {
    gap: 14px;
  }
  .side-qr-float {
    display: none;
  }
}

/* Side Floating QR Bar */
.side-qr-float {
  position: fixed;
  right: 16px;
  bottom: 80px;
  width: 140px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 14px 8px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.side-qr-float.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.side-qr-float .qr-logo {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.side-qr-float .qr-logo img {
  width: 55px;
  -webkit-object-fit: contain;
  object-fit: contain;
}

.side-qr-float .qr-title {
  font-family:
    Segoe UI,
    Segoe UI;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 6px;
}

.side-qr-float .qr-item {
  text-align: center;
}

.side-qr-float .qr-item img {
  width: 100%;
  height: auto;
  background: #fdfdfd;
  border-radius: 12px;
  padding: 4px 0;
}

.side-qr-float .qr-label {
  font-family:
    Segoe UI,
    Segoe UI;
  font-weight: 600;
  font-size: 12px;
  color: #181818;
}

.list-item {
  text-indent: 20px;
}

.news-container {
  position: relative;
}

.news-container .sub-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.news-container .news-title {
  font-size: 24px;
  background:
    linear-gradient(113deg, #048a74 21%, rgba(4, 138, 116, 0) 51%),
    linear-gradient(175deg, #127d49 58%, #36b55c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Montserrat-SemiBold";
}
.news-content p {
  margin: 20px 0;
  line-height: 1.7;
  font-size: 1.175rem;
  color: rgba(0, 0, 0, 0.7);
}

.news-content .news-img-container {
  display: flex;
  align-items: start;
  opacity: 1;
}

.news-content .news-img-container img {
  width: 10%;
  flex-grow: 1;
  object-fit: contain;
  height: auto;
  aspect-ratio: 9/16;
}
.news-content .news-img-container-4 {
  margin-bottom: 20px;
}
.news-content .news-img-container-4 img {
  aspect-ratio: 12/16;
}

.news-content p a {
  color: #0066cc;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .news-container .boxes {
    padding-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .news-container .boxes {
    padding-top: 60px;
  }
  .news-container .news-title {
    font-size: 20px;
  }
  .news-content p {
    font-size: 14px;
  }
}
