body,
html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Webkit */
}

.navbar {
    background: rgba(20, 20, 20, 0.55) !important;
    /* 半透明黑色 */
    box-shadow: none;
    transition: background 0.3s;
    backdrop-filter: blur(0px);
    /* 毛玻璃模糊效果 */
    -webkit-backdrop-filter: blur(0px);
    /* 兼容Safari */
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #eee;
}

.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.navbar-nav .nav-link {
    color: #C9CBCE !important;
    text-align: center;
    flex: 1 1 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-nav .nav-item {
    margin: 0 12px;
}

.navbar-brand img {
    height: 40px;
}

.navbar .btn {
    border-radius: 20px;
    padding: 6px 24px;
    font-size: 15px;
}

/* 按钮箭头动态效果 */
.btn .icon-arrow-right {
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);

}

.btn:hover {
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    color: #fff;
    border: none;
}

.btn:hover .icon-arrow-right {
    transform: translateX(6px);
}

.icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.65) 100%);
}

.banner-content {
    position: absolute;
    z-index: 2;
    top: 30%;
    margin-left: 100px;
    color: #fff;
    max-width: 40vw;
}

.banner-content h2 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.banner-content .btn {
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 10px 32px;
    border-radius: 24px;
}

.banner-tabs {
    position: absolute;
    bottom: 60px;
    right: 100px;
    left: auto;
    transform: none;
    z-index: 3;
    display: flex;
    gap: 48px;
}

.banner-tab {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 2px;
    cursor: pointer;
    opacity: 0.7;
    border-bottom: none;
    padding-bottom: 4px;
    transition: all 0.2s;
    position: relative;
    text-align: left;
}

.banner-tab::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 150%;
    background: #bbb;
    opacity: 1;
    transition: background 0.2s;
    transform: none;
}

.banner-tab.active::after,
.banner-tab:hover::after {
    background: #fff;
}

@media (max-width: 768px) {
    .banner-content h2 {
        font-size: 2rem;
    }

    .banner-content {
        max-width: 90vw;
        left: 5%;
        top: 18%;
    }

    .banner-tabs {
        gap: 18px;
        font-size: 0.9rem;
    }

    .navbar-nav {
        padding: 0 10px;
    }
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.navbar-nav .nav-item {
    margin: 0 -200px;
    /* 可根据需要调整间距 */
}

/* 快造工场一比一还原区块 独立样式 */
.quicman-flow-section {
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
    padding: 60px 0 40px 0;
}

.quicman-flow-section .qf-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-left: 100px;
    margin-right: 100px;
}

.quicman-flow-section .qf-col {
    flex: 1;
    min-width: 320px;
    position: relative;
}

.quicman-flow-section .qf-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    line-height: 1.3;
}

.quicman-flow-section .qf-desc {
    font-size: 0.98rem;
    color: #888;
    margin: 18px 0 0 2px;
}

.quicman-flow-section .qf-svg {
    margin: 18px 0 0 0;
}

.quicman-flow-section .qf-img {
    left: 40px;
    width: 100%;
    opacity: 0.95;
    margin-top: 32px;
    pointer-events: none;
}

.quicman-flow-section .qf-logo {
    left: 40px;
    width: 100%;
    opacity: 0.95;
    margin-top: 32px;
    pointer-events: none;
}

.quicman-flow-section .qf-center-title {
    text-align: center;
    margin: 60px 0 30px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

.quicman-flow-section .qf-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 0;
    margin-left: 100px;
}

.quicman-flow-section .qf-step {
    display: flex;
    align-items: flex-start;
    width: 25%;
    min-width: 180px;
    text-align: left;
    padding: 12px 8px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.quicman-flow-section .qf-step-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.quicman-flow-section .qf-step-icon-img {
    width: 60px;
    height: 60px;
}

.quicman-flow-section .qf-step-content {
    flex: 1 1 auto;
    min-width: 0;
}

.quicman-flow-section .qf-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.quicman-flow-section .qf-step-desc {
    font-size: 0.98rem;
    color: #888;
}

@media (max-width: 900px) {
    .quicman-flow-section .qf-flex {
        flex-direction: column;
        gap: 24px;
    }

    .quicman-flow-section .qf-img {
        max-width: 95vw;
    }

    .quicman-flow-section .qf-steps {
        max-width: 98vw;
    }

    .quicman-flow-section .qf-step {
        width: 98vw;
        min-width: 0;
    }
}

@media (max-width: 600px) {

    .quicman-flow-section .qf-title,
    .quicman-flow-section .qf-center-title {
        font-size: 1.2rem;
    }
}

/* Footer 样式 */
.qf-footer {
    background: #fafbfc;
    border-top: 1px solid #eee;
    padding: 32px 0 0 0;
    font-size: 15px;
    color: #888;
}

.qf-footer-main {
    margin-left: 100px;
    margin-right: 100px;
}

.qf-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.qf-footer-logo img {
    height: 54px;
}

.qf-footer-social img {
    width: 38px;
    height: 38px;
    margin-left: 12px;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
}

.qf-footer-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 18px;
}

.qf-footer-info-left {
    flex: 1.2;
    min-width: 260px;
}

.qf-footer-label {
    color: #aaa;
    font-size: 15px;
    margin-bottom: 6px;
}

.qf-footer-address {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    font-weight: bold;
}

.qf-footer-qrcodes {
    display: flex;
    gap: 24px;
    margin-top: 8px;
}

.qf-footer-qrcodes img {
    width: 110px;
    height: 110px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

.qf-footer-info-mid {
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.qf-footer-hotline {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0 6px 0;
}

.qf-footer-time {
    color: #aaa;
    font-size: 14px;
}

.qf-footer-info-navs {
    flex: 2.5;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
}

.qf-footer-nav-col {
    min-width: 120px;
}

.qf-footer-nav-title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.qf-footer-nav-link {
    color: #888;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color 0.2s;
}

.qf-footer-nav-link:hover {
    color: #2673ff;
}

.qf-footer-links {
    padding: 12px 0 0 0;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 8px;
}

.qf-footer-bottom {
    color: #aaa;
    height: 50px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
    align-items: flex-start;
    align-content: space-around;
}

@media (max-width: 1100px) {
    .qf-footer-info {
        flex-direction: column;
        gap: 24px;
    }

    .qf-footer-info-navs {
        justify-content: flex-start;
        gap: 24px;
    }
}

@media (max-width: 700px) {
    .qf-footer-main {
        padding: 0 8px;
    }

    .qf-footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .qf-footer-info {
        flex-direction: column;
        gap: 18px;
    }

    .qf-footer-info-navs {
        flex-direction: column;
        gap: 12px;
    }

    .qf-footer-bottom {
        flex-direction: column;
        gap: 6px;
    }
}


.about-section {
    width: 100%;
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
    padding: 0;
    margin: 0;
    min-height: 600px;
    display: flex;
    align-items: stretch;

}

.about-container {
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-height: 600px;
    padding: 60px 0 0 0;
}

.about-left {
    flex: 1.1;
    padding-right: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #222;
}

.about-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-size: 1rem;
    color: #444;
    line-height: 2;
    margin-bottom: 36px;
}

.about-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 36px;
    justify-content: space-between;
}

.about-stat {
    text-align: center;
}

.about-stat-num {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
}

.about-stat-num span {
    font-size: 1.1rem;
    font-weight: normal;
    color: #888;
    margin-left: 2px;
}

.about-stat-label {
    font-size: 1rem;
    color: #888;
    letter-spacing: 1px;
}

.about-btn,
.btn {
    display: inline-flex;
    align-items: center;
}

.about-btn {
    width: 130px;
    max-width: 130px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    color: #fff;
    text-decoration: none;
    border: none;
    margin-bottom: 80px;
    box-shadow: 0 4px 24px 0 rgba(38, 115, 255, 0.10);
    transition: box-shadow 0.2s, filter 0.2s;
    font-family: inherit;
    font-variant: initial;
    font-style: normal;
    position: relative;
    overflow: hidden;
    gap: 10px;
}

.about-btn span {
    display: inline;
}

.about-btn-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.4em;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}

.about-btn-icon::before {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    border-right: 0.18em solid;
    border-bottom: 0.18em solid;
    position: absolute;
    left: 0.15em;
    top: 0.3em;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.about-btn:hover .about-btn-icon,
.btn:hover .about-btn-icon {
    animation: btn-arrow-move 0.4s cubic-bezier(.4, 0, .2, 1) forwards;
}

@keyframes btn-arrow-move {
    0% {
        transform: translateX(0) scale(1);
    }

    60% {
        transform: translateX(0.35em) scale(1.15);
    }

    100% {
        transform: translateX(0.6em) scale(1);
    }
}

.about-btn:active .about-btn-icon,
.btn:active .about-btn-icon {
    transform: scale(0.92);
    transition: transform 0.15s;
}

.about-btn:hover {
    filter: brightness(1.08);
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.18);
}

.about-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    height: 100%;
    min-height: 0;
}

.about-img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    height: 100%;
    min-height: 0;
}

@media (max-width: 1200px) {
    .about-container {
        flex-direction: column;
        padding: 40px 0 0 0;
    }

    .about-left {
        padding: 0 24px;
    }

    .about-right {
        justify-content: center;
        margin-top: 32px;
    }

    .about-img {
        max-width: 90vw;
    }

    .about-stats {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2rem;
    }

    .about-desc {
        font-size: 0.98rem;
    }

    .about-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .about-left {
        padding: 0 8px;
    }
}

.banner3d-section {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner3d-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner3d-bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner3d-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0) 60%);
    z-index: 2;
}

.banner3d-content {
    position: relative;
    z-index: 3;
    width: 600px;
    max-width: 90vw;
    margin-left: 100px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner3d-tabs {
    display: flex;
    gap: 36px;
    margin-bottom: 32px;
}

.banner3d-tab {
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.banner3d-tab.active,
.banner3d-tab:hover {
    opacity: 1;
    border-bottom: 2px solid #fff;
}

.banner3d-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.3;
}

.banner3d-title span {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}

.banner3d-desc {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 32px;
}

.banner3d-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.banner3d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 44px;
    border-radius: 22px;
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    box-shadow: 0 2px 12px 0 rgba(38, 115, 255, 0.10);
    transition: box-shadow 0.2s, filter 0.2s;
    margin-top: 10px;
}

.banner3d-btn:hover {
    filter: brightness(1.08);
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.18);
}

@media (max-width: 900px) {
    .banner3d-content {
        width: 95vw;
        margin-left: 10px;
    }

    .banner3d-section {
        height: auto;
        min-height: 480px;
    }
}

.text-link {
    display: flex;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 6px;
    letter-spacing: 2px;
    transition: color 0.2s;
    margin-top: 168px;
    /* 新增，数值可调整 */
}

.text-link-arrow {
    font-size: 1.1em;
    margin-left: 2px;
    vertical-align: middle;
}

.text-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.text-link:hover {
    color: #ffd700;
}

.text-link:hover::after {
    background: #ffd700;
}

.industry-section {
    width: 100%;
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
    padding: 80px 0;
}

.industry-container {
    margin-left: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.industry-left {
    flex: 0 0 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.industry-img-wrap {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 rgba(38, 115, 255, 0.06);
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industry-img-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.industry-right {
    flex: 1;
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    margin-right: 150px;
}

.industry-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 36px;
    line-height: 1.4;
    text-align: right;
}

.industry-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0;
}

.industry-item {
    width: 25%;
    min-width: 180px;
    margin-bottom: 18px;
    text-align: left;
}

.industry-item-title {
    font-size: 1.1rem;
    font-weight: 540;
    color: #222;
    margin-bottom: 6px;
    text-align: right;
}

.industry-item-desc {
    font-size: 0.98rem;
    color: #888;
    line-height: 1.6;
    text-align: right;
}

@media (max-width: 1100px) {
    .industry-container {
        flex-direction: column;
        align-items: center;
    }

    .industry-right {
        padding-left: 0;
        margin-top: 32px;
        align-items: center;
    }

    .industry-title {
        text-align: center;
    }

    .industry-list {
        justify-content: center;
    }

    .industry-item {
        width: 40%;
        min-width: 140px;
    }
}

@media (max-width: 700px) {
    .industry-img-wrap {
        width: 90vw;
        height: 90vw;
        max-width: 340px;
        max-height: 340px;
    }

    .industry-item {
        width: 90vw;
        min-width: 0;
    }
}

.service-section {
    width: 100%;
    background: #fff url('../images/about-bg.png') no-repeat left center;;
    padding: 80px 0;
}

.service-container {
    margin-left: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-left {
    flex: 1.2;
    padding-right: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 24px;
    line-height: 1.4;
}

.service-title span {
    font-weight: 700;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #222;
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 36px;
    border-bottom: 1.5px solid #bbb;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.service-link-arrow {
    margin-left: 6px;
    vertical-align: middle;
}

.service-link:hover {
    color: #FF7409;
    border-color: #FF7409;
}

.service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
}

.service-item {
    width: 48%;
    min-width: 260px;
    margin-bottom: 18px;
    text-align: left;
    position: relative;
    padding-bottom: 12px;
    transition: background 0.25s, box-shadow 0.25s;
}

.service-item-title {
    font-size: 1.08rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.service-item-desc {
    font-size: 0.98rem;
    color: #888;
    line-height: 1.6;
}

.service-item.active {
    background: #f5f8ff;
    box-shadow: 0 4px 18px rgba(38, 115, 255, 0.08);
    transition: background 0.25s, box-shadow 0.25s;
}

.service-item-underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    border-radius: 2px;
    margin-top: 6px;
    content: '';
    display: block;
    transition: width 0.35s cubic-bezier(.4, 0, .2, 1);
}

.service-item.active .service-item-underline {
    width: 60%;
}

.service-right {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.service-img {
    width: 500px;
    max-width: 101vw;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 24px 0 rgba(38, 115, 255, 0.06);
}

@media (max-width: 1100px) {
    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .service-left {
        padding-right: 0;
        align-items: center;
    }

    .service-title {
        text-align: center;
    }

    .service-list {
        justify-content: center;
    }

    .service-item {
        width: 90vw;
        min-width: 0;
    }

    .service-right {
        justify-content: center;
        margin-top: 32px;
    }
}

.lang-dropdown {
    min-width: 180px;
    background: rgba(40, 40, 40, 0.72);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
    border-radius: 14px;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    position: absolute;
    z-index: 9999;
    padding: 18px 0 10px 0;
    font-size: 1.25rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: background 0.2s;
}

.lang-option {
    padding: 8px 28px 8px 18px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    position: relative;
    font-weight: 500;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.lang-active {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.lang-check {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    color: #fff;
}

.lang-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    margin: 10px 0 10px 0;
    width: 90%;
    margin-left: 5%;
}

.btn-outline-light.me-2#langBtn {
    position: relative;
    z-index: 10;
}

.lang-btn-bar {
    margin: 0 8px;
    color: #fff;
    opacity: 0.5;
    font-size: 1.1em;
    font-weight: 400;
}

.lang-btn-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.2s;
    color: #fff;
    margin-left: 2px;
}

.lang-btn-arrow.active {
    transform: rotate(180deg);
}

#langBtn {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
}

#langBtn:hover,
#langBtn:focus {
    background: transparent !important;
    color: #fff !important;
    outline: none;
}

/* 动画效果 */
.banner-tab.clicked {
    transform: scale(0.95);
    transition: transform 0.2s ease;
}

.about-section,
.banner3d-section,
.industry-section,
.service-section,
.quicman-flow-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-section.animate-in,
.banner3d-section.animate-in,
.industry-section.animate-in,
.service-section.animate-in,
.quicman-flow-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 加载动画样式 */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* 页面切换动画 */
.fade-enter {
    opacity: 0;
    transform: translateY(20px);
}

.fade-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 按钮悬停动画 */
.btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 卡片悬停效果 */
.service-item,
.industry-item {
    transition: all 0.3s ease;
}

.service-item:hover,
.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* 业务领域横向滑动卡片样式 */
.business-slider-wrapper,
.business-slider {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.business-section {
    margin-left: 100px;
    margin-top: 100px;
    background: #fafbfc;
    border-radius: 24px;
    /* padding: 40px 0 0 0; */
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #222;
}

.business-subtitle {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.business-slider {
    display: flex;
    overflow-x: auto;
    gap: 32px;
    padding: 12px 0 32px 0;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
}

.business-slider.dragging {
    cursor: grabbing;
    user-select: none;
}

.business-slider>.business-card:last-child {
    margin-right: 0 !important;
}

.business-slider>.business-card {
    margin-right: 0;
}

.business-slider::-webkit-scrollbar {
    display: none;
}

.business-card {
    min-width: 720px;
    max-width: 720px;
    flex: 0 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    scroll-snap-align: start;
    margin-right: 0;
}

.business-card-bg {
    width: 100%;
    height: 420px;
    display: block;
}

.business-card-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 28px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.business-card-label {
    position: absolute;
    left: 24px;
    top: 22px;
    color: #fff;
    font-size: 1rem;
    border-radius: 8px;
    padding: 2px 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.business-card-title {
    position: absolute;
    left: 35px;
    top: 50px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.business-card-desc {
    color: #fff;
    font-size: 1.08rem;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.business-card-btn {
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 8px 32px;
    font-size: 1.08rem;
    width: 150px;
    height: 60px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 8px;
}

.business-card-btn:hover {
    background: #222;
}

@media (max-width: 900px) {

    .business-card,
    .business-card-bg {
        min-width: 80vw;
        max-width: 80vw;
        height: 180px;
    }

    .business-card-content {
        padding: 16px 12px 18px 12px;
    }

    .business-card-label {
        left: 10px;
        top: 10px;
        font-size: 0.92rem;
        padding: 2px 8px;
    }

    .business-card-title {
        font-size: 1.1rem;
        margin-top: 30px;
    }

    .business-card-desc {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .business-card-btn {
        font-size: 0.95rem;
        padding: 6px 18px;
    }
}

/* 横向滑动按钮和渐变遮罩 */
.business-slider-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.business-scroll-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    opacity: 0.85;
}

.business-scroll-btn.left {
    left: -22px;
}

.business-scroll-btn.right {
    right: -22px;
}

.business-scroll-btn:hover {
    background: #f0f0f0;
    opacity: 1;
}

@media (max-width: 700px) {
    .business-scroll-btn {
        width: 36px;
        height: 36px;
    }

    .business-scroll-btn.left {
        left: -12px;
    }

    .business-scroll-btn.right {
        right: -12px;
    }
}

.business-slider-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    pointer-events: none;
    z-index: 5;
}

.business-slider-shadow.left {
    left: 0;
    background: linear-gradient(to right, #fafbfc 80%, transparent);
}

.business-slider-shadow.right {
    right: 0;
    background: linear-gradient(to left, #fafbfc 80%, transparent);
}

/* 业务领域横向滑动spacer占位 */
.business-slider-spacer {
    flex: 0 0 100px;
    width: 100px;
    height: 1px;
    pointer-events: none;
    transition: width 0.3s, flex-basis 0.3s;
}

.business-slider-spacer.hide {
    width: 0 !important;
    flex-basis: 0 !important;
}

/* 新闻中心头部样式 */
.news-hero-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    object-fit: cover;
    top: 65px;
}

.news-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.82);
}

.news-hero-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.news-hero-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.news-hero-content h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.news-hero-content div {
    font-size: 1.15rem;
    opacity: 0.92;
}

.news-list-section {
    margin: 100px 100px;
    max-width: none;
    padding: 0;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(38, 115, 255, 0.04);
    overflow: hidden;
}

.news-row {
    display: flex;
    align-items: stretch;
    padding: 36px 0 36px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s, box-shadow 0.2s;
    position: relative;
}

.news-row:last-child {
    border-bottom: none;
}

.news-row:hover {
    background: #fafbfc;
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.10);
    z-index: 2;
}

.news-row:hover .news-more-btn {
    background: linear-gradient(135deg, #2673ff 0%, #FF7409 100%);
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(38, 115, 255, 0.18);
}

.news-row:hover .news-more-btn::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.news-date {
    text-align: right;
    padding-right: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news-day {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.news-year {
    font-size: 1.05rem;
    color: #bbb;
    margin-top: 6px;
    letter-spacing: 1px;
}

.news-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 36px;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #f0f0f0;
}

.news-title {
    font-size: 1.18rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.5;
}

.news-desc {
    font-size: 1.02rem;
    color: #666;
    line-height: 1.7;
    white-space: pre-line;
    word-break: break-all;
    width: 80%;
}

.news-more {
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-more-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d3d3d3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.18s, border 0.18s;
    position: relative;
    outline: none;
}

.news-more-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    transform: rotate(-45deg);
    margin-left: 2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: -2px;
}

.news-more-btn:hover,
.news-more-btn:focus {
    box-shadow: 0 4px 16px rgba(38, 115, 255, 0.13);
    border-color: #2673ff;
}


.news-headline-card {
    display: flex;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 2px 12px rgba(38, 115, 255, 0.04);
    transition: background 0.22s, box-shadow 0.22s;
    padding: 40px 48px;
    margin-bottom: 48px;
    align-items: stretch;
    position: relative;
}

.news-headline-card:hover {
    background: #fafbfc;
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.10);
    z-index: 3;
}

.news-headline-card .news-more-btn {
    background: #fff;
    border: 2px solid #d3d3d3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.18s, border 0.18s, box-shadow 0.18s;
}

.news-headline-card:hover .news-more-btn {
    background: linear-gradient(135deg, #2673ff 0%, #FF7409 100%);
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(38, 115, 255, 0.18);
}

.news-headline-card .news-more-btn::after {
    border-right: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    transition: border-color 0.18s;
}

.news-headline-card:hover .news-more-btn::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


@media (max-width: 900px) {
    .news-list-section {
        margin: 40px 0;
    }

    .news-date {
        width: 70px;
        min-width: 70px;
        padding-right: 12px;
    }

    .news-main {
        padding-right: 12px;
    }

    .news-more {
        width: 40px;
        min-width: 40px;
    }
}

/* 以下为原pages.css内容合并 */
/* 页面通用样式 */
.page-content {
    padding-top: 80px;
    min-height: calc(100vh - 80px);
}

.page-title {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
}

/* 业务领域页面样式 */
.business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.business-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.business-item:hover {
    transform: translateY(-5px);
}

.business-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.business-item h3 {
    color: #2673ff;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.business-item p {
    color: #666;
    line-height: 1.6;
}


/* 企业文化页面样式 */
.culture-content {
    max-width: 1000px;
    margin: 0 auto;
}

.culture-section {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.culture-section h2 {
    color: #2673ff;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.culture-section p {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.value-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.value-item h3 {
    color: #2673ff;
    margin-bottom: 10px;
}

.value-item p {
    color: #666;
    font-size: 0.9rem;
}

/* 关于我们页面样式 */
.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-intro,
.about-history {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-intro h2,
.about-stats h2,
.about-history h2 {
    color: #2673ff;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.about-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2673ff;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 1rem;
}

.timeline {
    margin-top: 20px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.timeline-year {
    background: #2673ff;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 80px;
    text-align: center;
}

.timeline-content {
    color: #666;
    flex: 1;
}

/* 人才招聘页面样式 */
.career-content {
    max-width: 1000px;
    margin: 0 auto;
}

.career-intro {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.career-intro h2 {
    color: #2673ff;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.career-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
}

.job-list {
    margin-bottom: 30px;
}

.job-list h2 {
    color: #2673ff;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.job-item {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.job-item h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.job-info {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.job-info span {
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #666;
}

.job-item p {
    color: #666;
    line-height: 1.6;
}

.contact-info {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 30px 0px;
}

.contact-info h2 {
    color: #222;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 40px;
    color: #222222;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact-info p {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .business-grid {
        grid-template-columns: 1fr;
    }

    .news-item {
        flex-direction: column;
        text-align: center;
    }

    .news-date {
        align-self: center;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-year {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .job-info {
        flex-direction: column;
        gap: 10px;
    }
}

.pagination-bar {
    margin: 48px auto;
    max-width: 1100px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(38, 115, 255, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 24px 36px;
    font-size: 1.08rem;
    user-select: none;
}

.pagination-total {
    color: #888;
    margin-right: 18px;
    font-size: 1rem;
}

.pagination-btn {
    background: #fafbfc;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px 18px;
    color: #222;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border 0.18s;
    min-width: 64px;
    margin: 0 6px;
}

.pagination-btn:disabled {
    color: #bbb;
    border-color: #f0f0f0;
    background: #fafbfc;
    cursor: not-allowed;
}

.pagination-pages {
    display: flex;
    gap: 4px;
}

.pagination-page {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
    color: #222;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    min-width: 36px;
    text-align: center;
    font-size: 1.08rem;
}

.pagination-page.active,
.pagination-page:hover {
    background: #6c3cff;
    color: #fff;
}

.pagination-jump {
    margin-left: 18px;
    color: #888;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination-input {
    width: 38px;
    height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-align: center;
    margin: 0 4px;
    font-size: 1rem;
    outline: none;
}

@media (max-width: 700px) {
    .pagination-bar {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 0.98rem;
        padding: 12px 6px;
    }

    .pagination-total,
    .pagination-jump {
        margin-left: 0;
        margin-top: 8px;
    }
}

.mission-section {
    margin: 100px 100px -10px 100px;
}

.mission-header {
    text-align: center;
    margin-bottom: 48px;
}

.mission-subtitle {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.mission-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.mission-desc {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.mission-cards {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.mission-card {
    flex: 1;
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
    width: 490px;
    height: 600px;
    box-shadow: 0 2px 12px rgba(38, 115, 255, 0.04);
    padding: 48px 32px 40px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    border: 2px solid transparent;
    transition: border 0.25s, box-shadow 0.25s;
}

.mission-card-icon img {
    width: 106px;
    height: 115px;
    margin-top: 60px;
}

.mission-card-title {
    font-size: 1.85rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 18px;
    line-height: 1.5;
    margin-top: 30px;
}

.mission-card-desc {
    color: #888;
    font-size: 1.02rem;
    margin-bottom: 32px;
}

.mission-card-btn {
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    color: #fff;
    border: none;
    border-radius: 35px;
    padding: 12px 38px;
    margin: 30px 20px 0 20px;
    width: 90%;
    height: 70px;
    font-size: 1.08rem;
    font-weight: 500;
    box-shadow: 0 4px 18px rgba(38, 115, 255, 0.10);
    cursor: pointer;
    transition: box-shadow 0.2s, filter 0.2s;
}

.mission-card-btn:hover {
    filter: brightness(1.08);
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.18);
}

.mission-card-active {
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.10);
    position: relative;
    z-index: 1;
}

.mission-card-active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: conic-gradient(from 0deg, #2673ff 0%, #2673ff 0%, transparent 0%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    animation: border-draw 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
}

@keyframes border-draw {
    0% {
        background: conic-gradient(from 0deg, #2673ff 0%, #2673ff 0%, transparent 0%);
    }

    100% {
        background: conic-gradient(from 0deg, #2673ff 0%, #FF7409 100% 360deg);
    }
}

@media (max-width: 900px) {
    .mission-cards {
        flex-direction: column;
        gap: 18px;
    }

    .mission-card {
        padding: 32px 12px 28px 12px;
    }
}

/* 快造企业愿景区块 */
.vision-section {
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
    padding: 60px 0 20px 0;
    margin: 0 auto 40px auto;
}

.vision-header {
    text-align: center;
    margin-bottom: 48px;
}

.vision-subtitle {
    font-size: 1.1rem;
    color: #505050;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.vision-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
}

.vision-grid {
    display: flex;
    justify-content: space-between;
    gap: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-left: 200px;
    margin-right: 200px;
}

.vision-item {
    flex: 1;
    min-width: 0;
}

.vision-item h2 {
    font-size: 1.65rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
}

.vision-item p {
    font-size: 1.2rem;
    color: #444;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .vision-grid {
        gap: 32px;
    }
}

@media (max-width: 900px) {
    .vision-section {
        padding: 48px 0 32px 0;
    }

    .vision-header {
        margin-bottom: 32px;
    }

    .vision-title {
        font-size: 1.5rem;
    }

    .vision-grid {
        flex-direction: column;
        gap: 24px;
    }

    .vision-divider {
        margin: 32px auto;
    }
}

/* 核心价值观区块 */
.core-values-section {
    padding: 0 0 80px 0;
    background: #fff;
    margin: 0 auto;
}

.core-values-header {
    text-align: center;
    margin-bottom: 48px;
}

.core-values-subtitle {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 10px;
}

.core-values-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
}

.core-values-grid {
    display: flex;
    /* gap: 40px; */
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    /* flex-direction: row; */
    justify-content: space-around;
    margin: 0 100px;
}

.core-value-item {
    background: #fafbfc;
    flex: 1;
    max-width: 406px;
    min-height: 482px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px 36px 24px;
    box-sizing: border-box;
    box-shadow: none;
    transition: box-shadow 0.2s;
}

.core-value-item img {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    object-fit: contain;
}

.core-value-item h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 16px;
}

.core-value-item p {
    font-size: 1.3rem;
    color: #666;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0;
}

@media (max-width: 1100px) {
    .core-values-grid {
        gap: 18px;
    }

    .core-value-item {
        padding: 32px 10px 24px 10px;
        min-height: 220px;
    }
}

@media (max-width: 900px) {
    .core-values-section {
        padding: 32px 0 32px 0;
    }

    .core-values-title {
        font-size: 1.5rem;
    }

    .core-values-grid {
        flex-direction: column;
        gap: 18px;
        max-width: 98vw;
    }

    .core-value-item {
        max-width: 100%;
        min-height: 120px;
    }
}

/* 遇见新未来，发现新自己区块 */
.career-hero-section {
    background: linear-gradient(90deg, #fafbff 0%, #fff 100%);
    padding: 120px 0 40px 0;
}

.career-hero-container {
    display: flex;
    align-items: center;
    margin: 60px 100px 60px 100px;
    gap: 60px;
}

.career-hero-img {
    flex: 0 0 520px;
    max-width: 760px;
    min-width: 760px;
    overflow: hidden;
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.08);
    background: #fff;
}

.career-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}

.career-hero-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.career-hero-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.career-hero-subtitle {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 32px;
    text-align: center;
}

.career-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
    width: 100%;
    margin-left: 70px;
    background: #fff url('../images/about-bg.png') no-repeat left center; ;
}

.career-hero-item {
    width: 400px;
}

.career-hero-item h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.career-hero-item p {
    font-size: 1.2rem;
    color: #989898;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 1px;
}

@media (max-width: 1200px) {
    .career-hero-container {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .career-hero-img {
        margin: 0 auto;
    }

    .career-hero-content {
        align-items: center;
    }

    .career-hero-title,
    .career-hero-subtitle {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .career-hero-section {
        padding: 32px 0 24px 0;
    }

    .career-hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* 找到适合您的岗位区块 */
.job-section {
    padding: 0px 0 100px 0;
    background: #fff;
    margin: 0 100px 0 100px;
}

.job-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.job-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 48px;
}

.job-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-card {
    background: #F7F7F7 url(../images/about-bg.png) no-repeat left center;;
    width: 540px;
    height: 700px;
    box-shadow: 0 2px 12px rgba(38, 115, 255, 0.04);
    padding: 48px 32px 40px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent;
    transition: border 0.25s, box-shadow 0.25s;
    position: relative;

}

.job-card-active {
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.10);
    position: relative;
    z-index: 1;
}

.job-card-active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: conic-gradient(from 0deg, #2673ff 0%, #2673ff 0%, transparent 0%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    animation: border-draw 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
}

@keyframes border-draw {
    0% {
        background: conic-gradient(from 0deg, #2673ff 0%, #2673ff 0%, transparent 0%);
    }

    100% {
        background: conic-gradient(from 0deg, #2673ff 0%, #FF7409 100% 360deg);
    }
}

.job-card h3 {
    font-size: 1.85rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 18px;
    line-height: 1.5;
    margin-top: 30px;
}

.job-require-title {
    font-size: 1.02rem;
    color: #b7b7b7;
    text-align: left;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 8px;
    width: 100%;
    letter-spacing: 1px;
    border-left: 4px solid #8E2BFF;
    padding-left: 10px;
    margin-left: 10px;
    height: 21px;
}

.job-desc {
    color: #222;
    font-size: 1.02rem;
    /* margin-bottom: 32px; */
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    height: 150px;
}

.job-info-row {
    display: flex;
    width: 100%;
    /* margin-bottom: 23px; */
    /* border-bottom: none; */
    /* padding-bottom: 0; */
    flex-direction: row;
    margin-top: 25px;
    justify-content: space-between;
}

.job-info-row:last-of-type {
    margin-bottom: 18px;
}

.job-info-row div {
    flex: 1;
    text-align: center;
    font-size: 1.15rem;
    color: #222;
    font-weight: 600;
}

.job-info-row span {
    display: block;
    font-size: 0.95rem;
    color: #aaa;
    font-weight: normal;
    margin-top: 2px;
}

.job-btn {
    background: #F7F7F7;
    color: #737373;
    border: 1.5px solid #D8D8D8;
    border-radius: 35px;
    padding: 12px 38px;
    margin: 30px 20px 0 20px;
    width: 90%;
    height: 70px;
    font-size: 1.08rem;
    font-weight: 500;
    box-shadow: 0 4px 18px rgba(38, 115, 255, 0.10);
    cursor: pointer;
    transition: box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border 0.2s;
}

.job-btn:hover {
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    color: #fff;
    border: 1.5px solid transparent;
    filter: brightness(1.08);
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.18);
}

.job-date {
    font-size: 0.95rem;
    color: #bbb;
    margin-top: 20px;
    margin-left: 55px;
    text-align: left;
    width: 100%;
}

@media (max-width: 900px) {
    .job-grid {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }

    .job-card {
        width: 98vw;
        height: auto;
        padding: 32px 12px 28px 12px;
    }
}

.job-card:hover {
    border: 2px solid transparent;
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.10);
    z-index: 2;
    transition: border 0.25s, box-shadow 0.25s;
}

.job-card:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: conic-gradient(from 0deg, #2673ff 0%, #2673ff 0%, transparent 0%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    animation: border-draw 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
}

.about-banner-section {
    position: relative;
    width: 100%;
    height: 950px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-banner-content h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 2px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.about-banner-content div {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    font-weight: 400;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 900px) {
    .about-banner-section {
        height: 320px;
    }

    .about-banner-content h1 {
        font-size: 1.5rem;
    }

    .about-banner-content div {
        font-size: 0.98rem;
    }
}

.about-intro-section {
    background: #fff;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 100px 20px 100px;
}

.about-intro-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 150px;
    padding: 60px 0 0 0;
}

.about-intro-img {
    flex: 0 0 540px;
    max-width: 540px;
    min-width: 340px;
    height: 800px;
    overflow: hidden;
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.08);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-intro-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 18px;
}

.about-intro-icon-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.about-intro-icon {}

.about-intro-content h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.about-intro-desc {
    font-size: 1.08rem;
    color: #666;
    line-height: 2;
    margin-bottom: 32px;
    max-width: 600px;
}

.about-intro-values {
    display: flex;
    gap: 38px;
    margin-top: -25px;
}

.about-intro-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: 100px;
    gap: 8px;
    background: #F8F8F8;
    align-content: stretch;
    justify-content: center;

}

.about-intro-value img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.about-intro-value div {
    font-size: 1.05rem;
    color: #444;
    font-weight: 500;
}

.about-stats-bar {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-top: -244px;
    margin-bottom: 80px;
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.08);
    border-radius: 18px;
    background: #fff;
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-stats-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(180, 180, 200, 0.18) 0%, rgba(255, 255, 255, 0.01) 100%);
    filter: blur(8px);
}

.about-stat-card {
    flex: 1;
    min-width: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 38px 0 32px 0;
    border-right: 1.5px solid #f0f0f0;
}

.about-stat-card:last-child {
    border-right: none;
}

.about-stat-label {
    font-size: 1.08rem;
    color: #888;
    margin-bottom: 18px;
}

.about-stat-num {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
}

.about-stat-card.about-stat-card-highlight {
    background: #7B61FF;
    color: #fff;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.about-stat-card.about-stat-card-highlight:hover {
    background: #5B3FEA;
    box-shadow: 0 8px 32px 0 rgba(123, 97, 255, 0.18);
    transform: scale(1.04);
}

.about-stat-card.about-stat-card-highlight:hover .about-stat-num {
    text-shadow: 0 0 16px #fff, 0 2px 12px #fff;
    color: #fff;
}

.about-stat-card-highlight .about-stat-label,
.about-stat-card-highlight .about-stat-num {
    color: #fff;
}

@media (max-width: 1200px) {
    .about-intro-container {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
        padding: 40px 0 0 0;
    }

    .about-intro-img {
        margin: 0 auto;
        width: 90vw;
        height: 220px;
    }

    .about-intro-content {
        align-items: center;
        margin-top: 0;
    }

    .about-intro-content h2,
    .about-intro-desc {
        text-align: center;
    }

    .about-intro-values {
        justify-content: center;
    }

    .about-stats-bar {
        flex-direction: column;
        max-width: 98vw;
        margin-top: 24px;
        border-radius: 12px;
    }

    .about-stat-card {
        border-right: none;
        border-bottom: 1.5px solid #f0f0f0;
        padding: 24px 0 18px 0;
    }

    .about-stat-card:last-child {
        border-bottom: none;
    }
}

.about-timeline-section {
    position: relative;
    width: 100%;
    height: 660px;
    /* overflow: visible; */
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-timeline-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.82) blur(0.5px);
}

.about-timeline-content {
    z-index: 2;
}

.about-timeline-title {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 2px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.about-timeline-subtitle {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 400;
    margin-bottom: 60px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.about-timeline-bar {
    position: relative;
    width: 90vw;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 260px;
    padding: 0 30px;
}

.about-timeline-bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background: rgba(255, 255, 255, 0.45);
    z-index: 1;
    transform: translateY(-50%);
}

.about-timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #fff;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: background 0.2s, border 0.2s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-timeline-dot.active {
    background: #6E30FF;
    border: 4px solid #6E30FF;
}

.about-timeline-label {
    color: #fff;
    font-size: 1.18rem;
    font-weight: bold;
    margin-bottom: 60px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-bottom: none;
    padding-bottom: 2px;
    cursor: pointer;
    transition: border 0.18s, color 0.18s;
}

.about-timeline-item:hover .about-timeline-label {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.about-timeline-desc {
    display: none;
    position: absolute;
    left: 50%;
    top: 70%;
    bottom: auto;
    transform: translateX(-50%) translateY(18px);
    color: #222;
    font-size: 1.02rem;
    background: rgba(255, 255, 255, 0.32);
    /* 半透明白色 */
    border-radius: 12px;
    padding: 18px 22px;
    min-width: 220px;
    max-width: 340px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    z-index: 10;
    box-shadow: 0 8px 32px 0 rgba(38, 115, 255, 0.10);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s, box-shadow 0.18s;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px) saturate(1.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.5);
    box-sizing: border-box;
}

.about-timeline-item:hover .about-timeline-desc {
    display: block;
    opacity: 1;
}

.about-timeline-item {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    height: 100%;
}

.about-timeline-year {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 18px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    position: absolute;
    left: 50%;
    top: calc(50% - 70px);
    transform: translate(-50%, -10px);
    white-space: normal;
    z-index: 3;
    text-align: center;
    line-height: 1.1;
}

@media (max-width: 1200px) {
    .about-timeline-item {
        min-width: 60px;
    }

    .about-timeline-year {
        font-size: 1.1rem;
        transform: translate(-50%, -6px);
    }
}

/* 权威认证区块 */
.cert-section {
    margin: 35px 100px 0 100px;
}

.cert-title {
    text-align: center;
    margin-bottom: 36px;
}

.cert-title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.cert-subtitle {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 0;
}

.cert-slider-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    cursor: grab;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.cert-slider-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.cert-slider-wrapper:active,
.cert-slider-wrapper.dragging {
    cursor: grabbing;
}

.cert-slider {
    display: flex;
    gap: 32px;
    min-width: 100%;
    padding: 12px 0;
}

.cert-card {
    background: #fafbfc;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(38, 115, 255, 0.08);
    min-width: 320px;
    max-width: 340px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 18px 28px 18px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.cert-card:hover {
    box-shadow: 0 8px 32px rgba(38, 115, 255, 0.16);
    transform: translateY(-6px) scale(1.03);
}

.cert-card-tag {
    color: #aaa;
    border: 1.5px solid transparent;
    border-radius: 16px;
    font-size: 0.92rem;
    padding: 2px 14px;
    margin-bottom: 18px;
    display: inline-block;
    background: #fff;
    background-clip: padding-box;
    position: relative;
}

.cert-card-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    /* 边框宽度 */
    background: linear-gradient(180deg, #4d7cff 0%, #ff7e3f 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.cert-card-title {
    font-weight: bold;
    font-size: 1.12rem;
    margin-bottom: 18px;
    text-align: left;
    color: #222;
}

.cert-card-img {
    width: 180px;
    height: 240px;
    object-fit: contain;
    border: 4px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    align-self: center;
}

@media (max-width: 900px) {
    .cert-card {
        min-width: 220px;
        max-width: 240px;
        padding: 18px 6px 16px 6px;
    }

    .cert-card-img {
        width: 120px;
        height: 160px;
    }

    .cert-title h2 {
        font-size: 1.4rem;
    }
}

/* about页面专属核心价值观区块样式 */
.about-values-section {
    padding: 80px 0 80px 0;
    background: #fff;
    margin: 0 auto;
}

.about-values-header {
    text-align: center;
    margin-bottom: 48px;
}

.about-values-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.about-values-subtitle {
    font-size: 1.15rem;
    color: #888;
    margin-bottom: 0;
    margin-top: 10px;
}

.about-values-grid {
    display: flex;
    justify-content: space-around;
    gap: 80px;
    margin: 0 auto 150px auto;
    /* max-width: 1400px; */
    flex-direction: row;
}

.about-value-item {
    background: none;
    flex: 1;
    min-width: 340px;
    max-width: 480px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 18px;
    box-sizing: border-box;
}

.about-value-item img {
    width: 32px;
    height: 32px;
    margin-bottom: 18px;
    object-fit: contain;
}

.about-value-item h2 {
    font-size: 1.35rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.about-value-item p {
    font-size: 1.08rem;
    color: #666;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 1px;
}

@media (max-width: 1100px) {
    .about-values-grid {
        gap: 24px;
        flex-direction: column;
        max-width: 98vw;
    }

    .about-value-item {
        min-width: 0;
        max-width: 100%;
        padding: 0 6px;
    }
}

.qf-round-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #959297;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.25s, box-shadow 0.2s, transform 0.2s, border-color 0.25s;
    outline: none;
    position: relative;
}

.qf-round-btn span {
    color: #959297;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    transform: translateX(2px);
    transition: color 0.25s;
}

.qf-round-btn:hover {
    background: linear-gradient(135deg, #2673ff 0%, #FF7409 100%);
    box-shadow: 0 6px 18px rgba(38, 115, 255, 0.18);
    transform: scale(1.08);
    border-color: transparent;
}

.qf-round-btn:hover span {
    color: #fff;
}

.qf-round-btn:active {
    transform: scale(0.96);
}

/* 联系我们页面美化样式 */
.contact-section {
    background: #fff;
    margin: 120px 100px 20px 100px;
}

.contact-container {
    margin: 0 auto;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: row;
}

.contact-info {
    flex: 1.1;
    min-width: 340px;
    padding-right: 32px;
}

.contact-title {
    font-size: 2.1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 18px;
    line-height: 1.3;
}

.contact-desc {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 32px;
}
.hotline {
    width: 60px;
    height: 10px;
    background: linear-gradient(132deg, #1664FF 0%, #FF7409 100%);
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 12px;
}
.contact-hotlines {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
    margin: 36px 0 32px 0;
}

.hotline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 200px;
}

.hotline-label {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.hotline-number {
    color: #222;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (max-width: 700px) {
  .contact-hotlines {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .hotline-item {
    min-width: 0;
  }
  .hotline-number {
    font-size: 1.2rem;
  }
}

.contact-hotline-labels {
    display: flex;
    gap: 120px;
    color: #aaa;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.contact-hotline-numbers {
    display: flex;
    gap: 120px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222;
}

.contact-service-card {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 1px rgba(199,199,199,0.16);
    border-radius: 0px 0px 0px 0px;
    padding: 18px 24px;
    margin-top: 48px;
    margin-bottom: 0;
    gap: 18px;
    min-width: 260px;
}

.contact-service-img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    object-fit: cover;
}

.contact-service-info {
    flex: 1;
}

.contact-service-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 4px;
}

.contact-service-desc {
    color: #888;
    font-size: 0.98rem;
}

.contact-service-link {
    color: #6E30FF;
    font-size: 1.02rem;
    text-decoration: none;
    margin-left: 12px;
    transition: color 0.2s;
}

.contact-service-link:hover {
    color: #FF7409;
    text-decoration: underline;
}

.contact-form {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(38, 115, 255, 0.06);
    padding: 38px 38px 28px 38px;
    min-width: 340px;
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form-row {
    display: flex;
    gap: 24px;
}

.contact-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.contact-form-group label {
    font-size: 1.08rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 2px;
}

.contact-form-group input,
.contact-form-group textarea {
    font-size: 1.05rem;
    padding: 12px 14px;
    border: 1.5px solid #eee;
    border-radius: 8px;
    background: #fafbfc;
    color: #222;
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    resize: none;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border: 1.5px solid #2673ff;
    box-shadow: 0 0 0 2px rgba(38, 115, 255, 0.08);
    background: #fff;
}

.contact-form-message textarea {
    min-height: 90px;
    max-height: 180px;
}

.contact-form-tip {
    color: #aaa;
    font-size: 0.98rem;
    margin-top: 4px;
}

.contact-form-submit {
    margin-top: 18px;
    width: 100%;
    padding: 14px 0;
    font-size: 1.18rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #2673ff 0%, #FF7409 100%);
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(38, 115, 255, 0.08);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.contact-form-submit:hover {
    background: linear-gradient(90deg, #FF7409 0%, #2673ff 100%);
    box-shadow: 0 4px 18px rgba(38, 115, 255, 0.13);
    transform: scale(1.03);
}

.contact-form-submit:active {
    transform: scale(0.97);
}

@media (max-width: 1100px) {
    .contact-container {
        flex-direction: column;
        gap: 32px;
        padding: 0 12px;
    }

    .contact-form {
        max-width: 100%;
        padding: 24px 8px 18px 8px;
    }
}

@media (max-width: 700px) {
    .contact-section {
        padding: 18px 0 18px 0;
    }

    .contact-title {
        font-size: 1.2rem;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 8px;
    }

    .contact-form {
        padding: 12px 2px 8px 2px;
    }
}

.contact-map-section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 60px 100px 100px 100px;
    min-height: 260px;
    background: none;
}
.contact-map-info {
    flex: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfc;
    border-radius: 0;
    min-width: 320px;
    padding: 0;
}
.contact-map-card {
    width: 100%;
    padding: 38px 32px 38px 32px;
    background: #fafbfc;
    border-radius: 0;
    box-sizing: border-box;
    text-align: left;
}
.contact-map-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}
.contact-map-subtitle {
    color: #aaa;
    font-size: 1.05rem;
    margin-bottom: 28px;
    text-align: center;
}
.contact-map-row {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 16px;
    gap: 8px;
}
.contact-map-label {
    color: #222;
    font-weight: 500;
    min-width: 72px;
}
.contact-map-sep {
    color: #ccc;
    margin: 0 8px;
}
.contact-map-value {
    color: #666;
    font-weight: 400;
}
.contact-map-img {
    flex: 1.5;
    min-width: 320px;
    background: #fff;
    border-radius: 0;
    border-left: 1.5px dashed #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
@media (max-width: 900px) {
    .contact-map-section {
        flex-direction: column;
        max-width: 98vw;
    }
    .contact-map-info, .contact-map-img {
        max-width: 100%;
        min-width: 0;
        border-radius: 0;
        border-left: none;
        border-top: 1.5px dashed #e5e5e5;
    }
    .contact-map-img {
        min-height: 180px;
        border-top: 1.5px dashed #e5e5e5;
        border-left: none;
    }
}

/* 数字化体验区块样式 */
.console-experience-section {
    width: 100%;
    background: #fff url('../images/about-bg.png') no-repeat left center; no-repeat calc(100% - 20px) center;
    margin: 140px 0 0 0;
    padding: 0;
}
.console-experience-header {
    text-align: center;
    margin-bottom: 48px;
}
.console-experience-title {
    font-size: 2.3rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.console-experience-desc {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 0;
}
.console-experience-row {
    display: flex  ;
    align-items: center;
    /* justify-content: center; */
    background: #f7f7f7;
    border-radius: 0;
    margin: 0 100px 38px 100px;
    /* max-width: 1280px; */
    min-height: 260px;
    box-sizing: border-box;
    padding: 38px 32px 0px 32px;
    gap: 0;
    position: relative;
}
.console-experience-row + .console-experience-row {
    margin-top: 24px;
}
.console-experience-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.console-experience-col-left {
    flex: 1.2;
    align-items: flex-start;
    padding-right: 32px;
    min-width: 260px;
}
.console-experience-col-center {
    flex: 1.1;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    text-align: center;
}
.console-experience-col-right {
    flex: 1.1;
    align-items: flex-end;
    padding-left: 32px;
    min-width: 220px;
}
.console-experience-card-title {
    font-size: 1.35rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.console-experience-card-desc {
    color: #888;
    font-size: 1.05rem;
    margin-bottom: 18px;
    line-height: 1.7;
}
.console-experience-card-btns {
    display: flex;
    gap: 16px;
}
.console-experience-btn {
    display: inline-block;
    background: #F3F3F3;
    color: #222;
    border: 1.5px solid #eee;
    font-size: 1.01rem;
    padding: 6px 18px;
    font-weight: 500;
    margin-right: 0;
    transition: border 0.2s, color 0.2s;
}
.console-experience-btn:hover {
    border: 1.5px solid #2673ff;
    color: #2673ff;
}
.console-experience-qrcode-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    min-width: 120px;
    justify-content: flex-start;
}
.console-experience-qrcode-block > div:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}
.console-experience-qrcode-arrow {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-right: 6px;
}
.console-experience-qrcode {
    width: 110px;
    height: 110px;
    background: #fff;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(38,115,255,0.04);
}
.console-experience-qrcode-desc {
    color: #222;
    font-size: 0.98rem;
    text-align: left;
    line-height: 1.5;
    margin-top: 8px;
    font-weight: 400;
}
.console-experience-col-right {
    align-items: flex-end;
    text-align: right;
}
@media (max-width: 1100px) {
    .console-experience-row {
        flex-direction: column;
        padding: 24px 8px 18px 8px;
        gap: 18px;
    }
    .console-experience-col-left, .console-experience-col-center, .console-experience-col-right {
        padding: 0;
        min-width: 0;
        align-items: center;
    }
    .console-experience-col {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .console-experience-section {
        margin: 24px 0 0 0;
    }
    .console-experience-title {
        font-size: 1.2rem;
    }
    .console-experience-row {
        padding: 8px 2px 8px 2px;
    }
    .console-experience-phone {
        width: 98vw;
        max-width: 320px;
    }
}

.console-experience-phone{
    width: 353px;
    height: 321px;
}
.console-experience-phone-group {
    /* position: relative; */
    width: 289px;
    height: 321px;
    display: flex
;
}
.console-experience-phone-main {
    width: 353px;
    z-index: 2;
    /* border-radius: 18px; */
    box-shadow: 0 2px 18px rgba(38, 115, 255, 0.08);
    /* margin-bottom: 24px;*/
}
.console-experience-phone-bg {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 180px;
    opacity: 0.5;
    filter: grayscale(1);
    border-radius: 18px;
    border: 1.5px solid #eee;
    z-index: 1;
}
.console-experience-btn i {
    margin-right: 6px;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: middle;
}
.console-experience-qrcode-desc {
    color: #222;
    font-size: 0.98rem;
    text-align: left;
    line-height: 1.5;
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
}
.console-experience-qrcode-arrow {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-right: 6px;
    vertical-align: middle;
}

.console-experience-row-second {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 0;
    margin: 0 100px 38px 100px;
    min-height: 260px;
    box-sizing: border-box;
    padding: 38px 32px 0px 32px;
    gap: 0;
    position: relative;
}
.console-experience-qrcode-block-second {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 8px;
    min-width: 120px;
    justify-content: flex-start;
}
.console-experience-qrcode-arrow-second {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 8px;
}
.console-experience-qrcode-second {
    width: 110px;
    height: 110px;
    background: #fff;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(38,115,255,0.04);
    margin-bottom: 8px;
}
.console-experience-qrcode-desc-second{
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
}
.console-experience-qrcode-desc-second {
    color: #222;
    font-size: 0.98rem;
    text-align: right;
    line-height: 1.5;
    font-weight: 400;
}
.console-experience-phone-second {
    width: 353px;
    /* height: 321px; */
    display: block;
    margin: 0 auto;
    margin-left: -150px;
}
.console-experience-card-title-second {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    text-align: right;
}
.console-experience-card-desc-second {
    color: #888;
    font-size: 1.05rem;
    margin-bottom: 18px;
    line-height: 1.7;
    text-align: right;
}
.console-experience-card-btns-second {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}
.console-experience-btn-second {
    display: inline-block;
    background: #F3F3F3;
    color: #222;
    border-radius: 18px;
    border: 1.5px solid #eee;
    font-size: 1.01rem;
    padding: 6px 18px;
    font-weight: 500;
    margin-right: 0;
    transition: border 0.2s, color 0.2s;
}
.console-experience-btn-second:hover {
    border: 1.5px solid #2673ff;
    color: #2673ff;
}

.empty-page-section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* padding-top: 60px; */
    background: none;
    margin-top: 120px;
    background: #fff url('../images/about-bg.png') no-repeat left center; no-repeat calc(100% - 20px) center;
}
.empty-page-img-box {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 24px 48px;
    background: #fff;
}
.empty-page-img {
    width: 320px;
    max-width: 90vw;
    display: block;
}
.empty-page-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    margin: 32px 0 12px 0;
    text-align: center;
}
.empty-page-desc {
    color: #888;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 38px;
}
.empty-page-link {
    color: #d13cff;
    font-size: 1.08rem;
    margin-top: 12px;
    text-decoration: none;
    border-bottom: 1px solid #886B86;
}
.empty-page-link:hover {
    color: #ff7409;
}