
#footer-copyright{
    text-align: center;
}
.ft-items a{
    text-decoration: none;
    line-height: 30px;
}
.ft-items a:hover,.ft-items a:link,.ft-items a:focus,.ft-items a:visited{
    text-decoration: none;
}
.ft-items-title{
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 14px;
}
.p{
    position: relative;
}
.p a{
    display: block;
}
.p a:hover{
    text-decoration: none;
    color:#0DB3A6;
}
.p a .m1{
    display: inline-block;
}
.p a .m2{
    display: none;
}
.p a:hover .m1{
    display: none;
}
.p a:hover .m2{
    display: inline-block;
}
.wechatcus{
    background-image: url(https://www.klgeek.com/resource/1653837803049.jpg);
    height: 208px;
    width: 160px;
    background-size: 100% 100%;
    display: none;
    z-index: 9999;
    position: absolute;
    bottom: 60px; 
    left: -140px;
}
.wechatcom{
    background-image: url(https://www.klgeek.com/resource/1653837803049.jpg);
    height: 208px;
    width: 160px;
    background-size: 100% 100%;
    display: none;
    z-index: 9999;
    position: absolute;
    bottom: 60px;
    left: 40px;
}
#footer{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    /*border-top: 1px solid #dcdada;*/
}
#footer-logo{
    user-select:none;
    -webkit-user-drag: none;
}
.footer-left-ul li{
    list-style: none;
    color: #4a4a4a;
    line-height: 26px;
}
.ft-bind-tips{
    color: #a09d9d!important;
    margin-bottom: 18px;
}
.sharelinks{
    display: inline-block;
    margin: 4px 6px;
    border-radius:50%;
    border:1px solid #ddd;
    padding:10px;
    font-size:20px!important
}
#ft_wechat {
    height: 50px;
    width: 50px;
    background-image: url(/public/img/yaqg.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.follow_us_qr {
    background-image: url(https://www.klgeek.com/resource/1653837803049.jpg);
    height: 208px;
    width: 160px;
    background-size: 100% 100%;
    display: none;
}


.follow_us_qr_we {
    background-image: url(https://www.klgeek.com/resource/1653837803049.jpg);
    height: 208px;
    width: 160px;
    background-size: 100% 100%;
    display: none;
}
.wechatcus{
    display: inline-block;
    width: 105px;
    height: 105px;
    left: 80px;
    bottom: -45px;
}
.footer-bg{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #333;
    height: 90px;
    background-image: url(/public/newimg/footer-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bg div span:first-child{
    margin-right: 28px;
}
@media (max-width: 992px){
    #footer .row1{
        text-align: center;
    }
    .wechatcus{
        position: inherit;
        left: 0;
        bottom: 0;
    }
}