body .padding-base {
  padding: 16px;
}
body .padding-base-left {
  padding-left: 16px;
}
body .padding-base-right {
  padding-right: 16px;
}
body .padding-base-bottom {
  padding-bottom: 16px;
}
body .padding-base-top {
  padding-top: 16px;
}
body .padding-base-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .padding-base-left-right {
  padding-left: 16px;
  padding-right: 16px;
}
body .padding-small {
  padding: 8px;
}
body .padding-small-left {
  padding-left: 8px;
}
body .padding-small-right {
  padding-right: 8px;
}
body .padding-small-bottom {
  padding-bottom: 8px;
}
body .padding-small-top {
  padding-top: 8px;
}
body .padding-small-top-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .padding-small-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
body .padding-large {
  padding: 24px;
}
body .padding-large-left {
  padding-left: 24px;
}
body .padding-large-right {
  padding-right: 24px;
}
body .padding-large-bottom {
  padding-bottom: 24px;
}
body .padding-large-top {
  padding-top: 24px;
}
body .padding-large-top-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .padding-large-left-right {
  padding-left: 24px;
  padding-right: 24px;
}
.padding-none {
  padding: 0;
}
.padding-none-bottom {
  padding-bottom: 0 !important;
}
.padding-none-left {
  padding-left: 0 !important;
}
.padding-none-right {
  padding-right: 0 !important;
}
.padding-none-top {
  padding-top: 0 !important;
}
.margin-none {
  margin: 0;
}
.margin-none-bottom {
  margin-bottom: 0 !important;
}
.margin-none-left {
  margin-left: 0 !important;
}
.margin-none-right {
  margin-right: 0 !important;
}
.margin-none-top {
  margin-top: 0 !important;
}
body .margin-base {
  margin: 16px;
}
body .margin-base-left {
  margin-left: 16px;
}
body .margin-base-right {
  margin-right: 16px;
}
body .margin-base-bottom {
  margin-bottom: 16px;
}
body .margin-base-top {
  margin-top: 16px;
}
body .margin-base-top-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .margin-base-left-right {
  margin-left: 16px;
  margin-right: 16px;
}
body .margin-small {
  margin: 8px;
}
body .margin-small-left {
  margin-left: 8px;
}
body .margin-small-right {
  margin-right: 8px;
}
body .margin-small-bottom {
  margin-bottom: 8px;
}
body .margin-small-top {
  margin-top: 8px;
}
body .margin-small-top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .margin-small-left-right {
  margin-left: 8px;
  margin-right: 8px;
}
body .margin-large {
  margin: 24px;
}
body .margin-large-left {
  margin-left: 24px;
}
body .margin-large-right {
  margin-right: 24px;
}
body .margin-large-bottom {
  margin-bottom: 24px;
}
body .margin-large-top {
  margin-top: 24px;
}
body .margin-large-top-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .margin-large-left-right {
  margin-left: 24px;
  margin-right: 24px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.title-text {
  font-size: 16px;
  font-weight: 600;
}
.home-container {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .home-container {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .home-container {
    font-size: 16px;
  }
}
.btn-primary {
  background: linear-gradient(135deg, #d4af37, #f4e4a6);
  color: #000;
  border: none;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}
.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-secondary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}
.section-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .section-container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .section-container {
    padding: 0 60px;
  }
}
.section-title {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.section-subtitle {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}
.fade-in {
  animation: fadeIn 0.8s ease-out;
}
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.responsive-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.gold-gradient-bg {
  background: linear-gradient(135deg, #d4af37 0%, #f4e4a6 100%);
}
.text-gold {
  color: #d4af37;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #333;
}
.text-gray {
  color: #666;
}

.top-notice {
  background-color: #000;
  color: white;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 1000;
}
.top-notice .top-notice-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-notice .top-notice-content .notice-text {
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .top-notice {
    padding: 6px 0;
    font-size: 12px;
  }
  .top-notice .top-notice-content {
    padding: 0 15px;
  }
}

.header_wrapper__FMYK3 {
  font-family: NotoSerifSC-Medium;
  position: sticky;
  top: 0;
  z-index: 9;
}
.css-s1md9o {
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  margin: 8px 0;
  height: auto;
  border-right-width: thin;
  align-self: stretch;
}
.header_wrapper__FMYK3 .header_header__lr0D7 {
  max-width: 1366px;
  margin: 0 auto;
  height: 86px;
  padding-left: 131px;
  padding-right: 51px;
  position: relative;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_left__UM33J {
  height: 100%;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_left__UM33J .header_logo__OWl99 {
  display: block;
  width: 240px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ {
  display: flex;
  align-items: center;
  height: 44px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .icon {
  font-size: 24px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_user-name-wrap__58KUU {
  position: relative;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_user-name__Bb0_4 {
  padding: 0 20px;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_login__Glt0v {
  margin: 0 20px;
  font-size: 12px;
  font-family: NotoSerifSC-Medium;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_login__Glt0v:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_shopping-cart-cart__NGoX1,
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_shopping-cart__REoEO {
  width: 24px;
  height: 24px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  fill: currentColor;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_shopping-cart-cart__NGoX1 {
  margin-right: 0;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_cart-confirm-x__uLQ_a {
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_cart-confirm-icon-x__q98Vo {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_cart-confirm-value__yfroU {
  font-size: 11px;
  text-align: right;
  margin-left: 6px;
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_top__05Xa7 .header_right__8AByJ .header_search__I3bBI {
  width: 24px;
  height: 24px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  fill: currentColor;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_navbar__WSoxF {
  display: flex;
  height: 26px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_navbar__WSoxF .header_name__dBAh8 {
  margin-right: 32px;
  font-size: 14px;
  font-family: NotoSerifSC-Medium;
  cursor: pointer;
  position: relative;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_navbar__WSoxF .header_name__dBAh8:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_aerin__EH_fU * {
  color: #666e80;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc {
  width: 100%;
  position: absolute;
  top: 86px;
  left: 0;
  display: flex;
  padding: 32px 51px 30px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_close-icon__ozUth {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: currentColor;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_item__dpw_w {
  flex: 1 1;
  margin-right: 16px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_item__dpw_w:last-child {
  margin-right: 0;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_item__dpw_w .header_main-title__2CSKU {
  font-size: 16px;
  font-family: NotoSerifSC-SemiBold;
  line-height: 24px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_item__dpw_w .header_description__U3k02 {
  font-size: 14px;
  font-family: NotoSerifSC-Medium;
  line-height: 18px;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_content__NtiPc .header_item__dpw_w .header_img-wrap__5gxtV {
  cursor: pointer;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_logo-c__OThci {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 51px;
  top: 12px;
  cursor: pointer;
  display: flex;
}
.header_wrapper__FMYK3 .header_header__lr0D7 .header_logo-c__OThci .header_logo-c-img__LEaRz {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .header_wrapper__FMYK3 {
    width: 100%;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-background .hero-bg-image {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-background .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}
.hero-section .hero-content .hero-text .hero-title {
  margin-bottom: 30px;
}
.hero-section .hero-content .hero-text .hero-title .hero-title-en {
  display: block;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-title .hero-title-en {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.hero-section .hero-content .hero-text .hero-title .hero-title-cn {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #d4af37;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-title .hero-title-cn {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
.hero-section .hero-content .hero-text .hero-subtitle {
  margin-bottom: 40px;
}
.hero-section .hero-content .hero-text .hero-subtitle .hero-subtitle-en {
  display: block;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-subtitle .hero-subtitle-en {
    font-size: 24px;
  }
}
.hero-section .hero-content .hero-text .hero-subtitle .hero-subtitle-cn {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-subtitle .hero-subtitle-cn {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.hero-section .hero-content .hero-text .hero-description {
  margin-bottom: 50px;
}
.hero-section .hero-content .hero-text .hero-description .hero-desc-cn {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-description .hero-desc-cn {
    font-size: 16px;
  }
}
.hero-section .hero-content .hero-text .hero-description .hero-desc-en {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-description .hero-desc-en {
    font-size: 12px;
  }
}
.hero-section .hero-content .hero-text .hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-section .hero-content .hero-text .hero-buttons .hero-btn {
  min-width: 150px;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-text .hero-buttons .hero-btn {
    min-width: 120px;
    padding: 10px 24px;
    font-size: 12px;
  }
}
.hero-section .hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-section .hero-scroll-indicator .scroll-arrow {
  width: 24px;
  height: 24px;
  position: relative;
}
.hero-section .hero-scroll-indicator .scroll-arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 1px;
  transform-origin: bottom center;
  animation: scrollIndicator 2s infinite;
}
.hero-section .hero-scroll-indicator .scroll-arrow span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
  animation-delay: 0s;
}
.hero-section .hero-scroll-indicator .scroll-arrow span:nth-child(2) {
  transform: translateX(-50%) rotate(0deg);
  animation-delay: 0.1s;
}
.hero-section .hero-scroll-indicator .scroll-arrow span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
  animation-delay: 0.2s;
}
@keyframes scrollIndicator {
  0%,
  20% {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px) rotate(0deg);
    transform: translateX(-50%) translateY(-10px) rotate(var(--rotation, 0deg));
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(0px) rotate(0deg);
    transform: translateX(-50%) translateY(0px) rotate(var(--rotation, 0deg));
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) rotate(0deg);
    transform: translateX(-50%) translateY(10px) rotate(var(--rotation, 0deg));
  }
}
.fade-in-up {
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.fade-in-up:nth-child(2) {
  animation-delay: 0.6s;
}
.fade-in-up:nth-child(3) {
  animation-delay: 0.9s;
}
.fade-in-up:nth-child(4) {
  animation-delay: 1.2s;
}

.product-showcase {
  position: relative;
  width: 100%;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-showcase:hover {
  transform: translateY(-2px);
}
.product-showcase:hover .showcase-banner {
  transform: scale(1.02);
}
.product-showcase .showcase-container {
  max-width: 1427px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product-showcase .showcase-container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .product-showcase .showcase-container {
    padding: 0 20px;
  }
}
.product-showcase .showcase-header {
  text-align: center;
  margin-bottom: 40px;
}
.product-showcase .showcase-header .showcase-title {
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .product-showcase .showcase-header .showcase-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .product-showcase .showcase-header .showcase-title {
    font-size: 24px;
  }
}
.product-showcase .showcase-header .showcase-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .product-showcase .showcase-header .showcase-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .product-showcase .showcase-header .showcase-subtitle {
    font-size: 14px;
  }
}
.product-showcase .showcase-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-showcase .showcase-image .showcase-banner {
  width: 100%;
  max-width: 1427px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .product-showcase .showcase-image .showcase-banner {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .product-showcase .showcase-image .showcase-banner {
    height: 280px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .product-showcase .showcase-image .showcase-banner {
    height: 220px;
  }
}

.brand-story {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}
.brand-story .story-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.brand-story .story-background .story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 250, 0.3);
}
.brand-story .section-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
}
.brand-story .section-title .title-cn {
  display: block;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .brand-story .section-title .title-cn {
    font-size: 22px;
  }
}
.brand-story .section-title .title-en {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #d4af37;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .brand-story .section-title .title-en {
    font-size: 12px;
  }
}
.brand-story .products-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .brand-story .products-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .brand-story .products-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.brand-story .products-showcase .product-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}
.brand-story .products-showcase .product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.brand-story .products-showcase .product-item .product-content .product-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .brand-story .products-showcase .product-item .product-content .product-title {
    font-size: 16px;
  }
}
.brand-story .products-showcase .product-item .product-content .product-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 768px) {
  .brand-story .products-showcase .product-item .product-content .product-description {
    font-size: 12px;
  }
}
.brand-story .products-showcase .product-item .product-image-container .product-image {
  width: 430px;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.brand-story .products-showcase .product-item .product-image-container .product-image:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .brand-story .products-showcase .product-item .product-image-container .product-image {
    width: 100%;
    height: 400px;
  }
}

.product-grid-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.product-grid-section .grid-header {
  text-align: center;
  margin-bottom: 80px;
}
.product-grid-section .grid-header .section-title {
  margin-bottom: 20px;
}
.product-grid-section .grid-header .section-title .title-cn {
  display: block;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .product-grid-section .grid-header .section-title .title-cn {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.product-grid-section .grid-header .section-title .title-en {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #d4af37;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-grid-section .grid-header .section-title .title-en {
    font-size: 16px;
  }
}
.product-grid-section .grid-header .section-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-grid-section .grid-header .section-subtitle {
    font-size: 14px;
  }
}
.product-grid-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .product-grid-section .products-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.product-grid-section .products-grid .product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.product-grid-section .products-grid .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.product-grid-section .products-grid .product-card:hover .product-overlay {
  opacity: 1;
}
.product-grid-section .products-grid .product-card:hover .product-image {
  transform: scale(1.05);
}
.product-grid-section .products-grid .product-card .product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #d4af37, #f4e4a6);
  color: #000;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-grid-section .products-grid .product-card .product-image-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.product-grid-section .products-grid .product-card .product-image-container .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product-grid-section .products-grid .product-card .product-image-container .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .quick-view-btn,
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .add-cart-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .quick-view-btn:hover,
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .add-cart-btn:hover {
  background: #fff;
  color: #000;
}
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .add-cart-btn {
  background: #d4af37;
  border-color: #d4af37;
  color: #000;
}
.product-grid-section .products-grid .product-card .product-image-container .product-overlay .add-cart-btn:hover {
  background: #f4e4a6;
  border-color: #f4e4a6;
}
.product-grid-section .products-grid .product-card .product-info {
  padding: 30px;
  text-align: center;
}
.product-grid-section .products-grid .product-card .product-info .product-name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .product-grid-section .products-grid .product-card .product-info .product-name {
    font-size: 18px;
  }
}
.product-grid-section .products-grid .product-card .product-info .product-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-grid-section .products-grid .product-card .product-info .product-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}
.product-grid-section .products-grid .product-card .product-info .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.product-grid-section .products-grid .product-card .product-info .product-rating .stars {
  display: flex;
  gap: 2px;
}
.product-grid-section .products-grid .product-card .product-info .product-rating .stars .star {
  font-size: 16px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.product-grid-section .products-grid .product-card .product-info .product-rating .stars .star.filled {
  color: #000;
  -webkit-text-stroke: none;
}
.product-grid-section .products-grid .product-card .product-info .product-rating .no-rating {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.product-grid-section .products-grid .product-card .product-info .product-rating .reviews-count {
  font-size: 12px;
  color: #999;
}
.product-grid-section .products-grid .product-card .product-info .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.product-grid-section .products-grid .product-card .product-info .product-price .current-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.product-grid-section .products-grid .product-card .product-info .product-price .original-price {
  font-size: 16px;
  color: #999;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-grid-section .products-grid .product-card .product-info .buy-now-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-grid-section .products-grid .product-card .product-info .buy-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background: #333;
}
.product-grid-section .grid-footer {
  text-align: center;
}
.product-grid-section .grid-footer .view-all-btn {
  background: transparent;
  color: #333;
  border: 2px solid #333;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-grid-section .grid-footer .view-all-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-2px);
}
.product-grid-section .grid-footer .view-all-btn:hover .arrow {
  transform: translateX(5px);
}
.product-grid-section .grid-footer .view-all-btn .arrow {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.brand-promotion {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.brand-promotion .brand-promotion-image {
  width: 1920px;
  height: 440px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1920px) {
  .brand-promotion .brand-promotion-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/440;
  }
}

.brand-expert {
  background-color: white;
  padding: 60px 0;
}
.brand-expert .brand-expert-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}
.brand-expert .brand-expert-image {
  flex-shrink: 0;
}
.brand-expert .brand-expert-image img {
  width: 650px;
  height: 751px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.brand-expert .brand-expert-content {
  flex: 1;
}
.brand-expert .brand-expert-content .brand-expert-content-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.brand-expert .brand-expert-content .expert-name {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
}
.brand-expert .brand-expert-content .expert-titles p {
  font-size: 24px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.4;
}
.brand-expert .brand-expert-content .expert-titles p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .brand-expert .brand-expert-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .brand-expert .brand-expert-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 650/751;
  }
  .brand-expert .brand-expert-content .expert-name {
    font-size: 36px;
  }
  .brand-expert .brand-expert-content .expert-titles p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .brand-expert {
    padding: 40px 0;
  }
  .brand-expert .brand-expert-container {
    gap: 30px;
    padding: 0 15px;
  }
  .brand-expert .brand-expert-content .expert-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .brand-expert .brand-expert-content .expert-titles p {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.science-intro {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.science-intro .science-intro-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.science-intro .science-intro-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.science-intro .science-intro-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.science-intro .science-intro-image {
  width: 100%;
  height: 435px;
  overflow: hidden;
}
.science-intro .science-intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.science-intro .science-intro-image:hover img {
  transform: scale(1.05);
}
.science-intro .science-intro-content {
  padding: 30px 25px;
}
.science-intro .science-intro-content .science-intro-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}
.science-intro .science-intro-content .science-intro-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .science-intro {
    padding: 60px 0;
  }
  .science-intro .science-intro-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .science-intro .science-intro-content {
    padding: 25px 20px;
  }
  .science-intro .science-intro-content .science-intro-title {
    font-size: 20px;
  }
  .science-intro .science-intro-content .science-intro-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .science-intro {
    padding: 40px 0;
  }
  .science-intro .science-intro-container {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
  }
  .science-intro .science-intro-image {
    height: 300px;
  }
  .science-intro .science-intro-content {
    padding: 20px 15px;
  }
  .science-intro .science-intro-content .science-intro-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .science-intro .science-intro-content .science-intro-subtitle {
    font-size: 14px;
  }
}

.footer {
  background-color: #1a1a1a;
  color: white;
}
.footer .footer-features {
  background-color: #000;
  padding: 40px 0;
}
.footer .footer-features .footer-features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.footer .footer-features .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer-features .feature-item.back-to-top {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer .footer-features .feature-item.back-to-top:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.footer .footer-features .feature-item .feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-features .feature-item .feature-icon svg {
  width: 40px;
  height: 40px;
}
.footer .footer-features .feature-item .feature-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-features .feature-item .feature-text .feature-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 4px;
}
.footer .footer-features .feature-item .feature-text .feature-subtitle {
  font-size: 14px;
  color: #ccc;
  line-height: 1.3;
}
.footer .footer-links {
  background-color: white;
  padding: 24px 0 30px;
}
.footer .footer-links .footer-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.footer .footer-links .footer-column h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.footer .footer-links .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links .footer-column ul li {
  margin-bottom: 12px;
}
.footer .footer-links .footer-column ul li a {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer .footer-links .footer-column ul li a:hover {
  color: #333;
}
@media (max-width: 1024px) {
  .footer .footer-features .footer-features-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer .footer-links .footer-links-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer .footer-features {
    padding: 30px 0;
  }
  .footer .footer-features .footer-features-container {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
  }
  .footer .footer-features .feature-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
  .footer .footer-links {
    padding: 24px 0 24px;
  }
  .footer .footer-links .footer-links-container {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
  }
  .footer .footer-links .footer-column {
    text-align: center;
  }
  .footer .footer-links .footer-column h4 {
    margin-bottom: 15px;
  }
}

.detail-main {
  max-width: 1366px;
  margin: 0px auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .detail-main {
    padding: 0 15px;
  }
}
.product-display {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 768px) {
  .product-display {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}
.product-display .thumbnail-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 120px;
}
@media (max-width: 768px) {
  .product-display .thumbnail-list {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }
}
.product-display .thumbnail-list .thumbnail-item {
  width: 120px;
  height: 120px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media (max-width: 768px) {
  .product-display .thumbnail-list .thumbnail-item {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
}
.product-display .thumbnail-list .thumbnail-item.active {
  border-color: #000;
}
.product-display .thumbnail-list .thumbnail-item:hover {
  border-color: #666;
}
.product-display .thumbnail-list .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-display .main-image-container {
  flex: 1;
  max-width: 500px;
}
@media (max-width: 768px) {
  .product-display .main-image-container {
    max-width: 100%;
  }
}
.product-display .main-image-container .carousel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #8b4513, #d2691e);
}
.product-display .main-image-container .carousel img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.product-display .main-image-container .carousel .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.product-display .main-image-container .carousel .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}
.product-display .main-image-container .carousel .carousel-btn.prev-btn {
  left: 15px;
}
.product-display .main-image-container .carousel .carousel-btn.next-btn {
  right: 15px;
}
@media (max-width: 768px) {
  .product-display .main-image-container .carousel .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .product-display .main-image-container .carousel .carousel-btn.prev-btn {
    left: 10px;
  }
  .product-display .main-image-container .carousel .carousel-btn.next-btn {
    right: 10px;
  }
}
.product-display .product-info {
  flex: 1;
  max-width: 500px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .product-display .product-info {
    max-width: 100%;
    padding-left: 0;
  }
}
.product-display .product-info .product-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .product-display .product-info .product-title {
    font-size: 28px;
  }
}
.product-display .product-info .product-subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .product-display .product-info .product-subtitle {
    font-size: 22px;
  }
}
.product-display .product-info .product-description {
  font-size: 20px;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .product-display .product-info .product-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.product-display .product-info .product-features {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-display .product-info .product-features {
    margin-bottom: 30px;
  }
}
.product-display .product-info .product-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
}
.product-display .product-info .product-features .feature-item .feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  margin-right: 12px;
  flex-shrink: 0;
}
.product-display .product-info .product-features .feature-item .feature-text {
  line-height: 1.4;
}
.product-display .product-info .price-section {
  background-color: #000;
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-display .product-info .price-section:hover {
  background-color: #333;
  transform: translateY(-2px);
}
.product-display .product-info .price-section .price {
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
}
.product-display .product-info .price-section .price-unit {
  font-size: 16px;
  opacity: 0.8;
}
.product-detail {
  margin-top: 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .product-detail {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.product-detail .detail-content {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-detail .detail-content {
    flex-direction: column;
    gap: 40px;
  }
}
.product-detail .detail-left {
  flex: 2;
}
.product-detail .detail-right {
  flex: 1;
  min-width: 300px;
}
@media (max-width: 768px) {
  .product-detail .detail-right {
    min-width: auto;
  }
}
.product-detail .detail-section {
  margin-bottom: 40px;
}
.product-detail .detail-section .section-header {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.product-detail .detail-section .section-content {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.product-detail .detail-section .section-content p {
  margin: 0 0 12px 0;
}
.product-detail .detail-section .section-content p:last-child {
  margin-bottom: 0;
}
.product-detail .ingredients-table {
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
}
.product-detail .ingredients-table .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #e9ecef;
}
.product-detail .ingredients-table .table-row:last-child {
  border-bottom: none;
}
.product-detail .ingredients-table .table-row.table-header {
  background-color: #e9ecef;
  font-weight: 600;
}
.product-detail .ingredients-table .table-row .table-cell {
  padding: 12px 16px;
  font-size: 14px;
  border-right: 1px solid #e9ecef;
}
.product-detail .ingredients-table .table-row .table-cell:last-child {
  border-right: none;
}
.product-detail .info-section {
  margin-bottom: 30px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail .info-section .info-header {
  background-color: #f8f9fa;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail .info-section .info-header .info-icon {
  font-size: 16px;
}
.product-detail .info-section .info-content {
  padding: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
.product-detail .info-section .info-content p {
  margin: 0 0 8px 0;
}
.product-detail .info-section .info-content p:last-child {
  margin-bottom: 0;
}
.product-detail .safety-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .product-detail .safety-badges {
    grid-template-columns: 1fr;
  }
}
.product-detail .safety-badges .badge {
  background-color: #e8f5e8;
  color: #2d5a2d;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.related-products {
  padding: 80px 0;
  background: #f8f9fa;
}
.related-products .section-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 88px;
}
.related-products .grid-header {
  text-align: center;
  margin-bottom: 80px;
}
.related-products .grid-header .section-title {
  margin-bottom: 20px;
}
.related-products .grid-header .section-title .title-cn {
  display: block;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .related-products .grid-header .section-title .title-cn {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.related-products .grid-header .section-title .title-en {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #d4af37;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .related-products .grid-header .section-title .title-en {
    font-size: 16px;
  }
}
.related-products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .related-products .products-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.related-products .products-grid .product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.related-products .products-grid .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.related-products .products-grid .product-card:hover .product-overlay {
  opacity: 1;
}
.related-products .products-grid .product-card:hover .product-image {
  transform: scale(1.05);
}
.related-products .products-grid .product-card .product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #d4af37, #f4e4a6);
  color: #000;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.related-products .products-grid .product-card .product-image-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.related-products .products-grid .product-card .product-image-container .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.related-products .products-grid .product-card .product-image-container .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.related-products .products-grid .product-card .product-image-container .product-overlay .quick-view-btn,
.related-products .products-grid .product-card .product-image-container .product-overlay .add-cart-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.related-products .products-grid .product-card .product-image-container .product-overlay .quick-view-btn:hover,
.related-products .products-grid .product-card .product-image-container .product-overlay .add-cart-btn:hover {
  background: #fff;
  color: #000;
}
.related-products .products-grid .product-card .product-image-container .product-overlay .add-cart-btn {
  background: #d4af37;
  border-color: #d4af37;
  color: #000;
}
.related-products .products-grid .product-card .product-image-container .product-overlay .add-cart-btn:hover {
  background: #f4e4a6;
  border-color: #f4e4a6;
}
.related-products .products-grid .product-card .product-info {
  padding: 30px;
  text-align: center;
}
.related-products .products-grid .product-card .product-info .product-name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .related-products .products-grid .product-card .product-info .product-name {
    font-size: 18px;
  }
}
.related-products .products-grid .product-card .product-info .product-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.related-products .products-grid .product-card .product-info .product-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}
.related-products .products-grid .product-card .product-info .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.related-products .products-grid .product-card .product-info .product-rating .stars {
  display: flex;
  gap: 2px;
}
.related-products .products-grid .product-card .product-info .product-rating .stars .star {
  font-size: 16px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.related-products .products-grid .product-card .product-info .product-rating .stars .star.filled {
  color: #000;
  -webkit-text-stroke: none;
}
.related-products .products-grid .product-card .product-info .product-rating .no-rating {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.related-products .products-grid .product-card .product-info .product-rating .reviews-count {
  font-size: 12px;
  color: #999;
}
.related-products .products-grid .product-card .product-info .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.related-products .products-grid .product-card .product-info .product-price .current-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.related-products .products-grid .product-card .product-info .product-price .original-price {
  font-size: 16px;
  color: #999;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.related-products .products-grid .product-card .product-info .buy-now-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.related-products .products-grid .product-card .product-info .buy-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background: #333;
}

.review-section {
  max-width: 1366px;
  margin: 60px auto 0;
  padding: 0 88px;
}
.review-section .review-title {
  font-size: 32px;
  font-family: NotoSerifSC-Medium;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
.review-section .overall-rating {
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .review-section .overall-rating {
    flex-direction: column;
    gap: 30px;
  }
}
.review-section .overall-rating .rating-summary {
  flex: 1;
  text-align: center;
}
.review-section .overall-rating .rating-summary .stars-display {
  margin-bottom: 15px;
}
.review-section .overall-rating .rating-summary .stars-display .star {
  font-size: 32px;
  margin-right: 2px;
  color: #000;
}
.review-section .overall-rating .rating-summary .stars-display .star.filled {
  color: #000;
}
.review-section .overall-rating .rating-summary .stars-display .star:not(.filled) {
  color: #000;
  opacity: 0.3;
}
.review-section .overall-rating .rating-summary .average-score {
  margin-bottom: 15px;
}
.review-section .overall-rating .rating-summary .average-score .score {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-right: 8px;
}
.review-section .overall-rating .rating-summary .average-score .out-of {
  font-size: 18px;
  color: #666;
}
.review-section .overall-rating .rating-summary .recommendation {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.review-section .overall-rating .rating-summary .write-review-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-section .overall-rating .rating-summary .write-review-btn:hover {
  background: #333;
}
.review-section .overall-rating .rating-distribution {
  flex: 2;
}
.review-section .overall-rating .rating-distribution .distribution-header {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.review-section .overall-rating .rating-distribution .rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 12px;
}
.review-section .overall-rating .rating-distribution .rating-row .rating-label {
  width: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.review-section .overall-rating .rating-distribution .rating-row .rating-bar {
  flex: 1;
  height: 12px;
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.review-section .overall-rating .rating-distribution .rating-row .rating-bar .rating-bar-fill {
  height: 100%;
  background: #000;
  transition: width 0.3s ease;
}
.review-section .overall-rating .rating-distribution .rating-row .rating-count {
  width: 50px;
  text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.review-section .overall-rating .rating-distribution .total-reviews {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-align: right;
}
.review-section .reviews-list .review-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 0;
}
.review-section .reviews-list .review-item:last-child {
  border-bottom: none;
}
.review-section .reviews-list .review-item .review-header {
  margin-bottom: 15px;
}
.review-section .reviews-list .review-item .review-header .user-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.review-section .reviews-list .review-item .review-header .user-info .review-rating .star {
  font-size: 16px;
  margin-right: 1px;
  color: #000;
}
.review-section .reviews-list .review-item .review-header .user-info .review-rating .star.filled {
  color: #000;
}
.review-section .reviews-list .review-item .review-header .user-info .review-rating .star:not(.filled) {
  color: #000;
  opacity: 0.3;
}
.review-section .reviews-list .review-item .review-header .user-info .user-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.review-section .reviews-list .review-item .review-header .user-info .review-date {
  font-size: 14px;
  color: #666e80;
}
.review-section .reviews-list .review-item .review-header .user-info .review-location {
  font-size: 14px;
  color: #666e80;
}
.review-section .reviews-list .review-item .review-content {
  margin-bottom: 15px;
}
.review-section .reviews-list .review-item .review-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 8px 0;
}
.review-section .reviews-list .review-item .review-content p.recommendation {
  font-size: 14px;
  color: #666e80;
  font-style: italic;
}
.review-section .load-more {
  text-align: center;
  margin-top: 40px;
}
.review-section .load-more .load-more-btn {
  background: none;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 14px;
  font-family: NotoSerifSC-Medium;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-section .load-more .load-more-btn:hover {
  background: #000;
  color: #fff;
}

body .padding-base {
  padding: 16px;
}
body .padding-base-left {
  padding-left: 16px;
}
body .padding-base-right {
  padding-right: 16px;
}
body .padding-base-bottom {
  padding-bottom: 16px;
}
body .padding-base-top {
  padding-top: 16px;
}
body .padding-base-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .padding-base-left-right {
  padding-left: 16px;
  padding-right: 16px;
}
body .padding-base {
  padding: 16px;
}
body .padding-base-left {
  padding-left: 16px;
}
body .padding-base-right {
  padding-right: 16px;
}
body .padding-base-bottom {
  padding-bottom: 16px;
}
body .padding-base-top {
  padding-top: 16px;
}
body .padding-base-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .padding-base-left-right {
  padding-left: 16px;
  padding-right: 16px;
}
body .padding-small {
  padding: 8px;
}
body .padding-small-left {
  padding-left: 8px;
}
body .padding-small-right {
  padding-right: 8px;
}
body .padding-small-bottom {
  padding-bottom: 8px;
}
body .padding-small-top {
  padding-top: 8px;
}
body .padding-small-top-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .padding-small-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
body .padding-small {
  padding: 8px;
}
body .padding-small-left {
  padding-left: 8px;
}
body .padding-small-right {
  padding-right: 8px;
}
body .padding-small-bottom {
  padding-bottom: 8px;
}
body .padding-small-top {
  padding-top: 8px;
}
body .padding-small-top-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .padding-small-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
body .padding-large {
  padding: 24px;
}
body .padding-large-left {
  padding-left: 24px;
}
body .padding-large-right {
  padding-right: 24px;
}
body .padding-large-bottom {
  padding-bottom: 24px;
}
body .padding-large-top {
  padding-top: 24px;
}
body .padding-large-top-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .padding-large-left-right {
  padding-left: 24px;
  padding-right: 24px;
}
body .padding-large {
  padding: 24px;
}
body .padding-large-left {
  padding-left: 24px;
}
body .padding-large-right {
  padding-right: 24px;
}
body .padding-large-bottom {
  padding-bottom: 24px;
}
body .padding-large-top {
  padding-top: 24px;
}
body .padding-large-top-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .padding-large-left-right {
  padding-left: 24px;
  padding-right: 24px;
}
.padding-none {
  padding: 0;
}
.padding-none-bottom {
  padding-bottom: 0 !important;
}
.padding-none-left {
  padding-left: 0 !important;
}
.padding-none-right {
  padding-right: 0 !important;
}
.padding-none-top {
  padding-top: 0 !important;
}
.margin-none {
  margin: 0;
}
.margin-none-bottom {
  margin-bottom: 0 !important;
}
.margin-none-left {
  margin-left: 0 !important;
}
.margin-none-right {
  margin-right: 0 !important;
}
.margin-none-top {
  margin-top: 0 !important;
}
body .margin-base {
  margin: 16px;
}
body .margin-base-left {
  margin-left: 16px;
}
body .margin-base-right {
  margin-right: 16px;
}
body .margin-base-bottom {
  margin-bottom: 16px;
}
body .margin-base-top {
  margin-top: 16px;
}
body .margin-base-top-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .margin-base-left-right {
  margin-left: 16px;
  margin-right: 16px;
}
body .margin-base {
  margin: 16px;
}
body .margin-base-left {
  margin-left: 16px;
}
body .margin-base-right {
  margin-right: 16px;
}
body .margin-base-bottom {
  margin-bottom: 16px;
}
body .margin-base-top {
  margin-top: 16px;
}
body .margin-base-top-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .margin-base-left-right {
  margin-left: 16px;
  margin-right: 16px;
}
body .margin-small {
  margin: 8px;
}
body .margin-small-left {
  margin-left: 8px;
}
body .margin-small-right {
  margin-right: 8px;
}
body .margin-small-bottom {
  margin-bottom: 8px;
}
body .margin-small-top {
  margin-top: 8px;
}
body .margin-small-top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .margin-small-left-right {
  margin-left: 8px;
  margin-right: 8px;
}
body .margin-small {
  margin: 8px;
}
body .margin-small-left {
  margin-left: 8px;
}
body .margin-small-right {
  margin-right: 8px;
}
body .margin-small-bottom {
  margin-bottom: 8px;
}
body .margin-small-top {
  margin-top: 8px;
}
body .margin-small-top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .margin-small-left-right {
  margin-left: 8px;
  margin-right: 8px;
}
body .margin-large {
  margin: 24px;
}
body .margin-large-left {
  margin-left: 24px;
}
body .margin-large-right {
  margin-right: 24px;
}
body .margin-large-bottom {
  margin-bottom: 24px;
}
body .margin-large-top {
  margin-top: 24px;
}
body .margin-large-top-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .margin-large-left-right {
  margin-left: 24px;
  margin-right: 24px;
}
body .margin-large {
  margin: 24px;
}
body .margin-large-left {
  margin-left: 24px;
}
body .margin-large-right {
  margin-right: 24px;
}
body .margin-large-bottom {
  margin-bottom: 24px;
}
body .margin-large-top {
  margin-top: 24px;
}
body .margin-large-top-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .margin-large-left-right {
  margin-left: 24px;
  margin-right: 24px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.title-text {
  font-size: 16px;
  font-weight: 600;
}
body .padding-base {
  padding: 16px;
}
body .padding-base-left {
  padding-left: 16px;
}
body .padding-base-right {
  padding-right: 16px;
}
body .padding-base-bottom {
  padding-bottom: 16px;
}
body .padding-base-top {
  padding-top: 16px;
}
body .padding-base-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .padding-base-left-right {
  padding-left: 16px;
  padding-right: 16px;
}
body .padding-base {
  padding: 16px;
}
body .padding-base-left {
  padding-left: 16px;
}
body .padding-base-right {
  padding-right: 16px;
}
body .padding-base-bottom {
  padding-bottom: 16px;
}
body .padding-base-top {
  padding-top: 16px;
}
body .padding-base-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .padding-base-left-right {
  padding-left: 16px;
  padding-right: 16px;
}
body .padding-small {
  padding: 8px;
}
body .padding-small-left {
  padding-left: 8px;
}
body .padding-small-right {
  padding-right: 8px;
}
body .padding-small-bottom {
  padding-bottom: 8px;
}
body .padding-small-top {
  padding-top: 8px;
}
body .padding-small-top-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .padding-small-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
body .padding-small {
  padding: 8px;
}
body .padding-small-left {
  padding-left: 8px;
}
body .padding-small-right {
  padding-right: 8px;
}
body .padding-small-bottom {
  padding-bottom: 8px;
}
body .padding-small-top {
  padding-top: 8px;
}
body .padding-small-top-bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .padding-small-left-right {
  padding-left: 8px;
  padding-right: 8px;
}
body .padding-large {
  padding: 24px;
}
body .padding-large-left {
  padding-left: 24px;
}
body .padding-large-right {
  padding-right: 24px;
}
body .padding-large-bottom {
  padding-bottom: 24px;
}
body .padding-large-top {
  padding-top: 24px;
}
body .padding-large-top-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .padding-large-left-right {
  padding-left: 24px;
  padding-right: 24px;
}
body .padding-large {
  padding: 24px;
}
body .padding-large-left {
  padding-left: 24px;
}
body .padding-large-right {
  padding-right: 24px;
}
body .padding-large-bottom {
  padding-bottom: 24px;
}
body .padding-large-top {
  padding-top: 24px;
}
body .padding-large-top-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .padding-large-left-right {
  padding-left: 24px;
  padding-right: 24px;
}
body .padding-mid {
  padding: 12px;
}
body .padding-mid-left {
  padding-left: 12px;
}
body .padding-mid-right {
  padding-right: 12px;
}
body .padding-mid-bottom {
  padding-bottom: 12px;
}
body .padding-mid-top {
  padding-top: 12px;
}
body .padding-mid-top-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .padding-mid-left-right {
  padding-left: 12px;
  padding-right: 12px;
}
body .padding-mid {
  padding: 12px;
}
body .padding-mid-left {
  padding-left: 12px;
}
body .padding-mid-right {
  padding-right: 12px;
}
body .padding-mid-bottom {
  padding-bottom: 12px;
}
body .padding-mid-top {
  padding-top: 12px;
}
body .padding-mid-top-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .padding-mid-left-right {
  padding-left: 12px;
  padding-right: 12px;
}
.padding-none {
  padding: 0;
}
.padding-none-bottom {
  padding-bottom: 0 !important;
}
.padding-none-left {
  padding-left: 0 !important;
}
.padding-none-right {
  padding-right: 0 !important;
}
.padding-none-top {
  padding-top: 0 !important;
}
.margin-none {
  margin: 0;
}
.margin-none-bottom {
  margin-bottom: 0 !important;
}
.margin-none-left {
  margin-left: 0 !important;
}
.margin-none-right {
  margin-right: 0 !important;
}
.margin-none-top {
  margin-top: 0 !important;
}
body .margin-base {
  margin: 16px;
}
body .margin-base-left {
  margin-left: 16px;
}
body .margin-base-right {
  margin-right: 16px;
}
body .margin-base-bottom {
  margin-bottom: 16px;
}
body .margin-base-top {
  margin-top: 16px;
}
body .margin-base-top-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .margin-base-left-right {
  margin-left: 16px;
  margin-right: 16px;
}
body .margin-base {
  margin: 16px;
}
body .margin-base-left {
  margin-left: 16px;
}
body .margin-base-right {
  margin-right: 16px;
}
body .margin-base-bottom {
  margin-bottom: 16px;
}
body .margin-base-top {
  margin-top: 16px;
}
body .margin-base-top-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .margin-base-left-right {
  margin-left: 16px;
  margin-right: 16px;
}
body .margin-small {
  margin: 8px;
}
body .margin-small-left {
  margin-left: 8px;
}
body .margin-small-right {
  margin-right: 8px;
}
body .margin-small-bottom {
  margin-bottom: 8px;
}
body .margin-small-top {
  margin-top: 8px;
}
body .margin-small-top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .margin-small-left-right {
  margin-left: 8px;
  margin-right: 8px;
}
body .margin-small {
  margin: 8px;
}
body .margin-small-left {
  margin-left: 8px;
}
body .margin-small-right {
  margin-right: 8px;
}
body .margin-small-bottom {
  margin-bottom: 8px;
}
body .margin-small-top {
  margin-top: 8px;
}
body .margin-small-top-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .margin-small-left-right {
  margin-left: 8px;
  margin-right: 8px;
}
body .margin-large {
  margin: 24px;
}
body .margin-large-left {
  margin-left: 24px;
}
body .margin-large-right {
  margin-right: 24px;
}
body .margin-large-bottom {
  margin-bottom: 24px;
}
body .margin-large-top {
  margin-top: 24px;
}
body .margin-large-top-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .margin-large-left-right {
  margin-left: 24px;
  margin-right: 24px;
}
body .margin-large {
  margin: 24px;
}
body .margin-large-left {
  margin-left: 24px;
}
body .margin-large-right {
  margin-right: 24px;
}
body .margin-large-bottom {
  margin-bottom: 24px;
}
body .margin-large-top {
  margin-top: 24px;
}
body .margin-large-top-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .margin-large-left-right {
  margin-left: 24px;
  margin-right: 24px;
}
body .margin-mid {
  margin: 12px;
}
body .margin-mid-left {
  margin-left: 12px;
}
body .margin-mid-right {
  margin-right: 12px;
}
body .margin-mid-bottom {
  margin-bottom: 12px;
}
body .margin-mid-top {
  margin-top: 12px;
}
body .margin-mid-top-bottom {
  margin-top: 12px;
  margin-bottom: 12px;
}
body .margin-mid-left-right {
  margin-left: 12px;
  margin-right: 12px;
}
body .margin-mid {
  margin: 12px;
}
body .margin-mid-left {
  margin-left: 12px;
}
body .margin-mid-right {
  margin-right: 12px;
}
body .margin-mid-bottom {
  margin-bottom: 12px;
}
body .margin-mid-top {
  margin-top: 12px;
}
body .margin-mid-top-bottom {
  margin-top: 12px;
  margin-bottom: 12px;
}
body .margin-mid-left-right {
  margin-left: 12px;
  margin-right: 12px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.title-text {
  font-size: 16px;
  font-weight: 600;
}
.primary-bg-color {
  background-color: #eff1f8;
}
.dt-require-lable::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

html body {
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  margin: 0;
  padding: 0;
}
.copyright {
  color: #999;
  width: 100vw;
  text-align: center;
}
.copyright a {
  color: #999;
}
.copyright img {
  height: 14px;
  margin-bottom: 2px;
}

