* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    width: 100%;
    position: relative;
}
.top{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 25px 0;
    pointer-events: none;
}

.Navigation ul {
    width: 100%;
    position: relative;
    right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.Navigation ul li {
    text-align: center;
    margin-left: 0.8rem;
    letter-spacing:2px;
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
}

.Navigation li a{
    pointer-events:auto;
    color: #FFFFFF;
}
.back{
    width: 100%;
    display: block;
}
.backcloth-text{
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}
.slogan{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
b{
    font-size: 0.2rem;
    color: #FFFFFF;
}
h2{
    font-size: 0.4rem;
    color: #FFFFFF;
}
.footer{
    display: flex;
    font-size: 12px;
    line-height: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    background-color: #535252;
    color: #FFFFFF;
}
.footer div{
    margin-left: 24px;
}
.footer img{
    width: 16px;
    height: 16px;
    display: block;
}
.links{
    color: #FFFFFF;
}
.links a,.links1 a{
    color: #FFFFFF;
}
.links1{
    display: flex;
    flex-direction: row;
}