.innerUl ul li {
		list-style-type: none;
	}
	
	.box {
		width: 200px;
		/*border: 1px solid red;*/
	}
	
	.innerUl ul {
		margin-left: 10px;
		/*border: 1px solid blue;*/
	}
	
	.menuUl li {
		margin: 10px 0;
		text-align:left;
	}
	
	.menuUl li span:hover {
		cursor: pointer;
		color:#04b869;
	}
	
	.menuUl li i { margin-right: 10px; top: 0px; cursor: pointer; color: white;}
	
	.test{
    width: 275px;
    height: 643px;
    overflow: auto;
    float: left;
    margin: 5px;
    border: none;
	}
	.scrollbar{
    width: 290px;
    height: 300px;
    margin: 0 auto;
 
	}
	.test-1::-webkit-scrollbar {
        width: 10px;     
        height: 10px;
    }
	.test-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #FFFFFF;
    }
	.test-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #333333;
    }