.p-footer {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333;
    min-width: 1200px !important;
}
.p-footer h5 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
}

.p-footer,
.p-footer a,
.p-footer p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.p-footer a:link {
    color: black;
}
.p-footer .p-sep {
    width: 100%;
    height: 3px;
    background:linear-gradient(90deg,rgba(56,193,226,1),rgba(83,204,235,1),rgba(56,193,226,1));
}