/* <!-- jQuery浮动网站楼层导航代码 -start --> */
/* <style> */
#box {
    position: fixed;
    left: 120px;
    top: 188px;
    display: none;
}

#box ul li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted #666;
    text-align: center;
    border-bottom: none;
}

#box ul li.last {
    border-bottom: 1px dotted #666;
}

#box ul li .num {
    color: #666;
    /*display: none;*/
}

#box ul li .word {
    display: none;
    color: #CB1C39;
}
/* </style> */