html { font-size: 100px; }
@media (max-width: 768px) {
    html { font-size: calc(100vw / 12); }
}

/* clear */

/* 白色背景的联系信息区域 */
.footer-contact-wrapper {
    background: #fff;
    padding: 0.4rem 0;
}

.footer-contact-wrapper .footer-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.24rem;
    color: #8e8e8e;
    font-size: 0.14rem;
    line-height: 1.6;
    max-width: 12rem;
    margin: 0 auto;
    padding: 0 0.2rem;
}

.footer-contact-wrapper .footer-contact__info {
    flex: 1;
    min-width: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.24rem;
}

.footer-contact-wrapper .footer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.16rem;
}

.footer-contact-wrapper .footer-info-item i {
    font-size: 0.2rem;
    color: #236ffb;
    margin-top: 0.04rem;
    min-width: 0.24rem;
    text-align: center;
}

.footer-contact-wrapper .footer-info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
}

.footer-contact-wrapper .footer-info-content strong {
    display: block;
    font-size: 0.14rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.02rem;
}

.footer-contact-wrapper .footer-info-content span {
    display: block;
    font-size: 0.14rem;
    color: #666;
    line-height: 1.5;
}

.footer-contact-wrapper .footer-contact__qrcode {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.footer-contact-wrapper .qrcode-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact-wrapper .qrcode-wrapper img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    display: block;
    margin-bottom: 0.08rem;
    border: 0.01rem solid #e0e0e0;
    border-radius: 0.04rem;
    padding: 0.08rem;
    background: #fff;
}

.footer-contact-wrapper .qrcode-wrapper span {
    display: block;
    color: #666;
    font-size: 0.13rem;
}

/* 联系我们页面样式优化 - 简洁版 */
.page_contact .col.editor_wrapper.col-33 p {
    margin: 0.1rem 0;
    line-height: 1.8;
}

.page_contact .qrcode-wrapper {
    margin-top: 0.2rem;
    text-align: center;
}

.page_contact .qrcode-wrapper img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto 0.08rem;
}

.page_contact .qrcode-wrapper span {
    display: block;
    color: #666;
    font-size: 0.13rem;
}

#mcontact #contactinfo p {
    margin: 0.12rem 0;
    line-height: 1.8;
    color: #333;
}

#mcontact #contactinfo p span {
    color: #666;
    margin-right: 0.08rem;
}

#mcontact .qrcode-wrapper {
    margin-top: 0.2rem;
    text-align: center;
}

#mcontact .qrcode-wrapper img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto 0.08rem;
}

#mcontact .qrcode-wrapper span {
    display: block;
    color: #666;
    font-size: 0.13rem;
}

/* 优化信息卡片间距 */
.page_contact .col_space {
    width: 0.2rem !important;
}

/* 首页公司简介三段式亮点 */
.feature-highlights {
    display: flex;
    gap: 0.3rem;
    background: #fff;
    padding: 0.4rem 0.3rem;
    box-shadow: 0 0.2rem 0.45rem rgba(0, 0, 0, 0.08);
    margin-top: 0.3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-highlight {
    flex: 1;
    min-width: 2.4rem;
    text-align: center;
    color: #444;
    padding: 0 0.1rem;
}

.feature-highlight__badge {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.2rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02rem;
}

.feature-highlight.step-1 .feature-highlight__badge {
    background: radial-gradient(circle at 30% 30%, #ffe7a1, #f4a51f);
}

.feature-highlight.step-2 .feature-highlight__badge {
    background: radial-gradient(circle at 30% 30%, #ffb4b4, #ff6c6c);
}

.feature-highlight.step-3 .feature-highlight__badge {
    background: radial-gradient(circle at 30% 30%, #7fb1ff, #2a6dfd);
}

.feature-highlight.step-4 .feature-highlight__badge {
    background: radial-gradient(circle at 30% 30%, #6ff5c0, #16b585);
}

.feature-highlight__title {
    font-size: 0.18rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
    color: #222;
}

.feature-highlight__desc {
    font-size: 0.14rem;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

@media (max-width: 7.68rem) {
    .feature-highlights {
        padding: 0.3rem 0.2rem;
        gap: 0.2rem;
    }

    .feature-highlight__badge {
        width: 0.9rem;
        height: 0.9rem;
        font-size: 0.28rem;
    }
}
