.footerh5{
    color: #FFFFFF;
    background: linear-gradient(to right, #5560ee, #0838c0);
    height: 60px;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom:90px;
}
.footerh5 p {
    border-top: 1px solid #FFFFFF; /* 移除默认边框 */
    height: 1px; /* 设置高度 */
    background-color: #FFFFFF; /* 设置颜色 */
    margin-top: 23px;
    width: 350px;
}