@charset "UTF-8";
body {
  --theme-color-01: #ff0000;
  --page-padding-horizontal: calc(360 / 1920 * 100vw);
}

#banner,
#about,
#products,
#partner,
#brand,
#contact {
  scroll-margin-top: var(--header-height);
}

.index-page {
  width: 100%;
  position: relative;
  z-index: 10;
}
.index-page .banner {
  width: 100vw;
  height: 39.0625vw;
  background: linear-gradient(135deg, #ffffff 0%, #e6e6e6 100%);
}
.index-page .banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.index-page .banner .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.index-page .banner .swiper-slide-active .bg {
  transition: 5s linear;
  transform: scale(1, 1);
}
.index-page .banner .swiper-slide-active .slide-content {
  transition: 1s ease-in-out;
  transform: translateX(0);
}
.index-page .banner .swiper-button-prev,
.index-page .banner .swiper-button-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
  --swiper-navigation-sides-offset: 12.5vw;
}
.index-page .banner .swiper-button-prev::after,
.index-page .banner .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.index-page .banner .swiper-button-prev:hover,
.index-page .banner .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0);
  color: #333;
}
.index-page .banner .swiper-button-prev:hover svg,
.index-page .banner .swiper-button-next:hover svg {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.index-page .banner .swiper-button-prev svg,
.index-page .banner .swiper-button-next svg {
  width: 100% !important;
  height: 100% !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.index-page .banner .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #fff;
  opacity: 0.5;
  margin: 0 0.2604166667vw;
  transition: all 0.2s ease-in-out;
  border-radius: 999px;
}
.index-page .banner .swiper-pagination-bullet-active {
  width: 1.0416666667vw;
  opacity: 1;
}
.index-page .banner .swiper-button {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12.5vw;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s linear;
}
.index-page .banner .swiper-button:hover {
  opacity: 1 !important;
}
.index-page .banner .swiper-button.custom-swiper-button-prev {
  left: 12.5vw;
  right: initial;
}
.index-page .banner .swiper-button.custom-swiper-button-prev svg {
  transform: rotateY(180deg);
}
.index-page .banner .swiper-button svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index-page .banner .swiper-button .icon-with-shadow {
  filter: drop-shadow(0 0 0.3125vw rgba(0, 0, 0, 0.2));
}
.index-page .banner:hover .swiper-button {
  opacity: 0.7;
}
.index-page .index-content-box {
  position: relative;
  background: url("../images/about_bg.jpg") no-repeat;
  background-size: 100vw 39.5833333333vw;
}
.index-page .index-content-box.bg-fixed {
  background-attachment: fixed;
  background-position: center 4.1666666667vw;
}
.index-page .index-content-box .content {
  width: 100%;
  padding: 0 var(--page-padding-horizontal);
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
}
.index-page .index-content-box .content .box-title {
  display: flex;
  align-items: center;
  height: 2.0833333333vw;
  font-size: 1.5625vw;
  color: #000;
}
.index-page .index-content-box .content .box-title::before {
  content: "";
  width: 0.2083333333vw;
  height: 1.5625vw;
  background-color: var(--theme-color-01);
  border-radius: 99px;
  margin-right: 0.5208333333vw;
}
.index-page .index-content-box .content .animate-item {
  will-change: transform;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeOut 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.about-us {
  background-color: transparent;
  height: 39.5833333333vw;
  color: #fff;
  padding-top: 3.125vw;
}
.index-page .index-content-box .content.about-us h2 {
  font-size: 1.875vw;
  margin-bottom: 2.2916666667vw;
}
.index-page .index-content-box .content.about-us .desc-01 {
  font-size: 0.9375vw;
  line-height: 2;
}
.index-page .index-content-box .content.about-us .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875vw 0;
  height: 5.7291666667vw;
}
.index-page .index-content-box .content.about-us .btns .spliter {
  width: 5.625vw;
  height: 0.1041666667vw;
  background-color: #fff;
}
.index-page .index-content-box .content.about-us .btns .btn {
  width: 5.7291666667vw;
  height: 5.7291666667vw;
}
.index-page .index-content-box .content.about-us .btns .btn .c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 0.8333333333vw;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: normal;
}
.index-page .index-content-box .content.about-us .btns .btn .c.en {
  font-size: 0.7291666667vw;
  line-height: 1.2;
}
.index-page .index-content-box .content.about-us .btns .btn .c b {
  font-size: 1.25vw;
}
.index-page .index-content-box .content.about-us .btns .btn .c:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1.0416666667vw rgba(255, 255, 255, 0.3);
  transform: scale(1.3);
}
.index-page .index-content-box .content.about-us.is-active .animate-item {
  animation: fadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.about-us.is-active .animate-title {
  animation-delay: 0.4s;
}
.index-page .index-content-box .content.about-us.is-active .animate-desc-1 {
  animation-delay: 0.8s;
}
.index-page .index-content-box .content.about-us.is-active .animate-btns {
  animation-delay: 1.2s;
}
.index-page .index-content-box .content.about-us.is-active .animate-desc-2 {
  animation-delay: 1.6s;
}
.index-page .index-content-box .content.products {
  background-color: #fff;
  padding: 5.8333333333vw 0;
}
.index-page .index-content-box .content.products .pdt-animate {
  will-change: transform;
  opacity: 0;
  transform: translateY(0);
  animation: fadeOut 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.products .items {
  width: 93.75vw;
  height: 35.4166666667vw;
  display: flex;
  gap: 0.4166666667vw;
  margin: 0 auto;
}
.index-page .index-content-box .content.products .items .product-box {
  width: 34.8958333333vw;
  height: 100%;
  border-radius: 1.0416666667vw;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.index-page .index-content-box .content.products .items .product-box .box-title {
  position: absolute;
  top: 1.4583333333vw;
  right: 2.1875vw;
  z-index: 10;
}
.index-page .index-content-box .content.products .items .product-box .breathing-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -15%;
  bottom: -30%;
  z-index: 1;
  background: radial-gradient(circle at center, rgb(242, 142, 13) 2%, rgba(242, 142, 13, 0.3) 70%, transparent 70%);
  filter: blur(40px);
  transform: scale(0.6);
  opacity: 1;
  animation: breathe 3s ease-in-out infinite;
}
.index-page .index-content-box .content.products .items .product-box .pdt-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
}
.index-page .index-content-box .content.products .items .product-box .pdt-swiper .product-desc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.2916666667vw 1.3541666667vw 0;
  z-index: 2;
  color: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(200%);
  line-height: 1.5625vw;
  font-size: 0.8333333333vw;
  color: #fff;
  text-align: right;
  overflow: hidden;
}
.index-page .index-content-box .content.products .items .product-box .pdt-swiper .swiper-slide-prev .product-desc {
  transition: 0.4s ease-in-out;
  transform: translateX(-60%);
  opacity: 0;
}
.index-page .index-content-box .content.products .items .product-box .pdt-swiper .swiper-slide-active .product-desc {
  transition: 0.6s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
.index-page .index-content-box .content.products .items .item-box {
  display: flex;
  width: 0;
  flex-grow: 1;
  gap: 0.4166666667vw;
  flex-wrap: wrap;
}
.index-page .index-content-box .content.products .items .item-box .item {
  position: relative;
  box-sizing: border-box;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  width: 23.125vw;
  height: 17.5vw;
  cursor: pointer;
}
.index-page .index-content-box .content.products .items .item-box .item .cate-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .index-content-box .content.products .items .item-box .item .mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--mask-bg);
  color: #fff;
  line-height: 2.1875vw;
  font-size: 0.9375vw;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.index-page .index-content-box .content.products .items .item-box .item .mask .mask-animate {
  opacity: 0;
  transform: translateY(4.1666666667vw);
  animation: fadeOut 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.products .items .item-box .item .mask .cate-icon {
  width: 9.375vw;
  height: 6.25vw;
}
.index-page .index-content-box .content.products .items .item-box .item:hover .mask {
  opacity: 1;
}
.index-page .index-content-box .content.products .items .item-box .item:hover .mask .mask-animate {
  animation: fadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.products .items .item-box .item:hover .mask .cate-icon {
  animation-delay: 0.2s;
}
.index-page .index-content-box .content.products .items .item-box .item:hover .mask .cate-name {
  animation-delay: 0.4s;
}
.index-page .index-content-box .content.products .items .item-box .item.item-1 {
  width: 11.3541666667vw;
  --mask-bg: rgba(45, 112, 155, 0.8);
}
.index-page .index-content-box .content.products .items .item-box .item.item-2 {
  --mask-bg: rgba(229, 155, 47, 0.8);
}
.index-page .index-content-box .content.products .items .item-box .item.item-3 {
  --mask-bg: rgba(9, 123, 151, 0.8);
}
.index-page .index-content-box .content.products .items .item-box .item.item-4 {
  --mask-bg: rgba(9, 123, 151, 0.8);
}
.index-page .index-content-box .content.products .items .item-box .item.item-5 {
  --mask-bg: rgba(45, 112, 155, 0.8);
}
.index-page .index-content-box .content.products .items .item-box .item.btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 11.3541666667vw;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8.5416666667vw;
  border-radius: 1.0416666667vw;
  font-size: 0.9375vw;
  transition: all 1s linear;
  position: relative;
  overflow: hidden;
  color: var(--hc-btn-color);
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn::after, .index-page .index-content-box .content.products .items .item-box .item.btns .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn::after {
  opacity: 1;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn::before {
  opacity: 0;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn:hover::after {
  opacity: 0;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn:hover::before {
  opacity: 1;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-01 {
  --hc-btn-color: #49859b;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-01::after {
  background: linear-gradient(to bottom, #e6f5fb, #c5dce4);
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-01::before {
  background: linear-gradient(135deg, #e6f5fb, #e6f5fb 50%, #c5dce4);
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-02 {
  --hc-btn-color: #c6dde5;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-02::after {
  background: linear-gradient(to bottom, #94b3be, #49859b);
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn.btn-02::before {
  background: linear-gradient(135deg, #94b3be, #94b3be 50%, #49859b);
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn .iconfont,
.index-page .index-content-box .content.products .items .item-box .item.btns .btn .t {
  position: relative;
  z-index: 10;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn .iconfont {
  font-size: 3.125vw;
  margin-bottom: 0.3125vw;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn .t {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.index-page .index-content-box .content.products .items .item-box .item.btns .btn .t::after {
  content: "";
  width: 2.0833333333vw;
  height: 0.1041666667vw;
  background-color: var(--hc-btn-color);
  margin-top: 0.3125vw;
}
.index-page .index-content-box .content.products.is-active .pdt-animate {
  animation: fadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.products.is-active .product-box {
  animation-delay: 0.4s;
}
.index-page .index-content-box .content.products.is-active .item-box .item-1 {
  animation-delay: 0.6s;
}
.index-page .index-content-box .content.products.is-active .item-box .item-2 {
  animation-delay: 0.8s;
}
.index-page .index-content-box .content.products.is-active .item-box .item-3 {
  animation-delay: 1s;
}
.index-page .index-content-box .content.products.is-active .item-box .item-4 {
  animation-delay: 1.2s;
}
.index-page .index-content-box .content.products.is-active .item-box .item-5 {
  animation-delay: 1.4s;
}
.index-page .index-content-box .content.products.is-active .item-box .btns {
  animation-delay: 1.6s;
}
.index-page .index-content-box .content.partner {
  height: 30.2083333333vw;
  padding-top: 4.1666666667vw;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
}
.index-page .index-content-box .content.partner .partner-bg {
  width: 100%;
  height: 100%;
  background: #fff url("../images/partner_bg.jpg") no-repeat 0 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
}
.index-page .index-content-box .content.partner .logos {
  display: flex;
  flex-wrap: wrap;
  width: 39.6875vw;
}
.index-page .index-content-box .content.partner .logos .logo {
  width: 13.2291666667vw;
  height: 7.2916666667vw;
  overflow: initial;
  transition: transform 1s ease-in-out;
}
.index-page .index-content-box .content.partner .logos .logo:hover {
  transform: scale(1.1);
}
.index-page .index-content-box .content.partner .info {
  width: 0;
  flex-grow: 1;
  padding-top: 1.875vw;
  margin-left: 5.1041666667vw;
  position: relative;
  z-index: 10;
}
.index-page .index-content-box .content.partner .info.m {
  display: none;
}
.index-page .index-content-box .content.partner .info h2 {
  line-height: 2.8125vw;
  font-size: 1.6666666667vw;
  font-weight: bold;
  color: var(--theme-color-01);
}
.index-page .index-content-box .content.partner .info p {
  font-size: 0.9375vw;
  line-height: 2;
  color: #000;
}
.index-page .index-content-box .content.partner .logos,
.index-page .index-content-box .content.partner .info {
  will-change: transform;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.index-page .index-content-box .content.partner.is-active .logos,
.index-page .index-content-box .content.partner.is-active .info {
  transition: transform 1s linear, opacity 1s linear;
  opacity: 1;
}
.index-page .index-content-box .content.brand {
  padding-top: 3.125vw;
}
.index-page .index-content-box .content.brand h2,
.index-page .index-content-box .content.brand .brand-img {
  opacity: 0;
  transition: opacity 0.8s linear;
}
.index-page .index-content-box .content.brand h2 {
  text-align: center;
  line-height: 2.9166666667vw;
  font-size: 1.4583333333vw;
  color: #000;
}
.index-page .index-content-box .content.brand .brand-img {
  width: 100%;
}
.index-page .index-content-box .content.brand.is-active h2, .index-page .index-content-box .content.brand.is-active .brand-img {
  opacity: 1;
}
.index-page .index-content-box .content.contact {
  height: 36.4583333333vw;
  background-color: #fff;
  overflow: hidden;
}
.index-page .index-content-box .content.contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fff url("../images/contact_bg.jpg") no-repeat 50% 0;
  background-size: auto 115%;
  opacity: 0;
  transition: all 0.4s linear;
}
.index-page .index-content-box .content.contact .info {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4.6875vw;
  box-sizing: border-box;
  color: #000;
}
.index-page .index-content-box .content.contact .info h2 {
  display: flex;
  height: 2.8125vw;
  margin-bottom: 4.1666666667vw;
}
.index-page .index-content-box .content.contact .info .company {
  font-size: 1.25vw;
  line-height: 2.3958333333vw;
  margin-bottom: 0.5208333333vw;
}
.index-page .index-content-box .content.contact .info .item {
  display: flex;
  align-items: center;
  height: 2.0833333333vw;
  font-size: 0.9375vw;
}
.index-page .index-content-box .content.contact .info .item .icon {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.5208333333vw;
}
.index-page .index-content-box .content.contact .info .map-box {
  width: 24.6354166667vw;
  height: 21.71875vw;
  background: url("../images/contact_map_bg_01.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.8020833333vw;
  bottom: -2.7604166667vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
}
.index-page .index-content-box .content.contact .info .map-box .icon {
  width: 5.5729166667vw;
  height: 7.5520833333vw;
  position: absolute;
  right: 6.71875vw;
  bottom: 11.5625vw;
  cursor: pointer;
  animation: pulse-bounce 2s ease-in-out infinite;
  transition: all 0.3s ease;
}
.index-page .index-content-box .content.contact .info .map-box .icon:hover {
  animation-duration: 1.4s;
}
.index-page .index-content-box .content.contact.is-active::before {
  transition: opacity 0.4s linear, background 3s linear;
  opacity: 1;
  background-size: auto 100%;
}
.index-page .index-content-box .content.contact.is-active .map-box {
  transition: all 1s ease-out;
  transition-delay: 1s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.index-page .index-content-box .content.contact.is-active .animate-item {
  animation: fadeUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-page .index-content-box .content.contact.is-active .info h2 {
  animation-delay: 0.5s;
}
.index-page .index-content-box .content.contact.is-active .info .company {
  animation-delay: 1s;
}
.index-page .index-content-box .content.contact.is-active .info .item:nth-child(1) {
  animation-delay: 1.4s;
}
.index-page .index-content-box .content.contact.is-active .info .item:nth-child(2) {
  animation-delay: 1.6s;
}
.index-page .index-content-box .content.contact.is-active .info .item:nth-child(3) {
  animation-delay: 1.8s;
}
.index-page .index-content-box .content.contact.is-active .info .item:nth-child(4) {
  animation-delay: 2s;
}

.cate-swiper-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cate-swiper-block::before, .cate-swiper-block::after {
  content: "";
  display: block;
  width: 25vw;
  height: calc(100vh - 6.25vw);
  position: absolute;
  top: 3.125vw;
  z-index: 100;
}
.cate-swiper-block::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.cate-swiper-block::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.cate-swiper-block.is-active {
  opacity: 1;
  visibility: visible;
}
.cate-swiper-block h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  line-height: 3.125vw;
  font-size: 1.875vw;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.cate-swiper-block .btn-close {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -2.0833333333vw;
  right: -2.0833333333vw;
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
.cate-swiper-block .btn-close .icon {
  width: 30%;
  height: 30%;
  margin: 55% 0 0 20%;
}
.cate-swiper-block .swiper {
  width: 100%;
  height: calc(100vh - 6.25vw);
  margin: 3.125vw 0;
  --swiper-preloader-color: #333 !important;
}
.cate-swiper-block .swiper .swiper-wrapper {
  width: 100%;
}
.cate-swiper-block .swiper .swiper-wrapper .swiper-slide {
  padding: 0 3.1875vw;
  width: 46.875vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cate-swiper-block .swiper .swiper-wrapper .swiper-slide figure {
  width: 100%;
  line-height: 0;
}
.cate-swiper-block .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  box-shadow: 0 0 2.0833333333vw rgba(0, 0, 0, 0.1);
  border-radius: 1.0416666667vw;
}
.cate-swiper-block .swiper .swiper-wrapper .swiper-slide .pdt-name {
  line-height: 3.6458333333vw;
  font-size: 1.3541666667vw;
  color: #555;
}
.cate-swiper-block .swiper-button-next,
.cate-swiper-block .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1.8229166667vw;
  z-index: 101;
  --swiper-navigation-sides-offset: calc(100vw * 460 / 1920);
  --swiper-navigation-size: calc(100vw * 38 / 1920);
}

#picture-book-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transform: translateX(200%);
  transition: all 0.5s ease-in-out;
}
#picture-book-box.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#picture-book-box .btn-close {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -2.0833333333vw;
  right: -2.0833333333vw;
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
#picture-book-box .btn-close .icon {
  width: 30%;
  height: 30%;
  margin: 55% 0 0 20%;
}
#picture-book-box .book-swiper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#picture-book-box .book-swiper .swiper-slide img {
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.15, 1.15);
  transition: all 1s cubic-bezier(0.2, 0.9, 0.4, 1);
}
#picture-book-box .book-swiper .swiper-slide.swiper-slide-visible img {
  opacity: 0;
}
#picture-book-box .book-swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: scale(1, 1);
}
#picture-book-box .book-thumb-swiper {
  width: 80vw;
  height: 7.2916666667vw;
  position: absolute;
  left: 10vw;
  bottom: 2.0833333333vw;
  z-index: 10;
}
#picture-book-box .book-thumb-swiper .swiper-wrapper {
  align-items: center;
}
#picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide {
  height: 3.125vw;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
#picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  height: 7.2916666667vw;
}
#picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide img {
  height: 7.2916666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
#picture-book-box .book-thumb-swiper .swiper-button-next,
#picture-book-box .book-thumb-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 101;
  --swiper-navigation-size: calc(100vw * 38 / 1920);
}

#download-progress {
  padding: 8px 15px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  color: #000;
  display: none;
  letter-spacing: normal;
}
#download-progress.show {
  display: inline-block;
}

#view-map {
  cursor: pointer;
}

#view-map.is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .index-page {
    --page-padding-horizontal: calc(80 / 1500 * 100vw) !important;
  }
  .index-page .banner {
    height: 80vw;
  }
  .index-page .banner .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 0.6666666667vw;
  }
  .index-page .banner .swiper-pagination-bullet-active {
    width: 4vw;
  }
  .index-page .index-content-box {
    position: relative;
    background: url("../images/m_about_bg.jpg") no-repeat;
    background-size: 100vw 141.2vw;
  }
  .index-page .index-content-box.bg-fixed {
    background-attachment: fixed;
    background-position: center var(--header-height);
  }
  .index-page .index-content-box .content .box-title {
    height: 10vw;
    font-size: 6.4vw;
  }
  .index-page .index-content-box .content .box-title::before {
    width: 1.0666666667vw;
    height: 5.8666666667vw;
    margin-right: 1.8666666667vw;
  }
  .index-page .index-content-box .content.about-us {
    height: 141.2vw;
    padding-top: 12vw;
  }
  .index-page .index-content-box .content.about-us h2 {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
  .index-page .index-content-box .content.about-us .desc-01 {
    font-size: 2.9166666667vw;
    line-height: 2;
  }
  .index-page .index-content-box .content.about-us .btns {
    padding: 4.5333333333vw 0;
    height: 20.6666666667vw;
  }
  .index-page .index-content-box .content.about-us .btns .spliter {
    display: none;
  }
  .index-page .index-content-box .content.about-us .btns .btn {
    width: 20.6666666667vw;
    height: 20.6666666667vw;
  }
  .index-page .index-content-box .content.about-us .btns .btn .c {
    font-size: 3.2vw;
  }
  .index-page .index-content-box .content.about-us .btns .btn .c.en {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .index-page .index-content-box .content.about-us .btns .btn .c b {
    font-size: 3.2vw;
  }
  .index-page .index-content-box .content.products {
    background-color: #fff;
    padding: 10.4166666667vw var(--page-padding-horizontal);
  }
  .index-page .index-content-box .content.products .items {
    width: 100%;
    height: auto;
    gap: 1.3333333333vw;
    flex-wrap: wrap;
  }
  .index-page .index-content-box .content.products .items .product-box {
    width: 100%;
    height: 93.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .index-page .index-content-box .content.products .items .product-box .box-title {
    top: 3.7333333333vw;
    left: 5.4666666667vw;
    right: initial;
  }
  .index-page .index-content-box .content.products .items .product-box .pdt-swiper .product-desc {
    padding: 0 5.3333333333vw 3.3333333333vw 0;
    line-height: 5vw;
    font-size: 2.6666666667vw;
  }
  .index-page .index-content-box .content.products .items .item-box {
    display: flex;
    width: 0;
    flex-grow: 1;
    gap: 1.3333333333vw;
    flex-wrap: wrap;
  }
  .index-page .index-content-box .content.products .items .item-box .item {
    border-radius: 1.3333333333vw;
    width: 59.3333333333vw;
    height: 43.3333333333vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item .mask {
    flex-direction: row;
    justify-content: space-between;
    top: initial;
    bottom: 0;
    left: 0;
    height: 6.6666666667vw;
    font-size: 2.9333333333vw;
    opacity: 1;
    transition: opacity 0.2s linear;
    box-sizing: border-box;
    padding: 0 3.2vw;
    letter-spacing: normal;
  }
  .index-page .index-content-box .content.products .items .item-box .item .mask::after {
    content: "\e61f";
    font-family: "iconfont";
  }
  .index-page .index-content-box .content.products .items .item-box .item .mask .mask-animate {
    transform: translateY(0);
    animation: none;
    opacity: 1;
  }
  .index-page .index-content-box .content.products .items .item-box .item .mask .cate-icon {
    display: none;
  }
  .index-page .index-content-box .content.products .items .item-box .item.item-1, .index-page .index-content-box .content.products .items .item-box .item.btns {
    width: 28.6666666667vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item.item-3, .index-page .index-content-box .content.products .items .item-box .item.item-4 {
    width: 44vw;
    height: 33.3333333333vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item.item-5, .index-page .index-content-box .content.products .items .item-box .item.btns {
    height: 45.3333333333vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item.btns .btn {
    width: 100%;
    height: 22vw;
    border-radius: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item.btns .btn .iconfont {
    font-size: 8vw;
    margin-bottom: 0.8vw;
  }
  .index-page .index-content-box .content.products .items .item-box .item.btns .btn .t::after {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
    margin-top: 0.8vw;
  }
  .index-page .index-content-box .content.partner {
    height: auto;
    min-height: 110vw;
    padding-top: 4.8vw;
    flex-wrap: wrap;
  }
  .index-page .index-content-box .content.partner .partner-bg {
    background-image: url("../images/m_partner_bg.jpg");
  }
  .index-page .index-content-box .content.partner .logos {
    width: 100%;
  }
  .index-page .index-content-box .content.partner .logos .logo {
    width: 29.7333333333vw;
    height: 16.4vw;
  }
  .index-page .index-content-box .content.partner .info {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  .index-page .index-content-box .content.partner .info.pc {
    display: none;
  }
  .index-page .index-content-box .content.partner .info.m {
    display: block;
  }
  .index-page .index-content-box .content.partner .info p {
    font-size: 3.2vw;
    margin: 1.7333333333vw 0;
  }
  .index-page .index-content-box .content.brand {
    padding-top: 1.3333333333vw;
  }
  .index-page .index-content-box .content.brand h2,
  .index-page .index-content-box .content.brand .brand-img {
    opacity: 0;
    transition: opacity 0.8s linear;
  }
  .index-page .index-content-box .content.brand h2 {
    line-height: 10.2666666667vw;
    font-size: 4.8vw;
  }
  .index-page .index-content-box .content.contact {
    height: 93.3333333333vw;
  }
  .index-page .index-content-box .content.contact::before {
    background: #fff url("../images/m_contact_bg.jpg") no-repeat 50% 0;
  }
  .index-page .index-content-box .content.contact .info {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 10.6666666667vw;
  }
  .index-page .index-content-box .content.contact .info h2 {
    height: 10vw;
    margin-bottom: 1.6vw;
  }
  .index-page .index-content-box .content.contact .info .company {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-bottom: 0;
  }
  .index-page .index-content-box .content.contact .info ul {
    position: relative;
    z-index: 100;
  }
  .index-page .index-content-box .content.contact .info .item {
    height: auto;
    line-height: 5.3333333333vw;
    padding: 1vw 0;
    font-size: 3.2vw;
  }
  .index-page .index-content-box .content.contact .info .item .icon {
    width: 4.4vw;
    height: 4.4vw;
    flex-shrink: 0;
    margin-right: 1.3333333333vw;
  }
  .index-page .index-content-box .content.contact .info .map-box {
    width: 40vw;
    height: 35.2666666667vw;
    right: 12vw;
    bottom: -8.6666666667vw;
  }
  .index-page .index-content-box .content.contact .info .map-box .icon {
    width: 7.1333333333vw;
    height: 9.6666666667vw;
    right: 11.7333333333vw;
    bottom: 18.1333333333vw;
  }
  .index-page .index-content-box .content.contact .info .map-box .icon:hover .tooltip-text {
    display: block;
  }
  .cate-swiper-block::before, .cate-swiper-block::after {
    display: none;
  }
  .cate-swiper-block.is-active {
    opacity: 1;
    visibility: visible;
  }
  .cate-swiper-block h2 {
    line-height: 16vw;
    font-size: 6.4vw;
  }
  .cate-swiper-block .btn-close {
    width: 16vw;
    height: 16vw;
    top: -8vw;
    right: -8vw;
  }
  .cate-swiper-block .swiper-container {
    width: 100%;
    height: calc(100vh - 25vw);
    margin: 8vw 0;
  }
  .cate-swiper-block .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .cate-swiper-block .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
    width: 100vw;
  }
  .cate-swiper-block .swiper-container .swiper-wrapper .swiper-slide figure {
    width: 100%;
    line-height: 0;
  }
  .cate-swiper-block .swiper-container .swiper-wrapper .swiper-slide figure img {
    box-shadow: 0 0 5.3333333333vw rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  .cate-swiper-block .swiper-container .swiper-wrapper .swiper-slide .pdt-name {
    line-height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .cate-swiper-block .swiper-button-next,
  .cate-swiper-block .swiper-button-prev {
    display: none;
  }
  #picture-book-box .btn-close {
    width: 16vw;
    height: 16vw;
    top: -8vw;
    right: -8vw;
  }
  #picture-book-box .book-thumb-swiper {
    width: 100vw;
    left: 0;
    height: 13.3333333333vw;
    bottom: 5.3333333333vw;
  }
  #picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide {
    height: 5.3333333333vw;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  #picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    height: 10.6666666667vw;
  }
  #picture-book-box .book-thumb-swiper .swiper-wrapper .swiper-slide img {
    height: 10.6666666667vw;
  }
  #picture-book-box .book-thumb-swiper .swiper-button-next,
  #picture-book-box .book-thumb-swiper .swiper-button-prev {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    --swiper-navigation-size: calc(100vw * 50 / 1500);
  }
}
/* 动画关键帧 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.25);
  }
}
@keyframes pulse-bounce {
  0%, 100% {
    transform: scale(1) translateY(0);
    /*filter: drop-shadow(0 4px 6px rgba(255, 77, 79, 0.3));*/
  }
  50% {
    transform: scale(1.08) translateY(-5px);
    /*filter: drop-shadow(0 8px 12px rgba(255, 77, 79, 0.5));*/
  }
}/*# sourceMappingURL=index.css.map */