footer {
    width: 100%;
    padding: 0 5%;
    background-color: #f6f6f6;
    background-image: linear-gradient(253deg, #FBFBFB 0%, #F6F6F6 100%);
    border-top: 0.5px solid #ddd;
    box-sizing: border-box;
}
footer div {
    margin: initial;
}

footer  .footer__nl .logo-box{
	text-align: left;
}



footer .footer-box {
    max-width: 1420px;
    padding: 40px 0;
    margin: auto;
}
footer .footer-box .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
footer .footer-box .wrapper .footer__nl {
    display: grid;
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    position: relative;
}
footer .footer-box .wrapper .footer__nl .community {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .footer-box .wrapper .footer__nl .item-icon {
    width: 24px;
    height: 24px;
    margin-left: 24px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
footer .footer-box .wrapper .footer__nl .item-icon .icon {
    width: 100%;
    opacity: 0.6;
}
footer .footer-box .wrapper .footer__nl .item-icon .icon:hover {
    opacity: 1;
}
footer .footer-box .wrapper .footer__nl .item-icon .official-pc {
    display: block;
}
@media screen and (max-width: 720px) {
    footer .footer-box .wrapper .footer__nl .item-icon .official-pc {
        display: none;
    }
}
footer .footer-box .wrapper .footer__nl .item-icon .official-pc .wx-qrcode {
    display: none;
    position: absolute;
    width: 250px;
    top: -136px;
    left: -115px;
}
footer .footer-box .wrapper .footer__nl .item-icon .official-pc .dy-qrcode {
    display: none;
    position: absolute;
    width: 140px;
    top: -139px;
    left: -57px;
}
footer .footer-box .wrapper .footer__nl .item-icon:hover .official-pc .wx-qrcode, footer .footer-box .wrapper .footer__nl .item-icon:hover .official-pc .dy-qrcode {
    display: block;
}
footer .footer-box .wrapper .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    position: relative;
    row-gap: 2rem;
}
footer .footer-box .wrapper .footer__nav h6 {
    font-size: 14px;
    margin-bottom: 16px;
}
footer .footer-box .wrapper .footer__nav h6 > span {
    color: #f55000;
    font-weight: bold;
    font-size: 16px;
}
footer .footer-box .wrapper .footer__nav ul {
    padding: 0;
}
footer .footer-box .wrapper .footer__nav ul li {
    list-style: none;
    margin-bottom: 8px;
}
footer .footer-box .wrapper .footer__nav ul li a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.48);
}
footer .footer-box .wrapper .footer__nav ul li a:hover {
    color: rgba(0, 0, 0, 0.8);
}
footer .footer__hantu {
    padding: 8px 0;
}
footer .footer__hantu p {
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.48);
}