

.VerticalMenu  .title{font-size:16px;text-align:left; padding-left:15px; height:40px; line-height:40px; color:#fff; border-bottom:1px solid #e4e4e4; transition: background-color 0.4s linear;}
.VerticalMenu  .active{background-color:#7ed8ff;}
.VerticalMenu  .title:hover{color:#fff; background-color:#7ed8ff;}
.VerticalMenu  .title a{width:100%; color:#fff; height:40px; line-height:40px; display:block; text-decoration:none; transition: background-color 0.4s linear;}
.VerticalMenu  .title a:hover{color:#fff;}
.VerticalMenu {height: 100%;width: 100%; cursor: pointer;}
.VerticalMenu > div {width: 100%; float: left;}
.VerticalMenu > div > div:first-child > span{padding-left:40px; float:left;}
.VerticalMenu > div > div:first-child > i:last-child {line-height: 40px; float:left; margin-left:15px; transform: rotate(0deg); transition: transform 0.4s linear; color:#fff;}
.VerticalMenu > div > div:last-child {width:100%; display: none;}
.VerticalMenu > div > div:last-child > div {background-color:white; padding-left: 50px; transition: background-color 0.1s linear; text-align:left; line-height: 40px; border-bottom: 1px solid #e6e6e6;}
.VerticalMenu > div > div:last-child > div a{color:#999;width:100%; height:40px; line-height:40px; display:block; text-decoration:none;}
.VerticalMenu > div > div:last-child > div a:hover{color:#fff;}
.VerticalMenu > div > div:last-child > div:hover { background-color:#7ed8ff!important;}
.VerticalMenu > div:last-child::after { display: block;clear: both;}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background-color 0.4s linear;
	color     :#ee4977;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background-color:white; padding-left: 50px; 
	color       : #000000;
	height      : 40px;
	font-size:14px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 20px;
	line-height : 40px;
	border-left : 0px solid #3b3b3b; 
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p:hover{
	border-color: #EE4977; 
	background:#ccc;
}
