footer {
    width: 100%;
    padding: 15px 0 47px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-top: 50px;
}



.footer-top {
    padding-bottom: 44px;
    border-bottom: 1px solid #ececec;
}

.footer-top .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-top-left {
    padding-right: 79px;
    position: relative;
}

.footer-top-left:after {
    content: '';
    width: 1px;
    height: 177px;
    position: absolute;
    background-color: #ececec;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-top-left .left-info {
    margin-top: 25px;
    color: #333333;
}

.footer-top-left .left-info p {
    margin-bottom: 14px;
}

.footer-top-left .left-info .info-title {
    font-size: 14px;
}

.footer-top-left .left-info .info-detail {
    font-size: 16px;
    font-weight: bold;
}

.footer-top-left .left-info .info-time {
    font-size: 12px;
    color: #999999;
}

.footer-top-center {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin: 0 136px 0 100px;
}

.footer-top-center .center-title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 27px;
}

.footer-top-center a:hover{
    color: var(--color);
}

.footer-top-center li {
    font-size: 12px;
    color: #666666;
    margin-bottom: 18px;
    cursor: pointer;
}

.footer-top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top-right .footer-code {
    width: 98px;
    background-color: #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 13px;
}

.footer-top-right img {
    width: 89px;
}

.footer-top-right .download {
    color: #333333;
    font-size: 14px;
}

.footer-top-right .weibo {
    margin-top: 27px;
}

.footer-top-right .weibo span {
    color: #a8a8a9;
    font-size: 14px;
}

.footer-top-right .weibo img {
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.footer-top-right .weibo img:hover {
    content: url(/public/static/index/images/weibo-active.png);
}

.footer-bottom {
    margin-top: 42px;
}

.footer-bottom .container {
    text-align: center;
    font-size: 12px;
    color: #777575;
}

.footer-bottom .container > div {
    margin-bottom: 20px;

}

.footer-bottom span {
    margin-right: 14px;
}

.footer-bottom p {
    font-size: 12px;
    color: #777575;
}
