/*菜单列*/
.child-left{
	width: 188px;
	margin-right: 40px;
	box-sizing: border-box;
	float: left;
}
.nav-tree{
	border: 1px solid #ddd;
	background: #fafafa;
}
.nav-item p{
	padding:0 14px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #23AC38;
}
.nav-child li{
	margin:0 10px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	/*padding-left: 14px;*/
	cursor: pointer;
	border-top: 1px solid #ddd;
}
.nav-child a{
	/*padding-left: 22px;*/
	background-size: 16px;
	background-position: 0px center;
}
.nav-child .active{
	/*background: #23AC38;*/
	/*color: #23AC38;*/
}
.nav-child .active a{
	color: #23AC38;
} 
/*.mine a{
	background: url(../img/icon_mine_normal.png)no-repeat;
}
.mine.active a{
	background: url(../img/icon_mine_selected.png)no-repeat;
	background-size: 16px;
	background-position: 0px center;
}
.password a{
	background: url(../img/icon_password_normal.png)no-repeat;
}
.password.active a{
	background: url(../img/icon_password_selected.png)no-repeat;
	background-size: 16px;
	background-position: 0px center;
}
.contacts a{
	background: url(../img/icon_contacts_normal.png)no-repeat;
}
.contacts.active a{
	background: url(../img/icon_contacts_selected.png)no-repeat;
	background-size: 16px;
	background-position: 0px center;
}
.bus-order a{
	background: url(../img/icon_order_normal.png)no-repeat;
}
.bus-order.active a{
	background: url(../img/icon_order_selected.png)no-repeat;
	background-size: 16px;
	background-position: 0px center;
}
.advise a{
	background: url(../img/icon_advise_normal.png)no-repeat;
}
.advise.active a{
	background: url(../img/icon_advise_selected.png)no-repeat;
	background-size: 16px;
	background-position: 0px center;
}*/