/* footer样式 */

.footer {
    width: 100%;
    max-width: 1920px;
    background-color: #181818;
}

.footer .footer-content {
    margin-top: 0;
}

.footer li a:hover {
    color: #fff;
}

.footer .footer-desc a:hover {
    color: #fff;
}

.footer .footer-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 126px;
}

.footer .footer-items {
    display: flex;
    justify-content: flex-start;
}

.footer-items .footer-item {
    flex-basis: 300px;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2d2d2d;
}

.footer-items .footer-item .footer-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-items .footer-item ul {
    list-style: none;
    padding-inline-start: 0;
}

.footer-item li a {
    color: #6c6c6c;
    padding: 5px 0;
    font-size: 14px;
}

.footer .footer-desc {
    padding-top: 30px;
    display: flex;
    color: #6c6c6c;
    font-size: 14px;
    justify-content: space-between;
}

.footer-desc .footer-copyright {
    height: 120px;
    line-height: 25px;
    transform: translateY(30px);
    flex-basis: 800px;
}

.footer-desc .footer-copyright a {
    font-size: 14px;
    color: #6c6c6c;
}

.footer-wechat {
    display: flex;
    justify-content: space-between;
    flex: 400px;
}

.footer-wechat .footer-wechat-desc {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex: 1; */
}

.footer-wechat img {
    /* flex: 1; */
    flex-basis: 120px;
    height: 120px;
}