/*页面头部*/
.f-page-header {
	background: #FFFFFF;
	border-bottom: 1px solid #ccc;
}

.f-page-title {
	color: #000;
}

.f-page-header:after {
	display: none;
}

.f-page-backbtn {
	color: #0070ff;
}

.lr-flow-list .lr-list-item {
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1;
}

.lr-flow-list .lr-list-item .left {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	padding-top: 10px;
}

.lr-flow-list .lr-list-item .left .circle {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
}

.lr-flow-list .lr-list-item .middle {
	position: relative;
	width: 100%;
}

.lr-flow-list .lr-list-item .middle .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.lr-flow-list .lr-list-item .middle .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lr-flow-list .lr-list-item .middle .status {
	font-size: 12px;
	margin-top: 2px;
	color: #e8a758;
}

.lr-flow-list .lr-list-item .right {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 12px;
	color: #999;
}


.lr-list-item-multi>p>span {
	color: #666;
}

.lr-list-item-multi>p {
	line-height: 20px;
}

.lr-list-addbtn {
	position: absolute;
	bottom: 60px;
	right: 20px;
	height: 50px;
	width: 50px;
	color: #fff;
	border-radius: 50%;
	background-color: #488aff;
	text-align: center;
	line-height: 50px;
	z-index: 10;
}

.lr-list-addbtn>i {
	font-size: 40px;
}

/*表单页面*/
.lr-form-page {
	position: relative;
	height: 100%;
	width: 100%;
}

.lr-form-page .container {
	position: relative;
	width: 100%;
	height: 100%;
}

.lr-form-add-page {
	padding-bottom: 46px;
}

.lr-form-page .lr-form-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	padding: 5px;
	background-color: #eee;
	display: none;
}

.lr-form-add-page .lr-form-btn {
	display: block;
}

.lr-form-add-page .lr-form-btn button {
	margin: 0;
	height: 36px;
	line-height: 1;
}

.lr-form-header-cancel,
.lr-form-header-submit {
	position: absolute;
	width: 60px;
	height: 43px;
	line-height: 44px;
	text-align: center;
	color: #0070ff;
	top: 0;
	background-color: #FFFFFF;
	font-size: 16px;
	display: none;
}

.lr-form-header-cancel {
	left: 0;
}

.lr-form-header-submit {
	right: 0;
}


.lr-form-header-btnlist {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	line-height: 44px;
	color: #0070ff;
	display: none;
}

.lr-form-header-btnlist i {
	font-size: 24px;
}

.lr-form-header-more,
.lr-form-header-edit {
	text-align: center;
	width: 40px;
	height: 100%;
	float: right;
}

/*选择框（组织单位）*/
.lr-select {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: right;
	padding-right: 29px;
}

.lr-select:after {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e6a3";
	position: absolute;
	right: 10px;
	top: 0;
	color: #c8c7cc;
}

/*弹层选择框*/
.lr-layerSelect {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: right;
	padding-right: 29px;
}

.lr-layerSelect:after {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e6a3";
	position: absolute;
	right: 10px;
	top: 0;
	color: #c8c7cc;
}

/*编辑表格*/
.lr-form-row.lr-edit-gird {
	position: relative;
	padding: 0;
}

.lr-form-row+.lr-edit-gird {
	margin-top: -1px;
}

.lr-form-row+.lr-edit-gird:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
	z-index: 1;
}


.lr-form-container .lr-edit-grid-btn {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	color: #1d96f0;
	margin-top: -1px;
	padding: 0;
}

.lr-form-container .lr-edit-grid-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

.lr-form-container .lr-edit-grid-btn:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

.lr-edit-grid-block {
	position: relative;
}

.lr-edit-grid-block:before {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

.lr-edit-grid-block .lr-edit-grid-row {
	position: relative;
	clear: left;
	overflow: hidden;
	min-height: 40px;
	padding-left: 90px;
	font-size: 14px;
}

.lr-edit-grid-block .lr-edit-grid-row label {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 100%;
	line-height: 40px;
	text-align: left;
	padding-left: 14px;
}

.lr-edit-grid-block .lr-edit-grid-row:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 14px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

/* 表格图片 */
.lr-edit-grid-block .lr-edit-grid-row .grid-preview{
	text-align: right;
	padding-right: 15px;
	line-height: 37px;
}

.lr-edit-grid-block .lr-edit-grid-row .qy-preview {
	height: 37px;
	width: 45%;
}

.lr-edit-grid-title {
	position: relative;
	/* background-color: #fafafa;
	    color: #999;*/
	background-color: #eee;
	color: #0070ff;
	min-height: 30px;
	line-height: 30px;
	padding-left: 14px;
	font-size: 12px;

}

.lr-edit-grid-title:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

.lr-edit-grid-deletebtn {
	position: absolute;
	color: #1d96f0;
	top: 0;
	right: 0;
	height: 30px;
	width: 60px;
	text-align: center;
}

.lr-edit-gird[readonly="readonly"] .lr-edit-grid-btn,
.lr-edit-gird[readonly="readonly"] .lr-edit-grid-deletebtn {
	display: none;
}


.lr-label {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 3px 6px;
	color: #333;
	border-radius: 100px;
}

.f-timeline-allwrap {
	height: auto;
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 合计 */
.statistic-list {
	flex-shrink: 0;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 0.8rem;
}

/* 放大图片 */
.f-page>.preview-con {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 20;
}

.f-page>.preview-con>img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
}

.f-poppicker-header {
	position: relative;
}

.f-poppicker-search {
	    width: 50%;
	    height: 32px;
	    position: absolute;
	    left: 50%;
	    top: 5px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		border-radius: 3px;
		background-color: #f7f8fa;
		padding: 5px;
}

.f-poppicker-search input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 12px;
	color: #000;
	background-color: #f7f8fa;
	margin: 0;
}

.f-poppicker-search #lr_piker_search {
	margin: 0;
}
