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

.footer-box {
    position: relative;
    min-height: 776px;
}

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

.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: 46px;
    gap: 10%;
}

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

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

.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); */
}

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

.footer .subscribe_agreement {
    opacity: 0.7;
}

.footer .footer__copyright {
    opacity: 0.7;
}

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

.footer .subscribe_agreement a:not(.button) {
    color: var(--color-button-text-link);
    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;
}

.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-content-transparent-right:first-child {
    max-width: 100%;
}

.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: rgba(51, 51, 51, 0.70); */
}

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

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

.footer .footer-menu-item ul li {
    padding-inline-start: 0;
    /* color: #333; */
    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;
    /* color: #333; */
}

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

.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));
}

.footer .footer-bottom-bottom {
    display: flex;
    justify-content: space-between;
}

.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));
}

.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: 8px;

}

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

.footer .footer-bottom-bottom-right-payment li {
    padding-inline-start: 0;
    margin-left: 6.68px;
}

.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: 28px;
}

.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: 34px;
}

.footer .field__label {
    padding-left: 34px;
    color: rgb(var(--color-text)) !important;
    opacity: 0.5;
    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 img,
.footer .background__image--mobile svg,
.footer .background__image--ipad img,
.footer .background__image--ipad svg,
.footer .background__image--desktop img,
.footer .background__image--desktop svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.footer .background__image--mobile {
    display: none;
}

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

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

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

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

    .footer-box {
        position: relative;
    }

    .footer .footer-content-transparent {}


    .footer .footer-content-transparent-right {
        max-width: 33vw;
    }

    .footer video {
        height: 1077px;
        object-position: center;
        /* 保证视频居中 */
    }

    .footer .footer-menu-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        row-gap: 40px;
        column-gap: clamp(20px, 10vw, 120px);
        max-width: unset;
        align-items: start;
    }

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

    .footer .footer-content-social-media {
        margin-right: 0px;
    }

    .footer .footer-bottom-bottom-left img {
        /* height: 7.62vw; */
        width: auto;
    }

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

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

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

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

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

}

@media(max-width: 768px) {
    .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;
        --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: column;
        gap: 0px;
    }

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

    .footer .footer-bottom-bottom-left {
        display: flex;
        justify-content: flex-start;
    }

    .footer .footer-bottom-bottom-right {
        background-color: transparent;
        align-items: flex-start;
        padding-top: 2.67vw;
        padding-bottom: 2.67vw;
    }


    .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: 20px;
        padding-right: 20px;
        padding-top: 38px;
        border-radius: 0px;
    }

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

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

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

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

    .footer .footer-content-transparent-left-top-form button {
        display: flex;
        width: 7.2vw;
        height: 7.2vw;
        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-entry-line), 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: 20px;
        padding-right: 20px;
        gap: 0px;
    }

    .footer .footer-bottom-bottom-right-payment {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 6.68px;
        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--ipad {
        display: none;
    }

    .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: 4vw;
    }

    .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;
    }


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

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

.top-bottom-border {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

@media(min-width:750px) {

    .right-border {
        padding-right: 40px;
        border-right: 1px solid white;
    }
}