footer{
    width: 100%;
    background: #c9cacb;
}
.footer-container{
    margin: 0 auto;
    overflow: hidden;
    padding: 0.65rem 0;
}

.footer-menus{
    overflow: hidden;
    float: left;
    width: 68%;
    display: flex;
    justify-content: space-around
}
.footer-menus .menus-type{
    /*margin-right: .8rem;*/
    color: #595757;
}
.footer-menus .menus-type:last-of-type{
    margin-right: 0;
}
.footer-menus .menus-type .menus-title{
    font-size: 0.18rem;margin-bottom: .2rem;color: #333333;
}
.footer-menus .menus-type .menus-content{
    font-size: .16rem;line-height: 2;
}


.footer-codes{
    width: 16%;
    text-align: center;
    float: right;
    letter-spacing: 1px;
}
.footer-codes>div{
    width: 75%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.footer-codes img{
    width: 60%;
}
.footer-copyright{
    text-align: center;
    font-size: .16rem;
    color: #2f2f2f;
    line-height: .6rem;
    background: #b2b4b7;
}
@media screen and (max-width: 1365px) {
    .footer-menus{
        width: 68%;
        display: flex;
    }
    .footer-codes{
        width: 16%;
    }
    .footer-menus .menus-type .menus-title{
        font-size: 0.22rem;
    }
    .footer-codes img{
        width: 77%;
    }
}
@media screen and (max-width: 1023px) {
    .footer-container{
        display: none;
    }
    .footer-copyright{
        padding: .2rem 0;
        font-size: .24rem;
    }
    .beian-text{
        display: block;
    }

}