/* 调用于footer-global.php */
#colophon{
    color: #000;
    background-color: #F5F5F7;
}
#colophon .col-full{
    max-width: 1170px;
    display: block;
    margin: auto;
}
.footer-payment{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-payment .footer-payment-left{
    display: flex;
}
.footer-payment .footer-payment-left .yay-currency-shortcode-switcher{
    margin-right: 20px;
}

.guarantee-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .guarantee-item img {
        height: 8vw;
        margin-bottom: 2vw;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .guarantee-item img {
        height: 24px;
    }
    .guarantee-list {
        padding: 15px 0;
    }
}

@media (min-width: 1025px) {
    .guarantee-item img {
        height: 40px;
    }
}
@media only screen and (min-width: 769px) {
    .footer-model04 .guarantee-list {
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D9D9D9;
    }

    .footer-model04 .guarantee-list .guarantee-item {
        text-align: center;
    }

    .footer-model04 .guarantee-item img {
        display: inline-block;
        height: 40px;
        margin-bottom: 20px;
    }

    .footer-model04 .guarantee-item .txt1 {
        font-size: 14px;
        font-weight: bold;
        color: #A74153;
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .footer-model04 .guarantee-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #D9D9D9;
        padding: 4vw 0;
    }
    .footer-model04 .guarantee-list .guarantee-item{
        width: 50%;
        flex-shrink: 0;
        text-align: center;
        margin-bottom: 4vw;
    }
    .footer-model04 .guarantee-item img{
        display: inline-block;
        height: 10vw;
        margin-bottom: 2vw;
    }
    .footer-model04 .guarantee-item .txt1{
        font-size: 14px;
        font-weight: bold;
        color: #A74153;
        font-family: math;
    }
}
.elementor .col-full {    
    box-sizing: content-box !important;}


.footer-email .footer-email-txt1{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--e-global-color-primary);
    line-height: 1;
}
.footer-email .footer-email-txt2{
    font-size:15px;
    line-height: 1;
    margin-top: 1.21575rem;
}
.footer-email #wpforms-15708{
    margin: 0;
}
#wpforms-form-15708{
    display: flex;
}
#wpforms-form-15708 .wpforms-submit-container{
    margin-top: 0;
    margin-left: 10px;
}
#wpforms-form-15708 .wpforms-submit{
    background-color: #9b3749;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    outline: none;
}
#wpforms-form-15708 .wpforms-submit:focus:after{
    border: none;
}
#wpforms-15708-field_2-container{
    display: flex;
    padding: 0;
}
#wpforms-15708-field_2-container .wpforms-field-label{
    display: none;
}
@media only screen and (min-width: 769px) {
    .footer-email{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0 15px;
    }
}
@media (max-width: 768px) {
    .footer-email{
        padding: 50px 0 15px;
    }
    .footer-email .footer-email-text{
        text-align: center;
        margin-bottom: 1.21575rem;
    }
    #wpforms-form-15708 .wpforms-field-container{
        width: 50%;
    }
    #wpforms-form-15708 .wpforms-submit-container{
        width: 50%;
    }
}

.footer-model04{
    background-color: #F5F5F7;
}
@media only screen and (min-width: 769px) {
    /*  */
    .footer-model04 .footer-class-list {
        display: flex;
        padding: 20px 0;
    }

    .footer-model04 .footer-class-list .footer-class-item {
        width: 20%;
        flex-shrink: 0;
    }

    .footer-model04 .footer-class-list .footer-class-item:first-child {
        width: 25%;
        flex-shrink: 0;
        margin-right: 5%;
    }

    .footer-model04 .footer-class-list .footer-class-item:last-child {
        width: 30%;
        flex-shrink: 0;
    }

    .footer-model04 .footer-class-item .txt1 {
        font-size: 18px;
        font-weight: bold;
        color: #A2394A;
        margin-bottom: 15px;
    }

    .footer-model04 .footer-class-item .txt2 {
        color: #000000;
        margin-top: 10px;
        font-size: 16px;
    }

    .footer-model04 .footer-class-item .txt3 {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .footer-model04 .footer-class-item .txt3 svg {
        width: 17px;
        fill: #222222;
        margin-right: 5px;
    }

    .footer-model04 .footer-class-item a {
        text-decoration: none;
        display: block;
        color: #000000;
        margin-top: 10px;
        font-size: 16px;
    }

    .footer-model04 .footer-class-item a:hover {
        color: #A2394A;
        text-decoration: underline;
    }
}

@media (max-width: 768px) {
    .footer-model04 .footer-class-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-model04 .footer-class-list .footer-class-item {
        width: 48%;
        flex-shrink: 0;
        margin-bottom: 5vw;
    }

    .footer-model04 .footer-class-item .txt1 {
        font-size: 4vw;
        font-weight: bold;
        color: #A2394A;
        margin-bottom: 2vw;
    }

    .footer-model04 .footer-class-item .txt2 {
        color: #000000;
        margin-top: 2vw;
        font-size: 2.5vw;
    }

    .footer-model04 .footer-class-item .txt3 {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        color: #000000;
        margin-top: 2vw;
        font-size: 2.5vw;
    }

    .footer-model04 .footer-class-item .txt3 svg {
        width: 3vw;
        fill: #222222;
        margin-right: 5px;
    }

    .footer-model04 .footer-class-item a {
        text-decoration: none;
        display: block;
        color: #000000;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    .footer-model04 .footer-class-item a:hover {
        color: #A2394A;
        text-decoration: underline;
    }
}

.footer-social-media {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0; 
    margin: 20px 0;
}

/* SEO链接区域样式 */
.seo-link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.seo-link-header {
    display: flex;
    justify-content: center;
    text-align: center;
}

.seo-link-header h3 {
    text-transform: uppercase;
    padding-bottom: 6px;
    margin: 0;
}

.seo-link-header a {
    overflow-wrap: anywhere;
}

/* 新增链接容器样式 */
.seo-link-items {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    gap: 8px; /* 统一间距 */
    width: 100%;
}

/* 链接项样式 */
.seo-link-items a {
    white-space: nowrap; /* 单个链接不换行 */
    display: inline-flex;
    align-items: center;
}

/* 分隔线样式 */
.seo-link-items a:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: rgba(0,0,0,0.3);
}

.tag-label {
    font-weight: 700;
    color: #000;
}

.so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
    border: 1px solid #E1E3E4;
    border-radius: 5px;
}

.so-tab label {
    position: relative;
    display: block;
    padding: 10px;
    line-height: normal;
    cursor: pointer;
}

.so-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.so-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s;
    overflow-y: auto;
    padding: 0 10px;
}

.so-tab-content::-webkit-scrollbar {
    width: 4px;
}

.so-tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.so-tab-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* :checked */
.so-tab input:checked~.so-tab-content {
    max-height: 200px;
    overflow-y: auto;
}

/* Icon */
.so-tab label::after {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.so-tab input[type=checkbox]+label::after {
    content: "+";
}

.so-tab input[type=radio]+label::after {
    content: "\25BC";
}

.so-tab input[type=checkbox]:checked+label::after {
    transform: rotate(315deg);
}

.so-tab input[type=radio]:checked+label::after {
    transform: rotateX(180deg);
}

.footer__container {
    text-align: left;
    padding: 10px 0;
}

.copyright-text {
    color: #7A7A7A;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.policies {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.policies li {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
}

.policies li:not(:last-child)::after {
    content: "·";
    margin-left: 8px;
    color: #7a7a7a;
}

.site-footer .policies a {
    text-decoration: none !important;
    color: #045688;
    font-size: small;
}

.site-footer .policies a:hover {
    color: #000 !important;
}

@media (max-width: 768px) {
    .footer__container {
        text-align: center;
    }

    .policies {
        justify-content: center;
    }
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.social-media-cont{
    --grid-template-columns: repeat(0, auto);
    --icon-size: 20px;
    --grid-column-gap: 5px;
    --grid-row-gap: 0px;
    --e-global-color-primary: #9C3749;
}
.social-media-cont {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    margin: 15px 0;
}

.social-media-cont a {
    text-decoration: none;
}

.social-media-cont .tit1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.soc-me-left .follow-list {
    display: flex;
}

.soc-me-left .follow-icon {
    font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin-right: 0;
}

.soc-me-left .follow-icon svg {
    fill: var(--e-global-color-primary);
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

@media (min-width: 769px) {
    .footer-social-media .appStoreBadges__column {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
    }

    .social-media-cont {
        display: flex;
        justify-content: space-between;
    }

    .social-media-cont .soc-me-right .tit1 {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .footer-social-media .appStoreBadges__column {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .footer__container {
        text-align: center;
    }

    .policies {
        justify-content: center;
    }
}

.payment-icons {
    cursor: default;
    user-select: none;
    background-color: transparent;
    margin-top: 0px;
    text-align: right;
}

.payment-icons li {
    display: inline-block;
    margin: 0 0px;
    padding-top: 0px;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}


/* APP下载模块CSS */
.footer__download {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    background: #000;
    border: 1px solid #e1e3e4;
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 8px;
    margin-right: 1em;
    transition: all .3s ease;
    max-width: 170px;
    text-decoration: none;
    cursor: pointer;
}

.footer__download-logo {
    grid-row: 1 / 3;
}

.footer__download-title {
    font: 500 12px/16px Inter, sans-serif;
}

.footer__download-name {
    box-sizing: border-box;
}

.footer__download--google {
    max-width: 170px;
}

.footer__download--appstore {
    max-width: 160px;
}

.single-product .site-content .site-footer {
    background-color: #ffffff00;
}

.blu-accordion__content h2, .blu-accordion__content h3, .blu-accordion__content p { text-align: center; }