@charset "UTF-8";
html,
body {
  position: relative;
}

@font-face {
  font-family: "NexaBold";
  src: url("../fonts/NexaBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.ttf") format("truetype"), url("../fonts/NexaBold.svg#Nexa Bold") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NexaLight";
  src: url("../fonts/NexaLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NexaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight.svg#Nexa Light") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NotoSansSCMedium";
  src: url("../fonts/NotoSansSCMedium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NotoSansSCMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSCMedium.woff") format("woff"), url("../fonts/NotoSansSCMedium.ttf") format("truetype"), url("../fonts/NotoSansSCMedium.svg#NotoSansSCMedium") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NotoSansSC";
  src: url("../fonts/NotoSansSC.ttf"); /* IE9 Compat Modes */
  src: url("../fonts/NotoSansSC.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSC.woff") format("woff"), url("../fonts/NotoSansSC.ttf") format("truetype"), url("../fonts/NotoSansSC.svg#NotoSansSC-Regular") format("svg"); /* Legacy iOS */
}
body {
  font-family: "NotoSansSC", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
  opacity: 0;
  width: 100%;
  overflow-x: hidden;
}
body.complete {
  opacity: 1;
}
body.complete #banner .container .inner {
  animation: page-load-slideIn 1200ms cubic-bezier(0.77, 0, 0.11, 1) 1000ms forwards;
}
body.complete #banner .container .video-mask video {
  transform: scale(1);
  opacity: 1;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@keyframes down {
  25% {
    transform: translate(0, 0);
    opacity: 0.6;
  }
  25% {
    transform: translate(0, -5px);
    opacity: 0.7;
  }
  50% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  75% {
    transform: translate(0, 5px);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes ss {
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scan {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes scroll-wheel {
  33.3% {
    top: 15px;
    height: 10px;
  }
  100% {
    top: 10px;
    height: 4px;
  }
}
@keyframes page-load-anime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes page-load-slideIn {
  0% {
    transform: translateY(100px) translateZ(0) scaleY(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.scroll-wheel {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 24px;
  height: 36px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  z-index: 9;
  transition: all 0.75s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scroll-wheel::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  top: 10px;
  left: 50%;
  margin-left: -2px;
  animation: scroll-wheel 1.75s ease-in-out infinite;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
header .container .logo a {
  display: block;
}
header .container .logo a img {
  height: 30px;
  width: auto;
}
header .container nav {
  align-items: center;
}
header .container nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .container nav ul li {
  position: relative;
  list-style-type: none;
  padding: 0 3px;
  margin: 0 3px;
  opacity: 0.3;
  border-radius: 2px;
}
header .container nav ul li:nth-child(2) {
  background-color: #FF5959;
}
header .container nav ul li:nth-child(3) {
  background-color: #FFBD06;
}
header .container nav ul li:nth-child(4) {
  background-color: #864EFE;
}
header .container nav ul li:nth-child(5) {
  background-color: #CDFF59;
}
header .container nav ul li:nth-child(6) {
  background-color: #FF0FA3;
}
header .container nav ul li:nth-child(7) {
  background-color: #29FD0D;
}
header .container nav ul li a {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 16px;
}
header .container nav ul li a i {
  transition: all 0.4s ease-in-out;
}
header .container nav ul li.active {
  opacity: 1;
}
header .container nav ul li.active a {
  color: #fff;
}
@media (max-width: 992px) {
  header .container {
    height: 70px;
    padding: 0 10px;
  }
  header .container nav ul li {
    margin: 0 2px;
  }
  header .container nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header .container {
    height: 60px;
  }
  header .container .logo a img {
    height: 25px;
  }
  header .container nav ul li {
    padding: 0 2px;
    margin: 0 1px;
  }
  header .container nav ul li a {
    font-size: 13px;
  }
  header .container nav ul li a img {
    height: 20px !important;
  }
}
@media (max-width: 480px) {
  header .container {
    height: 50px;
  }
  header .container .logo a img {
    height: 22px;
  }
  header .container nav ul li {
    padding: 0 1px;
    margin: 0;
  }
  header .container nav ul li a {
    font-size: 12px;
  }
  header .container nav ul li a img {
    height: 18px !important;
  }
}

#banner {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(to bottom, rgb(249, 255, 255), rgb(232, 221, 253));
}
#banner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#banner .container .right {
  width: 50%;
  padding-left: 50px;
}
#banner .container .right .product-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.12)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
#banner .container .right .product-image:hover {
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.18)) drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.12));
  transform: translateY(-8px);
}
#banner .container .left {
  width: 50%;
}
#banner .container .left h1 {
  font-size: 48px;
  margin-bottom: 0;
  color: #474747;
  font-weight: 400;
  line-height: 1.2;
}
#banner .container .left h1 .wellness-text {
  display: block;
  font-weight: 500;
}
#banner .container .left h3 {
  font-size: 16px;
  margin: 0;
  color: #BDADAD;
  font-style: italic;
  font-weight: 200;
}
#banner .container .left p {
  font-size: 12px;
}
#banner .container .left hr {
  background-color: #FF5959;
  width: 80px;
  height: 2px;
}
#banner .container .left .try {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  margin-top: 30px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 992px) {
  #banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #banner .container .left h1 {
    font-size: 38px;
  }
  #banner .container .left .try {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  #banner .container .right {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #banner .container {
    flex-direction: column-reverse;
  }
  #banner .container .left, #banner .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #banner .container .left {
    margin-top: 30px;
  }
  #banner .container .left h1 {
    font-size: 30px;
  }
  #banner .container .left .try {
    margin: 20px auto 0;
  }
  #banner .container .right .product-image {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  #banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #banner .container .left h1 {
    font-size: 24px;
  }
  #banner .container .left .try {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #banner .container .right .product-image {
    max-width: 65%;
  }
}

#banner1 {
  padding: 0;
  overflow: hidden;
}
#banner1 .container {
  max-width: 100%;
  padding: 0;
}
#banner1 .banner-image {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 992px) {
  #banner1 .banner-image {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  #banner1 .banner-image {
    height: 36vh;
  }
}
@media (max-width: 480px) {
  #banner1 .banner-image {
    height: 40vh;
  }
}

.benefits {
  background-color: #F0A600;
  padding: 100px 0;
}
.benefits .container {
  text-align: center;
}
.benefits .container h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
}
.benefits .container p {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 992px) {
  .benefits {
    padding: 70px 0;
  }
  .benefits .container h1 {
    font-size: 30px;
  }
  .benefits .container p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding: 50px 0;
  }
  .benefits .container h1 {
    font-size: 26px;
  }
  .benefits .container p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .benefits {
    padding: 40px 0;
  }
  .benefits .container h1 {
    font-size: 22px;
  }
  .benefits .container p {
    font-size: 16px;
  }
}

.how-to-drink {
  background-image: linear-gradient(to bottom, rgb(249, 255, 255), rgb(232, 221, 253));
  padding: 100px 0;
}
.how-to-drink .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-to-drink .left {
  width: 60%;
}
.how-to-drink .left h2 {
  font-size: 36px;
  font-weight: 600;
}
.how-to-drink .left p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
.how-to-drink .left .info ul {
  padding-left: 15px;
}
.how-to-drink .right {
  width: 40%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .how-to-drink {
    padding: 70px 0;
  }
  .how-to-drink .container .left h2 {
    font-size: 30px;
  }
  .how-to-drink .container .left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .how-to-drink .container .left .info h3 {
    font-size: 18px;
  }
  .how-to-drink .container .left .info ul li {
    font-size: 14px;
  }
  .how-to-drink .container .right {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .how-to-drink {
    padding: 50px 0;
  }
  .how-to-drink .container {
    flex-direction: column;
  }
  .how-to-drink .container .left, .how-to-drink .container .right {
    width: 100%;
    padding-left: 0;
  }
  .how-to-drink .container .left {
    margin-bottom: 30px;
  }
  .how-to-drink .container .left h2 {
    font-size: 26px;
    text-align: center;
  }
  .how-to-drink .container .left p {
    font-size: 15px;
    text-align: center;
  }
  .how-to-drink .container .right {
    text-align: center;
  }
  .how-to-drink .container .right img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .how-to-drink {
    padding: 40px 0;
  }
  .how-to-drink .container .left h2 {
    font-size: 22px;
  }
  .how-to-drink .container .left p {
    font-size: 14px;
  }
  .how-to-drink .container .left .info h3 {
    font-size: 16px;
  }
  .how-to-drink .container .left .info ul li {
    font-size: 13px;
  }
  .how-to-drink .container .right img {
    max-width: 60%;
  }
}

.product-showcase {
  background-image: linear-gradient(to bottom, rgb(249, 255, 255), rgb(232, 221, 253));
  padding: 100px 0;
}
.product-showcase .container {
  text-align: center;
}
.product-showcase .container .bot {
  margin-top: 30px;
}
.product-showcase .container .bot h2 {
  font-size: 32px;
  font-weight: 400;
}
.product-showcase .container .bot p {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .product-showcase {
    padding: 70px 0;
  }
  .product-showcase .container .bot h2 {
    font-size: 28px;
  }
  .product-showcase .container .bot p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-showcase {
    padding: 50px 0;
  }
  .product-showcase .container .top img {
    max-width: 80%;
  }
  .product-showcase .container .bot h2 {
    font-size: 24px;
  }
  .product-showcase .container .bot p {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .product-showcase {
    padding: 40px 0;
  }
  .product-showcase .container .top img {
    max-width: 90%;
  }
  .product-showcase .container .bot h2 {
    font-size: 20px;
  }
  .product-showcase .container .bot p {
    font-size: 14px;
  }
}

.ingredients {
  background-color: #231F20;
  padding: 100px 0;
  color: white;
  padding: 50px 0;
  text-align: center;
}
.ingredients .container h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.ingredients .container p {
  max-width: 800px;
  margin: 0 auto 30px;
}
.ingredients .container .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.ingredients .container .benefits-grid .benefit-card {
  text-align: left;
  margin-bottom: 20px;
}
.ingredients .container .benefits-grid .benefit-card h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
.ingredients .container .benefits-grid .benefit-card ul {
  padding-left: 15px;
}
.ingredients .container .benefits-grid .benefit-card ul li::before {
  color: #F0B800;
  content: "";
  display: block;
}
@media (max-width: 992px) {
  .ingredients {
    padding: 60px 0 40px;
  }
  .ingredients .container h2 {
    font-size: 2.6rem;
  }
  .ingredients .container p {
    font-size: 16px;
    padding: 0 20px;
  }
  .ingredients .container .benefits-grid {
    gap: 20px;
    padding: 0 15px;
  }
  .ingredients .container .benefits-grid .benefit-card h3 {
    font-size: 16px;
  }
  .ingredients .container .benefits-grid .benefit-card ul li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ingredients {
    padding: 50px 0 30px;
  }
  .ingredients .container h2 {
    font-size: 2.2rem;
  }
  .ingredients .container p {
    font-size: 15px;
  }
  .ingredients .container .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ingredients .container .benefits-grid .benefit-card {
    text-align: center;
  }
  .ingredients .container .benefits-grid .benefit-card ul {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .ingredients {
    padding: 40px 0 30px;
  }
  .ingredients .container h2 {
    font-size: 1.8rem;
    padding: 0 10px;
  }
  .ingredients .container p {
    font-size: 14px;
  }
}

/* Club Section */
.club-section {
  padding: 40px 0;
  text-align: center;
  background-color: #231F20;
  color: white;
  border-top: 1px solid #302f30;
}

.club-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.club-section p {
  max-width: 700px;
  margin: 0 auto 20px;
}

.email-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

/* 俱乐部部分响应式 */
@media (max-width: 992px) {
  .club-section h3 {
    font-size: 22px;
  }
  .club-section p {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .club-section {
    padding: 30px 0;
  }
  .club-section h3 {
    font-size: 20px;
  }
  .club-section p {
    font-size: 14px;
  }
  .email-button {
    padding: 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .club-section {
    padding: 25px 0;
  }
  .club-section h3 {
    font-size: 18px;
  }
  .club-section p {
    font-size: 13px;
  }
  .email-button {
    padding: 6px 12px;
    font-size: 13px;
  }
}
/* Targeted Support */
.targeted-support {
  background-image: linear-gradient(to bottom, rgb(39, 40, 42), rgb(49, 49, 50));
  padding: 100px 0;
}
.targeted-support .container {
  color: #fff;
}
.targeted-support .container h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.targeted-support .container .support-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.targeted-support .container .support-content .support-text {
  width: 40%;
}
.targeted-support .container .support-content .support-text p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}
.targeted-support .container .support-content .support-image {
  width: 60%;
  text-align: center;
}
.targeted-support .container .support-content .support-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .targeted-support {
    padding: 70px 0;
  }
  .targeted-support .container h2 {
    font-size: 28px;
  }
  .targeted-support .container .support-content .support-text p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .targeted-support {
    padding: 0;
    position: relative;
  }
  .targeted-support .container {
    max-width: 100%;
    padding: 0;
  }
  .targeted-support .container h2 {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    margin: 0;
    background-color: rgba(39, 40, 42, 0.85);
    position: relative;
    z-index: 10;
  }
  .targeted-support .container .support-content {
    position: relative;
    margin-top: 0;
    min-height: 50vh;
  }
  .targeted-support .container .support-content .support-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .targeted-support .container .support-content .support-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .targeted-support .container .support-content .support-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 50px 25px 40px;
    margin-top: 0;
    background-image: linear-gradient(to bottom, rgba(39, 40, 42, 0.8), rgba(49, 49, 50, 0.9));
    overflow-y: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .targeted-support .container .support-content .support-text p {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 480px) {
  .targeted-support .container h2 {
    font-size: 20px;
    padding: 15px;
  }
  .targeted-support .container .support-content {
    min-height: 40vh;
  }
  .targeted-support .container .support-content .support-text {
    padding: 45px 20px 30px;
  }
  .targeted-support .container .support-content .support-text p {
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 10px;
  }
}

/* Footer */
footer {
  background-color: #231F20;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 0;
}

footer .logo {
  margin: 0 auto 10px;
  max-height: 25px;
  display: block;
}

footer .logo-text {
  display: none;
}

footer p {
  font-size: 14px;
}

#ingrediens {
  padding: 30px 0;
}
#ingrediens .container .main-title {
  text-align: center;
}
#ingrediens .container .main-title h3 {
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #5A5A5A;
}
#ingrediens .container .main-title p {
  font-size: 14px;
  color: #BDADAD;
  margin-top: 0;
}
#ingrediens .container .content .tb {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px 5px;
}
#ingrediens .container .content .tb .item {
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  cursor: pointer;
}
#ingrediens .container .content .tb .item span {
  font-size: 32px;
  line-height: 40px;
  color: #555;
}
#ingrediens .container .content .tb .item.active {
  background-color: #EA8457;
}
#ingrediens .container .content .tb .item.active span {
  color: #fff;
}
#ingrediens .container .content .inner {
  margin-top: 20px;
}
#ingrediens .container .content .inner .item {
  display: none;
}
#ingrediens .container .content .inner .item p {
  font-size: 12px;
}
#ingrediens .container .content .inner .item.active {
  display: block;
}

#join {
  padding-bottom: 30px;
}
#join .container {
  text-align: center;
}
#join .container a {
  text-transform: uppercase;
  color: #7cf07f;
  background: none;
  border: 2px solid;
  border-bottom-width: 4px;
  font: inherit;
  letter-spacing: inherit;
  margin: 1em;
  padding: 1em 2em;
  transition: color 1s;
  word-spacing: 2px;
}

/* 成分轮播部分样式 */
.ingredients-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.ingredients-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: rgba(26, 26, 26, 0);
  z-index: 5;
}
.ingredients-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.ingredients-section .ingredients-carousel {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible; /* 修改为visible以确保循环效果正常 */
}
.ingredients-section .ingredients-carousel .arrow-left {
  cursor: pointer;
  font-size: 30px;
  padding: 10px;
  margin-right: 0;
  color: #fff;
  transition: all 0.3s ease;
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.ingredients-section .ingredients-carousel .arrow-left:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.ingredients-section .ingredients-carousel .arrow-left:hover {
  transform: scale(1.1);
}
.ingredients-section .ingredients-carousel .arrow-left:hover:before {
  border-color: #c0c0c0;
}
.ingredients-section .ingredients-carousel .arrow-right {
  cursor: pointer;
  font-size: 30px;
  padding: 10px;
  margin-left: 0;
  color: #fff;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.ingredients-section .ingredients-carousel .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
}
.ingredients-section .ingredients-carousel .arrow-right:hover {
  transform: scale(1.1);
}
.ingredients-section .ingredients-carousel .arrow-right:hover:before {
  border-color: #c0c0c0;
}
.ingredients-section .carousel-container {
  width: 100%;
  overflow: visible; /* 改为visible以配合JS循环功能 */
  padding-left: 0;
}
.ingredients-section .ingredients-swiper {
  width: 100%;
  overflow: visible;
  margin: 0 -10px; /* 负外边距以抵消子元素的内边距 */
}
.ingredients-section .swiper-slide {
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 0 10px; /* 使用内边距代替width百分比，更灵活 */
}
.ingredients-section .swiper-slide .ingredient-item {
  padding: 15px;
  transition: all 0.3s ease;
}
.ingredients-section .swiper-slide .ingredient-item .img-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}
.ingredients-section .swiper-slide .ingredient-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ingredients-section .swiper-slide .ingredient-item h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingredients-section .swiper-slide-active .ingredient-item {
  transform: scale(1.08);
}
.ingredients-section .swiper-slide-active .img-wrapper {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.ingredients-section .ingredient-descriptions {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.ingredients-section .ingredient-descriptions .description {
  display: none;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}
.ingredients-section .ingredient-descriptions .description.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
@media (max-width: 992px) {
  .ingredients-section {
    padding: 50px 0;
  }
  .ingredients-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .ingredients-section .ingredients-carousel {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ingredients-section .ingredients-carousel .arrow-left {
    left: 5px;
  }
  .ingredients-section .ingredients-carousel .arrow-right {
    right: 5px;
  }
  .ingredients-section .swiper-slide .ingredient-item .img-wrapper {
    width: 120px;
    height: 120px;
  }
  .ingredients-section .swiper-slide .ingredient-item h4 {
    font-size: 16px;
  }
  .ingredients-section .ingredient-descriptions .description {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .ingredients-section {
    padding: 40px 0;
  }
  .ingredients-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .ingredients-section .ingredients-carousel {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ingredients-section .ingredients-carousel .arrow-left {
    left: 2px;
    width: 30px;
    height: 30px;
  }
  .ingredients-section .ingredients-carousel .arrow-left:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .ingredients-section .ingredients-carousel .arrow-right {
    right: 2px;
    width: 30px;
    height: 30px;
  }
  .ingredients-section .ingredients-carousel .arrow-right:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .ingredients-section .ingredients-swiper {
    margin: 0 -5px;
  }
  .ingredients-section .swiper-slide {
    padding: 0 5px;
  }
  .ingredients-section .swiper-slide .ingredient-item {
    padding: 5px;
  }
  .ingredients-section .swiper-slide .ingredient-item .img-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .ingredients-section .swiper-slide .ingredient-item h4 {
    font-size: 14px;
    margin-top: 5px;
  }
  .ingredients-section .swiper-slide-active .ingredient-item {
    transform: scale(1.05);
  }
  .ingredients-section .ingredient-descriptions {
    padding: 15px;
  }
  .ingredients-section .ingredient-descriptions .description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ingredients-section {
    padding: 30px 0 35px;
  }
  .ingredients-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ingredients-section .ingredients-carousel {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ingredients-section .ingredients-carousel .arrow-left {
    width: 25px;
    height: 25px;
  }
  .ingredients-section .ingredients-carousel .arrow-left:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .ingredients-section .ingredients-carousel .arrow-right {
    width: 25px;
    height: 25px;
  }
  .ingredients-section .ingredients-carousel .arrow-right:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .ingredients-section .swiper-slide {
    padding: 0 3px;
  }
  .ingredients-section .swiper-slide .ingredient-item {
    padding: 3px;
  }
  .ingredients-section .swiper-slide .ingredient-item .img-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
  }
  .ingredients-section .swiper-slide .ingredient-item h4 {
    font-size: 12px;
    margin-top: 3px;
  }
  .ingredients-section .ingredient-descriptions {
    padding: 10px 15px;
  }
  .ingredients-section .ingredient-descriptions .description {
    font-size: 13px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Wellness Support Section */
.wellness-support {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, rgb(249, 255, 255), rgb(232, 221, 253));
  text-align: center;
}
.wellness-support .container {
  max-width: 1000px;
  margin: 0 auto;
}
.wellness-support h2 {
  font-size: 32px;
  font-weight: 400;
  color: #474747;
  margin-bottom: 20px;
}
.wellness-support .wellness-intro {
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #474747;
}
.wellness-support .support-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.wellness-support .support-cards .support-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 100%;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.wellness-support .support-cards .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.wellness-support .support-cards .support-card.clicked {
  transform: scale(0.95);
  transition: transform 0.2s ease;
}
.wellness-support .support-cards .support-card .card-icon {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #474747;
}
.wellness-support .support-cards .support-card .card-content {
  flex: 1;
}
.wellness-support .support-cards .support-card .card-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #474747;
}
.wellness-support .support-cards .support-card .card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0;
  margin-bottom: 12px;
}
.wellness-support .support-cards .support-card .card-content .card-btn {
  background-color: transparent;
  border: 1px solid #474747;
  color: #474747;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wellness-support .support-cards .support-card .card-content .card-btn:hover {
  background-color: #474747;
  color: white;
}
.wellness-support .recommendations-form {
  margin-top: 50px;
}
.wellness-support .recommendations-form p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #474747;
}
.wellness-support .recommendations-form h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #474747;
}
.wellness-support .recommendations-form .form-input {
  margin: 20px auto;
  max-width: 400px;
}
.wellness-support .recommendations-form .form-input .email-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  margin-bottom: 15px;
}
.wellness-support .recommendations-form .form-input .email-input:focus {
  border-color: #474747;
}
.wellness-support .recommendations-form .form-input .submit-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #474747;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wellness-support .recommendations-form .form-input .submit-btn:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .wellness-support {
    padding: 60px 0;
  }
  .wellness-support h2 {
    font-size: 28px;
  }
  .wellness-support .support-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wellness-support .support-cards .support-card {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .wellness-support {
    padding: 40px 0;
  }
  .wellness-support h2 {
    font-size: 24px;
  }
  .wellness-support .wellness-intro {
    font-size: 14px;
  }
  .wellness-support .support-card {
    padding: 15px;
  }
  .wellness-support .support-card .card-icon {
    width: 50px;
    height: 50px;
  }
  .wellness-support .support-card .card-content h3 {
    font-size: 18px;
  }
  .wellness-support .support-card .card-content p {
    font-size: 13px;
  }
}

/* How to Enjoy Section */
.how-to-enjoy {
  position: relative;
  overflow: hidden;
}
.how-to-enjoy .container {
  padding: 0;
  max-width: 100%;
}
.how-to-enjoy .enjoy-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.how-to-enjoy .enjoy-wrapper .enjoy-image {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}
.how-to-enjoy .enjoy-wrapper .enjoy-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 60px 80px;
  background-image: linear-gradient(to right, rgba(208, 208, 208, 0.95), rgb(240, 240, 240));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.95));
  z-index: 2;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content > * {
  position: relative;
  z-index: 3;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-intro {
  font-size: 18px;
  color: #474747;
  margin-bottom: 25px;
  line-height: 1.4;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section {
  margin-bottom: 20px;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul {
  list-style: none;
  padding-left: 0;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #474747;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul li:before {
  content: "*";
  position: absolute;
  left: 0;
  color: #474747;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .email-form {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .email-input {
  width: 100%;
  max-width: 300px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .email-input:focus {
  border-color: #474747;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .submit-btn {
  padding: 12px 20px;
  background-color: #474747;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .submit-btn:hover {
  background-color: #333;
}
@media (max-width: 992px) {
  .how-to-enjoy .enjoy-wrapper .enjoy-content {
    padding: 40px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content h2 {
    font-size: 30px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-intro {
    font-size: 16px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section h3 {
    font-size: 18px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .how-to-enjoy .enjoy-wrapper {
    position: relative;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100vh;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 25px;
    background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0.85), rgba(240, 240, 240, 0.85));
    overflow-y: auto;
    max-height: 100vh;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content:before {
    display: none;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content h2 {
    font-size: 28px;
    color: #333;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-intro {
    font-size: 16px;
    color: #333;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section h3 {
    font-size: 18px;
    color: #333;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul li {
    font-size: 14px;
    color: #333;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .email-input {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 480px) {
  .how-to-enjoy .enjoy-wrapper .enjoy-image {
    height: 100vh;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content {
    padding: 30px 20px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content h2 {
    font-size: 24px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-intro {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section {
    padding: 12px;
    margin-bottom: 12px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .enjoy-section ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .email-input {
    padding: 10px;
    font-size: 14px;
  }
  .how-to-enjoy .enjoy-wrapper .enjoy-content .email-form .submit-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* Quality You Can Trust Section */
.quality-section {
  padding: 100px 0;
  background-color: #ffffff;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.quality-section.animated {
  opacity: 1;
  transform: translateY(0);
}
.quality-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.quality-section .quality-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.quality-section .quality-stars .star {
  color: #f0a600;
  font-size: 36px;
  margin: 0 5px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.quality-section .quality-stars .star:nth-child(1) {
  transition-delay: 0.1s;
}
.quality-section .quality-stars .star:nth-child(2) {
  transition-delay: 0.2s;
}
.quality-section .quality-stars .star:nth-child(3) {
  transition-delay: 0.3s;
}
.quality-section .quality-stars .star:nth-child(4) {
  transition-delay: 0.4s;
}
.quality-section .quality-stars .star:nth-child(5) {
  transition-delay: 0.5s;
}
.quality-section.animated .quality-stars .star {
  opacity: 1;
  transform: scale(1);
}
.quality-section h2 {
  font-size: 42px;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px;
  margin-top: 15px;
}
.quality-section .quality-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #474747;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.quality-section .disclaimer {
  margin: 0 auto;
}
.quality-section .disclaimer p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 768px) {
  .quality-section {
    padding: 60px 0;
  }
  .quality-section h2 {
    font-size: 36px;
  }
  .quality-section .quality-desc {
    font-size: 16px;
    padding: 0 20px;
  }
  .quality-section .quality-stars .star {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .quality-section {
    padding: 40px 0;
  }
  .quality-section h2 {
    font-size: 28px;
  }
  .quality-section .quality-desc {
    font-size: 15px;
  }
  .quality-section .disclaimer p {
    font-size: 14px;
  }
  .quality-section .quality-stars .star {
    font-size: 26px;
  }
}/*# sourceMappingURL=app.css.map */