/* footer */
footer {
    width: 100%;
    background: rgba(0, 0,0,1);
    overflow: hidden;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

.footer-main {
    display: block;
    width: 16rem;
    margin: 0 auto;
}
.footer-main p,.footer-main a {
    font-size: 0.16rem;
    color: #fff;
}
.footer-logo {
    width: 2.81rem;
    height: 1.61rem;
    margin: 0 auto 0.2rem;
}
.footer-center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.footer-center>p{
    display: block;
    width: 100%;
    text-align: center;
}
.footer-tips{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.footer-tips li{
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
    flex: auto;
}
.footer-share{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0.6rem 0;
}
.footer-share li{
    width: 0.65rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
    font-size: 0;
}
.footer-share li::after{
    content: '';
    position: absolute;
    top: 0.13rem;
    left: 0.89rem;
    width: 0.01rem;
    height: 0.24rem;
    background: #6e6e6e;
}
.footer-share li:nth-child(1)::after{
    left: 0.82rem;
}
.footer-share li:nth-child(3)::after{
    left: 0.98rem;
}
.footer-share li:last-child{
    margin-right: 0;
}
.footer-share li:last-child::after{
    display: none;
}
.footer-share li.twitter{
    background: url(../img/pc/bottom_x.png) no-repeat center center;
    background-size: 100%;
}
.footer-share li.youtube{
    background: url(../img/pc/bottom_yt.png) no-repeat center center;
    background-size: 100%;
}
.footer-share li.discord{
    background: url(../img/pc/bottom_hm.png) no-repeat center center;
    background-size: 100%;
}
.footer-share li.tiktok{
    background: url(../img/pc/bottom_dy.png) no-repeat center center;
    background-size: 100%;
}
.footer-info{
    display: block;
    width: 10rem;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.footer-info p{
    margin-bottom: 0.1rem;
}

.mobile .footer-main{
    width: 100%;
    background: #000;
    background-size: 100%;
    position: unset;
    display: block;
}
.mobile .footer-main p,.mobile .footer-main a {
    font-size: 0.2rem;
    color: #fff;
}
.mobile .footer-logos{
    width: 1.45rem;
    height: 0.79rem;
    background: url(../img/mo/fotter_logo2.png) no-repeat center center;
    background-size: 100%;
    margin: 0.7rem auto 0.4rem;

}
.mobile .footer-center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.mobile .footer-center>p{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
}
.mobile .footer-tips{
    width: 95%;
    margin: 0.2rem auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem;
}
.mobile .footer-share{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0;
}
.mobile .footer-share li{
    width: 0.65rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}
.mobile .footer-share li::after{
    content: '';
    position: absolute;
    top: 0.13rem;
    left: 0.89rem;
    width: 0.01rem;
    height: 0.24rem;
    background: #6e6e6e;
}
.mobile .footer-share li:nth-child(1)::after{
    left: 0.82rem;
}
.mobile .footer-share li:nth-child(3)::after{
    left: 0.98rem;
}
.mobile .footer-share li:last-child{
    margin-right: 0;
}
.mobile .footer-share li:last-child::after{
    display: none;
}
.mobile .footer-share li.twitter{
    background: url(../img/pc/bottom_x.png) no-repeat center center;
    background-size: 100%;
}
.mobile .footer-share li.youtube{
    background: url(../img/pc/bottom_yt.png) no-repeat center center;
    background-size: 100%;
}
.mobile .footer-share li.discord{
    background: url(../img/pc/bottom_hm.png) no-repeat center center;
    background-size: 100%;
}
.mobile .footer-share li.tiktok{
    background: url(../img/pc/bottom_dy.png) no-repeat center center;
    background-size: 100%;
}
.mobile .footer-info{
    display: block;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.mobile .footer-info p{
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}