.footerContainer {
    clear:both;
    width: 100%;
    background: #707070;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.footBox {
    display: flex;
}

.footBox .main {
    flex: 1;
    padding-top: 52px;
    color: #fff;
}

.footBox .text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding-left:10px;
}

.footBox .text span {
    display: inline-block;
    margin: 0 14px;
    width: 1px;
    background-color: #fff;
    height: 16px;
}

.footBox .text a {
    color: #fff;
}

.footBox .copyright {
    display: flex;
    padding-top: 62px;
    padding-bottom: 38px;
}

.footBox .copyright .info {
    padding-top: 6px;
}

.footBox .copyright img {
    margin-right: 12px;
}

.footBox .record {
    display: flex;
    padding-top: 10px;
    font-size: 14px;
    align-items: center;
}

.footBox .record span {
    padding: 0 10px;
}


.footBox .aside {
    padding-top: 25px;
}

.footBox .aside img {
    width: 121px;
    height: 121px;
    object-fit: cover;
    padding-bottom: 10px;
}

.footBox .aside p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 19px;
}


.statisticsContainer {
    height: 48px;
    background: #2F2F2F;
}

.statistics {
    display: flex;
    height: 100%;
    align-items: center;
    color: #CCC5B3;
    font-size: 14px;
}

.statistics .item {
    padding-left: 40px;
}

.statistics .item span {
    color: #fff;
}