#header .header-login-btn {
    position: relative;
}

#header .header-login-btn:hover .header-login-desc {
    display: block;
}

#header .header-login-btn:hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 12px;
    z-index: 1;
    background: transparent;
}

#header .header-login-desc {
    display: none;
    position: absolute;
    left: 50%;
    top: 34px;
    margin-left: -114px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px 0px rgba(153, 153, 153, 0.3), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    z-index: 2;
    font-size: 14px;
    text-align: left;
    padding: 16px 18px;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: normal;
}

#header .header-login-desc:before {
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}

#header .header-login-desc .login-desc-title {
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    display: block;
}

#header .header-login-desc .login-desc-list {
    margin-top: 4px;
}

#header .header-login-desc .login-desc-list li {
    margin: 8px 0 0 0;
    display: block;
    font-size: 13px;
    color: #333333;
    text-align: left;
    height: 26px;
    line-height: 26px;
}


#header .header-login-desc .login-desc-list .login-desc-icon.desc-icon-chat {
    background-position: 0 0;
}

#header .header-login-desc .login-desc-list .login-desc-icon.desc-icon-match {
    background-position: 0 -26px;
}

#header .header-login-desc .login-desc-list .login-desc-icon.desc-icon-info {
    background-position: 0 -52px;
}

#header .header-resume-new .header-resume-tip {
    z-index: 2;
    display: none;
}

#header .header-resume-new a:hover .header-resume-tip {
    display: none;
}

#header .header-nav-group {
    margin: 0 5px;
    float: none;
}

#header .header-nav-group li {
    margin: 0;
    position: relative;
}

#header .header-nav-group .header-nav-dot {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #fff;
    vertical-align: middle;
}

#header .user-nav .header-login-btn {
    vertical-align: middle;
}

#header .user-nav .nav-resume-tools {
    display: inline-block;
    vertical-align: middle;
}

#header .user-nav .nav-resume-tools > a {
    display: inline-block;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    height: auto;
    padding: 3px 7px;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 8px;
    border: 1px solid transparent;
}

#header .user-nav .nav-resume-tools > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

#header .user-nav .nav-resume-tools:hover .nav-resume-box {
    display: block;
}

#header .user-nav .nav-resume-box {
    display: none;
    position: absolute;
    top: 49px;
    right: 0;
    z-index: 1;
    padding: 4px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 1px solid #EDEDED;
}

#header .user-nav .nav-resume-box ul {
    overflow: hidden;
}

#header .user-nav .nav-resume-box li {
    display: block;
    float: left;
    text-align: center;
    width: 120px;
    margin: 4px;
    border-radius: 8px;
}

#header .user-nav .nav-resume-box li a {
    border: 1px solid transparent;
    transition: all 0.2s linear;
    border-radius: 8px;
}

#header .user-nav .nav-resume-box li:hover a {
    border: 1px solid transparent;
    border: 1px solid rgba(0, 190, 189, 0.5);
}

#header .user-nav .nav-resume-box li:hover span {
    color: #00A6A7;
}

#header .user-nav .header-resume-new + .nav-resume-box .resume-box-update {
    display: block;
}

#header .user-nav .nav-resume-box .resume-box-update {
    display: none;
}

#header .user-nav .nav-resume-box li.resume-box-boss {
    background: linear-gradient(180deg, #CCDDFF 0%, rgba(255, 255, 255, 0) 100%);
}

#header .user-nav .nav-resume-box li.resume-box-geek {
    background: linear-gradient(180deg, #FFE4C2 0%, rgba(255, 255, 255, 0) 100%);
}

#header .user-nav .nav-resume-box li.resume-box-geek a:before {
    background-position: 0 -60px;
}

#header .user-nav .nav-resume-box li.resume-box-upload a:before {
    background-position: 0 -120px;
}

#header .user-nav .nav-resume-box li.resume-box-update {
    position: relative;
    background: linear-gradient(180deg, #CCDDFF 0%, rgba(255, 255, 255, 0) 100%);
}

#header .user-nav .nav-resume-box li.resume-box-update:after {
    content: '解析成功';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    background: rgba(0, 166, 167, 0.1);
    display: inline-block;
    padding: 2px 4px;
    line-height: 16px;
    background: #00BEBD;
    border-radius: 0px 8px 0px 8px;
    color: #fff;
}

#header .user-nav .nav-resume-box li.resume-box-update a:before {
    background-position: 0 -180px;
}

#header .user-nav .nav-resume-box li.resume-box-resume {
    background: linear-gradient(180deg, #A6FFE7 0%, rgba(255, 255, 255, 0) 100%);
}

#header .user-nav .nav-resume-box li.resume-box-resume a:before {
    background-position: 0 -240px;
}

#header .user-nav .nav-resume-box li.resume-box-upload {
    background: linear-gradient(180deg, #A4E5FF 0%, rgba(255, 255, 255, 0) 100%);
}

#header .user-nav .nav-resume-box li a {
    display: block;
    padding: 20px 0 10px;
}

#header .user-nav .nav-resume-box li a:before {
    content: ' ';
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(https://img.bosszhipin.com/static/file/2023/d1mkjebr121695198610640.png) 0 0 / 60px auto no-repeat;
}

#header .user-nav .nav-resume-box li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
    margin-top: 12px;
    transition: all 0.2s linear;
}

#header .user-nav .nav-resume-box li p {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 4px;
}

#header .user-nav .nav-resume-box li.resume-box-ai {
    position: relative;
    background: url(https://img.bosszhipin.com/static/file/2024/vezhctu8m51724673254140.png.webp) 0 0 / 128px no-repeat;
}

#header .user-nav .nav-resume-box li.resume-box-ai a {
    padding-top: 80px;
}

#header .user-nav .nav-resume-box li.resume-box-ai a::before {
    display: none;
}