body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    overflow-y: hidden;
    user-select: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style-type: none;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}

input::placeholder {
    color: #c0c4cc;
}

.modal-panel,
.modal-execution,
.modal-show-image,
.modal-lock,
.modal-alarm,
.modal-users,
.modal-usergroup,
.modal-interact,
.modal-computers,
.modal-condition,
.modal-fly-loading,
.modal-database,
.modal-modiPwd,
.modal-login,
.modal-register {
    margin: 0;
    position: fixed;
    /* overflow: auto; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    outline: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.modal-fly-loading .fly-loading-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 376px;
    max-width: 1000px;
    background-color: white;
    box-sizing: border-box;
}

.modal-fly-loading .fly-loading-frame .loading-title {
    padding: 5px;
}

.modal-fly-loading .fly-loading-frame .plugin-frame:hover {
    border: 1px solid #fff;
}

.execution-list input,
.show-image-list input,
.addUser input,
.addUsergroup input,
.alarm input,
.condition-list input {
    width: 100%;
    height: 100%;
    border-style: none;
    box-sizing: border-box;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.execution-expression input,
.condition-expression input {
    width: 95%;
}

.execution-expression button,
.show-image-list button,
.condition-list button {
    width: 5%;
    height: 100%;
    border-style: none;
    box-sizing: border-box;
    padding: 0;
}

.execution-list select,
.show-image-list select,
.addUser select,
.addUsergroup select,
.alarm select,
.condition-list select {
    width: 100%;
    height: 100%;
    border-style: none;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
}

#execution-close,
#show-image-close,
#alarm-close,
#condition-close,
#database-close {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
}

.add-users button {
    margin-left: 45px;
    margin-top: 30px;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
}

#execution-save,
#show-image-save,
#usergroup-cancel,
#usergroup-save,
#user-cancel,
#user-save {
    display: inline-block;
    margin: auto;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 100px;
}

#execution-save,
#show-image-save,
#alarm-save,
#condition-save,
#database-save,
#database-test {
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
}

#database-save {
    display: inline-block;
}

#database-test {
    display: inline-block;
    margin: 0 10% 0 25%
}

.design-main {
    width: 100%;
    background-color: white;
}

.panel-head,
.head {
    width: 100%;
    height: 40px;
    background-color: rgba(51, 102, 153, 1);
}


/* .panel-head{
    height: 2.5em;
} */

.left-head {
    float: left;
}

.right-head {
    float: right;
    margin-right: 5px;
}

.head-icons {
    padding: 2px;
    float: left;
    height: 100%;
}

#run-url {
    display: none;
}

.head-icon {
    padding: 5px;
    float: left;
}

.head-icon img {
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    cursor: pointer;
}

.head-icon:hover {
    background-color: rgba(91, 132, 183, 1);
}

.right-tabs-frame {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: cornflowerblue;
}

.panel-tabs,
.right-tabs,
.head-tabs {
    float: left;
    margin-top: 8px;
    cursor: pointer;
}

.right-tabs-show {
    display: block;
}

.right-tabs-hidden {
    display: none;
}


/* .panel-tabs{
    margin-top: 0.5em;
} */


/* .prm-usergroup{   
margin-right: 5px
} */

.prm-user-right {
    width: 100%;
    height: 40px;
    background-color: cornflowerblue;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 5px 0 0 5px;
    display: flex;
    align-items: flex-end;
}

.right-tab,
.prm-tab {
    height: 35px;
    padding: 0px 15px 0px 15px;
    color: white;
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-tab,
.head-tab {
    height: 32px;
    padding: 0px 15px 0px 15px;
    color: lightgray;
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-tab:hover,
.prm-tab:hover,
.head-tab:hover {
    color: lightcoral;
}

.panel-tab-on,
.prm-tab-on,
.head-tab-on {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(51, 102, 153, 1);
}

.tab-text {
    display: block;
    font-size: 15px;
    pointer-events: none;
}

.layout {
    width: 100%;
    height: calc(100% - 48px);
    overflow: hidden;
}

.layout-left,
.layout-center,
.layout-right {
    height: 100%;
    float: left;
    border: 1px solid gray;
    margin-right: 5px;
    background-color: rgba(240, 240, 240, 1);
}

.margin-view-overlays {
    background-color: rgba(240, 240, 240, 1) !important;
}

.layout-left,
.layout-center {
    border: 0;
    margin: 0;
    border-left: 1px solid gray;
    padding-right: 5px;
    position: relative;
}

.layout-left::before,
.layout-center::before,
.layout-right::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    left: 0;
    right: 5px;
    bottom: 0;
    background-color: gray;
    z-index: 1;
}

.layout-right::before {
    right: 0;
    bottom: 1px;
}

.layout-left::after,
.layout-center::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 5px;
    background-color: gray;
}

.layout-left {
    width: 50px;
}

.layout-right {
    width: 360px;
    position: relative;
}

.layout-left-slide {
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: cornflowerblue;
    width: 16px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    cursor: pointer;
}

.layout-left-slide .img {
    transform: rotate(180deg);
}

.layout-left-slide.slide .img {
    transform: rotate(0);
}

.layout-right-slide {
    position: absolute;
    right: 373px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: cornflowerblue;
    width: 16px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    cursor: pointer;
}

.layout-right-slide .img {
    transform: rotate(0);
}

.layout-right-slide.slide .img {
    transform: rotate(180deg);
}

.recipe-tools,
.language-tools,
.permission-tools,
.layout-tools,
.variable-tools,
.sql-tools,
.coding-tools {
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: solid 1px gray;
    background-color: rgba(240, 240, 240, 1);
}
.layout-tools li{
    margin-top: 0px;
}
.variable-input-input {
    float: left;
    position: relative;
    width: 220px;
    height: 34px;
    border: 2px solid gray;
    border-radius: 10px;
    text-indent: 4px;
    box-sizing: border-box;
}

.variable-input-li {
    position: relative;
    margin-left: 30px;
    /* pointer-events:none; */
}

.variable-input-li::after {
    position: absolute;
    right: 1px;
    top: 2px;
    content: "";
    display: block;
    height: 30px;
    width: 36px;
    border-radius: 0 10px 10px 0;
    background-color: lightgray;
    /* pointer-events:auto; */
}

.icon-search {
    font-size: 20px !important;
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 10;
}

.recipe-tool {
    padding: 5px;
    width: 80px;
    height: 30px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    font-size: x-large;
}

.recipe-tool,
.language-tool,
.execution-tool,
.show-image-tool,
.condition-tool,
.alarm-tool,
.variable-tool,
.layout-tool,
.database-tool {
    padding: 5px;
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.recipe-tool:hover,
.language-tool:hover,
.execution-tool:hover,
.show-image-tool:hover,
.condition-tool:hover,
.alarm-tool:hover,
.variable-tool:hover,
.layout-tool:hover {
    background-color: lightgray;
}

.sql-main,
.coding-main {
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.recipe-main,
.language-main,
.permission-main,
.variable-main {
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
    overflow-x: auto;
    overflow-y: auto;
    flex-direction: column;
    height: 96%;
}

.layout-main {
    float: left;
    position: relative;
    width: 100%;
    background-color: lightgray;
    background-size: cover;
    overflow-x: auto;
    overflow-y: auto;
    display: flex;
}

.recipe-main,
.recipe-tools,
.language-main,
.language-tools,
.permission-tools,
.permission-main,
.variable-tools,
.variable-main,
.sql-tools,
.sql-main .coding-tools,
.coding-main {
    display: none;
}

.language-frame,
.permission-main,
.variables-frame {
    width: 100%;
    height: 100%;
}

.recipe-main {
    display: flex;
    flex-direction: initial;
}

.recipe-group {
    height: calc(100% - 35px)
}

.recipe-variable {
    flex: 1;
}

.pages {
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
    display: flex;
    height: 100%;
    width: 100%;
}

.pages .page {
    display: none;
}

.page {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pages .active {
    display: block;
    margin: auto;
    -webkit-box-shadow: 0px 2px 10px #909090;
    box-shadow: 0px 2px 10px #909090;
}

.plugin-icon {
    width: 30px;
    margin: 5px;
    float: left;
}

.plugin-text {
    display: none;
    opacity: 0;
    margin-left: 10px;
    float: left
}

.plugin-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    display: none;
}

.plugins .plugin-frame-for {
    border: solid lightgray 1px;
}

.plugins .plugin-frame-for:hover {
    border: solid gray 1px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.functions {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.function::before {
    content: '';
    display: block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    background: url(../images/icon_coding.png) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#block-function label {
    font-size: 1.125em;
    color: black;
    width: 100%;
    height: 99%;
    display: flex;
    align-items: center;
}

#block-function label input:checked {
    background-color: green;
}

.functions .function {
    padding: 6px;
    font-size: 14px;
    width: calc(100% - 12px);
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.plugin {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}

.plugin:hover,
.function:hover {
    background-color: lightgray;
}

.move-frame {
    display: none;
    position: absolute;
    z-index: 700;
}

.move-frame .plugin-frame-for {
    border: 1px solid gray;
}

.sql-attributes-frame,
.drivers-attributes-frame,
.variables-attributes-frame,
.events-frame,
.securities-frame,
.attributes-frame {
    height: 100%;
    position: relative;
    float: left;
    width: 100%;
}

.securities-frame,
.events-frame {
    display: none;
}

.prm-usergroup,
#permission-tree,
#sql-tip,
#drivers-tree,
#page-tree,
.events,
.securities,
.attributes {
    padding: 2px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

#drivers-tree {
    height: 96.5%;
}

.securities input,
.events input,
.attributes input {
    padding: 0 4px;
    width: 100%;
    height: 100%;
    border-style: none;
    margin-left: 4px
}


/* .events input,
.attributes input {
    padding: 0 4px;
    width: calc(100% - 10px);
    height: 100%;
    margin-left: 10px;
    border-style: none
} */

.events select,
.securities select,
.attributes select {
    padding: 0 4px;
    width: 100%;
    height: 100%;
    border-style: none
}

.variable-attributes button,
.events button,
.securities button,
.attributes button {
    padding: 0 4px;
    width: 50px;
    height: 100%;
    border-style: none
}

.events :first-child .event-label,
.securities :first-child .attribute-label,
.attributes :first-child .attribute-label {
    border-top: 1px solid gray;
}

.events :first-child .event-value,
.securities :first-child .attribute-value,
.attributes :first-child .attribute-value {
    border-top: 1px solid gray;
    border-right: 1px solid gray;
}

.event-label,
.attribute-label {
    padding-left: 3px;
    float: left;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    font-size: 16px;
    height: 21px;
    width: 165px;
}

.event-value,
.attribute-value {
    position: relative;
    float: left;
    width: calc(100% - 173px);
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    display: flex;
    height: 21px;
    background: #fff;
}

.attribute-checkbox {
    /* width: 100%; */
    height: 127px;
    display: flex;
    flex-direction: column;
}

.attribute-value.attribute-checkbox {
    background-color: #fff;
}

.attribute-checkbox-witem {
    height: 30px;
    position: relative;
}

.attribute-checkbox-name {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #333;
}

.attribute-checkbox-item {
    width: 28px;
    margin: 5px;
    position: relative;
}

.attribute-checkbox-item label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
}

.attribute-checkbox-item label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.attribute-checkbox-item label:hover::after {
    opacity: 0.5;
}

.attribute-checkbox-item input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.condition-image-drag {
    border: 1px solid red !important;
}

.attribute-value-drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid green;
    pointer-events: none;
}

.sql-attributes,
.driver-attributes,
.variable-attributes {
    padding: 2px;
    display: flex;
    flex-direction: column;
}

.sql-attributes .sql-attribute:first-child .sql-label,
.sql-attributes .sql-attribute:first-child .sql-value,
.driver-attributes .driver-attribute:first-child .driver-label,
.driver-attributes .driver-attribute:first-child .driver-value,
.driver-attributes .channel-attribute:first-child .channel-label,
.driver-attributes .channel-attribute:first-child .channel-value,
.variable-attributes .variable-attribute:first-child .variable-label,
.variable-attributes .variable-attribute:first-child .variable-value {
    border-top: 1px solid gray;
}

.sql-attributes input,
.driver-attributes input,
.variable-attributes input {
    padding: 0 4px;
    width: 100%;
    border-style: none
}

.sql-attributes select,
.driver-attributes select,
.variable-attributes select {
    padding: 0 4px;
    width: 100%;
    border-style: none
}

.sql-label,
.channel-label,
.driver-label,
.variable-label {
    padding-left: 3px;
    float: left;
    width: 48%;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    height: 21px;
}

.sql-value,
.channel-value,
.driver-value,
.variable-value {
    float: left;
    width: 49%;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    display: flex;
    height: 21px;
}

.variable-description,
.attribute-description {
    position: absolute;
    width: 97%;
    bottom: 36px;
    left: 4px;
    border: 1px solid gray;
    margin-bottom: 14px;
    font-size: 14px;
}

.variable-description li,
.attribute-description li {
    width: 100%;
    height: 100%;
    padding: 3px 1px 1px 5px;
    word-break: break-all;
}

.language-on,
.table-option-on,
.condition-on,
.alarm-on,
.usergroup-on,
.event-on,
.variable-on,
.variable-attribute-on,
.attribute-on {
    font-weight: 700;
}

.disabled {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    pointer-events: none;
}

.all-plugins-frame {
    width: 100%;
    height: 50px;
}

.all-plugins {
    margin: 10px;
    width: 96%;
    height: 30px;
    font-size: 16px;
}

.clipboard-frame {
    display: none;
}

.pages-frame {
    display: none;
    width: 100%;
}

#sql-tip {
    margin-top: 30px;
}

.prm-usergroup,
#permission-tree,
#sql-tip,
#drivers-tree,
#page-tree {
    border: 1px solid gray;
}

#drivers-tree {
    margin-top: 30px;
}

.recipe-icons,
.prm-icons,
.sql-icons,
.driver-icons,
.variable-icons,
.page-icons {
    float: right;
    width: 100%;
}

.recipe-icon,
.prm-icon,
.sql-icon,
.driver-icon,
.variable-icon,
.page-icon {
    float: left;
    padding: 5px;
}

.recipe-icon:hover,
.prm-icon:hover,
.sql-icon:hover,
.driver-icon:hover,
.variable-icon:hover,
.page-icon:hover {
    background-color: lightgray;
}

.recipe-icons img,
.prm-icons img,
.sql-icons img,
.driver-icons img,
.variable-icon img,
.page-icon img {
    width: 25px;
    cursor: pointer;
}

.enclose {
    border: dashed 1px gray;
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 500;
}

.language-table,
.panel-sql-table,
.table-users,
.table-usergroup,
.data-table,
.variables-table,
.sql-table {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin: 20px;
    width: 95%;
    text-align: center;
    background-color: white;
    font-size: 14px;
    max-height: 90%;
    overflow-y: scroll;
}

.panel-sql-table {
    margin-top: 0;
}

.table-options {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin: 15px;
    width: 90%;
    text-align: center;
    background-color: white;
    font-size: 14px;
    max-height: 180px;
    overflow: hidden;
    /* max-height: 90%;
    overflow-y: scroll; */
}

.language-body tr {
    height: 30px;
    user-select: text;
}

.variables tr {
    height: 20px;
    user-select: text;
}

.language-table th,
.language-table td,
.table-options td,
.table-users th,
.table-users td,
.table-usergroup th,
.table-usergroup td,
.data-table th,
.data-table td,
.variables-table th,
.variables-table td,
.panel-sql-table th,
.panel-sql-table td,
.sql-table th,
.sql-table td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-spacing: 0px;
    position: relative;
}

.language-table tbody tr:nth-child(odd),
.table-options tbody tr:nth-child(odd),
.table-users tbody tr:nth-child(odd),
.table-usergroup tbody tr:nth-child(odd),
.data-table tbody tr:nth-child(odd),
.variables-table tbody tr:nth-child(odd),
.panel-sql-table tbody tr:nth-child(odd),
.sql-table tbody tr:nth-child(odd) {
    background: rgb(219, 238, 242);
}

.language-table tbody tr:nth-child(even),
.table-options tbody tr:nth-child(even),
.table-users tbody tr:nth-child(even),
.table-usergroup tbody tr:nth-child(even),
.data-table tbody tr:nth-child(even),
.variables-table tbody tr:nth-child(even),
.panel-sql-table tbody tr:nth-child(even) .sql-table tbody tr:nth-child(even) {
    background: white
}

.sql-table-box {
    padding-left: 64px;
    height: 200px;
    overflow-y: auto;
}

.sql-table-box .sql-table {
    margin: 10px 0 0 0;
}

.sql-main .drag-part {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid gray;
}

.sql-main .drag-part::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: gray;
}

.language-on td,
.table-option-on td,
.condition-on td,
.alarm-on td,
.usergroup-on td,
.variable-on td {
    background-color: aqua;
}

.user-on td {
    background-color: lightgreen;
}

.variable-search input {
    width: 90%;
    margin: 2%;
    height: 25px;
    font-size: 16px;
}

.alarm-frame,
.addUsergroup-frame,
.addUser-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 20px 10px;
    width: 50%;
    max-width: 500px;
    background-color: white;
    box-sizing: border-box;
}

.interact-frame,
.panel-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 20px 10px;
    font-size: 16px;
    width: 64em;
    height: 48em;
    background-color: white;
    box-sizing: border-box;
}

.panel-scale-jz {
    font-size: 18px;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.execution-frame,
.show-image-frame,
.lock-frame,
.condition-frame,
.alarm-frame,
.computers-frame,
.database-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 20px 10px;
    width: 70%;
    max-width: 1000px;
    background-color: white;
    box-sizing: border-box;
}

.database-frame {
    width: 500px;
}

.database-table select,
.database-table input {
    border: none;
    width: 200px;
    font-size: 14px;
}

.database-table tr:last-child input {
    width: 400px;
    text-align: center;
}

.database-table tr:nth-child(odd),
.database-table select,
.database-table tr:nth-of-type(2n+1) input {
    background-color: rgb(219, 238, 242);
}

.addUsergroup-table-out {
    overflow-y: auto;
    margin: 20px;
}

.addUser-table-out {
    overflow-y: auto;
    margin: 20px;
}

.execution-table-out,
.show-image-table-out,
.condition-table-out,
.alarm-table-out,
.computers-table-out,
.database-table-out {
    overflow-y: auto;
    max-height: 80vh;
    min-height: 200px;
    margin: 20px;
}

.execution-table,
.show-image-table,
.addUsergroup-table,
.addUser-table,
.condition-table,
.alarm-table,
.computers-table,
.database-table {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    width: 100%;
    text-align: center;
    background-color: white;
    font-size: 14px;
}

.execution-list tr,
.show-image-list tr,
.addUser tr,
.addUsergroup tr,
.condition-list tr,
.alarm tr,
.computers tr {
    height: 30px;
}

.show-image-table th,
.show-image-table td {
    width: 50%;
}

.execution-table th,
.execution-table td,
.condition-table th,
.condition-table td,
.database-table th,
.database-table td {
    width: 33%;
}

.execution-table th,
.execution-table td,
.show-image-table th,
.show-image-table td,
.addUsergroup-table td,
.addUser-table td,
.condition-table th,
.condition-table td,
.alarm-table th,
.alarm-table td,
.computers-table th,
.computers-table td,
.database-table th,
.database-table td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-spacing: 0px;
    height: 30px;
}

.execution-list tr:nth-child(odd),
.show-image-list tr:nth-child(odd),
.addUsergroup tr:nth-child(odd),
.addUser tr:nth-child(odd),
.condition-list tr:nth-child(odd),
.alarm tr:nth-child(odd),
.computers-table tbody tr:nth-child(odd) {
    background: rgb(219, 238, 242);
}

.execution-list tr:nth-child(even),
.show-image-list tr:nth-child(even),
.addUsergroup tr:nth-child(even),
.addUser tr:nth-child(even),
.condition-list tr:nth-child(even),
.alarm tr:nth-child(even),
.computers-table tbody tr:nth-child(even) {
    background: white
}

.computers-select td {
    background-color: aqua;
}

.button-primary {
    color: #fff !important;
    background-color: #2d8cf0 !important;
    border-color: #2d8cf0 !important;
}

.tool-tip {
    display: none;
    z-index: 2000;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 0px;
    height: 130px;
    background-color: white;
    box-shadow: 0px 2px 10px #909090;
}

.tip-main-con {
    display: flex;
    flex-direction: column;
}

.tool-tip-title {
    display: flex;
    align-items: center;
    height: 35px;
    padding-top: 5px;
}

.tip-icon {
    width: 30px;
    height: 30px;
    margin: 0 12px;
}

.tip-message {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    padding: 20px;
}

.select-table {
    position: absolute;
    z-index: 1000;
    /* width: 100%; */
    display: none;
    right: 0px;
    top: 100px;
    /* width: 300px; */
    max-width: 280px;
    max-height: 200px;
    background-color: white;
    box-shadow: 0px 2px 10px #909090;
    /* max-height: 50%; */
    overflow-y: auto;
    overflow-x: hidden;
}

.select-colors {
    width: 240px;
}

.select-colors .colors-info {
    width: 100%;
}

.select-colors .colors-info tr {
    height: 26px;
    text-indent: 10px;
}

.select-colors .colors-info tr:hover td {
    background-color: #2d8cf0 !important;
    color: #fff;
}

.sql-hidden {
    display: none;
}

.group-delete,
.group-update,
.user-delete,
.user-update {
    color: cornflowerblue;
}

.group-delete:hover,
.group-update:hover,
.user-delete:hover,
.user-update:hover {
    color: lightcoral;
}

.panel-sql-error,
.sql-error {
    padding: 0px;
    display: none;
    margin: 10px;
    width: 100%;
}

.panel-sql-error li,
.sql-error li {
    width: 100%;
    margin-bottom: 5px;
}

.panel-sql-error-tip,
.sql-error-tip {
    font-weight: 700;
}

.panel-sql-error-text,
.sql-error-text {
    margin-left: 20px;
}

.set-alarm {
    color: skyblue;
}

.set-alarm-active {
    color: cornflowerblue;
    ;
}

.execution-tools,
.alarm-tools,
.show-image-tools,
.condition-tools,
.database-tools {
    height: 20px;
}

.tab-login-content {
    width: 20%;
}

#register-avatar {
    border: 1px solid gray;
    margin-left: 20px;
    margin-top: -56px;
    width: 72px;
    height: 96px;
    background-size: cover;
    float: left;
    cursor: pointer;
}

#register-avatar:hover {
    border: 1px solid red;
}

.avatars-box {
    display: none;
    position: absolute;
    left: calc(50% - 380px);
    top: calc(50% - 228px);
    width: 760px;
    height: 456px;
    margin: auto;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    background-color: white;
}

.avatars {
    margin: 20px;
}

.avatars li {
    display: block;
    float: left;
    margin: 3px;
    border: 1px solid gray;
    opacity: 0.7;
}

.avatars .avatar {
    width: 72px;
    height: 96px;
    background-size: cover;
}

.avatars li:hover {
    border: 1px solid red;
    cursor: pointer;
    opacity: 1;
}

#tab-register-content {
    top: calc(50% - 265px);
    height: 530px;
}

#tab-modiPwd-content {
    top: calc(50% - 210px);
    height: 420px;
}

#tab-login-content {
    top: calc(50% - 170px);
    height: 340px;
}

#tab-modiPwd-content,
#tab-register-content,
#tab-login-content {
    left: calc(50% - 150px);
    position: absolute;
    width: 300px;
    padding: 0 50px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 16px;
}

#tab-modiPwd-content h1,
#tab-register-content h1,
#tab-login-content h1 {
    color: rgb(70, 64, 64);
    letter-spacing: 2px;
    text-align: center;
    font-size: 19px;
    margin: 25px 0;
}

#modiPwd-verifyCode,
#register-verifyCode {
    width: 115px;
    float: left;
    margin-left: 20px;
    display: block;
    background-color: #4a77d4;
    border: 1px solid #3762bc;
    color: #fff;
    padding: 9px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.login-input {
    width: 278px;
    height: 18px;
    margin-bottom: 15px;
    padding: 10px;
    color: black;
    border: 2px solid gray;
    border-radius: 4px;
}

#register-verify-code,
#modiPwd-verify-code {
    float: left;
    height: 18px;
    margin-bottom: 15px;
    padding: 10px;
    color: black;
    border: 2px solid gray;
    border-radius: 4px;
}

#tab-register-content input:focus,
#tab-modiPwd-content input:focus,
#tab-login-content input:focus {
    border: 2px solid #2da7e0;
    font-size: 16px;
}

#modiPwd-ok,
#register-ok,
#login-ok {
    width: 300px;
    display: block;
    background-color: #4a77d4;
    border: 1px solid #3762bc;
    color: #fff;
    padding: 9px 14px;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
}

#login-forget {
    display: block;
    text-align: center;
    color: gray;
    float: right;
}

#login-forget:hover,
#login-to-register:hover {
    color: #2da7e0;
    cursor: pointer;
}

#login-remember-title {
    margin: -2px 0px 10px 0;
    float: left;
}

#login-remember {
    float: left;
    font-size: 20px;
}

#login-to-register {
    margin-top: 15px;
    display: block;
}

.modal-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0.8;
    cursor: pointer;
}

.login-user-text {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    display: none;
    float: left;
    color: white;
    margin-right: 10px;
}

#clos-tab-login:hover {
    opacity: 1;
}

.modiPwd-hint,
.register-hint,
.log-hint {
    margin: 0 0px 10px 0;
    float: left;
    color: #FF3333;
    height: 20px;
    width: 278px;
}

.panel-body {
    height: 90%;
    position: relative;
}

.panel-foot {
    position: relative;
}

#block-function {
    width: 100%;
    height: 7%;
    border: 1px solid rgba(51, 102, 153, 1);
    border-left: 0;
    border-top: 0;
    border-right: 0;
    float: left;
}

#common-example {
    width: 23%;
    height: 101.5%;
    border: 1px solid rgba(51, 102, 153, 1);
    border-right: 0;
    border-top: 0;
    float: left;
    padding: 0;
}

#block-coding {
    height: 50%;
    width: 76.7%;
    border: 1px solid rgba(51, 102, 153, 1);
    border-top: 0;
    float: left;
    padding: 0;
}

#block-console,
#block-test {
    height: 6.1%;
    border: 1px solid rgba(51, 102, 153, 1);
    width: 76.7%;
    float: left;
    border-top: 0;
    padding: 0;
}

#block-console {
    overflow: scroll;
    padding: 0;
}

.block-test-value {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    width: 80%;
    margin-left: 30px;
    padding: 0;
}

#block-category,
#block-item {
    height: 38.85%;
    border: 1px solid rgba(51, 102, 153, 1);
    width: 25%;
    float: left;
    border-top: 0;
    border-right: 0;
    padding: 0;
}

#block-explain,
#block-example {
    height: 19.35%;
    border: 1px solid rgba(51, 102, 153, 1);
    width: 26.5%;
    float: left;
    border-top: 0;
    padding: 0;
    word-break: break-all;
    font-size: 14px;
    overflow-y: scroll;
}

.panel-button {
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin: 5px;
}

.readonly,
.readonly input {
    color: rgba(51, 102, 153, 1);
}

.block-read {
    color: #909090;
    font-size: 0.75em;
    margin-left: 0.125em;
}

.block-read-run {
    float: inherit;
}

.panel-icons {
    /* width: 40px; */
    height: 40px;
    float: right;
    cursor: pointer;
    display: flex;
    line-height: 40px;
    /* align-items: center; */
}

.panel-icon img {
    height: 40px;
}

.panel-icon .icon-size {
    height: 25px;
    margin-right: 5px;
}

.icon-hide {
    display: none;
}

#common-exampleTree {
    height: 90%;
    overflow: auto;
    padding: 0;
    /* font-size: 1em; */
}

#block-categoryTree {
    height: 91%;
    overflow: auto;
    padding: 0;
}

.block-item-on,
#block-item ul li:hover {
    background-color: rgb(157, 217, 245);
}

#block-item ul {
    height: 90%;
    overflow: scroll;
    font-size: medium;
}

#common-exampleTree.ztree *,
#block-categoryTree.ztree * {
    font-size: .875em !important;
    color: #333;
}

#common-exampleTree.ztree li span,
#block-categoryTree.ztree li span {
    font-size: 1em !important;
    color: black !important;
}

#common-exampleTree.ztree ul>li a span,
#block-categoryTree.ztree ul>li a span {
    font-size: .875em !important;
    color: #333 !important;
}

#panel-lguchange,
#panel-run {
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px;
}

#panel-lguchange:hover,
#panel-run:hover {
    background-color: lightgray;
}

#console-log {
    margin-left: 40px;
    font-size: larger;
    color: #FF3333;
}

.test-value {
    margin: 5px;
    width: 100px;
    height: 22px;
}

.modal-interact {
    /* font-size: 20px; */
}

.interact {
    position: absolute;
    bottom: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1100;
    display: none;
}

.interact-ex {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.step-text {
    text-shadow: 0 0 4px #1296db;
    font-size: 36px;
    color: white;
    line-height: 68px;
    margin-left: 10px;
    margin-right: 10px;
    user-select: text;
}

.interact-act {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px;
    float: left;
    opacity: 0.6;
}

.interact-block {
    box-shadow: 0 0 4px red;
    animation: heart 1s ease infinite;
    position: absolute;
    left: 100px;
    top: 100px;
    width: 200px;
    height: 150px;
    border: 2px solid red;
    display: none;
    cursor: pointer;
    z-index: 1110;
}

.interact-pointer {
    width: 50px;
    height: 50px;
    position: absolute;
    display: none;
    z-index: 1110;
}

@keyframes heart {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

.interact-act:hover {
    opacity: 1;
}

.interact-pre {
    background-image: url(../images/interact-pre.png);
}

.interact-next {
    background-image: url(../images/interact-next.png);
}

.interact-close {
    background-image: url(../images/interact-close.png);
}

.interact-speak {
    background-image: url(../images/interact-speak.png);
}

.interact-mute {
    background-image: url(../images/interact-mute.png);
}

.interact-tip {
    background-image: url(../images/interact-tip.png);
}

.interact-frame {
    padding: 10px;
}

.interact-head {
    background-color: rgba(51, 102, 153, 1);
    color: white;
    height: 40px;
    display: flex;
    line-height: 40px;
    justify-content: space-between;
}

.interact-head-text {
    margin-left: 10px;
}

.interact-contents {
    display: flex;
    flex-direction: column;
    padding: 1.2em;
    height: calc(100% - 40px);
    box-sizing: border-box;
}

.interact-frame-icons {
    height: 40px;
    float: right;
    cursor: pointer;
    display: flex;
}

.interact-frame-close img {
    height: 40px;
}

.interact-frame-icon .icon-size {
    height: 25px;
    margin-right: 5px;
}

.panel-close:hover,
.interact-frame-close:hover {
    opacity: .6;
}

.interact-fly,
.interact-list-icon {
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    margin-right: 11px;
    float: left;
    cursor: pointer;
}

.interact-fly {
    background-image: url(../images/interact-fly.png);
    cursor: pointer;
    margin-left: 15px;
}

.interact-list-add {
    background-image: url(../images/interact-add.png);
}

.interact-list-subt {
    background-image: url(../images/interact-subt.png);
}

.interact-frame-ex {
    border: 1px rgba(51, 102, 153, 1) solid;
    height: 100%;
    /* font-size: 1.25em; */
}

.interact-search-frame {
    position: relative;
    border-radius: 5px;
    margin-bottom: 1em;
    width: 60.25em;
}

.interact-search-icon {
    position: absolute;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 5px; */
    float: right;
    opacity: 1;
    cursor: pointer;
}

.interact-search-icon:hover {
    opacity: .6;
}

.interact-search {
    width: 59em;
    height: 40px;
    padding-left: 15px;
}

.interact-search-clear {
    right: 50px;
}

.interact-search-speak {
    right: 10px;
}

.interact-list-title {
    font-weight: 600;
    width: 928px;
    float: left;
}

.interact-line {
    margin-top: 5px;
    margin-left: 35px;
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.interact-line:hover {
    background-color: #eee;
    cursor: pointer;
}

.interact-line:hover .interact-fly {
    background-image: url(../images/interact-fly-on.png);
}

.interact-fly,
.interact-line-text {
    float: left;
}

.interact-lists {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.interact-list {
    width: 100%;
}

.interact-list-dh {
    display: flex;
}

.language-body input {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.fixed-box {
    box-sizing: border-box;
    display: none;
    position: fixed;
    /* top       : 0px; */
    right: 0px;
    /* bottom    : 0px; */
    left: 0px;
    z-index: 9999;
    /* border    : .04rem solid #e0e7ff;
    background: rgba(16, 22, 62, .2); */
}

.fixed-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 24px;
    width: 20px;
    height: 20px;
    border: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABeklEQVRIibXWsWoVQRQA0LObgGCTFFr6env9h/yETSz0tclrBEUJWhjzAqkV/A9/QrC2CtgIYqk2DwvdMExm991ZJrdaZoY53Bnm3u0Wy80BPuI21jjRPjqc4il+4FG3WG4ucS9ZtMaqMfoej5OxLz3uZAuPcXaDKNzt/TuCPFrgYyi87fEK543xKfQFLvoEaYVvQ19DnwxO4euWaA5P4UcBPIzCbmHRcYLleDqfox9wGEG5nnGKRzOvRilnnOIDluPD/BT6HG/GNp+CI/j+HDQCR/BqlPE7LuGlO5+F1sARPIzWwh32Jub3K/YKw1PFYYgV3rWEI2iKh2r7NnhbGZzdWKaeU03tzZ/W8ARH/2TGMq5BZ7XUElzVZebiOTzU3ho0RUqts4in8Kwuk8Uqig/wti4TQSP41XgfQMNlMIBf9fPd/x8t0RTn+h/LEX52i+XmN241RtM4K+Dfe3y7QZTysV/u7D18+RkP8AfPxPpubXzCL9zHVzz5C8ecbD1n3xuUAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 20px;
    transition: all .5s;
    cursor: pointer;
    outline: none;
}

.fixed-close:hover {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.fixed-main {
    box-sizing: border-box;
    position: absolute;
    left: 25%;
    bottom: 0px;
    padding: 30px;
    width: 50%;
    height: 240px;
    font-size: 18px;
    background: white;
    border: 2px solid #e0e7ff;
    border-radius: 5px 5px 0px 0px;
}

.fixed-icon {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: linear-gradient(115deg, #56d8e4 5%, #9f01ea 95%);
    border: 1px solid #e0e7ff;
    border-radius: 50%;
}

.fixed-icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #9f01ea;
    box-shadow: 0px 0px 6px 0px #9f01ea;
    border-radius: 50%;
    animation: move 1.5s infinite;
}

.fixed-icon::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #56d8e4;
    box-shadow: 0px 0px 6px 0px #56d8e4;
    border-radius: 50%;
    animation: move 1.5s .5s infinite;
}

.fixed-icon img {
    width: 30px;
    height: 50px;
}

@keyframes move {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #187cff;
}

.ztree li span.button.add {
    margin-left: 2px;
    margin-right: -1px;
    background-position: -144px 0;
    vertical-align: top;
    vertical-align: middle;
}