.nav-register::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(img/register.png) no-repeat center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
    margin-top:-3px;
}
.navbar {
    padding: 0;
}
/* 平板/中等屏幕：固定1200px */
@media (min-width: 768px) and (max-width: 1600px) {
  .navbar {
    width: 1600px !important;
    margin: 0 auto;
    overflow: hidden;
  }
}

/* 手机版：自动100%宽度 */
@media (max-width: 767.98px) {
  .navbar {
    width: 100% !important;
    margin: 0;
  }
}
.navbar-white {
    background: hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.navbar.bg-dark {
    background-color: #fff !important;
}

.navbar-white .navbar-nav .nav-link {
    color: #191919;
    height: 70px;
    line-height: 70px;
    padding: 0;
}

.navbar-white .navbar-nav .nav-link:hover {
    color: #191919;
}

.navbar-white .navbar-nav .nav-link span {
    display: block;
    ;
}

.navbar-white .navbar-nav .nav-item .nav-link.active span {
    box-shadow: inset 0 -2px 0 0 #0055ff;
    color: #0055ff;
    position: relative;
    z-index: 1;
}

.navbar-white .navbar-nav .nav-item .nav-link.on span {
    color: #0055ff;
    position: relative;
    z-index: 1;
}

.navbar-white .navbar-nav .active>.nav-link,
.navbar-white .navbar-nav .nav-link.active,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .show>.nav-link {
    color: #191919;
}
.zonkvm-topsearch a{padding:10px 0}
#leftMenu .nav-link {
    display: flex;
    padding: 0 0 0 1.5rem;
    border-radius: 4px;
    font-size: 14px;
    -webkit-justify-content: left;
    justify-content: left;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.navbar .dropdown-menu {
    display: none;
    top: 70px;
    height: 500px;
    padding: 0;
    margin: 0;
    border: none;
    background: linear-gradient(90deg, #ebf2fd, #ebf2fd 50%, #fff 0, #fff);
    box-shadow: 0 10px 8px rgba(0, 0, 0, .07);
}

.navbar .dropdown-menu .type-list {
    display: none;
}

.navbar .dropdown-menu .type-list.active {
    display: flex;
}

.navbar .dropdown-menu .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    ;
}

.navbar .dropdown-menu .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.navbar .dropdown-menu .form-control {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar .dropdown-menu .left-menu {
    padding: 0;
}

.navbar .dropdown-menu .left-menu li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.navbar .dropdown-menu .left-menu .nav-link {
    -moz-box-pack: left;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    -webkit-justify-content: left;
    justify-content: left;
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.navbar .dropdown-menu .left-menu .nav-link.active,
.navbar .dropdown-menu .left-menu .nav-item.active {
    font-weight: 700;
}

.navbar .dropdown-menu .left-menu .nav-link.active {
    color: #0055ff;
    background: #d9e5fd;
}

.navbar .dropdown-menu .right-menu-list {
    display: none;
}

.navbar .dropdown-menu .right-menu-list.active {
    display: block;
}

.navbar .dropdown-menu .card {
    border: none;
    border-radius: 8px;
}

.navbar .dropdown-menu .title {
    color: #595959;
    font-size: 14px;
}

.navbar .dropdown-menu .card img {
    width: auto;
    height: 24px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.navbar .dropdown-menu .card img.left {
    height: 40px;
}

.navbar .dropdown-menu .card-title {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
    word-break: break-word;
}

.navbar .dropdown-menu .card-text {
    color: #595959;
    font-size: 13px;
    line-height: 20px;
}

.navbar .dropdown-menu .search input[name="keyword"] {
    max-width: 400px;
    padding: 1.5rem 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.navbar .dropdown-menu .search #keyword button {
    padding: .75rem;
}

.navbar .dropdown-menu #searchResult {
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
}

@keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 1);
    }

    ;
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: scale(1, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }

    ;
}

.navbar .dropdown-menu.show {
    display: block;
    transform-origin: 50% 0;
    animation: slide-down 0.2s ease-in-out 0s;
    -webkit-animation: slide-down 0.2s ease-in-out 0s;
}

.navbar .search-menu {
    display: none;
    background: #fff;
}

.navbar .search-menu .search input[name="keyword_m"] {
    max-width: 400px;
    padding: 1.5rem 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.navbar .search-menu .search #keyword button {
    padding: .75rem;
}

.navbar .search-menu #searchResult-m {
    width: 100%;
    height: auto;
    background: #fff;
}

.navbar .search-menu .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.navbar .search-menu .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.navbar .search-menu .form-control {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar .search-menu .search-hot {
    height: 100%;
    display: inline-block;
}
.navbar .mobile-menu {
    display: none;
    background: #fff;
    height: calc(100vh - 56px);
}

.navbar .mobile-menu .menulist {
    height: calc(100vh - 56px);
}

.right-menu-list a {
    display: block;
    margin-top: 15px;
}

.right-menu-list a:hover {
    color: #0055ff;
}

.pls-nav-bubble-trigger {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #16181a;
    line-height: 22px;
    padding-right: 17px;
    height: 62px;
}

.pls-nav-bubble-trigger:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -1px;
    width: 38px;
    height: 38px;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .3);
    border-radius: 50%;
    border: #fff 1px solid;
    z-index: -1;
}

.icon-right .navbar-brand {
    width: 20px;
}

.m-left-menu {
    display: flex;
    flex-direction: column;
}

.m-left-menu .nav-tab {
    font-size: 14px;
padding-left:20px;
line-height: 50px;
height:50px;
}

.m-left-menu .active {
    background: #fff;
    color: #0055ff;
}

.m-tab-line {
    background: #05f;
    padding: 1rem 0;
    left: 0;
    position: absolute;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
    width: 3px;
}

.nav-tab-content .nav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-tab-content .navlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-tab-content .navlist a {
    padding: .75rem;
}

.type-list .card {
    margin-left: -1.25rem;
    margin-right: 1.25rem;
}

.type-list .card.shadow {
    box-shadow: none !important;
    background: #f1f5fe;
}

.type-list .card.shadow .card-title {
    color: #0055ff;
}

.navbar .dropdown-menu .card-text {
    color: #737a87;
    font-size: 13px;
    line-height: 20px;
}

.bg-left {
    background: #ebf2fd;
}

.bg-right {
    background: #fff;
}
.bg-left, .bg-right {
    height: 100%;
}
.menu-title {
    display: flex;
    padding: 0 0 0 1.5rem;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    -webkit-justify-content: left;
    justify-content: left;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}


.user-info {
    display: none;
    position: absolute;
    top: 60px;
    right: 2px;
    z-index: 1;
}

#customer:hover .user-info {
    display: block;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: relative;
    right: -208px;
    z-index: 2;
}

.user-box {
    position: relative;
    right: 0;
    background: #fff;
    color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    min-width: 258px;
    padding: 1.5rem;
    border-radius: 12px;
    opacity: 0;
    -webkit-transform: scaleY(.9) translateZ(0);
    -moz-transform: scaleY(.9) translateZ(0);
    transform: scaleY(.9) translateZ(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

#customer[data-active=true] .user-info .user-box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scaleY(1) translateZ(0);
    -moz-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
    transition: opacity .2s cubic-bezier(.34, .69, .1, 1), -webkit-transform .2s cubic-bezier(.34, .69, .1, 1);
    -moz-transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1), -moz-transform .2s cubic-bezier(.34, .69, .1, 1);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1), -webkit-transform .2s cubic-bezier(.34, .69, .1, 1), -moz-transform .2s cubic-bezier(.34, .69, .1, 1);
}

.fa-copy {
    cursor: pointer;
}

.user-box .btn-link {
    font-weight: 400;
    color: #007bff;
    color: inherit;
    text-decoration: none;
    padding: 0;
}

.user-box .yue {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-box .account .account-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-box .account .user-type {
    display: inline-block;
}

.user-box .account .user-type .badge {
    padding: 6px 10px;
    border: 1px solid;
    display: inline-block;
    font-weight: 500;
    height: 26px;
}

.user-box .account .user-type .badge.auth-yes {
    background: #f6f8fa;
    border-color: #e5e9ee;
}

.user-box .account .user-type .badge.auth-no {
    background: #fff3dc;
    border-color: #fff3dc;
    color: #d7ac56;
}

.user-box ul {
    padding: 0;
}

.user-box ul li {
    margin: 0 -10px;
}

.user-box ul li .btn.btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
}

.user-box ul li .btn.btn-link:hover {
    background: #f6f8fa;
    color: #007bff;
}

.user-box .logout {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e5ec;
    padding: 8px 0;
}

.user-box .logout:hover {
    color: #007bff;
    border-color: #007bff;
}

.search-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-result a {
    padding: .75rem;
}

#rightMenu {
    position: relative;
}

.top-search {
    width: 180px;
    position: absolute;
    right: 160px;
}

.expanded {
    background: #fff;
}

.top-search .form-control {
    border: none;
    font-size: 13px;
    background: transparent;
}

.top-search .form-control:focus {
    color: #495057;
    border-color: #1717170d;
    outline: 0;
    box-shadow: none;
}

.top-search .topResult {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    display: none;
    font-size: 13px;
    border-top: 1px solid #e5e6eb;
    box-shadow: 0 -1px 4px rgba(21, 40, 76, .06), 0 20px 20px rgba(21, 40, 76, .2), 0 50px 100px rgba(50, 50, 76, .14);
}

.top-search .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #1717170d;
    border-top: none;
    border-bottom: none;
}

.input-group-prepend .input-group-text {
    border-right: none;
}

.input-group-append .input-group-text {
    border-left: none;
}

#topResult {
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
}

#topResult .card {
    border: none;
    border-radius: 8px;
}

#topResult .card:hover {
    color: #0055ff;
}

#topResult .card-text {
    color: #737a87;
    font-size: 12px;
    line-height: 20px;
}

#closetopSearch:hover {
    font-size: x-large;
    color: #0055ff;
}

/* 账户下拉菜单 - 完全自定义，不依赖Bootstrap */
#customer .account-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999 !important;
    min-width: 220px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    list-style: none;
    display: none;
}
#customer .dropdown.show .account-dropdown-menu {
    display: block !important;
}

/* 余额模块 */
#customer .account-balance {
    padding: 20px;
    text-align: center;
}
#customer .balance-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
}
#customer .balance-value {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}
#customer .balance-value .unit {
    font-size: 24px;
}
#customer .btn-recharge {
    width: 100%;
    background-color: #1677ff;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
}

/* 分割线 */
#customer .divider-line {
    height: 1px;
    background-color: #eee;
    margin: 0;
}

/* 菜单选项 */
#customer .account-menu-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
#customer .account-menu-item:hover {
    background-color: #f5f5f5;
    color: #333;
}

/* 已实名标签 */
#customer .badge-realname {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}
/* 未实名标签 */
#customer .no-badge-realname {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

/* 鼠标悬浮自动展开下拉菜单 —— 无冲突、纯CSS */
#customer .dropdown:hover .account-dropdown-menu {
  display: block !important;
}
#customer .dropdown {
  position: relative !important;
}