@charset "UTF-8";
body {
	margin: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
	color: #5197D5;
	cursor: pointer;
}
a:hover {
	color: #5197D5;
    opacity: 0.8;
}
p {
	margin: 0;
}
hr {
    box-sizing: content-box;
    height: 1px;
    overflow: visible;
}
hr.sidebar-hr {
    margin: 10px 0 16px 0px;
    background-color: #090954;
}
div {
	box-sizing: border-box;
}
input:disabled, textarea:disabled {
    background-color: #c3c3c3;
    cursor: not-allowed;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#697182;
}
input::-moz-placeholder, textarea::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */
    color:#697182;
}
input:-moz-placeholder, textarea::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#697182;
}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#697182;
}
.scroll {
	overflow-x: auto;
    overflow-y: auto;
}
/*滚动条样式*/
.scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4E9BE3;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #162949;
}
/* div.layui-inline[title="导出"], div.layui-inline[title="打印"]{
	display: none;
} */
.container {
	margin: 35px 50px;
}
.container1 {
	padding: 50px 40px;
	margin: 35px 50px;
	height: 720px;
	background: url(../images/container1.png) no-repeat;
	background-size:100% 100%;
}
.container-col-3 {
	padding: 50px 40px;
	height: 720px;
	background: url(../images/col3.png) no-repeat;
	background-size:100% 100%;
}
.container-col-6 {
	padding: 50px 40px;
	height: 720px;
	background: url(../images/col6.png) no-repeat;
	background-size:100% 100%;
}
.container-title {
	font-size: 22px;
	color: #4A90CC;
	position: absolute;
	top: 80px;
}
.container-title1 {
	font-size: 22px;
	color: #4A90CC;
	position: absolute;
	top: 0px;
}
.container-title2 {
	font-size: 22px;
	color: #4A90CC;
	position: absolute;
	top: 60px;
}
.container-sub-title {
	font-size: 16px;
	padding-left: 8px;
	color: #B67C0A;
}
.col-container {
	padding: 0 15px;
}
/* .opt-btn-group {
	padding: 7px 0;
} */
.opt-btn-group a{
	margin-right: 12px;
	font-size: 14px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.page {
	text-align: center;
	margin-top: 20px;
}
.model-form-div {
	padding: 16px 20px;
}
.model-form-div .layui-form-label {
	color: #4A90CC;
}
.model-form-div .layui-form-item {
    margin-bottom: 16px;
}
.model-form-div .layui-form-item .layui-input-block {
    margin-left: 92px;
}
.small-table.table-div td .layui-table-cell, .small-table.table-div th .layui-table-cell {
    height: 38px;
    line-height: 38px;
    padding: 0 3px;
}
.form-div {
	padding: 16px 0px;
}
.layui-body {
    /* height: 100%; */
    position: relative;
    left: 0;
  }
.layui-body .sidebar {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 73, 0.7);
    overflow:auto;
    padding: 16px;
}
.layui-body .sidebar::-webkit-scrollbar {
    display: none;
}
.layui-body .main {
    margin-left: 300px;
    height: auto;
    padding: 20px;
}
.layui-body .sidebar2 {
    width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 73, 0.7);
    overflow:auto;
    padding: 16px;
}
.layui-body .main2 {
    margin-left: 500px;
    height: 100%;
    padding: 20px;
}
.icon-input-search {
	color: #fff;
	position: absolute;
	top:8px;
	right: 8px;
	font-size: 16px;
	cursor: pointer;
}
.icon-table-input-search {
	color: #fff;
	position: absolute;
	top:4px;
	right: 8px;
	font-size: 16px;
	cursor: pointer;
}
.nolabel-block {
	margin-left: 0px;
}
.inline-label {
	width: auto;
}

.btn-img {
    cursor: pointer;
}
#layoutContent::-webkit-scrollbar {
    display: none;
}
.sidebar-title {
    border-left: 3px solid #5197D5;
    padding-left: 8px;
}
.icon-add {
    font-size: 24px;
    cursor: pointer;
    float: right;
}
.icon-add:hover {
    color: #5197D5;
}
.monitor-table {
	width: 100%;
}
.monitor-table tr td {
	padding: 8px;
}
.monitor-div {
	width: 100%;
	background: #131254;
	cursor: pointer;
	border: 1px solid #131254;
}
.monitor-div.active {
	border: 1px solid #00D3C3;
}
.h-1 {
	height: 740px;
}
.h-2 {
	height: 360px;
}
.h-3 {
	height: 236px;
}
.h-4 {
	height: 174px;
}
.h-5 {
	height: 135px;
}
.h-6 {
	height: 135px;
}
.h-5 {
	height: 135px;
}
.h-6 {
	height: 135px;
}
.h-7 {
	height: 135px;
}
.h-8 {
	height: 135px;
}
.page-div {
	text-align: right;
	padding: 0px 12px;
}
.box{
    position: relative;
/*     top:100px;
    left:100px; */
    float:right;
    width: 142px;
    height: 36px;
    background: #e6f7ff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #0489FD;
    padding: 6px;
    margin-right: 13px;
}
.box:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 100%;
    top: 10px;
    border-top: 8px solid transparent;
    border-left: 16px solid #e6f7ff;
    border-bottom: 8px solid transparent;
}
.box2{
    position: relative;
/*     top:100px;
    left:100px; */
    width: 142px;
    /* height: 36px; */
    background: #D6F7FF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #0489FD;
    padding-left: 6px;
    margin-top: 0px;
    margin-right: 3px;
}
.box2:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 100%;
    top: 10px;
    border-top: 8px solid transparent;
    border-left: 16px solid #D6F7FF;
    border-bottom: 8px solid transparent;
}
.load-div {
	display: none;
	position: absolute;
    top:0; 
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    z-index:1001; 
    -moz-opacity: 0.5;
    opacity:.50; 
    filter: alpha(opacity=50);
}
.load-img{
	position:absolute;
	left:43%;
	top:40%;
}
.tag {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px 4px 2px 0;
    padding: 3px 8px;
    border: 2px solid #e8eaec;
    border-radius: 3px;
    background: #f7f7f7;
    font-size: 16px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
}
.tag-blue {
    line-height: 20px;
    background: #e6f7ff;
    border-color: #89C9F5;
    color: #0489FD;
}

.opt-span {
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
}
.opt-span2 {
    font-size: 24px;
    color: #fff;
    padding-left: 7px;
}
.opt-div{
    cursor: pointer;
}
.list {
    border-top: 1px solid #090954;
}
ul.list li{
	/* height: 40px; */
	padding: 10px 20px;
	text-align: center;
	border-bottom: 1px solid #090954;
	cursor: pointer;
}
ul.list li.active {
	background: #5197D5;
}

.list .list-title {
	background: #F4F4F4;
	font-weight: 800;
	padding: 11px 26px;
	font-size: 20px;
	border-bottom: 1px solid #E5E5E5;
}
.list .list-content {
    height: 490px;
}
.list .list-content .list-item{
	/* display: flex; */
    /* justify-content:space-between; */
    padding: 12px 18px;
    font-size: 17px;
}
.list .list-content .list-item .list-item-title .list-dot {
	vertical-align: middle;
    padding-right: 8px;
}
.list .list-content .list-item .list-item-title .list-item-date {
	float: right;
    font-size: 14px;
}
.list .list-foot{
    border-top: 1px solid #E5E5E5;
    padding: 6px 16px;
}
.layui-tab-title.right-set-ul{
	padding: 6px 8px 0;
	height: 38px;
}
.layui-tab-title.right-set-ul li {
	line-height: 30px;
    font-size: 16px;
    padding: 4px 6px;
}
.layui-tab-title.right-set-ul li.layui-this {
    background: #fff;
    transform: translateZ(0);
    border-color: #dcdee2;
    color: #0089fe;
}
.ivu-badge {
    position: relative;
    display: inline-block;
}
.ivu-badge-count {
    font-family: Monospaced Number;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    transform: translateX(50%);
    top: 2px;
    right: 0;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    background: #ed4014;
    border: 1px solid transparent;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    white-space: nowrap;
    transform-origin: -10% center;
    z-index: 10;
    box-shadow: 0 0 0 1px #fff;
}
.white {
	color: #fff !important;
}
.warncount {
    color: #fff;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    background: #ed4014;
    line-height: 18px;
    text-align: center;
    padding: 2px 6px;
    font-size: 12px;
}
/* 改写layui*/
.layui-form-checked, .layui-form-checked:hover {
    border-color: #EC901E;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #EC901E;
}

.layui-form-onswitch {
    border-color: #14A839;
    background-color: #14A839;
}
.layui-layout-body .layui-laydate .layui-this {
    background-color: #366BB1 !important;
    color: #fff !important;
}
.layui-layout-body .layui-laydate-content td.laydate-selected {
    background-color: #9FDCE3;
}
.layui-layout-body .laydate-selected:hover {
    background-color: #0042B0 !important;
    color: #fff !important;
}
.layui-form-radio>i {
	font-size:16px;
}
.layui-layer-ico {
    background: url('../images/close1.png') no-repeat !important;
}
.layui-layout-admin .layui-header {
	height: 150px;
	background-color: #010937;
}
.layui-layout-admin .layui-footer {
    position: fixed;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    background-color: transparent;
    z-index: 999;
    font-size: 12px;
    color: #555;
    text-align: center;
}
.layui-layout-admin .layui-footer a{
    text-decoration:underline;
    color: #555;
}
.layui-layout-admin .layui-footer img{
    height: 16px;
}
.layui-layout-body {
	
}
.layui-layout-admin .layui-body {
	left: 0px;
    top: 150px;
    bottom: 0px;
    background: url(../images/bg-body.jpg) no-repeat;
    background-size:100% 100%;
    overflow: auto;
}
.layui-layout-admin .layui-body::-webkit-scrollbar {
    display: none;
}
.layui-btn-container{
	font-size: 14px;
}
.layui-btn.layui-btn-xs {
	font-size: 14px;
	height: 26px;
	line-height: 26px;	
}
.layui-btn+.layui-btn {
    margin-left: 5px;
}
.layui-badge-dot {
    position: absolute;
    top: 50%;
    margin: -8px -10px 0;
}
.layui-select-disabled .layui-disabled {
    border-color: #161560!important;
    background: #013356;
}
.layui-disabled, .layui-disabled:hover {
    /* color: #545454!important; */
    cursor: not-allowed!important;
}
.layui-card-header > select {
	float:right;
	margin-top: 10px;
}
.layui-card {
	border: 1px solid #ddd;
}
.layui-card-header > label {
	font-size: 16px;
	padding-left: 8px;
	border-left: 3px solid #0089FE;
}
.layui-nav {
	background-color: #131254;
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: #5197D5;
}
.layui-nav-itemed>.layui-nav-child {
    background-color: #FFFFFF!important;
}
.layui-nav .layui-nav-item a{
	padding: 0px 7px;
	color: #fff;
}
.layui-nav-child {
	background-color: rgba(0, 0, 73, 0.9);
    border: 1px solid #161560;
}
.layui-nav .layui-nav-child a{
	padding: 0px 12px;
}
.layui-nav .layui-nav-child a:hover {
    background-color: #014D90;
    color: #fff;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
	background: transparent;
}
.layui-nav .layui-nav-more {
	display: none;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: transparent;
    color: #fff;
}
.layui-nav .layui-nav-child dd.layui-this a:hover, .layui-nav-child dd.layui-this:hover {
    background-color: #014D90;
    color: #fff;
}
.layui-laypage {
	margin: 5px 0px;
}
.layui-laypage .layui-laypage-refresh {
	color: #fff;
	font-size: 14px;
	/* height: 30px;
	line-height:30px; */
	padding: 0px 11px;
	background: rgba(13, 31, 96, 0.76);
	margin: 0px 3px;
	border: 1px solid #0041AC;
}
.layui-laypage span {
	color: #fff;
	font-size: 14px;
	/* height: 30px;
	line-height:30px; */
	padding: 0px 11px;
	background: transparent;
	margin: 0px 3px;
	border: 0;
}
.layui-laypage a{
	color: #fff;
	font-size: 14px;
	/* height: 30px;
	line-height:30px; */
	padding: 0px 11px;
	background: rgba(13, 31, 96, 0.76);
	margin: 0px 3px;
	border: 1px solid #0041AC;
}
.layui-laypage a:hover {
    background-color: #366BB1;
    color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #366BB1;
	border-radius: 0;
}
.layui-laypage input {
	background-color: #fff;
	border-color: #0048AC;
	border-radius: 0;
	/* color: #fff; */
}
.layui-laypage button {
	background-color: #0042B0;
	border-color: #0044A9;
	color: #fff;
	border-radius: 0;
}
.layui-laypage .layui-laypage-skip {
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary] i {
	border: 1px solid #C2C2C8;
}
.layui-form-checked[lay-skin=primary] i {
	/* color: #5197D5; */
	background-color: transparent !important;
	border-color: #5197D5!important;
}
/* .layui-form-radio * {
    font-size: 16px;
}
.layui-form-checkbox span {
	font-size: 16px;
} */
.layui-form-checkbox[lay-skin=primary] span {
    color: #fff;
}
.layui-layer {
	background-color: #012C7B !important;
    border: 1px solid #05399C;
    border-radius: 6px !important;
}
/* .layui-layer-setwin {
	top: 20px !important;
} */
.layui-layer-setwin a {
    width: 36px !important;
    height: 36px !important;
    z-index: 9999 !important;
}
.layui-layer-title {
	font-size: 20px !important;
	font-weight: 800;
    background-color: transparent !important;
    border-bottom: 0 !important;
    color: #4A90CC !important;
    height: 62px !important;
    line-height: 62px !important;
}
.layui-layer-btn {
	text-align: center !important;
	border-top: 0 !important;
	padding: 0 15px 22px !important;
}
.layui-layer-msg {
	background-color: #fff !important;
	color: #000 !important;
}
.layui-layer-btn a {
	padding: 2px 30px !important;
}
.layui-layer-btn .layui-layer-btn0 {
	background-color: #0042B0 !important;
    border: 1px solid #3679CD;
    color: #fff;
    border-radius: 100px;
}
.layui-layer-btn .layui-layer-btn1 {
	background-color: #366BB1;
    border: 1px solid #4989D2;
    color: #fff;
    border-radius: 100px;
}
.layui-table-tool .layui-inline[lay-event] {
	color: #fff;
}
.layui-table-tool-panel {
	background-color: #0042B0;
    border: 1px solid #3679CD;
    max-height: 400px;
}
.layui-table-tool-panel li:hover {
    background-color: #0A2366;
}
.layui-table {
	color: #fff;
	background-color: transparent;
	width: 100% !important;
}
.layui-table-cell {
	padding: 0 6px;
}
.table-div th .layui-table-cell {
	height: 60px;
	line-height: 60px;
}
.table-div td .layui-table-cell {
	height: 50px;
	line-height: 50px;
}
.layui-table th {
	background-color: #0D42A3;
	/* background-color: rgba(11, 94, 235, 0.58); */
}
.layui-table td {
	background-color: #0C1D56;
	/* background-color: rgba(13, 31, 96, 0.76); */
}
.layui-table td, .layui-table th {
    text-align: center;
    padding: 0px 0px !important;
}
.layui-table th {
    font-weight: 800;
}
.layui-table-edit {
	margin-top: 8px;
	z-index: 999;
}
/*滚动条样式*/
.layui-table-body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.layui-table-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4E9BE3;
}
.layui-table-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #162949;
}
/* .layui-table[lay-even] tr:nth-child(2n+1) td {
    background-color: #061043;
    background-color: rgba(0, 46, 102, 0.3);
}
.layui-table-fixed .layui-table[lay-even] tr:nth-child(2n+1) td {
    background-color: #061043;
    background-color: transparent;
} */
.table-div .layui-table-box {
	/* background-color: rgba(0, 0, 73, 0.7); */
}
.layui-table thead tr, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
	background-color: transparent;
}
.layui-table-click, .layui-table tbody tr:hover{
	background-color: rgba(11, 94, 235, 0.48) !important;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 0px;
    /* border-style: solid;
    border-color: #e6e6e6; */
}
.layui-tree-entry {
	height: 36px;
}
.layui-tree-entry:hover {
    background-color: #010937;
}
.layui-tree-editInput {
	color: #5197D5
}
.layui-tree-icon {
	height: 16px;
    line-height: 16px;
    width: 16px;
    border: 1px solid #ffffff;
}
.layui-tree-iconClick {
	color: #ffffff;
	
}
.layui-tree-icon .layui-icon {
	font-size: 16px;
	color: #ffffff;
}
.layui-tree-line .layui-tree-set:before {
	border-left: 1px dotted #ffffff
}
.layui-tree-line .layui-tree-set .layui-tree-set:after  {
	border-top: 1px dotted #ffffff
}
.layui-tree-txt {
	color: #ffffff;
	font-size: 16px;
}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
.layui-tree-btnGroup .layui-icon:hover {
    color: #5197D5;
    transition: .3s;
}
/* .layui-laydate, .layui-laydate-hint {
	background-color: #131254 !important;
	color: #fff !important;
} */
.layui-header {
	z-index: 999;
}
.layui-btn {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background-color: #366BB1;
    border: 1px solid #4989D2;
}
.layui-btn-danger {
    background-color: #FF5722;
    border: 1px solid #E03438;
}
.layui-btn-warm {
    background-color: #FFB800;
    border: 1px solid #FFB800;
}
.layui-btn-green {
    background-color: #89B441;
    border: 1px solid #89B441;
}
.layui-btn:hover {
    opacity: 0.8;
}
.layui-btn-normal {
    background-color: transparent;
    border: 1px solid #3679CD;
    color: #fff;
}
.layui-btn-normal:hover {
    /* background-color: #5197D5; */
    border-color: #366BB1;
    color: #fff;
}
.layui-btn-primary {
    background-color: #0042B0;
    border: 1px solid #3679CD;
    color: #fff;
}
.layui-btn-primary.active {
    /* background-color: #5197D5; */
    border-color: #366BB1;
    color: #fff;
}
.layui-btn-primary:hover {
    /* background-color: #5197D5; */
    border-color: #366BB1;
    color: #fff;
}
.layui-btn-group .layui-btn-primary:first-child {
    border-left: 1px solid #161560;
}
.layui-btn-group .layui-btn-primary:hover {
	background-color: #5197D5;
    border-color: #01A1A1;
    color: #fff;
}
.layui-btn-sm {
	height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.layui-slider {
	height: 18px;
    border-radius: 9px;
    margin: 10px 0;
    background: #D2DFFF;
}
.layui-slider-bar {
	height: 18px;
    border-radius: 9px;
    background: #5796DD !important;
}
.layui-slider-wrap-btn {
    width: 22px;
    height: 22px;
    margin-top: 14px;
    border: 1px solid #366BB1 !important;
}
.layui-table-tool-temp {
	padding-right: 50px;
}
.layui-table-tool-self {
	top: 0px;
	right: 0px;
}
.layui-table-tool .layui-inline[lay-event] {
	/* width: 34px;
	height: 34px; */
	background-color: #0042B0;
    border: 1px solid #3679CD;
    /* padding: 8px; */
}
.layui-table-tool .layui-inline[lay-event]:hover {
    background-color: #5197D5;
    border: 1px solid #01A1A1;
}
.layui-table-tool .layui-inline[lay-event] .layui-icon-cols {
	color: #fff;
}
.layui-form-item {
    margin-bottom: 10px;
}
.layui-form-label {
    padding: 8px 10px;
    font-weight: 400;
    line-height: 18px;
    width: auto;
}
.layui-form-pane .layui-form-label {
	height: 34px;
	line-height: 18px;
}
.layui-input, .layui-select, .layui-textarea {
    height: 34px;
    line-height: 1.1;
    line-height: 34px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #C9D6F8;
    border-radius: 17px;
    padding-left: 15px;
}
.layui-form-select .layui-edge {
	border-top-color: #a2a2a2;
}
.layui-input:hover, .layui-textarea:hover {
    border-color: #5197D5!important;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #5197D5!important;
}
.layui-tab-title {
	border: 0;
}
.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-textarea {
    border: 1px solid #161560;
    color: #014D90;
}
.layui-form-select dl {
	background-color: #011F5F;
	border: 1px solid #002C7C;
	top: auto;
	left: auto;
	z-index: 999;
}
.layui-form-select dl dd {
	text-align: left;
}
.layui-layer .layui-input-block.top-select .layui-form-select dl {
	position: fixed;
	min-width: 226px;
}
.layui-layer .layui-input-inline .layui-form-select dl {
	position: fixed;
	min-width: 190px;
}
.layer-last-select .layui-form-select dl {
	position: fixed;
	min-width: 116px;
}
.layer-select .layui-form-select dl {
    position: fixed;
    min-width: 230px;
    max-height: 186px;
    overflow-y: auto;
}
.layui-form-select dl dd.layui-this {
    background-color: transparent;
    color: #5197D5;
}
.layui-form-select dl dd:hover {
    background-color: #5197D5;
    color: #fff;
}
.layui-table-view {
	border-width: 0px;
}
.layui-table-tool {
	min-height: 38px;
	background-color: transparent;
	/* padding: 0 0 6px; */
}
.layui-tab-title {
	padding: 0px 6px 0;
    background-color:transparent;
    height: 46px;
}
.layui-tab-title li{
	margin: 0;
    margin-right: 4px;
	border-bottom: 0;
    border-radius: 4px 4px 0 0;
    transition: all .3s ease-in-out;
    background-color: transparent;
    font-size: 16px;
    padding: 0px 2px;
}
.layui-tab-title .layui-this {
    background-color: transparent;
    transform: translateZ(0);
    border-color: #5197D5;
    color: #5197D5 !important;
}
.layui-tab-title .layui-this:after {
    border:0;
    border-bottom: 2px solid #5197D5 !important;
}
.layui-layer-page .layui-layer-content {
	overflow: hidden !important;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
	color: #5197D5;
}
/* 改写layui end*/
/* 分布添加 model */
.model-content-div{
	padding: 30px 10px;
	/* border: 1px solid rgba(40,40,40,.2); */
	width: 795px;
	height: auto;
	/* margin: 50px auto;
	background: #fff; */
}
.model-content-div h1 {
	font-size: 30px;
	text-align:center;
	margin-bottom: 45px;
}
.model-content-div p {
	color: #757575;
	text-align:center;
	font-size: 16px;
	padding: 0px 28px;
}
.step1-table{
	margin: 90px auto 50px auto;
}
.step2-table{
	margin: 80px auto 50px auto;
}
.step2-table tr td:first-child {
	width: 82px;
	text-align:right;
	padding-right: 5px;
}
.steps {
    font-size: 0;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
}
.steps-item {
	width: 33%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.steps-item.steps-status-process .steps-head-inner {
    border-color: #24c020;
    background-color: #24c020;
}
.steps-item.steps-status-process .steps-head-inner span {
    color: #fff;
}
.steps-item.steps-status-wait .steps-head-inner {
    background-color: #fff;
}
.steps .steps-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px;
}
.steps .steps-tail>i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #e8eaec;
    border-radius: 1px;
    position: relative;
}
.steps-item.steps-status-finish .steps-tail>i:after {
    width: 100%;
    background: #24c020;
    transition: all .2s ease-in-out;
    opacity: 1;
}
.steps .steps-tail>i:after {
    content: "";
    width: 0;
    height: 100%;
    background: #e8eaec;
    opacity: 0;
    position: absolute;
    top: 0;
}
.steps .steps-head {
    background: #010727;
}
.steps .steps-main {
    margin-top: 2.5px;
    display: inline;
}
.steps .steps-title {
    display: inline-block;
    margin-bottom: 4px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background:  #010727;
}
.steps .steps-head, .steps .steps-main {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.steps-head-inner{
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color .2s ease-in-out;
}
.step3-content{
	width: 300px;
	margin: 50px auto;
}
@media (max-width: 575px) {
	.content-div{
		width:100%;
		border: 0;
		margin: 0 auto;
	}
	.content-div p{
		padding: 0px 8px;
	}
}
/* 监控操作按钮 */
.monitorSetBtn1{
	background: url('../images/security/set1.png') center center no-repeat;
}
.monitorSetBtn2{
	background: url('../images/security/set2.png') center center no-repeat;
}
.monitorSetBtn3{
	background: url('../images/security/set3.png') center center no-repeat;
}
.monitorSetBtn4{
	background: url('../images/security/set4.png') center center no-repeat;
	margin-right: 0px !important;
}
.monitorSetBtn1:hover{
	background: url('../images/security/set1_active.png') center center no-repeat;
}
.monitorSetBtn2:hover{
	background: url('../images/security/set2_active.png') center center no-repeat;
}
.monitorSetBtn3:hover{
	background: url('../images/security/set3_active.png') center center no-repeat;
}
.monitorSetBtn4:hover{
	background: url('../images/security/set4_active.png') center center no-repeat;
}
.optBtn, .monitorSetBtn {
    width: 56px;
    height: 56px;
    cursor: pointer;
    /* display: inline-block; */
}
.optDiv {
    width: 190px;
    height: 184px;
    margin: 0 auto;
}
.optDiv > div{
	float: left;
	margin-right: 7px;
	margin-bottom: 4px;
  /* display: flex;
  justify-content: space-between; */
}
.optBtn1 {
	background: url('../images/security/opt1.png') center center no-repeat;
}
.optBtn2 {
	background: url('../images/security/opt2.png') center center no-repeat;
}
.optBtn3 {
	background: url('../images/security/opt3.png') center center no-repeat;
}
.optBtn4 {
	background: url('../images/security/opt4.png') center center no-repeat;
}
.optBtn5 {
	background: url('../images/security/opt5.png') center center no-repeat;
}
.optBtn6 {
	background: url('../images/security/opt6.png') center center no-repeat;
}
.optBtn7 {
	background: url('../images/security/opt7.png') center center no-repeat;
}
.optBtn8 {
	background: url('../images/security/opt8.png') center center no-repeat;
}
.optBtn9 {
	background: url('../images/security/opt9.png') center center no-repeat;
}
.optBtn1:hover {
	background: url('../images/security/opt1_active.png') center center no-repeat;
}
.optBtn2:hover {
	background: url('../images/security/opt2_active.png') center center no-repeat;
}
.optBtn3:hover {
	background: url('../images/security/opt3_active.png') center center no-repeat;
}
.optBtn4:hover {
	background: url('../images/security/opt4_active.png') center center no-repeat;
}
.optBtn5:hover {
	background: url('../images/security/opt5_active.png') center center no-repeat;
}
.optBtn6:hover {
	background: url('../images/security/opt6_active.png') center center no-repeat;
}
.optBtn7:hover {
	background: url('../images/security/opt7_active.png') center center no-repeat;
}
.optBtn8:hover {
	background: url('../images/security/opt8_active.png') center center no-repeat;
}
.optBtn9:hover {
	background: url('../images/security/opt9_active.png') center center no-repeat;
}
.adjustDiv {
	width: 205px;
    margin: 0 auto;
    height: 34px;
}
.adjustDiv > span {
	float: left;
	margin-top: 8px;
}
.adjustBtn {
	 width: 66px;
    height: 34px;
    cursor: pointer;
    float: left;
    margin-left:6px; 
}
.adjustBtn1 {
	background: url('../images/security/adjust1.png') center center no-repeat;
}
.adjustBtn2 {
	background: url('../images/security/adjust2.png') center center no-repeat;
}
.adjustBtn1:hover {
	background: url('../images/security/adjust1_active.png') center center no-repeat;
}
.adjustBtn2:hover {
	background: url('../images/security/adjust2_active.png') center center no-repeat;
}