.foot {
    width: 100%;
    height: 375px;
    background: rgba(48, 52, 63, 1);
    padding-top: 16px;
}

.foot p a {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    text-decoration: none;
    margin-right: 26px;
    opacity: 0.7;
}

.foot p a:last-child {
    margin-right: 0px;
}

.foot p:nth-child(2) {
    margin: 16px 70px;
}

.foot p:nth-child(3) {
    margin: 16px 135px;
}

.foot p:nth-child(4),
.foot p:nth-child(5) {
    text-align: center;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 13px;
    opacity: 0.7;
}

.foot p:nth-child(6) {
    margin: 0px auto;
    width: 250px;
    text-align: center;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 13px;
    opacity: 0.7;
}

.foot p:nth-child(7) {
    margin: 7px auto;
    width: 250px;
    text-align: center;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 13px;
    opacity: 0.7;
}

.foot p:nth-child(8) {
    margin: 0px auto;
    width: 250px;
    text-align: center;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 13px;
    opacity: 0.7;
}

.foot p {
    margin: 16px auto;
    text-align: center;
}

.foot p a:hover {
    opacity: 1;
}