.footer {
    background-color: #222;
    padding: 22px 0;
}

div.wantest_tool {
    color: #eee;
}

div.wantest_tool>a {
    color: #eee;
}

.horizontal-list {
    list-style-type: none;
    /* 移除默认的列表样式 */
    padding: 0;
    margin: 0;
}

.horizontal-list>li {
    display: inline-block;
    /* 使用 inline-block 使 li 元素水平排列 */
    margin-right: 10px;
    /* 可选：添加间距 */
}

.about_us_div {
    color: #eee;
}

.about_us_div>a {
    color: #eee;
}

.horizontal-list>li>a {
    text-decoration: none;
    /* 移除链接的下划线 */
    color: #007bff;
    /* 可选：设置链接颜色 */
}

.footer_h3 {
    color: #eee;
}

.qrcode_div {
    color: #eee;
    text-align: center;
    font-size: large;
}

.tet {
    flex: 1;
    box-sizing: border-box;
    /* 包括内边距和边框在内计算宽度 */

}

.responsive-img {
    max-height: 100px;
    /* 最大高度限制 */
    width: auto;
    /* 宽度自适应 */
}

.vertical-spacing {
    margin-top: 30px;
    /* 上方增加 30px 间距 */
}