*{
	margin: 0;
	padding: 0;
}
html, body, #app{
	padding: 0;
	margin: 0;
	background: #f5f5f5;
	min-width: 1200px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
#app, input, textarea, button{
	font-family: "微软雅黑","Micorsoft YaHei","SimHei","FreeSans","思源黑体","Source Han Sans CN","Arial","sans-serif"!important;
}
a{
	text-decoration:none;
}
li{
	list-style: none;
}
textarea{
	resize: none!important;
}
.el-input__count{
	line-height: 14px;
}
[v-cloak]{
	display: none;
}
/*案件办理状态颜色*/
/*已提交*/
.uncommitted{
	color: #13d86e;
}
/*受理中*/
.caseHanding{
	color: #008cff;
}
/*已受理*/
.caseHandled{
	color: #16bbad;
}
/*已撤回*/
.putOffed{
	color: #f5443a;
}
/*不予受理中*/
.noAccepting{
	color: #f5493a;
}
/*补正中*/
.correcting{
	color: #f7d85f;
}
/*已补正*/
.corrected{
	color: #e29e22;
}
/*审理中*/
.heaing{
	color: #3baaff;
}
/*延期中*/
.delaying{
	color: #fa4b48;
}
/*终止中*/
.terminating{
	color: #13d86e;
}
/*中止中*/
.breaking{
	color: #4cbefd;
}
/*决定中*/
.deciding{
	color: #0c47be;
}
/*已办结*/
.finished{
	color: #0fad56;
}
/*头部导航样式*/
/*<1366px*/
@media screen and (max-width: 1366px){
	.el-header {
		height: 150px!important;
	}
	.el-tabs--card > .el-tabs__header{
		top: 100px;
	}
	.el-tabs__content{
		margin-top: 30px;
	}
	.application_form{
		width: 95%;
		margin: 0 auto;
	}
	.detailBox{
		width:83%;
		margin:30px 0 30px 5%;
	}
}
/*1600px<width<1366px*/
@media screen and (max-width: 1600px) and (min-width: 1366px){
	.el-header {
		height: 150px!important;
	}
	.el-tabs--card > .el-tabs__header{
		top: 100px;
	}
	.el-tabs__content{
		margin-top: 30px;
	}
	.application_form{
		width: 95%;
		margin: 0 auto;
	}
	.detailBox{
		width:83%;
		margin:30px 0 30px 5%;
	}
}
/*1920px<width<1600px*/
@media screen and (max-width: 1920px) and (min-width: 1600px){
	.el-header {
		height: 180px!important;
	}
	.el-tabs--card > .el-tabs__header{
		top: 125px;
	}
	.el-tabs__content{
		margin-top: 50px;
	}
	.application_form{
		width: 85%;
		margin: 0 auto;
	}
	.detailBox{
		width:83%;
		margin:36px 3%;
	}
}
/*1920px<width*/
@media screen and (min-width: 1920px){
	.el-header {
		height: 200px!important;
	}
	.el-tabs--card > .el-tabs__header{
		top: 140px;
	}
	.el-tabs__content{
		margin-top: 80px;
	}
	.application_form{
		width: 80%;
		margin: 0 auto;
	}
	.detailBox{
		width:76%;
		margin:36px 6%;
	}
}
.el-header {
	position:fixed;
	z-index: 999;
	width: 100%;
	min-width: 1100px;
	background:url("../images/topheader.png") no-repeat center;
	box-shadow: 0 0 1px 1px #999;
}
.el-tabs--card > .el-tabs__header{
	border: none;
	font-weight: bold;
	position: fixed;
	z-index: 1000;
	width: 100%;
	min-width: 1100px;
}
.el-header .loginOut{
	position: absolute;
	right:20px;
	bottom: 15px;
	color: #fff;
	z-index: 1000;
}
.el-header .loginOut .el-row{
	display: inline-block;
    padding: 5px 15px;
    text-align: center;
}
.el-header .loginOut .loginBtn:hover{
	background: rgba(0,0,0,.2);
	cursor: pointer;
	border-radius: 10px;
}
.el-main{
    overflow: unset;
	margin-top: 126px;
}
/*footer样式*/
/*.el-footer{*/
	/*width:100%;*/
	/*height:160px!important;*/
	/*text-align:center;*/
	/*background:url("../images/footer.png") no-repeat center;*/
	/*background-size:100% 100% ;*/
	/*overflow:hidden;*/
/*}*/
/*.footer-logo{*/
	/*width:100%;*/
	/*height:80px;*/
/*}*/
/*.ftlogo {*/
	/*margin: 4px auto;*/
	/*width: 80px;*/
	/*height: 80px;*/
	/*background: url("../images/footerlogo.png") no-repeat center;*/
	/*background-size: 100% 100%;*/
/*}*/
.bold{
	font-weight: bold;
	font-size: 16px;
}
.indent{
	text-indent: 32px;
}
.textOver{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tips{
	color: red;
	vertical-align: text-bottom;
}
.tipsIcon{
	margin-left: 15px;
}
/*分页样式*/
.el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li, .el-pagination.is-background .btn-next {
	border: 1px solid #dcdfe6;
	margin: 0 5px;
	background: white;
}
.el-pagination.is-background .btn-prev, .el-pagination.is-background .btn-next{
	padding: 0 10px;
}
.searchbtn{
	border-radius: 8px !important;
}
/*附件上传按钮*/
/* .uploadBtn{
	display: inline-block;
	width: auto;
	height: 36px;
	border-radius: 3px;
} */
/*查看按钮*/
.acceptBtn{
	border: 1px solid #008cff;
	color: #008cff;
}
.acceptBtn:hover{
	background: #008CFF;
	color: #fff;
	border-color: #008CFF;
}
.acceptBtn:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
/*提交按钮*/
.terminateBtn{
	border: 1px solid #13d86e;
	color: #13d86e;
}
.terminateBtn:hover{
	background: #13d86e;
	color: #fff;
	border-color: #13d86e;
}
.terminateBtn:focus{
	background: #08ac56;
	color: #fff;
	border-color: #08ac56;
}
/*补正黄色按钮*/
.correctBtn{
	border: 1px solid #f7ba2a;
	color: #fbbc1f;
}
.correctBtn:hover{
	background: #f7ba2a;
	color: #fff;
	border-color: #f7ba2a;
}
.correctBtn:focus{
	background: #e2ab28;
	color: #fff;
	border-color: #e2ab28;
}
/*删除红色按钮*/
.noAcceptBtn{
	border: 1px solid #f5493a;
	color: #fa4b48;
}
.noAcceptBtn:hover{
	background: #f5493a;
	color: #fff;
	border-color: #f5493a;
}
.noAcceptBtn:focus{
	background: #f5483a;
	color: #fff;
	border-color: #f5483a;
}
/*保存发送按钮*/
.saveBtn{
	background-color: #008cff;
	color: #fff;
}
.saveBtn:hover{
	background-color: #3baaff;
	color: #fff;
}
.saveBtn:focus{
	background-color: #0c47be;
	color: #fff;
}
.cancelBtn{
	border: 1px solid #b7b7b7;
	color: #fff;
	background: #b7b7b7;
}
.cancelBtn:hover{
	background: #cccccc;
	color: #fff;
	border-color: #cccccc;
}
.cancelBtn:focus{
	background: #a8a8a8;
	color: #fff;
	border-color: #a8a8a8;
}
.searchTime{
	padding: 0 20px;
	color: #606266;
}
.uploadbtn:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
.uploadbtn1:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
.uploadbtn2:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
/*applicationDetail||application||updateApplication*/
.preIcon{
	display: inline-block;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	background: #409EFF;
	vertical-align: sub;
	margin-right: 5px;
}
.detail-title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #409EFF;
}
.detail-con{
	width: 100%;
	height: auto;
	position: relative;
	margin: 2px auto 10px;
	background: #fff;
	border: 1px solid #ddd;
}
/*application||updateApplication*/
.detail_list{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.detailDelBtn{
	margin:10px 20px;
}
.application_list{
	width:80%;
	margin:0 auto 50px;
}
/* .btnBox{
	width:100%;
	margin-top: 40px;
	text-align: center;
} */
/*右浮动*/
.rightFloat{
	float: right;
}






/*案件办理状态颜色*/
/*已提交*/
.uncommitted{
	color: #13d86e;
}
/*受理中*/
.caseHanding{
	color: #008cff;
}
/*已受理*/
.caseHandled{
	color: #16bbad;
}
/*已撤回*/
.putOffed{
	color: #f5443a;
}
/*不予受理中*/
.noAccepting{
	color: #f5493a;
}
/*补正中*/
.correcting{
	color: #f7d85f;
}
/*已补正*/
.corrected{
	color: #e29e22;
}
/*审理中*/
.heaing{
	color: #3baaff;
}
/*延期中*/
.delaying{
	color: #fa4b48;
}
/*终止中*/
.terminating{
	color: #13d86e;
}
/*中止中*/
.breaking{
	color: #4cbefd;
}
/*决定中*/
.deciding{
	color: #0c47be;
}
/*已办结*/
.finished{
	color: #0fad56;
}
/*案件办理期限---已过期*/
.overdue{
	color: #fa4b48;
}
/*按钮样式*/
/*圆角*/
.radiusBtn{
	border-radius: 15px;
    padding: 10px 20px;
}
/*下载按钮*/
.downloadBtn{
	float: right;
	margin-bottom: 10px;
}
.acceptBtn, .detailBtn, .noAcceptBtn, .correctBtn, .delayBtn, .terminateBtn, .breakBtn, .decideBtn, .rejectBtn{
	border-radius: 4px;
}
/*受理蓝色按钮*/
.acceptBtn{
	border: 1px solid #008cff;
	color: #008cff;
}
.acceptBtn:hover{
	background: #008CFF;
	color: #fff;
	border-color: #008CFF;
}
.acceptBtn:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
/*查看灰色按钮*/
.detailBtn{
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
}
.detailBtn:hover{
	background: #b8b8b8;
	color: #fff;
	border-color: #b8b8b8;	
}
.detailBtn:focus{
	background: #9e9e9e;
	color: #fff;
	border-color: #9e9e9e;
}
/*不予受理红色按钮*/
.noAcceptBtn{
	border: 1px solid #f5493a;
	color: #fa4b48;
}
.noAcceptBtn:hover{
	background: #f5493a;
	color: #fff;
	border-color: #f5493a;	
}
.noAcceptBtn:focus{
	background: #f5483a;
	color: #fff;
	border-color: #f5483a;
}
/*补正黄色按钮*/
.correctBtn{
	border: 1px solid #f7ba2a;
	color: #fbbc1f;
}
.correctBtn:hover{
	background: #f7ba2a;
	color: #fff;	
	border-color: #f7ba2a;
}
.correctBtn:focus{
	background: #e2ab28;
	color: #fff;
	border-color: #e2ab28;
}
/*延期按钮*/
.delayBtn{
	border: 1px solid #0588fe;
	color: #0588fe;
}
.delayBtn:hover{
	background: #0588fe;
	color: #fff;
	border-color: #0588fe;
}
.delayBtn:focus{
	background: #0449c8;
	color: #fff;
	border-color: #0449c8;
}
/*终止按钮*/
.terminateBtn{
	border: 1px solid #13d86e;
	color: #13d86e;
}
.terminateBtn:hover{
	background: #13d86e;
	color: #fff;	
	border-color: #13d86e;
}
.terminateBtn:focus{
	background: #08ac56;
	color: #fff;
	border-color: #08ac56;
}
/*中止按钮*/
.breakBtn{
	border: 1px solid #4cbefd;
	color: #4cbefd;
}
.breakBtn:hover{
	background: #4cbefd;
	color: #fff;
	border-color: #4cbefd;	
}
.breakBtn:focus{
	background: #40a8e7;
	color: #fff;
	border-color: #40a8e7;
}
/*决定按钮*/
.decideBtn{
	border: 1px solid #fbbb35;
	color: #fbbb35;
}
.decideBtn:hover{
	background: #fbbb35;
	color: #fff;	
	border-color: #fbbb35;
}
.decideBtn:focus{
	background: #e4a92b;
	color: #fff;
	border-color: #e4a92b;
}
/*驳回按钮*/
.rejectBtn{
	border: 1px solid #fb474a;
	color: #fb474a;
}
.rejectBtn:hover{
	background: #fb474a;
	color: #fff;	
	border-color: #fb474a;
}
.rejectBtn:focus{
	background: #ff4941;
	color: #fff;
	border-color: #ff4941;
}
.saveSend{
	border: 1px solid #008cff;
	color: #fff;
	background: #008cff;
}
.saveSend:hover{
	background: #3baaff;
	color: #fff;	
	border-color: #3baaff;
}
.saveSend:focus{
	background: #0c47be;
	color: #fff;
	border-color: #0c47be;
}
.cancelBtn{
	border: 1px solid #b7b7b7;
	color: #fff;
	background: #b7b7b7;
}
.cancelBtn:hover{
	background: #cccccc;
	color: #fff;	
	border-color: #cccccc;
}
.cancelBtn:focus{
	background: #a8a8a8;
	color: #fff;
	border-color: #a8a8a8;
}
.el-scrollbar__wrap{
	overflow: auto;
}

/*查看详情样式开始*/
.detail .tableName{
	height: 20px;
	line-height: 20px;
	color: rgb(0, 140, 255);
	padding: 10px 0 0;
}
.tableName::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background: rgb(0, 140, 255);
	vertical-align: bottom;
	margin-right: 10px;
}
.sqrlb{
	width:100%;
	height:auto;
	background: #fff;
	border: 1px solid #ddd;
	/*margin-bottom: 20px;*/
	margin: 20px 0 10px;
}
/*detaileDisable--文书处理和意见审批表*/
.sqrlbContent .el-col{
	margin: 5px 0;
}
.detail input{
	width: 100%;
	background: transparent!important;
	border-color: #c0c0c0;
}
.detail textarea{
	background: transparent!important;
	border-color: #c0c0c0;
}
/*查看详情样式结束*/
/*查询条件样式开始*/
.searchBtnLeft{
	margin-left: 60px;
}
.searchTime{
	padding: 0 20px;
	color: #606266;
}
.searchFun{
	margin-left: 35px;
}
.searchItem .el-input{
	width: 180px;
}
/*查询条件样式结束*/
/*下拉列表*/
.el-select-dropdown__list{
	margin: 0 0 10px 0;
}
/*折叠面板*/
.el-collapse-item__header, .el-collapse-item__wrap{
	background: transparent;
}
.el-collapse-item__header{
	border-bottom: 1px solid rgba(0,0,0,.2);
}
/*删除申请人*/
.delApply{
	text-align: right;
	margin: 0;
	padding-right: 10px;
}
.delApply i{
	cursor: pointer;
	width: 25px;
    height: 25px;
    text-align: center;
}
/*开始与结束日期选择*/
.startDate, .endDate{
	display: inline-block;
}
/*表格*/
.el-table .cell{
	padding: 0 10px;
	line-height: normal;
}
.el-table--border th:first-child .cell, .el-table--border td:first-child .cell{
	padding: 0 10px!important;
}
/*查看详情弹窗*/
.detailDialog .el-dialog{
	padding: 0 120px;
}
textarea{
	resize: none!important;
}
[v-cloak]{
	display: none;
}
.el-scrollbar__view{
	padding-bottom: 10px;
}
.btnBox{
	text-align: center;
	padding: 0px 0 30px 0;
}
/*.btnBox .el-link{*/
	/*margin-left: 10px;*/
/*}*/
/*加粗*/
.bolder{
	font-weight: bold;
}
/*溢出省略号*/
.textOver{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*首行缩进*/
.indent{
	text-indent: 32px;
	display: inline-block;
}
.indentBlock{
	text-indent: 32px;
}
.el-dialog__header{
	background: #7098e0;
}
.el-dialog__title{
	color: #fff;
}
/*附件input*/
.inputBorder{
	border: 0!important;
}
.inputBorder:focus{
	outline: none;
}
/*附件上传按钮*/
.uploadBtn{
	display: inline-block;
	width: auto;
	height: 36px;
	border-radius: 3px;
}
.uploadBtn1{
	display: inline-block;
	width: auto;
	height: 36px;
	border-radius: 3px;
}
.uploadBtn2{
	display: inline-block;
	width: auto;
	height: 36px;
	border-radius: 3px;
}
.el-dropdown-menu .el-row{
	text-align: center;
}
.el-input__count{
	line-height: 14px;
}
/********application、caseRegister、applicationUpdate、updateDetail********/
.detailBox{
	width: 76%;
	margin: 36px 8%;
}
.detailDelBtn{
	margin:10px 20px;
}
/*el-form容器*/
.application_list{
	width: 75%;
	margin: 0 auto;
}

/*模块标题*/
.title{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#409EFF;
}
/*标题蓝色书签*/
.preIcon{
	display:inline-block;
	width:4px;
	height:20px;
	border-radius:2px;
	background:#409EFF;
	vertical-align: sub;
}
/*标题文字样式*/
.title-text{
	vertical-align: top;
	margin: 0 10px;
}
/*模块内容样式*/
.contentbox{
	position:relative;
	width:100%;
	height:auto;
	background: #fff;
	border: 1px solid #ddd;
	margin: 10px 0;
}


