/* =========================
   板块区域
========================= */

.stock-bk-wrap{
    width:100%;
    margin:15px auto;
    background:#fff;
    border:1px solid #e6ecf2;
    overflow:hidden;
    padding:10px 0;
}

/* 大标题 */

.stock-bk-main-title{
    font-size:18px;
    font-weight:bold;
    color:#333;
    padding:0 15px 10px;
    border-bottom:1px solid #edf2f7;
    margin-bottom:10px;
}

/* 每组板块 */

.stock-bk-box{
    overflow:hidden;
    padding:5px 10px 10px;
}

/* 分类标题 */

.stock-bk-title{
    font-size:15px;
    color:#666;
    font-weight:bold;
    margin:5px 0 10px;
}

/* 板块标签 */

.stock-bk-item{
    display:inline-block;
    margin:5px;
    padding:7px 8px;
    border-radius:5px;
    color:#fff !important;
    text-decoration:none !important;
    transition:all .2s;
    font-size:13px;
    line-height:22px;
}

/* hover */

.stock-bk-item:hover{
    transform:translateY(-1px);
    opacity:.88;
}

/* 红涨 */

.bkred{
    background:#d93025;
}

/* 绿跌 */

.bkgreen{
    background:#1a9b4a;
}

/* 平盘 */

.bkgray{
    background:#8a8a8a;
}

/* 板块名 */

.stock-bk-name{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
}

/* 指数 */

.stock-bk-index{
    margin-right:8px;
    opacity:.95;
}

/* 涨跌 */

.stock-bk-zdf{
    margin-left:2px;
    font-weight:bold;
}

/* SEO说明 */

.stock-bk-desc{
    padding:10px 15px 0;
    color:#666;
    line-height:26px;
    font-size:13px;
    border-top:1px dashed #edf2f7;
    margin-top:5px;
}

.stock-bk-desc a{
    color:#1266cc;
    text-decoration:none;
}

.stock-bk-desc a:hover{
    color:#ff6600;
    text-decoration:underline;
}
.stock-bk-main-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.bk-title-right{
    font-size:12px;
    font-weight:normal;
    color:#999;
    white-space:nowrap;
}

.bk-update-time{
    margin-right:10px;
}

.bk-refresh-btn{
    color:#1a73e8;
    cursor:pointer;
    text-decoration:none;
}

.bk-refresh-btn:hover{
    text-decoration:underline;
}

/* 板块介绍 */
.bk-intro-seo {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto;
    box-sizing: border-box;
}

.gpbox {
    padding: 14px 16px;
    border: 1px solid #dce6ee;
    border-radius: 6px;
    background: #fff;
    color: #444;
    box-sizing: border-box;
}

.gphd {
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e8edf1;
    color: #0874c9;
    font-size: 17px;
    line-height: 1.6;
}

.gpintro {
    color: #555;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
}
.gpintro p {
        text-align: left;
    }

@media (max-width: 768px) {
    .bk-intro-seo {
        margin: 10px 0;
        padding: 0 8px;
    }

    .gpbox {
        padding: 11px;
    }

    .gphd {
        font-size: 15px;
    }

    .gpintro {
        font-size: 13px;
        line-height: 1.8;
    }
        .gpintro p {
        text-align: left;
    }
}