.f_tag{
    text-align: right;
    display: block;
    margin-bottom: 20px;
}
.f_tag p{
    display: inline-block;
    text-decoration: underline;
}
gbw-footer>div:first-child{
    margin-bottom:10px;
}
gbw-footer>div:last-child .navigation-footer li a{
    font-size: 15px;
}
gbw-footer>div:first-child .social-footer ul li{
    margin-right: 0;
}

gbw-footer>div:first-child .social-footer ul li a{
    position: relative;
}
gbw-footer>div:first-child .social-footer ul li a .code{
    position: absolute;
    width: 100px;
    height: 100px;
    left: -100px;
    top:-50px;
    background: #fff;
    z-index: 10;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
gbw-footer>div:first-child .social-footer ul li a .code img{
    width: 100px;
    height: 100px;
    display: block;
    object-fit: contain;
}
gbw-footer>div:first-child .social-footer ul li a:hover .code{
    display: block;
}
gbw-nav-main .nav-footer a:last-child{
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    margin-right: 1vw;
    cursor: pointer;
}
#back2top{
    display: none !important;
}
@media (max-width: 1023px){
    .f_tag{
        text-align: center;
    }
    gbw-footer>div:first-child .hashtag{
        margin-bottom: 0;
    }
    gbw-footer>div:last-child .navigation-footer{
        margin-bottom: 10px;
    }
}