/* 
	@Author: 赵银帅
	@CreatedTime: 2019-10-25
 */
/*@import url("../../font/DS-DIGI/DS-DIGI-1.css");*/

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #f8f8f8;
}

.bg-panel {
	/* background: url(/wtserver/images/beijing_01.png)no-repeat center center; */
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	height: 142px;
	position: relative;
	overflow: hidden;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/beijing_01.png', sizingMethod='scale'); */
}
.bg-top-t {
	height: 140px;
	position: absolute;
	z-index: 1;
	width: 100%
}
.bg-top-b {
	height: 142px;
	position: absolute;
	z-index: 0;
	width: 100%;
}
.bg-top-ele {
	width: 1000px;
	height: 59px;
	margin: 0 auto;
}
.bg-top-logo {
	position: relative;
	z-index: 4;
	margin-top: 10px;
}
.txt-top-log {
	float: left;
	font-size: xxx-large;
	font-weight: 600;
	color: red;
	margin-left: 20px;
	padding-top: 5px;
}

.home-bg-panel {
	background: url(/wtserver/images/bg.png) no-repeat center center transparent;
	width: 100%;
	background-size: 100% 100%;
	position: relative;
	/*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/home_bg.png', sizingMethod='scale');
    */
}

.wsxf-panel {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.top-panel {
	background: rgba(144,199,245,0.8);
	position: relative;
	z-index: 4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#82a5e4,endColorstr=#90c7f5);
}

.top-panel .top-content {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	color: #fff;
	padding: 9px 0;
	line-height: 1em;
	justify-content: space-between;
}

.top-panel .top-content .font-panel {
	color: #fff;
}

.top-panel .top-content .time-panel {
	float: right;
}

.bg-panel .logo-panel {
	margin: 36px auto;
	width: 1000px;
	font-family: "微软雅黑";
	font-size: 48px;
	color: #D0000C;
	font-weight: bold;
	line-height: 1em;
}

/* .wsxf-panel .logo-png {}

.wsxf-panel .main-panel {
	 height: 300px;
} */

.bottom-panel {
	background: url(/wtserver/images/bottom_bg.jpg) no-repeat center center transparent;
	/* height: 119px;
	width: 100%;
	position: absolute;
	border-top: 1px solid #d9d9d9;
	color: #666666;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
	height: 170px;
	line-height: 1.7em;
}
	/* 新增 2021-02-07 */
	.footer {
		border-top: 2px solid #016bb9;
		text-align: center;
		position: relative;
		margin-top: 10px;
		width: 100%;
		background-color: #e3e3e3;
		z-index: 2;
		/* background-image: url(/gjxfj/images/footer.png); */
		height: 170px;
	}
	.footer div {
		background-image: url(https://www.gjxfj.gov.cn/gjxfj/images/footer.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	.footer img {
		margin-top: 30px;
	}
	.footer p {
		color: #333;
		line-height: 22px;
	}
	.fl {
		width: 214px;
		float: left;
		margin-top: 30px;
	}
	.fr {
		float: right;
		width: 600px;
		margin-top: 30px;
	}
	.fr p {
		text-align: center;
	}
	.fr p a {
		color: #333;
		text-decoration: none;
	}
	.footer img {
		margin-top: -5px;
	}
	.ga {
		margin-bottom: -5px;
	}
	.footcenter {
		width: 850px;
		margin: 0 auto;
		/* margin-top: 33px; */
	}
	/* end */

/* 盒子阴影 */
.box-shadow {
	-moz-box-shadow: 0px 2px 8px rgba(29, 79, 156, 0.1);
	-webkit-box-shadow: 0px 2px 8px rgba(29, 79, 156, 0.1);
	box-shadow: 0px 2px 8px rgba(29, 79, 156, 0.1);
}

/* 面包屑 */
.breadcrumb {
	height: 32px;
	background: #ececec;
}

.breadcrumb .breadcrumb-content {
	width: 1000px;
	margin: 0 auto;
	line-height: 32px;
}

.layui-breadcrumb>* {
	font-size: 16px;

}

.layui-breadcrumb a {
	color: #807f7f !important;
}

.layui-breadcrumb a:hover {
	color: #444444 !important;
}


/* 级联框 */
.layui-form-item .layui-input-inline {
	width: 132px;
}

.layui-input-inline select {
	height: 36px;
	border-radius: 4px;
	border-color: #e3e3e5;
}

/* 表格 tbody 样式 */
/* 偶数行背景色 */
.layui-table[lay-even] tr:nth-child(even) {
	background-color: #f6fafd;
}

/* 鼠标指向表格时,奇数行背景颜色 */
.layui-table tbody tr:hover,
.layui-table-hover {
	background-color: #f6fafd;
}

/* 表格头部工具栏背景色 */
.layui-table-tool {
	background-color: #f6fafd;
}

/* 表格头部背景色 */
th {
	background-color: #e1f3ff;
	/* MediumSeaGreen */
	font-weight: 1000 !important;
}

/* 表格单选按钮 分页器颜色改变 */
.layui-form-radioed>i {
	color: #327fd3;
}

.layui-form-radio>i:hover {
	color: #327fd3;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: rgb(109, 161, 211);
}

.layui-laypage a:hover {
	color: rgb(109, 161, 211);
}

/* 弹窗公共样式 */
.layui-layer-title {
	background: rgb(50, 128, 211) !important;
	font-size: 16px !important;
	color: #ffffff !important;
}

.openDialog-sty {
	/* 弹出层中间主要内容样式 */
	padding: 20px;
	background-color: #fafafa;
	font-size: 15px;
	line-height: 25px;
	color: #393D49;
	border-bottom: 1px solid #e2e3e5;
}

.layui-form-checked[lay-skin=primary] i {
	background: rgb(50, 128, 211) !important;
}

.layui-form-checkbox:hover i {
	border: 1px solid rgb(50, 128, 211) !important;
}

.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
	color: #ffffff;
	/*filter: invert(100%);*/
}

/* 弹出层 同意/不同意 按钮 */
.dialogbtns-group {
	position: relative;
	width: 100%;
	height: 30px;
	padding-top: 5px;
}

.dialogbtns-group-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.layui-btn {
	font-size: 16px;
	padding: 0 14px
}

.layui-btn-disabled {
	background-color: #aaaaaa;
	color: #fff;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
}

.layui-btn-disabled:hover {
	background-color: #aaaaaa;
	color: #fff;
	border: none;
}

.layui-btn-primary {
	border: 1px solid #4475dc;
	color: #4475dc;
	border-radius: 3px;
	box-sizing: border-box;
}

.layui-btn-primary:hover {
	border: 1px solid #6e99f4;
	color: #6e99f4;
	border-radius: 3px;
}

/* 禁用 */
.disabled {
	cursor: no-drop;
	background-color: #f5f5f5;
	background: #f5f5f5;
}

.jinyong-btn {
	/* cursor: no-drop; */
	background-color: #aaaaaa;
	width: 80px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
}
.btn-jianbian{
	color: #ffffff;
	background-image: linear-gradient(to right, #4c75e2, #5ba9e1);
	border-radius: 4px;
}
.submit-btn {
	width: 88px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background-image: linear-gradient(to right, #4c75e2, #5ba9e1);
	border-radius: 4px;
}

.submit-btn2 {
	width: 123px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background-image: linear-gradient(to right, #4c75e2, #5ba9e1);
	border-radius: 4px;
}

.cancel-btn {
	width: 80px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border-color: #538be8;
	background-color: #ffffff;
	color: #327fd3;
}

.cancel-btn2 {
	width: 123px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border-color: #538be8;
	background-color: #ffffff;
	color: #327fd3;
}

.center {
	text-align: center;
	padding: 15px 0;
}

.margintop-20{
	margin-top: 20px;
}
.list_tsnr{
	width: 310px;
	text-align: left;
}
.list_jynr{
	width: 310px;
	text-align: left;
}

.confirm-btn {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-image: linear-gradient(to right, #4c75e2, #5ba9e1);
	border-radius: 4px;
}
