[class*=" fv-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;
}

.fv-date-content {
	width: 160px;
	/* margin: 40px auto; */
	position: relative;
}

.fv-date-editor.fv-input {
	width: 160px;
	text-align: left;
	position: relative;
	font-size: 14px;
	display: inline-block;
}

.fv-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%;
}

.fv-input .fv-input__inner {
	padding-left: 30px;
}

.fv-input__prefix {
	height: 100%;
	text-align: center;
	transition: all .3s;
	position: absolute;
	left: 5px;
	top: 3px;
	color: #c0c4cc;
}

.icon-riqi {
	font-size: 20px;
	line-height: 40px;
}

.fv-date-table {
	width: 270px;
	color: #606266;
	border: 1px solid #e4e7ed;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 4px;
	line-height: 30px;
	margin: 5px 0;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 99;
	display: none;
}

.fv-date-picker__header {
	margin: 12px;
	text-align: center;
}

.fv-picker-panel__icon-btn {
	font-size: 12px;
	color: #303133;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
	margin-top: 8px;
	font: initial;
}

.fv-date-picker__prev-btn {
	float: left;
	/* transform: rotate(90deg); */
}

.fv-date-picker__next-btn {
	float: right;
	/* transform: rotate(270deg); */
}

.fv-date-picker__header-label {
	font-size: 16px;
	font-weight: 500;
	padding: 0 5px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	color: #606266;
	clear: both;
}

.fv-date-picker__header-label:hover,
.fv-date-table-content table .available:hover {
	color: #409eff;

}

.fv-date-table-content {
	margin: 12px;
}

.fv-date-table-content table {
	font-size: 12px;
	margin: -1px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.fv-date-table-content table .available {
	text-align: center;
	cursor: pointer;
}

.fv-date-table-content table td {
	padding: 20px 3px;
}

.fv-date-table-content .available.today {
	color: #409EFF;
	font-weight: 700;
}

.fv-date-table-content .available.current .cell {
	color: #409eff;
}