.footer-container {
    position: relative;
    width:100%;
    height: 330px;
    background: #333333;
}
.footer-middle {
    display: flex;
    justify-content: space-between;
    width:1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.footer-left {
    display: flex;
    flex-shrink: 0;
}
.footer-left ul:not(:last-child) li + li {
    list-style: square;
}

.footer-left ul li:nth-child(1) {
    margin-left: -16px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-left ul:last-child li:nth-child(1) {
    margin-left: 0;
}

.footer-left ul li+li,.footer-left ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}

.footer-left ul li+li:hover a {
    color: #fff
}

.footer-left ul:nth-child(1)  {
    margin-right: 50px;
}

.footer-left ul:nth-child(2)  {
    margin-right: 64px;
}

.footer-right p{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.footer-right p img{
    margin-right: 5px;
}


.bottom {
    padding-top: 20px;
    height: 70px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.bottom p:last-child {
    margin-top: 10px;
}
