.footer-new {
    font-size: 30px;
    background-color: var(--theme-color);
    color: #fff;
    --footer-text-color: var(--color-light-text);
}

.footer-new-wrapper {
    overflow: hidden;
    padding: 50px 0 120px;
}

.footer-new-instruct {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-new-instruct-item {
    margin-left: 60px;
    width: 250px;
    height: 250px;
    text-align: center;
}

.footer-new-instruct-item:first-child {
    margin-left: 0;
}

.footer-new-instruct-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: 54px auto 23px;
    overflow: hidden;
}

.footer-new-instruct-item-icon img {
    height: 100%;
    width: auto;
}

.footer-new-instruct-item-icon-default {
    width: 100%;
    height: 100%;
    background-color: #efefef;
}

.footer-new-instruct-item-name {
    color: rgb(var(--footer-text-color));
}

.footer-new-search {
    margin: 20px auto 50px;
    width: 840px;
    text-align: center;
}

.footer-new-search-title {
    font-weight: 400;
    font-size: 45px;
    line-height: 63px;
    color: rgb(var(--footer-text-color));
}

.footer-new-search-desc {
    margin-top: 10px;
    color: rgb(var(--footer-text-color));
}

.footer-new-search-input {
    margin-top: 20px;
    width: 100%;
    height: 72px;
    border-radius: 12px;
    padding: 25px 52px 25px 20px;
    background-color: rgb(var(--footer-text-color, 255, 255, 255));
    position: relative;

}

.footer-new-search-input input {
    border: none;
    outline: none;
    vertical-align: top;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.footer-new-search-input-search {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.footer-new-search-input-search:hover {
    transform: translateY(-50%) scale(1.1);
}

.footer-new-search-input-search_button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.footer-new-search-note {
    margin-top: 20px;
    text-align: center;
    color: rgb(var(--footer-text-color));
}

.footer-new_keyword {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-new_keyword_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgb(var(--footer-text-color));
}

.footer-new_custom-menu_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgb(var(--footer-text-color));
}

.footer-new_custom-menu_list {
    margin-top: 30px;
    text-align: left;
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(var(--desktop-columns), 1fr);
}

.footer-new_custom-menu_item,
a.footer-new_custom-menu_item {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(var(--footer-text-color));
    cursor: pointer;
    align-items: center;
    display: flex;
    white-space: nowrap;
}

.footer-new_custom-menu_item:hover,
a.footer-new_custom-menu_item:hover,
a.custom-menu-2__link:hover {
    text-decoration: underline;
    color: rgb(var(--color-light-text));
}

.footer-new_keyword_support_list {
    margin-top: 24px;
}

.footer-new_keyword_support_item {
    margin-bottom: 30px;
    padding: 0 25px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #FFFFFF;
    border-radius: 55px;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-new_keyword_products {
    margin-left: 140px;
}

.footer-new_keyword_company {
    margin-left: 74px;
    margin-right: 140px;
}

.footer-new_keyword_products_list,
.footer-new_keyword_company_list {
    margin-top: 26px;
    text-align: left;
}

.footer-new_keyword_products_item,
.footer-new_keyword_company_item {
    white-space: nowrap;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgb(var(--footer-text-color));
    cursor: pointer;
}

.footer-new_keyword_products_item:hover,
.footer-new_keyword_company_item:hover {
    text-decoration: underline;
}

.footer-new_keyword_community_content {
    margin-top: 20px;
    color: rgb(var(--footer-text-color));
    max-width: 500px;
}

.footer-new_keyword_social_apps {
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
}

.footer-new_keyword_social_apps_item {
    font-size: 0;
    margin-right: 30px;
    width: 24px;
}

.footer-new_keyword_social_apps_item img {
    width: 100%;
    height: auto;
}

.footer-new_keyword_social_apps_item>a {
    color: #FFFFFF;
    cursor: pointer;
}

.footer-new_keyword_social_apps_item>a:hover {
    color: #FFFFFF;
}

.footer-new_keyword_available_apps {
    display: flex;
    align-items: center;
}

.footer-new_keyword_available_apps_item {
    margin-right: 28px;
    font-size: 0px;
}

.footer-new_keyword_available_apps_item img {
    width: 48px;
    height: auto;
}

.footer-new_keyword_available_apps_item>a {
    color: rgb(var(--footer-text-color));
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-new_keyword_available_apps_item>a:hover {
    color: rgb(var(--footer-text-color));
}

.footer-new_keyword_available_apps_item span {
    margin-top: 5px;
    color: rgb(var(--footer-text-color));
}

.footer-new_keyword_country_apps {
    margin-top: 33px;
    display: flex;
    align-items: center;
}

.footer-new_keyword_country_apps_item {
    font-size: 0px;
    margin-right: 10px;
}

.footer-new_keyword_country_apps_item img {
    height: 30px;
    width: auto;
}

.footer-new_keyword_other_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 30px;
    background: linear-gradient(89.7deg, #FF78FD -22.25%, #BF66FE 51.83%, #5D00FF 135.95%);
    border-radius: 50px;
}

.footer-new_keyword_other_button>a {
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
}

.footer-new_keyword_other_button>a:hover {
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
}

.footer-new_keyword_web_title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #FFFFFF;
}

.footer-new_keyword_web_desc {
    display: inline-flex;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.65;
}
.footer__payment-icons > svg {
  width: auto;
  height: 22px;
}

/* 移动端适配样式 */
@media screen and (max-width: 768px) {
  .footer-new-wrapper {
    padding: 40px 20px 60px;
  }

  /* 顶部图标区域适配 */
  .footer-new-instruct {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-new-instruct-item {
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-new-instruct-item-icon {
    width: 60px;
    height: 60px;
    margin: 20px auto 15px;
  }

  /* 邮件订阅区域适配 */
  .footer-new-search {
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
  }

  .footer-new-search-title {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }

  .footer-new-search-desc {
    margin: 23px 0;
    text-align: left;
  }

  .footer-new-search-input {
    height: 56px;
    padding: 15px 40px 15px 15px;
  }

  .footer-new-search-note {
    margin-top: 15px;
  }

  /* 底部菜单区域适配 */
  .footer-new_keyword {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer-new_custom-menu,
  .footer-new_keyword_column {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  .footer-new_custom-menu_title,
  .footer-new_keyword_title {
    font-size: 20px !important;
    line-height: 28px;
  }

  .footer-new_custom-menu_list {
    margin-top: 20px;
    grid-template-columns: repeat(var(--mobile-columns), 1fr);
  }

  .footer-new_custom-menu_item,
  a.footer-new_custom-menu_item {
    margin-bottom: 12px;
  }

  /* 社交媒体图标适配 */
  .footer-new_keyword_social_apps {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .footer-new_keyword_social_apps_item {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  /* 应用商店图标适配 */
  .footer-new_keyword_available_apps {
    flex-wrap: wrap;
  }

  .footer-new_keyword_available_apps_item {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .footer-new_keyword_available_apps_item img {
    width: 36px;
  }

  /* 国家/地区选择适配 */
  .footer-new_keyword_country_apps {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .footer-new_keyword_country_apps_item {
    margin-bottom: 10px;
  }

  .footer-new_keyword_country_apps_item img {
    height: 24px;
  }

  /* 其他按钮适配 */
  .footer-new_keyword_other_button {
    height: 56px;
    padding: 0 20px;
  }

  .footer-new_keyword_other_button > a {
    font-size: 20px;
    line-height: 28px;
  }

  /* 社区文本适配 */
  .footer-new_keyword_community_content {
    margin-top: 15px;
  }

  /* 底部版权信息适配 */
  .footer-new_keyword_web_title {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-new_keyword_web_desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    padding: 10px;
  }

  /* 通用间距调整 */
  .m-t-30 {
    margin-top: 20px;
  }

  .m-t-50 {
    margin-top: 30px;
  }
}