#box{
	position: fixed;
	left: 30px;
	top: 140px;
	display: none;
	border-bottom: 1px dotted #666;
}
@media screen and (min-width:1360px){
    #box{left: 30px;}
}
@media screen and (min-width:1345px) and (max-width:1359px){
    #box{left: 25px;}
}
@media screen and (min-width:1300px) and (max-width:1344px){
    #box{left: 5px;}
}
@media screen and (min-width:1280px) and (max-width:1299px){
    #box{left: -5px;}
}
@media screen and (max-width:1279px){
    #box{left: -26px;}
}
#box ul{
	width:32px;
}
#box ul li{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px dotted #666;
	text-align: center;
	border-bottom:none;
}
#box li,a{
	list-style-type: none;
	text-decoration: 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: #fff;
	background-color:#CB1C39
}
