.footer-wrapper {
    box-sizing: border-box;
    padding: 27px 20px 32px;
    background: #000000;
}

.footer-logo-wrap {
    text-align: center;
}

.footer-logo {
    width: 111px;
    height: 29px;
    margin: 0 auto;
}

.footer-list {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.list-item {
    position: relative;
}

.item--title>h4 {
    font-weight: 500;
    font-size: 12px;
    color: #DCDCDC;
}

.arrow-icon {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    transform: rotate(180deg);
}

.item--wrapper {
    display: none;
}

.item--wrapper1 {
    height: 102px;
}

.item--wrapper2 {
    height: 68px;
}
.item--wrapper4 {
    height: 136px;
}
.item--content{
    position: absolute;
    left: 0;
    top: 18px;
}
.item--content4{
    position: absolute;
    left: -24px;
    top: 18px;
}

.item--wrapper a {
    display: block;
    white-space: nowrap;
}

/* .last-item--wrapper{
    position: absolute;
    right: 22px;
    top: 21px;
} */

.item-- {
    margin-top: 12px;
    font-size: 12px;
    color: #A4A4A4;
    line-height: 22px;
}

.icon-item-- {
    display: flex;
    align-items: center;
    position: relative;
}

.media-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.center-line {
    height: 1px;
    background: #A4A4A4;
    margin: 25px auto;
    transform: scaleY(0.5);
}

.copyright {
    font-size: 10px;
    color: #A4A4A4;
    line-height: 18px;
    text-align: center;
}

.beian-link{
    font-size: 10px;
    color: #A4A4A4;
    line-height: 18px;
    text-align: center;
}

