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

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

.footer-logo {
    width: 137px;
}

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

.list-item {
    position: relative;
}

.item--title {
    display: flex;
    align-items: center;
}

.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;
    position: relative;
}

.item--wrapper-first {
    height: 170px;

}

.item--wrapper2 {
    height: 44px;

}

.item--wrapper3 {
    height: 22px;

}

.item--content {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.item--content3 {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item--content>div,
.item--content>a,
.item--content3>div,
.item--content3>a {
    white-space: nowrap;
    display: block;
}

/* .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;
}

.center-line {
    height: 1px;
    background: #3D3D3D;
    margin: 24px auto;
}

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

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