.footer{
    width: 100%;
    height: 2.8917rem;
    background: #21252A;
}
.footer p{
    margin: 0;
    padding: 0; 
}
.footer .company_information{
    width: 100%;
    height: 2.6417rem;
    display: flex;
}
.footer .company_information .left{
    width: 5.975rem;
    height: 2.6417rem;
    border-right: .0083rem solid #2C323A;
    box-sizing: border-box;
    padding-left: 1.5417rem;
    padding-top: .1917rem;

}
.footer .company_information .left .logo{
    width: 2.2833rem;
    height: auto;
}
.footer .company_information .left .cont{
    padding-left: .3583rem;
}
.footer .company_information .left .cont .title{
    padding-top: .225rem;
    padding-bottom: .0583rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: .1583rem;
    color: #FFFFFF;
}
.footer .company_information .left .cont .text{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: .1333rem;
    color: #BFBFBF;
}

.footer .company_information .right{
    flex: 1;
    padding-left: 1.8083rem;
    padding-top: .275rem;
    display: flex;
}
.footer .company_information .right .list{
    margin-right: 1.1083rem;
}
.footer .company_information .right .list .title{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: .125rem;
    color: #FFFFFF;
    margin-bottom: .2333rem;
}
.footer .company_information .right .list .title2{
    margin-bottom: .45rem;
}
.footer .company_information .right .list .item{
    height: .225rem;
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: .15rem;
    color: #BFBFBF;
    /* line-height: .2167rem; */
}
.footer .company_information .right .list .item a{
    color: #BFBFBF;
    font-size: .15rem;
}
.footer .company_information .right .list .itemhover:hover a{
    color:#fff;
}
.footer .company_information .right .list2{
    margin-right: 1.1583rem;
}
.footer .company_information .right .qrcode{
    padding-top: .4167rem;
}
.footer .company_information .right .qrcode .title{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: .125rem;
    color: #FFFFFF;
    margin-bottom: .225rem;
}
.footer .company_information .right .qrcode .imgs{
    width: .85rem;
}



.footer .filing{
    height: .25rem;
    width: 100%;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: .1rem;
    color: #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: .0083rem solid #2C323A;
}