.footer {
  background-color: rgb(var(--color-background));
  font-family: var(--body-font);
}

.footer-box {
  position: relative;
  background-color: rgb(var(--color-background));
  /* min-height: 562px; */
}

.footer .footer-content {
  position: relative;
  margin-top: 0px;
  /* padding-left: 80px;
  padding-right: 80px; */
  background-color: transparent;
  z-index: 1;
  width: 100%;
}

.footer .footer-content-icon {
  width: 20.83vw;
}

.footer .footer-content-transparent {
  display: flex;
  justify-content: space-between;
  min-height: 392px;
  background-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  gap: 10%;
}

.footer .footer-social-media-list {
  margin-top: 40px;
}

.footer .footer-content-social-media {
  margin-top: 15px;
  margin-right: 90px;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
}

.footer .footer-content__social-media svg path {
  fill: rgb(var(--color-text));
}

.footer .dropdown-menu__list {
  color: rgb(var(--color-text));
}

.footer .footer-content__social-media-content {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.footer .footer-content__social-media {
  padding-inline: 0px;
  margin-bottom: 114px;
}

.footer .footer-content-social-media a {
  color: rgb(var(--color-text));
}

.footer .footer-content-transparent-left {
  max-width: 30.76vw;
  display: flex;
  flex-direction: column; /* 垂直排列子元素 */
  justify-content: space-between; /* 将子元素推到顶部和底部 */
  flex: 1;
  gap: 6.88vw;
}

.footer .footer-content-transparent-left-top {
  /* max-width: 445px; */
}

.footer .subscribe_heading {
  /* color: rgba(51, 51, 51, 0.70); */
  margin-top: 30px;
}

.footer .subscribe_desc {
  margin-top: 10px;
}

.footer .subscribe_agreement {
  opacity: 0.7;
}

.footer .footer__copyright {
  opacity: 0.7;
}

.footer .footer-content__social-media-content li a circle {
  stroke-opacity: 1;
}

.footer .footer-content__social-media-content li a svg {
  opacity: 0.5;
}

.footer .footer-content__social-media-content li a:hover svg {
  opacity: 1;
}

.footer .footer-content__social-media-content svg {
  width: 40px;
  height: 40px;
}

.footer .subscribe_agreement a:not(.button) {
  color: #333;
  text-decoration: underline; 
}

.footer .subscribe_agreement a:not(.button):hover {
  /* color: #333; */
  text-decoration: underline; 
}

.footer .footer-content-transparent-left-top-form {
  margin-top: 20px;
}

.footer .footer-content-transparent-left-bottom-moile {
  display: none;
}

.footer .footer-content-transparent-left-top-form form {
  gap: 0;
  align-items: flex-end;
}

.footer .footer-content-transparent-left-top-form button {
  /* padding: 0; */
  box-shadow: none;
}

.footer .footer-content-transparent-left-top-form .button__content {
  color: rgb(var(--color-text));
  text-align: center;
}

.footer .footer-content-transparent-left-top-form-agreement {
  margin-top: 20px;
  /* border-top: 1px solid rgba(31, 31, 31, 0.1); */
  display: flex; 
  justify-content: space-between; 
  align-items: flex-start; 
  height: auto;
  gap: 8px;
  letter-spacing: 0.5px;
}


.footer .footer-content-transparent-left-bottom {
  max-width: 610px;
  /* color: #333; */
}

.footer .footer-content-transparent-right {
  flex: 1;
  /* max-width: 848px; */
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
}

.footer .footer-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px;
  justify-items: center;
  width: 100%;
}

.footer .footer-menu-item {
  flex: 1;
}

.footer .footer-menu-item-heading {
  color: rgb(var(--color-text));
}

.footer .footer-menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* 垂直排列子元素 */
  justify-content: space-between; /* 将子元素推到顶部和底部 */
  gap: 10px;
  margin-top: 24px;
}

.footer .footer-menu-item ul a {
  position: relative;
}

.footer .footer-menu-item ul li {
  padding-inline-start: 0;
  color: rgb(var(--color-text));
  transition: padding-inline-start 0.3s ease;
  overflow-wrap: break-word;
}

/* .footer .footer-menu-item ul a::before {
  content: ''; 
  position: absolute;
  top: 50%; 
  width: 6px;
  height: 6px; 
  background-color: rgb(var(--color-button-text-link));
  border-radius: 10px; 
  opacity: 0; 
  transition: opacity 0.3s ease, transform 0.3s ease; 
  transform: translateY(-50%) scale(0);
}

.footer .footer-menu-item ul a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
} */

.footer .footer-menu-item ul a:hover li {
  /* padding-inline-start: 13px; */
}

.footer .footer-menu-link {
  text-decoration: none;
  opacity: 0.6;
}

.footer .footer-menu-link:hover {
  /* text-decoration: underline; */
  opacity: 1;
}

.footer .footer-bottom {
  position: relative;
  width: 100%;
  /* padding-left: 50px;
  padding-right: 50px; */
  margin-top: auto;
  background-color: transparent;
  color: rgb(var(--color-text));
  display: flex;
  flex-direction: column; /* 垂直排列子元素 */
  justify-content: space-between; /* 将子元素推到顶部和底部 */
  gap: 10px;
  z-index: 1;
}

.footer .footer-bottom-top {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  color: rgb(var(--color-text));
  padding-left: 80px;
  padding-right: 80px;
}

.footer .footer-bottom-bottom {
  display: flex;
  justify-content: space-between;
  /* padding-left: 80px;
  padding-right: 80px; */
  align-items: center;
}

.footer .footer-privacy-item ul {
  list-style-type: none;  /* 去掉默认的小圆点 */
  padding: 0; /* 去掉默认的内边距 */
  margin: 0; /* 去掉默认的外边距 */
  display: flex; /* 使用 Flexbox 布局 */
  gap: 12px; /* 设置 li 之间的间距 */
}

.footer .footer-privacy-item ul li {
  padding-inline-start: 0;
}

.footer .footer-privacy-item ul a {
  color: rgb(var(--color-text));
}

.footer .footer-bottom-bottom-left {
  color: rgb(var(--color-text));
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
}

.footer .header-action-bar {
  padding-block: 0px;
}

.footer .footer-bottom-bottom-left img {
  /* height: 5.99vw; */
  width: 100%;
}

.footer .footer-bottom-bottom-right {
  display: flex;
  flex-direction: column; /* 垂直排列子元素 */
  justify-content: space-between; /* 将子元素推到顶部和底部 */
  align-items: flex-end;
  gap: 20px;
  height: fit-content;
  padding-top: 0px;

}

.footer .footer-bottom-bottom-right-payment {
  list-style-type: none; /* 去掉默认的小圆点 */
  padding: 0; /* 去掉默认的内边距 */
  margin: 0; /* 去掉默认的外边距 */
  display: flex; /* 让 li 在一行显示 */
  gap: 5px;
}

.footer .footer-bottom-bottom-right-payment li {
  padding-inline-start: 0;
  height: 20px;
}

.footer .footer-bottom-bottom-right-payment li ~ li {
  
}

.footer .footer-bottom-bottom-right-copyright {
  font-weight: 400;
  color: rgb(var(--color-text));
}

.footer .footer-mobile-bottom {
  display: none;
}

.footer .plus-icon,
.footer .minus-icon {
  display: none;
}

.footer .footer-privacy-link:hover {
  text-decoration: underline;
}

.footer .floating-label {
  color: #1F1F1F;
  opacity: 0.5;
  inset-inline-start: 0;
}

.footer .form-row>.form-control {
  flex: 1 0 212px;
}

.footer .list-payment__item > svg {
  width: auto;
  height: 20px;
}

.footer .tips-card {
  color: #333333;
}

.footer .field {
  margin-block-end: 0px;
  border-radius: 50px;
  /* border: 0.4px solid rgba(255, 255, 255, 0.30); */
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(25px);
}

.footer .field__inner {
  padding-left: 16px;
} 

.footer .field__label {
  padding-left: 16px;
  color: rgb(var(--color-text)) !important;
  opacity: 0.4;
  inset-inline: 0px;
}

.footer .field__input {
  padding-left: 0px !important;
}

.footer .field:hover::after,
.footer .field:focus::after, 
.footer .field:focus-within::after {
  border: none !important;
}

.footer .button:not([disabled], .button--icon):hover {
  /* background-color: #1F1F1F !important; */
}

.footer .button:hover circle {
  fill-opacity: 1;
}

.footer .background_image {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.footer .background_vedio {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.footer .theme-video-media-new video, .theme-video-media-new iframe {
  object-fit: cover;
}

.footer .background__image--mobile {
  display: none;
}

.footer .background__image--desktop {
  display: block;
  height: 100%;
}

.footer .field::after {
  border: none;
  box-shadow: none;
}

@media(max-width: 959px){
  .footer {
  }

  

  .footer .field {
    /* background-color: #FAFAFA !important; */
    margin-block-end: 0px;
  }

  .footer .footer-box {
    margin: 0px;
    /* padding: 0px; */
    min-height: 0px;
  }

  .footer .video {
    object-fit: fill; /* 拉伸视频填满容器 */
    object-position: center; /* 保证视频居中 */
  }

  .footer .footer-content {
    /* position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50.67vw; */
  }

  .footer .footer-content-transparent {
    border-radius: 0px;
    flex-direction: column;
    height: fit-content;
    min-height: unset;
    --color-background: 250, 250, 250;
    padding-bottom: 0px;
  }

  .footer .footer-content-transparent-left {
    max-width: 100%;
  }

  .footer .footer-content-transparent-right {
    width: 100%;
    max-width: unset;
    display: flex;
    justify-content: flex-start;
  }

  .footer .footer-menu-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: 5vw;
    column-gap: 2.67vw;
  }

  .footer .footer-bottom-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    /* padding-left: 4vw;
    padding-right: 4vw; */
    align-items: center;
  }

  .footer .footer-privacy-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .footer-bottom-bottom-left {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    padding-right: 0px;
  }

  .footer .footer-bottom-bottom-right {
    width: 100%;
    background-color: transparent;
    align-items: flex-start;
    padding-top: 1.87vw;
    padding-bottom: 5.73vw;
  }


  .footer video {
    padding-bottom: 146px;
    background-color: #000000;
  }

  .footer .footer-content-transparent-left-bottom {
    display: none;
  }

  .footer .footer-content-transparent-left-bottom-moile {
    display: block;
    opacity: 0.6;
    margin-top: 140px;
    margin-bottom: 40px;
    /* color: #333333; */
  }

  .footer .footer-content-social-media {
    position: relative;
    margin-top: 20px;
    right: 20px;
    gap: 20px;
  }

  .footer .subscribe_desc {
    margin-top: 0px;
    font-weight: 300;
    width: 75%;
  }

  .footer .field__label {
    font-weight: 300;
  }

  .footer .subscribe_agreement {
    font-weight: 300;
    width: 75%;
  }

  .footer .footer-menu-list {
    width: 100%;
  }

  .footer .footer-menu-item-heading {
    /* font-weight: 300; */
  }

  .footer .footer__copyright {
    font-weight: 300;
  }

  .footer .footer-content-transparent {
    /* padding-left: 4vw;
    padding-right: 4vw; */
    padding-top: 0px;
    border-radius: 0px;
  }

  .footer .footer-content-transparent-left-top-form {
    margin-top: 4vw;
  }

  .footer .footer-content-transparent-left-top-form-agreement {
    margin-top: 2vw;
    padding-top: 0px;
  }

  .footer .footer-content-transparent-right {
    margin-top: 5vw;
    margin-bottom: 9.33vw;
    gap: 10vw;
  }

  .footer .footer-content__social-media-content {
    gap: 3.2vw;
  }

  .footer .footer-content-transparent-left-top-form button {
    display: flex;
    width: fit-content;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    /* background: #1F1F1F; */
  }

  .footer .footer-menu-item {
    width: 100%;
    border-top: 1px solid rgba(var(--color-text), 0.2);
    padding-top: 3.67vw;
    /* padding-bottom: 2.67vw;
    margin-bottom: 2.67vw; */
  }

  .footer .footer-menu-item ul {
    margin-top: 25px;
  }

  .footer .footer-menu-item ul {
    margin-top: 0;
    gap: 1.67vw;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, margin-top 0.5s ease;
  }

  .footer .footer-menu-item[data-expanded="true"] ul {
    margin-top: 2.67vw;
    height: auto;
  }

  .footer .footer-menu-item-heading {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    cursor: pointer;
  }

  .footer .footer-menu-item ul li {
    /* color: #1F1F1F; */
  }

  .footer .toggle-icon {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    transition: transform 0.3s ease; 
  }

  .footer .toggle-icon svg {
    width: 3vw;
    height: 3vw;
  }

  /* 默认情况下显示加号图标 */
  .footer .footer-menu-item[data-expanded="false"] .plus-icon {
    display: inline-block;
  }

  .footer .footer-menu-item[data-expanded="false"] .minus-icon {
    display: none;
  }

  /* 展开时显示减号图标 */
  .footer .footer-menu-item[data-expanded="true"] .plus-icon {
    display: none;
  }

  .footer .footer-menu-item[data-expanded="true"] .minus-icon {
    display: inline-block;
  }

  .footer .footer-menu-item-heading {
  }

  .footer .footer-bottom {
    padding-left: 0px;
    padding-right: 0px;
    gap: 0px;
  }

  .footer .footer-bottom-bottom-right-payment {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 5px;
    row-gap: 0px;
  }

  .footer .footer-bottom-bottom-right-copyright {
    font-weight: 400;
    text-align: center;
  }

  .footer .footer-content-transparent-left-top {
    max-width: unset;
  }

  .footer .footer-bottom-bottom-left img {
    height: auto;
    width: 100%;
  }

  .footer .background__image--mobile {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }

  .footer .background__image--mobile .background_image,
  .footer .background__image--mobile .background_vedio {
    border-radius: 0px;
    overflow: hidden;
  }

  .footer .background__image--desktop {
    display: none;
  }

  .footer .footer-content-social-media svg {
    width: 8.67vw;
    height: 8.67vw;
  }

  .footer .footer-bottom-top {
    padding-bottom: 1.33vw;
    margin-bottom: 1.33vw;
    /* margin-inline: 40px; */
  }

  .footer .list-payment__item > svg {
    width: auto;
    height: 5vw;
  }

  .footer .footer-menu-item-heading {
    /* color: rgba(51, 51, 51, 1); */
  }

  .footer .footer-bottom-bottom-right-payment li {
    padding-inline-start: 0;
    margin-left: 0;
    height: fit-content;
  }


  .footer .footer-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .footer .footer-content__social-media-content svg {
    width: 12vw;
    height: 12vw;
  }

  .footer .footer-content-icon {
    width: 85vw;
  }

  .footer .footer-content__social-media {
    padding-inline: 0px;
    margin-bottom: 8vw;
  }

  .footer .header-action-bar theme-locale-picker {
    display: flex;
  }

  .footer .subscribe_heading {
    margin-top: 6.67vw;
  }

  .footer .subscribe_desc {
    margin-top: 1.33vw;
  }
}

