﻿

/*------------ Main Menu ------------*/
.mainmenu { border:1px solid #ddd; width: 220px; list-style: none; font-size: 12px; position: relative; padding: 0; z-index:999; margin-top:5px;}
.mainmenu > li {
	box-sizing: border-box; 
	height: 90px; 
	color: #444; 
	border-top: 8px solid #00a0e9; 
	/*background:url(/images/common/btn_aside_arrow.png)no-repeat right; */
	background-color:#fff;
	padding: 15px; 
	cursor: pointer; 
	border-bottom:1px solid #ddd;
}
.mainmenu > li:last-child { border-radius: 0 0 7px 7px; }
.mainmenu > li span {
	display: block; 
	font-size:18px;
	color:#1a1a1a;
	font-weight:700;
}
.expand-triangle { width: 170px; height: 10px; content: " "; }

/*------------ Sub Menu ------------*/
.submenu { font-size: 13px; box-sizing: border-box; content: " "; color: #444;}
.submenu li { position:relative; line-height: 35px; height: 35px; padding-top: 11px; transition: border-left 220ms ease-in; background-color: #ededed; cursor: pointer; }
.submenu li:last-child {
	padding-bottom:20px;
	height:55px;
}

.submenu li:hover span {
	color:#11abf3;
	
}
.submenu li span { 
	font-size:16px;
	margin-left: 30px; 
	font-weight:500;
}
.aside_on::after{
	width:20px;
	height:3px;
	content:"";
	display:inline-block;
	clear:both;
	background:#00a0e9;
	vertical-align:middle;
	position:absolute;
	right:20px;
	top:27px;
}
.bank {
	font-size:13px;
	margin-top:10px;
	background:#edf5ff;
	padding:5px 0 10px 5px;
	color:#375175;
	border-radius:5px;
}
.bank .bank_number {
	font-size:19px;
	font-weight:500;
}
