/* 1注意回退皮肤--首页单独底部a标签内敛样式替换成fff原色666 路径：application\views\index\index.html 948行 */
/* 2注意回退皮肤--登录页logo替换 路径：application\views\login\index.html 25行 */
/*newyear2023*/

@media  (min-width:801px) {
    a:hover { color: #D63329; }
    .header-layer { background-size: 188px 100px;}
    .header-layer .logo { background-image: url(../images/logo.svg) !important; }
    .header-right .app { background-color: #d63329; border-color: #d63329; }
    .header-right .app, .header-right .app:hover { background-color: #c9241a; border-color: #c9241a; }
    .header-layer .icon-user {background: url(../images/index-ico-user.png); }
    .header-layer .search-box .search-btn { background: url(../images/icon-user.png) #d63329; background-size: cover; }
    .header-layer .search-box .search-btn:hover { background-color: #c9241a; }
    
    .navs { background: url(../images/nav.png) #d63329 no-repeat right top; background-size: 100% auto;}
    .navs .level2 > ul > li > a:hover { color: #D63329; }
    .navs .level2.all .inner > ol > li > a:hover { color: #D63329; }
    .box-index > .clearfix {  }
    .firstscreen-middle .ui-box, .ui-panel, .ui-tab { background-color:transparent; }
    .firstscreen-middle { background: none;  }
    .firstscreen-middle .ui-tab .ui-tab-navs .ui-tab-nav a.active:before { background-color: #D63329; }
    .box-index a:hover, .firstscreen-left .kk-first .item:hover span { color: #D63329 }

    .gpanel > .tit { background: url(../images/navright.png) #F6F7FA no-repeat top right; background-size: auto 100%; }
    .gpanel > .tit h2 { background-color: #D63329; }
    .gpanel > .main .hd h3 a:after { background-color: #D63329; }
    .index-sub-imgtxt .item:hover span { color: #D63329 !important; }
    .index-sub-tags a:hover,.side-bar .item:hover .fa { background-color: #D63329; }
    .firstscreen-left .kk-first .item em {
        background-color: rgba(214, 51, 41, .8);
    }

    .report-lst li h4 a:hover, .box-report .con h3 a:hover { color: #D63329; }
    .box-job li h4 a:hover, 
    .box-job .row:hover .font2, 
    .index-sub-lst li a:hover, 
    .box-zt .zt-join, 
    .box-job .hotjob a:hover, 
    .box-job .hotjob a:hover,
    .zh-lst li .l p,
    .zh-lst li h4 a:hover,
    .timeline .item:hover,
    .flinks .ui-tab-panel a:hover,
    .timeline .item.hover
    {
        color: #D63329;
    }
    .ui-tab .ui-tab-navs .ui-tab-nav a.active {
        border-bottom-color: #D63329;
    }
    .box-job .tit .r { margin-right: 185px; }
    .box-job .tit .r em { background: url(../images/index-box-job-search.png); }
    .timeline .item .circle, .timeline .control a {  background-image: url(../images/index_timeline_icon.png); background-size:cover; }
    .timeline .item .circle { background-position: 0 -42px; }
    .timeline .item:hover .circle, .timeline .item.hover .circle { background-position: 0 -63px; }
    .menu-bar { border: 2px solid #D63329; }
    div.menu-bar a.active { background-color: #D63329;}
    .gpanel > .main .hd > .more:hover { color: #D63329; }
    .zt-lst li .r .strong { color: #D63329; }
    
    .menu-bar a { background-color: transparent; position: relative; width:76px; height: 39px; box-sizing:border-box; }
    .menu-bar a::after {
      position: absolute;
      content: '';
      left: 12px;
      right: 12px;
      height: 2px;
      background: #D63329;
      top: -2px;
    }
    div.menu-bar a.active:after { display:none; }

    .timeline { background-image: url(../images/index_timeline_bg.png)  }
    .timeline .item .summary { box-shadow: 0px 1px 5px 0px rgba(214, 51, 41, 0.3); }
    .timeline .item .arrow { border-top-color: rgba(214, 51, 41, 0.3);  }
    .timeline .control .left, .timeline .control .right { background-image: url(../images/index_timeline_bg.png?v=1); }
    .box-zt .zt-join em { background-image: url(../images/index-box-zt-join.png);}
    .footer-right .slogen img { display: none;  }
    .footer-right .slogen { position: absolute; right: 210px; bottom: 0px; width: 178px; height: 184px; background: url(../images/slogen.png) no-repeat; background-size: 178px 184px; } 
    .header-right .loginout i { background: url(../images/index-ico-loginout.png); }
}

@media  (max-width:800px) {
    a:hover,.box-index a:hover,.box-job .row:hover .font2, .gpanel > .tit > .more:hover, .m-menu-dropdown ul li a:hover, .ui-tab .ui-tab-navs .ui-tab-nav a:hover { color: #D63329; }
    .header-layer .action-bar .mtsearch { color:#D63329; }
    .header-layer { background-color: #f04a2b !important; background-image:url(../images/logo-m.png) !important; }
    .m-nav-bar { background-color: #d63329 }
    .m-nav-bar a { color:#FFF !important; }
    .firstscreen-middle .ui-tab .ui-tab-navs .ui-tab-nav a.active::before { background: #d63329; }
    .gpanel > .tit h2 { background: #d63329; }
    .mqrcode .item:hover { color: inherit; }
}
