@charset "utf-8";

/* Shared public footer for product landing pages. */
@font-face {
    font-family: "mw-site-footer-icons";
    src: url("//at.alicdn.com/t/c/font_2420163_5lu8slob6ls.woff2?t=1786330398872") format("woff2"),
         url("//at.alicdn.com/t/c/font_2420163_5lu8slob6ls.woff?t=1786330398872") format("woff");
}

.mw-site-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, .65);
    background: #10283d;
}

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

.mw-site-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #2ac4c8 0%, #2088d5 52%, #68c8a4 100%);
    content: "";
}

.mw-site-footer::after {
    position: absolute;
    inset: 3px 0 0;
    pointer-events: none;
    opacity: .3;
    background-image: linear-gradient(rgba(110, 190, 216, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 190, 216, .045) 1px, transparent 1px);
    background-size: 46px 46px;
    content: "";
}

.mw-site-footer .footer-main,
.mw-site-footer .footer-legal {
    position: relative;
    z-index: 1;
    width: min(100% - 48px, 1380px);
    margin: 0 auto;
}

.mw-site-footer .footer-main {
    display: grid;
    grid-template-columns: 2fr repeat(4, .82fr) 1.1fr;
    gap: 56px;
    padding: 76px 0 62px;
}

.mw-site-footer .footer-brand img {
    display: block;
    width: 150px;
    height: auto;
}

.mw-site-footer .footer-brand p {
    max-width: 330px;
    margin: 22px 0 26px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.9;
}

.mw-site-footer .footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mw-site-footer .footer-contact a {
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(91, 188, 222, .45);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    text-decoration: none;
}

.mw-site-footer .footer-contact a:hover {
    border-color: #6ad7d0;
    color: #fff;
}

.mw-site-footer .footer-contact i {
    margin-right: 5px;
    color: #56a8ff;
}

.mw-site-footer .footer-contact i.iconfont {
    font-family: "mw-site-footer-icons" !important;
}

.mw-site-footer .footer-contact .icon-kefu::before {
    content: "\e604";
}

.mw-site-footer .footer-contact .icon-youxiang::before {
    content: "\e60f";
}

.mw-site-footer .footer-nav {
    min-width: 0;
}

.mw-site-footer .footer-nav h2 {
    position: relative;
    margin: 2px 0 23px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.mw-site-footer .footer-nav h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #42c6c2;
    content: "";
}

.mw-site-footer .footer-nav a {
    display: block;
    margin: 0 0 15px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.mw-site-footer .footer-nav a:hover {
    padding-left: 5px;
    color: #fff;
}

.mw-site-footer .footer-qrcode {
    padding-left: 28px;
    border-left: 1px solid rgba(145, 205, 220, .2);
    text-align: center;
}

.mw-site-footer .footer-qrcode img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 13px;
    padding: 7px;
    border-radius: 8px;
    background: #fff;
}

.mw-site-footer .footer-qrcode span {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    white-space: nowrap;
}

.mw-site-footer .footer-legal {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px 36px;
    min-height: 64px;
    padding: 18px 0;
    border-top: 1px solid rgba(155, 211, 224, .18);
    color: rgba(255, 255, 255, .42);
    font-size: 12px;
}

.mw-site-footer .footer-legal-left,
.mw-site-footer .footer-legal-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
}

.mw-site-footer .footer-legal-left {
    color: rgba(255, 255, 255, .58);
}

.mw-site-footer .footer-legal-right {
    justify-content: flex-end;
    text-align: right;
}

.mw-site-footer .footer-legal a {
    color: inherit;
    text-decoration: none;
}

.mw-site-footer .footer-legal a:hover {
    color: #fff;
}

@media (min-width: 721px) and (max-width: 1140px) {
    .mw-site-footer .footer-main {
        grid-template-columns: 1.5fr repeat(4, .8fr);
    }

    .mw-site-footer .footer-qrcode {
        display: none;
    }
}

@media (max-width: 720px) {
    .mw-site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 18px;
        width: calc(100% - 32px);
        padding: 44px 0 34px;
    }

    .mw-site-footer .footer-brand {
        grid-column: 1 / -1;
    }

    .mw-site-footer .footer-brand p {
        max-width: 100%;
    }

    .mw-site-footer .footer-legal {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
        padding: 17px 0 24px;
        line-height: 1.7;
    }

    .mw-site-footer .footer-legal-right {
        justify-content: flex-start;
        text-align: left;
    }
}
