/* 首页尾部 */
.HomeFooterICon {
    width: 100%;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-align: center;
}

.HomeFooernav {
    width: 1020px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.HomeFtit {
    width: 20%;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}
.HomeFtit a{
    color: rgba(102, 102, 102, 1);
}

.HomeFooterBlock {
    width: 100%;
    height: 225px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(242, 242, 242, 1) 100%);
}