
* {
    margin: 0;
    padding: 0;
}

.footer {
    padding-bottom: 20px;
    position: relative;
    border-top: 2px solid aqua;
    background: url('https://act.zhanhuo.com/co/footers/images/footer.png') repeat;
    width: 100%;
}

.footer .public_footer {
    padding: 10px;
    width: 100%;
    margin: auto;
}

.footer .public_company {
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
 .footer .public_kz ,.footer .public_arena,.footer .public_tar{
    width: 30%;
 }
.footer .public_kz img,.footer .public_arena img, .footer .public_tar img{
    margin-right: 2px;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}
 .footer .public_kz_one img,.footer .public_arena_one img, .footer .public_tar_one img{
    height: 38px;
    margin-bottom: 10px;
    
}
.footer .public_kz_one img{
    width: 88.42px;
}
.footer .public_arena_one img{
    width: 79.66px;
}
.footer .public_tar_one img{
    width: 152.59px;
}
.footer .public_arena img{
    width: 100%;
}
.footer .public_tar img{
    margin-right: 0;
}

.footer a img{
    width: 100%;
}
.footer .gongan{
    height: 20px;
    width: 20px;
}
.footer a {
    display: inline-block;
    background-repeat: no-repeat;

}



.footer p {
    color: #aaa;
    font-size: 12px;
    line-height: 18px;
    line-height: 18px;
}

.footer a {
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .public_clear {
    clear: both;
    height: 0px;
    line-height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    font-size: 0px;
}
/* 移动端 适配 */


