﻿[class*=" el-icon-"],[class^=el-icon-] {
	font-family:element-icons!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	vertical-align:baseline;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.el-icon-unlock:before {
/*	content:"\e6e4"*/
content:url(l2.png)
}


.el-icon-user:before {
	/*content:"\e6e3"*/
	content:url(l1.png)
}

.el-pagination .el-input__inner {
	text-align:center;
	-moz-appearance:textfield;
	line-height:normal
}

.el-pagination .el-select .el-input {
	width:100px;
	margin:0 5px
}

.el-input {
	position:relative;
	font-size:14px;
	display:inline-block;
	width:100%
}

.el-input__inner {
	-webkit-appearance:none;
	background-color:#FFF;
	background-image:none;
	border-radius:4px;
	border:1px solid #DCDFE6;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#606266;
	display:inline-block;
	font-size:inherit;
	height:40px;
	line-height:40px;
	outline:0;
	padding:0 15px;
	-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);
	transition:border-color .2s cubic-bezier(.645,.045,.355,1);
	width:100%
}

.el-input__prefix,.el-input__suffix {
	position:absolute;
	top:0;
	-webkit-transition:all .3s;
	height:100%;
	color:#C0C4CC;
	text-align:center
}

.el-input__suffix {
	right:5px;
	transition:all .3s
}

.el-input__prefix {
	left:5px;
	transition:all .3s
}
.el-input__icon {
	height:100%;
	width:25px;
	text-align:center;
	-webkit-transition:all .3s;
	transition:all .3s;
	line-height:40px
}
	.el-input__icon:after {
		content: '';
		height: 100%;
		width: 0;
		display: inline-block;
		vertical-align: middle
	}
.el-input.is-disabled .el-input__inner {
	background-color:#F5F7FA;
	border-color:#E4E7ED;
	color:#C0C4CC;
	cursor:not-allowed
}

.el-input--prefix .el-input__inner {
	padding-left:30px
}
.el-input--medium .el-input__inner {
	height:36px;
	line-height:36px
}
.el-input--small .el-input__inner {
	height:32px;
	line-height:32px
}
.el-button {
	display:inline-block;
	line-height:1;
	white-space:nowrap;
	cursor:pointer;
	background:#FFF;
	border:1px solid #DCDFE6;
	color:#606266;
	-webkit-appearance:none;
	text-align:center;
	box-sizing:border-box;
	outline:0;
	margin:0;
	-webkit-transition:.1s;
	transition:.1s;
	font-weight:500;
	-moz-user-select:none;
	padding:12px 20px;
	font-size:14px;
	border-radius:4px
}

.el-button--primary {
	color:#FFF;
	background-color:#409EFF;
	border-color:#409EFF
}