.top {
    display: flex;
    margin-top: 60px;
    margin-left: 84px;
}


.top .icon {
    height: 63px;
    width: 63px;
    border-radius: 5px;
}
.icon img{
    border-radius: 5px;
}

.top .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #D24BF1;
    margin-left: 21px;
}

.floor {
    display: flex;
    align-items: center;
    margin-top: 366px;
    height: 52px;
    line-height: 52px;
    font-size: 31px;
    font-family: PingFang SC-中等, PingFang SC;
    font-weight: normal;
    color: #222222;
}

.floor .a1 {
    width: 33%;
    text-align: center;
}

.floor .border {
    width: 0px;
    height: 37px;
    border-right: 3px solid #CCCCCC;
}

.floor .a2 {
    width: 33%;
    text-align: center;
}

.floor .a3 {
    width: 33%;
    text-align: center;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: 39px;
    font-size: 26px;
    font-family: PingFang SC-常规, PingFang SC;
    font-weight: normal;
    color: #666666;
    line-height: 39px;
}