.l-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.5s;
    padding-top: 35px;
}

.l-header.is-active {
    background-color: #FFF;
}

.l-header.is-active {
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}

.l-header_menu {
    /* position: fixed; */
    top: 70px;
    width: 100%;
    max-width: 1080px;
    left: 50%;
    /* transform: translateX(-50%); */
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #FFF;
}

.l-header_menu .locSearch {
    margin-left: 300px;
    margin-top: 30px;
    border: 0 !important;
}

.l-header_menu .locSearch input {
    border: 1px solid rgb(204, 204, 204) !important;
    width: 50%;
    color: #2B3E57;
    padding-left: 2px;
}

.l-header_form {
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 1000;
    background-color: #FFF;
}

.l-header {
    position: absolute;
    /*top: 35px;
    left: 280px; */
    width: 100%;
    z-index: 1002;
}

.l-header.is-active {
    display: block;
    background-color: #FFF;
}

.l-header.is-active {
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}

.l-header_menu {
    /* position: fixed; */
    top: 70px;
    width: 100%;
    min-width: 1000px;
    max-width: 1080px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    max-height: 0;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 0 auto;
}

/* .header {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    height: 70px;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 35px;
    justify-content: space-between;
} */

.header .header-action {
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.header_menu {
    background-color: #FFF;
    padding: 28px 80px;
    border-radius: 0 0 4px 4px;
    transition: all 0.3s;
}

.header_menu .header_menu-title {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #2B3E57;
}

.header_menu .header_menu-title .header_menu-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    background-color: #2B3E57;
    border: 1px solid #2B3E57;
    transition: all 0.3s;
    margin-top: 2px;
}

.header_menu .header_menu-title svg {
    transition: all 0.3s;
}

.header_menu-body_group {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}

.header_menu-body_group .header_menu-body_group-content {
    width: 20%;
}

.header_menu-body_group .header_menu-body_group-content-header {
    font-size: 12px;
    color: #AAA;
    line-height: 1.8;
    font-weight: 700;
}

.header_menu-body_group-content_list {
    margin-top: 4px;
}

.header_menu-body_group-content_list .header_menu-body_group-content_list-item {
    color: #2B3E57;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.header_menu-body_group-content_list .header_menu-body_group-content_list-item img {
    margin-left: 3px;
}

.header_menu-body_group-content_list .header_menu-body_group-content_list-item .header_menu-body_group-content_list-item-label {
    border-radius: 30px;
    background: #FF9524;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 4px;
    line-height: 1;
    margin-left: 4px;
}

.header_menu-body_group-content_list .header_menu-body_group-content_list-more {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.8;
    color: #2B3E57;
}

.header_menu-body_group-content_list .header_menu-body_group-content_list-more img {
    margin-top: 2px;
}

.header_menu-body_group-content_list .is-over {
    display: none;
}

.header_menu-body_group-content_list.is-open .is-over {
    display: block;
}

.header_menu-body_group-content_list.is-open .header_menu-body_group-content_list-more {
    display: none;
}

.header_menu-body_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

.header_menu-body_list li {
    width: 25%;
}

.header_menu-body_list.is-tripartition li {
    width: 33.3333%;
}

.header_menu-body_list .header_menu-body_list-item {
    color: #2B3E57;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.header_menu-body_list .header_menu-body_list-item .header_menu-body_list-item-label {
    border-radius: 30px;
    background: #FF9524;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 4px;
    line-height: 1;
    margin-left: 4px;
}

.header_nav {
    height: 100%;
    left: calc(50% - 20px); /* 向左移动 20px */
    /* transform: translateX(-40%); 保持居中 */
}

.header_nav .header_nav-list {
    /* display: flex; */
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    height: 100%;
}

.header_nav .header_nav-list>li {
    position: relative;
    height: 100%;
}

.header_nav .header_nav-list>li::after {
    content: "";
    position: absolute;
    top: -6px; /* 将颜色条放置在输入框的上方，调整这个值以控制距离 */
    left: -105%;
    /* transform: translateX(-10%); */
    width: 15%; /* 初始宽度 */
    height: 6px; /* 设置高度为6px */
    transition: all 0.3s;
    background-color: #d81616;
}

.l-header_menu {
    max-height: 100%;
}

.header_nav .header_nav-list .header_nav-list-item {
    display: flex;
    align-items: center;
    height: 100%;
    color: #2B3E57;
    font-weight: 700;
}

.header_download {
    position: relative;
    color: #2B3E57;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 40px;
    overflow: hidden;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.header_download .header_download-underline {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2B3E57;
}

.header_download .header_download-underline_variation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    z-index: 10;
    transform: translateX(-100%);
}

@keyframes borderIn {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        transform: translateX(100%);
    }
}

.header_inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #FF9524;
    color: #FFF;
    font-weight: bold;
    transition: all 0.3s;
    letter-spacing: 0.8px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}


.header_globalnav {
    display: none;
}

.header_globalnav-nav .header_globalnav-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    pointer-events: none;
}

.header_globalnav-nav .header_globalnav-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 31px;
    right: 23px;
    width: 20px;
    height: 20px;
}

.header_globalnav-nav .header_globalnav-nav-cta {
    font-size: 16px;
    font-weight: bold;
    color: #1A9257;
    background: #FFF;
    margin-left: 17%;
    margin-right: 17%;
    margin-top: 16px;
    padding: 18px 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.header_globalnav-nav_list .header_globalnav-nav_list-item {
    display: block;
    text-align: left;
    color: #FFF;
    padding: 15px 17% 16px;
    font-size: 16px;
    font-weight: bold;
}
.dialog-bg {
    inset: 0px;
    position: fixed;
    opacity: 0.3;
    background-color: #222;
}

#clear2 {
    background: url(/tpl/assets/images/icons/close_btn.png) center center no-repeat #cfcfcf;
}
.submit {
    width: 12px;
    height: 12px;
    cursor: pointer;
    right: 357px;
    border-radius: 50%;
    background: url(../images/icons/in_search.png) center center no-repeat #cfcfcf;
    margin-left: -15px;
}
.close-btn {
    position: absolute; /* 绝对定位 */
    /* top: 10px; 距离顶部10px */
    /* right: 15px; 距离右侧15px */
    margin-left: 1060px;
    font-size: 22px; /* 字体大小 */
    color: #aaa; /* 字体颜色 */
    font-weight: bold;
    cursor: pointer; /* 鼠标悬停时显示为手型 */
    z-index: 1001; /* 确保在其他元素之上 */
}

.close-btn:hover,
.close-btn:focus {
    color: #ff0000; /* 悬停或聚焦时的颜色 */
    text-decoration: none; /* 去掉下划线 */
}