@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #4f5257;
	font-size: 14px;
}

em {
	font-style: normal;
}

i.vemiddle {
	vertical-align: middle;
}

i.vetop {
	vertical-align: top;
}

.cs {
	background: #ff8519 !important;
}

.csc {
	color: #ff8519 !important;
}

.ls {
	background: #5ecb6a !important;
}

.lsc {
	color: #5ecb6a !important;
}

.zs {
	background: #d59ced !important;
}

.lans {
	background: #267fe4 !important;
}

.hs {
	background: #f93e46 !important;
}

.hsc {
	color: #f93e46 !important;
	font-weight: 700;
}

.bdhs {
	border-color: #f93e46 !important;
}

.sls {
	background: #19c498 !important;
}

.fs {
	background: #ff779b !important;
}

.huis {
	background: #dddddd !important;
}

.huangse {
	background: #ffce0b !important;
}

.huangsec {
	color: #ffce0b !important;
}

.lanse {
	background: #0099cc !important;
}
.lansec {
	color: #0099cc !important;
}

@font-face {
	font-family: "iconfont";
	src: url('fonts/iconfont.eot');
	/* IE9*/
	src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('fonts/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

iframe{ border: none !important;}

body,
html {
	height: 100%;
}

/*.layui-table, .layui-table-view{ margin: 0px !important;}*/

::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color:#c1c5cf;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color:#c1c5cf;
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color:#c1c5cf;
}

.layui-table, .layui-table-view{ margin-bottom: 0px;}

.pop-from{
	height: 100%;
	padding: 10px 10px 0;
	box-sizing: border-box;
	overflow: auto;
}

.pop-box{
	height: 100%;
	padding: 10px;
	overflow: auto;
}

.table-sty {
    width: 100%;
    background: #fff;
    font-size: 14px;
    table-layout: fixed;
	border: 1px solid #dbefff;
}

.table-sty th, .table-sty td {
    text-align: center;
    border: 1px solid #dbefff;
    border-right: none;
    border-bottom: none;
	height: 40px;
	padding: 0 5px;
}

.table-sty th {
    background: #ecf2fe;
    font-weight: 600;
    color: #00a0ea;
    font-weight: 700;
}

.table-sty tr td {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.table-sty-jg tr:nth-child(even)>td {
    background-color: #f9f9f9;
}

.text-left{
	text-align: left !important;
}


.text-item {
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
}

.text-item-in {
	position: relative;
	padding-left: 145px;
	box-sizing: border-box;
	padding-right: 30px;
}

.text-item-float {
	flex: 1;
	min-width: 33.33%;
	margin-bottom: 10px;
	max-width: 33.33%;
}

.ck-text-item .item-inp,.ck-text-item .item-sel{
	border: none;
	padding: 0;
	font-weight: 700;
}

.item-inp {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background:#fff;
	border: 1px solid #dee1ea;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #4f5257;
	font-size: 14px;
	outline: none;
}

.item-inp::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #999999;
	/* placeholder字体大小  */
	font-size: 14px;
}

.text-item-nbtn .item-inp {
	width: calc(100% - 70px);
}

.item-sel {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background:#fff;
	border: 1px solid #dee1ea;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 10px;
	color: #4f5257;
	outline: none;
	font-size: 14px;
}

.item-tta {
	width: 100%;
	height: 100px;
	border: 1px solid #dee1ea;
	background:#fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	resize: none;
	color: #4f5257;
	outline: none;
	font-size: 14px;
}

.item-btn {
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
}

.text-item-in>span {
	display: inline-block;
	width: 135px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	position: absolute;
	left: 0px;
	font-weight: 700;
	color: #4f5257;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
}
.text-item-in>span>i{
	font-size: 18px;
	color: red;
	font-style: normal;
	margin-right: 3px;
}
.hbn {
	height: calc(100% - 60px) !important;
	box-sizing: border-box;
}

.footer-btn {
	height: 60px;
	line-height: 60px;
}

.footer-btn button {
	width: 90px;
	border: none;
	border-radius: 5px;
	margin: 0px 5px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #1a97f7;
	outline: none;
}

.btn-left {
	text-align: left;
}

.btn-center {
	text-align: center;
}

.btn-right {
	text-align: right;
}

.layui-layer-title{ background: #098eeb !important; color: #fff !important; font-size: 16px !important; font-weight: 700 !important;}

.flex-box{
	display: flex;
}

.tab-content{
	height: calc(100% - 50px);
	overflow:hidden;
}

.tab-content .layui-table td,.tab-content .layui-table th,
.tab-content .layui-table-col-set,
.tab-content .layui-table-fixed-r,
.tab-content.layui-table-grid-down,
.tab-content .layui-table-header,
.tab-content .layui-table-page,
.tab-content .layui-table-tips-main,
.tab-content .layui-table-tool,
.tab-content .layui-table-total,
.tab-content .layui-table-view,
.tab-content .layui-table[lay-skin=line],
.tab-content .layui-table[lay-skin=row]{
	border-color: #e9ecf3;
}

.tab-content .layui-table tbody tr:hover,
.tab-content .layui-table thead tr,
.tab-content .layui-table-click,
.tab-content .layui-table-header,
.tab-content .layui-table-hover,
.tab-content .layui-table-mend,
.tab-content .layui-table-patch,
.tab-content .layui-table-tool,
.tab-content .layui-table-total,
.tab-content .layui-table-total tr,
.tab-content .layui-table[lay-even] tr:nth-child(even){
	background-color: #f1f6ff;
}

.tab-content .layui-table-cell{
	color: #4f5257;
	font-size: 13px;
	padding: 0 5px;
}

.tab-content .laytable-cell-checkbox,.tab-content .laytable-cell-numbers,.tab-content .laytable-cell-radio,.tab-content .laytable-cell-space{
	padding: 0;
}

.tab-content .layui-table-header .layui-table-cell{
	font-weight: 700;
	color: #4888cf;
}

.tab-content .layui-table-view .layui-table td,.tab-content .layui-table-view .layui-table th{
	padding: 2px 0;
}

.tab-content .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #267fe4;
}

.tab-content .layui-form-checkbox i{
	top: 6px;
	border-color: #c4c8c9;
}

.tab-content .layui-btn{
	height: 26px;
	line-height: 26px;
}