/* 
 * 自定义SEO优化样式
 * 将内联样式提取到独立CSS文件
 */

/* Banner背景样式 */
.banner {
    background: url(../image/banner.jpg) top center no-repeat !important;
    background-size: cover;
}

/* 红色强调文字 */
.text-highlight-red {
    color: #ff0000;
    font-weight: bold;
}

/* Footer样式 */
footer .footer-content {
    text-align: center;
    background: #555;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
}

footer .footer-content a {
    color: #BDBDBD;
    text-decoration: none;
}

footer .footer-content a:hover {
    color: #fff;
}

/* 注册按钮图标 */
.ico-reg {
    background: url(../image/hbf7f7d4f01d940eba1bc15d49e8189f7o.png) center center no-repeat !important;
    height: 24px;
    display: inline-block;
}

/* 移除空的style属性占位 */
.nav-btn-log a,
.nav-btn-res a {
    /* 样式已在主CSS中定义 */
}
