* { margin: 0; padding: 0; }
html, iframe, body { height: 100%; }
html { font-size: 100px; }
body { font-family: "Microsoft YaHei", 微软雅黑; color: #666666; background: #f5f5f5; margin: 0; padding: 0; font-size: 16px; font-size: .16rem; }
img { border: none; }
a { text-decoration: none; color: #ffffff; }
a:hover { color: #125db2; }
.clearfix { *zoom: 1; overflow: hidden; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.lf { float: left; }
.rt { float: right; }
.centerWidth { width: 1200px; width: 12rem; margin: 0 auto; }

/* 顶部区域 - 完全复制参考样式 */
.i-top {
    background: url(../images/i-bg.png) no-repeat center;
    -webkit-background-size: 19.2rem 100%;
    background-size: 19.2rem 100%;
    width: 100%;
    color: #fff;
}

.i-top-t {
    position: relative;
    z-index: 999;
    font-size: 16px;
    font-size: .16rem;
    padding-top: 19px;
    padding-top: .19rem;
    line-height: 24px;
    line-height: .24rem;
    text-align: right;
}

.i-top-t a {
    color: #fff;
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    line-height: .24rem;
}

.i-t-line-1 {
    display: inline-block;
    width: 2px;
    height: 24px;
    height: 0.24rem;
    margin: 0 14px;
    margin: 0 0.14rem;
    vertical-align: middle;
    background: #fff;
    background-size: 100% 100%;
    opacity: 0.5;
}

.i-t-v6 {
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    width: 1.16rem;
    padding: 4px 10px;
    padding: 0.04rem 0.1rem;
    text-align: center;
    line-height: 20px;
    line-height: 0.2rem;
    margin-left: 10px;
    margin-left: 0.1rem;
    color: #0e55a5;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    font-size: 12px;
}

.i-top-m {
    margin-top: 20px;
    margin-top: .3rem;
}

.i-top-m .i-gh {
    width: 97px;
    width: 0.97rem;
    display: block;
    margin: 0 auto;
}

.i-top-m .i-name {
    width: 364px;
    width: 3.64rem;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-top: .15rem;
}

.i-search {
    width: 599px;
    width: 5.99rem;
    margin: 0 auto;
    line-height: 56px;
    line-height: .56rem;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 30px;
    margin-top: .30rem;
}

.i-search input {
    width: 75%;
    margin-left: 3%;
    height: .60rem;
    line-height: .56rem;
    font-size: .18rem;
    float: left;
    border: none;
    outline: none;
}

.i-search-btn {
    width: 21%;
    height: 56px;
    height: 0.59rem;
    background: #1764ce;
    color: #fff;
    float: right;
    font-size: 24px;
    font-size: .24rem;
    text-align: center;
    cursor: pointer;
}

.i-search-btn button {
    border: none;
    color: #FFF;
    background: #1764ce;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: .18rem;
}

.i-nav {
    height: 74px;
    height: .74rem;
    margin-top: 33px !important;
    margin-top: .33rem !important;
}

.i-nav a {
    position: relative;
    font-size: 26px;
    font-size: .26rem;
    float: left;
    margin-right: 75px;
    margin-right: 0.70rem;
    line-height: 70px;
    line-height: .90rem;
    color: #fff;
    text-decoration: none !important;
}

.i-nav a:hover {
    text-decoration: none !important;
}

.i-nav a:last-child {
    margin-right: 0;
}

.i-nav a.cur {
    font-weight: bold;
}

.i-nav a.cur:after {
    content: '';
    position: absolute;
    bottom: -3px;
    bottom: -.03rem;
    left: 50%;
    width: 50px;
    width: .5rem;
    height: 6px;
    height: .06rem;
    margin-left: -25px;
    margin-left: -0.25rem;
    background: #fff;
    border-radius: 10px;
}

.i-nav a:last-child {
    margin-right: 0;
}

/* 主内容区 */
.i-main {
    /*padding-top: 40px;*/

}

.i-main-t {
    width: 100%;
    font-size: 16px;
    font-size: .16rem;
    background: url(../images/i-bg-jb.png) no-repeat center;
    -webkit-background-size: 19.2rem 100%;
    background-size: 19.2rem 100%;
    padding-bottom: 40px;
    padding-bottom: .4rem;
    padding-top: 0;
}

.i-tt {
    color: #fff;
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    text-decoration: none !important;
}

.i-tt .notice-label {
    flex-shrink: 0;
    width: 100px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: #fff;
    padding: 8px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
    box-shadow: 0 2px 8px rgba(238, 90, 111, 0.3);
}

.i-tt .notice-content {
    flex: 1;
    text-align: left;
    color: #fff;
}

.i-tt h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.i-tt p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    opacity: 0.9;
}

.i-m-lb {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 25px;
    margin-top: 39px;
    margin-top: .16rem;
}

.i-m-lb > .lf {
    width: 52.5%;
    width: 6.3rem;
}

.i-m-lb > .rt {
    width: 43%;
    height: 350px;
    height: 3.5rem;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.banner-1 {
    width: 100%;
    height: 350px;
    height: 3.5rem;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.banner-1 {
    width: 631px;
    width: 6.31rem;
    height: 350px;
    height: 3.5rem;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.banner-1 .swiper-container {
    width: 100%;
    height: 100%;
}

.banner-1 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-1 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-1 .swiper-wrapper .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
}

.i-m-lb .rt .section-title {
    font-size: 24px;
    color: #1764ce;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1764ce;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i-m-lb .rt .section-title h2 {
    margin: 0;
    font-size: 24px;
}

.i-m-lb .rt .section-title a {
    color: #999;
    font-size: 14px;
}

.i-m-lb .rt a {
    font-size: 16px;
    max-width: 100%;
    color: #222;
}

.tab-item {
    list-style: none;
}

.tab-item li {

    padding-left: 20px;
    position: relative;
    line-height: 41px;
}

.tab-item li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #222;
    border-radius: 50%;
}

.tab-item a {
    max-width: 480px;
    display: inline-block;

    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.i-main-m {
    background: #f5f5f5;
    padding-bottom: 23px;
    padding-bottom: .23rem;
    padding-top: 0;
}

/* 区块样式 */
.section {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.section-title {
    font-size: 24px;
    color: #1764ce;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1764ce;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title h2 {
    margin: 0;
    font-size: 24px;
}

.section-title a {
    color: #999;
    font-size: 14px;
}

/* 标签样式 */
.tag {
    display: inline-block;
    padding: 0px 8px;
    background: #ff5252;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px;
}

.tag.new {
    background: #4caf50;
}

.tag.hot {
    background: #ff9800;
}

/* 英才卡片 */
.talent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.talent-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.talent-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.talent-img {
    height: 180px;
    overflow: hidden;
}

.talent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talent-info {
    padding: 15px;
}

.talent-info h3 {
    font-size: 18px;
    color: #1764ce;
    margin-bottom: 8px;
}

.talent-info .title {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.talent-info .desc {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 控制按钮 */
.talent-tabs, .filter-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.talent-tab, .filter-tag {
    padding: 8px 20px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.talent-tab.active, .talent-tab:hover,
.filter-tag.active, .filter-tag:hover {
    background: #1764ce;
    color: #fff;
    border-color: #1764ce;
}

/* 联络网地图 */
.network-map {
    background: linear-gradient(135deg, #757ef5 0%, #9497db 100%);;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    height: 550px;
}

.network-map h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.map-container {
    position: relative;
    height: 500px;
    background: linear-gradient(135deg, #0c3d6e 0%, #1a5490 50%, #0c3d6e 100%);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #0099ff;
    box-shadow: inset 0 0 50px rgba(0, 153, 255, 0.3);
}

/* 省份名称样式 */
.province-name {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    pointer-events: none;
    user-select: none;
}

/* 节点区域 */
.point-area {
    position: absolute;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 1000;
    transform: translate(-50%, -50%);
}

.point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: transparent;
}

/* 中心白点 */
.point-area .point-white {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #0099ff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 涟漪动画效果 */
.point-area .point-20,
.point-area .point-40,
.point-area .point-60,
.point-area .point-80,
.point-area .point-100 {
    width: 100%;
    height: 100%;
}

.point-area .point-20:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    z-index: -1;
    -webkit-animation: ripple 4500ms ease-out 450ms infinite;
    -moz-animation: ripple 4500ms ease-out 450ms infinite;
    -o-animation: ripple 4500ms ease-out 450ms infinite;
    animation: ripple 4500ms ease-out 450ms infinite;
}

.point-area .point-40:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    z-index: -1;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}

.point-area .point-60:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    z-index: -1;
    -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
    -moz-animation: ripple 4500ms ease-out 1350ms infinite;
    -o-animation: ripple 4500ms ease-out 1350ms infinite;
    animation: ripple 4500ms ease-out 1350ms infinite;
}

.point-area .point-80:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    z-index: -1;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}

.point-area .point-100:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    z-index: -1;
    -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
    -moz-animation: ripple 4500ms ease-out 2250ms infinite;
    -o-animation: ripple 4500ms ease-out 2250ms infinite;
    animation: ripple 4500ms ease-out 2250ms infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.node {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

.node:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.node-label {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.node.center .node-label {
    color: #00d4ff;
    font-size: 16px;
}

/* 节点悬浮提示框 */
.network-map .node-tooltip {
    position: absolute;
    transform: translate(-50%, -50%) translateY(-80px);
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99999;
    pointer-events: none;
}

.network-map .node-tooltip::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #fff;
    z-index: 100000;
}

.node-tooltip h4 {
    color: #1764ce;
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.node-tooltip p {
    font-size: 13px;
    color: #666;
    margin: 5px 0;
    line-height: 1.5;
}

.node-tooltip .contact {
    color: #999;
    font-size: 12px;
}

/* 佳作展示 */
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.work-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.work-img {
    height: 160px;
    overflow: hidden;
}

.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-info {
    padding: 12px;
}

.work-info h4 {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 会员服务 */
.membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.member-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border: none;
    border-radius: 12px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08),
                0 1px 3px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1764ce, #4facfe);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(23, 100, 206, 0.2),
                0 5px 15px rgba(23, 100, 206, 0.1);
}

.member-card:hover::before {
    transform: scaleX(1);
}

.member-icon {
    font-size: 55px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

.member-card:hover .member-icon {
    transform: scale(1.15) rotate(5deg);
}

.member-card h3 {
    font-size: 20px;
    color: #1764ce;
    margin-bottom: 10px;
}

.member-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.member-link {
    display: inline-block;
    padding: 8px 30px;
    background: #1764ce;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

/* 页脚 */
.footer {
    background: #125db2;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-info p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 8px;
}

.footer-qrcodes {
    display: flex;
    gap: 30px;
}

.qrcode-item {
    text-align: center;
}

.qrcode-item img {
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 5px;
    margin: 0 auto 10px;
    border-radius: 5px;
}

.qrcode-item p {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    font-size: 13px;
    color: #ffffff;
}

/* Footer链接样式 */
.footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffeb3b;
}

/* 关于我们子分类导航激活状态 */
.eypro_mulu .cur {
    background-color: #2472de;
    color: #fff;
}

/* 关于我们页面header样式 */
body.common-detail header {
    background: url(../images/head-bac.png) no-repeat center top;
    background-size: cover;
}

/* 立即投稿按钮样式 */
.head-top-text-right .submit-btn {
    display: inline-block;
    padding: 6px 20px;
    background: linear-gradient(135deg, #1764ce, #4facfe);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(23, 100, 206, 0.3);
}

.head-top-text-right .submit-btn:hover {
    background: linear-gradient(135deg, #125db2, #3a8ccf);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 100, 206, 0.4);
    color: #fff;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .centerWidth {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .i-nav a {
        font-size: 18px;
        margin-right: 30px;
    }

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

    .banner-1, .i-m-lb > .rt {
        width: 100%;
    }

    .i-m-lb {
        padding-top: 20px;
    }
}

/* 滚动按钮样式 */
.scroll-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(135, 161, 253, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.scroll-btn:hover {
    background: rgba(73, 71, 225, 0.9);
}

.scroll-btn-left {
    left: -30px;
}

.scroll-btn-right {
    right: -30px;
}

/* PC端英才智库卡片宽度 */
.dynamics-card {
    width: calc(33.333% - 14px);
}

/* 佳作展示长廊样式（首页模块） */
.showcase-tabs {
    margin-bottom: 25px;
}

.showcase-content {
    display: none;
}

.showcase-content.active {
    display: block;
}

/* 首页佳作展示滚动容器 */
.showcase-scroll-wrapper {
    position: relative;
}

/* 首页滚动容器内的样式 */
.showcase-scroll-wrapper .showcase-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.showcase-scroll-wrapper .showcase-grid::-webkit-scrollbar {
    display: none;
}

/* 首页佳作展示长廊的作品卡片样式 */
.showcase-scroll-wrapper .showcase-grid .work-card {
    width: calc(25% - 15px);
    flex-shrink: 0;
}

.showcase-filter-tag {
    padding: 8px 20px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.showcase-filter-tag.active,
.showcase-filter-tag:hover {
    background: rgba(23, 62, 206, 0.7);
    color: #ddd;
    border-color: #1764ce;
}

/* 会员服务样式（首页模块） */
/* 专属服务Banner */
.membership-banner {
    margin-bottom: 30px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.membership-banner-bg {
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.membership-banner-decoration {
    position: absolute;
    background: rgba(255,215,0,0.1);
    border-radius: 50%;
}

.membership-banner-decoration.top-right {
    top: -50px;
    right: -30px;
    width: 150px;
    height: 150px;
}

.membership-banner-decoration.bottom-left {
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
}

.membership-banner-content {
    position: relative;
    z-index: 1;
}

.membership-banner-title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: bold;
}

.membership-banner-desc {
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.membership-cta-btn {
    display: inline-block;
    padding: 15px 50px;
    background: linear-gradient(135deg, #ffd700, #ffb300);
    color: #1a237e;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255,215,0,0.4);
}

.membership-cta-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255,215,0,0.5);
}

/* 会员服务滚动容器 */
.membership-scroll-wrapper {
    position: relative;
}

/* 首页滚动容器内的样式 */
.membership-scroll-wrapper .membership-grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.membership-scroll-wrapper .membership-grid::-webkit-scrollbar {
    display: none;
}

/* 会员卡片 */
.membership-scroll-wrapper .membership-grid .member-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border: none;
    border-radius: 12px;
    padding: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    flex-shrink: 0;
}

.membership-scroll-wrapper .membership-grid .member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.member-card-image {
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.member-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.membership-grid .member-card:hover .member-card-image img {
    transform: scale(1.1);
}

.member-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.member-card-title {
    font-size: 18px;
    color: #1764ce;
    margin-bottom: 10px;
}

.member-card-title a {
    color: #1764ce;
    text-decoration: none;
}

.member-card-desc {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    flex: 1;
    color: #666;
}

.member-card-link {
    display: inline-block;
    padding: 8px 25px;
    background: rgba(0, 67, 191, 0.7);
    color: #ddd;
    border-radius: 20px;
    font-size: 14px;
    margin-top: auto;
    align-self: center;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-card-link:hover {
    background: rgba(0, 67, 191, 0.9);
    color: #fff;
    transform: scale(1.05);
}

/* ========== PC/WAP 切换机制 ========== */
@media screen and (max-width: 768px) {
    #head-pc {
        display: none !important;
    }

    #head-wap {
        display: block !important;
    }

    .pc-visiable {
        display: none !important;
    }

    .wap-visiable {
        display: block !important;
    }
}

@media screen and (min-width: 769px) {
    #head-wap {
        display: none !important;
    }

    .wap-visiable {
        display: none !important;
    }

    .pc-visiable {
        display: block !important;
    }
}

/* ========== 移动端优化 (768px及以下) ========== */
@media screen and (max-width: 768px) {
    /* 隐藏PC端顶部区域 */
    .i-top {
        display: none !important;
    }

    /* 容器宽度 */
    .centerWidth {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    /* 顶部区域 */
    .i-top {
        padding: 20px 0;
    }

    .i-top-m {
        flex-direction: column;
        align-items: center;
    }

    .i-search {
        width: 100%;
        margin-top: 15px;
    }

    .i-search input {
        width: calc(100% - 100px);
        font-size: 14px;
    }

    .i-search-btn button {
        font-size: 14px;
        padding: 10px 15px;
    }

    /* AI工具链接 */
    .i-top-m > div[style*="text-align: left"] {
        width: 100% !important;
        text-align: center !important;
        margin-top: 10px;
        font-size: 13px;
    }

    /* 导航菜单 */
    .i-nav {
        flex-direction: column;
        padding: 10px 0;
    }

    .i-nav a {
        width: 100%;
        text-align: center;
        padding: 12px 0;
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .i-nav a:last-child {
        border-bottom: none;
    }

    /* 轮播区域 */
    .banner-1 {
        height: 200px !important;
    }

    .i-m-lb {
        flex-direction: column;
        padding-top: 20px;
    }

    .i-m-lb > .lf,
    .i-m-lb > .rt {
        width: 100%;
    }

    /* 网格布局改为2列或1列 */
    .talent-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    .showcase-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    .membership-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    /* 卡片调整 */
    .work-card {
        width: calc(50% - 8px) !important;
    }

    .member-card {
        width: calc(50% - 8px) !important;
    }

    .talent-card {
        width: calc(50% - 8px) !important;
    }

    /* 英才智库卡片 */
    .dynamics-card {
        width: calc(100%) !important;
        min-width: 200px;
    }

    /* 英才智库容器保持横向滚动 */
    .dynamics-scroll-container {
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    /* 显示英才智库的滚动按钮 */
    #dynamics .scroll-btn {
        display: flex !important;
    }

    /* 标题字体 */
    .i-tt h3 {
        font-size: 24px;
    }

    .section-title {
        font-size: 20px;
    }

    /* 文章列表 */
    .common-main .common-list ul li {
        font-size: 14px;
        line-height: 40px;
    }

    .common-main .common-list ul li a {
        max-width: 60%;
    }

    /* 页脚 */
    .footer {
        padding: 30px 0;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-info {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-qrcodes {
        width: 100%;
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
        font-size: 12px;
    }

    /* 返回顶部按钮 */
    #backToTop {
        width: 40px !important;
        height: 40px !important;
        bottom: 20px !important;
        right: 20px !important;
    }

    /* 面包屑导航 */
    .bread-crumbs {
        font-size: 14px;
        padding: 15px 0;
    }

    /* 分页 */
    #page a,
    #page span {
        padding: 0 12px;
        font-size: 14px;
    }

    /* 文章详情 */
    .cwx-xlbox2 .content-box1 .article-box h2.title {
        font-size: 22px;
        padding: 15px 0;
    }

    .cwx-xlbox2 .content-box1 .article-box .c-txt {
        font-size: 15px;
        padding: 0 10px;
    }

    /* 文章详情页标题和内容优化 */
    .cont-tit h3 {
        font-size: 18px !important;
    }

    .cont-body p {
        font-size: 14px !important;
    }

    /* 滚动按钮 */
    .scroll-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .scroll-btn-left {
        left: -15px;
    }

    .scroll-btn-right {
        right: -15px;
    }

    /* 用户中心 */
    .user-center-wrapper {
        flex-direction: column;
        padding: 20px 15px;
    }

    .user-sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

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

    .action-buttons {
        flex-direction: column;
    }

    /* 表单元素 */
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        font-size: 16px; /* 防止iOS自动缩放 */
    }

    /* 按钮优化 */
    .submit-btn,
    .action-btn {
        padding: 12px 20px;
        font-size: 15px;
    }

    /* 文章详情页信息优化 */
    .cont-tit p span {
        font-size: 12px !important;
    }

    .cont-tit p img {
        height: 12px !important;
    }

    .cont-tit font {
        font-size: 12px !important;
    }

    .cont-tit font span {
        font-size: 12px !important;
    }

    /* 覆盖public.css中的样式 */
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span {
        font-size: 12px !important;
    }

    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span:nth-child(1) {
        float: none !important;
        width: auto !important;
    }

    .art-content .cont-tit p span {
        font-size: 12px !important;
    }

    .art-content .cont-tit font span {
        font-size: 12px !important;
    }
}

/* ========== 超小屏优化 (480px及以下) ========== */
@media screen and (max-width: 480px) {
    /* 网格改为1列 */
    .talent-grid,
    .showcase-grid,
    .membership-grid {
        grid-template-columns: 1fr !important;
    }

    .work-card,
    .member-card,
    .talent-card {
        width: 100% !important;
    }

    /* 统计卡片 */
    .stats-grid {
        grid-template-columns: 1fr;
    }

    /* 导航字体 */
    .i-nav a {
        font-size: 15px;
        padding: 10px 0;
    }

    /* 搜索框 */
    .i-search input {
        width: calc(100% - 80px);
        font-size: 13px;
    }

    /* 标题 */
    .i-tt h3 {
        font-size: 20px;
    }

    /* 文章列表 */
    .common-main .common-list ul li a {
        max-width: 50%;
        font-size: 13px;
    }

    /* 分页 */
    #page a,
    #page span {
        padding: 0 8px;
        font-size: 12px;
        margin: 0 2px 5px 0;
    }

    /* 文章详情页信息优化 */
    .cont-tit p span {
        font-size: 10px !important;
    }

    .cont-tit p img {
        height: 10px !important;
    }

    .cont-tit font {
        font-size: 10px !important;
    }

    .cont-tit font span {
        font-size: 10px !important;
    }

    /* 文章详情页标题和内容优化 */
    .cont-tit h3 {
        font-size: 16px !important;
    }

    .cont-body p {
        font-size: 13px !important;
    }

    /* 覆盖public.css中的样式 */
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span {
        font-size: 10px !important;
    }

    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span:nth-child(1) {
        float: none !important;
        width: auto !important;
    }

    .art-content .cont-tit p span {
        font-size: 10px !important;
    }

    .art-content .cont-tit font span {
        font-size: 10px !important;
    }
}

/* ========== 中等屏幕优化 (769px-1200px) ========== */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    /* 保持原有布局，不修改PC端样式 */
}

/* ========== 大屏优化 (1440px以上) ========== */
@media screen and (min-width: 1441px) {
    /* 保持原有布局，不修改PC端样式 */
}

/* ========== 横屏优化 ========== */
@media screen and (max-width: 768px) and (orientation: landscape) {
    .i-top {
        padding: 10px 0;
    }

    .banner-1 {
        height: 150px !important;
    }

    .i-m-lb > .lf,
    .i-m-lb > .rt {
        width: 100%;
    }
}

/* ========== 打印样式 ========== */
@media print {
    .i-top,
    .i-nav,
    .footer,
    #backToTop,
    .scroll-btn,
    .bread-crumbs {
        display: none !important;
    }

    .centerWidth {
        width: 100% !important;
        max-width: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .cwx-xlbox2 .content-box1 .article-box h2.title {
        font-size: 18pt;
        page-break-after: avoid;
    }

    .cwx-xlbox2 .content-box1 .article-box .c-txt img {
        max-width: 100%;
        page-break-inside: avoid;
    }
}
