/*底部*/
footer {
    color: #7f7f7f;
    min-width: 1200px;
}

footer a {
    color: #7f7f7f;
}

footer a:hover {
    color: white;
}


footer p {
    line-height: 2;
}


/*联系信息*/
footer .contact {
    background-color: #242424;
}

footer .contact .container {
    display: flex;
    justify-content: space-between;

}

/*logo*/
footer .logo {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
    border-right: 1px solid #3E3E3E;
}

footer .logo .team {
    width: 85px;
    text-align: center;
    overflow: hidden;
}

footer .logo img {
    height: 85px;
}

/*nav */
footer .nav {
    width: 800px;
    padding: 40px 20px;
    box-sizing: border-box;
}

footer nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

footer li {
    list-style: none;
}


/*版权信息*/
footer .copyright {
    background-color: #101010;
    text-align: center;
    padding: 10px 0px;
}
