input[type='radio'],
input[type='checkbox'] {
	margin: 0px !important;
}
.sqrz-modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(10, 9, 9, 0.4);
	z-index: 900;
}
.sqrz-modal-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 950px;
	min-height: 500px;
	background-color: #fff;
}
.sqrz-modal-form-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	background-color: #f8f9fb;
}
.sqrz-modal-form-top .title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.sqrz-modal-form-top .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 22px;
	color: #999;
	text-align: center;
	line-height: 30px;
}
.sqrz-modal-form-center {
	padding: 20px 20px 60px;
}
.sqrz-modal-form-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.form-item-list {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form-item-list .lab {
	display: inline-block;
	width: 150px;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	color: #666;
	text-align: right;
	margin: 0px;
}
.form-item-list .lab.required::before {
	content: '*';
	color: red;
	margin-right: 2px;
}
.form-item-list .sr-ipt {
	width: 55%;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 0px 40px 0px 10px;
}
.form-item-list .sr-sel {
	width: 55%;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #cccccc;
}
.form-item-list .sr-data {
	width: 55%;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 0px 10px 0px 10px;
}
.form-item-list .sex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form-item-list .sex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form-item-list .sex .sexsp {
	display: flex;
	flex-wrap: wrap;
	width: 50px;
}
.form-item-list .sex .sexsp i {
	margin-left: 10px;
}
.form-item-list .fj-inf {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 80%;
}
.form-item-list .fj-inf .fjbtn {
	width: 84px;
	height: 30px;
	border: none;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	background: #3462fd;
}
.form-item-list .fj-inf .fjiwh {
	width: 16px;
	height: 16px;
	margin: 0 8px;
}
.form-item-list .fj-inf .fjtip {
	font-size: 12px;
	color: #888;
}
.form-table {
	border: 1px solid #d8d8d8;
}
.form-table tr,
.form-table th,
.form-table td {
	border: none;
}
.form-table thead tr th {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #6d81b8;
	font-weight: bold;
	background: #eff5fd;
	box-sizing: border-box;
	font-size: 14px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	width: 130px;
}
.form-table thead tr th:first-child {
	width: 50px;
}
.form-table thead tr th:nth-of-type(3) {
	width: 80px;
}
.form-table tbody tr td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #6d81b8;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 14px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.form-table tbody tr td a {
	color: #3a69f9;
	margin: 0 10px;
}
.sqrz-modal-form-btn {
	position: fixed;
	left: 0;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}
.sqrz-modal-form-btn .btn {
	margin: 0 15px;
	width: 100px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	background-color: #3462fd;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
}
.sqrz-modal-form-btn .cancelbtn {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
}

/*添加附件弹框*/
.tjfj-modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(10, 9, 9, 0.4);
	z-index: 999;
}
.tjfj-modal-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 560px;
	min-height: 400px;
	background-color: #fff;
}
.tjfj-modal-form-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	background-color: #f8f9fb;
}
.tjfj-modal-form-top .title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.tjfj-modal-form-top .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 22px;
	color: #999;
	text-align: center;
	line-height: 30px;
}
.tjfj-modal-form-center {
	padding: 20px 20px 60px;
}
.tjfj-modal-form-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.tjfj-modal-form-item .lab {
	display: inline-block;
	width: 150px;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	color: #666;
	text-align: right;
	margin: 0px;
}
.tjfj-modal-form-item .lab.required::before {
	content: '*';
	color: red;
	margin-right: 2px;
}
.tjfj-modal-form-item .sr-ipt {
	width: 60%;
	line-height: 32px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #cccccc;
	padding: 0px 40px 0px 10px;
}
.tjfj-modal-form-item .sr-data {
	width: 60%;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 0px 10px 0px 10px;
}
.tjfj-modal-form-item .sr-sel {
	width: 60%;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #cccccc;
}
.tjfj-modal-form-item .sr-file {
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding-left: 44px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	background: #fafafa url(../../images/zjfw/upload.png) no-repeat 15px center;
	background-size: 20px 20px;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	display: inline-block;
	zoom: 1;
}
.tjfj-modal-form-item .sr-file .file {
	width: 130px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
}
.upload-fj {
	padding-left: 150px;
}
.upload-fj .tips {
	font-size: 12px;
	color: #999;
}
.tjfj-modal-form-btn {
	position: fixed;
	left: 0;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}
.tjfj-modal-form-btn .btn {
	margin: 0 15px;
	width: 100px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	background-color: #3462fd;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
}
.tjfj-modal-form-btn .cancelbtn {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
}
#showFileName {
	font-size: 16px;
	color: #666;
	margin-top: -10px;
}
#showFileName span {
	margin-right: 10px;
	display: inline-block;
	position: relative;
	padding-right: 35px;
	font-size: 14px;
}
#showFileName span i {
	width: 20px;
	height: 20px;
	background: url(../../images/zjfw/delete.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 0px;
	cursor: pointer;
}
