/* ===== 北京展沃科技有限公司 - 共用样式 ===== */
*{margin:0;padding:0;box-sizing:border-box;}
body{font:12px/1.6 "微软雅黑","宋体",sans-serif;color:#333;background:#f5f5f5;}
a{text-decoration:none;color:#333;transition:color .2s;}
a:hover{color:#2a5f8f;}
ul{list-style:none;}
img{border:0;}

/* 顶部 */
#top{width:100%;height:100px;background:linear-gradient(135deg,#0f2b4a,#1e4d76);}
.top-in{width:1000px;margin:0 auto;overflow:hidden;}
.logo{float:left;width:460px;height:60px;margin-top:20px;font-size:26px;font-weight:bold;color:#fff;line-height:60px;letter-spacing:4px;}
.search-wrap{float:right;margin-top:32px;}
.search-box{width:248px;height:34px;background:#fff;border-radius:4px;overflow:hidden;display:flex;}
.search-box input{flex:1;height:34px;border:none;padding:0 10px;outline:none;font-size:12px;color:#999;}
.search-box button{width:46px;height:34px;background:#ff7f00;border:none;color:#fff;cursor:pointer;font-size:13px;}

/* 导航 */
#nav{width:100%;height:44px;background:#1a3f62;border-bottom:3px solid #ff7f00;}
.nav-in{width:1000px;margin:0 auto;}
.nav-in ul{overflow:hidden;}
.nav-in li{float:left;position:relative;}
.nav-in>ul>li>a{display:block;min-width:110px;height:44px;line-height:44px;text-align:center;color:#fff;font-size:14px;font-weight:bold;}
.nav-in>ul>li>a:hover,.nav-in>ul>li>a.act{background:#ff7f00;color:#fff;}
.nav-in .sep{float:left;width:1px;height:16px;background:rgba(255,255,255,.2);margin-top:14px;}
.nav-in li ul{display:none;position:absolute;top:44px;left:0;z-index:999;background:#fff;border:1px solid #ddd;box-shadow:0 4px 12px rgba(0,0,0,.12);min-width:160px;}
.nav-in li:hover ul{display:block;}
.nav-in li ul li{float:none;border-bottom:1px solid #f0f0f0;}
.nav-in li ul li a{display:block;padding:10px 18px;color:#555;font-size:13px;}
.nav-in li ul li a:hover{background:#f0f6fc;color:#2a5f8f;}

/* Banner */
#banner{width:100%;height:420px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f2b4a 0%,#2a5f8f 40%,#5a9fd4 70%,#8fc8f0 100%);}
.banner-mask{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='20' cy='20' r='30' fill='%23fff' opacity='0.04'/%3E%3Ccircle cx='80' cy='80' r='40' fill='%23fff' opacity='0.04'/%3E%3C/svg%3E") repeat;}
.banner-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;}
.banner-text h1{font-size:44px;letter-spacing:8px;text-shadow:0 2px 12px rgba(0,0,0,.3);margin-bottom:14px;}
.banner-text p{font-size:18px;letter-spacing:4px;opacity:.88;}
.banner-nav{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:10px;}
.banner-nav span{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;border:2px solid rgba(255,255,255,.5);}
.banner-nav span.act{background:#fff;border-color:#fff;}
.banner-wave{position:absolute;bottom:-2px;left:0;width:100%;z-index:2;}
#main{width:100%;background:#f0f2f5;min-height:400px;}
.main-in{width:1000px;margin:0 auto;padding:30px 0;}

/* 公告 */
.notice{background:linear-gradient(135deg,#fff6e5,#fff);border:1px solid #f5e0c0;border-radius:4px;padding:0 18px;height:36px;line-height:36px;margin-bottom:18px;}
.notice i{color:#e4393c;font-style:normal;font-weight:bold;}
.notice span{color:#e4393c;}

/* 内页横幅 */
.inner-banner{height:120px;width:100%;border-radius:6px;overflow:hidden;margin-bottom:22px;background:linear-gradient(135deg,#1a3f62,#3a7bb5);display:flex;align-items:center;justify-content:center;position:relative;}
.inner-banner svg{width:100%;height:100%;position:absolute;top:0;left:0;}
.inner-banner .ib-text{position:relative;z-index:2;color:rgba(255,255,255,.2);font-size:34px;font-weight:bold;letter-spacing:12px;}

/* 两列布局 */
.col-wrap{overflow:hidden;gap:20px;display:flex;}
.col{flex:1;border:1px solid #e4e4e4;background:#fff;border-radius:4px;overflow:hidden;}
.col h3{height:38px;line-height:38px;background:linear-gradient(90deg,#1a3f62,#2a5f8f);color:#fff;padding:0 16px;font-size:14px;}
.col-body{padding:14px 16px;min-height:200px;}

/* 公司简介 */
.about-wrap{overflow:hidden;}
.about-pic{float:left;width:160px;height:170px;background:#e8f0fe;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:20px;}
.about-text{overflow:hidden;line-height:24px;color:#666;text-indent:28px;font-size:14px;}

/* 新闻列表 */
.news-list li{padding:6px 0;border-bottom:1px dashed #eee;overflow:hidden;}
.news-list li:last-child{border:none;}
.news-list li a{font-size:14px;float:left;max-width:290px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list li a:hover{color:#2a5f8f;}
.news-list li span{float:right;color:#b9b7b8;font-size:13px;}

/* 产品展示 */
.indu{margin-top:24px;}
.indu-header{height:38px;line-height:38px;background:linear-gradient(90deg,#1a3f62,#2a5f8f);color:#fff;padding:0 16px;font-size:14px;border-radius:4px 4px 0 0;}
.indu-body{background:#fff;border:1px solid #e4e4e4;border-top:none;padding:16px;overflow:hidden;border-radius:0 0 4px 4px;}
.game-card{float:left;width:178px;margin:0 14px 14px 0;border:1px solid #eee;border-radius:6px;overflow:hidden;transition:box-shadow .3s,transform .2s;background:#fafafa;}
.game-card:nth-child(5n){margin-right:0;}
.game-card:hover{box-shadow:0 4px 20px rgba(42,95,143,.2);transform:translateY(-3px);}
.game-card .gc-img{width:178px;height:130px;display:flex;align-items:center;justify-content:center;}
.game-card .gc-info{padding:10px 10px 12px;}
.game-card .gc-info h4{font-size:14px;margin-bottom:4px;color:#333;}
.game-card .gc-info p{font-size:11px;color:#999;line-height:16px;}
.game-card .gc-info .gc-tag{display:inline-block;background:#f0f6fc;color:#2a5f8f;font-size:10px;padding:1px 6px;border-radius:2px;margin-top:4px;}

/* 底部 */
#bottom{width:100%;background:#0f2b4a;padding:40px 0 0;}
.bt-in{width:1000px;margin:0 auto;overflow:hidden;}
.bt-col{float:left;width:220px;margin-right:40px;}
.bt-col h4{color:#fff;font-size:14px;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.15);}
.bt-col a,.bt-col p{display:block;color:rgba(255,255,255,.55);font-size:12px;line-height:26px;}
.bt-col a:hover{color:#fff;}
.bt-line{clear:both;border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding:18px 0;text-align:center;}
.bt-line p{color:rgba(255,255,255,.45);font-size:11px;line-height:22px;}
.bt-line a{color:rgba(255,255,255,.45);margin:0 6px;}
.bt-line a:hover{color:#fff;}

/* ===== 子页面专用 ===== */
/* 面包屑 */
.bread{background:#fff;border:1px solid #e4e4e4;padding:0 16px;height:36px;line-height:36px;margin-bottom:16px;border-radius:4px;font-size:13px;color:#999;}
.bread a{color:#666;}
.bread a:hover{color:#2a5f8f;}
.bread span{color:#333;}

/* 侧边栏 + 主内容 */
.page-wrap{overflow:hidden;display:flex;gap:18px;}
.page-side{width:220px;flex-shrink:0;}
.page-main{flex:1;background:#fff;border:1px solid #e4e4e4;border-radius:4px;padding:24px 28px;min-height:500px;}
.page-main h2{font-size:20px;color:#1a3f62;padding-bottom:12px;margin-bottom:16px;border-bottom:2px solid #eef3f8;letter-spacing:2px;}
.page-main h3{font-size:16px;color:#2a5f8f;margin:24px 0 12px;padding-left:12px;border-left:3px solid #2a5f8f;}
.page-content p{font-size:14px;line-height:26px;color:#555;text-indent:28px;margin-bottom:12px;}

/* 侧边栏菜单 */
.side-menu{border:1px solid #e4e4e4;border-radius:4px;overflow:hidden;}
.side-menu h3{height:42px;line-height:42px;background:linear-gradient(90deg,#1a3f62,#2a5f8f);color:#fff;padding:0 16px;font-size:14px;}
.side-menu ul{border-top:1px solid #e4e4e4;}
.side-menu li{border-bottom:1px solid #f0f0f0;}
.side-menu li:last-child{border:none;}
.side-menu li a{display:block;padding:12px 16px;font-size:13px;color:#555;transition:all .2s;}
.side-menu li a:hover{background:#f0f6fc;color:#2a5f8f;padding-left:22px;}
.side-menu li.act a{background:#f0f6fc;color:#2a5f8f;font-weight:bold;border-left:3px solid #2a5f8f;}

/* 企业文化网格 */
.culture-grid{overflow:hidden;display:flex;flex-wrap:wrap;gap:14px;margin:4px 0 8px;}
.cult-item{width:calc(50% - 7px);border:1px solid #eee;border-radius:6px;padding:18px 14px;text-align:center;}
.cult-icon{margin-bottom:8px;}
.cult-item h4{font-size:15px;color:#1a3f62;margin-bottom:6px;}
.cult-item p{font-size:12px;color:#888;line-height:20px;text-indent:0 !important;margin-bottom:0 !important;}

/* 荣誉 */
.honor-list{overflow:hidden;display:flex;flex-wrap:wrap;gap:10px;margin:8px 0;}
.honor-item{width:calc(50% - 5px);padding:14px 16px;background:#f8fafc;border-radius:4px;font-size:14px;color:#555;}

/* 新闻详情页列表 */
.page-news{padding:0;}
.news-item{overflow:hidden;padding:18px 0;border-bottom:1px solid #f0f0f0;}
.news-item:last-child{border:none;}
.ni-date{float:left;width:60px;height:60px;background:#f0f6fc;border-radius:4px;text-align:center;padding-top:6px;margin-right:16px;}
.ni-date span{display:block;font-size:22px;font-weight:bold;color:#2a5f8f;line-height:1;}
.ni-date small{font-size:10px;color:#999;}
.ni-body{overflow:hidden;}
.ni-body h4{margin-bottom:6px;}
.ni-body h4 a{font-size:15px;color:#333;font-weight:bold;}
.ni-body h4 a:hover{color:#2a5f8f;}
.ni-body p{font-size:13px;color:#888;line-height:22px;text-indent:0 !important;margin-bottom:0 !important;}

/* 产品详情网格 */
.pro-grid{overflow:hidden;display:flex;flex-wrap:wrap;gap:14px;margin:12px 0;}
.pro-card{width:calc(33.33% - 10px);border:1px solid #eee;border-radius:6px;overflow:hidden;transition:box-shadow .3s,transform .2s;background:#fafafa;}
.pro-card:hover{box-shadow:0 4px 16px rgba(42,95,143,.15);transform:translateY(-2px);}
.pro-card .pro-img{height:140px;display:flex;align-items:center;justify-content:center;}
.pro-card h4{padding:10px 12px 4px;font-size:14px;color:#1a3f62;}
.pro-card p{padding:0 12px 14px;font-size:12px;color:#888;line-height:20px;text-indent:0 !important;margin-bottom:0 !important;}

/* 招聘页 */
.job-list{overflow:hidden;}
.job-item{border:1px solid #eee;border-radius:6px;padding:18px 20px;margin-bottom:12px;transition:box-shadow .3s;}
.job-item:hover{box-shadow:0 2px 10px rgba(0,0,0,.06);}
.job-item h4{font-size:16px;color:#1a3f62;margin-bottom:6px;}
.job-item .meta{font-size:12px;color:#999;margin-bottom:10px;}
.job-item .meta span{margin-right:18px;}
.job-item p{font-size:13px;color:#666;line-height:22px;text-indent:0 !important;margin-bottom:0 !important;}

/* 申请流程步骤 */
.step-list{counter-reset:step;overflow:hidden;padding:0;}
.step-item{padding:14px 0 14px 44px;position:relative;border-left:2px solid #dce6ef;margin-left:20px;}
.step-item:last-child{border-color:transparent;}
.step-item::before{counter-increment:step;content:counter(step);position:absolute;left:-14px;top:12px;width:28px;height:28px;background:#2a5f8f;border-radius:50%;color:#fff;font-size:13px;font-weight:bold;text-align:center;line-height:28px;}
.step-item h4{font-size:15px;color:#1a3f62;margin-bottom:4px;}
.step-item p{font-size:13px;color:#666;line-height:22px;text-indent:0 !important;margin-bottom:0 !important;}

.faq-item{border:1px solid #eee;border-radius:4px;padding:14px 18px;margin-bottom:8px;}
.faq-item h4{font-size:14px;color:#2a5f8f;margin-bottom:4px;}
.faq-item p{font-size:13px;color:#666;line-height:22px;text-indent:0 !important;margin-bottom:0 !important;}

/* ===== 游戏详情页 ===== */
.game-banner{height:220px;border-radius:8px;overflow:hidden;position:relative;margin-bottom:20px;display:flex;align-items:center;justify-content:center;}
.game-banner .gb-overlay{position:absolute;inset:0;}
.game-banner .gb-content{position:relative;z-index:2;text-align:center;color:#fff;}
.game-banner .gb-content h1{font-size:32px;letter-spacing:6px;text-shadow:0 2px 12px rgba(0,0,0,.3);margin-bottom:6px;}
.game-banner .gb-content p{font-size:14px;opacity:.85;letter-spacing:2px;}

.game-meta{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap;}
.game-meta .gm-item{flex:1;min-width:120px;background:#f8fafc;border-radius:6px;padding:14px 16px;text-align:center;border:1px solid #eef3f8;}
.game-meta .gm-item h5{font-size:11px;color:#999;margin-bottom:4px;}
.game-meta .gm-item span{font-size:16px;font-weight:bold;color:#1a3f62;}

.game-gallery{overflow:hidden;display:flex;gap:12px;margin-bottom:22px;}
.game-gallery .gg-item{flex:1;height:140px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;}

.game-features{overflow:hidden;display:flex;flex-wrap:wrap;gap:12px;margin:12px 0 22px;}
.game-features .gf-item{width:calc(33.33% - 8px);padding:18px 14px;text-align:center;border:1px solid #eee;border-radius:6px;background:#fafcfe;}
.game-features .gf-item h4{font-size:14px;color:#1a3f62;margin-bottom:4px;}
.game-features .gf-item p{font-size:12px;color:#888;line-height:20px;text-indent:0 !important;margin-bottom:0 !important;}

.game-screenshots{overflow:hidden;display:flex;gap:10px;margin:12px 0 22px;}
.game-screenshots .gs-item{flex:1;height:280px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;flex-direction:column;}

.download-box{background:linear-gradient(135deg,#f0f6fc,#e8f0fe);border:1px solid #c5d9f0;border-radius:8px;padding:24px 28px;margin:16px 0 8px;text-align:center;}
.download-box h4{font-size:16px;color:#1a3f62;margin-bottom:14px;}
.download-box .dl-btn{display:inline-block;padding:10px 30px;background:linear-gradient(135deg,#2a5f8f,#1a3f62);color:#fff;border-radius:4px;font-size:14px;margin:0 8px 8px;transition:box-shadow .3s,transform .2s;}
.download-box .dl-btn:hover{box-shadow:0 4px 16px rgba(42,95,143,.35);transform:translateY(-2px);text-decoration:none;color:#fff;}
.download-box .dl-btn.ios{background:linear-gradient(135deg,#333,#555);}
.download-box .dl-btn.android{background:linear-gradient(135deg,#27ae60,#1e8449);}
.download-box .dl-info{font-size:12px;color:#999;margin-top:10px;}
