@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

/** 容器宽度 */

.maxw1820 {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1820.m-w100 {
    width: 100%;
  }
}

.maxw1620 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1620.m-w100 {
    width: 100%;
  }
}

.maxw1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1600.m-w100 {
    width: 100%;
  }
}

.maxw1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1440.m-w100 {
    width: 100%;
  }
}

.maxw1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1400.m-w100 {
    width: 100%;
  }
}

.maxw1380 {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1380.m-w100 {
    width: 100%;
  }
}

.maxw1300 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1300.m-w100 {
    width: 100%;
  }
}

.maxw1250 {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1250.m-w100 {
    width: 100%;
  }
}

.maxw1220 {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1220.m-w100 {
    width: 100%;
  }
}

.maxw1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1200.m-w100 {
    width: 100%;
  }
}

.maxw1160 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1160.m-w100 {
    width: 100%;
  }
}

.maxw1120 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1120.m-w100 {
    width: 100%;
  }
}

.maxw1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1000.m-w100 {
    width: 100%;
  }
}

.maxw940 {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw940.m-w100 {
    width: 100%;
  }
}

.maxw800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw800.m-w100 {
    width: 100%;
  }
}

.maxw600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw600.m-w100 {
    width: 100%;
  }
}

#pagePoint,
#kefuPoint,
.default-point {
  position: relative;
  top: -8.125rem;
}

.default-beating {
  animation: beating 2s infinite ease-in-out;
}

.default-stack {
  display: flex;
  overflow: hidden;
}

.default-stack > div {
  width: 100%;
  flex-shrink: 0;
}

.default-stack > div:nth-child(2) {
  margin-left: -100%;
}

.default-stack > div:nth-child(3) {
  margin-left: -100%;
}

.default-stack > div:nth-child(4) {
  margin-left: -100%;
}

.default-stack > div:nth-child(5) {
  margin-left: -100%;
}

.default-stack > div:nth-child(6) {
  margin-left: -100%;
}

.default-stack > div:nth-child(7) {
  margin-left: -100%;
}

@media (max-width: 800px) {
  .default-stack.m-clear-default-stack {
    padding-bottom: 0;
    flex-direction: column;
  }

  .default-stack.m-clear-default-stack > div {
    margin: 0 !important;
  }

  .default-stack.m-clear-default-stack.reverse {
    flex-direction: column-reverse;
  }
}

.default-top {
  position: sticky;
  top: 0;
  z-index: 10;
  max-height: 100vh;
}

.default-main {
  position: relative;
  z-index: 11;
  background-color: #ffffff;
}

.default-tip {
  text-align: center;
  height: 80px;
  background: linear-gradient(180deg, #3BD4AE 0%, #3AD3AE 1%, #20BFC4 24%, #0EB2D4 47%, #03A9DD 72%, #00A7E1 100%);
  font-size: 1rem;
  color: #FFFFFF;
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .default-tip {
    font-size: 0.75rem;
    height: auto;
    padding: 0.625rem;
  }
}

.default-bg-white {
  background-color: white;
}

.default-swiper-prev,
.default-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 4.0625rem;
}

.default-swiper-prev .icon2,
.default-swiper-next .icon2 {
  display: none;
}

.default-swiper-prev:not(.swiper-button-disabled):hover,
.default-swiper-next:not(.swiper-button-disabled):hover {
  cursor: pointer;
}

.default-swiper-prev:not(.swiper-button-disabled):hover .icon1,
.default-swiper-next:not(.swiper-button-disabled):hover .icon1 {
  display: none;
}

.default-swiper-prev:not(.swiper-button-disabled):hover .icon2,
.default-swiper-next:not(.swiper-button-disabled):hover .icon2 {
  display: block;
}

.default-swiper-prev.swiper-button-disabled,
.default-swiper-next.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .default-swiper-prev,
  .default-swiper-next {
    width: 1.875rem;
  }
}

.default-swiper-prev {
  left: 5rem;
}

@media (max-width: 800px) {
  .default-swiper-prev {
    left: 1.875rem;
  }
}

.default-swiper-next {
  right: 5rem;
}

@media (max-width: 800px) {
  .default-swiper-next {
    right: 1.875rem;
  }
}

.default-title1 {
  padding: 1.875rem 0;
  background-color: #ffffff;
  text-align: center;
}

.default-title1 div {
  line-height: 1;
}

.default-title1 > div:nth-child(1) {
  font-size: 4.5rem;
  color: #EEEEEE;
  gap: 1.5rem;
}

.default-title1 > div:nth-child(2) {
  font-weight: bold;
  font-size: 2.5rem;
  color: #000000;
}

.default-title1 .text {
  white-space: nowrap;
}

.default-title1 img {
  height: 0.3125rem;
  flex-shrink: 1;
}

@media (max-width: 800px) {
  .default-title1 > div:nth-child(1) {
    font-size: 2.625rem;
    gap: 0.75rem;
  }

  .default-title1 > div:nth-child(2) {
    font-size: 1.625rem;
  }
}

.default-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  text-align: center;
  gap: 1.5625vw;
  display: flex;
  flex-direction: column;
}

.default-banner .text-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625vw;
  text-align: left;
}

.default-banner .t1,
.default-banner .t2 {
  line-height: 1.2;
}

.default-banner .t1 {
  font-weight: bold;
  font-size: 4.6875vw;
  color: #FFFFFF;
}

.default-banner .t2 {
  font-size: 2.8125vw;
  color: #FFFFFF;
}

.default-page {
  max-width: 90vw;
  gap: 20px;
  margin: 3.125rem auto 0;
}

.default-page li {
  list-style: none;
  min-width: 2.5rem;
  height: 2.125rem;
  background: #FFFFFF;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid #DDDDDD;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page li a {
  font-size: 0.75rem;
  color: #1E1E1E;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-page li:hover a,
.default-page li.active a {
  color: #FFFFFF;
  background: linear-gradient(180deg, #3BD4AE 0%, #3AD3AE 1%, #20BFC4 24%, #0EB2D4 47%, #03A9DD 72%, #00A7E1 100%);
}

@media (max-width: 800px) {
  .default-page {
    gap: 0.9375rem;
  }
}

.default-breadcrumbs {
  font-size: 1rem;
  color: #999999;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.default-breadcrumbs a {
  color: currentcolor;
  line-height: 1;
}

.default-breadcrumbs a:hover {
  color: #00A7E1;
}

@media (max-width: 800px) {
  .default-breadcrumbs {
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}

.default-production .title {
  font-weight: bold;
  font-size: 3rem;
  color: #FFFFFF;
  text-align: center;
}

.default-production .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem;
  margin-top: 6.25rem;
}

.default-production .item {
  background: linear-gradient(90deg, rgba(123, 236, 191, 0.4705882353) 0%, rgba(143, 224, 255, 0.4705882353) 80%);
  border-radius: 0 0 0 0;
  padding: 1.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.default-production .item p {
  margin-top: 1.0625rem;
  color: #FFFFFF;
  line-height: 1;
}

.default-production .item p span {
  line-height: 1;
}

.default-production .item .span1 {
  font-size: 2.3125rem;
}

.default-production .item .span1 sup {
  font-size: 1.75rem;
}

.default-production .item .span2 {
  font-size: 1.3125rem;
}

.default-production .item .span2 sup {
  font-size: 0.75rem;
}

.default-production .item .span3 {
  font-size: 0.8125rem;
}

.default-production .icon {
  width: 3.75rem;
}

@media (max-width: 800px) {
  .default-production .title {
    font-size: 1.5rem;
    padding-top: 0.625rem;
  }

  .default-production .list {
    gap: 1.875rem;
    margin-top: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0.625rem;
  }

  .default-production .item {
    padding: 0.625rem;
  }

  .default-production .item p {
    margin-top: 0.625rem;
  }

  .default-production .item .span1 {
    font-size: 1.5rem;
  }

  .default-production .item .span1 sup {
    font-size: 1.125rem;
  }

  .default-production .item .span2 {
    font-size: 1.125rem;
  }

  .default-production .item .span2 sup {
    font-size: 0.75rem;
  }

  .default-production .item .span3 {
    font-size: 0.8125rem;
  }
}

@media (max-width: 500px) {
  .default-production .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.default-select {
  position: relative;
}

.default-select input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  border: 0;
}

.default-select .child {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: grid;
  gap: 0.625rem;
  font-size: 1.125rem;
  color: #333333;
  background-color: #ffffff;
  padding: 1.25rem;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 0.625rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.default-select .child a {
  transition: all 0.3;
}

.default-select .child a:hover {
  color: #3F74D4;
}

.default-select .child.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 800px) {
  .default-select .default-select-t {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }

  .default-select .default-select-t img {
    width: 0.625rem;
  }

  .default-select .child {
    bottom: -0.625rem;
    gap: 0.3125rem;
    font-size: 0.875rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
  }
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 5rem;
  transition: background-color 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  background-color: #ffffff;
}

@media (max-width: 800px) {
  header {
    height: 4.375rem;
  }
}

header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-logo img {
  width: 8.125rem;
}

@media (max-width: 800px) {
  header .header-logo img {
    width: 6.25rem;
  }
}

header .header-menu {
  flex-shrink: 0;
  gap: 1.25rem;
}

@media (max-width: 800px) {
  header .header-menu {
    display: none;
  }
}

header .header-menu .item-box:not(:hover) .child {
  opacity: 0;
  pointer-events: none;
}

header .header-menu .item {
  font-weight: bold;
  font-size: 1rem;
  color: #231815;
  transition: color 0.3s;
  display: inline-block;
  width: 8.875rem;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
}

header .header-menu .item.active,
header .header-menu .item:hover,
header .header-menu .child a.active,
header .header-menu .child a:hover {
  color: #00A7E1;
}

header .header-menu .child a {
  transition: color 0.3s;
}

header .header-menu .child {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  transition: all 0.3s;
  text-align: center;
}

header .header-right {
  gap: 1.875rem;
}

header .header-right .lang a {
  transition: all 0.3s;
  padding: 0 0.375rem;
}

header .header-right .lang a:first-child {
  padding: 0 0.375rem 0 0;
}

header .header-right .lang a:last-child {
  padding: 0 0 0 0.375rem;
}

header .header-right .lang a:not(:first-child) {
  border-left: 0.0625rem solid #000;
}

header .header-right .lang a:hover,
header .header-right .lang a.active {
  color: #00A7E1;
}

header .header-right .right-icon {
  width: 1.5rem;
  cursor: pointer;
}

@media (max-width: 800px) {
  header .header-right .right-icon {
    width: 1.25rem;
  }
}

header .menu-icon {
  display: none;
}

@media (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}

header .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .m-menu .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 18.75rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  padding: 1.875rem;
  box-sizing: border-box;
}

header .m-menu.active {
  opacity: 1;
  pointer-events: auto;
}

header .m-menu.active .box {
  transform: translateX(0%);
}

header .m-menu .close {
  text-align: right;
  margin-bottom: 1.25rem;
}

header .m-menu .close img {
  width: 1.25rem;
  cursor: pointer;
}

header .m-menu .item-box {
  color: #000;
  display: block;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.625rem;
}

header .m-menu .item {
  color: #000000;
  font-size: 1.125rem;
}

header .m-menu .item-t.active ~ .child {
  display: flex;
}

header .m-menu .child {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  display: none;
}

header .m-menu .child .item {
  color: #999999;
  font-size: 1rem;
  padding: 0.125rem 0.625rem;
}

.default-header-h {
  height: 5rem;
}

@media (max-width: 800px) {
  .default-header-h {
    height: 4.375rem;
  }
}

.fast-menu {
  position: fixed;
  bottom: 3.75rem;
  right: 3.75rem;
  z-index: 101;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fast-menu .item {
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
}

@media (max-width: 800px) {
  .fast-menu {
    bottom: 1.875rem;
    right: 1.875rem;
  }

  .fast-menu .item {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.default-age-inquiry {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../assets/age-bg.png");
  background-color: #ffffff;
  background-size: cover;
  z-index: 103;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.default-age-inquiry:not(.active) {
  display: none;
}

.default-age-inquiry .logo {
  width: 21.25rem;
}

.default-age-inquiry .t1 {
  font-weight: bold;
  font-size: 2.3125rem;
  color: #FFFFFF;
  margin-top: 4.375rem;
  width: 90%;
  max-width: 43.75rem;
  text-align: center;
}

.default-age-inquiry .t2 {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-top: 0.75rem;
  width: 90%;
  max-width: 43.75rem;
  text-align: center;
}

.default-age-inquiry .btns {
  margin-top: 2.1875rem;
  display: flex;
  gap: 1.0625rem;
}

.default-age-inquiry .btn {
  width: 10.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  background: #3BD4AE;
  border-radius: 0.8125rem 0.8125rem 0.8125rem 0.8125rem;
  font-weight: bold;
  font-size: 1.375rem;
  color: #FFFFFF;
  cursor: pointer;
}

@media (max-width: 800px) {
  .default-age-inquiry .logo {
    width: 12.5rem;
  }

  .default-age-inquiry .t1 {
    font-size: 1.5rem;
    margin-top: 2.1875rem;
  }

  .default-age-inquiry .t2 {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }

  .default-age-inquiry .btns {
    margin-top: 1.125rem;
    gap: 0.5625rem;
  }

  .default-age-inquiry .btn {
    width: 9.375rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.125rem;
  }
}

footer {
  background-color: #000;
  padding: 4.125rem 0 0;
  position: relative;
  z-index: 11;
}

@media (max-width: 800px) {
  footer {
    padding: 2.0625rem 0 0;
  }
}

footer .logo {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 1.5625rem;
}

footer .logo img {
  width: 8.125rem;
}

footer .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 2.125rem 0 5rem;
}

footer .footer-nav .p1 {
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

footer .footer-nav .child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

footer .footer-nav .p2 {
  font-size: 0.875rem;
  color: #AFAFAF;
}

footer .footer-nav .icons {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.5625rem;
}

footer .footer-nav .icons .icon {
  height: 1.75rem;
}

@media (max-width: 800px) {
  footer .footer-nav {
    padding: 1.0625rem 0 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }

  footer .footer-nav .p1 {
    margin-bottom: 0.75rem;
  }

  footer .footer-nav .child {
    gap: 0.375rem;
  }
}

footer .footer-company {
  padding-bottom: 0.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

footer .footer-company .t1 {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

footer .footer-company .t2 {
  font-size: 14px;
  color: #AFAFAF;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

footer .footer-company .t2 p {
  line-height: 1;
}

footer .footer-company .t3 {
  font-size: 12px;
  color: #666666;
}

@media (max-width: 800px) {
  footer .footer-company {
    gap: 0.9375rem;
  }
}

footer .footer-bottom {
  padding: 0.875rem 0 1.6875rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
  font-size: 12px;
  color: #666666;
}

.sl-overlay {
  background-color: #000000;
}