footer{
    min-width: 1200px;
    padding: 50px 0;
    color: #fff;
    background-color: #222222;
}

footer .footer-top{
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

footer .footer-content{
    border-bottom: 1px solid #B2B2B2;
}
footer .footer-item{
    flex-direction: column;

    width: 600px;
    margin-bottom: 30px;
}
footer .footer-item h3{
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
footer .footer-content-left{
    box-sizing: border-box;
    border-right: 1px solid #B2B2B2;
}

footer .footer-content-left p{
    display: flex;
    align-items: center;
    width: 240px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
footer .footer-content-left p .icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .footer-content-left p .icon.name{
    width: 23px;
    height: 22px;
    background-image: url(../img/home/icon-name.png);
}
footer .footer-content-left p .icon.phone{
    background-image: url(../img/home/icon-phone.png);
}
footer .footer-content-left p .icon.email{
    background-image: url(../img/home/icon-email.png);
}

footer .footer-content-right .code-img{
    width: 144px;
    height: 144px;
   background-color: #fff;
}
footer .footer-content-right .code-img img{
    width: 100%;
    height: 100%;
}
footer .footer-bottom{
    margin-top: 30px;
}
footer .footer-bottom p{
    font-size: 15px;
}
footer .footer-bottom p span{
    color: #B2B2B2;
}

footer .footer-bottom p .icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-image: url(../img/home/icon-return-top.png);
}
footer .footer-bottom p .to-top:hover{
   cursor: pointer;
}