﻿
.inside {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}


/* 3.页脚 */
footer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #999999;
    background-color: #000000;
}

footer p,
footer span,
footer a,
footer em {
    color: #999999;
}

footer a:hover,
footer a:focus {
    color: #999999;
    text-decoration: underline;
}

footer .top {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #484d58;
}

footer .info {
    width: 100%;
    height: auto;
}

footer .info li {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    font-size: 15px;
}

footer .info li:not(:first-child) {
    margin-top: 10px;
}

footer .info p img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 7px;
    width: 14px;
    height: auto;
    overflow: hidden;
}

footer .code li {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

footer .code li:nth-child(1) {
    margin-right: 30px;
}

footer .code li img {
    width: 100px;
    height: 100px;
    margin-bottom: 7px;
}

footer .copy {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

footer .copy a:not(:last-child) {
    margin-right: 23px;
}

footer .link {
    margin-bottom: 12px;
    line-height: 32px;
}

footer .link em {
    display: inline-block;
    margin: 0 15px;
}

@media (max-width: 1000px) {
    footer .top {
        flex-direction: column;
    }

    footer .code {
        margin-top: 20px;
    }

    footer .code li,
    footer .info li {
        font-size: 13px;
    }

    footer .code li img {
        width: 75px;
        height: 75px;
    }

    footer .info p img {
        width: 12px;
    }

    footer .link {
        margin-bottom: 20px;
        line-height: 27px;
    }

    footer .link em {
        margin: 0 5px;
    }

    footer .copy {
        font-size: 12px;
    }

    footer .copy a {
        display: block;
    }

    footer .copy a:not(:last-child) {
        margin-right: 0;
    }

    footer .copy a:not(:first-child) {
        margin-top: 5px;
    }
}



.hyrcfoot {
    position: relative;
    color: #4e5766;
    margin: 0px auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #fafafa;
}
.hyrcfoot .copy {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}