.aside {
	background: #fff;
}

.main {
	padding: 0;
}

.main-content {
	width: 100%;
}

.aside {
	width: 220px;
	height: 100%;
	margin-right: 10px;
	padding-bottom: 10px;
}

.aside-title {
	font-size: 18px;
	padding: 30px 30px 20px 30px;
}

.aside-menu {
	overflow: hidden;
}

.aside-menu-item {
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 14px;
	cursor: pointer;
}

.aside-menu-item:hover {
	background: #f6f6f6;
}

.aside-menu-item.active {
	background: #d8dde4;
}

.main-content .bank {
	padding: 30px;
	margin-bottom: 10px;
}

.account .accountitem span {
	line-height: 1.5;
	vertical-align: middle;
}

.main-content .bank {
	background: #fff;
}

.main-content .bank .title {
	margin: 25px;
	font-size: 18px;
	font-weight: normal;
}

.account {
	width: auto;
	font-size: 14px;
	line-height: 3;
	font-size: 14px;
}

.accountitem:last-child {
	width: 40%;
}

.account div>span {
	display: inline-block;
	width: 10%;
	text-align: right;
	vertical-align: middle;
}

.account .accountitem .el-input {
	width: 30%;
	vertical-align: middle;
}

.account .accountitem .el-select .el-input {
	width: 140%;
}

.button {
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	transition: all .1s ease;
	border: 1px solid #323a45;
	background-color: #323a45;
	color: #fff;
	width: 80px;
	text-align: center;
	margin: 15px 0px 0px 30px;
}

.button.button-size-medium {
	font-size: 16px;
	padding: 0 24px;
	height: 34px;
	line-height: 34px;
}

.el-input.is-disabled .el-input__inner {
	background-color: #fff;
	color: #777777;
}

.tip {
	color: red;
	display: inline !important;
}