.header.header-wrap {
    background-color: #fff !important;
}

.introduce .title {
    font-size: 28px;
    font-weight: 700;
}

.introduce .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 6px;
}

.introduce .social-share {
    display: flex;
    justify-content: center;
}

.social-share .icon-wechat .wechat-qrcode {
    top: 48px !important;
}

.social-share .icon-wechat .wechat-qrcode p {
    text-align: center !important;
    font-size: 12px !important;
    color: #666 !important;
}

.page-pn {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.page-pn li div,
.page-pn li a {
    font-size: 16px;
}

.page-pn li a:hover {
    color: rgb(198, 152, 47);
}

@media screen and (max-width: 1024px) {
    .introduce .title {
        padding-top: 48px;
    }

    .page-pn li div,
    .page-pn li a {
        font-size: 14px;
    }

    .page-pn {
        flex-direction: column;
    }
}