.footer {
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    margin-top: 30px;
}

.footer .footer-friend a {
    color: #666666;
    margin: 6px;
}

.footer .footer-friend a:hover {
    color: #6E86B1;
}


.footer .footer-friend a:last-child:hover {
    color: #6E86B1;
}

.footer .footer-address {
    color: #999999;
    margin-top: 19px;
}

.footer .footer-contact {
    color: #999999;
    margin-top: 10px;
}

.footer .footer-contact .contact-num {
    color: #FF6600;
    margin-right: 20px;
}

.footer .footer-contact .contact-num a {
    color: #FF6600;
}

.footer .footer-contact .contact-num a:hover {
    color: #666666;
}