.footer {
    width: 100vw;
    margin: 0;
    padding: 0;
    background: #2c3136;
    overflow: hidden;
}

.footer .footer_top {
    width: 100%;

    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

}

.footer .footer_top .footer_tip {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 12px 0;
}

.footer .footer_top .footer_tip p {
    text-indent: 2ch;

}

.footer .footer_top .footer_tip .label {
    color: #ff330f;
    white-space: nowrap;
}

.footer .footer_bottom {
    width: 100%;

    color: #8a8a8a;
    font-family: PingFangSC;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    background: #0b1721;
}

.footer .footer_img_box {
    width: 100%;
    background-color: #1f2023;
}

.footer .footer_img_box .footer_img {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.footer .footer_img_box .footer_img .footer_img_top {
    position: relative;
    width: calc(100% - 0px);
    box-sizing: border-box;
    padding: 15px;
    margin: auto;
    border-bottom: 2px solid #ffffff;
}

.footer .footer_img_box .footer_img .footer_img_top .foo_line {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 77px;
    height: 2px;
    background-color: #79787d;
}

.footer .footer_img_box .footer_img .footer_img_top .title {
    word-break: break-all;
    color: #ffffff;
    text-align: center;

    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.footer .footer_img_box .footer_img .footer_img_cont {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .footer_img_box .footer_img .footer_img_cont img {
    cursor: default;

    max-height: 50px;
}

.footer .footer_bottom .footer_bottom_cont {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 30px 0;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer_bottom .footer_bottom_cont .itemOne {
    /* padding-top: 34px; */
    position: relative;
    width: 335px;
}

.footer .footer_bottom .footer_bottom_cont .itemOne .logo img {
    object-fit: cover;
    /* width: 72px; */
    width: auto;
    height: 24px;
    margin-bottom: 12px;
}

.footer .footer_bottom .footer_bottom_cont .itemOne .words {
    color: #8a8a8a;
    font-family: PingFangSC;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.footer .footer_bottom .footer_bottom_cont .itemOne .copyright {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 17px;
    margin-top: 16px;
}

.footer .footer_bottom .footer_bottom_cont .itemTwo {
    width: 15%;
    min-width: 120px;
}

.footer .footer_bottom .footer_bottom_cont .itemTwo .title {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
}

.footer .footer_bottom .footer_bottom_cont .itemTwo .toLink {
    cursor: pointer;
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}

.footer .footer_bottom .footer_bottom_cont .itemTwo .toLink:hover {
    color: #ff330f;
}


/* 背景层样式 */
.showNavBoxBg {
    z-index: 20241203;
    /* 设置低的层级 */
    position: fixed;
    top: 0;
    bottom: 58px;
    right: 0;
    left: 0;
    backdrop-filter: blur(14px);
    background-color: rgba(0, 0, 0, 0.1);
    /* 半透明背景 */
    display: flex;
    align-items: center;
    justify-content: center;

    display: none;
}

/* 导航栏样式 */
.h5Navbar {
    z-index: 20241204;
    /* 设置高的层级，覆盖背景 */
    position: sticky;
    /* 粘性定位 */
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 5px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border-top: 1px solid #edf1f6;
    /* 示例边框 */
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    /* 顶部阴影 */
    background-color: #f4f6fa;
    /* 背景色 */

    display: none;
}


.h5Navbar .navItem {
    z-index: inherit;
    position: static;
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;
    padding: 8px 0 5px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;


    margin-right: 10px;
}

.h5Navbar .navItem img {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    object-fit: contain;
    flex-shrink: 0;
}

.h5Navbar .navItem .text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
}


.h5Navbar .navItem:last-of-type {
    margin-right: 0;
}

.h5Navbar .navItem .absolute {
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: 8px;
    transform: translate(0, -100%);

    min-width: 45%;
    max-width: calc(100vw - 20px);
    max-height: 60vh;
    overflow-y: auto;

    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    background-color: #f4f6fa;
}

/* 对除第一个和第二个外的所有 .absolute 元素应用样式  :not(:nth-child(3))  */
.h5Navbar .navItem:not(:first-child):not(:nth-child(2)) .absolute {
    /* 你想应用的样式 */
    left: auto;
    right: 8px;
}

.h5Navbar .navItem .absolute .absolute_item {
    box-sizing: border-box;
    width: max-content;
    min-width: 100%;
    max-width: 100%;
    line-height: 20px;
    padding: 8px 16px;

    font-size: 16px;
}

.h5Navbar .navItem .absolute .absolute_cell {
    transition: all 0.5s;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}

.h5Navbar .navItem .absolute .absolute_cell:not(:first-of-type) {
    padding-top: 4px;
}

.h5Navbar .navItem .absolute .absolute_cell:last-of-type {
    border-color: transparent;
    padding-bottom: 0;
}

.h5Navbar .navItem .absolute .absolute_cell .ab_cell_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    line-height: 20px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 18px;
}

.h5Navbar .navItem .absolute .absolute_cell .ab_cell_row img {
    /* transform: rotate(180deg); */
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
    box-sizing: border-box;
    flex-shrink: 0;
    object-fit: contain;
}

.h5Navbar .navItem .absolute .absolute_cell .ab_cell_row img.img_right {
    transform: rotate(-90deg);
}

.h5Navbar .navItem .absolute .absolute_cell .ab_cell_row img.default {
    /* transform: rotate(180deg); */
    transform: rotate(-90deg);
}

.h5Navbar .navItem .absolute .absolute_cell .ab_cell_row img.img_open {
    transform: rotate(0deg);
}

.h5Navbar .navItem .absolute .absolute_cell .absolute_cont {
    margin-top: 10px;
}

.page_contact_way {
    padding-top: 14px;
}

.page_contact_way .page_contact_way_title {
    word-break: break-word;
}

.page_contact_way .page_contact_way_cont {
    margin-top: 14px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 15px;
}


.page_contact_way .page_contact_way_cont .contact_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: calc(50% - 7.5px);
    min-height: 42px;

    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ced4da;

    /* 首字母 */
    text-transform: none;
}

.page_contact_way .page_contact_way_cont .contact_item .contact_item_left {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 24px;

    word-break: break-all;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.page_contact_way .page_contact_way_cont .contact_item .contact_item_left>.text {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    word-break: break-all;
}

.page_contact_way .page_contact_way_cont .contact_item img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

@media screen and (max-width: 1081px) {
    .showNavBoxBg {
        display: flex;
    }

    .h5Navbar {
        display: flex;
    }
}

@media screen and (max-width: 1079px) {
    .footer .footer_top .footer_tip {
        padding: 12px;
    }

    .footer .footer_bottom .footer_bottom_cont {
        padding: 12px;
    }

    .footer .footer_bottom .footer_bottom_cont .itemOne {
        width: 100%;
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 767px) {
    .footer .footer_bottom .footer_bottom_cont .itemTwo {
        width: calc(50% - 12px);
        margin-bottom: 12px;
    }

    .footer .footer_img_box .footer_img .footer_img_top {
        width: calc(100% - 0px);
        padding: 15px 0;
    }

    .page_contact_way .page_contact_way_cont {
        flex-direction: column;
    }

    .page_contact_way .page_contact_way_cont .contact_item {
        width: 100%;
    }
}