html {
    position: relative;
}
body {
    min-height: 100vh;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1000px;
}

.footer,.footer a{
    color: #fff;
}
.footer .footer-bottom p{
    width: 100%;
    min-width: 1000px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background-color: #333333;
}
.footer .footer-bottom a:hover{
    border-bottom: 1px solid #fff;
}
.zzld-home-body{
    margin-bottom: 80px;
}
