*{
    padding: 0;
    margin: 0;
    color: #999;
}
html,body{
}
ul ,ol {
    list-style-type: none; /* 将列表的样式设置为无 */
    margin-bottom: 0px
}
ul li{
    white-space: nowrap; /* 文字不换行*/
}
ul li a {
    text-decoration: none; /* 去除下划线 */
    color: #999; /* 设置文字颜色为黑色 */
    white-space: nowrap; /* 文字不换行*/
}
ul li a:hover{
    color: #999;
    text-decoration: none; /* 去除下划线 */
}
.yinying{
    box-shadow: 0 5px 15px #999
}