.bottom.common-footer {
    background-color: #080E21;
    padding-top: 40px;
    font-size: 14px;
    height: unset;
}
.bottom.common-footer .content {
    width: 1200px;
    margin: auto;
}
.footer-link-category {
    display: grid;
    grid-template-columns: 242px 410px 410px;
    grid-column-gap: 74px;
}

.footer-link-category li {
}

.footer-link-category .menu-title {
    font-size: 16px;
    color: #FFF;
    position: relative;
}

.footer-link-category .menu-title::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 42px;
    height: 5px;
    background: #6568FF;
    border-radius: 20px;
}

.footer-link-category .menu-list {
    margin-top: 30px;
}

.footer-link-category .menu-list div {
    margin-bottom: 25px;
}

.footer-link-category .menu-list a {
    color: #757575;
}

.footer-link-category .menu-list a:hover {
    color: #FFF;
}

.footer-link-category .menu-line {
    height: 1px;
    width: 100%;
    background: #3a3a3a;
}

.common-footer .menu-line {
    height: 1px;
    width: 100%;
    background: #3a3a3a;
}

.common-footer .icon-c1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.common-footer .icon-c1:hover {
    background: #FFF;
}

.common-footer .icon-c1 i {
    width: 30px;
    height: 30px;
    display: block;
}

.common-footer .copyright {
    text-align: center;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.common-footer .copyright a,
a.icp-link
{
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}
.common-footer .copyright a:hover,
a.icp-link:hover {
    text-decoration: underline;
}
.common-footer .copyright a img,
a.icp-link img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.simple-copyright {
    height: 100%;
    line-height: unset;
    display: flex;
    align-items: center;
}

.body > .foot {
    background-color: rgb(33, 38, 42);
    display: flex;
    justify-content: center;
}
.body > .foot > .container,
.foot > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body > .foot > .container p {
    float: unset;
}