﻿footer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

footer {
    background-color: #222222;
    padding: 30px 0;
}
.footer-app{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.footer-app img{
    display:block;
    width:100px;
    height:100px;
    border-radius:5px;
}
.footer-app p{
    color:#fff;
    font-size:14px;
    margin-top:10px;
}
.footer_container {
    width: 1200px;
    margin: 0 auto;
}

.footer_container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin: 30px auto;
    text-align: center;
    line-height: 20px;
    color: #bbb;
}

footer .footer_container dt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

footer .footer_container a {
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
}

    footer .footer_container a:hover {
        color: #01b063;
    }

footer .footer_container .aboutus {
    width: 80px;
    margin-right: 45px;
}

footer .footer_container .cooperation {
    width: 80px;
    margin-right: 50px;
}

footer .footer_container .dynamic {
    width: 80px;
    margin-right: 120px;
}

footer .outer-links {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

    footer .outer-links li {
        font-size: 14px;
        margin-right: 50px;
    }

        footer .outer-links li a {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            color: #bbb;
    font-size: 14px;
        }

        footer .outer-links li span {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 10px;
            background-image: url("https://www.zhuangku.com/images/newIndex/icons/icon2.png");
            background-repeat: no-repeat;
        }

            footer .outer-links li span.icon1 {
                background-position: 0 -80px;
            }

            footer .outer-links li span.icon2 {
                background-position: -30px -80px;
            }

            footer .outer-links li span.icon3 {
                background-position: 0 -115px;
            }

            footer .outer-links li span.icon4 {
                background-position: -30px -115px;
            }

        footer .outer-links li:last-child {
            margin-right: 0;
        }


footer .copyright a {
    font-size: 14px;
}

footer .copyright {
    text-align: center;
    color: #bbb;
    line-height: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

    footer .copyright span {
        display: inline-block;
        background-image: url("https://www.zhuangku.com/images/newIndex/icons/icon2.png");
        background-repeat: no-repeat;
    }

        footer .copyright span.small-logo {
            width: 25px;
            height: 25px;
            background-position: 0 -49px;
            margin-left: 10px;
            margin-right: 5px;
        }

        footer .copyright span.police-logo {
            width: 22px;
            height: 22px;
            background-position: -30px -49px;
            margin-left: 10px;
        }

.line_tips {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    background: url('//www.zhuangku.com/images/bottom/hot_line.png') no-repeat 0 center;
    padding-left: 45px;
    margin-bottom: 15px;
}

.hot_line {
    width: 300px;
}

.tel_number {
    width: 230px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #01b063;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
}

.code_img {
    display: flex;
    margin-left: 40px;
}

    .code_img .img_box {
        margin-right: 40px;
    }
    .code_img .img_box:last-child{
        margin-right:0;
    }
    .code_img .img_box img{
        display:block;
        width:100px;
        height:100px;
    }

    .code_img .img_box p {
        font-size: 14px;
        color: #fff;
    }
