@font-face {
    src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont/iconfont.woff2') format('woff2'),
    url('iconfont/iconfont.woff') format('woff'),
    url('iconfont/iconfont.ttf') format('truetype'),
    url('iconfont/iconfont.svg#iconfont') format('svg');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
}

i {
    font-style: normal;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    display: none;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}

p {
    margin: 0;
    padding: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.red {
    color: red;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.text-center {
    text-align: center;
}

.mbt15 {
    margin-bottom: 15px;
}

table th .icon-tips {
    background: url(../img/tips.png) no-repeat left center;
    background-size: 14px 14px;
    width: 16px;
    display: inline-block;
    height: 16px;
}

.bg-color {
    background: #F8F8F8;
}

.clear-float:after {
    content: "";
    display: block;
    clear: both;
}

.form-mask, .submiting {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    background: rgba(0, 0, 0, .5);
    position: relative;
}

.submiting {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.form-content {
    width: 800px;
    max-height: 690px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.form-title {
    width: 740px;
    font-size: 18px;
    vertical-align: top;
    padding-bottom: 36px;
    background: #fff;
}

.form-title img {
    float: right;
    cursor: pointer;
}

.form-item {
    margin-bottom: 19px;
    align-items: center;
}

.form-item .form-label {
    display: inline-block;
    width: 158px;
    text-align: right;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 8px;
}

.form-item select,
.form-item input {
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    padding-left: 10px;
    border-color: #D2D2D2 !important;
}

.form-item .form-label.no-requre {
    padding-left: 10px;
}

.layui-form-label .required {
    color: rgba(255, 51, 0, 1);
    display: inline-block;
    padding-right: 3px;
}

.form-item .input-block {
    display: inline-block;
    position: relative;
}

.layui-form-item [disabled] {
    color: #b1afaf !important;
    cursor: not-allowed;
}

/* .input-block select, input[type="text"], textarea {
	width: 420px;
	height: 36px;
	outline: none;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(218, 219, 221, 1);
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 14px;
} */

/* .input-block textarea {
	width: 420px;
	height: 72px;
	resize: none;
	font: 400 14px Arial;
} */

/* .input-block select, input[type="password"] {
	width: 420px;
	height: 36px;
	outline: none;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(218, 219, 221, 1);
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 14px;
} */

.input-block select:focus, input[type="text"]:focus {
    /*border: 1px solid #009688 !important;*/
}

.input-block select::-ms-expand {
    display: none;
}

/* .input-block select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/more.png") no-repeat scroll 400px center
		transparent;
	padding-right: 18px;
} */

.input-block option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 11px 0 11px 14px;
    cursor: pointer;
}

.input-block option:hover {
    background-color: #009688;
    color: #fff;
}

.input-block img {
    cursor: pointer;
    margin-left: 10px;
}

.add-input {
    padding-left: 15px;
    background: url(../img/add.png) no-repeat left center;
    cursor: pointer;
    color: #009688;
    float: right;
    margin-right: 24px;
}

.input-item {
    margin-bottom: 19px;
    font-size: 0px;
}

.btn-group {
    text-align: right;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    margin-left: -20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    box-sizing: border-box;
}

.btn-group button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;

}


.err-info {
    font-size: 12px;
    color: rgba(255, 51, 0, 1);
    padding-left: 17px;
    background: url(../img/error.png) no-repeat left center;
    text-align: left;
    position: absolute;
    bottom: -16px;
}

input.err-input {
    border: 1px solid rgba(255, 51, 0, 1) !important;
}

.input-focus, .input-block input.err-input:focus {
    border: 1px solid rgba(255, 51, 0, 1);
}

.input-item label {
    font-size: 14px;
    margin-right: 14px;
}

.input-block .small-input {
    width: 130px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(218, 219, 221, 1);
    border-radius: 2px;
}

.input-item.item {
    width: 420px;
    box-sizing: border-box;
}

.radio-box {
    padding-top: 8px;
}

.float-right {
    float: right;
}


input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #DADBDD;
    line-height: 1;
    box-sizing: border-box;
}

input[type="radio"]:checked + label::before {
    background-color: #009688;
    background-clip: content-box;
    padding: 3px;
    box-sizing: border-box;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #DADBDD;
    line-height: 1;
    box-sizing: border-box;
}

input[type="checkbox"]:checked + label::before {
    box-sizing: border-box;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #009688
}

input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.select-box {
    position: relative;
}

/* .select-box input {
	color: transparent;
	text-shadow: 0 0 0 #333;
	cursor: pointer;
	background: url("../img/more.png") no-repeat 400px center;
	padding-right: 18px;
} */

.select-ul {
    width: 420px;
    max-height: 125px;
    overflow-y: auto;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(218, 219, 221, 1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    display: none;
}

.select-ul li {
    cursor: pointer;
    padding: 11px 0 11px 14px;
    font-size: 14px;
}

.select-ul li:hover {
    background-color: #009688;
    color: #fff;
}

.page-title {
    padding: 16px 0 48px 0;
}

.right-btn {
    float: right;
}

.page-title .left-font {
    float: left;
    color: #999;
    margin: 8px 0 0 39px;
}

/*main-page*/
.main-page {
    font-size: 0;
}

.page-header {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 14px;
    background: #009688;
    position: relative;
}

.user-name {
    color: #fff;
    float: right;
    cursor: pointer;
    margin-left: 20px;
}

.use-explain {
    float: right;
    color: #ccc;
    margin-left: 20px;
    cursor: pointer;
}

a.use-explain:hover {
    color: #e6e4e4;
}

.user-others {
    padding: 3px 0;
    position: absolute;
    right: 18px;
    top: 50px;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #009688;
    box-shadow: 0px 1px 3px 0px #009688;
    display: none;
    z-index: 99;
}

.user-others span {
    display: block;
    cursor: pointer;
    padding: 5px 15px;
}

.user-others span:hover {
    color: #fff;
    background: #009688;
}

.tab-switch {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
    padding-left: 38px;
    border-bottom: 1px solid #D9D9D9;
}

.tab-switch .node-tab {
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 80px;
    cursor: pointer;
}

.tab-switch .icon-group {
    font-size: 14px;
    float: right;
    height: 100%;
    line-height: 38px;
    padding: 0 15px;
}

.icon-group .layui-icon {
    color: #777;
    cursor: pointer;
}

.cur-line {
    position: relative;
}

.cur-line:after {
    display: block;
    content: "";
    height: 2px;
    width: 50px;
    background: #009688;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.tab-content {
    width: 100%;
    box-sizing: border-box;
    height: calc(100% - 90px);
}

.tab-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0px;
}

.input-block.page-radio {
    width: 420px;
    text-align: left;
}

.page-radio .radio-item .form-label {
    padding-right: 30px;
    width: auto;
}

/*nodeFind*/
.node-warning {
    box-sizing: border-box;
    width: 100%;
    height: 50px !important;
    line-height: 50px;
    padding-left: 51px;
    background: rgba(255, 245, 230, 1) url(../img/point.png) no-repeat 23px center;
    border: 1px solid rgba(255, 235, 204, 1);
    border-radius: 4px;
    font-size: 12px;
    color: #FF9900;
}

.add-body .cluster-main {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
}

.tipFont {
    text-align: left;
    font-size: 12px;
    color: #ccc;
}

.add-body .cluster-main.content-open {
    width: calc(100% - 20px);
}

.add-body .node-content {
    width: 260px;
    position: relative;
}

.add-body .node-content.content-shrink {
    width: 20px;
    padding-left: 20px;
}

.add-body .node-content .node-term {
    text-align: center;
    /* margin-top: 25px;*/
    cursor: pointer;
    padding: 20px 0;
}

.add-body .node-content .node-term:hover, .node-term-click {
    box-shadow: 0px 0px 14px 2px rgba(51, 51, 51, 0.15);
}

.add-body .node-content .node-term p {
    padding: 0 20px;
}

.node-title {
    padding: 0 26px;
    margin-top: 19px;
    margin-bottom: 10px;
}

.node-title .del-btn {
    border: none;
    background: #fff;
    color: #009688;
    float: right;
    cursor: pointer;
    outline: none;
}

.node-term .img-box {
    display: inline-block;
}

.multi-select, .del-select {
    position: relative;
}

.multi-select:after, .del-select:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url("../img/check2.png") no-repeat left 0;
}

.del-select:after {
    background: url("../img/check.png") no-repeat left 0;
}

.node-box .shrink, .node-box .open, #shrink {
    display: block;
    width: 20px;
    height: 70px;
    position: fixed;
    top: 368px;
    cursor: pointer;
    background: url("../img/left.png") no-repeat left 0;
}

#shrink {
    display: none;
    right: 0;
}

.node-box .open {
    background: url("../img/right.png") no-repeat left 0;
}

/*login*/
.main-login {
    position: relative;
    height: 100%;
    min-height: 570px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    /* background: url(../img/bg-wisform.png) no-repeat center center; */
    background-size: cover;
}

.login {
    width: 360px;
    margin: 0 auto;
    color: #999;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
}

.modify-page {
    width: 360px;
    margin: 0 auto;
    padding-top: 26px;
    color: #999;
}

.login p {
    margin-bottom: 24px;
}

.login h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #333;
}

.login-info {
    margin: 26px 0 20px 0;
}

.login-info .form-input {
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #E0E4F7;
    border-radius: 6px;
    margin-bottom: 16px;
}

.login-info .form-input:hover {
    border: 1px solid #009688;
}

.login-info .form-input img {
    width: 20px;
    height: 20px;
    padding-left: 20px;
    text-align: center;
}

.login-info .login-input {
    flex: 1;
    box-sizing: border-box;
    color: #999;
    border: none;
    height: 100%;
    margin-right: 10px;
    outline: none;
    padding-left: 12px;
}

.login-info .login-input:focus {
    outline: none !important;
    border: none !important;
}

.login-info .login-input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.login-info .login-input:focus {
    border: none;
}

.login-btn, .sure-btn {
    width: 360px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    background: #009688;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.login-btn:hover {
    background-color: #038074;
}

.sure-btn {
    background: #009688;
}

.modify-password {
    text-decoration: none;
    color: #009688;
    cursor: pointer;
}

.login-footer {
    font-size: 12px;
    width: 100%;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    position: absolute;
    bottom: 119px;
}

.login-info .err-info {
    margin: 0 0 26px 0;
    width: 360px;
    box-sizing: border-box;
}

.login input.visible {
    background: url(../img/mmxs.png) no-repeat 325px center;
    padding-right: 35px;
}

.login input.invisible {
    background: url(../img/mmyc.png) no-repeat 325px center;
    padding-right: 35px;
}

.modify-tip {
    width: 340px;
    height: 90px;
    box-sizing: border-box;
    padding: 23px 0 23px 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.modify-tip .success-img {
    display: inline-block;
    height: 44px;
    width: 36px;
    margin-right: 24px;
    background: url(../img/success.png) no-repeat center center;
}

.modify-tip .success-font {
    display: inline-block;
    vertical-align: top;
}

.modify-tip .success-font p:first-child {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.modify-tip .success-font p:last-child {
    font-size: 12px;
    color: #666;
}

.modify-tip .num {
    color: #009688;
    padding-right: 5px;
}

/*edit_cluster*/
.cluster-body {
    font-size: 0;
    height: 100%;
    display: flex;
}

.cluster-main {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    color: #333;
    height: 100%;
    flex: 1;
    padding: 10px;
}

.node-box {
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    height: 100%;
    overflow-y: auto;
}

.node-box .node-item {
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    border: 1px solid #F1F5F8;
}

.node-box .node-item .node-item-background {
    width: 50px;
    height: 50px;
    margin: 20px auto 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 4px;
    top: 21px;
    left: 32px;
}

.mc {
    background-image: url("../img/node_type1.png");
}

.db {
    background-image: url("../img/db.png");
}

.influxdb {
    background-image: url("../img/influxdb.png");
}

.kkfileview {
    background-image: url("../img/kkfileview.png");
}

.apm {
    background-image: url("../img/apm.png");
}

.es {
    background-image: url("../img/es.png");
}

.keepalived {
    background-image: url("../img/keepalived.png");
}

.pdc {
    background-image: url("../img/pdc.png");
}

.wisapp {
    background-image: url("../img/wisapp.png");
}

.dmp {
    background-image: url("../img/dmp.png");
}

.buss {
    background-image: url("../img/buss.png");
}

.osb {
    background-image: url("../img/osb.png");
}

.scheduler {
    background-image: url("../img/scheduler.png");
}

.autotest {
    background-image: url("../img/auto-test.png");
}

.alarm {
    background-image: url("../img/alarm.png");
}

.redis {
    background-image: url("../img/redis.png");
}

.n2 {
    background-image: url("../img/node_type12.png");
}

.workflow {
    background-image: url("../img/workflow.png");
}

.webpack {
    background-image: url("../img/webpack.png");
}

.wisiot {
    background-image: url("../img/wisiot.png");
}

.consul {
    background-image: url("../img/consul.png");
}

.minio {
    background-image: url("../img/minio.png");
}

.gateway {
    background-image: url("../img/gateway.png");
}

.nginx {
    background-image: url("../img/nginx.png");
}

.admin {
    background-image: url("../img/admin.png");
}

.spc {
    background-image: url("../img/spc.png");
}

.acs {
    background-image: url("../img/acs.png");
}

.node_lsp {
    background-image: url("../img/node_lsp.png");
}

.wisdi {
    background-image: url("../img/wisdi.png");
}

.no-drag {
    position: relative;
}

.no-drag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    cursor: not-allowed;
}

.node-box .node-item:hover {
    box-shadow: 0px 0px 14px 2px rgba(51, 51, 51, 0.15);
    border: none;
}

.node-canvas {
    height: calc(100% - 3px);
    position: relative;
    font-size: 0;
}

.no-flowsheet {
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    right: -20px;
    top: -52px;
    text-align: center;
    width: 312px;
    height: 225px;
    background: url(../img/tip.png) no-repeat;
    z-index: 99;
}

.no-flowsheet button {
    position: absolute;
    left: 88px;
    bottom: 20px;
}

button.btn-color {
    background: #009688;
    color: #fff;
}

.no-flowsheet p {
    color: #666;
    text-align: center;
    font-size: 14px;
}

#content {
    display: inline-block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

#flowsheetCanvas {
    display: inline-block;
    box-sizing: border-box;
}

input:-webkit-autofill {
    background: #fff;
}

#ngMenu {
    width: 150px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 17px 3px rgba(51, 51, 51, 0.15);
}

#ngMenu p {
    margin: 0;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

#ngMenu p:hover {
    background: #009688;
    color: #fff;
}

#ngMenu p.no-clicks {
    cursor: default;
    background: #f1f5f8;
    color: #999;
}

#canvasTip {
    position: absolute;
    width: 100%;
    top: -40px;
    text-align: center;
    display: none;
}

#canvasTip span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-right: 35px;
}

#canvasTip span.no-deploy:before, #canvasTip span.no-relation:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #FF9900;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 9px;
}

#canvasTip span.no-deploy {
    margin: 0px;
}

#canvasTip span.no-deploy:before {
    border: 2px solid #FF3300;
}

.page-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.page-mask .db-view {
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
}

.page-mask .db-view .db-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-mask .db-view .db-box img {
    width: 66px;
    height: 66px;
    border: 4px solid #FF3000;
    border-radius: 10px;
}

.page-mask .db-view .db-box span {
    font-size: 12px;
    color: rgb(51, 51, 51);
    font-family: "Consolas";
}

.layui-layer-btn {
    font-size: 14px;
}

/*progress_bar*/
.bar {
    width: 500px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    padding-top: 44px;
}

.bar p {
    margin: 0 0 9px 0;
}

.progress.bar-div {
    height: 6px;
    border-radius: 3px;
    background: #E3E3E3;
}

.progress.bar-div .progress-bar {
    width: 60%;
    background: #62B87B;
    border-radius: 3px;
}

.install-tip .btn-group {
    padding: 26px 0 0 0;
    display: block;
    position: static;
}

.bar .tip-font {
    display: inline-block;
    max-width: calc(100% - 35px);
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.install-tip .tip-title {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 24px;
}

.install-tip .tip-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
}

.reason {
    text-align: center;
    margin: 0;
    color: #999;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.reason .num {
    color: #009688;
    padding-right: 5px;
}

/*add_install*/
#showPage {
    display: none;
    font-size: 0;
    padding-right: 0;
}

#showPage iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.colse-page {
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/page-close.png") no-repeat;
    float: right;
    cursor: pointer;
}

.management-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #f1f5f8;
    background: #f1f5f8;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.management-table .title {
    background: rgba(242, 242, 242, 1) !important;
    color: rgba(51, 51, 51, 1);
    border: 1px solid #D9D9D9 !important;
    border-left: none !important;
    border-right: none !important;
}

.management-table tr {
    height: 36px;
    color: rgba(102, 102, 102, 1);
}

.management-table tr:nth-child(odd) {
    background: rgba(248, 248, 248, 1);
    border: 1px solid rgba(248, 248, 248, 1);
}

.management-table tr:hover {
    background-color: rgba(232, 242, 255, 1);
}

.management-table .check-box {
    appearance: none;
    -moz-appearance: button;
    -webkit-appearance: none;
    position: static;
}

.management-table .check-box + span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/check-box.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    top: 3px;
    border: 1px solid rgba(218, 219, 221, 1);
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.management-table .check-box:checked + span {
    background-position: 0 0px;
    border: none;
}

.management-table .watching:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background: url(../img/jiankong.png) no-repeat;
}

.management-table .running:before, .management-table .stop:before,
.management-table .starting:before, .management-table .stopping:before,
.management-table .error:before, .management-table .init:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    vertical-align: middle;
    background: url(../img/running.png) no-repeat;
}

.management-table .stop:before {
    background: url(../img/stop.png) no-repeat;
}

.management-table .starting:before {
    background: url(../img/starting.png) no-repeat;
}

.management-table .stopping:before {
    background: url(../img/stopping.png) no-repeat;
}

.management-table .error:before {
    background: url(../img/error16.png) no-repeat;
}

.management-table .init:before {
    background: url(../img/init.png) no-repeat;
}

.page-bottom {
    text-align: center;
    padding: 20px 0;
    background: #f8f8f8;
}

.page-bottom .save-btn, .page-bottom .cancel-btn {
    width: 80px;
    height: 36px;
    background: #009688;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    border: none;
    cursor: pointer
}

.page-bottom .cancel-btn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #009688;
    border-radius: 2px;
    color: #009688;
}

.node-table {
    height: calc(100% - 76px);
    overflow: auto;
    box-sizing: border-box;
    background: #f8f8f8;
}

.no-data {
    display: none;
    margin-top: 220px;
    color: rgba(153, 153, 153, 1);
}

.no-data .img-div {
    width: 102px;
    height: 100px;
    margin: 0 auto;
    background: url(../img/kong.png) no-repeat center;
}

.no-data p {
    text-align: center;
    margin-top: 30px;
}

.detecting {
    width: 240px;
    height: 120px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5;
    border-radius: 6px;
    padding-top: 46px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.detecting p {
    color: rgba(255, 255, 255, 1);
    margin: 10px auto 0;
    text-align: center;
}

.form-item .tips:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/tishi.png) no-repeat center;
    margin-right: 3px;
}

.show-input {
    display: inline-block;
    margin-left: 130px;
    margin-bottom: 0;
}

.show-input.first-child {
    margin-left: 0;
}

.show-input input {
    width: 200px;
}

.show-input .input-block select {
    background: url(../img/more.png) no-repeat scroll 182px center #fff;
    padding-right: 18px;
    width: 200px;
}

.btn-group.right-btn {
    float: right;
}

.running-font {
    color: rgba(103, 183, 128, 1);
}

.page {
    list-style: none;
}

.page > a {
    cursor: pointer;
}

.page .page-item {
    border: solid thin #DDDDDD;
    margin: 5px;
}

.page .active {
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color: white;
}

.page .page-item:hover {
    border: solid thin #0099FF;
    background-color: #0099FF;
    color: white;
}

button, input, optgroup, option, select, textarea {
    font-size: 14px;
}

button.del-btn {
    width: 30px;
    height: 30px;
    background: url(../img/btn-delete.png) no-repeat center;
    vertical-align: top;
}

button.del-btn:hover {
    background: #009688 url(../img/btn-delete-hover.png) no-repeat center;
}

button.btn-size {
    height: 30px;
    width: 60px;
}

.management-table tr.select-bg {
    background: rgba(235, 235, 235, 1);
}

.btn-group button.common-btn {
    width: 80px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    color: #009688;
}

.logs {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: fixed;
    bottom: 0.1em;
    right: 14.2em;
    width: 12em;
    border-radius: 5px;
    padding: 2px;
    overflow: auto;
    z-index: 999;
}

.icon-minus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/shouqi_icon.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/plus_icon.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.deploy-log-box {
    width: calc(100% - 20px);
    height: calc(100% - 105px);
    padding: 10px;
    overflow-y: auto;
}

.deploy-log-background {
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    padding: 10px;
    overflow-y: auto;
    background-color: #E8E8E8;
    color: #999;
}

@keyframes test {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes test {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.deploy-log-twinkle {
    color: white;
    animation: test 1000ms infinite;
}

.deploy-detail {
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
}

/* 页面搜索栏样式 start */

.form-main {
    padding: 20px 20px 0 !important;
    margin-bottom: 20px;
}

.form-main button {
    margin: 0 0 0 10px;

}

.form-main .show-input {
    margin: 0 50px 10px 0;
}

.form-main .form-item label {
    margin-right: 5px;
    text-align: right;
}

.form-main .query-btn-group {
    text-align: right;
    display: inline-block;
}

.query-btn-group .layui-btn {
    height: 35px !important;
    line-height: 35px !important;
}

/* 页面搜索栏样式 end */

/* 表格主体样式 start  wyl*/

.main-table {
    font-size: 13px;
    table-layout: fixed;
    background-color: #fff;
    border: 1px solid #E8EAED;
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 5%), 0 2px 6px 0 rgb(0 0 0 / 5%);*/
    /*-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%), 0 2px 6px 0 rgb(0 0 0 / 5%);*/
}

.main-table thead tr.title {
    background-color: #eee;
}

.main-table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
    text-align: center;
}

.main-table th, main-table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 15px;
}

.main-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.main-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.main-table tbody tr td {
    border: none;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    word-break: break-all;
    text-overflow: ellipsis;
}

.main-table tbody > tr:hover {
    background: #e9f2fb;
}

.status-group span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
}

.status-group .init-status {
    background: #ddd;
}

.status-group .success-status {
    background: #3BB94B;
}

.status-group .warning-status {
    background: #FAAD14;
}

.status-group .fail-status {
    background: #F94449;
}

/* 表格主体样式 end */


/*表单样式 start  wyl*/
.form-input-group {
    display: inline-block;
    margin-left: 50px;
}

.form-input-group select,
.form-input-group input {
    width: 200px;
    border: 1px solid #e5e5e5;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border-radius: 2px 2px;
}

.form-input-group label {
    margin-right: 5px;
    color: #666;
}

/*表单样式end*/

/*搜索栏样式  start wyl*/
.common-query-wrap .layui-inline {
    margin-bottom: 20px;
    margin-right: 20px;
}

.common-query-wrap .layui-inline .layui-input-inline {
    width: 230px;
}

.common-query-wrap .query-btn-group {
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
}

/* .common-query-wrap .form-input-group {
	margin: 0 50px 0 0;
}

.common-query-wrap .layui-btn {
	height: 35px !important;
	line-height: 35px !important;
} */


/*搜索栏样式end*/

/* 首页 start */
.layout-body {
    padding: 15px;
    box-sizing: border-box;
    height: 95%;
}

.index-heder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.index-heder .card-item {
    width: 24%;
    text-align: center;
    background: #F8F8F8;
    border-radius: 6px;
}

.card-item .number {
    margin: 12px 0 15px 0;
    font-size: 30px;
    font-weight: 700;
    color: #179E91;
}

.card-item .label {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #909090;
    font-size: 16px;
    margin-top: 15px;
}

.common-container {
    min-height: 25px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #E6E6E7;
    border-radius: 4px 4px;
    padding: 15px;
}

.common-container-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.common-container-header .left-label {
    width: 120px;
    font-size: 16px;
}

.common-container-header .right-info {
    flex: 1;

}

.common-container-header .right-info-index .layui-inline {
    float: right;
    margin-left: 20px;
}

.serve-state-wrap,
.node-state-wrap {
    padding: 8px 15px;
}

.node-state-wrap .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 10px; */
    /* justify-content: space-between; */
}

.node-state-wrap .node-chart-group {
    width: 25%;
    min-height: 100px;
    text-align: center;
    box-sizing: border-box;
}

.node-chart-group .chart-box {
    width: 100%;
    height: 200px;
}

.node-chart-group .chart-box > div {
    margin: auto !important;
}

.node-chart-group .name {
    font-size: 16px;
    margin-top: 3px;
    color: #555;
}

.node-chart-group .des {
    font-size: 13px;
    color: rgba(85, 85, 85, 0.7);
}


.node-list-wrap {
    margin-top: 15px;
}

.flex-wrap li {
    width: 49%;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.flex-wrap li:nth-child(odd) {
    margin-right: 2%;
}

.one-item li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.flex-wrap li .chart-box-list {
    display: flex;
    box-sizing: border-box;
    min-height: 200px;
    text-align: center;
    position: relative;
    width: 100%;
}

.flex-wrap li .chart-box-list .echart-box {
    height: 200px;
    /* flex: 1; */
    width: 33.33%;

}

.flex-wrap li .chart-box-list .echart-box > div {
    margin: auto !important;
}

.flex-wrap li .footer-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    text-align: center;
}


.deploy-dialog {
    padding: 20px 20px;
    display: none;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.deploy-dialog .dialog-title {
    font-size: 16px;
}

.deploy-dialog .dialog-des {
    margin: 10px 0 10px;
    background-color: #f5f5f5;
    padding: 10px;
    color: #777;
    border: 1px solid #E8EAED;
}

.deploy-dialog .dialog-config-des {
    margin: 10px 0 10px;
    background-color: #f5f5f5;
    padding: 10px;
    color: #777;
    border: 1px solid #E8EAED;
}

.deploy-dialog .dialog-footer {
    text-align: right;
    margin: 30px 0 20px;
}

.deploy-dialog .dialog-footer button {


}

.dialog-table table {
    margin: 0;
    border: 1px solid #E8EAED;
}

.dialog-table .table-des {
    padding: 10px;
    background: #f5f5f5;
    color: #777;
    border: 1px solid #E8EAED;
    border-top: none;
    height: 180px;
    overflow: auto;
}

.dialog-table .table-config-des {
    padding: 10px;
    background: #f5f5f5;
    color: #777;
    border: 1px solid #E8EAED;
    border-top: none;
    height: 120px;
    overflow: auto;
}

.common-container .common-tips-title {
    color: #555;
    margin-bottom: 8px;
    margin-bottom: 8px;
}

.common-container .common-tips-info {
    background: #F8F8F8;
    padding: 18px;
    color: rgba(85, 85, 85, 0.7);
    font-size: 13px;
}

.laypage-box {
    text-align: left;
}

.layui-box {
    margin: 10px 0 0;
}

.empty-data {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    color: #888;
}

/* layui reset start */
.layui-btn {
    height: 35px !important;
    line-height: 35px !important;
    background-color: #009688;
}

.layui-btn-danger {
    background-color: #ff5722;
}

.layui-layer-btn a:not(:last-child) {
    border-color: #009688 !important;
    background-color: #009688 !important;
}
.layui-layer-btn a:last-child:first-child {
    border-color: #009688 !important;
    background-color: #009688 !important;
}
.only-cancel-btn-layer .layui-layer-btn a:last-child:first-child {
    color: #333;
    background-color: #fff !important;
    border-color: #dedede !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #009688;
    color: #fff;
}

.layui-table, .layui-table-view {
    margin: 0;
}

.layui-layer-title {
    background-color: #009688 !important;
    color: #fff !important;
}

.layui-form-select dl {
    max-width: 100%;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #009688;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #009688 !important;
    background-color: #009688 !important;
}

.layui-form-radio:not(.layui-radio-disabled):hover > *, .layui-form-radioed:not(.layui-radio-disabled), .layui-form-radioed:not(.layui-radio-disabled) > i {
    color: #009688 !important;
}

/* layui reset end */


.load-wrap {
    width: 100%;
    height: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.load-wrap img {
    animation: load 2s linear infinite;
}

.empty-box {
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #888;
    display: none;
    border: 1px solid #eee;
    border-top: none;
}

.add_cluster_config .layui-form-select .layui-input {
    width: 100%;
}

.add_cluster_config .layui-input-block {
    display: inline-block;
    width: 420px;
    margin-left: 0;
}


/* layui form 表单 start */
.padding-20 {
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.layui-form-label {
    width: 140px;
    padding: 9px 10px;
}

.layui-form-button {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
}

label.required::before {
    content: ' *';
    color: red;
}

.layui-form-item .layui-form-radio {
    margin-right: 20px;
}

.required-red {
    color: red;
}

.layui-form-item {
    display: flex;
}

.layui-form-item .layui-input-block,
.layui-form-item .layui-input-inline {
    margin-left: 0 !important;
    flex: 1;
}

.layui-inline .layui-form-label {
    width: auto;
}

.layui-form-item div.flex {
    width: 100%;
}

.no-input {
    margin: 0 !important;
}

/* layui form 表单 end */


.node-details {
    margin-bottom: 10px;
}

.node-details .flex {
    align-items: center;
}

.node-details label {
    width: 120px;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
}

.node-details span {
    color: #888;
}


.form-main .input-block select,
.form-main .input-block input {
    width: 500px;
    box-sizing: border-box;
}

.form-main .form-item .radio-item {
    display: inline-block;
    margin-right: 20px;
}

.form-main .form-item .radio-item input {
    width: auto !important;
}

.form-main .form-item .radio-item .form-label {
    width: auto !important;
}

.text-btn-group .event-none {
    color: #ABABAB;
    pointer-events: none;
}

.text-btn-group .event-active {
    pointer-events: auto;
    color: #009688;
    cursor: pointer;
}

.text-btn-group .btn {
    color: #009688;
    cursor: pointer;
}

.text-btn-group .btn-disabled {
    color: #ABABAB;
    cursor: pointer;
}

.text-btn-group .btn-disabled svg path {
    fill: #ABABAB;
    cursor: pointer;
}

.form-main {
    max-height: 950px;
    padding: 30px;
    overflow-y: auto;
    height: calc(100% - 40px);
}

.form-main form {
    height: 100%;
    position: relative;
}

.form-main form .btn-group {
    position: absolute;
    bottom: 0;
}

.progress-box {
    margin: 15px 0;
}

.success-alert .layui-layer-btn {
    display: none;
}

.success-alert .layui-layer-padding {
    padding: 20px 20px 50px 55px !important;
}

.relative {
    position: relative;
}

.btn-group-left {
    position: absolute;
    left: 20px;
    top: 10px;

}

.checking-status {
    background-color: transparent !important;
}

.form-table-box {
    margin-bottom: 20px;
    display: flex;
}

.form-table-box label {
    width: 120px;
    padding: 6px 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.form-table-box table {
    flex: 1;
    table-layout: fixed;
}

.form-table-box th {
    text-align: center;
}

.form-table-box td input {
    height: 28px;
}

.btn-group-sticky {
    position: sticky;
    bottom: 0;
    text-align: center;
}

.form-table-box td .layui-form-radio {
    margin: 0 !important;
    padding: 0 !important;
}

.form-table-box td .layui-form-radio > i {
    margin: 0 !important;
    padding: 0 !important;
}

/* 弹窗layout布局 start */
.dialog-layout-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.dialog-layout-container form {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.dialog-layout-container form .dialog-body {
    height: calc(100% - 95px);
    padding: 20px 20px 0;
    overflow: auto;
}

.dialog-layout-container form .dialog-footer {
    text-align: right;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* 弹出layout布局 end */


.center-tr tr td {
    text-align: center;
}

table tr .required {
    color: red;
}

.deploy-log-box .link {
    color: #1a9ff6 !important;
    cursor: pointer;
}

.deploy-log-box .link:hover {
    color: #1977b5 !important;
}

/*.layui-layer-min {
    display: none !important;
}*/

tr.tr-hide {
    display: none;
}

/* 固定表头表格样式 */

.common-table-box {
    height: 100%;
}

.common-table-box table {
    width: 100%;
}

.fixed-table1,
.fixed-table {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: transparent;
}

.common-table-box th,
.common-table-box td {
    box-sizing: border-box !important;
    padding: 9px 15px !important;
}

/* 固定表头表格样式  end*/

/* show_ac  页面样式 start */
.show_ac .common-container {
    height: 100%;
    box-sizing: border-box;
}

.show_ac .main-body {
    height: calc(100% - 60px);
    position: relative;
}

.show_ac .common-table-box {
    height: calc(100% - 45px);
    overflow-y: auto;
}

/* show_ac  页面样式 end */
.layui-layer-setwin .layui-layer-max:hover:after, .layui-layer-setwin .layui-layer-max:hover:before {
    opacity: .7;
    border-color: #514e4e !important;
}

.layui-layer-setwin .layui-layer-maxmin:after, .layui-layer-setwin .layui-layer-maxmin:before {
    background-color: transparent !important;
}

.loading-container .layui-layer-loading-icon:before {
    display: none;
}

.hide-pwd {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    margin-top: 5px;
    top: 1px;
    text-align: center;
    cursor: pointer;
    background: url("../img/hide-pwd.png") no-repeat center center;
}

.view-pwd {
    background: url('../img/view-pwd.png') no-repeat center center;
}

/* 首页 start */
.home-page-layout-body {
    padding: 8px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.home-page-common-container {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.19);
}

.home-page-layout-body .left-container {
    flex: 1;
    height: 100%;
    margin-right: 8px;
    width: calc(100% - 460px);
}

.home-page-layout-body .right-container {
    width: 440px;
    height: 100%;
}

.interface-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.interface-container .home-page-common-container {
    flex: 1;
    height: 200px;
}

.interface-container .home-page-common-container:not(:first-child) {
    margin-left: 8px;
}

.home-page-common-container .home-page-common-container-header {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    padding: 10px;
}

.home-page-common-container .home-page-common-container-header .header-icon {
    width: 4px;
    height: 14px;
    background: #009688;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-left: 6px;
    margin-right: 2px;
}

.home-page-common-container .home-page-common-container-content {
    height: calc(100% - 39px);
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
}

.home-page-common-container .home-page-common-container-content .loading-container, .home-page-common-container .home-page-common-container-content .no-data-container {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-layout-body .left-container .home-page-table-container {
    margin-top: 8px;
    height: calc(50% - 110px);
}

.home-page-layout-body .left-container .home-page-table-container .home-page-common-container-header .icon-group {
    float: right;
}

.home-page-layout-body .left-container .home-page-table-container .home-page-common-container-header .icon-group .layui-icon {
    color: #909090;
}

.home-page-layout-body .left-container .home-page-table-container .home-page-common-container-content {
    min-height: 220px;
}

.home-page-layout-body .left-container .layui-table-view {
    height: 100%;
    min-height: 200px;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box {
    height: 100%;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-body {
    height: calc(100% - 40px);
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .layui-table-header .layui-table {
    background: #F9F9F9;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .layui-table-header .layui-table th {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .layui-table-cell {
    height: 34px;
    line-height: 22px;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .layui-table td {
    font-size: 13px;
    color: #555555;
}

.home-page-common-container.node-message {
    height: 292px;
}

.home-page-common-container.node-message .home-page-common-container-content {
    display: flex;
    flex-direction: row;
}

.home-page-common-container.node-message .home-page-common-container-content .node-msg-chart {
    flex: 1;
    height: 100%;
}

.home-page-common-container.node-message .home-page-common-container-content .node-msg-details {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    color: #636363;
    padding-left: 48px;
}

.home-page-common-container.node-message .home-page-common-container-content .node-msg-details > div {
    display: flex;
    padding: 15px 0;
}

.home-page-common-container.node-message .home-page-common-container-content .node-msg-details span {
    font-size: 23px;
    margin-left: 10px;
}

.home-page-message-container {
    height: calc(100% - 300px);
    margin-top: 8px;
}

.home-page-message-container .home-page-message-list {
    height: calc(100% - 40px);
    overflow-y: auto;
    min-height: 300px;
}

.home-page-message-container .message-item {
    height: 90px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(112, 112, 112, 0.19);
}

.home-page-message-container .message-item:not(:first-child) {
    margin-top: 8px;
}

.interface-container .home-page-common-container-title {
    font-size: 14px;
    color: #666666;
    padding: 5px 14px;
}

.interface-container .home-page-common-container-content {
    height: calc(100% - 29px);
    overflow: auto;
    padding: 5px 14px;
    box-sizing: border-box;
    font-size: 12px;
}

.interface-container .interface-time-msg-content .interface-msg-item:not(:last-child) {
    margin-bottom: 10px;
}

.interface-container .interface-time-msg-content .interface-msg-item .interface-name-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.interface-container .interface-time-msg-content .interface-name {
    color: rgba(16, 16, 16, 1);
}

.interface-container .interface-time-msg-content .layui-progress {
    margin-top: 3px;
    border-radius: 6px;
}

.interface-container .interface-time-msg-content .layui-progress .layui-progress-bar {
    background: linear-gradient(90deg, #FFF496 0%, #FE5C8D 100%);
    border-radius: 6px;
    cursor: pointer;
}

.interface-container .interface-time-msg-content .layui-progress .layui-progress-bar:hover .interface-msg-time {
    display: inline-block;
}

.interface-msg-time {
    display: none;
    width: fit-content;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    padding: 0 4px;
    box-sizing: border-box;
    background-color: #516975;
    border-radius: 4px;
}

.interface-container .layui-tab {
    margin: 0;
    box-shadow: none;
    border: none;
}

.interface-container .layui-tab-title {
    height: 36px;
    border: 0;
    padding-left: 1px;
}

.interface-container .layui-tab .layui-tab-title li {
    line-height: 36px;
    font-size: 14px;
    color: #5F5F5F;
}

.interface-container .layui-tab .layui-tab-title li:not(:last-child):after {
    content: ' ';
    width: 0px;
    height: 18px;
    border-left: 1px solid #E8EAED;
    right: 0;
    position: absolute;
    top: 9px;
}

.interface-container .layui-tab .layui-tab-title li.layui-this {
    color: #009688;
}

.interface-container .layui-tab-title .layui-this:after {
    display: none;
}

.interface-container .db-msg-content {
    height: calc(100% - 30px);
}

.home-page-message-list .message-item {
    display: flex;
    flex-direction: column;
    padding: 12px 15px;
    box-sizing: border-box;
    height: 100px;
}

.home-page-message-list .message-item .message-header {
    display: flex;
    flex-direction: row;
}

.home-page-message-list .message-header .message-status {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #3F72FF;
}

.home-page-message-list .message-header .message-time {
    text-align: right;
    color: #818181;
    font-size: 14px;
    flex: 1;
}

.home-page-message-list .message-status.serious {
    color: #FF4949;
}

.home-page-message-list .message-status.general {
    color: #FFC01E;
}

.home-page-message-list .message-info {
    flex: 1;
}

.home-page-message-list .message-info .message-details {
    color: #818181;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.home-page-message-more {
    background: url(../img/more_message_icon.svg) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 18px;
    cursor: pointer;
    float: right;
}

.home-page-layout-body .home-page-empty-data-container {
    align-items: center;
    justify-content: center;
    display: none;
    flex-direction: column;
}

.home-page-layout-body .home-page-empty-data {
    background: url(../img/home_page_empty_data.svg) no-repeat center center;
    width: 177px;
    height: 94px;
    margin-top: 10px;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .table-dangerous-cell {
    background: rgba(248, 101, 101, 0.46);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 34px;
}

.home-page-layout-body .left-container .layui-table-view .layui-table-box .table-warning-cell {
    background: rgba(247, 218, 72, 0.46);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 34px;
}

.home-page-table-switch-container .layui-form-switch {
    height: 16px;
    line-height: 14px;
    width: 30px;
    min-width: 30px;
}

.home-page-table-switch-container .layui-form-switch > i {
    top: 0px;
    margin-left: -4px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

.home-page-table-switch-container .layui-form-onswitch > i {
    margin-left: -14px;
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.show-example-front-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/front-end-address.png);
}

.show-example-register-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/register-center.png);
}

.loading-layer-container {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2) !important;
}

.loading-layer-container .layui-layer-content {
    background: transparent;
    overflow: hidden !important;
}

.loading-layer-container .layui-layer-content .layui-icon-loading {
    color: #009688;
    font-size: 32px;
}

.loading-layer-container .layui-layer-content .loading-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(85, 85, 85, 0.9);
    padding: 13px 35px;
}

.loading-layer-container .layui-layer-content .loading-content-container .message-container {
    margin-left: 15px;
}

#appVersion, input[name=appVersion] {
    border-color: #eee !important;
    color: #c7c6c6 !important;
}

.menu-item:hover {
    background-color: #f2f2f2;
}

.hidden {
    display: none !important;
}

.layui-layer-btn {
    border-top: 1px solid #f0f0f0;
}
.layui-tree-iconClick {
    min-width: 10px;
}
.layui-input-suffix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}
.layui-input-suffix .select-folder-icon {
     cursor: pointer;
     width: 21px;
     height: 19px;
     background: url(../img/file-path.svg) no-repeat center center;
     display: inline-block;
 }

.select-folder-icon:hover {
    background: url(../img/file-path-active.svg) no-repeat center center;
}