@charset "UTF-8";


div#superiorPlatformProcessingCenter {
    width: 1016px;
    height: 560px;
    position: absolute;
    margin: 0 auto;
    z-index: 10000;
    top: calc(50% - 280px);
    right: calc(50% - 508px);
    flex-direction: column;
    border-radius: 2px!important;
    border: solid 1px var(--themeColor)!important;
    background-color: white;
    box-shadow: 0 2px 12px 0 var(--themeColor);
    resize: both;
    overflow: hidden;
}

div#superiorPlatformProcessingCenterHead {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);
    margin-bottom: 1px;
    cursor: pointer;
}


div#superiorPlatformProcessingCenterBody {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: calc(100% - 40px);
    background-color: white;
}




#superiorPlatformProcessingCenterHeadTitle {
    flex: 1;
    margin-left: 10px;
}

#superiorPlatformProcessingCenterBody .operator a {
    padding: 5px;
    width: 24px;
}

#superiorPlatformProcessingCenterBody .operator a {
    padding: 5px;
    width: 24px;
}

span#superiorPlatform-hand-remind {
    height: 14px;
    color: white;
    position: absolute;
    margin-top: -32px;
    margin-left: -1px;
    background-color: #F54C4C;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: 0 2px;
    width: 30px;
}

div#superiorPlatformInspect {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div#superiorPlatformAlarmSupervision {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div#superiorPlatformConnection {
    display: flex;
    flex-direction: column;
    height: 100%;
}
div#superiorPlatformProcessingSetting {
    position: absolute;
    right: 10px;
    top: 48px;
    cursor: pointer;
}
/*#superiorPlatformProcessingSetting a.iconfont.icon-ttx-shezhi2 {
    font-size: 20px;
}*/

#toolbar-btnInspect .label {
    width: 104px;
}
#toolbar-btnInspect .y-btn {
    margin: 0px 6px;
}
span#label-handleInspect {
    width: 78px;
}



span#label-handleAlarmSupervision {
    width: 78px;
}
#toolbar-btnAlarmSupervision .label {
    width: 104px;
}
#toolbar-btnAlarmSupervision .y-btn {
    margin: 0px 6px;
}


#toolbar-btnConnection .label {
    width: 104px;
}
#toolbar-btnConnection .y-btn {
    margin: 0px 6px;
}
div#superiorPlatformProcessingCenterHeadClose {
    width: 24px;
}
#superiorPlatformProcessingCenterBody ul li.layui-this {
    color: var(--themeHoverColor) !important;
}