.c_header {
    position: relative;
    width: 100%;
    background-color: #3d3e42;
}
.c_h_fri {
    padding: 8px 0;
    color: #c4c4c4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.c_h_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.c_h_left_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 50px;
}
/* .c_h_left span {
    margin-right: 40px;
} */
.c_h_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.c_h_right .c_h_right_item {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.c_header_user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.c_header_user_info_image {
    height: 30px;
    width: 30px;
    display: block;
    object-fit: cover;
}
.c_header_user_info_text {
    margin: 0 20px;
    color: #c4c4c4;
}
.c_h_img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    overflow: hidden;
}
.c_h_select_box {
    position: relative;
}
.c_h_select_box_text {
    min-width: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
}
.c_h_select {
    background-color: #3d3e42 !important;
    color: #c4c4c4;
    border: none;
    text-align: center;
    width: 50px;
    text-align: left;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
/* 获取焦点样式 */
.c_h_select:focus {
    outline: none;
}
.language_option {
    background-color: #3d3e42 !important;
    color: #fff;
}
.c_h_button {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 1px solid #c4c4c4;
    padding: 5px 10px;
    border-radius: 20px;
    color: #c4c4c4;
}
.c_h_sec {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.c_h_sec_box {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.c_h_sec_logo {
    /* background-color: #3d3e42; */
    height: 32px;
    width: 230px;
}
.c_h_sec_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 300px);
    height: 100%;
}
.c_h_sec_menu_search {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.c_h_sec_menu_item {
    width: 100%;
}
.c_h_sec_menu_item_b {
    display: inline-block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.c_h_sec_menu_item_b .menu_text {
    color: #fff;
    width: 6rem;
    text-align: center;
    overflow: hidden;
    /* 超出部分隐藏 */
    white-space: nowrap;
    /* 不换行 */
    text-overflow: ellipsis;
    /* 超出部分省略号 */
}

.c_h_sec_menu_item_b .menu_text:hover {
    /* color: #108cda; */
    /* transform: scale(1.2); */
    /* font-weight: bold; */
}

.c_h_sec_menu_item_actives {
    /* transform: scale(1.2); */
    font-weight: bold;
    color: #108cda !important;
}
.c_h_sec_menu_item_b:hover .menu_text {
    color: #108cda;
}

.c_h_sec_menu_item_b .fold_menu {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 100%;
    height: 0;
    /* border-radius: 0 0 10px 10px; */
    /* background-color: #fff; */
    color: #000;
}
.c_h_sec_menu_item_b .fold_menu {
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    width: auto;
}
.c_h_sec_menu_item_b .fold_menu .fold_menu_1 {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.c_h_sec_menu_item_b .fold_menu .fold_menu_1 .fold_menu_1_item {
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 20px;
    margin-bottom: 10px;
}
.c_h_sec_menu_item_b .fold_menu .fold_menu_1 .fold_menu_1_item:nth-child(1) {
    margin-top: 10px;
}
.c_h_sec_menu_item_b .fold_menu .fold_menu_1 .fold_menu_1_item:hover {
    border-bottom: 1px #108cda solid;
    color: #108cda;
}

.c_header_search_box {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* .c_header_search_box:hover .c_header_search_pop {
    height: auto;
    overflow: visible;
} */
.c_header_search_pop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1200px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    /* 阴影 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 0px;
    overflow: hidden;
}
.c_h_pop_input_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 2px #108cda solid;
    height: 50px;
    width: 700px;
    margin-top: 60px;
}
.c_h_pop_select {
    height: 100%;
    border-right: 2px #108cda solid;
    width: 150px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.c_h_pop_select span {
    color: #108cda;
}
/* .c_h_pop_select:hover .c_h_pop_select_list {
    height: auto;
    border: 1px #eee solid;
} */
.c_h_pop_select_list {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    /* 阴影 */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    height: 0;
    overflow: hidden;
    cursor: pointer;
}
.c_h_pop_select_item {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}
.c_h_pop_select_item:hover {
    color: #108cda;
}
.c_h_pop_select_item:nth-child(1) {
}
.c_h_pop_select_item:last-child {
}
.c_h_pop_input {
    border: none;
    height: 100%;
    width: 100%;
    font-size: 22px;
    text-indent: 10px;
}
.c_h_pop_input:active,
.c_h_pop_input:focus {
    outline: none;
}
.c_h_pop_btn {
    height: 100%;
    width: 80px;
    color: #fff;
    background-color: #108cda;
    padding: 0 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
}

.c_h_pop_tags {
    margin-bottom: 60px;
    margin-top: 20px;
    width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.c_h_pop_tags_item {
    cursor: pointer;
}
.c_h_pop_tags_item a:hover {
    color: #108cda;
}
/* 产品菜单 */

.c_h_sec_menu_item_a {
    display: inline-block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.c_h_sec_menu_item_a .fold_menu {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    height: 0;
    /* border-radius: 0 0 10px 10px; */
    /* background-color: #fff; */
    color: #000;
}

.c_h_sec_menu_item_a .menu_text {
    color: #fff;
    width: 6rem;
    text-align: center;
    overflow: hidden;
    /* 超出部分隐藏 */
    white-space: nowrap;
    /* 不换行 */
    text-overflow: ellipsis;
    /* 超出部分省略号 */
}

.c_h_sec_menu_item_a:hover .menu_text {
    color: #108cda;
}

.c_h_sec_menu_item_a:hover .fold_menu {
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
}

.c_h_sec_menu_item_a .fold_menu .fold_menu_2 {
    width: auto;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.fold_menu_2 .fold_menu_2_image {
    width: 300px;
    height: 300px;
    position: relative;
}
.fold_menu_2 .fold_menu_2_image_dom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.fold_menu_2 .fold_menu_2_image_dom_0 {
    opacity: 1;
}
.fold_menu_2 .fold_menu_2_list {
    margin-left: 50px;
}
.fold_menu_2 .fold_menu_2_item {
    white-space: nowrap;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.fold_menu_2 .fold_menu_2_item_0 {
    color: #108cda;
}
.fold_menu_2 .fold_menu_2_item:hover {
    color: #108cda;
}
.fold_menu_2 .fold_menu_2_item::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #108cda;
}
