.font-weight-700{
    font-weight: 700;
}

.xiaohongshu{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.douyin{
    height: 37px;
    width: 37px;
}

.blogroll ul li{display:inline-block}
.blogroll ul li a{padding:2px 3px;border:1px solid #ebebeb;font-size:14px}
.blogroll ul li a:hover{background:#c7dafb;color:#fff}

.text-indent{
    text-indent:2em ;
}

.custom-container{
    width: 100%; /* 或设置为具体宽度，如800px */

    overflow-x: auto; /* 允许水平滚动 */

    white-space: nowrap; /* 这个属性在这里对容器本身不起作用，但确保内部表格不换行 */
}

.custom-scroll{
    width: 100%; /* 确保表格宽度占满容器宽度 */

    table-layout:auto ; /* 固定表格布局，使列宽根据表头定义 */

    white-space: nowrap; /* 防止内容换行 */

    border-collapse: collapse; /* 合并边框，使表格看起来更整洁 */

    overflow-x: scroll; /* 如果内容超出容器宽度，则允许水平滚动 */
}

.custom-scroll thead{
    background-color: #f2f2f2; /* 设置表头背景颜色 */
}

.custom-scroll th, .custom-scroll td{
    padding: 8px; /* 添加内边距，使内容更易读 */

    text-align: left; /* 文本左对齐 */

    border: 1px solid #ddd; /* 添加边框 */
}

.query-bg{
    padding: 20px 0;
    background: url(../images/banner/query-bg-01.jpg) no-repeat center center / cover;
}
.query-font{
    color: #db9326;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
}
.query-font span{
    font-size: 0.6em;
}