/* vipkei.com externalized from DedeCMS common template
 * source phase: P1 step 5 common
 * version: 20260612-p1s5-common
 */

.vk-mobile-site-footer,
.vk-mobile-site-footer *,
.vk-mobile-site-footer *::before,
.vk-mobile-site-footer *::after {
  box-sizing: border-box;
}

.vk-mobile-site-footer {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta {
  width: auto;
  min-width: 0;
  margin: 18px 6px 0;
  padding: 22px 18px 20px;
  overflow: hidden;
  border-radius: 8px;
  background: #123a56;
  box-shadow: 0 8px 22px rgba(18, 58, 86, .18);
  color: #ffffff;
  text-align: left;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #65c9ef;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__title {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42;
  text-align: left;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__text {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.72;
  text-align: left;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 17px 0 0;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__button--primary {
  background: #fa5f32;
  color: #ffffff;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__button--secondary {
  border-color: rgba(255, 255, 255, .72);
  background: transparent;
  color: #ffffff;
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__button:active {
  transform: translateY(1px);
}

.vk-mobile-site-footer .vk-mobile-inquiry-cta__button:focus-visible {
  outline: 3px solid rgba(246, 185, 39, .9);
  outline-offset: 3px;
}

.m-contact-page-template .vk-mobile-site-footer .vk-mobile-inquiry-cta,
.m-inquiry-page-template .vk-mobile-site-footer .vk-mobile-inquiry-cta {
  display: none;
}

.vk-mobile-site-footer .copy {
  width: 100%;
  min-height: 42px;
  height: auto;
  margin: 14px 0 64px;
  padding: 10px 8px 12px;
  background: #f2f2f2;
  color: #555555;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.vk-mobile-site-footer .back_to_top {
  position: fixed;
  right: max(10px, env(safe-area-inset-right));
  bottom: calc(70px + env(safe-area-inset-bottom));
  z-index: 999;
  display: none;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff url('/m/skin/images/back.png') no-repeat center;
  background-size: 30px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.vk-mobile-site-footer .back_to_top.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

.vk-mobile-site-footer .back_to_top:active {
  transform: translateY(1px);
}

.vk-mobile-site-footer .back_to_top:focus-visible,
.vk-mobile-site-footer .vk-mobile-footer-nav a:focus-visible,
.vk-mobile-site-footer .vk-mobile-footer-nav button:focus-visible,
.vk-mobile-site-footer .wx-close:focus-visible,
.vk-mobile-site-footer #btn:focus-visible {
  outline: 3px solid rgba(246, 185, 39, .85);
  outline-offset: 2px;
}

.vk-mobile-site-footer .vk-mobile-footer-nav {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 998;
  width: 100%;
  min-width: 0;
  max-width: 640px;
  height: calc(58px + env(safe-area-inset-bottom));
  margin: 0;
  padding: 0 0 env(safe-area-inset-bottom);
  background: #30b7ef;
  box-shadow: 0 -2px 10px rgba(18, 58, 86, .12);
  transform: translateX(-50%);
}

.vk-mobile-site-footer .vk-mobile-footer-nav ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vk-mobile-site-footer .vk-mobile-footer-nav li {
  min-width: 0;
  height: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vk-mobile-site-footer .vk-mobile-footer-nav a,
.vk-mobile-site-footer .vk-mobile-footer-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  min-width: 0;
  margin: 0;
  padding: 5px 2px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.vk-mobile-site-footer .vk-mobile-footer-nav a::before,
.vk-mobile-site-footer .vk-mobile-footer-nav button::before {
  content: "";
  display: block;
  width: 24px;
  height: 23px;
  margin: 0 auto 4px;
  background-image: url('/m/ban/images/g-ico.png');
  background-repeat: no-repeat;
  background-size: 240px auto;
}

.vk-mobile-site-footer .vk-mobile-footer-nav li:nth-child(1) a::before {
  background-position: 2px -35px;
}

.vk-mobile-site-footer .vk-mobile-footer-nav li:nth-child(2) a::before {
  background-position: -109px -35px;
}

.vk-mobile-site-footer .vk-mobile-footer-nav li:nth-child(3) button::before {
  background-position: -73px -35px;
}

.vk-mobile-site-footer .vk-mobile-footer-nav li:nth-child(4) a::before {
  background-position: -35px -35px;
}

.vk-mobile-site-footer .vk-mobile-footer-nav a:active,
.vk-mobile-site-footer .vk-mobile-footer-nav button:active {
  background: #f6b927;
}

.vk-mobile-site-footer #wxnr {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, .62);
}

.vk-mobile-site-footer #wxnr.is-open {
  display: flex;
}

.vk-mobile-site-footer #wxnr .nrdf {
  position: relative;
  width: min(330px, 100%);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 44px 20px 20px;
  overflow: auto;
  border: 1px solid rgba(48, 183, 239, .24);
  border-radius: 6px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
  color: #555555;
  text-align: center;
}

.vk-mobile-site-footer #wxnr .wx-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #123a56;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.vk-mobile-site-footer #wxnr img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
}

.vk-mobile-site-footer #wxnr p {
  margin: 7px 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.vk-mobile-site-footer #wxnr #btn,
.vk-mobile-site-footer #wxnr .wx {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #30b7ef;
  color: #ffffff;
  cursor: pointer;
}

.vk-mobile-site-footer #wxnr .wx {
  padding-left: 34px;
  background-image: url('/m/ban/images/wx.png');
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 18px auto;
}

.vk-mobile-site-footer #weixin {
  position: fixed;
  top: 50%;
  right: 5%;
  z-index: 1002;
  display: none;
  width: 90%;
  margin-top: -28px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  background: rgba(0, 0, 0, .84);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.vk-mobile-site-footer #weixin.is-visible {
  display: block;
}

@media (hover: hover) {
  .vk-mobile-site-footer .vk-mobile-inquiry-cta__button--primary:hover {
    background: #e94f25;
    color: #ffffff;
  }

  .vk-mobile-site-footer .vk-mobile-inquiry-cta__button--secondary:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #123a56;
  }

  .vk-mobile-site-footer .vk-mobile-footer-nav a:hover,
  .vk-mobile-site-footer .vk-mobile-footer-nav button:hover {
    background: #168fbd;
    color: #ffffff;
  }
}

@media (max-width: 359px) {
  .vk-mobile-site-footer .vk-mobile-footer-nav a,
  .vk-mobile-site-footer .vk-mobile-footer-nav button {
    font-size: 11px;
  }

  .vk-mobile-site-footer #wxnr .nrdf {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vk-mobile-site-footer .back_to_top,
  .vk-mobile-site-footer .vk-mobile-inquiry-cta__button,
  .vk-mobile-site-footer .vk-mobile-footer-nav a,
  .vk-mobile-site-footer .vk-mobile-footer-nav button {
    scroll-behavior: auto;
    transition: none;
  }
}
