.footer {
    background: rgb(39, 42, 51);
    padding: 2rem 14%;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-1,
.footer .footer-2,
.footer .footer-3 {
    padding: 0 1rem;
}

.footer .footer-1 .title,
.footer .footer-2 .title {
    color: #fff;
    font-size: 1.8rem;
    border-bottom: 1px solid #666;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

.footer .footer-1 .footer-content {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-1 .footer-content .item {
    color: #fff;
    width: 50%;
    padding: 0.4rem 0;
}

.footer .footer-2 .footer-content .item {
    color: #fff;
    padding: 0.4rem 0;
}

.footer .footer-3 {
    display: flex;
}

.footer .footer-3 .footer-content {
    display: flex;
}

.footer .footer-3 .weixin img {
    width: 8rem;
}

.footer .footer-3 .weixin {
    text-align: center;
}

.footer .footer-3 .weixin div {
    color: #fff;
    margin-top: 2rem;
}
.footer .footer-3 .phone {
    margin-left: 1.4rem;
}
.footer .footer-3 .phone button {
    background: rgb(175, 30, 133);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.footer .footer-3 .phone button i {
    color: #fff;
}
.footer .footer-3 .phone button:hover {
    background: rgb(152, 15, 113);
}
.footer .footer-3 .phone .rexian {
    margin: 2rem 0 0.2rem 0;
    color: #fff;
}
.footer .footer-3 .phone .info {
    color: #fff;
    font-size: 2rem;
}
@media (min-width: 768px) {

    .footer .footer-1,
    .footer .footer-2,
    .footer .footer-3 {
        width: 33%;
    }
}

@media (max-width: 768px) {

    .footer .footer-1,
    .footer .footer-2,
    .footer .footer-3 {
        width: 100%;
        margin: 1.4rem;
    }

    .footer .footer-1 .footer-content .item {
        width: 30%;
        text-align: center;
    }
}