.wenzi{
    text-align: center;
    font-size:16px;
}
.xinqing{
    text-align: center;
    font-size:17px;
color:red;
}
body {
    color: #000;
    background: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/Elsa1226/1929944/o_210207211826lakers.jpg) fixed top center no-repeat #000;
}
#home {
    margin: 0 auto;
    width: 1200px;
    opacity: 0.9;
}

#navCategory {
    position: fixed;
    right: 0;
    top: 100px;
    list-style: none;
    z-index: 99999;
}

#navCategory > #mylist {
    position: absolute;
    background-color: white;
    width: 32px;
    left: -32px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0.8;
}

#navCategory > #myul {
    background-color: white;
    height: 400px;
    width: 230px;
    padding-top: 5px;
    overflow: auto;
    display: none;
}

#navCategory ul, #navCategory li {
    list-style: none !important;
    margin: 5px !important;
}


