*{
    padding: 0;
    margin: 0 ;
    user-select: none;
}
.wz{
    text-align: center;
    font-size: 42px;
    color: #931ebe;
    /* float: left; */
}
.kg{
   
    width: 100%;
    height: 1080;
    background: rgb(126, 74, 74);
}
.lm{
   
    width: 100%;
    height: 1080;
    background-color: #fff;
}
ul{
 
    list-style: none;
}
li{
    /* font-family:Georgia, 'Times New Roman', Times, serif; */
    display: block;
    width: 23.3%;
    height: 50PX;
    line-height: 50PX;
    text-align: center;
    background-color: #1EBE8E;
    float: left;
    margin: 0PX 0PX 15PX 5PX;
    border-radius: 10PX;
    color: #fff;
}
.s{
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1EBE8E;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    border-radius: 50px;
    margin-bottom: 10px;
}
footer{
    text-align: center;
    margin-bottom: 20px;

}
footer a{
    text-decoration: none;
    color: rgb(234, 128, 92);
}
footer div{
    margin-bottom: 2px;
}