.footer {
    width: 100%;
    height: 370px;
}

.footerTop {
    width: 100%;
    height: 310px;
    background-color: #F5F5F5;
}

.ftBox {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ftLeft {
    margin-top: 50px;
}

.phoneBox {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 34px;
    color: #F89E00;
}



.phoneImg {

    margin-right: 10px;
    margin-bottom: 5px;
}

.phoneImg img {
    width: 33px;
    height: 28px;
}

.flTextBox {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.flTextBox ul {
    line-height: 38px;
    text-align: center;
    margin-right: 70px;
}

.flTextBox ul:last-child {
    margin-right: 0 !important;
}

.flTextBox ul li+li {
    font-size: 14px;
    color: #999999;
}

.flTextBox ul li+li  a{
    font-size: 14px;
    color: #999999;
}

.frBox {
    margin-top: 46px;
    width: auto;
    height: auto;
    text-align: center;
}

.qrCode {
    width: 176px;
    height: 176px;
    margin-bottom: 9px;
}

.footetBto  {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}