/* cloudLabel的位置, */
#tagsList { position:fixed; top:20%; left:0; right:0; margin: 0 auto; width:500px; height:500px; z-index:999999999999999;}
/* #tagsList { position: relative; width:370px; height:300px; z-index:999999999999999;} */
/* 设置a的样式 */
#tagsList a { position: absolute; top: 0px; left: 0px;
    font-family: Microsoft YaHei; color: #f4fcf8; 
    font-weight: bold; text-decoration: none; padding: 3px 6px; }
/* 鼠标hover时变色并增大字符间距 */
#tagsList a:hover { color: #2ee8f5; letter-spacing: 2px; }