div {
    -webkit-tap-highlight-color: transparent;
}

.footer {
    background-color: #171717;
    padding-top: 88rem;
    box-sizing: border-box;
}

.footer .logo {
    width: 184rem;
    height: 86rem;
    margin: 0 auto;
    display: block;
}

.footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 68rem 100rem 0 100rem;
}

.footer .social img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .social .social-wechat {
    width: 44rem;
    height: 36rem;
}

.footer .social .social-weibo {
    width: 44rem;
    height: 34rem;
}

.footer .social .social-tik-tok {
    width: 30rem;
    height: 34rem;
}

.footer .footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 140rem;
    margin-left: 100rem;
}

.footer .footer-nav a {
    font-weight: 300;
    font-size: 26rem;
    color: #FFFFFF;
    margin-bottom: 40rem;
}

.footer .footer-nav span {
    font-weight: 300;
    font-size: 26rem;
    color: #FFFFFF;
}

.footer .footer-nav a:visited {
    color: #FFFFFF;
}

.footer .rights {
    margin-top: 50rem;
    padding-bottom: 72rem;
    margin-left: 100rem;
    /*width: calc(100vw - 146rem * var(--scale));*/
}

.footer .rights p {
    font-size: 26rem;
    line-height: 50rem;
    color: #999999;
    text-align: left;
}

@media only screen and (min-width: 500px) {
    .footer {
        /*padding-left: 100rem;*/
    }
}