/*
 * foot-new样式覆盖文件
 * 用于覆盖public.css中的foot-new样式，恢复template.css中的原始样式
 */

.foot-new {
    background: transparent !important; /* 移除蓝色背景 */
    height: auto !important; /* 重置高度 */
}

.foot-new > a {
    width: 50px !important;
    height: 77px !important;
    display: block !important;
    margin: auto !important;
    background: url("../images/index-n5.png") center no-repeat !important;
}

.foot-new dl {
    margin: auto !important;
    height: 100px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

.foot-new dl a {
    color: #333 !important; /* 覆盖public.css中的白色字体 */
}

.foot-new dl dt a {
    margin: 0 10px !important;
    cursor: pointer !important;
}

.foot-new dl dt a:hover {
    text-decoration: underline !important;
}

.foot-new dl p span {
    display: inline-block !important;
    background: url("../images/foot-02.png") left center no-repeat !important;
    padding-left: 20px !important;
    margin-left: 20px !important;
}
