/* 
	@Author: 赵银帅
	@CreatedTime: 2019-10-25
 */
@import url("../../font/DS-DIGI/DS-DIGI-1.css;vpn_img");

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #f8f8f8;
}

.bg-panel {
	/*
	background: url(../../images/top_bg.png;vpn_img) no-repeat;
	*/
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	height: 110px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=bEnabled, sizingMethod=sSize, src=sURL)
		/* position: absolute; */
}

.home-bg-panel {
	/*
	background: url(../../images/home_bg1.png;vpn_img) no-repeat center center transparent;
	*/
	width: 100%;
	background-size: 100% 100%;
	position: relative;
}

.wsxf-panel {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.top-panel {
	background: #1200ff21;
	position: relative;
}

.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 {
	/* font-family: "DS-DIGI-1"; */
}

.bg-panel .logo-panel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1000px;
	font-family: "微软雅黑";
	font-size: 48px;
	color: #fdec76;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 3px 3px 5px #de9d28;
	/* text-align: center; */
}

.wsxf-panel .logo-png {}

.wsxf-panel .main-panel {
	/* height: 300px; */
}
.bottom-panel {
	background: url(../../images/bottom_bg.jpg;vpn_img) repeat-y center center transparent;
	height: 119px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	color: #666666;
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
	line-height: 1.7em;
	background-size: 100%;
}

/* 盒子阴影 */
.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;
	position: relative;
	bottom: -8px;
}

.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%); */
	text-align: center;
}

.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;
}

.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: 80px;
	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;
}

.center {
	text-align: center;
}

/* 必填项红色星号 */
.bitian-xing{
	color: red;
}

.clearfloat{ zoom: 1;}/*设置或检索对象的缩放比例。*/
.clearfloat:after{
   display: block;
   clear: both;/*清除两侧浮动*/
   content: '';/*用来和 :after 及 :before 伪元素一起使用，在对象前或后显示内容。*/
   visibility: hidden;/*规定元素是否可见。仍占位置*/
   height: 0;

}
.com-title-panel{
	padding:10px 25px 10px 18px;
	border-bottom: 1px solid #c1d8f2;
	color: #245e9e;
	font-size: 16px;
}
.com-title{
	position: relative;
	padding-left: 20px;
	font-size:16px;
}
.com-title:before{
	position: absolute;
	content:'';
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	background: #245e9e;
	border-radius: 6px;
	opacity: 0.5;
	transform: translateY(-50%) rotate(45deg);
}

.layui-layer-tips .layui-layer-content{
	background-color:#4789fc !important;
}

.layui-layer-tips .layui-layer-content i{
	border-bottom-color:#4789fc !important;
}