[v-cloak] {
  display: none;
}
html{
	height: 100%;
	background: #F6F8FA!important;	
}
html,body {
	margin: 0;
	padding: 0; 
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 6px;
	}
	
	::-webkit-scrollbar {
		width: 5px;
		height: 10px;
	}
}
.container {
	/* position: fixed; */
	margin-top: 60px;
	-webkit-transition: margin-left 0.3s ease-in-out, padding-left 0.3s ease-in-out,
		padding-right 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out, padding-left 0.3s ease-in-out,
		padding-right 0.3s ease-in-out;
	overflow: hidden;
	overflow-y: auto;
	background: #F6F8FA!important;
}

.el-table {
  color: #606266;
}

.el-table td, .el-table th {
  padding: 4px 0;
}

.el-table th {
  white-space: nowrap;
  width: 100%;
  height: 8px;
  box-sizing: border-box;
  color: rgb(31, 45, 61);
  background-color: #f7f7f7;
}

.contentShow {
  background: #fff;
  padding: 20px;
}

.transfer-footer {
	margin-left: 20px;
	padding: 6px 5px;
}

.el-input__inner {
	width: 100%;
	height: 32px;
}

.title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #dfdfdf;
	font-size: 16px;
	color: #4a4a4a;
	padding-left: 20px;
	font-weight: bold;
}

.title-detail {
	height: 40px;
	line-height: 40px;
	border-top: 1px dashed #dfdfdf;
	font-size: 16px;
	color: #4a4a4a;
	padding-left: 20px;
	font-weight: bold;
}

.filterTitle {
	font-size: 14px;
	color: #4a4a4a;
	padding: 20px;
}

.contentShow {
	margin: 10px;
	background: #fff;
	padding: 20px 10px;
}

.filterCount {
	margin-bottom: 13px;
	font-size: 14px;
	color: #9b9b9b;
}

.filter-count-detail {
	font-size: 14px;
	color: #9b9b9b;
}

.detail_button_area {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.count-total {
	font-size: 14px;
	color: #4a4a4a;
	padding: 0 6px;
}

.count-total-detail {
	color: #F90;
}

.pageContainer {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.content-table th {
	text-align: center;
}
.content-table td {
	text-align: center;
}

.el-form {
	margin-left: 8px;
}

.el-form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 12px;
	color: #48576a;
	line-height: 1;
	padding: 11px 12px 11px 0;
	box-sizing: border-box;
	width: 25%;
}

.el-form-item {
	margin-bottom: 8px;
}

.el-button {
	padding: 8px 12px;
}

.el-input { 
	width:120%;
}
.el-select{
	width: 60%;
}
.el-select .el-input{
	width: 100%;
}
.el-input{
	width: 72%;
}
.el-form-item__content{
	width: 72%;
}
.el-range-editor.el-input__inner{
	width: 72%;
}

.el-button{
	padding: 8px 12px;
	font-size: 12px;
}
.el-table{
  	font-size:12px;
}
.el-table__body-wrapper{
	overflow-x:auto;
	overflow-y:auto;
}
table {
	font-size:12px;
}
.el-table td{
    color: #606266;
}
.el-pagination__editor.el-input .el-input__inner{
	width:30px;
}
.el-select .el-input .el-select__caret{
	line-height: 100%;
}
.el-date-editor .el-range-separator{
	line-height: 150%;
}
.el-select .el-input{
	width:120%;
}
.el-date-editor .el-range__icon,.el-input__icon{
	line-height:100%;
}
.outer{
	padding:10px;
}

.el-button--default{
	color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
	width: 72%;
}
.el-upload--picture-card{
	border: 0;
}
/* .el-upload-dragger{
	width:147px;
	height:147px;
} */
#search{
	margin: 10px;	
    padding: 10px;
}
#search input{
	border-radius: 30px;
}
.titleFont{
    display: inline-block;
    height: 50px;
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
}
.el-upload-dragger{
	height: 148px!important;
	width: 148px!important;
}