.gych-btn-third {
    display: inline-block;
    width: 199px;
    height: 60px;
    background: url(/igalaxy/images/hbfn/img_ljsq.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.gych-btn-primary {
    display: inline-block;
    width: 199px;
    height: 60px;
    background: url(/igalaxy/images/default/img_jrwm.png);
    background-size: 100% 100%;
    cursor: pointer;

}

/* 标题样式 */
.banner1 {
    height: 600px;
    background: url(../images/hbfn/hbfn_banner1.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-top: 120px;
    padding-left: 12%;
    text-align: left;
}
.banner1 .banner-title-gradient {
    font-size: 44px;
    font-weight: 600;
    background: linear-gradient(0deg, #1F254C, #1F254C), linear-gradient(90deg, #0A5EFF 0%, #12A8FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
}
.banner1 .banner-subtitle {
    width: 660px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #1F254C;
    margin-bottom: 114px;
    text-align: justify;
}
.banner1 .banner-btn {
    width: 151px;
    height: 45px;
    border-radius: 53px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    background: linear-gradient(90deg, #0F5EF0 0%, #25ABFD 100%);
}
.banner1 .banner-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
/* 四大核心优势样式 */
.fnjh-section{
    padding: 60px 200px 80px;
    background: #fff;
}
.fnjh-title{
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 36px;
}
.fnjh-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 36px;
    max-width: 1520px;
    margin: 0 auto;
}
.fnjh-item{
    align-items: center;
    width: calc(50% - 18px);
    max-width: 745px;
    background: url(../images/hbfn/fnjh_bg.png) no-repeat;
    background-size: cover;
    min-height: 120px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    gap: 12px;
    border-radius: 2px;
    padding: 32px;
    box-sizing: border-box;
}
.fnjh-icon{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.fnjh-icon img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.fnjh-item-title{
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    margin: 0;
    line-height: 1;
}
.fnjh-content{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
}
.fnjh-item-desc{
    display: block;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    text-align: justify;
}
/* 产品赋能样式 */
.cpfn-section {
    background: url(../images/hbfn/funeng_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 75px 0;
}
.cpfn-introduce{
    width: 100%;
    text-align:center;
    line-height: 32px;
    padding: 30px 0;
    font-size: 18px;
    color: #4e5969;
}
.cpfn-content{
    width: 1440px;
    margin: 0 auto;
}

/* 产品赋能：平台展示布局 */
.cpfn-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    max-width: 1300px;
    margin: 0 auto;
}
.cpfn-image{
    background: url(../images/hbfn/pingtai.png) no-repeat;
    flex: 0 0 52%;
    min-height: 737px;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 12px;
    box-shadow: none;
    position: relative;
    overflow: visible;
    padding: 48px 98px 0 40px;
}
.image_icon{
    background: url(../images/hbfn/pingtai_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 186px;
    height: 141px;
    position: absolute;
    left:35px;
    top: 360px;
}
.cpfn-hero{
    z-index: 2;
    color: #ffffff;
}
.cpfn-hero-title{
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.1;
}
.cpfn-hero-subtitle{
    font-size: 16px;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 96px 0;
    text-align: justify;
}
.cpfn-hero-btn{
    display: inline-block;
    width: 179px;
    height: 57px;
    background: #ffffff;
    color: #1890FF;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content:center; 
    align-items:center; 
    padding: auto 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    -webkit-user-select: none;
    user-select: none;
}
.cpfn-hero-btn:focus{ outline: none; box-shadow: 0 8px 24px rgba(15,94,240,0.12); }
.cpfn-hero-btn:hover{
    box-shadow: 0 8px 24px rgba(27, 102, 240, 0.18); 
    transform: translateY(-1px);
}
.cpfn-hero-arrow{
    display: inline-block;
    margin-left: 12px;
    font-size: 20px;
}

@media (max-width: 900px){
    .cpfn-hero{ left: 24px; top: 20px; width: calc(100% - 48px); }
    .cpfn-hero-title{ font-size: 24px; }
    .cpfn-hero-subtitle{ font-size: 14px; max-width: 100%; }
    .cpfn-hero-btn{ padding: 8px 14px; border-radius: 6px; }
}
.cpfn-right{
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cpfn-detail{
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 40px;
    box-shadow: 0 10px 30px rgba(3,32,63,0.06);
    color: #111827;
    min-height: 357px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cpfn-card-title{
    font-size: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    margin: 0;
    margin-top: -15px;
    display: flex;
    align-items: center;
    min-height: 60px;
    gap:24px;
}
.cpfn-nav-divider {
    color: #ddd;
    font-weight: 300;
}
.cpfn-card-sub{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    line-height: 1;
    text-align: justify;
}
.cpfn-card-link{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
    color: #1890FF;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}
.cpfn-card-link:hover{ color: #007ef3 }
.cpfn-card-link-arrow{ font-size: 18px; margin-left: 6px; }

.cpfn-small-cards{
    display: flex;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.small-card{
    flex: 1 1 0;
    min-height: 95px;
    background: url(../images/hbfn/xuexi1.png) no-repeat;
    background-size: 100% 100%;
    width: 234px;
    border-radius: 8px;
    padding: 26px 16px;
    box-shadow: 0 6px 18px rgba(15,30,70,0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.small-card.xz{
    background: url(../images/hbfn/xuexi2.png) no-repeat;
    background-size: 100% 100%;
}
.small-card-desc{
    font-size: 16px;
    color: #1F254C;
    line-height: 24px;
}

.small-cardss{
    flex: 0 1 150px;
    min-width: 150px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    color: #1F254C;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(3,32,63,0.04);
    padding: 0 12px;
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid #e9eef6;
    /* cursor: pointer; */
}
/* .small-cardss:hover{
    background: linear-gradient(90deg, #6080FF 0%, #5A9FFF 100%);
    color: #ffffff;
} */

.small-cardss-text{
    display: inline-block;
    background: linear-gradient(90deg, #89A0FF 0%, #89BAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}
/* .small-cardss:hover .small-cardss-text{
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    background: none;
} */

@media (max-width: 900px){
    .small-cardss{
        flex: 1 1 100%;
        min-width: 0;
        height: 48px;
        font-size: 15px;
    }
}




@media (max-width: 900px){
    .cpfn-card-title{ font-size: 24px; }
    .cpfn-small-cards{ flex-direction: column; gap: 10px; margin-top: 16px; }
    .small-card{ min-height: 80px; padding: 12px; }
}
/* 更小屏幕 */
@media (max-width: 900px){
    .cpfn-row{ flex-direction: column; gap: 20px; }
    .cpfn-image{ width: 100%; height: 304px; flex: none; background-position: center bottom; border-radius: 12px; box-shadow: 0 20px 40px rgba(3,32,63,0.08); }
    .cpfn-right{ width: 100%; flex: none; }
    .cpfn-detail{ min-height: 120px; padding: 18px; }
}
/* 合作计划卡片样式 */
.hzjh-section{
    padding: 60px 220px;
    background: #f2f6fa;
}
.hzjh-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.hzjh-card{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.32s ease, box-shadow 0.32s ease;
    box-shadow: 0 4px 18px rgba(15,30,70,0.06);
}
.hzjh-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(15,30,70,0.12);
}
.hzjh-image{
    width: 100%;
    height: 330px;
    background-position:top center;
    background-size: contain;
}
.hzjh-body{
    padding:0;
    display: flex;
    flex-direction: column;
}
.hzjh-title{
    padding:0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 20px;
}
.hzjh-desc{
    padding:0 20px;
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 35px;
}

.hzjh-overlay-join{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    background: #fff;
    color: #2563EB;
    cursor: pointer;
    font-size: 16px;
    border-top: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    transition: color 0.2s ease, box-shadow 0.6s ease;
}
.hzjh-overlay-join::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#0F5EF0 0%,#25ABFD 100%);
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
}
.hzjh-overlay-join > *{
    position: relative;
    z-index: 1;
}
.hzjh-card.hovered .hzjh-overlay-join, .hzjh-card:hover .hzjh-overlay-join, .hzjh-overlay-join:hover{
    color: #fff;
    border: none;
    box-shadow: 0 6px 18px rgba(15,94,240,0.12);
}
.hzjh-card.hovered .hzjh-overlay-join::before,
.hzjh-card:hover .hzjh-overlay-join::before,
.hzjh-overlay-join:hover::before{
    opacity: 1;
}

.hzjh-body{
    transition: none;
    position: relative;
    z-index: 2; 
}

.hzjh-list{
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.36s cubic-bezier(.2,.9,.3,1), opacity 0.08s ease;
}
.hzjh-card.hovered .hzjh-list,
.hzjh-card:hover .hzjh-list{
    transform: translateY(0);
    opacity: 1;
}
/* 合作伙伴样式 */
.hzhb-section{
    padding: 60px 200px;
    background: #fff;
}
.hzhb-image{
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 900px){
    .fnjh-grid{
        flex-direction: column;
        align-items: center;
    }
    .fnjh-item{
        width: 100%;
        max-width: 745px;
    }
    .banner1{ padding-left: 40px; padding-top: 80px; }
    .fnjh-section{ padding: 32px 40px 48px; }
    .hzjh-grid{
        grid-template-columns: 1fr;
    }
    .hzhb-section{
        padding: 40px 20px;
    }
    .hzhb-image{
        height: 250px;
    }
}

@media (max-width: 600px){
    .hzhb-section{
        padding: 30px 15px;
    }
    .hzhb-image{
        height: 200px;
    }
}

.dengji-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.dengji-modal-overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dengji-modal-overlay .message-modal-content {
    background: #ffffff;
    border-radius: 16px;
    width: 90%;
    max-width: 560px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.3s ease;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.dengji-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 60px 50px 60px;
}

.dengji-modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0, 0.9);
}

.dengji-modal-close {
    font-size: 32px;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    float: right;
    padding: 43px 47px 0 0;
    align-items: center;
    justify-content: center;
}

.dengji-modal-close:hover {
    color: #374151;
}

.dengji-modal-form {
    padding: 0 60px;
}

.dengji-form-group {
    margin-bottom: 30px;
    position: relative; 
}

.dengji-form-group label {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0, 0.9);
}

.dengji-form-group .required {
    color: #ef4444;
    margin-left: 2px;
}

.dengji-form-group input{
    width: 405px;
    padding: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #1f2937;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.dengji-form-group input:focus{
    outline: none;
    border-color: #86a5fc;
    box-shadow: 0 0 0 3px rgba(92, 159, 246, 0.1);
}

.dengji-form-group textarea {
    resize: vertical;
    min-height: 78px;
}

.dengji-counter {
    position: absolute;
    right: 16px;
    bottom: 14px;
    font-size: 13px;
    color: rgba(0,0,0,0.45);
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
}

@media (max-width: 768px) {
    .dengji-modal-form {
        padding: 0 20px;
    }
    .dengji-counter {
        right: 12px;
        bottom: 12px;
        font-size: 12px;
    }
}

.dengji-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.dengji-btn-submit {
    padding: 12px 48px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.dengji-btn-submit {
    background: linear-gradient(290deg, #4C82ED 0%, #4BB3FA 98%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(92, 133, 246, 0.3);
}

.dengji-btn-submit:hover {
    box-shadow: 0 6px 16px rgba(92, 133, 246, 0.5);
    transform: translateY(-1px);
}

.dengji-btn-submit:active {
    transform: translateY(0);
}

.dengji-modal-overlay-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.dengji-modal-overlay .message-modal-overlay-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.dengji-modal-overlay .message-modal-decor {
    width: 100%;
    max-width: 1480px;
    height: 640px;
    background: url('/igalaxy/images/hbfn/dengji.png') no-repeat !important;
    background-size: 100% 100% !important;
    border-radius: 16px;
    animation: slideUp 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    .message-modal-overlay .message-modal-decor .decor-qr{
        width: 100px;
        height: 100px;
        padding: 6px;
    }
    .message-modal-overlay .message-modal-decor .decor-phone{
        font-size: 28px;
    }
}

.dengji-modal-overlay .dengji-modal-content {
    width: 100%;
    max-width: 960px;
    height: 640px;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    background: #fff;
    background-clip: padding-box;
    animation: slideUp 0.3s ease;
    margin-left: -980px;
    z-index: 2;
    position: relative;
}

@media (max-width: 1200px) {
    .message-modal-overlay .message-modal-decor {
        width: 66%;
        height: 520px;
    }
    .message-modal-overlay .message-modal-content {
        margin-left: -25%;
    }
}

@media (max-width: 992px) {
    .message-modal-overlay .message-modal-decor {
        display: none;
    }
    .message-modal-overlay .message-modal-content {
        width: 90%;
        max-width: 560px;
        margin-left: 0;
    }
    .gych-btn-primary,
    .gych-btn-secondary {
        width: 100%;
        max-width: 280px;
        padding: 14px 36px;
        font-size: 16px;
        cursor: pointer;
    }
}