.foot {
    background-color: #385DFF;
}

.foot .footmain {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.foot .footmain .telbox {
    position: relative;
    padding-left: 58px;
}

.foot .footmain .telbox::before {
    content: '';
    width: 48px;
    height: 48px;
    background-image: url('https://static.ixuenong.com/static/img/saas/website/tel.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
}

.foot .footmain .telbox p:first-child {
    font-size: 30px;
    font-weight: bold;
}

.foot .footmain .address p {
    line-height: 30px;
    position: relative;
    padding-left: 24px;
}

.foot .footmain .address p::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background-size: 100% 100%;
}

.foot .footmain .address p:first-child::before {
    background-image: url('https://static.ixuenong.com/static/img/saas/website/emall.png');
}

.foot .footmain .address p:last-child::before {
    background-image: url('https://static.ixuenong.com/static/img/saas/website/addrss.png');
}
.foot .footmain .qrbox{
    display: flex;
    align-items: center;
}

.foot .footmain .qrbox img {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: 20px;
}
.copyright{
    height: 55px;
    min-width: 1200px;
    text-align: center;
    line-height: 55px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    background-color: #385DFF;
    border-top: 1px solid rgba(244, 244, 244, 0.2);
}