.outer-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgb(250, 250, 250);
    padding: 50px 0;
    min-width: 1240px;
}

.outer-footer-content {
    max-width: 1240px;
}

.outer-footer-main {
    display: flex;
    justify-content: center;
}

.outer-footer-main .outer-footer-icon img {
    width: 124px;
}

.outer-footer-main .line {
    margin: 0 96px 0 103px;
    width: 1px;
    height: 128px;
    background: rgba(216, 216, 216, 0.20);
}

.outer-footer-list ul {
    display: flex;
    justify-content: space-between;
}

.outer-footer-list>ul>li {
    margin-right: 174px;
    width: 99px;
}

.outer-footer-list>ul>li:last-child {
    margin-right: unset;
}

.outer-footer-list>ul>li>a {
    display: block;
    margin-bottom: 8px;
    color: rgba(51, 51, 51, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.outer-footer-list ul li .list-title {
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.outer-footer-content>.horizontal-line {
    margin: 34px 0 20px 0;
    width: 1240px;
    height: 1px;
    background: #EBEBEB;
}

.outer-footer-record {
    display: flex;
    justify-content: space-between;
}

.outer-footer-record>p {
    color: rgba(51, 51, 51, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.outer-footer-record a {
    color: inherit;
}

.outer-footer-record>p:first-child {
    margin-left: 20px;
}

.outer-footer-record>p:last-child {
    margin-right: 20px;
}
