.ws-art-detail-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.casedet_ban_info_mess li, .casedet_ban_info_share {
    display: flex;
    align-items: center;
    margin-right: 42px;
    flex-wrap: nowrap;
}
.cbis_parga {
    padding-right: 10px;
    flex-shrink: 0;
}
.cbis_parga p {
    color: #666;
    display: inline;
}
.cbis_icon, .acml_share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap; 
}
.cbis_icon_li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: rgba(255, 255, 255, .6);
    border-radius: 4px;
    flex-shrink: 0; 
}
.cbis_icon_li img {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cbis_icon_li a {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0 !important;
    padding: 0 !important;
}

/* 768px 及以下：两个块各占一行，左对齐 */
@media (max-width: 768px) {
    .ws-art-detail-meta {
        flex-direction: column;      /* 关键：改为纵向排列 */
        align-items: flex-start;     /* 左对齐，避免居中 */
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: nowrap;           /* 纵向排列时不需要换行 */
    }

    .ws-art-detail-cdetail,
    .casedet_ban_info_share {
        width: 100%;                 /* 各占整行，视觉上更整齐 */
    }

    .ws-art-detail-cdetail {
        font-size: 14px;             /* 小屏适当缩小 */
        gap: 10px;
    }

    .casedet_ban_info_share {
        margin-left: 0;              /* 清掉可能存在的左边距 */
    }
    .yx_parga p {
        font-size: 14px;
        line-height: 1.5;
    }
    .cbis_icon_li {
        width: 30px;
        height: 30px;
    }
}