#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 4rem;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#menu .header {
    background-color: rgba(255, 255, 255, 0.05);
    /* 为了实现移动端菜单收缩 --height不设置 */
    /* height: 4rem; */
    overflow: visible;
}

#about #menu .header,
#solution #menu .header,
#product #menu .header,
#groupInfo #menu .header {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .07);
}


#menu .navbar {
    height: 100%;
    align-items: inherit;
    padding: 0.783rem 1rem;
}

.navbar .nav-link {
    color: #fff;
}

#menu .navbar .navbar-toggler {
    height: max-content;
}

.navbar-collapse {
    align-items: flex-start;
}

#menu .navbar .rightText .cus_tooltipWarp .itemImg {
    background-color: #fff;
    border-radius: 50%;
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid transparent;
}

#menu .navbar .rightText .itemImg:hover~.cus_tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 二维码 */
#menu .navbar .rightText .cus_tooltipWarp .cus_tooltip {
    position: absolute;
    top: 4rem;
    left: -100%;
    z-index: 99;
    transition: all 0.3s;
    opacity: 0;
    background-color: #fff;
    border-radius: 0.375rem;
}

#menu .navbar .rightText .cus_tooltipWarp .cus_tooltip::before {
    position: absolute;
    content: "";
    top: -0.68rem;
    left: 39%;
    width: 0;
    height: 0;
    width: 1.875rem;
    height: 0.875rem;
    background-color: white;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

#menu .navbar .rightText .switchSvg {
    width: 1.33rem;
    height: 1.21rem;
}

#menu .navbar .rightText .switchSvg path {
    fill: var(--black)
}

#menu .navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0.2rem;
    font-size: 1rem;
}

#menu .navbar .nav-item {
    margin-top: 0.2rem;
}

#menu .navbar .nav-item:not(:last-child) {
    margin-right: 3.125rem;
}

#menu .navbar .nav-item.active:after {
    content: ' ';
    display: block;
    width: 1rem;
    height: 0.189rem;
    background-color: #fff;
    border-radius: 0.2rem;
    margin: auto;
}

.navbar .navbar-nav .nav-link,
#menu .icon_phone,
#menu .rightText {
    color: #fff;
}
.mobile-view .navbar .navbar-nav .nav-link{
    color: #fff !important;
}

.navbar .navbar-nav .nav-link,
#menu .icon_phone,
#menu .navbar .nav-item.active::after,
#menu .rightText .icon_phone path {
    transition: background-color 1s, color 1s, box-shadow 1s, fill 1s;
}

#menu .rightText {
    transition: color 1s, box-shadow 1s, fill 1s;
}

/*这样设置是为了下一页的样式做处理*/
#menu .rightText {
    width: 23.875rem;
    justify-content: center;
}

#menu .icon_phone {
    width: 1.125rem;
    height: 1.125rem;
}



/* 导航菜单 */
#menu.commonSty1 {
    background-color: #fff;
}
/* 二级菜单不隐藏二维码 */
/* #menu.commonSty1 .navbar .rightText .itemImg {
    display: none;
} */
#menu.commonSty1 .rightText .icon_phone path {
    fill: var(--black);
}

#menu.commonSty1 .navbar .nav-item.active::after {
    background-color: var(--orange) !important;
}

#menu.commonSty1 .navbar .nav-item.active .nav-link {
    color: var(--orange) !important;
}

#menu.commonSty1 .navbar .navbar-nav .nav-link,
#menu.commonSty1 .icon_phone,
#menu.commonSty1 .rightText {
    color: var(--black) !important;
}







/* 移动端样式--------------------移动端样式--------移动端样式--------- */
/* 页面滚动时的样式 */

.mobile-view .scrollMenu .header {
    background-color: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(1px);
}

.mobile-view #menu .navbar {
    width: 100% !important;
    padding-left: 13%;
    padding-right: 13%;
}

.mobile-view #menu .navbar:has(.navbar-toggler:not(.collapsed)) {
    transition: none;
    background-color: rgb(12 5 0 / 70%) !important;
}

.mobile-view #menu .navbar:has(.navbar-toggler:not(.collapsed)) .navbar-nav {
    height: calc(100vh - 4rem);
}

.mobile-view #menu .navbar .nav-item {
    transition: none;
}

.mobile-view #menu .rightText {
    display: none !important;
}

.mobile-view .navbar-toggler-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.mobile-view .navbar-toggler-icon svg path {
    stroke: var(--orange);
}

.mobile-view #menu .navbar .nav-item .nav-link {
    font-size: 1.4rem;
}

.mobile-view #menu.commonSty1 .navbar .navbar-nav .nav-link {
    color: #fff !important;
}

.mobile-view #menu .navbar .nav-item.active .nav-link {
    color: var(--orange) !important;
}

.mobile-view #menu .navbar .nav-item.active:after {
    display: none;
}