.footer {
    background-color: #21262C; /* 深色背景 */
    padding-top: 80px;
}

footer h4 {
    margin-bottom: 20px; /* 标题下的间距 */
}

footer a {
    color: #ffffff; /* 链接颜色 */
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}

footer a:hover {
    color: #007bff; /* 悬停时的颜色 */
}

footer .list-unstyled {
    padding-left: 0; /* 去掉默认的左边距 */
}

.list-unstyled li {
    padding-bottom: 20px;
}

.list-unstyled-li {
    padding-bottom: 8px !important;
}


.hot-line {
    font-weight: bold;
    font-size: 20px;
}

.phone-number {
    font-size: 18px;
}

footer .text-center {
    margin-top: 20px; /* 上边距 */
}

.copyright {
    border-top: 1px solid #333;
} 

.list-unstyled .msc-code-img {
    height: 160px;
    width: 160px;
}

.footer-font-family{
    font-family: "Microsoft YaHei",　Arial, sans-serif !important;
}
