.footer{
    background: #0e0e12;
}
.footer .footer_top .info_block{
    margin-right: 320px;
    width: unset;
}
.footer .footer_top .info_block .footer_logo{
    width: 200px;
    height: 54px;
}
.footer .footer_top .info_block .footer_logo img{
    width: 100%;
    height: 100%;
}
.footer .footer_top .info_block .footer_tips{
    margin-top: 40px;
    width: 280px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #efefef;
}
.footer .footer_top .footer_top_p{
    border: 0px;
}
.footer .footer_top .footer_top_p p.p_t{
    color: #ffffff;
}
.footer .footer_top .footer_top_p p a{
    color: #CFCFCF;
}
.footer .footer_top .footer_top_p{
    padding-left: 10px;
}
.footer_top_relation{
    margin-left: 50px;
    float: right;
}
.footer_top_relation .text{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}
.footer_contact_information div{
    margin-bottom:15px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #cfcfcf;
}
.footer_contact_information_code{
    display: flex;

}
.footer_contact_information_code>div{
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_contact_information_code>div img{
    margin-bottom: 9px;
    width: 100px;
    height: 100px;
}
.footer_contact_information_code>div span{
    font-size: 12px;
    text-align: left;
    color: #CFCFCF;
}
