footer {
    background-color: #303030;
    color: #fff;
}

.company-info {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 342px;
    width: 1199px;
}

.info-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo {
    margin-bottom: 51px;
    width: 320px;
    height: 44px;
}

.infos p {
    display: flex;
    align-items: center;
    height: 37px;
    width: fit-content;
    line-height: 37px;
    font-size: 16px;
}

.infos p img {
    margin-right: 10px;
}

.footer-info.first-info {
    /*min-width: 400px;*/
}

.footer-info-title {
    font-size: 18px;
    line-height: 46px;
}

.footer-info-list {
    display: flex;
    flex-direction: column;
    max-height: 160px;
    flex-wrap: wrap;
}

.footer-info-item {
    width: 120px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.qr-box {
    height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.qr-box img {
    width: 146px;
}

.footer-hr {
    height: 1px;
    opacity: 0.5;
    background-color: #c8c8c8;
    border: none;
}

.copyright-info {
    margin: 0 auto;
    height: 42px;
    width: 1199px;
    line-height: 42px;
    font-size: 12px;
}

.udesk-client-btn {
    display: none !important;
}

.contact-info {
    width: 60px;
    overflow: hidden;
    position: fixed;
    /* box-sizing: unset; */
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    z-index: 10;
}

.contact-info:hover {
    width: 200px;
}

.contact-info:hover .contact-info-item:last-child {
    height: 240px;
}

.contact-info-item {
    position: relative;
    height: 60px;
    margin-bottom: 4px;
    border-radius: 6px;
    transition: all .3s ease;
    overflow: hidden;
    cursor: pointer;
    background-color: #ff702a;
}

.contact-info-img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info-title {
    position: absolute;
    left: 65px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
}

.contact-info-img-qr {
    position: absolute;
    top: 60px;
    left: 18px;
    width: 165px;
}