@charset "UTF-8";.no-scroll {
  overflow: hidden;
}

.p-r {
  position: relative;
}

.common-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 0.75);
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}

@-webkit-keyframes inFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes inFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes inFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes inFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.inFade-enter-active {
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 0.75);
}

.inFade-enter-from,
.inFade-leave-to {
  opacity: 0;
}

.inFade-enter-to,
.inFade-leave-from {
  opacity: 1;
}
.cmp-header-panel-content[data-v-b95598a2] {
  position: absolute;
  left: 1.14583vw;
  right: 1.14583vw;
  top: 4.53125vw;
  z-index: 995;
  --active-panel-height: 0px;
  height: var(--active-panel-height);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  will-change: backdrop-filter;
  -webkit-transition: height 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.3s cubic-bezier(0.5, 0, 0, 0.75);
  transition: height 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.3s cubic-bezier(0.5, 0, 0, 0.75);
}
.cmp-header-panel-content-active[data-v-b95598a2] {
  --active-panel-height: 36.14583vw;
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
.cmp-header-panel-content[data-v-b95598a2]::-webkit-scrollbar {
  display: none;
}
.cmp-header-panel-content .cmp-header-menu-panel-content[data-v-b95598a2] {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.2s, margin 0s ease;
  transition: opacity 0.3s ease 0.2s, margin 0s ease;
}
.cmp-header-panel-content .cmp-header-menu-panel-content.active[data-v-b95598a2] {
  opacity: 1;
  margin-top: 0;
}
.w-36-px[data-v-b95598a2] {
  width: 1.875vw;
}
.m-b-40[data-v-b95598a2] {
  margin-bottom: 2.08333vw;
}
.p-r-100[data-v-b95598a2] {
  padding-right: 5.20833vw;
}
.overflow-y-scroll[data-v-b95598a2] {
  overflow-y: scroll;
}
.border-r-12px[data-v-b95598a2] {
  border-radius: 0.625vw;
}
.border-r-12px-top[data-v-b95598a2] {
  border-radius: 0.625vw 0.625vw 0 0;
}
.header-section[data-v-b95598a2] {
  padding: 0.78125vw 1.14583vw 0px;
}
.header-content[data-v-b95598a2] {
  position: relative;
  height: 3.75vw;
  padding: 0 2.08333vw;
  z-index: 999;
  -webkit-box-shadow: 0 0 1.04167vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.04167vw 0px rgba(0, 0, 0, 0.1);
}
.show-dialog[data-v-b95598a2] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-icon[data-v-b95598a2] {
  width: 1.875vw;
  height: 1.875vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-icon img[data-v-b95598a2] {
  width: 1.25vw;
  height: 1.25vw;
}
.header-icon[data-v-b95598a2]:hover {
  border-radius: 0.625vw;
  /* Brand/0 */
  background: rgb(234, 240, 252);
}
.header-logo[data-v-b95598a2] {
  height: 0.67708vw;
}
.left-item[data-v-b95598a2] {
  padding: 0.20833vw 0.83333vw;
  margin-left: 1.66667vw;
  font-size: 0.9375vw;
  cursor: pointer;
}
.left-item[data-v-b95598a2]:hover {
  border-radius: 0.625vw;
  /* Brand/0 */
  background: rgb(234, 240, 252);
}
.right-item[data-v-b95598a2] {
  cursor: pointer;
}
.right-item .right-text[data-v-b95598a2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.40625vw;
  padding: 0.20833vw 0.83333vw;
  cursor: pointer;
}
.right-item .right-text[data-v-b95598a2]:hover {
  border-radius: 0.625vw;
  /* Brand/0 */
  background: rgb(234, 240, 252);
}
.right-item img[data-v-b95598a2] {
  margin: 0 0.83333vw;
}
.right-item:last-child img[data-v-b95598a2] {
  margin-right: 0px;
}
.glass-box[data-v-b95598a2] {
  position: relative;
  padding: 1.04167vw;
  border-radius: 0.52083vw;
  overflow: hidden;
}

/* 毛玻璃蒙板 */
.glass-box[data-v-b95598a2]::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.83333vw);
  z-index: 991;
}
.dialog-content[data-v-b95598a2] {
  border-radius: 0 0 0.625vw 0.625vw;
  height: 36.14583vw;
  background: white;
  border-top: 1px solid rgb(229, 229, 229);
  padding: 2.08333vw;
  position: relative;
  z-index: 999;
}
.dialog-content-i18n[data-v-b95598a2] {
  padding: 4.16667vw 0 2.08333vw 5.20833vw;
}
.more-list[data-v-b95598a2] {
  width: 52.86458vw;
  margin-right: 1.5625vw;
  height: 100%;
}
.more-item-section[data-v-b95598a2] {
  overflow: hidden;
  margin-right: 0.52083vw;
}
.more-item-section span[data-v-b95598a2] {
  position: relative;
}
.more-item-section span[data-v-b95598a2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96), -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.more-item-section img[data-v-b95598a2] {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.more-item-section:hover span[data-v-b95598a2]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.more-item-section:hover img[data-v-b95598a2] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.more-list-item[data-v-b95598a2] {
  width: 16.66667vw;
  height: 16.66667vw;
  margin-top: 0.83333vw;
  border-radius: 0.625vw;
  background: rgb(246, 246, 246);
  overflow: hidden;
}
.more-list-item img[data-v-b95598a2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-list-item-text[data-v-b95598a2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.5625vw;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0.83333vw;
}
.more-right-list-section[data-v-b95598a2] {
  height: 11.14583vw;
}
.more-right-list-text[data-v-b95598a2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.5625vw;
  letter-spacing: 0px;
  text-align: left;
}
.more-right-list-text span[data-v-b95598a2] {
  position: relative;
}
.more-right-list-text span[data-v-b95598a2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96), -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.more-right-list-text span[data-v-b95598a2]:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.more-right-list-text[data-v-b95598a2]:not(:nth-of-type(5n)) {
  margin-bottom: 0.83333vw;
}
.more-content-right-module[data-v-b95598a2] {
  height: 16.66667vw;
  border-radius: 0.625vw;
  background: rgb(0, 79, 189);
  padding: 1.25vw 1.25vw 0;
}
.more-content-right-module img[data-v-b95598a2] {
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55);
}
.more-content-right-module-item:hover img[data-v-b95598a2] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.more-content-right-module-text[data-v-b95598a2] {
  color: rgb(255, 255, 255);
  font-family: URW Form Expand-700;
  font-size: 1.875vw;
  line-height: 140%;
}
.more-right-img[data-v-b95598a2] {
  border: 0.10417vw solid rgb(255, 255, 255);
  background: rgb(0, 79, 189);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.more-right-img-hover[data-v-b95598a2] {
  border: none;
}
.more-right-button[data-v-b95598a2] {
  border: 0.10417vw solid rgb(255, 255, 255);
  border-radius: 4.01042vw;
  background: rgb(0, 79, 189);
  color: rgb(255, 255, 255);
  font-family: URW Form Expand-700;
  font-size: 1.19792vw;
  font-weight: 700;
  line-height: 1.82292vw;
  height: 3.125vw;
  padding: 0 3.125vw;
  margin-bottom: 1.25vw;
  cursor: pointer;
}
.more-right-button-hover[data-v-b95598a2] {
  border: 0.10417vw solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(0, 79, 189);
}
.i18n-left-text[data-v-b95598a2] {
  color: rgb(26, 26, 26);
  font-family: URW Form Expand-700;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 8.33333vw;
}
.i18n-area-text[data-v-b95598a2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.04167vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0.83333vw;
}
.i18n-country-section[data-v-b95598a2] {
  gap: 0.41667vw;
}
.i18n-country-text[data-v-b95598a2] {
  font-family: URW Form Expand;
  font-size: 0.72917vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  color: rgb(104, 103, 119);
  margin-bottom: 0.83333vw;
  gap: 1px;
  width: calc((100% - 1.25vw) / 4);
}
.language-area[data-v-b95598a2] {
  gap: 1px;
}
.language-item span[data-v-b95598a2] {
  position: relative;
}
.language-item span[data-v-b95598a2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96), -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.language-item span[data-v-b95598a2]:hover {
  color: rgb(0, 0, 0);
}
.language-item span[data-v-b95598a2]:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.i18n-list-item[data-v-b95598a2] {
  padding-top: 0.83333vw;
  margin-bottom: 1.25vw;
}
.i18n-list-item[data-v-b95598a2]:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.cmp__customer-service[data-v-b95598a2] {
  position: fixed;
  bottom: 6.4814814815vh;
  right: 10px;
}
.cmp__customer-service img[data-v-b95598a2] {
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
}
.cmp__customer-service-iframe[data-v-b95598a2] {
  position: fixed;
  bottom: 140px;
  right: 0;
  height: 24vw;
  width: clamp(380px, 22vw, 426px);
  backdrop-filter: blur(24px);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  pointer-events: none;
}
.cmp__customer-service-iframe.view[data-v-b95598a2] {
  opacity: 1;
  pointer-events: auto;
}
.cmp__customer-service-iframe iframe[data-v-b95598a2] {
  height: 100%;
  width: 100%;
}

/* 创建复杂的自定义滚动条 */
[data-v-b95598a2]::-webkit-scrollbar {
  width: 6px;
}

/* 定义滚动条轨道 */
[data-v-b95598a2]::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* 定义滚动条滑块 */
[data-v-b95598a2]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* 利用伪元素添加高光效果 */
[data-v-b95598a2]::-webkit-scrollbar-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 10px;
}@-webkit-keyframes iframeFadeIn-567049e7 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes iframeFadeIn-567049e7 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.isMob[data-v-567049e7] :root {
  --active-panel-height: 0;
}
.isMob .cmp-header-panel-content[data-v-567049e7] {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.25rem;
  z-index: 995;
  height: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  will-change: backdrop-filter;
  -webkit-transition: height 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.3s cubic-bezier(0.5, 0, 0, 0.75);
  transition: height 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.3s cubic-bezier(0.5, 0, 0, 0.75);
}
.isMob .cmp-header-panel-content-active[data-v-567049e7] {
  height: var(--active-panel-height);
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
.isMob .cmp-header-panel-content[data-v-567049e7]::-webkit-scrollbar {
  display: none;
}
.isMob .cmp-header-panel-content .cmp-header-menu-panel-content[data-v-567049e7] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.2s, margin 0s ease;
  transition: opacity 0.3s ease 0.2s, margin 0s ease;
}
.isMob .cmp-header-panel-content .cmp-header-menu-panel-content.active[data-v-567049e7] {
  opacity: 1;
  margin-top: 0;
}
.isMob .w-36-px[data-v-567049e7] {
  width: 2.25rem;
}
.isMob .p-r-100[data-v-567049e7] {
  padding-right: 6.25rem;
}
.isMob .header-section[data-v-567049e7] {
  padding: 0.75rem 0.75rem 0;
}
.isMob .header-section-expand[data-v-567049e7] {
  background: white;
  padding: 0.75rem 0 0;
}
.isMob .header-section-expand .header-content[data-v-567049e7] {
  padding: 0.5rem 1.25rem;
}
.isMob .header-content[data-v-567049e7] {
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.isMob .show-dialog[data-v-567049e7] {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.isMob .header-icon-section[data-v-567049e7] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.isMob .header-icon[data-v-567049e7] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
}
.isMob .header-logo[data-v-567049e7] {
  height: 0.375rem;
}
.isMob .left-item[data-v-567049e7] {
  padding: 0.25rem 1rem;
  margin-left: 2rem;
  font-size: 1.125rem;
}
.isMob .right-text[data-v-567049e7] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
}
.isMob .car-list[data-v-567049e7] {
  overflow-x: auto;
  white-space: nowrap;
}
.isMob .car-list[data-v-567049e7]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.isMob .area-list[data-v-567049e7] {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 2rem;
}
.isMob .area-list[data-v-567049e7]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.isMob .dialog-content[data-v-567049e7] {
  background: white;
  padding: 2.5rem 0 2.5rem 1.25rem;
  min-height: 100%;
}
.isMob .dialog-content-i18n[data-v-567049e7] {
  padding: 1.5rem 0 1.5rem 1.125rem;
}
.isMob .more-list[data-v-567049e7] {
  width: 63.4375rem;
  margin-right: 1.875rem;
  height: 100%;
}
.isMob .more-list-item[data-v-567049e7] {
  width: 9.25rem;
  height: 9.25rem;
  margin-right: 0.625rem;
  border-radius: 0.75rem;
  background: rgb(246, 246, 246);
}
.isMob .more-list-item img[data-v-567049e7] {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.isMob .more-list-item-text[data-v-567049e7] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.isMob .more-right-list-section[data-v-567049e7] {
  margin-right: 1.25rem;
  padding-bottom: 1.5rem;
}
.isMob .more-right-list-text[data-v-567049e7] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
}
.isMob .more-right-list-text[data-v-567049e7] {
  margin-bottom: 1rem;
}
.isMob .more-content-right-module[data-v-567049e7] {
  height: 9.25rem;
  border-radius: 0.75rem;
  background: rgb(0, 79, 189);
  padding: 0.75rem 0.75rem 0;
  margin: 0.3125rem 1.25rem 0 0;
}
.isMob .more-content-right-module img[data-v-567049e7] {
  width: 2rem;
  height: 2rem;
}
.isMob .more-content-right-module-text[data-v-567049e7] {
  color: rgb(255, 255, 255);
  font-family: URW Form Expand-500;
  font-size: 1.25rem;
  line-height: 150%;
}
.isMob .more-right-img[data-v-567049e7] {
  border: 0.125rem solid rgb(255, 255, 255);
  background: rgb(0, 79, 189);
  border-radius: 50%;
}
.isMob .more-right-button[data-v-567049e7] {
  border: 0.125rem solid rgb(255, 255, 255);
  border-radius: 4.8125rem;
  background: rgb(0, 79, 189);
  color: rgb(255, 255, 255);
  font-family: URW Form Expand-700;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0;
  text-align: left;
  height: 2rem;
  padding: 0 2rem;
  margin-bottom: 0.75rem;
}
.isMob .bottom-icon[data-v-567049e7] {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.75rem;
  margin-top: 2.75rem;
}
.isMob .i18n-left-text[data-v-567049e7] {
  color: rgb(26, 26, 26);
  font-family: URW Form Expand-700;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  margin-right: 0.3125rem;
}
.isMob .i18n-area-text[data-v-567049e7] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1rem;
}
.isMob .language-list[data-v-567049e7] {
  margin: 1.875rem 1.125rem 0 0;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid rgb(216, 216, 216);
}
.isMob .i18n-country-text[data-v-567049e7] {
  color: rgb(104, 103, 119);
  font-family: URW Form Expand;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  color: rgb(104, 103, 119);
  gap: 0.0625rem;
  margin-bottom: 2rem;
}
.isMob .language-area[data-v-567049e7] {
  gap: 0.0625rem;
}
.isMob .i18n-list-item[data-v-567049e7] {
  color: rgb(104, 103, 119);
  font-family: URW Form Expand-500;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
  margin-right: 1.25rem;
}
.isMob .i18n-list-item-active[data-v-567049e7] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
}
.isMob .customer-service[data-v-567049e7] {
  position: fixed;
  bottom: 2.5rem;
  right: 0.625rem;
}
.isMob .customer-service img[data-v-567049e7] {
  width: 3rem;
  height: 3rem;
}
.isMob .customer-service-iframe[data-v-567049e7] {
  position: fixed;
  width: 100%;
  height: calc(100% - 6.25rem);
  top: 0;
  bottom: 6.25rem;
  right: 0;
  left: 0;
  backdrop-filter: blur(1.5rem);
  display: none;
  -webkit-animation: iframeFadeIn-567049e7 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
          animation: iframeFadeIn-567049e7 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.isMob .customer-service-iframe.view[data-v-567049e7] {
  display: block;
}
.isMob .close-icon[data-v-567049e7] {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 10;
}