/* ========== 导航栏右侧按钮组 ========== */
/* 与 qiye163 common.scss 完全一致 */
.g-header-loginbar-main {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.g-header-loginbar-main a {
    font-size: 14px;
    margin-left: 18px;
    display: inline-block;
    color: #A9B2C2;
    text-align: center;
    text-decoration: none;
}

.g-header-loginbar-main a#waimaotong {
    color: #A9B2C2;
}

/* 登录按钮 - 无边框，纯文字 */
.g-header-loginbar-main a.btn-login {
    color: #236DEF;
}

/* 申请试用 - 蓝色文字，覆盖原有 .trial-btn 样式 */
.g-header-loginbar-main a.a-color,
.g-header-loginbar-main a.js-free-use {
    color: #4C6AFF;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0;
}

/* 立即购买按钮 */
.g-header-loginbar-main a.btn-free-use {
    background: #4C6AFF;
    color: #fff;
    width: 94px;
    height: 37px;
    line-height: 37px;
    letter-spacing: -0.336px;
    border-radius: 4px;
    position: relative;
}

/* 与 qiye163 一致：使用限时角标图片 */
.g-header-loginbar-main a.btn-free-use.time-limit-discount::after {
    content: '';
    background: url('/public/images/151b4b0a78fa704b1cac78740a296d80.6616ec9c.png') no-repeat;
    position: absolute;
    display: block;
    width: 52px;
    height: 18px;
    right: -8px;
    top: -9px;
    background-size: contain;
}

/* ========== 右侧悬浮侧边栏 ========== */
.g-left-nav_new {
    visibility: hidden;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    z-index: 99999;
    width: 56px;
    box-shadow: 0px 4px 8px rgba(214, 225, 234, 0.3);
    border-radius: 8px;
    background-color: #fff;
}

.g-left-nav_new .nav-item {
    color: #747A8C;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
}

.g-left-nav_new .nav-item:first-child {
    border-radius: 8px 8px 0 0;
}

.g-left-nav_new .nav-item:last-child {
    border-radius: 0 0 8px 8px;
}

.g-left-nav_new .nav-item:hover {
    background-color: #f5f8ff;
}

.g-left-nav_new .nav-item a {
    color: #747A8C;
    text-decoration: none;
    display: block;
}

.g-left-nav_new .nav-item .nav-item-words {
    color: #747A8C;
}

.g-left-nav_new .nav-item .nav-icon {
    width: 20px;
    height: 20px;
    position: static;
    margin-bottom: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.g-left-nav_new .nav-item-divider {
    position: relative;
}

.g-left-nav_new .nav-item-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #E1E3E8;
}

.g-left-nav_new .buy-count-tip {
    position: absolute;
    left: -28px;
    top: -3px;
    width: 52px !important;
    height: 18px !important;
    object-fit: contain;
}
