/*
 * Blue Theme - 蓝色科技
 * Primary: #1565C0 | Light: #E3F2FD
 */

body, .bui-page { background-color: #E3F2FD !important; }

/* 顶部 */
.topimg { box-shadow: 0 2px 8px rgba(21,101,192,.3) !important; }

/* 开奖球区域 */
.open-qiu-box {
    background: linear-gradient(135deg, #E3F2FD, #BBDEFB) !important;
    border: 2px solid #1565C0 !important;
    border-radius: 12px !important;
}
.open-qiu-box > .head .qishu span,
.open-qiu-box > .head .gd-log,
.open-qiu-box > .head .text,
.open-qiu-box > .foot { color: #1565C0 !important; }

/* Tab按钮 */
.diy-tab-btn .bui-btn { background: #E3F2FD !important; color: #1565C0 !important; border-radius: 8px !important; margin: 0 2px !important; }
.diy-tab-btn .bui-btn.active { background: #1565C0 !important; color: #fff !important; }
.bui-nav>.bui-btn.active:after { background: #1565C0 !important; }

/* 滚动公告 */
.zxgg { background: #1565C0 !important; border-radius: 6px !important; }

/* 预测卡片 */
.open-log {
    border: 1px solid #90CAF9 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
    box-shadow: 0 2px 6px rgba(21,101,192,.1) !important;
}
.open-log > .biaoti {
    background: linear-gradient(90deg, #1565C0, #1976D2) !important;
    color: #fff !important;
    font-size: .4rem !important;
    padding: .12rem 0 !important;
}
.open-log > .host { background: #BBDEFB !important; }
.open-log > .host2 { background: #E3F2FD !important; }
.open-log > .host .title { color: #1565C0 !important; }
.open-log > .host .url { background: #1565C0 !important; color: #fff !important; border-radius: 4px !important; }
.open-log > .content .text { color: #1565C0 !important; border-bottom: 1px solid #E3F2FD !important; padding: .12rem !important; }
.open-log > .shangxuxian-000 .text:not(:first-child) { border-top: 1px solid #BBDEFB !important; }

/* 背景色 */
.img-box, .nav2, .bg-fff, .white-box { background-color: #E3F2FD !important; }
.img-box { border: 1px solid #90CAF9 !important; border-radius: 10px !important; overflow: hidden !important; }

/* 链接区 */
.links-box > .item { background: #1565C0 !important; color: #fff !important; border-radius: 6px !important; margin: 3px 0 !important; }
.links-box > .item a { color: #fff !important; }
.links-box2 > .item { background: #E3F2FD !important; color: #1565C0 !important; border: 1px solid #1565C0 !important; border-radius: 6px !important; }
.links-box2 > .item a { color: #1565C0 !important; }

/* 底部 */
.cgi-foot { color: #90CAF9 !important; }

/* 导航栏 */
.nav2 ul li a, .nav22 ul li a { background: #1565C0 !important; border-radius: 4px !important; }
