<style>
.common-menu-list .dropdown-content.dropdown-content-support .menu-item-a-icon a{
    cursor: default;
}
/* pc 菜单栏 开始*/
.dropdown-list-show {
    display: block !important;
}
.common-menu-list {
    position: relative;
}
.common-menu-list > ul {
    display: flex;
    align-items: center;
}
.common-menu-list .menu-item {
    display: flex;
    align-items: center;
}
.common-menu-list .menu-level-first {
    padding-right: 24px;
}
.common-menu-list .menu-level-first a {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #002e6c;
    display: flex;
    align-items: center;
}
.common-menu-list .menu-level-second a {
    font-family: 'Rubik Regular';
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.common-menu-list .menu-item.menu-level-second {
    flex-direction: column;
}
.common-menu-list .menu-item.menu-level-second > ul {
    display: none;
    width: 100%;
}

.navbar .menu-item-a-icon {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar .menu-item-a-icon img {
    width: 35px;
    height: auto;
}
.navbar .menu-item a:hover,
.navbar .menu-item.active > a {
    color: #00b9f2;
}
.navbar .dropdown-content.dropdown-content-support .dropdown-list a:hover {
    color: #00b9f2;
}
.navbar .menu-item a.menuANolink:hover,
.navbar .menu-item.active > a.menuANolink {
    color: #002e6c;
}

.navbar a.menuANolink {
    cursor: default;
}
.navbar .menu-item .expand_icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('/eportal/uiFramework/commonResource/image/2025061213261842848.svg')
    no-repeat center center;
    cursor: pointer;
    will-change: transform; /* 预分配渲染资源 */
    backface-visibility: hidden; /* 禁用3D渲染 */
    transform: translateZ(0); /* 强制GPU加速 */
}


.navbar .menu-item .expand_icon:hover {
    background: url('/eportal/uiFramework/commonResource/image/2025061410061863948.svg')
    no-repeat center center;
    transition: none !important;
}

@media (max-width: 953px) {
    .navbar .menu-item .expand_icon {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url('/eportal/uiFramework/commonResource/image/2025061410061863948.svg')
        no-repeat center center;
        cursor: pointer;
        will-change: transform; /* 预分配渲染资源 */
        backface-visibility: hidden; /* 禁用3D渲染 */
        transform: translateZ(0); /* 强制GPU加速 */
    }
}

.navbar
.phone-menu-list-first-level
.menu-item.menu-level-first
.expand_icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('/eportal/uiFramework/commonResource/image/2025071518031514287.svg')
    no-repeat center center;
    cursor: pointer;
}

.navbar .menu-item.active > .menu-item-a-icon > .expand_icon {
    background: url('/eportal/uiFramework/commonResource/image/2025061410063673569.svg')
    no-repeat center center;
}
.common-menu-list .dropdown-content .content_item_left {
    position: relative;
}
.common-menu-list .dropdown-content .nav-middle-border {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 100%;
}
.common-menu-list .dropdown-content .menu-item ul li {
    list-style: none;
}
.navbar .content_item_right {
    width: 212px;
    height: auto;
}
.navbar .phone-menu-list .content_item_right {
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
    text-align: center;
    margin-bottom: 20px;
}
.navbar .content_item_right .icon img {
    width: 100%;
    border-radius: 8px;
}
.navbar .content_item_right .icon {
    margin-top: 8px;
}
.navbar .content_item_right .title {
    font-family: 'Rubik Bolder';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181d27;
}
.navbar .content_item_right .des {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181d27;
}
.navbar .content_item_right .readMoreBtn {
    display: flex;
    margin-top: 8px;
}
.navbar .phone-menu-list .content_item_right .readMoreBtn {
    display: flex;
    margin-top: 8px;
    justify-content: center;
    width: 100%;
    background-color: #00b9f2;
    border-radius: 4px;
}
.navbar .content_item_right .desReadMore {
    background-color: #f9f9fb;
    padding: 16px 16px 30px 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.navbar .content_item_right .readMoreBtnMain {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #00b9f2;
    height: 36px;
    border-radius: 4px;
    gap: 4px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

/* 菜单栏 结束*/

/* phone 菜单栏 开始*/
.phone-menu-list {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 72px;
    background-color: #fff;
    height: calc(100vh - 72px);
    overflow: auto;
    padding-bottom: 30px;
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08);
    z-index: 2000;
}

.phone-menu-list-first-level {
    padding: 24px 16px 70px 16px;
    height: 100%;
    box-sizing: border-box;
}

.phone-menu-list-first-level .menu-level-first {
    padding: 12px 0;
}

.phone-menu-list-first-level .menu-level-first a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #181d27;
}
.phone-menu-list-second-level {
    display: none;
}

.phone-return-icon {
    display: none;
}

.phone-menu-list-second-level .dropdown-content a {
    color: black;
    padding: 12px 6px 12px 16px;
    text-decoration: none;
    display: block;
}
.phone-menu-list-second-level .dropdown-content .content {
    padding: 2px 16px;
}
.phone-menu-list-second-level .dropdown-content .content_item .tab_btns {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    justify-content: center;
    padding-top: 40px;
}
.phone-menu-list-second-level .dropdown-content .tab_btn {
    color: #999999;
}
.navbar .dropdown-content .tab_btn.active,
.navbar .dropdown-content .tab_btn:hover {
    color: #002e6c;
    text-decoration: underline;
    text-decoration-style: solid;
}
.phone-menu-list-second-level .dropdown-content .line {
    margin: 0 8px;
    color: #333333;
}
.phone-menu-list-second-level .dropdown-content .tab_content.active {
    display: flex;
}
.phone-menu-list-second-level .dropdown-content .tab_content_main {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.phone-menu-list-second-level .dropdown-content ul li {
    list-style: none;
    margin-left: 0;
}
.navbar .dropdown-content a {
    color: #181d27;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.phone-menu-list-second-level .menu-level-first a {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #181d27;
    display: flex;
    align-items: center;
}
.phone-menu-list-second-level .menu-level-second a {
    font-family: 'Rubik Regular';
    color: #181d27;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.phone-menu-list-second-level .menu-level-third a {
    font-family: 'Rubik Regular';
    color: #181d27;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.phone-menu-list-second-level .dropdown-content .tab_btns {
    padding: 10px;
}
.navbar .dropdown-content .tab_btns .tab_btns_main {
    display: flex;
}
.phone-module-name {
    font-family: 'Rubik Bolder';
    font-size: 16px;
    line-height: 24px;
    color: #002e6c;
}

.phone-menu-list-second-level .content_moudle {
    padding: 12px;
}
.phone-menu-list-second-level .content_moudle .title {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #002e6c;
    padding-bottom: 12px;
}
.phone-menu-list-second-level .content_moudle .item {
    line-height: 24px;
    padding-bottom: 24px;
}
.phone-menu-list-second-level .content_moudle .item a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

/* mobile 菜单栏 结束*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 25px;
    height: 100px;
    border-bottom: 4px solid #002e6c;
    z-index: 100;
    position: relative;
    width: 100%;
}
.navbar .logo_icon {
    display: block;
    width: auto;
    height: 50px;
}
.navbar .icon_group {
    display: none;
}
.navbar .navbar_modules {
    display: block;
}
.navbar a {
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
}
.navbar .nav_lists {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #002e6c;
    display: flex;
    align-items: center;
}
.common-menu-list .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.pro_title {
    display: flex;
    align-items: center;
}
.pro_title.active .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/top_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.common-menu-list .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 500px;
    box-shadow: 0px 0px 20px 0px rgba(16, 24, 40, 0.1);
    z-index: 1999;
    padding: 32px 32px 40px;
    left: -70px;
    top: 40px;
    border-radius: 8px;
}
.common-menu-list .dropdown-content.dropdown-content-support .dropdown-list {
    display: block !important;
}
.common-menu-list .dropdown-content-support .content_item_main {
    height: 420px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    position: relative;
    flex-direction: column;
}
.common-menu-list
.dropdown-content.dropdown-content-support
.menu-item-a-icon
a,
.phone-menu-list
.dropdown-content.dropdown-content-support
.menu-item-a-icon
a {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #002e6c;
}
.common-menu-list .dropdown-content.dropdown-content-support .dropdown-list a,
.phone-menu-list .dropdown-content.dropdown-content-support .dropdown-list a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.common-menu-list .dropdown-content.active {
    display: block !important;
}
.pro_phone_header {
    display: none;
}
.pro_title.active .nav_name {
    color: #00b9f2;
}
.common-menu-list .dropdown-content a,
.phone-menu-list .dropdown-content a {
    color: #333333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.phone-menu-list .nav-middle-border {
    display: none;
}
.common-menu-list .dropdown-content .content {
    display: flex;
    padding: 2px 12px;
}
.common-menu-list .dropdown-content .content_item .tab_btns {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
}
.common-menu-list .dropdown-content .tab_btn {
    color: #999999;
}
.common-menu-list .dropdown-content .line {
    margin: 0 8px;
    color: #333333;
}
.common-menu-list .dropdown-content .tab_content {
    display: none;
}
.common-menu-list .dropdown-content .tab_content.active {
    display: flex;
}
.common-menu-list .dropdown-content.products .tab_content_main,
.common-menu-list .dropdown-content .content_item_main {
    display: flex;
    flex-wrap: wrap;
    width: 660px;
    /* justify-content: space-between; */
    position: relative;
}
/* .common-menu-list .dropdown-content .content_item_main > .menu-item,
.common-menu-list .dropdown-content .tab_content_main > .menu-item {
  width: calc((100% - 20px) / 2);
  min-width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
} */
.common-menu-list .dropdown-content .tab_content_main > .menu-item-left-box,
.common-menu-list .dropdown-content .tab_content_main > .menu-item-right-box {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
}
.common-menu-list .dropdown-content  .content_item_main > .menu-item-left-box,
.common-menu-list .dropdown-content  .content_item_main > .menu-item-right-box {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
}
.common-menu-list .tab_content .tab_item {
    height: 64px;
    display: flex;
    align-items: center;
}
.common-menu-list .tab_content .tab_item .pro_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
}
.common-menu-list .tab_content .tab_item .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.common-menu-list .tab_content .tab_item.active a {
    color: #00b9f2;
}
.common-menu-list .tab_content .tab_item.active .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/top_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.common-menu-list .tab_content .tab_item img {
    width: 40px;
    margin-right: 16px;
}
.common-menu-list .tab_content .tab_item a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.common-menu-list .tab_content ul {
    display: none;
    padding-left: 50px;
}
.common-menu-list .tab_content ul.active {
    display: block;
    /* margin: 0; */
    list-style: none;
    padding: 0;
}
.common-menu-list .tab_content ul a {
    padding: 0;
}
.common-menu-list .tab_content ul li {
    margin-bottom: 16px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 95%;
    color: #333333;
    list-style: none;
    margin-left: 0;
}
.common-menu-list .tab_content ul li.active {
    color: #002e6c;
}
.common-menu-list .separator {
    width: 1px;
    /*height: 50px;  半高 */
    /* background-color: #ccc; */
    margin: 0 20px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #d6d6d6 48.08%,
            #ffffff 100%
    );
}
.common-menu-list .hot_product {
    padding-left: 16px;
}
.common-menu-list .hot_product h5 {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181d27;
    margin: 0;
    padding-bottom: 8px;
}
.common-menu-list .hot_product img {
    width: 212px;
}
.common-menu-list .hot_product-content {
    padding: 12px;
}
.common-menu-list .hot_product span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181d27;
}
.common-menu-list .hot_product button {
    width: 119px;
    height: 36px;
    gap: 4px;
    border-radius: 4px;
    border: none;
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: #00b9f2;
    color: #fcfcfc;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-menu-list .hot_product button img {
    width: 20px;
    height: 20px;
}
/* Support下拉 */
.support_dropdown {
    position: relative;
    display: inline-block;
}
.support_dropdown .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.support_dropdown.active .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/top_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.support_dropdown .support-content {
    display: none;
    position: absolute;
    background-color: #fff;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 32px;
    left: -80px;
}
.support_dropdown .support-content.active {
    display: block;
}
.support_dropdown .support-content .content {
    display: flex;
    padding: 2px 12px;
}
.support_dropdown .support-content .tab_contents {
    display: none;
    /*align-items: center;*/
}
.support_dropdown .support-content .tab_contents.active {
    display: flex;
    /*align-items: center;*/
}
.support_dropdown .tab_contents .tab_item {
    height: 64px;
    display: flex;
    align-items: center;
    width: 330px;
    /* justify-content: space-between; */
}
.support_dropdown .tab_contents .tab_item .pro_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.support_dropdown .tab_contents .tab_item .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.support_dropdown .tab_contents .tab_item.active span {
    color: #00b9f2;
}
.support_dropdown .tab_contents .tab_item.active .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/top_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.support_dropdown .tab_contents .tab_item img {
    width: 40px;
    margin-right: 16px;
}
.support_dropdown .tab_contents .tab_item span {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.support_dropdown .tab_contents ul {
    display: none;
}
.support_dropdown .tab_contents ul.active {
    display: block;
    /* margin: 0; */
    list-style: none;
    padding: 0;
}
.support_dropdown .tab_contents ul a {
    padding: 0;
}
.support_dropdown .tab_contents ul li {
    margin-bottom: 16px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
}
.support_dropdown .tab_contents ul li.active {
    color: #002e6c;
}
.support_dropdown .separator {
    width: 1px;
    /*height: 50px;  半高 */
    /* background-color: #ccc; */
    margin: 0 20px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #d6d6d6 48.08%,
            #ffffff 100%
    );
}
/* about 下拉 */
.about_dropdown {
    position: relative;
    display: inline-block;
}
.about_dropdown .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.show {
    display: none;
}
.pro_title.active .show {
    display: none;
}
.about_dropdown .about-content {
    display: none;
    position: absolute;
    padding: 32px;
    background: #fff;
    /* min-width: 592px; */
    margin-bottom: 32px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: -500px;
}
.about_dropdown .about-content.active {
    display: block;
}
.about_dropdown .about-content .content {
    display: flex;
    padding: 2px 12px;
}
.about_dropdown .about-content .tab_contents {
    display: none;
    /*align-items: center;*/
}
.about_dropdown .about-content .tab_contents.active {
    display: flex;
    /*align-items: center;*/
}
.about_dropdown .about-content .tab_item {
    height: 64px;
    display: flex;
    align-items: center;
    width: 330px;
    /* justify-content: space-between; */
}
.about_dropdown .tab_contents .tab_item .pro_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.about_dropdown .tab_contents .tab_item .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/down_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.about_dropdown .tab_contents .tab_item.active span {
    color: #00b9f2;
}
.about_dropdown .tab_contents .tab_item.active .down_icon {
    vertical-align: middle;
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/top_icon.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}
.about_dropdown .tab_contents .tab_item img {
    width: 40px;
    margin-right: 16px;
}
.about_dropdown .tab_contents .tab_item span {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.about_dropdown .tab_contents ul {
    /* margin: 0;
            list-style: none;
            margin-left: 56px;
            padding: 0; */
    display: none;
}
.about_dropdown .tab_contents ul.active {
    display: block;
    /* margin: 0; */
    list-style: none;
    padding: 0;
}
.about_dropdown .tab_contents ul a {
    padding: 0;
}
.about_dropdown .tab_contents ul li {
    margin-bottom: 16px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
}
.about_dropdown .tab_contents ul li.active {
    color: #002e6c;
}
.about_dropdown .separator {
    width: 1px;
    /*height: 50px;  半高 */
    /* background-color: #ccc; */
    margin: 0 20px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #d6d6d6 48.08%,
            #ffffff 100%
    );
}
.navbar .navbar_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 国际化 */
.navbar .right_images .lang_moudles {
    position: relative;
    cursor: pointer;
}
.navbar .right_images .lang_moudles .lang_drown_content {
    display: none;
}
.navbar .right_images .lang_moudles .lang_drown_content.active {
    display: block;
    position: absolute;
    list-style: none;
    background-color: #fff;
    width: 120px;
    padding: 4px 0;
    margin: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 10;
}
.navbar .right_images .lang_moudles .lang_drown_content .lang_type {
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    list-style: none;
    cursor: pointer;
}
.navbar .right_images .lang_moudles .lang_drown_content .lang_type.active {
    font-size: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    background: #00b9f2;
    color: #fff;
    font-family: 'Rubik Bolder';
}
.navbar .navbar_right .right_images img {
    width: 44px;
}
.navbar .navbar_right .right_images .search {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    background: url('/eportal/uiFramework/commonResource/image/2025061116430835800.svg')
    no-repeat center center;
}

.navbar .navbar_right .right_images .lang {
    width: 45px;
    height: 45px;
    background: url('/eportal/uiFramework/commonResource/image/2025061116425436129.svg')
    no-repeat center center;
}

.navbar .navbar_right .right_images {
    margin-right: 20px;
    display: flex;
}
.navbar .login-btn {
    width: 71px;
    height: 44px;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #002e6c;
    color: #002e6c;
    background: #fff;
    font-family: 'Rubik Bolder' !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
}
.navbar .login-btn:hover {
    background-color: #e5f8fe;
}
#navbar .navbar_right .contact-btn {
    width: auto;
    height: 44px;
    gap: 4px;
    border-radius: 4px;
    line-height: 24px;
    background: #002e6c;
    border: none;
    padding: 0 10px;
    color: white;
}
#navbar .phone-menu-list .login-btn,
#navbar .phone-menu-list .contact-btn {
    width: 165px;
    height: 44px;
    border-radius: 4px;
    line-height: 24px;
}
#navbar .phone-menu-list .contact-btn a {
    width: auto;
    text-align: center;
}
#navbar .phone-menu-list .contact-btn {
    background: #002e6c;
    border: none;
    padding: 0 10px;
    color: white;
}
.navbar .contact-btn a {
    font-family: 'Rubik Bolder' !important;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.navbar .contact-btn:hover {
    background-color: #01224e !important;
}
.phone-menu-list .login_contact_btn {
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    bottom: 110px;
}
.phone-menu-list-first-level .login_contact_btn .login_contact_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 登录下拉 */
.login-content {
    display: none;
    position: absolute;
    padding: 32px;
    background: #fff;
    /* min-width: 592px; */
    margin-bottom: 32px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    /* left: -353px;*/
    right:0;
    left:auto
}
.login-content.active {
    display: block;
}
.login-content .content_moudle {
    display: flex;
}
.login-content .content_left {
    width: 252px;
}
.login-content .content_left .title {
    font-family: 'Rubik Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #002e6c;
    margin-bottom: 12px;
}
.login-content .content_left .item {
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 20px;
}
.login-content .content_left .item a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 0;
}
.login-content .separator {
    width: 1px;
    margin: 0 20px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #d6d6d6 48.08%,
            #ffffff 100%
    );
}

.navbar .menu_header--level-0 {
    display: none;
}
.bottom_btn {
    display: none;
}
.common-menu-list .tabBtnsMiddleBorder {
    padding: 0 17px;
}
.phone-menu-list-second-level .tabBtnsMiddleBorder {
    padding: 0 33px;
}
.phone-menu-list-second-level .dropdown-list {
    padding-left: 37px;
}
.phone-menu-list .content_item_right .desReadMore .des {
    text-align: left;
}
/* 弹窗遮罩层 */
.modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 999;*/
    z-index:99999;
}

/* 弹窗内容 */
.modal-content {
    position: absolute;
    top: 0;
    left: 0%;
    right: 0%;
    transform: none;
    width: 100%;
    padding: 36px 160px 130px 160px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-modal-search-title {
    margin-top: 30px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #002e6c;
    padding-bottom: 18px;
}
.modal-content .search {
    width: 100%;
    position: relative;
}
.modal-content .search_input {
    width: 100%;
    height: 64px;
    border: 1px solid #d6d6d6;
    padding-left: 65px;
    border-radius: 4px;
}
.modal-content .search_icon {
    width: 30px;
    position: absolute;
    top: 18px;
    left: 24px;
}
.modal-content .clear_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.modal-content .searchLogo {
    width: auto;
    height: 50px;
}
@media (max-width: 1210px) {
    .common-menu-list .menu-level-first {
        padding-right: 5px;
    }
    .common-menu-list .menu-level-first a {
        font-size: 14px;
    }
}

@media (max-width: 1130px) {
    .modal-content .search_input {
        height: 54px;
    }
    .modal-content .search_icon {
        top: 15px;
        width:24px;
        height: 24px;
    }
    .modal-content .clear_icon {
        top: 17px;
    }
    .modal-content .clear_icon img{
        width: 20px;
        height: 20px;
    }
    .navbar {
        padding: 8px 5px;
        height: 72px !important;
    }
    .navbar .navbar_right .right_images {
        margin-right: 5px;
    }
    .common-menu-list .menu-level-first {
        padding-right: 5px;
    }
    .navbar .navbar_right .right_images .search {
        margin-right: 10px;
    }
    .navbar a {
        padding: 8px 10px;
    }
    .navbar .icon_group a {
        padding: 8px 0;
    }
}

@media (max-width: 1000px) {

    .navbar a:not(:first-child),
    .common-menu-list {
        display: none;
    }
    .navbar {
        padding: 8px 16px;
    }
    .navbar .icon_group {
        display: flex;
        align-items: center;
    }
    .navbar .logo_icon,
    .navbar .phone_logo_icon {
        display: block;
        width: auto;
        height: 35px;
    }
    .navbar.responsive .icon_group {
        display: none;
    }
    .navbar .icon_group img {
        margin-right: 5px;
    }
    .navbar .navbar_modules {
        width: 100%;
        display: none;
    }
    .navbar.responsive .navbar_modules {
        display: block;
    }
    .phone-login {
        width: auto;
        height: 40px;
    }
    .common-menu {
        display: none;
    }
    .navbar .menu_header--level-0 {
        display: none;
    }
    .navbar .menu_header--level-0.active {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar .menu_header--level-0.active .icon_group_level1 {
        display: flex;
    }
    .navbar .menu_header--level-0.active .icon_group_level1 .search {
        margin-right: 16px;
        width: 45px;
        height: 45px;
        background: url('/eportal/uiFramework/commonResource/image/2025061116430835800.svg')
        no-repeat center center;
    }

    .navbar .menu_header--level-0.active .icon_group_level1 .lang {
        margin-right: 30px;
        width: 45px;
        height: 45px;
        background: url('/eportal/uiFramework/commonResource/image/2025061116425436129.svg')
        no-repeat center center;
    }

    .menu_header--level-0.active .icon_group_level1 .lang_moudles {
        position: relative;
    }
    .menu_header--level-0.active
    .icon_group_level1
    .lang_moudles
    .lang_drown_content {
        display: none;
    }
    .menu_header--level-0.active
    .icon_group_level1
    .lang_moudles
    .lang_drown_content.active {
        display: block !important;
        position: absolute;
        list-style: none;
        background-color: #fff;
        width: 120px;
        height: 120px;
        padding: 4px 0;
        margin: 0;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        z-index: 10000;
    }
    .menu_header--level-0.active
    .icon_group_level1
    .lang_moudles
    .lang_drown_content
    .lang_type {
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        font-family: 'Rubik Regular';
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .menu_header--level-0.active
    .icon_group_level1
    .lang_moudles
    .lang_drown_content
    .lang_type.active {
        font-size: 14px;
        vertical-align: middle;
        background: #00b9f2;
        color: #fff;
        font-family: 'Rubik Bolder';
    }

    .navbar .navbar_right {
        display: none;
    }
    .navbar.responsive {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: none;
        border-bottom: #d6d6d5 solid 1px;
        z-index: 3000;
    }
    .navbar.responsive .logo_icon {
        display: none;
    }
    .navbar.responsive .nav_lists {
        display: flex;
        flex-direction: column;
        padding: 12px 16px;
        background-color: #fff;
    }

    .navbar.responsive a,
    .navbar.responsive .pro_dropdown,
    .support_dropdown,
    .about_dropdown {
        display: block;
        width: 100%;
        text-align: left;
    }
    .navbar.responsive .pro_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 52px;
    }
    .navbar.responsive .pro_title .down_icon {
        vertical-align: middle;
        background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_right.png');
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .navbar.responsive .dropdown-content,
    .about_dropdown {
        position: static;
    }
    .pro_phone_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.5px solid #d6d6d6;
        margin-bottom: 16px;
    }
    .navbar.responsive .pro_dropdown .dropdown-content {
        box-shadow: none;
        padding: 0;
    }
    .navbar.responsive .pro_dropdown .tab_content .tab_item .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_bottom.png);
    }
    .navbar.responsive .pro_dropdown .tab_content .tab_item.active .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_top.png);
    }
    .navbar.responsive .pro_dropdown .tab_content .tab_item.active span {
        color: #181d27;
    }
    .navbar.responsive .pro_dropdown .dropdown-content .content_item .tab_btns {
        justify-content: center;
    }
    .navbar.responsive .pro_dropdown .tab_content .tab_item,
    .pro_dropdown .hot_product img,
    .pro_dropdown .hot_product button,
    .support_dropdown .tab_contents .tab_item,
    .about_dropdown .tab_contents .tab_item,
    .about_dropdown .about-content .content_item {
        width: 100%;
    }
    .navbar.responsive .pro_dropdown .hot_product h5 {
        text-align: center;
    }
    .navbar.responsive .pro_dropdown .dropdown-content .content,
    .dropdown-content .tab_content.active,
    .about_dropdown .about-content .tab_contents.active,
    .support_dropdown .support-content .tab_contents.active {
        flex-direction: column;
    }
    /* 产品页面end */
    /* support页面 */
    .navbar.responsive .support_dropdown .support-content {
        box-shadow: none;
        position: static;
        padding: 0;
    }
    .navbar.responsive .support_dropdown .tab_contents .tab_item .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_bottom.png);
    }
    .navbar.responsive
    .support_dropdown
    .tab_contents
    .tab_item.active
    .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_top.png);
    }
    .navbar.responsive .support_dropdown .tab_contents .tab_item.active span {
        color: #181d27;
    }
    .navbar.responsive
    .support_dropdown
    .support-content
    .content
    .content_item,
    .support_dropdown .tab_contents .tab_item .pro_type {
        width: 100%;
    }
    /* support页面end */
    /* about页面 */
    .navbar.responsive .about_dropdown .about-content {
        box-shadow: none;
        position: static;
        padding: 0;
    }
    .navbar.responsive .about_dropdown .content_left {
        width: 100%;
    }
    .navbar.responsive .about_dropdown .tab_contents .tab_item .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_bottom.png);
    }
    .navbar.responsive
    .about_dropdown
    .tab_contents
    .tab_item.active
    .down_icon {
        background-image: url(/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/grey_top.png);
    }
    .navbar.responsive .about_dropdown .tab_contents .tab_item.active span {
        color: #181d27;
    }
    .navbar.responsive .about_dropdown .support-content .content .content_item,
    .about_dropdown .tab_contents .tab_item .pro_type {
        width: 100%;
    }
    /* aboutend */
    .navbar.responsive .bottom_btn {
        display: flex;
        justify-content: center;
        width: 92%;
        position: relative;
        bottom: 20px;
        top: 200px;
    }
    .bottom_btn .login-btn {
        width: 48%;
        height: 44px;
        /*padding: 10px 14px 10px 14px;*/
        gap: 4px;
        border-radius: 4px;
        border: 1px solid #002e6c;
        color: #002e6c;
        background: #fff;
        font-family: 'Rubik Regular';
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-right: 20px;
    }
    .bottom_btn .contact-btn {
        width: 48%;
        height: 44px;
        /*padding: 10px 14px 10px 14px;*/
        gap: 4px;
        border-radius: 4px;
        color: #fff;
        background: #002e6c;
        font-family: 'Rubik Regular';
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        border: none;
    }
    .modal-mask .modal-content {
        padding: 20px 30px 50px 30px;
    }
    .phone-modal-search-title {
        margin-top: 20px;
        font-family: 'Rubik Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
        padding-bottom: 0;
    }
}

@media (max-width: 500px) {
    .phone-menu-list-first-level .login_contact_btn .login_contact_btn_main {
        width: 100%;
        justify-content: space-between;
    }
}
</style>