.footer-wrap {
    background: #F0F1F2;
    padding: 30px 20px 30px 20px;
}
.footer-item{
    margin-bottom: 30px;
}
.footer-item h4{
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item div{
    font-size: 12px;
    color: #666666;
}
.footer-item div>a{
    color: #666666;
    margin-right: 20px;
}
.footer-item div>a:hover{
    color: #666666;
}
.footer-line{
    height: 1px;
    background: #E2E2E2;
}
.footer-bottom{
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
}
.footer-bottom>div{
    margin-bottom: 10px;
}
.footer-bottom>div:nth-of-type(3){
    margin-bottom: 20px;
}