footer {
    width: 100%;
    padding-top: 70px;
    background: #1d2129;
}

.footer-left>div {
    display: flex;
    flex: 0 0 20%;
    flex-direction: column;
}

.footer-left>div h6 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 20px;
}

.footer-left>div a {
    font-size: 14px;
    color: #868D9C;
    margin-bottom: 10px;
}

.footer-left {
    flex: 0 0 72.1%;
}

.footer-right {
    flex: 1;
}

.logo-footer {
    width: 191px;
    height: 60px;
    cursor: pointer;
}

.footer-right {
    text-align: right;
}

.footer-right__text {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 74px;
    line-height: 28px;
}

.footer-right__phone {
    margin: 4px 0;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
}

.footer-right__time {
    font-size: 14px;
    font-weight: 400;
    color: #868d9c;
    line-height: 22px;
    margin-bottom: 74px;
}

.footer-right__social-icons .icon {
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 14px;
}

footer>div {
    flex-wrap: wrap;
}

.footer-copyright {
    width: 100%;
    font-size: 14px;
    padding: 32px 0;
    margin-top: 70px;
    color: #868d9c;
    border-top: 2px solid #22262e;
    justify-content: space-between;
}

.footer-copyright a {
    color: #868d9c;
}

.footer-right__social-icons {
    display: flex;
    justify-content: flex-end;
}

.social-icon {
    position: relative;
    margin-right: 10px;
}

.tooltip {
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.social-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip-img {
    width: 100px;
    height: 100px;
}

.weixin,
.douyin,
.weibo,
.shipinhao {
    display: none;
}

.footer-right ul {
    display: none;
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 40px;
    }
    .footer-right ul {
        display: block;
    }
    .footer-left {
        display: none;
    }
    .footer-right {
        text-align: left;
    }
    .footer-right__phone {
        font-size: 24px;
        line-height: 36px;
    }
    .footer-right__text,
    .footer-right__time {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .footer-right__text {
        margin-top: 32px;
        margin-bottom: 0;
    }
    .footer-right__social-icons .icon {
        margin-left: 0;
        margin-right: 20px;
    }
    .footer-right__social-icons {
        justify-content: flex-start;
    }
    .footer-copyright {
        padding: 24px 0;
        margin-top: 36px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright p:first-child {
        margin-bottom: 4px;
    }
    .footer-right li {
        width: 100%;
        height: 54px;
        font-size: 14px;
        color: #ffffff;
        line-height: 54px;
        border-bottom: 0.5px solid #4e5769;
    }
}