.junkao-footer {
    background-color: #2E2E2E;
    height: 220px;
    width: 100%;
    color: #BFBFBF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.junkao-footer .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    padding: 0 100px;
}

.junkao-footer .left li {
    cursor: pointer;
}

.junkao-footer .center {
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
}

.junkao-footer .center p {
    height: 34px;
    line-height: 34px;
}

.junkao-footer .right {
    padding: 0 100px;
}

.junkao-footer .right img {
    width: 100px;
    height: auto;
}

.junkao-footer .right p {
    margin-top: 10px;
    font-size: 12px;
}