.footer {
    width: 100%;
    background: #333333;
    position: relative;
    z-index: 9;
}
.footer .center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.94rem 0 0.43rem;
}

/* 上半部分 */
.footer1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* 导航 */
.footer1 .navs {
    width: 3.1rem;
    display: flex;
    justify-content: space-between;
}
.footer1 .navs .columns {
    width: fit-content;
}
.footer1 .navs .columns a {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.34rem;
}
.footer1 .navs .columns a:first-child {
    margin-top: 0;
}
.footer1 .navs .columns a:hover {
    color: #0769B2;
}
/* 二维码 */
.footer1 .qrcodes {
    display: flex;
    width: fit-content;
}
.footer1 .qrcodes .item {
    margin-right: 0.68rem;
}
.footer1 .qrcodes .item:last-child {
    margin-right: 0;
}
.footer1 .qrcodes img {
    height: 1.35rem;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.footer1 .qrcodes .txt {
    margin-top: 0.12rem;
    text-align: center;
    font-size: 0.16rem;
    color: #FFFFFF;
}
/* 联系我们 */
.footer1 .contacts {
    width: 4.16rem;
}
.footer1 .contacts .title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer1 .contacts .infos {
    margin-top: 0.28rem;
}
.footer1 .contacts .infos p {
    font-size: 0.16rem;
    color: #E5E5E5;
    line-height: 0.32rem;
}
.footer1 .contacts .icons {
    margin-top: 0.34rem;
    display: flex;
}
.footer1 .contacts .icons .i1 {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.32rem;
}
.footer1 .contacts .icons .i1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 备案 */
.footer2 {
    margin-top: 0.37rem;
    text-align: center;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.footer2 a {
    font-size: 0.14rem;
    color: #FFFFFF;
}

.totop {
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    height: 0.44rem;
    object-fit: contain;
}


@media screen and (max-width:1024px){
    .footer .center{
        width: 100%;
    }.footer1 .qrcodes{
        display: none;
    }.footer1 .navs{
        width: 30%;
            justify-content: space-between;
            flex-direction: column;
    }.footer1{
        width: 94%;
        margin: 0 auto;
    }.footer1 .contacts{
        width: 60%;
    }.footer1 .navs .columns a{
        font-size: 12px;
    }.footer1 .contacts .title{
        font-size: 12px;
    }.footer1 .contacts .infos p{
        font-size: 12px;
    }.footer1 .contacts .icons .i1{
        width: 30px;
        height: 30px;
    }.footer2,
    .footer2 a{
        width: 100%;
        text-align: center;
        
        font-size: 12px !important;
    }.totop{
        display: none;
    }
}