footer.footer-base {
    width: 100%;
    background: #1f1f2e;
    padding: 36px 0 24px;
    margin-top: 20px;
    border-top: 3px solid #7C6FE6;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
}

.footer-infoMes {
    float: none;
    margin-top: 0;
}

.footer-djcEwm {
    display: none;
}

.footer-logo {
    margin-bottom: 18px;
    text-align: center;
}

.footer-logo-img {
    width: 140px;
    height: auto;
    opacity: 0.9;
}

.foot-msgCtn {
    margin-bottom: 0;
    padding: 14px 0;
    border-top: 1px solid #353548;
    border-bottom: 1px solid #353548;
}

.foot-msgCtn > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.fmList {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    float: none;
}

.fmList:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 14px;
    background: #444460;
}

.fmList:last-child:after {
    content: none;
}

.fmList > a {
    font-size: 13px;
    color: #b8b8c8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fmList > a:hover {
    color: #7C6FE6;
}

.footer-djcEwm li > a {
    width: 100%;
    height: 100%;
    display: block;
}

.foot-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot-list li {
    width: 80px;
    float: left;
    margin-left: 20px;
}

.foot-list li img {
    width: 100%;
    border-radius: 6px;
}

.foot-list li span {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.foot-beian {
    margin-top: 16px;
    padding-top: 0;
    border-top: none;
    text-align: center;
}

.foot-beian > * {
    float: none;
    font-size: 12px;
    color: #777787;
    line-height: 22px;
}

.foot-beian a {
    color: #777787;
    text-decoration: none;
    transition: color 0.3s ease;
}

.foot-beian a:hover {
    color: #7C6FE6;
}

.foot-inline {
    padding: 2px 0;
    height: auto;
    line-height: 22px;
}

.foot-inline span {
    color: #555566;
    margin: 0 6px;
}

@media (max-width: 1200px) {
    .footer-container {
        width: 95%;
        margin: 0 auto;
    }

    .footer-djcEwm {
        display: none;
    }
}
