/*顶部样式*/
.admin-bar .globa_head .head_wrapper {
    /* position: relative; */
}

.globa_head {}

.head_box,
.globa_head,
.et-l--header,
#header {
    height: 80px;
}

#header {
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 6%);
}

.head_logo img {
    width: 146px;
    display: block;
}

.head_right {
    margin-left: auto;
    height: 100%;
    width: 40%;
}

/*顶部导航*/
.head_menu {
    margin-left: 80px;
    height: 100%;
    flex-shrink: 0;
}

.head_menu .menu_list {
    display: flex;
    height: 100%;
    align-items: center;
}

.head_menu .box_container {
    max-width: 1520px;
    padding: 0 40px;
    margin: 0 auto;
}

.head_menu .menu_depth_0 {
    height: 100%;
}

.head_menu .menu_depth_0>a {
    display: flex;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    position: relative;
}

.head_menu .menu_depth_0>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 20px;
    height: 2px;
    bottom: 0px;
    background: #f70000;
    opacity: 0;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -o-transition: width 0.4s;
}

.head_menu .menu_depth_0.open_menu>a::after {
    width: calc(100% - 40px);
    opacity: 1;
}

.head_menu .sub_menu_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 #b2b2b2;
    box-shadow: 0 1px 3px 0 #b2b2b2;

    -webkit-transition: height 0.25s;
    transition: height 0.25s;
    visibility: hidden;
    z-index: 30;
    overflow: hidden;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item,
.head_menu .sub_menu_box {
    height: 534px;
}

.head_menu .open_menu .sub_menu_box {
    visibility: visible;
    z-index: 2;
}

.head_menu .box_container .close_menu_btn {
    position: absolute;
    top: 20px;
    right: 48px;
}

.head_menu .close_menu_btn .iconfont {
    font-size: 20px;
}

.head_menu .sub_menu_box .box_container {
    padding-top: 60px;
    position: relative;
}

.head_menu .sub_menu_box .down_menu_box {
    display: flex;
    margin-bottom: 20px;
}

.head_menu .down_menu_box .right_img_box {
    width: 40%;
    position: relative;
    overflow: hidden;
    align-self: center;
    top: 4px;
    margin-left: auto;
    max-width: 288px;
}

.head_menu .right_img_box .box_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.3); */
}

.head_menu .right_img_box .title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 24px;
    text-align: center;
}

.head_menu .sub_menu_box .menu_depth_1:nth-child(1),
.head_menu .tab-item .sub_menu_list .have_children:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

.head_menu .sub_menu_box .menu_depth_1,
.head_menu .tab-item .sub_menu_list .have_children {
    max-width: 288px;
    min-height: 280px;
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
    width: 20%;
    box-sizing: border-box;
}

.head_menu .sub_menu_box .menu_depth_1 .item_link {
    display: inline-block;
}

.head_menu .sub_menu_box a {
    display: flex;
    align-items: center;
}

.head_menu .menu_depth_2 a {
    /* height: 20px; */
}

.head_menu .menu_depth_3 a {
    font-size: 14px;
    height: auto;
}

.head_menu .depth_3_list {
    padding-top: 4px;
}

.head_menu .depth_3_list .menu_depth_3 {
    margin-bottom: 4px;
}

.head_menu .sub_menu_box .menu_depth_1.column-2 {
    max-width: 576px;
    width: 50%;
}

.head_menu .column-2 .sub_menu_list {
    height: 203px;
    width: 50%;
    column-gap: 0;
    column-width: 288px;
}

.head_menu .sub_menu_list .menu_depth_2,
.head_menu .tab-item .depth_3_list .menu_depth_3 {
    margin-bottom: 24px;
    padding-right: 0px;
}

.head_menu .sub_menu_list .have_children {
    margin-bottom: 20px;
}

.head_menu .sub_menu_list .menu_depth_2:last-child {
    margin-bottom: 0;
}

.head_menu .menu_btn_box {
    min-height: 99px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.head_menu .menu_btn_box.menu_btn_box_mb {
    display: none;
}

.head_menu .sub_menu_box .menu_depth_1 .item_title,
.head_menu .tab-item .menu_depth_2>a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.head_menu .down_menu_box .iconfont {
    font-size: 16px;
    margin-left: 8px;
    color: #f70000;
    font-weight: 500;
    left: 0;
    position: relative;
    transition: left 0.2s;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
}



.head_menu .down_menu_box a:hover .iconfont,
.head_menu .down_menu_box .item_title:hover .iconfont {
    left: 4px;
}



.head_menu .menu_depth-0:last-child {
    margin-right: 0;
}

/*顶部搜索框*/

.head_right .right_item {
    margin-right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.head_right .head_search {
    flex-shrink: 1;
    width: 80%;
    justify-content: flex-end;
}

.head_right .right_item:last-child,
.head_right .head_login {
    margin-right: 0;
}

.head_search .icon_btn {
    color: #000000;
}

.head_search .search_box {
    opacity: 0;
    overflow: hidden;
    width: 0px;
    border: 1px solid #666;
    position: relative;
    box-sizing: border-box;
    height: 32px;
    margin-right: 6px;
    -webkit-transition: width 0.25s, opacity 0.25s;
    transition: width 0.25s, opacity 0.25s;
}

.head_search .search_box .input_text {
    height: 22px;
    width: calc(100% - 32px);
    border: none;
    margin-left: 16px;
}

.head_search .search_box .inpu_text::-webkit-input-placeholder {
    color: #666;
}

.head_search .search_box .search_btn {
    margin-right: 16px;
    cursor: pointer;
}

.head_search .icon_btn .iconfont,
.head_menu_btn .menu_btn .iconfont,
.head_search .search_box .search_btn .iconfont,
.head_menu .down_menu_box .item_title .iconfont,
.head_login .iconfont {
    font-size: 20px;
}

.head_login>a {
    display: flex;
    align-items: center;
}

.head_login>a span {
    margin-left: 4px;
}

.head_language .iconfont {
    font-size: 18px;
}

.head_language .iconfont.icon-daohangyuyanqiehuan {
    font-size: 0;
    background: url(/wp-content/themes/xfusion/assets/css/images/lang_hei.svg) no-repeat left center;
    width: 18px;
    height: 18px;
}

.state_seach_btn .close-search-btn,
.head_search.open_box .open-search-btn {
    display: none;
}

.head_search.open_box .search_box {
    width: 100%;
    opacity: 1;
}

.head_search.open_box .close-search-btn {
    display: block !important;
}

/*语言切换器*/
.head_down_box {
    position: relative;
}

.head_down_box .box_name {
    margin-left: 8px;
    margin-right: 4px;

}

.head_login.head_down_box .box_name {
    max-width: 6em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.head_down_box .icon-xiala {
    font-size: 16px;
    color: #333333;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.head_down_box .down_list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    border: 0;
    top: 80px;
    right: 0;
    z-index: 6;
}

.head_down_box .down_list ul {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(190, 196, 204, 0.3);
    box-shadow: 0 4px 20px 0 rgba(190, 196, 204, 0.3);
}

.head_down_box .down_list a {
    display: block;
    white-space: nowrap;
    text-align: right;
    padding: 8px 0;
}

.head_down_box.head_login .down_list a {
    text-align: center;
}

.head_down_box:hover .active_name .icon-xiala {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.head_down_box:hover .down_list {
    opacity: 1;
    visibility: visible;
}

.mobile-close-search-btn {
    display: none !important;
}


/*
tab 类型的二级导航
*/
.head_menu .sub_menu_box .menu_depth_1.tab-item {
    min-width: 20px;
    width: auto;
    padding-left: 60px;
    border: 0;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item:nth-child(1) {
    padding-left: 0;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down {
    vsibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    padding-top: 24px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    left: 0;
    z-index: -1;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down .sub_menu_list {
    display: flex;
}

.head_menu .sub_menu_box .menu_depth_1.show_tab_downbox .menu_list_down {
    vsibility: visible;
    opacity: 1;
    z-index: 1;
}

.head_menu .tab-menu .box_container {
    padding-top: 0;
}

.head_menu .tab-menu .down_menu_box {
    margin-left: 246px;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item .item_title {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    height: 60px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    width: auto;
}

.head_menu .sub_menu_box .menu_depth_1.tab-item .item_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 0px;
    height: 2px;
    bottom: 0px;
    background: #333333;
    opacity: 0;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -o-transition: width 0.4s;
}

.head_menu .sub_menu_box .menu_depth_1.show_tab_downbox .item_title {
    color: #333333;
}

.head_menu .sub_menu_box .menu_depth_1.show_tab_downbox .item_title::after {
    width: 100%;
    opacity: 1;
}

.head_menu .tab-menu .four_menu_box::after {
    border-top: 1px solid #DFE1E8;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #F5F6F8;
    z-index: -1;
}

.head_menu .tab-menu .four_menu_box>.box_container>.menu_btn_box,
.head_menu .menu_list_down>.menu_btn_box {
    display: none;
}

.head_menu .tab-item .menu_list_down>.menu_btn_box {
    display: flex;
}

.head_menu .tab-item .sub_menu_list .have_children {
    min-height: 277px;
    margin-bottom: 20px;
}

.head_menu .hidden-item>a {
    display: none !important;
}

.head_menu .hidden-item.have_children {
    border-right: 1px solid #e5e5e5;
    width: 289px !important;
    max-width: 289px !important;
}

/*
顶部 响应式
*/
@media screen and (max-width: 1340px) and (min-width: 1025px) {

    #custom-head,
    .head_menu .box_container {
        min-width: auto;
    }

    /* gecko-火狐 */
    .gecko #custom-head,
    .gecko .head_menu .box_container {
        /* min-width: 1200px; */
    }

    .head_menu .down_menu_box .right_img_box {
        max-width: 240px;
    }
}

@media screen and (max-width: 980px) {
    .head_menu .box_container {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/* 768 -> 1024 */
@media screen and (max-width: 1024px) {
    .head_menu {
        background: #fff;
        border-top: 1px solid #ebebeb;
    }

    .head_search .search_box,
    .head_menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        margin-left: 0;
        display: none;
        z-index: 100;
    }

    .open_mobile_menu .head_menu {
        display: block;
        z-index: 110;
    }

    .close_mobile_btn,
    .open_mobile_menu .open_mobile_btn {
        display: none;
    }

    .open_mobile_menu .close_mobile_btn {
        display: block;
    }

    .head_menu,
    .head_menu .sub_menu_box {
        height: calc(100vh - 80px);
    }

    .head_menu .menu_list {
        width: 160px;
        flex-direction: column;
        align-items: flex-start;
        background: #f5f5f5;
        padding-bottom: 48px;

        overflow-y: scroll;
    }

    .head_menu .menu_list::-webkit-scrollbar {
        display: none;
    }

    .head_menu .menu_depth_0 {
        height: auto;
        width: 100%;
    }

    .head_menu .menu_depth_0>a {
        padding: 14px 16px;
        min-height: 48px;
    }

    .head_menu .menu_depth_0.open_menu {
        background: #fff;
    }

    .head_menu .menu_depth_0.open_menu>a,
    .head_menu .menu_depth_0.open_menu>a:hover {
        color: #333 !important;
        font-weight: 700;
    }

    .head_menu .menu_depth_0>a:after {
        width: 2px;
        left: 0;
        top: 0;
        height: 100%;
    }

    .head_menu .menu_depth_0.open_menu>a::after {
        opacity: 1;
        width: 2px;
    }

    .head_language,
    .head_menu .box_container .close_menu_btn,
    .head_menu .down_menu_box .right_img_box,
    .head_menu .down_menu_box .iconfont,
    .head_search.open_box .state_seach_btn .close-search-btn {
        display: none !important;
    }

    .head_search.open_box .open-search-btn {
        display: block;
    }

    .head_menu .sub_menu_box {
        left: 160px;
        width: calc(100% - 160px);
        top: 0;
        max-height: initial;
        box-shadow: none;
    }

    .head_menu .sub_menu_box .box_container {
        padding: 0 16px;
        padding-top: 24px;
        display: flex;
        flex-direction: column-reverse;
    }

    .head_menu .menu_btn_box {
        min-height: auto;
        border: 0;
    }

    .head_menu .menu_btn_box.menu_btn_box_mb {
        display: block;
    }

    .head_menu .open_menu .menu_btn_box.menu_btn_box_mb .more_link::before {
        display: none;
    }

    .head_menu .menu_btn_box.menu_btn_box_pc .interactive_community {
        display: none;
    }

    .head_menu .menu_btn_box.menu_btn_box_mb .interactive_community:hover {
        background: #fff;
        color: #333333;
    }

    .head_menu .menu_btn_box .more_link {
        margin-bottom: 16px;
        display: block;
    }

    .head_menu .menu_btn_box .more_link {
        position: relative;
        border: 0;
        padding: 0;
        min-width: auto;
        padding-right: 20px;
        height: 20px;
        line-height: 20px;
    }

    .head_menu .menu_btn_box .more_link::before,
    .head_menu .sub_menu_box .menu_depth_1 .item_title::before,
    .head_menu .tab-item .sub_menu_list .have_children>.text_hover::before {
        position: absolute;
        right: 0;
        top: 1px;
        content: '';
        width: 20px;
        height: 100%;
        background: url('images/downArrow.svg') center no-repeat;
        /* -webkit-transform: rotate(270deg);
        transform: rotate(270deg); */
        display: none;
        background: url('images/black_arrow.png') center no-repeat;
        background-size: cover;
        /* margin-left: 8px;
        right: -8px; */
        width: 16px;
        height: 16px;
        top: 50%;
        top: calc(50% - 8px);
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_title::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item {
        height: auto;
        padding: 0;
    }

    .head_menu .open_menu .menu_btn_box .more_link::before,
    .head_menu .open_menu .sub_menu_box .menu_depth_1 .item_title::before,
    .head_menu .open_menu .tab-item .sub_menu_list .have_children>.text_hover::before {
        display: block;
    }

    .head_menu .sub_menu_box .down_menu_box {
        margin-bottom: 0;
        display: block;
    }

    .head_menu .sub_menu_box .menu_depth_1,
    .head_menu .tab-item .sub_menu_list .have_children {
        max-width: 100% !important;
        width: 100% !important;
        border: 0;
        padding-left: 0;
        min-height: auto;
        padding-bottom: 16px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item .item_title {
        padding-bottom: 16px;
        color: #333;
        font-weight: 700 !important;
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_title,
    .head_menu .sub_menu_box .menu_depth_1.tab-item .item_title,
    .head_menu .tab-item .menu_depth_2>a {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 20px;
        display: block;
        position: relative;
        height: auto;
    }

    .head_menu .tab-item .menu_depth_2>a:hover {
        color: #333 !important;
    }

    .head_menu .tab-item .menu_list_down>.menu_btn_box,
    .head_menu .sub_menu_box .menu_depth_1.tab-item .item_title::before {
        display: none;
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_link {
        display: block;
    }

    .head_menu .tab-menu .four_menu_box>.box_container>.menu_btn_box {
        display: flex;
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_title::before,
    .head_menu .tab-item .sub_menu_list .have_children>.text_hover::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;

        transition: 0.25s;
    }

    .head_menu .tab-item .sub_menu_list .have_children.open_sub>.text_hover::before {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    .head_menu .sub_menu_box .menu_depth_1.open_sub .item_title::before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    .no_sub_menu .item_title::before {
        display: none !important;
    }

    .head_menu .sub_menu_box .menu_depth_1 .sub_menu_list {
        display: none;
        width: 100%;
        height: auto;
    }

    .head_menu .sub_menu_box .menu_depth_1.open_sub .sub_menu_list {
        display: block;
        padding-left: 16px;
    }

    .head_menu .sub_menu_list .menu_depth_2 {
        margin-bottom: 0;
        padding-top: 16px;
        padding-right: 15px;
    }

    .head_right .head_login a {
        width: 18px;
        height: 18px;
        background: url('images/avatarMB.svg') center no-repeat;
        background-size: cover;
    }

    .head_right .head_login span,
    .head_right .head_login i,
    .head_down_box .down_list {
        display: none;
    }

    .head_right .right_item {
        margin: 0 12px;
    }

    .head_right .right_item .menu_btn {
        padding: 4px;
    }

    .right_item.head_menu_btn {
        margin-right: -4px !important;
    }

    .head_menu_btn {
        display: flex !important;
    }

    .mobile_language .active a {
        color: #f70000;
        background: url('images/checkFlag.svg') right center no-repeat;
    }

    .head_search .icon_btn:hover {
        color: #333 !important;
    }

    /*
    搜索
    */
    .head_search .search_box {
        background: #f5f5f5;
        -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
        height: 60px;
        width: 100% !important;
        padding: 12px 16px;
        border: 0;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        z-index: 1 !important;
        visibility: hidden;
    }

    .head_search.open_box .search_box {
        visibility: visible;
    }

    .head_search .search_box .input_text {
        padding: 0 8px;
        height: 36px;
        background: #fff;
        border: 1px solid #999;
        border-radius: 2px;
        margin: 0;
        padding-left: 32px;
        position: relative;
        z-index: 5;
    }

    .head_search .search_box .search_btn {
        position: absolute;
        left: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        z-index: 6;
    }

    .head_search .search_box .search_btn .iconfont {
        font-size: 20px;
    }

    .head_search .search_box .mobile-close-search-btn {
        padding-left: 8px;
        line-height: 36px;
        flex-shrink: 0;
        position: relative;
        z-index: 10;
        display: block !important;
    }

    .head_menu .depth_3_list {
        display: none;
    }

    .head_right {
        width: auto;
    }


    .head_logo img {
        width: 107px;
    }

    .head_menu .sub_menu_list .menu_depth_2 {
        padding-right: 0;
        padding-top: 12px;
    }



    .head_box,
    .globa_head,
    .et-l--header,
    #header {
        height: 60px !important;
    }

    .head_menu,
    .head_menu .sub_menu_box {
        height: calc(100vh - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .head_search .search_box,
    .head_menu {
        top: 60px;
    }

    /*
    tab 下拉菜单的手机端
    */
    .head_menu .tab-menu .down_menu_box {
        margin-left: 0;
    }

    .head_menu .tab-menu .four_menu_box::after {
        display: none;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down {
        position: relative;
        z-index: 1;
        opacity: 1;
        top: 0;
        padding: 0;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down .sub_menu_list {
        display: block;
        padding-left: 0;
    }

    .head_menu .tab-item .sub_menu_list .have_children {
        min-height: auto;
    }

    .head_menu .tab-item .hidden-item .depth_3_list {
        padding-top: 0;
    }

    .head_menu .tab-item .hidden-item .depth_3_list .menu_depth_3,
    .head_menu .tab-item .depth_3_list .menu_depth_3 {
        margin-bottom: 0;
        padding-top: 12px;
    }

    .head_menu .tab-item .have_children .depth_3_list {
        padding-top: 0px;
        padding-left: 16px;
    }

    .head_menu .tab-item .open_sub .depth_3_list {
        display: block;
    }

    .head_menu .hidden-item .depth_3_list {
        display: block;
        padding-left: 0 !important;
        margin-top: -12px;
    }

    .admin_link {
        display: none !important;
    }
}

/* 顶部搜索-新增热门搜索 */
/* 769 -> 1025*/
@media screen and (min-width: 1024.5px) {

    /* 导航遮罩 */
    #header .header_bg {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }

    #header .header_bg.show_header_bg {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: block;
    }

    .head_menu .sub_menu_box a.more_link {
        margin-right: 40px;
    }

    .more_link.header_other_btn {
        min-width: auto;
        height: 32px;
        border-radius: 2px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
        line-height: 1;
        border: 0;
    }

    .more_link.header_other_btn:hover {
        border: 0;
        background: transparent;
        color: #333;
        text-decoration: underline;
    }

    .more_link.header_other_btn img {
        width: 20px;
        height: 20px;
    }

    .more_link.header_other_btn .menu_arrow.menu_arrow_h {
        display: none;
    }

    .more_link.header_other_btn:hover .menu_arrow {
        display: none;
    }

    .more_link.header_other_btn:hover .menu_arrow.menu_arrow_h {
        display: block;
    }

    .head_right .head_search {
        position: relative;
    }

    .head_right .head_search .mb_search_box {
        display: none;
    }

    .head_search .head_record_box {
        position: absolute;
        top: calc(100% - 22px);
        left: 0;
        width: calc(100% - 26px);
        background: #FFFFFF;
        box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
        display: none;
        padding-bottom: 6px;
        min-width: 170px;
        z-index: 2;
    }

    .head_search .head_record_box.open_hot {
        display: block;
    }

    .head_search .head_record_box .name {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        line-height: 36px;
        padding: 0 20px;
    }

    .head_search .head_record_box .item_list {
        display: flex;
        flex-direction: column;
    }

    .head_search .head_record_box .item_list li {
        color: #666;
        font-size: 14px;
        height: auto;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 24px;
    }

    .head_search .head_record_box .item_list li:hover {
        color: #333;
        cursor: pointer;
        background: #F5F5F5;
    }

    /* 更新导航 */
    .head_menu .sub_menu_box .box_container {
        padding-top: 40px;
    }

    .head_menu .sub_menu_box .down_menu_box {
        margin-bottom: 40px;
    }

    .head_menu .tab-menu .sub_menu_box .down_menu_box {
        flex-direction: column;

        flex: 1;
        margin-bottom: 0;
        max-width: calc(100% - 288px);
    }

    .head_menu .box_container .menus_nav {
        display: none;
    }

    .head_menu .tab-menu .box_container .menus_nav {
        width: 288px;
        padding-top: 30px;
        display: block;
        height: 370px;
        border-right: 1px solid #efefef;
        /* http://localhost:8081/wp-content/uploads/2023/03/箭头黑色@2x.png
        http://localhost:8081/wp-content/uploads/2023/03/箭头红色@2x.png */
    }

    .head_menu .tab-menu .box_container .menus_nav.menus_nav_pc {
        display: block;
    }

    .head_menu .menus_nav.menus_nav_mb {
        display: none;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title {
        font-size: 18px;
        color: #333333;
        letter-spacing: 0;
        line-height: 50px;
        font-weight: normal;
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
        cursor: pointer;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title:hover {
        color: #F70000;
        text-decoration: underline;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title.menus_nav_h {
        color: #F70000;
        text-decoration: underline;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title.menus_nav_h .menu_arrow {
        display: none;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title.menus_nav_h .menu_arrow.menu_arrow_h {
        display: block;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title:hover .menu_arrow {
        display: none;
    }

    .head_menu .tab-menu .box_container .menus_nav .item_title:hover .menu_arrow.menu_arrow_h {
        display: block;
    }

    .head_menu .down_menu_box .right_img_box {
        max-width: calc(288px + 20px);
        padding-left: 20px;

        align-self: start;
        top: 30px;
        max-width: calc(280px + 20px);
        padding-bottom: 20px;
    }

    .head_menu .right_img_box .box_text {
        left: auto;
        right: 0;
        width: calc(100% - 20px);
    }

    .head_menu .tab-menu .sub_menu_box .menu_depth_1.tab-item,
    .head_menu .tab-menu .sub_menu_box {
        height: auto;
    }

    .head_menu .tab-menu .sub_menu_box {
        height: 250px;
    }

    .head_menu .sub_menu_box .menu_depth_1,
    .head_menu .tab-item .sub_menu_list .have_children {
        min-height: auto;
        border-left: 0;
        width: auto;
        max-width: 100%;
        min-width: 288px;
    }

    .head_menu .sub_menu_box .menu_depth_1 {
        flex: 1;
        max-width: 50%;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item {
        flex: none;
    }

    .head_menu .tab-menu .sub_menu_box .menu_depth_1,
    .head_menu .tab-menu .tab-item .sub_menu_list .have_children {
        max-width: 100%;
        min-width: 160px;
        min-height: auto;
    }

    .head_menu .tab-menu .tab-item .sub_menu_list .have_children.display_menu>span {
        display: none;
    }

    .head_menu .tab-menu .tab-item .sub_menu_list .have_children>span {
        font-size: 16px;
        color: #333;
        line-height: 22px;
        font-weight: bold;
        display: block;
        margin-top: 20px;
    }

    .head_menu .tab-menu .tab-item .sub_menu_list .have_children>span img {
        display: none;
    }

    .head_menu .menu_depth_2 a {
        /* height: auto; */
        font-size: 14px;
        color: #666666;
        line-height: 20px;
    }

    .head_menu .menu_depth_2 a:hover {
        color: #333 !important;
        text-decoration: underline;
    }

    .head_menu .menu_depth_2 a:hover .menu_arrow {
        display: none;
    }

    .head_menu .menu_depth_2 a:hover .menu_arrow.menu_arrow_h {
        display: block;
    }

    .head_menu .menu_depth_3 a {
        line-height: 20px;
        color: #666666;
    }

    .head_menu .menu_depth_3 a:hover {
        color: #333 !important;
        text-decoration: underline;
    }

    .head_menu .depth_3_list {
        padding-top: 20px;
    }

    .head_menu .sub_menu_box .menu_depth_1.column-2 {
        max-width: 100%;
    }

    .head_menu .column-2 .sub_menu_list {
        height: 156px;
    }

    .head_menu .column-2-3 .sub_menu_list {
        height: 110px;
        width: 50%;
        column-gap: 0;
        column-width: 288px;
    }
    .ru .head_menu .column-2-3 .sub_menu_list,
    .de .head_menu .column-2-3 .sub_menu_list,
    .es .head_menu .column-2-3 .sub_menu_list,
    .fr .head_menu .column-2-3 .sub_menu_list {
        height: 180px;
    }

    .head_menu .column-2-5 .sub_menu_list {
        height: 198px;
        height: 236px;
        width: 50%;
        column-gap: 0;
        column-width: 288px;
    }
    .ru .head_menu .column-2-5 .sub_menu_list {
        height: 350px;
    }
    .es .head_menu .column-2-5 .sub_menu_list {
        height: 350px;
    }
    .fr .head_menu .column-2-5 .sub_menu_list {
        height: 350px;
    }
    .tr .head_menu .column-2-5 .sub_menu_list {
        height: 350px;
    }
    .de .head_menu .column-2-5 .sub_menu_list {
        height: 350px;
    }
    /* .head_menu .column-2-5 .sub_menu_list .menu_depth_2{
        display: inline-block;
        width: calc(50%);
    } */

    .head_menu .sub_menu_list .menu_depth_2 {
        margin-bottom: 24px;
        padding-right: 30px;
    }

    .head_menu .tab-item .depth_3_list .menu_depth_3 {
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .head_menu .menu_btn_box {
        min-height: 99px;
        display: flex;
        align-items: center;
        border-top: 0;

        z-index: 3;
        position: relative;
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_title,
    .head_menu .tab-item .menu_depth_2>a {
        font-weight: 600;
        font-size: 24px;
    }


    .head_menu .sub_menu_box .menu_depth_1 .item_title {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #efefef;
    }

    .head_menu .down_menu_box .menu_arrow,
    .head_menu .menus_nav .menu_arrow {
        width: 20px;
        height: 20px;
    }

    .head_menu .down_menu_box .menu_arrow_h,
    .head_menu .menus_nav .menu_arrow_h {
        display: none;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item {
        min-width: 20px;
        width: auto;
        padding-left: 0px;
        border: 0;
        padding-left: 0;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down {
        padding-top: 20px;
    }


    .head_menu .tab-menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down {
        position: inherit;
        top: auto;

        width: calc(80%);
        display: none;
        width: calc(100%);
        padding-right: 0%;
    }


    .head_menu .tab-menu .sub_menu_box .menu_depth_1.show_tab_downbox .menu_list_down {
        display: block;
        /* border-left: 1px solid #efefef; */
        padding-bottom: 20px;

        display: flex;
        justify-content: space-between;
    }

    .head_menu .tab-menu .box_container {
        padding-top: 0;
        display: flex;
        padding-bottom: 99px;

    }

    .head_menu .sub_menu_box .line {
        position: absolute;
        bottom: 99px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #efefef;
    }

    .head_menu .tab-menu .sub_menu_box .line {
        width: calc(100%);
    }

    .head_menu .tab-menu .down_menu_box {
        margin-left: 0px;
    }

    .head_menu .tab-menu .four_menu_box::after {
        display: none;
    }

    .head_menu .tab-menu .four_menu_box>.box_container>.menu_btn_box,
    .head_menu .menu_list_down>.menu_btn_box {
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        width: calc(100%);
        padding: 0 40px;
    }

    .head_menu .hidden-item.have_children {
        border-right: 1px solid #efefef;

    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item .menu_list_down .sub_menu_list {
        margin-right: 40px;
    }

    .head_menu .tab-menu .box_container .menu_btn_box.menu_btn_box_mb {
        display: none;
    }


}
/* 768 -> 1024 */
@media screen and (max-width:1024px) {
    #header .header_bg {
        display: none;
    }

    .head_right .head_search .search_box {
        display: none;
    }

    .head_right .head_search .pc_head_record_box {
        display: none;
    }

    .head_right .head_search .mb_search_box {
        display: block;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.8;
        transform: translateX(100%);
        transition: 0s;

        height: calc(100% - 60px);
        top: 0;
        height: 100%;
        z-index: 12;
    }


    .head_right .head_search.open_box .mb_search_box {
        opacity: 1;
        transform: translateX(0%);
    }

    .head_right .head_search .mb_search_box .search_box {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: auto;
        background: #fff;
        box-shadow: none;
        box-shadow: 0 -1px 0px 0 rgb(0 0 0 / 6%);

        transition: width 0s, opacity 0s;
    }

    .head_search .mb_search_box .search_box .input_text {
        border: 1px solid #B4B4B4;
        padding: 0 8px;
        padding-right: 32px;
    }

    .head_search .mb_search_box .search_box .search_btn {
        left: auto;
        right: 85px;
    }

    .head_search .mb_search_box .search_box .mobile-close-search-btn {
        margin-left: 18px;
        padding: 0 8px;
    }

    .head_search .mb_search_box .search_box .mobile-close-search-btn .iconfont {
        font-size: 20px;
    }

    .head_right .head_search .mb_search_box .head_down_list_box {
        /* padding: 0 16px; */
        height: calc(100% - 60px);
        position: relative;
    }

    .head_right .head_search .mb_search_box .head_down_list_box .head_down_list_box-w {
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 10px;
    }

    .head_right .head_search .mb_search_box .head_down_list_box::before {
        content: '';
        width: calc(100% - 0px);
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        background: #ebebeb
    }

    .head_right .head_search .mb_search_box .head_down_list_box .box_item {}

    .head_right .head_search .mb_search_box .head_down_list_box .box_item .name {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        line-height: 36px;
        margin: 0 16px;
        display: flex;
        align-items: center;
    }

    .head_right .head_search .mb_search_box .head_down_list_box .box_item.head_record .name {
        /* border-top: 1px solid #ebebeb; */
    }

    .head_right .head_search .mb_search_box .head_down_list_box .box_item .name img {
        padding: 8px;
        width: 28px;
        height: 28px;
    }

    .head_right .head_search .mb_search_box .head_down_list_box .box_item li {
        background: #fff;
        color: #666;
        font-size: 14px;
        height: auto;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 16px;
    }

    .head_right .head_search .mb_search_box .head_down_list_box .box_item li:hover {
        color: #f70000;
        caret-color: transparent;
    }


    .head_menu .tab-item .sub_menu_list .have_children .text_sub3 {
        display: none;
    }

    .head_menu .tab-item .sub_menu_list .have_children .text_sub3.show_text_sub3 {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
    }

    .head_menu .tab-item .sub_menu_list .have_children .text_sub3.show_text_sub3 img {
        width: 16px;
        height: 16px;
        transition: 0.2s;
    }

    .head_menu .tab-item .sub_menu_list .have_children.open_sub img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: 0.2s;
    }

    .head_menu .menu_depth_0>a {
        height: auto;
    }

    .head_menu .menu_depth_0.tab-menu .item_title {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.17px;
        font-weight: normal;
        line-height: 18px;
        padding: 11px 24px;
        cursor: pointer;
    }

    .head_menu .menu_depth_0.tab-menu .item_title.menus_nav_hover {
        color: #F70000;
    }

    .head_menu .menu_depth_0.tab-menu .item_title img {
        display: none;
    }

    .head_menu .menu_depth_0 .menus_nav {
        display: none;
    }

    .head_menu .menu_depth_0.tab-menu .menus_nav {
        display: block;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item {
        display: none;
    }

    .head_menu .sub_menu_box .menu_depth_1.tab-item.show_tab_downbox {
        display: block;
    }

    .head_menu .tab-item .sub_menu_list .have_children {
        caret-color: transparent;
    }

    .head_menu .menu_depth_0.tab-menu .menus_nav {
        display: none;
    }

    .head_menu .menu_depth_0.tab-menu.open_menu .menus_nav {
        display: block;
    }

    .head_menu .box_container .menus_nav {
        display: none;
    }

    .head_menu .menu_depth_0.tab-menu .menus_nav.menus_nav_pc {
        display: none;
    }

    .head_menu .tab-item .have_children .depth_3_list {
        padding-left: 0px;
    }

    .head_menu .tab-item .have_children .show_text_sub3~.depth_3_list {
        padding-left: 16px;
    }

    .head_menu .sub_menu_box .menu_depth_1.open_sub .item_title::before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg) translate(50%, 50%);
        transform: translate(-50%, -50%) rotate(90deg) translate(50%, -50%);
        transform-origin: center;
    }

    .head_menu .tab-item .have_children .show_text_sub3~.depth_3_list .menu_depth_3 {
        padding: 0;
        padding-right: 22px;
        min-height: 40px;
        height: auto;

        padding-right: 0;
    }

    .head_menu .tab-item .have_children .show_text_sub3~.depth_3_list .menu_depth_3 a {
        font-size: 13px;
        padding: 10px 0;

    }

    .head_menu .tab-item .have_children .show_text_sub3~.depth_3_list {
        padding-left: 12px;
    }

    .head_menu .sub_menu_box .box_container {
        padding: 0 16px 50px 20px;
    }

    .head_menu .sub_menu_box .box_container {
        /* position: inherit; */
    }

    .head_menu .menu_btn_box.menu_btn_box_mb {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: #FFFFFF;
        border-top: 1px solid #efefef;
        display: flex;
        align-items: center;
        padding-left: 24px;
        z-index: 11;
    }

    .head_menu .menu_btn_box.menu_btn_box_mb .more_link {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 12px;
        color: #333333;
        letter-spacing: -0.15px;
        margin-right: 20px;
    }

    .head_menu .menu_btn_box.menu_btn_box_mb .more_link .menu_arrow {
        width: 16px;
        height: 16px;
    }

    .head_menu .menu_btn_box.menu_btn_box_mb .more_link .menu_arrow_h {
        display: none;
    }

    .head_menu .menu_depth_3 a {
        font-size: 14px;
    }

    .head_menu .menu_btn_box .more_link {
        margin: 0;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .head_menu .menu_btn_box.menu_btn_box_pc .more_link {
        font-weight: bold;
    }

    .head_menu .menu_btn_box.menu_btn_box_pc .more_link.header_other_btn {
        display: none;
    }

    .head_menu .tab-item .sub_menu_list .have_children {
        min-height: 48px;
        padding: 0;
    }

    .head_menu .tab-item .sub_menu_list .have_children .text_sub3 {
        padding: 14px 0;
    }

    .head_menu .tab-item .depth_3_list .menu_depth_3 {
        padding-top: 0px;
        min-height: 48px;
    }

    .head_menu .tab-item .depth_3_list .menu_depth_3 a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .head_menu .sub_menu_box .menu_depth_1 {
        min-height: 48px;
        padding: 0;
    }

    .head_menu .sub_menu_box .menu_depth_1 .item_title {
        padding: 14px 0;
        padding-right: 16px;
        cursor: pointer;
    }

    .head_menu .sub_menu_box .menu_depth_1.open_sub .sub_menu_list {
        padding-left: 12px;
    }

    .head_menu .sub_menu_list .menu_depth_2 {
        padding: 0;
        padding: 10px 0;
        min-height: 40px;
    }

    .head_menu .sub_menu_list .menu_depth_2>a {
        font-size: 13px;
    }

    .head_menu .open_menu .sub_menu_box {
        z-index: 66;
    }

}

@keyframes opensearch{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 参考e.huaiwei.com优化顶部搜索 */
/* 769 -> 1025px */
@media screen and (min-width: 1024.5px) {
    .head_right{
        width: 25%;
        min-width: 270px;
    }
    .head_search.open_box .state_seach_btn .open-search-btn {
        display: block;
    }

    .head_search.open_box .state_seach_btn .close-search-btn {
        display: none !important;
    }

    .head_menu .menu_list.open_form {
        display: none;
    }

    #header {
        font-size: 16px;
    }

    .head_right .head_search {
        position: static;
    }

    #header .search_box_mask {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh);
        background: rgba(0, 0, 0, 0.7);
        height: 0;
    }

    #header .head_search.open_box .search_box_mask {
        height: calc(150vh);
        animation: opensearch 0.8s;
    }

    #header .search_box_mask .search_box_mask_top {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #ebebeb;
        padding: 0px;
        caret-color: transparent;
        opacity: 0;
        height: 0px;
        transition: 0.2s;
    }

    #header .head_search.open_box .search_box_mask .search_box_mask_top {
        height: 180px;
        opacity: 1;
        transition: 0.3s;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box_form {
        position: relative;
        width: 72%;
        max-width: 1210px;
        margin-left: 58px;
        display: none;
    }
    .head_search.open_box .search_box_mask .search_box_mask_top .search_box_form{
        display: flex;
    }

    .head_search.open_box .search_box_mask .search_box_mask_top .search_box_form .head_record_box {
        top: calc(100% + 4px);
        width: calc(100%);
    }

    .head_search .search_box_mask_top .search_box .search_btn {
        margin: 0;
        margin-right: 1px;
        height: calc(100% - 2px);
        padding: 0 12px;
        background: #f70000;
        border-radius: 2px;
        width: 80px;
    }

    #header .head_search .search_box_mask_top .search_box .search_btn .iconfont {
        color: #FFF;
        font-size: 30px;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box {
        width: 100%;
        opacity: 1;
        border: 1px solid #999;
        height: 60px;
        border-radius: 2px;
        transition: 0s;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn {
        cursor: pointer;
        display: none;
        padding: 0 6px;
        margin-right: 10px;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn .iconfont {
        font-size: 22px;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn.is_value {
        display: block;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box.focus_search {
        border: 1px solid #666;
    }

    .head_search .search_box_mask .search_box_mask_top .search_box .input_text {
        font-size: 16px;
        margin-left: 30px;
        flex: 1;
        caret-color: auto;
        height: 56px;
        width: auto;
    }

    .head_search .search_box_mask .search_box_mask_top .close-search-btn {
        margin-left: 30px;
        position: relative;
        top: -60px;
        right: -20px;
        display: none;
    }
    .head_search.open_box .search_box_mask .search_box_mask_top .close-search-btn{
        display: block;
    }

    .head_search.search_box_mask .search_box_mask_top .close-search-btn .iconfont {
        color: #999;
        font-size: 28px;
    }
    .head_search .search_box_mask .search_box_mask_top .close-search-btn:hover .iconfont{
        color: #f70000;
    }

    .head_search.open_box .search_box_mask .head_record_box {
        max-height: calc(100vh - 260px);
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: thin;
    }
    .search_box_mask .head_record_box::-webkit-scrollbar {
        width: 8px; /* 修改宽度 */
        height: 6px;
        cursor: pointer;
    }
    
    /* 修改滚动条轨道背景色 */
    .search_box_mask .head_record_box::-webkit-scrollbar-track {
        background-color: transparent;
    }
    
    /* 修改滚动条滑块颜色 */
    .search_box_mask .head_record_box::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }
    
    /* 修改滚动条滑块悬停时的颜色 */
    .search_box_mask .head_record_box::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }

    .head_search.open_box .search_box_mask .head_record_box .box_item {
        margin-top: 8px;
    }

    .head_search.open_box .search_box_mask .head_record_box .name {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 36px;
        padding: 0 30px;
    }

    .head_search.open_box .search_box_mask .head_record_box .head_record .name {
        display: flex;
        align-items: center;
    }

    .head_search.open_box .search_box_mask .head_record_box .head_record .name img {
        padding: 8px 10px;
        width: 40px;
        height: 36px;
        cursor: pointer;
    }

    .head_search .search_box_mask .head_record_box .item_list li {
        color: #666;
        font-size: 16px;
        height: auto;
        line-height: 38px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 30px;
    }

}
@media screen and (min-width: 1024.5px) and (max-width: 1600px) {
    .head_menu .sub_menu_box .menu_depth_1 .item_title{
        font-size: 22px;
    }
}
@media screen and (min-width: 1024.5px) and (max-width: 1440px) {
    .head_menu .sub_menu_box .menu_depth_1 .item_title{
        font-size: 20px;
    }
    .head_menu .sub_menu_list .menu_depth_2{
        margin-bottom: 20px;
    }
    .head_menu .sub_menu_box .line{
        bottom: 86px;
    }
    .head_menu .menu_btn_box{
        min-height: 86px;
    }
    .head_menu .box_container .close_menu_btn{
        top: 16px
    }
}
@media screen and (min-width: 1024.5px) and (max-width: 1280px){
    .head_menu .sub_menu_box .menu_depth_1, .head_menu .tab-item .sub_menu_list .have_children{
        min-width: 25%;
    }
    .head_menu .sub_menu_box .menu_depth_1 .item_title{
        font-size: 18px;
    }
    .head_menu .sub_menu_box .down_menu_box{
        margin-bottom: 28px;
    }
    .head_menu .sub_menu_box .box_container{
        padding-left: 32px;
        padding-right: 32px;
    }
    .head_menu .box_container .close_menu_btn{
        right: 32px;
        top: 12px
    }
    .head_menu .sub_menu_box .line{
        bottom: 80px;
    }
    .head_menu .menu_btn_box{
        min-height: 80px;
    }
    .head_menu .tab-menu .box_container .menus_nav .item_title{
        font-size: 16px;
        line-height: 48px;
    }
    .head_menu .tab-menu .box_container .menus_nav.menus_nav_pc{
        width: 260px;
    }
    .head_menu .tab-menu .tab-item .sub_menu_list .have_children>span{
        font-size: 15px;
    }
}
@media screen and (min-width: 1024.5px) and (max-width: 1200px){
    .head_menu .column-2-5 .sub_menu_list{
        height: 260px;
    }
}
@media screen and (min-width: 1024.5px) and (max-width: 1100px){
    .head_menu .column-2-5 .sub_menu_list{
        height: 270px;
    }
    .head_menu .sub_menu_box .menu_depth_1 .item_title{
        font-size: 16px;
    }
    .head_right {
        min-width: 250px;
    }
    .head_menu .sub_menu_list .menu_depth_2{
        padding-right: 20px;
    }
    .head_menu .tab-item .sub_menu_list .have_children{
        padding-left: 24px;
    }

}
@media screen and (min-width: 769px) and (max-width: 1280px){
    .en #header{
        font-size: 14px;
    }
    .jp #header{
        font-size: 14px;
    }
    #header .head_menu{
        margin-left: 40px;
        flex: 1;
    }
    #header .head_logo a img {
        height: auto;
        width: 120px;
    }
    #header .head_menu .menu_depth_0>a {
        padding: 0 18px;
    }
    .head_menu .sub_menu_list .menu_depth_2{
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px){
    .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row{
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .en #header .head_menu .menu_depth_0>a{
        padding: 0 10px;
    }
    .jp #header .head_menu .menu_depth_0>a{
        padding: 0 10px;
    }
    #header .head_menu{
        margin-left: 28px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1100px){
    #header{
        font-size: 14px;
    }
    .cn #header .head_menu .menu_depth_0>a{
        padding: 0 16px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    #header .head_menu{
        margin-left: 0px;
    }
    
    #header .moble_show {
        display: block !important;
    }

    #header .head_right .right_item {
        display: flex !important;
    }

    #header .head_right .head_language {
        display: none !important;
    }

    .et-db #et-boc .et-l #header .et_pb_row_0_tb_header.et_pb_row {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .head_menu .text_hover:hover {
        cursor: pointer;
    }
    .head_menu .menu_btn_box .more_link:hover{
        border: none;
        background: none;
        color: #f70000;
    }
}
