﻿html #layui_layer_skinwebstylecss {
	display: none;
	position: absolute;
	width: 1989px;
}

/* 自定义皮肤 */
.layui-radius {
	border-radius: 4px;
}

.layui-over .layui-layer-content {
	overflow: visible;
}

/*招标解密特定皮肤*/
.layui-decipher .layui-layer-title {
	padding-left: 13px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #1c4682;
}

.layui-decipher .layui-layer-setwin {
	top: 12px;
	right: 10px;
}

.layui-decipher .layui-layer-setwin a {
	margin-left: 0;
	width: 11px;
	height: 11px;
	background: url(close.png) center no-repeat !important;
	background-size: 100%;
}

.layui-decipher .layui-layer-setwin button {
	margin-left: 0;
	width: 11px;
	height: 11px;
	background: url(close.png) center no-repeat !important;
	background-size: 100%;
}

.layui-decipher .layui-layer-btn {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
}

.layui-decipher .layui-layer-btn a {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	min-width: 102px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-decipher .layui-layer-btn button {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	min-width: 102px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-decipher .layui-layer-btn button.disabled, .layui-decipher .layui-layer-btn button[disabled],
	fieldset[disabled] .layui-decipher .layui-layer-btn button {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #BDBDBD;
}

.layui-decipher .layui-layer-btn .layui-layer-btn0 {
	background-color: #ef9a0d;
}

/*报表相关样式*/
.layui-report, .layui-report .layui-layer-content {
	background: transparent !important;
}

.layui-report .report {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	background-color: rgba(28, 87, 170, 0.7);
	border-radius: 4px;
}

.layui-report .report .btn-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(close.png) center no-repeat !important;
	cursor: pointer;
}

.layui-report .report .title {
	padding: 0 6px 0 24px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	/*background-color: rgba(28, 87, 170, 0.7);*/
}

.layui-report .report .sign {
	padding: 0 15px 0 15px;
	height: 52px;
	line-height: 52px;
	text-align: left;
	background-color: rgba(28, 87, 170, 0.7);
}

.layui-report .report .sign li {
	float: left;
	color: #3f9be6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.layui-report .report .sign li span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.layui-report .report .sign .btn {
	bottom: 0;
	right: 0;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 28px;
	color: #299dff;
	text-align: center;
	border: 1px solid #299dff;
	box-sizing: border-box;
	border-radius: 32px;
	margin-left: 10px;
	margin-top: 12px;
	background: transparent !important;
}

.layui-report .report .sign .btn:hover {
	cursor: pointer;
}

.layui-report .report .sign .btn.disabled, .layui-report .report .sign .btn[disabled],
	fieldset[disabled] .layui-report .report .sign .btn {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #BDBDBD;
}

.layui-report .signlist .list {
	margin: 8px 7px 0;
	height: 388px;
	background: #fff;
	border-radius: 4px;
}

.layui-report .signlist .list table {
	width: 100%;
	table-layout: fixed;
}

.layui-report .signlist .list thead th {
	height: 51px;
	line-height: 51px;
	color: #155eb6;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #9CD0FA;
}

.layui-report .signlist .table tbody tr {
	height: 48px;
	font-size: 15px;
	color: #666;
	margin-top: 4px;
	cursor: pointer;
}

.layui-report .signlist .table tbody tr:nth-child(2n) {
	background-color: #f3f7fb;
}

.layui-report .signlist .table tbody tr th {
	text-align: center;
}

.layui-report .signlist .table tbody tr:hover {
	color: #fff;
	background: #3f9be6;
	box-shadow: 0px 3px 6px 0px rgba(63, 155, 230, 0.45);
	margin-left: 9px;
	margin-right: 9px;
	border-radius: 4px;
}

.layui-report .signlist .pager-control {
	margin-right: 10px;
	float: right;
}

.layui-report .signlist .pager-control .banner.left {
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}

.layui-report .signlist .pager-control .banner.right {
	padding-top: 0px;
}

/**
评标办法参数抽取
 */

/**/
.layui-transparent {
	background: transparent;
}

/**/
.layui-decipher {
	background-color: #fff;
}

/*状态皮肤    20181019*/
.layui-status .layui-layer-setwin {
	top: 0;
	right: 0;
}

.layui-status .layui-layer-setwin a {
	margin-left: 0;
	top: 13px;
	right: 10px;
	width: 11px;
	height: 11px;
	background: url(closeS.png) center no-repeat !important;
	background-size: 100%;
}

.layui-status .layui-layer-setwin button {
	margin-left: 0;
	top: 13px;
	right: 10px;
	width: 11px;
	height: 11px;
	background: url(closeS.png) center no-repeat !important;
	background-size: 100%;
}

.layui-status .layui-layer-btn {
	position: relative;
	/*margin-top: -60px;*/
	padding: 0 0 37px;
	font-size: 0;
	text-align: center;
	height: 36px;
	z-index: 2;
}

.layui-status .layui-layer-btn a {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	width: 102px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-status .layui-layer-btn button {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	width: 102px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-status .layui-layer-btn .layui-layer-btn0 {
	background-color: #ef9a0d;
}

/*私聊窗体*/
.layui-private, .layui-private .layui-layer-content {
	background: transparent !important;
}

/*聊天*/
.layui-private-chat .layui-layer-title {
	padding: 0 0 0 35px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #1c4682 url(min_person_get.png) 12px center no-repeat;
	border-bottom: 0;
}

.layui-private-chat .layui-layer-min cite {
	background-color: #fff;
}

.layui-private-chat .layui-layer-max {
	background-image: url(min_restore_get.png);
	background-position: center;
}

.layui-private-chat .layui-layer-max:hover {
	background-position: center;
	opacity: .7;
}

.layui-private-chat .layui-layer-close {
	background-image: url(min_close_get.png);
	background-position: center;
}

.layui-private-chat .layui-layer-setwin {
	top: 10px;
}

/*聊天记录*/
.layui-record .layui-layer-close {
	top: -15px;
	right: -12px;
	background-image: url(min_close_get.png);
	background-position: center;
}

.layui-record .layui-layer-close:hover {
	background-position: center;
	opacity: .7;
}

/*最小话，有信息*/
.layui-private-chat-message .layui-layer-title {
	background-color: #ef9a0d;
}

/**/
.layui-decipher-alert {
	background-color: #fff;
}

/*招标解密特定皮肤*/
.layui-decipher-alert .layui-layer-title {
	padding-left: 13px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #1c4682;
}

.layui-decipher-alert .layui-layer-setwin {
	top: 12px;
	right: 10px;
}

.layui-decipher-alert .layui-layer-setwin a {
	margin-left: 0;
	width: 11px;
	height: 11px;
	background: url(close.png) center no-repeat !important;
	background-size: 100%;
}

.layui-decipher-alert .layui-layer-setwin button {
	margin-left: 0;
	width: 11px;
	height: 11px;
	background: url(close.png) center no-repeat !important;
	background-size: 100%;
}

.layui-decipher-alert .layui-layer-btn {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	background: #f5f5f5;
	text-align: right;
}

.layui-decipher-alert .layui-layer-btn a {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	min-width: 80px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-decipher-alert .layui-layer-btn button {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 5px;
	min-width: 80px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
}

.layui-decipher-alert .layui-layer-btn button.disabled,
	.layui-decipher-alert .layui-layer-btn button[disabled], fieldset[disabled] .layui-decipher-alert .layui-layer-btn button
	{
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #BDBDBD;
}

.layui-decipher-alert .layui-layer-btn .layui-layer-btn0 {
	background-color: #ef9a0d;
}

.btn-x {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	background: #f5f5f5;
	text-align: right;
}

.btn-x button {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 5px;
	min-width: 80px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #3f9be6;
	vertical-align: top;
	border: 0;
	cursor: pointer;
}