body {
    --xl-main-width: 85%;
    --xl-main-max-width: 1340px;
    --md-main-width: 90%;
    --md-main-max-width: 90%;
    --topnav-height: 62px;
    --breadcrumb-height: 56px;
    --topnav-margin-left: min(2vw,39px);
    --xl-nav-backdiv-height: 560px;
}
body.modal-open {
    overflow-y: scroll;
    padding-right: 0!important;
}
.headerfull {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
}
.breadcrumb1 {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
}
.nav-backdiv-menu {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
}
@media screen and (min-width: 993px) {
    .nav-symbol li.dropdown>a.dropdown-toggle:after {
        content: ""!important;
    }
}
@media screen and (max-width: 1300px) {
    .headerfull {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .breadcrumb1 {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .nav-backdiv-menu {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
@media screen and (max-width: 992px) {
    .headerfull {
        width: 100%;
        max-width: 100%;
    }
    .breadcrumb1 {
        width: 100%;
        max-width: 100%;
    }
    .nav-backdiv-menu {
        width: 100%;
        max-width: 100%;
    }
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.layout-main {
    padding-bottom: 60px;
}
.nobanner-page {
    margin-top: 40px;
}
.layout-footer {
    margin-top: auto;
    overflow-x: hidden;
}
input::-ms-clear {
    display: none;
}
.header-wrapper {
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(9,10,42,.1);
    box-sizing: border-box;
}
.headerfull {
    height: 60px;
    margin: 0 auto;
    padding: 0 0;
    background-color: #fff;
}
.navbar-header button.navbar-toggle, .navbar-header button.navbar-toggle:hover, .navbar-header button.navbar-toggle:focus {
    background-color: #fff;
    color: #0068b6;
}
.navbar-header button.navbar-toggle i {
    font-size: 25px;
}
nav.navbar.bootsnav .navbar-brand.sml-logo {
    padding: 15px var(--topnav-margin-left);
}
@media screen and (min-width: 993px) {
    nav.navbar.bootsnav .navbar-brand.sml-logo {
        padding-left: 1px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media screen and (max-width: 992px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 0;
    }
    nav.navbar.bootsnav .navbar-brand.sml-logo {
        float: left!important;
    }
}
nav.navbar.bootsnav ul.nav>li>a {
    padding: 20px calc(var(--topnav-margin-left) / 2);
    color: #2d2d2d;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: none;
    border: none;
}
.dropdown-account>a::after {
    display: none;
}
.dropdown-account>ul {
    right: 0;
    left: auto;
}
.breadcrumb1_box {
    width: 100%;
    padding: 10px 0 20px;
    background-color: #fff;
    z-index: 2;
    box-sizing: border-box;
}
.breadcrumb1_box::after {
    clear: both;
}
.breadcrumb1 {
    margin: 0 auto;
    padding: 0 var(--topnav-margin-left);
}
@media screen and (min-width: 993px) {
    .breadcrumb1 {
        padding-left: 1px;
    }
}
.breadcrumb1::after {
    content: "";
    display: block;
    clear: both;
}
.breadcrumb1_img {
    display: none;
}
.breadcrumb1_con {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #38393a;
}
.breadcrumb1_con::before {
    content: url(/imgs/location.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.breadcrumb1_con a {
    color: #38393a;
}
.breadcrumb1_con a:hover {
    text-decoration-line: underline;
}
@media screen and (min-width: 992px) {
    .sml-logo img {
        width: 166px;
        height: 27px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1120px) {
    nav.navbar.bootsnav .navbar-brand.sml-logo, .breadcrumb1 {
        padding-right: 0;
    }
    .sml-logo img {
        width: 90%;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding-left: .6vw;
        padding-right: .6vw;
    }
}
.user-account {
    padding-right: calc(var(--topnav-margin-left) / 2)!important;
    padding-left: calc(var(--topnav-margin-left) / 2 - 4px)!important;
}
.topbanner {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.topbanner img {
    width: 100%;
    margin: 0 auto;
}
.ft {
    height: auto;
    background: url("/imgs/bg-footer.webp") no-repeat;
    background-size: 100% 100%;
}
.no-webp .ft {
    height: auto;
    background: url("/imgs/bg-footer.png") no-repeat;
    background-size: 100% 100%;
}
.ft_box {
    max-width: var(--xl-main-max-width);
    width: var(--xl-main-width);
    margin: 0 auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 25px;
}
.ft_logo {
    position: relative;
    width: 25%;
}
.footer-logo {
    position: relative;
    margin-bottom: 35px;
}
.footer-wechat, .footer-shop {
    float: left;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    background-color: #a8a8a8;
    border-radius: 100px;
}
.footer-wechat>img, .footer-shop img {
    width: 75%;
}
.footer-shop img {
    margin-left: 2px;
    margin-top: 2px;
}
.footer-wechat {
    position: relative;
}
.footer-wechat:hover {
    background-color: #29c61b;
}
.footer-qrcode {
    position: absolute;
    display: none;
    top: 40px;
    left: -56px;
    z-index: 999;
}
.footer-wechat:hover .footer-qrcode {
    display: block;
}
.footer-shop {
    margin-left: 40px;
}
.footer-shop:hover {
    background-color: #f5a515;
}
.ft_navs {
    width: 75%;
}
.ft_nav_tit {
    display: block;
    font-size: 24px;
}
.ft_nav_ul {
    padding: 20px 0;
}
.ft_nav_ul li {
    padding: 9px 0;
}
.ft_nav_ul li a, .ft_nav_ul li a:hover {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    word-break: keep-all;
}
.ft_nav_ul li a:hover {
    text-decoration: underline;
}
.ft_nav_item {
    width: 23%;
    padding-right: 10px;
}
.ft_nav_item.ft_resource {
    width: 31%;
}
.footer-copyrights {
    overflow: hidden;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: 2px solid rgba(255,255,255,.1);
}
.footer-style1 {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.footer-style1 a, .footer-style1 a:visited {
    color: #fff;
    text-decoration: none;
}
.footer-style1 a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-style3 {
    display: normal;
}
@media screen and (min-width: 520px) and (max-width: 820px) {
    .footer-style1 {
        flex-direction: column;
        height: 55px!important;
    }
    .footer-style2 {
        line-height: 20px;
    }
    .footer-style3 {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .footer-style1 {
        flex-direction: column;
        height: auto;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .footer-style2 {
        line-height: 20px;
        font-size: 11.5px;
    }
    .footer-style3 {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    .ft_box {
        width: var(--md-main-width);
    }
}
@media screen and (max-width: 992px) {
    .ft_box {
        width: var(--md-main-width);
        flex-direction: column;
    }
    .ft_logo, .ft_navs {
        width: 100%;
    }
    .footer-logo {
        margin-bottom: 50px;
    }
    .footer-logo img {
        width: 160px;
        height: 25px;
    }
    .ft_icons {
        position: absolute;
        top: -8px;
        left: 190px;
    }
    .footer-wechat, .footer-shop {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .footer-qrcode {
        top: 25px;
        left: -42px;
        z-index: 999;
    }
    .footer-qrcode>img {
        width: 123px;
        height: 136px;
    }
    .footer-shop {
        margin-left: 15px;
    }
    .ft_nav_tit {
        font-size: 22px;
    }
}
@media screen and (max-width: 768px) {
    .ft_box {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .footer-logo {
        margin-bottom: 28px;
    }
    .footer-logo img {
        width: 129px;
        height: 20px;
    }
    .ft_icons {
        top: -8px;
        left: 160px;
    }
    .footer-wechat, .footer-shop {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
    .footer-wechat>img, .footer-shop img {
        width: 72%;
    }
    .footer-qrcode>img {
        width: 123px;
        height: 136px;
    }
    .footer-shop {
        margin-left: 12px;
    }
    .ft_navs {
        flex-wrap: wrap;
    }
    .ft_nav_tit {
        font-size: 16px;
    }
    .ft_navs .ft_nav_item {
        flex: 0 0 50%;
    }
    .ft_nav_ul {
        padding: 6px 0 25px;
    }
    .ft_nav_ul li {
        padding: 4px 0;
        line-height: 20px;
    }
    .ft_nav_ul li a, .ft_nav_ul li a:hover {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        word-break: keep-all;
    }
    .footer-copyrights {
        font-size: 12px;
    }
}
.layui-layer {
    width: 43%!important;
    min-width: 500px;
}
div[name=cookie-layer] {
    padding: 1.7% 1.6% 1.5%;
    border-radius: 8px;
    font-size: 18px;
    background: url('/imgs/bg-cookie.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
#cookie-content {
    line-height: 30px;
    color: #666;
}
div[name=cookie-layer] .layui-layer-btn {
    margin-top: 0;
    padding: 0;
}
div[name=cookie-layer] .layui-layer-btn0 {
    width: 94px;
    height: 38px;
    margin: 5px 10px 0;
    text-align: center;
    line-height: 38px;
    border: none;
    border-radius: 8px;
    background-color: #1c75ff;
}
@media screen and (min-width: 993px) {
    li.md-float-right {
        float: right;
    }
    li.xs-topsearch {
        display: none;
    }
    li.md-topsearch {
        height: 60px;
        line-height: 65px;
    }
    li.md-topsearch::after {
        background: none;
    }
    button.btn-search {
        margin: 0;
        border: none;
        background-color: transparent;
        color: #2d2d2d;
        font-size: 18px;
    }
    button.btn-search:focus {
        outline: none;
        -webkit-outline: none;
        -moz-outline: none;
    }
    button.btn-search:hover {
        font-size: 22px;
    }
    .layer-modal-searchbox {
        float: right;
        width: 400px;
        height: 60px;
        margin-top: 150px;
        margin-right: 16%;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #000;
        color: #fff;
        clear: both;
    }
}
.xs-topsearch, .xs-topsearch input, .xs-topsearch button {
    height: 42px;
}
.xs-topsearch:after {
    display: none;
}
.xs-topsearch input {
    width: calc(100% - 38px);
}
.xs-topsearch button {
    position: absolute;
    top: 0;
    right: 0;
}
.xs-topsearch button:focus, .xs-topsearch button:active {
    outline: none;
    border: none;
    box-shadow: none;
}
@media screen and (max-width: 992px) {
    li.md-topsearch, #searchModal {
        display: none;
    }
    .navbar-collapse>ul.navbar-nav {
        border: 1px solid #f4f4f4;
        background-color: rgba(0,104,182,.07);
    }
    .navbar-collapse>ul.navbar-nav>li.dropdown>ul.dropdown-menu {
        background-color: #fff!important;
    }
    nav.navbar.bootsnav .navbar-nav>li>a {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px) {
    .layui-layer {
        min-width: 330px;
    }
    div[name=cookie-layer] {
        padding: 16px;
        font-size: 16px;
    }
    #cookie-content {
        line-height: 24px;
    }
    div[name=cookie-layer] .layui-layer-btn0 {
        width: 80px;
        height: 34px;
        line-height: 34px;
    }
    .headerfull {
        height: 40px;
    }
    nav.navbar.bootsnav .navbar-header {
        text-align: left;
    }
    .sml-logo img {
        width: 116px;
        height: 19px;
    }
    .breadcrumb1_box {
        padding: 4px 0 10px;
    }
    .breadcrumb1_con {
        font-size: 14px;
    }
}
.navfull {
    position: fixed!important;
    left: 0;
    top: 70px;
    width: 100vw!important;
    height: 800px;
    background-color: #f9f9f9;
}
.nav-menu-module-line {
    margin-top: 10px!important;
    margin-bottom: 2px!important;
    width: 100%!important;
    border-top: 1px solid #d7dadd;
}
.nav-menu-module-title {
    margin-top: 20px!important;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}
.nav-backdiv-menu-bottom {
    margin-bottom: 20px;
}
.nav-menu-module-div ul>li>a {
    color: #2d2d2d!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 22px!important;
}
.nav-menu-module-div ul>li {
    margin-top: 14px;
}
.nav-menu-module-div a:hover {
    color: #0068b6!important;
}
.nav-menu-module-div ul>li>a:hover {
    color: #0068b6!important;
}
.nav-li-changed-hover-bgcolor:hover {
    background-color: #fff!important;
}
.nav-four-div {
    width: 25%;
}
.nav-two-div {
    width: 50%;
}
.nav-one-div {
    width: 100%;
}
.nav-menu-module-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    text-align: left;
}
.nav-backdiv {
    border-top: 1px solid #c4c4c4;
    position: fixed!important;
    left: 0;
    top: 60px;
    width: calc(100vw);
    max-height: var(--xl-nav-backdiv-height);
    background-color: #fff;
    overflow: auto;
    display: flex;
    justify-content: center;
    overflow: auto;
}
.nav-ul-bg {
    background-color: #fff!important;
    z-index: 99;
}
li.md-language {
    padding-left: 6px;
    display: block;
    height: var(--topnav-height);
}
li.md-login {
    display: block;
}
li.md-login::after {
    height: 0!important;
    background-color: #fff!important;
}
#navbar-menu ul.nav>li>a {
    font-weight: 700;
    font-size: 16px;
    color: #111;
}
@media screen and (min-width: 1120px) {
    .nav-backdiv {
        box-shadow: 0 8px 19px -6px rgba(89,99,103,.35);
    }
    .nav-menu-module-div {
        padding-right: 90px;
    }
    .nav-backdiv-menu {
        max-height: var(--xl-nav-backdiv-height);
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .nav-symbol li:hover>ul {
        display: block!important;
    }
    .pcscreensized {
        display: normal;
    }
    .padscreensized {
        display: none;
    }
    .phonescreensized {
        display: none;
    }
    #navbar-menu .nav>li:hover:after {
        width: calc(100% - var(--topnav-margin-left));
        margin-left: calc(var(--topnav-margin-left) / 2)!important;
    }
}
@media screen and (min-width: 993px) and (max-width: 1120px) {
    .nav-backdiv {
        box-shadow: 0 8px 19px -6px rgba(89,99,103,.35);
    }
    .nav-menu-module-div {
        padding-right: 90px;
    }
    .nav-backdiv-menu {
        max-height: var(--xl-nav-backdiv-height);
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .nav-symbol li:hover>ul {
        display: block!important;
    }
    .pcscreensized {
        display: normal;
    }
    .padscreensized {
        display: none;
    }
    .phonescreensized {
        display: none;
    }
    #navbar-menu .nav>li:hover:after {
        width: 80%!important;
        margin-left: 10%!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .nav-backdiv-phone-pad.collapse {
        height: calc(100vh - 50px)!important;
    }
    .nav-backdiv-phone-pad {
        height: 100vh!important;
        background-color: #fff;
        max-height: 100vh!important;
    }
    li.md-language {
        display: none;
    }
    li.md-login {
        display: none;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 1px!important;
        padding-right: 1px!important;
    }
    .nav-menu-module-div {
        padding-right: 6%;
    }
    .nav-four-div {
        width: 33.3%;
    }
    .nav-backdiv-menu {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .nav-backdiv {
        border-top: none;
        top: 0;
        position: relative!important;
        width: calc(100% - 17px)!important;
        max-height: 1130px;
        background-color: #fff;
        overflow: auto;
        display: flex;
        justify-content: center;
        overflow: auto;
    }
    .nav-ul-bg {
        margin: 0 0!important;
    }
    .nav-a-focus-color:focus {
        background-color: #f7f8f8!important;
    }
    .pcscreensized {
        display: none;
    }
    .padscreensized {
        display: normal;
    }
    .phonescreensized {
        display: none;
    }
    #navbar-menu .nav>li:hover:after {
        width: 94%!important;
        margin-left: 5%!important;
    }
}
@media screen and (max-width: 768px) {
    .nav-backdiv-phone-pad.collapse {
        height: calc(100vh - 50px)!important;
    }
    .nav-backdiv-phone-pad {
        height: 100vh!important;
        background-color: #fff;
        max-height: 100vh!important;
    }
    li.md-language {
        display: none;
    }
    li.md-login {
        display: none;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 1px!important;
        padding-right: 1px!important;
    }
    .nav-menu-module-div {
        padding-right: 2%;
    }
    .nav-menu-module-title {
        font-size: 16px;
        margin-top: 16px!important;
    }
    .nav-menu-module-div {
        width: 100%;
    }
    .nav-menu-module-div ul>li {
        background-color: #fff!important;
        margin-top: 10px;
    }
    .nav-menu-module-div ul>li>a {
        font-size: 14px!important;
    }
    .nav-backdiv-menu {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .nav-backdiv {
        top: 0;
        position: relative!important;
        width: calc(100% - 17px)!important;
        max-height: 1200px;
        background-color: #fff;
        overflow: auto;
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .nav-a-focus-color:focus {
        background-color: #f7f8f8!important;
    }
    .pcscreensized {
        display: none;
    }
    .padscreensized {
        display: none;
    }
    .phonescreensized {
        display: normal;
    }
    #navbar-menu .nav>li:hover:after {
        width: 94%!important;
        margin-left: 5%!important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1073px) {
    .nav-title-a-rsrc-en-height {
        overflow: visible;
    }
}
@media screen and (min-width: 769px) and (max-width: 870px) {
    .nav-title-a-app-en-height {
        overflow: visible;
    }
}
@media screen and (min-width: 993px) and (max-width: 1297px) {
    .nav-title-a-app-en-height {
        overflow: visible;
    }
}
@media screen and (min-width: 769px) {
    .nav-title-a-prod-height {
        overflow: visible;
    }
}
@media screen and (min-width: 993px) and (max-width: 1017px) {
    .nav-title-a-prod-height {
        overflow: visible;
    }
}
@media screen and (min-width: 992px) {
    .LoginBorderShadow {
        box-shadow: 0 8px 19px -6px rgba(89,99,103,.35)!important;
        border: 1px solid #f0f0f0!important;
    }
}
@media screen and (min-width: 991px) and (max-width: 992px) {
    .nav-symbol li.dropdown>a.dropdown-toggle:after {
        content: ""!important;
    }
}
.nav-menu-module-div p {
    margin: 0;
}
@media screen and (min-width: 993px) {
    .nav-menu-module-div-prod-padding-1 {
        padding-right: 0;
    }
    .nav-menu-module-div-prod-padding-2 {
        padding-right: 0;
        padding-left: 90px;
    }
    .nav-menu-module-div-prod-padding-3 {
        padding-right: 90px;
        padding-left: 0;
    }
    .nav-menu-module-div-prod-padding-4 {
        padding-right: 45px;
        padding-left: 45px;
    }
    .nav-menu-module-div-prod-padding-5 {
        padding-right: 60px;
        padding-left: 30px;
    }
    .nav-menu-module-div-prod-padding-6 {
        padding-right: 30px;
        padding-left: 60px;
    }
}
#navbar-menu .nav>li>a>i {
    display: inline-block!important;
    line-height: 20px!important;
}
.LoginBorderShadow>li>a>i {
    display: inline-block!important;
    line-height: 20px!important;
}
.nav-title-a-tech-en-height {
    overflow: visible;
}
.layout-md-display {
    display: block!important;
}
.layout-xs-display {
    display: none!important;
    background-color: #fff!important;
}
.md-language:hover::after {
    height: 0!important;
    content: "";
    width: 0!important;
    background: #fff;
    transition: 0s;
}
.nav-lang-div-div:after {
    font-family: 'FontAwesome';
    margin-left: 8px;
    content: ""!important;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.nav-lang-div:after {
    margin-top: 0!important;
}
.nav-lang-div-div {
    display: flex!important;
    flex-direction: row!important;
    cursor: default;
}
.nav-lang-div-div-p-switch {
    display: none;
}
.nav-lang-div-div-p {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}
.nav-lang-div-div-p-zh {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}
.nav-lang-div {
    background-color: #fff;
    padding: 17px calc(var(--topnav-margin-left) / 4) 10px calc(var(--topnav-margin-left) / 4);
    color: #2d2d2d;
    outline: none;
    font-weight: 700;
}
.nav-lang-div:hover {
    border-radius: 4px;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.11);
}
.nav-lang-div:hover .nav-lang-div-div-other {
    display: flex;
}
.nav-lang-div-div-other {
    display: none;
    margin-top: 12px;
    padding-left: 24px;
}
.nav-lang-div-div-other-zh {
    padding-left: 20px;
}
.nav-lang-div-div-a {
    color: rgba(17,17,17,1)!important;
    font-size: 16px;
    font-weight: 700!important;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}
.nav-lang-div-svg {
    width: 19px;
    height: 27px;
    margin-right: 8px;
}
.nav-lang-div-title {
    color: rgba(17,17,17,1);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.content-fade {
    animation: fadeIn .3s ease-in-out;
}
.hidden {
    display: none;
}
.nav-types-div-content-hr {
    margin-top: 10px!important;
    margin-bottom: 8px!important;
    width: 100%!important;
    border-top: 1px solid #d7dadd;
}
.nav-div-menu {
    overflow: auto;
    max-height: var(--xl-nav-backdiv-height);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
}
.nav-types-div-content-div-module {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    text-align: left;
}
.nav-three-div {
    width: 33.3%;
}
.nav-four-div {
    width: 25%;
}
.nav-three-div-padding:nth-child(3n+1) {
    padding-right: 30px;
    padding-left: 17px;
}
.nav-three-div-padding:nth-child(3n+2) {
    padding-right: 30px;
    padding-left: 30px;
}
.nav-three-div-padding:nth-child(3n) {
    padding-right: 0;
    padding-left: 30px;
}
.nav-four-div-padding:nth-child(4n+1) {
    padding-right: 22px;
    padding-left: 17px;
}
.nav-four-div-padding:nth-child(4n+2) {
    padding-right: 22px;
    padding-left: 22px;
}
.nav-four-div-padding:nth-child(4n+3) {
    padding-right: 22px;
    padding-left: 22px;
}
.nav-four-div-padding:nth-child(4n) {
    padding-right: 0;
    padding-left: 22px;
}
.nav-types-div-content-div-module ul>li {
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-types-div-content-div-module ul>li>a {
    color: rgba(102,102,102,1)!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.nav-types-div-content-div-module ul>li>a:hover {
    color: #0068b6!important;
}
.nav-types-div-content-ul-list>a:after {
    font-family: 'FontAwesome';
    margin-left: 5px;
    margin-top: 2px;
    content: "";
}
.nav-types-div-content-ul-list:hover>a {
    color: #0068b6!important;
}
.nav-types-div-content-ul-list:hover>a:after {
    content: "";
}
.nav-types-div-content-ul-ul {
    margin-top: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 11px;
    display: none;
    border-radius: 4px;
    background: rgba(249,250,251,1);
}
.nav-types-div-content-ul-ul:hover {
    display: block!important;
}
.nav-types-div-content-title {
    margin-top: 20px!important;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    overflow: visible;
}
.nav-types-title {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 1300px) {
    .nav-div-menu {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
.nav-types-div-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
}
@media screen and (min-width: 1024px) {
    .user-account {
        padding-left: 20px!important;
    }
}
@media screen and (min-width: 993px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: auto;
        max-width: 310px;
    }
    .nav-types-div-content {
        flex: 1;
        padding-bottom: 10px;
    }
    .nav-ul-bg {
        max-height: 60px;
    }
    .nav-types-div-div-btn-div {
        flex: 1;
        overflow-wrap: anywhere;
        text-align: left;
        margin-top: 13px;
        margin-bottom: 13px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(45,45,45,1);
    }
    .nav-types-div-div-btn-svg {
        margin-top: 13px;
        margin-bottom: 13px;
        margin-right: 4px;
        width: 24px;
        height: 24px;
    }
    .nav-types-div-div {
        width: 100%;
        height: auto;
    }
    .nav-types-div-div-btn {
        display: flex;
        flex-direction: row;
        width: calc(100% - 16px);
        height: auto;
        background-color: #fff;
        flex-direction: row;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 16px;
        border: none!important;
    }
    .nav-types-div-div-btn-active {
        background: rgba(240,248,255,1);
    }
    .nav-types-div-div-btn-active .nav-types-div-div-btn-div {
        color: rgba(0,104,182,1);
    }
    .nav-types-div-div-btn-active svg path {
        fill: rgba(0,104,182,1);
        color: rgba(0,104,182,1);
    }
    .nav-div-menu {
        margin-left: -14px;
    }
    .nav-types-div {
        padding-top: 20px;
        height: auto;
        width: calc(166px + var(--topnav-margin-left) * 1.5);
        box-shadow: 0 8px 19px -6px rgba(89,99,103,.35);
    }
}
.nav-types-xs-lang-login-li {
    display: none;
}
@media screen and (min-width: 993px) and (max-width: 1023px) {
    .dropdown-menu>li>a {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
    }
    #loginPartialContainer {
        padding: 0;
        border-radius: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1120px) {
    .nav-types-div {
        width: calc(166px + var(--topnav-margin-left) * .5);
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .nav-lang-div-div-p-zh {
        font-size: 16px;
    }
    #navbar-menu ul.nav>li>a {
        font-size: 16px;
    }
    .nav-lang-div-div-p {
        display: none;
    }
    .nav-lang-div-div-p-switch {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 25px;
    }
    .nav-lang-div-svg {
        display: none;
    }
    .nav-lang-div-svg-zh {
        display: block;
    }
    .nav-lang-div-div-other {
        padding-left: 0;
    }
    .nav-lang-div-div-other-zh {
        padding-left: 20px;
    }
}
@media screen and (max-width: 992px) {
    #ProductDropDown:has(>#ProductDropDownUL[style*="display: block"])>a, #ApplicationDropDown:has(>#ApplicationDropDownUL[style*="display: block"])>a, #TechnologiesDropDown:has(>#TechnologiesDropDownUL[style*="display: block"])>a, #ResourcesDropDown:has(>#ResourcesDropDownUL[style*="display: block"])>a, #MediaDropDown:has(>#MediaDropDownUL[style*="display: block"])>a {
        background-color: #f7f8f8;
    }
    .shop-underline {
        border-top: solid 1px #e0e0e0!important;
    }
    .nav-four-div-padding:nth-child(4n+1) {
        padding-right: 0;
        padding-left: 15px;
    }
    .nav-four-div-padding:nth-child(4n+2) {
        padding-right: 15px;
        padding-left: 25px;
    }
    .nav-four-div-padding:nth-child(4n+3) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-four-div-padding:nth-child(4n) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .layout-md-display {
        display: none!important;
    }
    .layout-xs-display {
        display: block!important;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 1px;
    }
    .nav-lang-div-div-a:hover {
        text-decoration-line: underline;
    }
    .nav-types-xs-lang-login-ul-li-ul>li {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: calc(var(--topnav-margin-left) / 2);
        border-bottom: solid 1px #e0e0e0;
    }
    .nav-types-xs-lang-login-ul-li-ul>li>a {
        color: rgba(17,17,17,1);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .nav-types-xs-lang-login-ul-li-ul>li>a:hover {
        color: rgba(0,104,182,1)!important;
    }
    .nav-types-xs-lang-login-li {
        padding-bottom: 0!important;
        padding-top: 0!important;
        margin-bottom: 0!important;
        display: block;
    }
    .nav-types-xs-lang-login-li::after {
        display: none;
    }
    .nav-types-xs-lang-login-ul {
        display: flex;
        flex-direction: row;
        border-top: none;
        color: #2d2d2d;
        outline: none;
        margin: 0;
        width: 100%;
    }
    .nav-types-xs-lang-login-ul-li-ul {
        position: relative;
        top: calc(100% - 10px);
        width: calc(200% + 1px);
        display: block;
    }
    .nav-types-xs-login-pos {
        position: relative;
        top: calc(100% - 6px);
        width: calc(200% + 1px);
        display: block;
        left: -100%;
    }
    .nav-types-xs-login-pos-alone {
        top: calc(100% - 6px);
        width: 100%;
        left: 0;
    }
    .nav-types-xs-login-pos>li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: calc(var(--topnav-margin-left) / 2);
        border-bottom: solid 1px #e0e0e0;
    }
    .nav-types-xs-login-pos>li>a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        color: #6f6f6f;
    }
    .nav-types-xs-login-pos>li>a>i {
        margin-right: 10px;
    }
    .nav-types-xs-lang-login-ul-li {
        width: 50%;
        height: 60px!important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-types-xs-login-ul-li-alone {
        width: 100%;
    }
    .nav-types-xs-lang-login-ul-li:hover {
        background-color: transparent!important;
    }
    .nav-types-xs-lang-login-ul-li-a {
        display: inline-block;
    }
    .nav-types-xs-lang-login-ul-li-a-padding-left {
        padding-left: calc(var(--topnav-margin-left) / 2);
    }
    .nav-types-xs-login-ico {
        padding-left: 16px;
        background-color: transparent!important;
        display: inline-block;
        padding-right: calc(var(--topnav-margin-left) / 2);
    }
    .nav-types-xs-lang-login-ul-li-border {
        border-left: solid 1px #e0e0e0;
    }
    .nav-types-xs-lang-login-ul-li-a::before {
        line-height: 24px!important;
        color: rgba(0,0,0,1);
    }
    .nav-types-xs-lang-login-ul-li-a-div {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 24px;
        color: rgba(17,17,17,1);
        background-color: transparent!important;
    }
    .nav-types-xs-lang-login-ul-li-a:hover i, .nav-types-xs-lang-login-ul-li-a:hover p {
        color: rgba(0,104,182,1);
    }
    .nav-types-xs-lang-login-ul-li-a:hover::before {
        color: rgba(0,104,182,1);
    }
    .nav-types-xs-lang-login-ul-li-a:hover svg path {
        stroke: rgba(0,104,182,1);
    }
    .nav-types-xs-lang-login-ul-li-a-div p {
        line-height: 19px;
        font-size: 16px;
        font-weight: 700;
    }
    .nav-types-xs-div-content {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        overflow: auto;
        width: 100%;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-size: 24px!important;
    }
    .nav-types-div-content-title {
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 0!important;
        margin-top: 16px!important;
    }
    .nav-types-xs-li-hr {
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-left: 20px;
        width: 100%!important;
        border-top: 1px solid #d7dadd;
    }
    .nav-types-div-content-ul-list:hover>ul {
        display: block!important;
    }
    .nav-types-ul {
        display: flex;
        flex-direction: column;
        border-top: none;
        top: 0;
        position: relative!important;
        width: calc(100% - (var(--topnav-margin-left) / 2))!important;
        background-color: #fff;
        overflow: auto;
    }
    .nav-three-div-padding:nth-child(3n+2) {
        padding-right: 13px;
        padding-left: 20px;
    }
    .nav-three-div-padding:nth-child(3n) {
        padding-right: 13px;
        padding-left: 13px;
    }
    .nav-three-div-padding:nth-child(3n+1) {
        padding-right: 0;
        padding-left: 13px;
    }
    .nav-types-ul-li:hover {
        background-color: #fff!important;
    }
    .nav-types-ul-li {
        width: 100%;
        margin-bottom: 1px;
    }
    .nav-types-ul-li-div {
        display: flex!important;
        flex-direction: row;
    }
    .nav-types-ul-li-a {
        line-height: 24px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .nav-types-ul-li-a::before {
        color: #2d2d2d;
    }
    .nav-types-ul-li-div-svg {
        width: 24px;
        height: 24px;
    }
    .nav-types-ul-li-div-div {
        margin-left: 11px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(45,45,45,1);
    }
}
.displaynone {
    display: none;
}
@media screen and (max-width: 768px) {
    .nav-types-div-content-div-module ul>li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .layout-xs-display {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #navbar-menu ul.nav>li>a {
        font-size: 16px;
    }
    .nav-types-title {
        font-size: 16px;
    }
    .nav-three-div {
        width: 100%;
    }
    .nav-four-div {
        width: 100%;
    }
    .nav-three-div-padding {
        padding-right: 0!important;
        padding-left: 40px!important;
    }
    .nav-four-div-padding {
        padding-right: 0!important;
        padding-left: 40px!important;
    }
    .nav-types-div-content-div-module ul>li>a {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    .nav-types-div-content-title {
        line-height: 23px;
    }
}
.hiddenalone {
    display: none;
}