.w2-header,
.w2-footer {
    --w2-primary: #6246e8;
    --w2-primary-deep: #432cb1;
    --w2-ink: #1f2a28;
    --w2-muted: #6b7280;
    --w2-border: rgba(90, 107, 103, .14);
    --w2-soft: #f6f5ff;
    --w2-tint: #f8fafc;
    --w2-white: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: var(--w2-ink);
    font-family: "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.w2-header *,
.w2-header *::before,
.w2-header *::after,
.w2-footer *,
.w2-footer *::before,
.w2-footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    list-style: none;
}
.w2-header a, .w2-footer a { color: inherit; text-decoration: none; }
.w2-header button, .w2-footer button { font: inherit; }
.w2-header img, .w2-footer img { display: block; max-width: 100%; }
.w2-header [hidden], .w2-footer [hidden] { display: none !important; }

.phase1-knowledge-menu {
    width: 1192px;
    min-height: 232px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    align-items: stretch;
    gap: 32px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.phase1-knowledge-menu__intro {
    width: 280px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: left;
}
.phase1-knowledge-menu__intro small { color: #6246e8; font-size: 12px; }
.phase1-knowledge-menu__intro strong { color: #6246e8; font-size: 28px; line-height: 38px; }
.phase1-knowledge-menu__intro p { margin: 0; color: #6b7280; font-size: 14px; line-height: 24px; }
.phase1-knowledge-menu__cards {
    min-width: 0;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.phase1-knowledge-menu__card {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(90, 107, 103, .14);
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.phase1-knowledge-menu__card:hover,
.phase1-knowledge-menu__card:focus-visible {
    border-color: #6246e8;
    box-shadow: 0 8px 24px rgba(98, 70, 232, .10);
    transform: translateY(-2px);
    outline: none;
}
.phase1-knowledge-menu__card small { color: #6246e8; font-size: 12px; }
.phase1-knowledge-menu__card strong { color: #1e293b; font-size: 20px; line-height: 28px; }
.phase1-knowledge-menu__card p { margin: 0; color: #6b7280; font-size: 14px; line-height: 22px; }
.phase1-knowledge-menu__card span {
    margin-top: auto;
    color: #6246e8;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.phase1-knowledge-menu__card span img { width: 18px; height: 18px; }

.header .menus-item-about.menus-item-dropdown-open::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    height: 2px;
    background: #6246e8;
}
.header-select-about .phase1-knowledge-menu__line {
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: #ddd6fa;
    display: block;
    flex: 0 0 auto;
}
.header-select-about .phase1-knowledge-menu__card:hover .phase1-knowledge-menu__line,
.header-select-about .phase1-knowledge-menu__card:focus-visible .phase1-knowledge-menu__line {
    background: #6246e8;
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
    .phase1-knowledge-menu { width: 1000px; gap: 20px; }
    .phase1-knowledge-menu__intro { width: 220px; padding-left: 0; }
    .phase1-knowledge-menu__card { padding: 20px; }
}

@media (max-width: 767px) {
    .header .header_box { padding-right: 24px; padding-left: 24px; }
    .header .header_logo {
        min-height: 48px;
        margin-right: 0;
    }
    .header .header-right-mobile {
        right: 24px;
        width: auto;
        height: 54px;
        padding-top: 0;
        display: flex;
        align-items: center;
        gap: 0;
    }
    .header .header-right-mobile > img.iphone-icon,
    .header .header-right-mobile > img.iphone-menus-icon {
        width: 48px !important;
        height: 48px !important;
        margin: 0;
        padding: 12px;
        flex: 0 0 48px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    body.about-us-top-hero .header .header_box {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    body.about-us-top-hero .header .header-right-mobile {
        right: 40px;
        width: auto;
        padding-top: 0;
        display: flex !important;
        align-items: center;
        gap: 0;
    }
    body.about-us-top-hero .header .header-right-mobile > img.iphone-icon,
    body.about-us-top-hero .header .header-right-mobile > img.iphone-menus-icon {
        width: 48px !important;
        height: 48px !important;
        margin: 0;
        padding: 8px;
        flex: 0 0 48px;
        pointer-events: auto !important;
    }
}

.w2-header { position: relative; z-index: 50; height: 64px; background: #fff; border-bottom: 1px solid var(--w2-border); }
.w2-header__bar { width: min(1440px, calc(100% - 48px)); height: 64px; margin: auto; display: flex; align-items: center; gap: 24px; }
.w2-logo { width: 108px; height: 44px; display: flex; align-items: center; flex: 0 0 auto; }
.w2-nav { display: flex; height: 64px; align-items: stretch; }
.w2-nav__item { height: 64px; }
.w2-nav__item > a, .w2-nav__trigger { min-width: 104px; height: 64px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--w2-ink); background: none; border: 0; cursor: pointer; position: relative; }
.w2-nav__item.is-active > a, .w2-nav__item.is-active > button, .w2-nav__trigger[aria-expanded="true"] { color: var(--w2-primary); }
.w2-nav__item.is-active > a::after, .w2-nav__item.is-active > button::after, .w2-nav__trigger[aria-expanded="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--w2-primary); }
.w2-chevron { width: 16px; height: 16px; position: relative; flex: 0 0 auto; }
.w2-chevron img { position: absolute; inset: 0; width: 16px; height: 16px; }
.w2-chevron__active { display: none; }
.w2-nav__trigger[aria-expanded="true"] .w2-chevron__default { display: none; }
.w2-nav__trigger[aria-expanded="true"] .w2-chevron__active { display: block; }
.w2-header__actions { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 14px; white-space: nowrap; }
.w2-language, .w2-phone { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
.w2-demo { width: 129px; min-height: 44px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--w2-primary); }
.w2-menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 8px; color: var(--w2-primary); background: var(--w2-soft); font-size: 24px; }
.w2-mega { position: absolute; left: 0; top: 64px; width: 100%; min-height: 296px; padding: 32px 0; background: var(--w2-soft); border-bottom: 1px solid var(--w2-border); box-shadow: 0 16px 32px rgba(31, 23, 82, .1); }
.w2-mega__inner { width: min(1440px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; gap: 48px; }
.w2-mega__intro { width: 280px; min-height: 192px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.w2-mega__intro small { color: var(--w2-primary); font-size: 12px; }
.w2-mega__intro strong { color: var(--w2-primary-deep); font-size: 28px; line-height: 38px; }
.w2-mega__intro p { margin: 0; color: var(--w2-muted); font-size: 15px; line-height: 24px; }
.w2-mega__cards { flex: 0 0 1008px; display: grid; grid-template-columns: repeat(3, 320px); gap: 24px; }
.w2-mega__card { height: 192px; padding: 16px 24px; border: 1px solid var(--w2-border); border-radius: 16px; background: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; transition: border .2s, transform .2s; }
.w2-mega__card.is-current { border-color: var(--w2-primary); background: var(--w2-tint); }
.w2-mega__card:hover, .w2-mega__card:focus-visible { border-color: var(--w2-primary); transform: translateY(-2px); outline: none; }
.w2-mega__line { width: 48px; height: 4px; background: var(--w2-primary); opacity: .28; }
.w2-mega__card.is-current .w2-mega__line { opacity: 1; }
.w2-mega__card small { color: var(--w2-muted); }
.w2-mega__card.is-current small { color: var(--w2-primary); }
.w2-mega__card strong { font-size: 20px; line-height: 28px; font-weight: 400; }
.w2-mega__card p { height: 44px; margin: 0; color: var(--w2-muted); font-size: 14px; line-height: 22px; }
.w2-mega__card > span:last-child { margin-top: auto; color: var(--w2-primary); font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }
.w2-mobile-nav { display: none; }

.w2-footer { height: 660px; border-top: 1px solid var(--w2-border); background: #fff; }
.w2-footer__inner { width: min(1440px, calc(100% - 80px)); height: 659px; margin: auto; padding-top: 62px; display: flex; flex-direction: column; }
.w2-footer__main { height: 430px; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 52px; }
.w2-footer__follow { width: 280px; height: 230px; margin: 0; padding: 16px; border: 1px solid var(--w2-border); border-radius: 16px; background: var(--w2-soft); }
.w2-footer__follow h2 { height: 28px; margin: 0 0 12px; display: flex; align-items: center; gap: 10px; color: var(--w2-primary); font-size: 18px; line-height: 24px; font-weight: 400; }
.w2-footer__follow h2 span { width: 4px; height: 20px; border-radius: 2px; background: var(--w2-primary); }
.w2-footer__qrs { width: 248px; height: 158px; display: flex; gap: 12px; }
.w2-footer__qrs figure { width: 118px; height: 158px; margin: 0; padding: 6px 4px; border: 1px solid var(--w2-border); border-radius: 8px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.w2-footer__qrs img { width: 110px; height: 110px; object-fit: contain; }
.w2-footer__qrs figcaption { color: var(--w2-ink); font-size: 14px; line-height: 22px; }
.w2-footer__groups { min-width: 0; height: 430px; display: grid; grid-template-columns: minmax(260px, 372px) minmax(220px, 302px) minmax(140px, 182px) minmax(200px, 252px); }
.w2-footer__group { min-width: 0; height: 430px; padding: 16px 0 0; overflow: hidden; }
.w2-footer__desktop-title { margin: 0 0 32px; color: var(--w2-primary); font-size: 18px; line-height: 24px; font-weight: 600; opacity: .85; }
.w2-footer__accordion { display: none; }
.w2-footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.w2-footer__links--products { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 0; }
.w2-footer__product-column { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.w2-footer__links a { min-width: 0; color: var(--w2-ink); font-size: 14px; line-height: 22px; white-space: nowrap; }
.w2-footer__responsive-copy { display: none; }
.w2-footer__hotline { display: flex; align-items: center; }
.w2-footer__hotline strong { font-size: 18px; line-height: 26px; font-weight: 600; }
.w2-footer__recommended { width: 1108px; height: 86px; margin-left: 230px; border-top: 1px solid var(--w2-border); display: grid; grid-template-columns: 150px 165px 185px 125px 165px 160px minmax(0, 1fr); align-items: center; overflow: hidden; white-space: nowrap; }
.w2-footer__recommended strong { color: #94a3b8; font-size: 14px; font-weight: 600; }
.w2-footer__recommended a, .w2-footer__recommended span { color: var(--w2-ink); font-size: 14px; font-weight: 600; }
.w2-footer__recommended > span { display: none; }
.w2-footer__legal { width: 100%; height: 80px; margin: 0; padding-left: 378.25px; display: flex; align-items: center; justify-content: flex-start; color: var(--w2-ink); font-size: 12px; line-height: 16px; white-space: nowrap; }
.w2-footer__legal-map { flex: 0 0 51.3px; }
.w2-footer__legal-separator { flex: 0 0 14.5px; }
.w2-footer__copyright { flex: 0 0 220.29px; }
.w2-footer__copyright--responsive, .w2-footer__legal-separator--responsive { display: none; }
.w2-footer__icp { flex: 0 0 119.66px; }
.w2-footer__public-security { flex: 0 0 188.34px; display: flex; gap: 9.4px; }
.w2-footer__privacy { color: var(--w2-primary); }
.w2-contact-float {
    position: fixed;
    right: 30px;
    bottom: 148px;
    z-index: 40;
    width: 64px;
    height: 212px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    border-radius: 8px;
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 4px 16px rgba(46, 51, 191, .08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.w2-contact-float__item {
    position: relative;
    width: 64px;
    height: 70px;
    flex: 0 0 70px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: var(--w2-ink);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
}
.w2-contact-float__item:first-child { padding-top: 12px; }
.w2-contact-float__item:last-child { padding-bottom: 12px; }
.w2-contact-float__icon { position: relative; width: 32px; height: 32px; flex: 0 0 32px; }
.w2-contact-float__icon img { position: absolute; inset: 0; width: 32px; height: 32px; }
.w2-contact-float__icon-active { opacity: 0; }
.w2-contact-float__item:hover,
.w2-contact-float__item:focus-visible { color: var(--w2-primary); }
.w2-contact-float__item:hover .w2-contact-float__icon-default,
.w2-contact-float__item:focus-visible .w2-contact-float__icon-default { opacity: 0; }
.w2-contact-float__item:hover .w2-contact-float__icon-active,
.w2-contact-float__item:focus-visible .w2-contact-float__icon-active { opacity: 1; }
.w2-contact-float__tooltip {
    position: absolute;
    top: 50%;
    right: 76px;
    min-width: max-content;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(98, 70, 232, .2);
    color: var(--w2-ink);
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(8px, -50%);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.w2-contact-float__tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}
.w2-contact-float__item:hover .w2-contact-float__tooltip,
.w2-contact-float__item:focus-visible .w2-contact-float__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

.w2-contact-float__top {
    position: fixed;
    right: 30px;
    bottom: 88px;
    z-index: 40;
    width: 64px;
    height: 48px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 4px 16px rgba(46, 51, 191, .08);
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.w2-contact-float__top[hidden] { display: none; }
.w2-contact-float__top img { position: absolute; width: 32px; height: 32px; }
.w2-contact-float__top-active { opacity: 0; }
.w2-contact-float__top:hover .w2-contact-float__top-default,
.w2-contact-float__top:focus-visible .w2-contact-float__top-default { opacity: 0; }
.w2-contact-float__top:hover .w2-contact-float__top-active,
.w2-contact-float__top:focus-visible .w2-contact-float__top-active { opacity: 1; }
.w2-contact-float__top:focus-visible { outline: 2px solid var(--w2-primary); outline-offset: 2px; }

@media (min-width: 1440px) {
    .w2-footer__main {
        --w2-footer-wide-gap: clamp(90px, calc(12.5vw - 90px), 100px);
        margin-left: clamp(0px, calc((100vw - 1440px) / 2), 40px);
        grid-template-columns: 280px minmax(0, 1fr);
        gap: var(--w2-footer-wide-gap);
    }
    .w2-footer__groups {
        grid-template-columns: 260px 176px 80px 204px;
        column-gap: var(--w2-footer-wide-gap);
    }
}

@media ((min-width: 1280px) and (max-width: 1439px)) {
    .w2-footer__recommended {
        width: calc(100% - 230px);
        display: flex;
        justify-content: space-between;
    }
}

.w2-header :focus-visible,
.w2-footer :focus-visible { outline: 3px solid rgba(98, 70, 232, .35); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
    .w2-header *, .w2-header *::before, .w2-header *::after,
    .w2-footer *, .w2-footer *::before, .w2-footer *::after {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 1279px) {
    .w2-contact-float { display: none; }
    .w2-contact-float__top { display: none; }
    .w2-header__bar { width: calc(100% - 40px); gap: 12px; }
    .w2-nav__item > a, .w2-nav__trigger { min-width: 88px; padding: 0 8px; font-size: 14px; }
    .w2-header__actions { gap: 12px; }
    .w2-language { display: none; }
    .w2-demo { width: 112px; }
    .w2-mega__inner { width: calc(100% - 80px); }
    .w2-mega__intro { width: 210px; }
    .w2-mega__cards { flex: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .w2-mega__card { padding: 16px; }
    .w2-footer { height: 616px; min-height: 616px; padding: 40px 48px 32px; border-top: 0; }
    .w2-footer__inner { width: 100%; height: auto; padding: 0; gap: 20px; }
    .w2-footer__main { height: 420px; grid-template-columns: 280px minmax(0, 1fr); gap: 32px; }
    .w2-footer__groups { height: 420px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 198px); gap: 24px; }
    .w2-footer__group { height: 198px; padding: 16px; border-radius: 8px; background: var(--w2-tint); }
    .w2-footer__desktop-title { margin-bottom: 10px; font-size: 16px; font-weight: 400; }
    .w2-footer__links, .w2-footer__product-column { gap: 0; }
    .w2-footer__links--products { grid-template-columns: 100px minmax(0, 1fr); }
    .w2-footer__links a { font-size: 13px; line-height: 27px; }
    .w2-footer__desktop-only, .w2-footer__desktop-copy { display: none; }
    .w2-footer__responsive-copy { display: inline; }
    .w2-footer__hotline strong { font-size: 13px; line-height: 27px; font-weight: 400; }
    .w2-footer__recommended { width: 100%; height: 64px; margin: 0; padding: 0 16px; border: 0; border-radius: 8px; background: var(--w2-tint); display: flex; gap: 28px; }
    .w2-footer__recommended strong { color: var(--w2-primary); font-size: 13px; font-weight: 400; }
    .w2-footer__recommended a { font-size: 13px; }
    .w2-footer__legal { width: auto; height: 20px; margin: 0; padding: 0 0 0 1px; justify-content: flex-start; color: var(--w2-muted); }
    .w2-footer__legal-map { flex: 0 0 59px; }
    .w2-footer__legal-separator { flex: 0 0 13px; }
    .w2-footer__copyright { flex: 0 0 229px; }
    .w2-footer__icp { flex: 0 0 127px; }
    .w2-footer__legal-separator--responsive { flex-basis: 15px; display: inline; }
    .w2-footer__copyright--desktop, .w2-footer__public-security { display: none; }
    .w2-footer__copyright--responsive { display: inline; }
}

@media (max-width: 1023px) {
    .w2-nav--desktop, .w2-language, .w2-phone, .w2-demo { display: none; }
    .w2-menu-button { display: inline-flex; align-items: center; justify-content: center; }
    .w2-mobile-nav { position: absolute; top: 64px; left: 0; width: 100%; max-height: calc(100vh - 64px); display: block; overflow-y: auto; padding: 16px 40px 32px; background: #fff; box-shadow: 0 18px 32px rgba(31, 23, 82, .12); }
    .w2-mobile-nav__item { border-bottom: 1px solid var(--w2-border); }
    .w2-mobile-nav__item > a, .w2-mobile-nav__item > button { width: 100%; min-height: 52px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; border: 0; background: #fff; }
    .w2-mobile-nav__panel { padding: 0 16px 14px; background: var(--w2-tint); }
    .w2-mobile-nav__panel a { min-height: 48px; padding: 0 16px; display: flex; align-items: center; color: var(--w2-muted); }
    .w2-footer { height: 626px; min-height: 626px; padding: 24px; }
    .w2-footer__inner { width: 100%; gap: 16px; }
    .w2-footer__main { height: auto; display: flex; flex-direction: column; gap: 16px; }
    .w2-footer__follow { width: 342px; flex: 0 0 230px; align-self: center; }
    .w2-footer__groups { width: 100%; height: 208px; display: flex; flex-direction: column; gap: 0; border: 1px solid var(--w2-border); border-radius: 8px; overflow: hidden; }
    .w2-footer__group { width: 100%; height: auto; padding: 0; border-radius: 0; background: #fff; overflow: visible; }
    .w2-footer__desktop-title { display: none; }
    .w2-footer__accordion { width: 100%; height: 52px; padding: 0 16px; border: 0; border-bottom: 1px solid var(--w2-border); background: #fff; display: flex; flex: 0 0 52px; align-items: center; justify-content: space-between; color: var(--w2-ink); font-size: 14px; line-height: 22px; cursor: pointer; }
    .w2-footer__group:last-child .w2-footer__accordion { border-bottom: 0; }
    .w2-footer__accordion > span:last-child { color: var(--w2-primary); font-size: 18px; }
    .w2-footer__panel { display: none; padding: 8px 16px 14px; background: var(--w2-tint); }
    .w2-footer__group.is-open .w2-footer__panel { display: flex; }
    .w2-footer__group.is-open .w2-footer__links--products { display: grid; }
    .w2-footer__links a { min-height: 44px; display: flex; align-items: center; white-space: normal; }
    .w2-footer__recommended { height: 52px; padding: 0 14px; gap: 12px; overflow-x: auto; }
    .w2-footer__recommended strong, .w2-footer__recommended a { color: var(--w2-ink); font-weight: 400; }
    .w2-footer__recommended a:nth-of-type(n+3) { display: none; }
    .w2-footer__recommended > span { display: inline; font-weight: 400; }
    .w2-footer__legal { height: 40px; padding: 0; flex-wrap: wrap; align-content: center; justify-content: center; text-align: center; white-space: normal; font-size: 11px; line-height: 20px; }
    .w2-footer__legal-map, .w2-footer__legal-separator, .w2-footer__public-security { display: none; }
    .w2-footer__copyright { display: block; flex: 0 0 100%; height: 20px; }
    .w2-footer__icp { flex: 0 0 auto; }
    .w2-footer__privacy { display: inline; flex: 0 0 auto; margin-left: 11px; }
}

@media (max-width: 767px) {
    .w2-header__bar { width: calc(100% - 48px); }
    .w2-mobile-nav { padding: 12px 24px 24px; }
    .w2-footer__follow { width: 100%; }
    .w2-footer__follow h2 { width: 248px; margin: 0 auto 12px; }
    .w2-footer__qrs { margin: 0 auto; }
}
