
* {
    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;
}

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

.footer .public_company {
    float: left;
    padding-top: 25px;
    /* width: 321px; */
    width: 469px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer a.public_kz {
    width: 121px;
     height: 52px;
    /* width: 121px;
    height: 52px; */
    background-image: url(../images/kongzhong-logo.png);
    background-size: 100% 100%;
    cursor: default;
}

.footer a.public_arena {
    cursor: default;
    width: 80px;
     height: 38px;
    /* width: 121px;
    height: 49px; */
    background-image: url('https://act.zhanhuo.com/co/footers/images/chuangshi.png');
    background-size: auto;
    margin-left: 20px;
}

.footer a.public_tar {
    cursor: default;
    width: 208.8px;
    height: 51px;
    /* width: 102px;
    height: 25.5px; */
    background-image: url('https://mw.zhanhuo.com/images/bottom3-icon.png');
    background-size: 100%;
    margin: 0 20px;
    /* margin-left: 0px; */
}
.footer a img{
    height: 51px;
}
.footer .gongan{
    height: 20px;
}
.footer a {
    display: inline-block;
    background-repeat: no-repeat;
}

.footer .public_line {
    float: left;
    width: 2px;
    height: 110px;
    margin-top: 8px;
    background: url('https://act.zhanhuo.com/co/footers/images/f_hr.png') repeat;
    background-size: 100% 100%;
}

.footer .public_info {
    float: right;
    width: 610px;
    margin-top: 10px;
}

.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;
}
/* 移动端 适配 */

@media screen and (max-width: 760px) {
    .footer {
        position: relative;
        border-top: 2px solid #f3a009;
    }
    .footer .public_footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        width: 100%;
        margin: auto;
    }
    .footer .public_company {
        float: left;
        padding-top: 0px;
        width: 65px;
        display: block;
    }
    .footer a.public_kz {
        width: 60px;
        height: 26px;
        margin: 5px;
    }
    .footer a.public_arena {
        /* width: 60px;
        height: 29px; */
        margin: 5px;
        /* background-image: url('https://act.zhanhuo.com/co/footers/images/chuangshi.png'); */
        background-size: 100% 100%;
    }
    .footer a.public_tar {
        cursor: default;
        /* width: 60px;
        height: 40px; */
        margin: 5px;
        /* background-image: url('./images/bottom3-icon.png'); */
        background-size: 100% 100%;
    }
    .footer a {
        display: inline-block;
        background-repeat: no-repeat;
    }
    .footer .public_line {
        float: left;
        width: 2px;
        height: 110px;
        margin-top: 8px;
        margin-left: 8px;
    }
    .footer .public_info {
        float: right;
        width: 300px;
        margin-top: 6px;
    }
    .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;
    }
}
