/* 初始化 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a,
a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}


/*html {overflow-y: scroll;}*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6娓呴櫎娴姩鐨勬柟寮� *鍙峰彧鏈塈E6-IE7鎵ц锛屽叾浠栨祻瑙堝櫒涓嶆墽琛�*/
}

.baseColor {
    color: #00F4ED;
}

.green {
    color: green
}

.red {
    color: red
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

input::placeholder,
textarea::placeholder {
    color: #c2c2cc!important;
}


/*滚动条滑块*/

div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px #c1c1c1;
    background: #c1c1c1;
}


/*滚动条轨道*/

div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #f1f1f1;
    border-radius: 8px;
    background: #f1f1f1;
}


/* LAYUI CSS  */

.layui-layout-admin .layui-body {
    bottom: 0;
    background-color: #f2f2f2;
    overflow: auto;
}


/* CUSTOM CSS */

.contain {
    padding: 15px;
    min-height: 50rem;
    position: relative;
    min-width: 998px;
}

.icon {
    position: absolute;
    width: 280px;
    left: 15px;
}

.icon .icon-header {
    height: auto;
    line-height: 32px;
    font-family: sans-serif;
    cursor: pointer;
}

.icon .icon-header h3 {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 3px;
    line-height: 42px;
    font-family: sans-serif;
    border-bottom: 1px solid #e2e2e2;
}

.icon .icon-header .icon-header_item {
    margin: 5px 0;
    padding: 0 5px;
    border-radius: 2px;
}

.icon .icon-header .icon-header_item.layui-this,
.icon .icon-header .icon-header_item:hover {
    color: #fff;
    background-color: #009688;
}

.icon .icon-body {
    line-height: normal;
    height: 40rem;
    overflow: auto;
}

.icon .icon-body .icon-body_img {
    float: left;
    width: 45%;
    height: 30px;
    cursor: pointer;
    padding: 2.5%;
    position: relative;
    margin-bottom: 1rem;
}

.icon .icon-body .icon-body_img:hover {
    background-color: #C2CFF2;
}

.icon-body .icon-body_img img {
    position: absolute;
    height: 30px;
    width: 30px;
}

.icon-body .icon-body_img p {
    padding-left: 32px;
    font-size: 12px;
}

.icon-tips {}

.icon-tips .layui-layer-content {
    background-color: #C2CFF2!important;
    padding: 8px 15px!important;
}

.icon-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    border-right-color: #C2CFF2!important;
}

.icon-tips .imgBig {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 14;
}

.icon-tips .imgBig img {
    width: 45%;
}

.topo {
    margin-left: 295px;
}

.topo .topo-title {}

.topo .topo-body .echarts {
    height: 48rem;
}


/* 添加节点 */

.nodeAdd .layui-form {
    padding: 10px;
}

.nodeAdd .layui-form-label {
    text-align: left;
    padding: 0;
    width: auto;
    color: #9e9c9c;
}

.nodeAdd .layui-form-item .layui-input-inline {
    width: 100%;
}

.nodeAdd .layui-input {
    height: 32px;
    line-height: 32px;
}

.nodeAdd .layui-card {
    box-shadow: none;
    margin-bottom: 0;
}

.nodeAdd .layui-card-header {
    padding: 0;
    border-bottom-color: #e2e2e2;
}

.nodeAdd .layui-card-body {
    padding: 10px 0;
}

.nodeAdd .short-input {
    display: inline-block;
    width: 32%;
}

.nodeAdd .layui-colorpicker {
    padding: 2px;
}


/* confirmAlert CSS */

.confirmAlert .layui-layer-content {
    display: none;
    padding: 0!important;
    height: 0!important;
}

.confirmAlert .layui-layer-btn {
    text-align: center!important;
}

.confirmAlert .layui-layer-btn a {
    width: 145px;
    margin: 8px 0;
}