/* 首页顶栏：白色背景 */
body.hm-page-home .header,
body.hm-page-home .v12-head,
body.hm-page-home .v11-head,
body.hm-page-home .index-v3 > .header {
    background: #fff !important;
    background-image: none !important;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    color: #333 !important;
}

body.hm-page-home .header .changColorTxt,
body.hm-page-home .v12-head .changColorTxt {
    color: #d14124 !important;
}

body.hm-page-home .header img,
body.hm-page-home .v12-head .icon-logo,
body.hm-page-home .v11-head .icon-logo {
    filter: none !important;
}

/* 真实 DOM：未登录右侧是 .headRight-test 里的 登录/注册/试玩 */
body.hm-page-home .header .headRight-test a,
body.hm-page-home .header .headRight-test a:link,
body.hm-page-home .header .headRight-test a:visited,
body.hm-page-home .header .headRight-test a:hover {
    background: #d14124 !important;
    background-color: #d14124 !important;
    color: #fff !important;
    border: 1px solid #d14124 !important;
    box-shadow: none !important;
}

body.hm-page-home .header .headRight-test {
    color: #fff !important;
}

/* 已登录汉堡菜单等 */
body.hm-page-home .header .header-right,
body.hm-page-home .header i.icon-bars {
    color: #d14124 !important;
}

body.hm-page-home .header .MidText,
body.hm-page-home .header .MidText .iconfont {
    color: #d14124 !important;
}

/* v12 顶栏兜底 */
body.hm-page-home .v12-head .head-right .btn-login,
body.hm-page-home .v12-head .head-right .btn-register,
body.hm-page-home .v12-head .head-right .icon-action {
    background: #d14124 !important;
    color: #fff !important;
}
