html,
body {
	min-width: 1280px;
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
}

.main {
	margin: 0 auto;
	width: 90%;
	height: 100%;
}

.chose {
	display: inline-block;
	margin: 3vh 0;
	width: 100%;
}

.lv-time {
	display: inline-block;
	height: 4vh;
	line-height: 4vh;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}

.lv-time>label {
	margin: 0 10px 0 0;
	font-size: 16px;
}

.chose-lv {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 200px;
	height: 4vh;
	line-height: 4vh;
	color: #fff;
	font-size: 12px;
	background-color: transparent;
	background: url(../img/border.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.chose-lv .layui-form-select .layui-input {
	padding: 0 0 0 10px;
	color: #fff;
	text-align: left;
}

.layui-form-select dl {
	top: auto;
	border: #0F476F;
	background-color: #0F476F;
}

.layui-form-select dl dd.layui-this {
	background-color: transparent;
}

.layui-form-select dl dd.layui-this:hover {
	color: #0A3A5E;
	background-color: #eee;
}

.layui-form-select dl dd:hover {
	color: #0A3A5E;
}

.chose-lv input::-webkit-input-placeholder {
	color: #fff;
}

.chose-lv input::-moz-input-placeholder {
	color: #fff;
}

.chose-lv input::-ms-input-placeholder {
	color: #fff;
}

.chose-lv input::-o-input-placeholder {
	color: #fff;
}

.tiem-area,
.layui-input-block {
	display: inline-block;
}

.tiem-area {
	margin: 0 20px 0 0;
	height: 4vh;
	line-height: 4vh;
	background: url(../img/border.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.layui-input-block {
	position: relative;
	margin: 0;
	width: 240px;
	height: 4vh;
	line-height: 4vh;
	vertical-align: top;
}

.layui-input {
	position: relative;
	padding: 0;
	height: 4vh;
	line-height: 4vh;
	font-size: 12px;
	color: #00d3f9;
	text-align: center;
	border: none;
	background-color: transparent;
	z-index: 1;
	cursor: pointer;
}

.layui-input-block input::-webkit-input-placeholder {
	color: #00d3f9;
}

.layui-input-block input::-moz-input-placeholder {
	color: #00d3f9;
}

.layui-input-block input::-ms-input-placeholder {
	color: #00d3f9;
}

.layui-input-block input::-o-input-placeholder {
	color: #00d3f9;
}

.layui-icon {
	position: absolute;
	top: 0;
	right: 10px;
	color: #02c1ff;
	z-index: 0;
}

.confirm {
	display: inline-block;
	padding: 0 15px;
	height: 4vh;
	line-height: 4vh;
	font-size: 16px;
	background: url(../img/border_true.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	cursor: pointer;
	
}

.add-risk {
	padding: 0 1%;
	height: 4vh;
	line-height: 4vh;
	font-size: 16px;
	color: #06fbfe;
	box-sizing: border-box;
	border: 1px solid #06fbfe;
	cursor: pointer;
	float: right;
}

.add-risk img {
	margin: -2px 0 0 0;
	height: 50%;
	vertical-align: middle;
}

.tab-con,
.tab {
	width: 100%;
	color: #fff;
}

.tab-board {
	border: 1px solid #0F476F;
}

.tab-con {
	height: 60vh;
	overflow: auto;
}

/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.tab-con::-webkit-scrollbar {
	width: 10px;
	/*对垂直流动条有效*/
	height: 10px;
	/*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.tab-con::-webkit-scrollbar-track {
	background-color: transparent;
}


/*定义滑块颜色、内阴影及圆角*/
.tab-con::-webkit-scrollbar-thumb {
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #3c9bfe;
}

/*定义右下角汇合处的样式*/
.tab-con::-webkit-scrollbar-corner {
	background: khaki;
}

.tab {
	table-layout: fixed;
}

.tab tr:nth-child(odd) {
	background-color: #0F476F;
}

.tab tr:nth-child(even) {
	background-color: #0A3A5E;
}

.tab tr th,
.tab tr td {
	text-align: center;
}

.tab tr th {
	height: 7vh;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab tr td {
	height: 6vh;
	padding: 0 10px;
	font-size: 16px;
	white-space: nowrap;
}

.tab .risk-name {
	width: 12%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lv1 {
	color: #ea2d2d;
}

.lv2 {
	color: #e38204;
}

.lv3 {
	color: #f2ef0c;
}

.lv4 {
	color: #00a2ff;
}

.risk-type {
	width: 14%;
}

.operation {
	width: 20%;
}

.operation div a {
	display: inline-block;
	margin: 0 1%;
	padding: 1% 4%;
	color: #3c9bfe;
	border: 1px solid #3c9bfe;
	box-shadow: 0 0 3px 1px #3c9bfe inset;
}

.operation div a:hover {
	color: #00d3f9;
	border: 1px solid #00d3f9;
	box-shadow: 0 0 5px 1px #00d3f9 inset;
}

.operation div a>img {
	height: 18px;
}

.page {
	height: 8vh;
}

@media screen and (min-width:1400px) and (max-width: 1700px) {
	.lv-time>label {
		font-size: 15px;
	}

	.confirm {
		font-size: 15px;
	}

	.add-risk {
		font-size: 15px;
	}

	.tab tr th {
		font-size: 16px;
	}

	.tab tr td {
		font-size: 14px;
	}
}

@media screen and (max-width:1400px) {
	.lv-time>label {
		font-size: 14px;
	}

	.confirm {
		font-size: 14px;
	}

	.add-risk {
		font-size: 14px;
	}

	.tab tr th {
		font-size: 14px;
	}

	.tab tr td {
		font-size: 12px;
	}
}
