html,body,li,textarea,button{
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    color: #1E2226;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
}
body{
    background: #F5F7FA;
}
p{
    margin: 0;
}
/* input::placeholder{
    text-align: center;
} */
.flex{
    display: flex;
}
.hide{
    display: none !important;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 底部 */
.leftSideFooterNew{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 70px;
    font-size: var(--font-small-size);
    color: #9E9E9E;
    position: relative;
    z-index: 98;
}
.leftSideFooterNew p{
    margin: 0;
    color: #9E9E9E;
}
.leftSideFooterNew p span{
    color: #5B6FF6;
    display: inline-block;
}
.leftSideFooterNew p a{
    color: #9E9E9E;
    text-decoration: none;
}