.consult-footer-wrap{
    min-width: 1500px;
    width: 100%;
    padding: 48px 0;
    background-image: url('https://res.mutouyun.com/web/images/v2/fb_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.consult-footer-wrap .consult-footer{
    margin: 0 auto;
    text-align: center;
}

.consult-footer-wrap .consult-footer img{
    width: 511px;
    height: 29px;
    margin-bottom: 28px;
}

.consult-footer-btn-wrap{
    display: flex;
    justify-content: center;
}

.consult-footer-wrap .consult-footer .consult-footer-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 40px;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    transition: none;
}

.consult-footer-wrap .consult-footer .consult-footer-btn:hover{
    background: #FFFFFF;
    color: #006666;
}

