.consult {
    height: 180px;
    width: 100%;
    position: relative;
}

.consult_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.record_flex {
    display: none !important;
}

.consult_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consult_text {
    font-size: 24px;
    color: #fff;
}


.consult_btn {
    background-color: #fff;
    min-width: 140px;
    height: 50px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    color: #075cff;
}


.footer_info {
    min-height: 200px;
    padding-top: 70px;
    background-color: #f4f7fd;
}

.footer_img {
    height: 55px;
}

.left_img1 {
    height: 55px;
}

.footer_info_flex {
    display: flex;
    justify-content: space-between;
}

.footer_info_left {
    margin-right: 140px;
    margin-top: 15px;
}

.left_img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.info_left {
    display: flex;
    align-items: center;
    height: 25px;
    color: #333;
    font-weight: bold;
}

.footer_info_center {
    flex: 1;
}

/* 容器样式 */
.footer-nav {
    background-color: #f4f7fd;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 适配小屏幕，自动换行 */

}

/* 列样式 */
.nav-column {
    /* 最小宽度，防止过窄 */
}


/* 标题样式 */
.nav-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 列表样式 */
.nav-list {
    list-style: none;
}

.nav-list li {
    margin-bottom: 10px;
}

.nav-list li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-list li a:hover {
    color: #007bff;
}

.qr_code {
    width: 90PX;
    height: 90PX;
    background-color: #fff;
}


.footer_info_record {
    margin-top: 30px;
}

.record_flex {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    padding: 20px 0;
}

/* .-translate-y-2{
    background-color: #fff;
    transform: translateY(-0.5rem);
}
.opacity-0{
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
} */


.right_box {
    width: auto !important;
    min-width: 0 !important;
    margin: 0;
}

.mey_footer {
    font-size: 14px;
    margin-right: 25px;
}

.mey_footer>img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.position_box {
    position: relative;
    cursor: pointer;
}

.pos_item {
    position: absolute;
    top: -165px;
    left: -22px;
    width: 114px;
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px -2px 17px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    transition: .3s;
    opacity: 0;
}

.position_box:hover .pos_item {
    opacity: 1;
    transition: .3s;
}


.pos_item {
    padding: 10px;
}

.pos_item>img {
    margin-bottom: 10px !important;
}

.text_foot {
    text-align: center;
    font-size: 12px;
}

.ol {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    transform: rotate(-48deg);
    left: 50%;
    bottom: -5px;
    transform: translate(-50%)rotate(-48deg);
    ;
}