@charset "utf-8";

/* 页脚滚动动画 */
.nz-footer-animate {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nz-footer-animate.nz-visible {
    opacity: 1;
}
.nz-footer-animate.nz-fadeUp {
    transform: translateY(30px);
}
.nz-footer-animate.nz-fadeUp.nz-visible {
    transform: translateY(0);
}

/* ==================== 基础 Grid 系统 ==================== */
.nz-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.nz-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.nz-footer-wrapper .nz-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.nz-footer-wrapper .nz-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.nz-footer-wrapper .nz-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.nz-footer-wrapper .nz-col-5 {
    -ms-flex: 0 0 38.666667%;
    flex: 0 0 38.666667%;
    max-width: 38.666667%;
}

.nz-footer-wrapper .nz-col-6 {
    -ms-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    max-width: 50%;
}

.nz-footer-wrapper .nz-col-7 {
    -ms-flex: 0 0 61.333333%;
    flex: 0 0 61.333333%;
    max-width: 61.333333%;
}

.nz-footer-wrapper .nz-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

/* 间距工具类 */
.nz-footer-wrapper .nz-ml-1 {
    margin-left: 0.25rem !important;
}

.nz-footer-wrapper .nz-mr-1 {
    margin-right: 0.25rem !important;
}

.nz-footer-wrapper .nz-ml-4 {
    margin-left: 1.5rem !important;
}

/* ==================== Footer 主容器 ==================== */
.nz-footer-wrapper {
    width: 100%;
    background: rgb(38, 43, 50);
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

/* 桌面端容器 */
.nz-footer-main {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
    color: #999;
    background: #262b32 url(/static/home/public/css_ny/images/mofang/footer-bottom-pic1.png) no-repeat center bottom;
    background-size: 1400px 150px;
}

.nz-footer-main .nz-row {
    padding-left: 0px;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* 左侧 Logo 区域 */
.nz-footer-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nz-footer-about .nz-col {
    color: rgb(255, 255, 255);
    padding-right: 0px;
}

.nz-footer-logo-section .nz-logo-top {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
}

.nz-footer-logo-section .nz-logo-top img {
    width: 280px;
    height: auto;
}

.nz-footer-logo-section .nz-logo-bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    text-align: center;
}

.nz-footer-logo-section .nz-logo-box {
    width: 100px;
    height: 100px;
}

.nz-footer-logo-section .nz-logo-box img {
    width: 100px;
    height: 100px;
}

.nz-footer-logo-section .nz-logo-text {
    margin: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}

/* 公司区域 */
.nz-footer-company {
    padding-top: 10px;
    padding-left: 20px;
}

.nz-footer-company-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.nz-footer-company-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.nz-footer-company-links .nz-company-col {
    flex: 1;
}

.nz-footer-company-links .nz-company-link {
    margin-bottom: 6px;
}

.nz-footer-company-links .nz-company-link a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

.nz-footer-company-links .nz-company-link a:hover {
    color: #ffffff;
}

/* 联系我们 */
.nz-footer-contact-us {
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
}

.nz-footer-contact-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

.nz-footer-info-content {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    margin-top: 10px;
}

.nz-footer-info-row {
    display: flex;
    margin-bottom: 6px;
}

.nz-footer-info-row .nz-info-label {
    color: #777777;
    font-size: 12px;
    min-width: 90px;
    flex-shrink: 0;
}

.nz-footer-info-row .nz-info-value {
    color: #777777;
    font-size: 12px;
}

.nz-footer-info-item {
    margin-bottom: 6px;
}

/* 相关链接 */
.nz-footer-links-section {
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
}

.nz-footer-links-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.nz-footer-links-content {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    width: 100%;
}

.nz-footer-links-content.nz-links-single {
    display: block;
}

.nz-footer-link-item {
    margin-bottom: 6px;
    width: 100%;
}

.nz-footer-link-item a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.nz-footer-link-item a:hover {
    color: #ffffff;
}

/* 底部二维码 */
.nz-footer-qr-section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin-top: 30px;
}

.nz-footer-qr-img {
    width: 90px;
    height: 90px;
    margin-right: 40px;
}

/* ==================== 移动端容器 ==================== */
.nz-footer-mobile {
    padding: 18px;
    color: #999;
    display: none;
}

.nz-footer-mobile .nz-outpart {
    width: 100%;
    padding: 30px 20px;
}

.nz-footer-mobile .nz-mobile-logo {
    width: 225px;
    height: 38px;
}

.nz-footer-mobile .nz-mobile-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin: 20px 0 10px;
}

/* 移动端公司链接 */
.nz-footer-mobile .nz-mobile-company-links {
    display: flex;
    gap: 10px 20px;
}

.nz-footer-mobile .nz-mobile-company-col {
    flex: 1;
}

.nz-footer-mobile .nz-mobile-company-item {
    margin-bottom: 6px;
}

.nz-footer-mobile .nz-mobile-company-item a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.nz-footer-mobile .nz-mobile-company-item a:hover {
    color: #ffffff;
}

.nz-footer-mobile .nz-mobile-info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #777777;
}

.nz-footer-mobile .nz-mobile-info .nz-info-item {
    margin-bottom: 6px;
}

.nz-footer-mobile .nz-mobile-links {
    padding-top: 0;
    margin-left: 0;
    width: 100%;
    text-align: left;
}

.nz-footer-mobile .nz-mobile-link-item {
    margin-bottom: 6px;
    width: 100%;
}

.nz-footer-mobile .nz-mobile-link-item a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.nz-footer-mobile .nz-mobile-link-item a:hover {
    color: #ffffff;
}

.nz-footer-mobile .nz-mobile-qr-section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin-top: 30px;
}

.nz-footer-mobile .nz-mobile-qr-img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

/* ==================== 底部备案栏 ==================== */
.nz-footer-bottom-bar {
    color: #777777;
    background: #1a1e22;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.nz-footer-bottom-bar > * {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.nz-footer-bottom-bar .nz-copyright-icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

.nz-footer-bottom-bar .nz-footer-text {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
}

.nz-footer-bottom-bar .nz-footer-text:hover {
    border-bottom: 1px solid #666;
}

.nz-footer-bottom-bar .nz-police-icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

.nz-footer-bottom-bar .nz-beian-icon {
    width: 20px;
    vertical-align: middle;
}

.nz-footer-bottom-bar .nz-bottom-icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

.nz-footer-bottom-bar .nz-report-icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
}

/* ==================== 响应式 - 平板 ==================== */
@media (min-width: 576px) {
    .nz-footer-wrapper .nz-col-sm-2 {
        -ms-flex: 0 0 13.833333%;
        flex: 0 0 13.833333%;
        max-width: 13.833333%;
    }

    .nz-footer-wrapper .nz-col-sm-3 {
        -ms-flex: 0 0 41.834%;
        flex: 0 0 41.834%;
        max-width: 41.834%;
    }

    .nz-footer-wrapper .nz-col-sm-4 {
        -ms-flex: 0 0 31.834%;
        flex: 0 0 31.834%;
        max-width: 31.834%;
    }

    .nz-footer-wrapper .nz-col-sm-5 {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
    }
}

/* ==================== 响应式 - 手机 ==================== */
@media (max-width: 576px) {
    .nz-footer-main {
        display: none;
        padding-top: 0;
    }

    .nz-footer-mobile {
        display: block;
        padding: 0;
    }

    .nz-footer-bottom-bar {
        text-align: justify;
    }
}
