.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: 30px;
    background-color: #f4f7fd;
}

.footer_img {
    width: 110px;
    height: 30px;
}

.footer_info_flex {
    display: flex;
    justify-content: space-between;
}

.footer_info_left {
    margin-right: 190px;
}

.left_img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.info_left {
    display: flex;
    align-items: center;
    height: 25px;
    color: #333;
    font-weight: bold;
}

/* 容器样式 */
.footer-nav {
    display: flex;
    justify-content: space-around;
    background-color: #f4f7fd;
    flex-wrap: wrap;
    /* 适配小屏幕，自动换行 */
}

/* 列样式 */
.nav-column {
    width: 190px;
    /* 最小宽度，防止过窄 */
    margin: 0 20px;
}

/* 标题样式 */
.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;
}