/*footer*/

.footer{
    width: 100%;
    min-height: 5.74rem;
    background: #0A0E12;
}
.footer .main{
    display: flex;
    justify-content: space-between;
    padding: 1.1rem 0.74rem;
    box-sizing: border-box;
}
.foot_fl .foot_logo{
    width: 1.68rem;
    height: 1.68rem;
    margin-bottom: 0.5rem;
}
.foot_fl .foot_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_fl .foot_nav{
    display: flex;
    margin-bottom: 0.48rem;
}
.foot_fl .foot_nav .nav_item{
    width: auto;
    font-weight: normal;
    font-size: 0.18rem;
    color: #E2E2F0;
    margin-right: 0.42rem;
    cursor: pointer;
}
.foot_fl .foot_beian{
    font-weight: normal;
    font-size: 0.12rem;
    color: #C7C7C7;
    cursor: pointer;
}



.foot_fr{
    max-width: 5.02rem;
}
.foot_fr .foot_name{
    font-weight: normal;
    font-size: 0.18rem;
    color: #E2E2F0;
    margin-bottom: 0.36rem;
}
.foot_fr .foot_pic{
    display: flex;
    flex-wrap: wrap;
} 
.foot_fr .foot_pic .foot_img{
    width: 0.67rem;
    height: 0.67rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #F2A467;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    cursor: pointer;
}
.foot_fr .foot_pic .foot_img:nth-child(6n){
    margin-right: 0;
}
.foot_fr .foot_pic .foot_img img{
    max-width: 0.22rem;
    max-height: 0.22rem;
    object-fit: contain;
}



@media only screen and (max-width: 1024px) {
    .footer{
        position: relative;
    }
    .footer .main{
        flex-wrap: wrap;
        padding: 0.6rem 0.4rem 1rem;
        justify-content: center;
    }
    .foot_fl,
    .foot_fr{
        width: 100%;
        max-width: 100%;
    }
    .foot_fr{
        border-top: 0.01rem solid #6f4524;
        padding-top: 0.46rem;
    }
    .foot_fr .foot_name{
        text-align: center;
        font-size: 0.24rem;
    }
    .foot_fl .foot_logo{
        width: 1.68rem;
        height: 1.68rem;
        margin: 0 auto 0.5rem;
    }
    .foot_fr .foot_pic{
        gap: 0.22rem;
    }
    .foot_fr .foot_pic .foot_img{
        margin: 0 !important;
    }
    .foot_fl .foot_nav{
        width: 100%;
        justify-content: space-between;
    }
    .foot_fl .foot_nav .nav_item{
        margin-right: 0;
        font-size: 0.24rem;
    }


    .foot_fl .foot_beian{
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        text-align: center;
        bottom: 0.4rem;
        font-size: 0.16rem;
    }
}