*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/bg.png");
}
#container{
    width: 100%;
    height: 100%;
}
#container_left{
    width: 20%;
    height: 100%;
    float: left;
}
#container_middle{
    width: 60%;
    height: 100%;
    float: left;
}
#container_right{
    width: 20%;
    height: 100%;
    float: left;
}
#middle_top{
    width: 100%;
    height: 55%;
    position: relative;
}
#middle_bottom{
    width: 100%;
    height: 45%;
}
#total_top{
    width: 100%;
    height: 50%;
}
#total_bottom{
    width: 100%;
    height: 50%;
}
#total_one,#total_four{
    width: 30%;
    height: 100%;
    float: left;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#total_three,#total_six{
    width: 34%;
    height: 100%;
    float: left;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#total_two,#total_five{
    width: 36%;
    height: 100%;
    float: left;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#left_flow{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#protocolBtnDiv{
    width: 8%;
    height: 100%;
    float: left;
    position: absolute;
    z-index: 1001;
}
#canvasDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    z-index: 600;
}
#mapDiv{
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#allProtocol{
    width: 100%;
    height: 5.5%;
    border-radius: 10%;
    color:white;
    background-color: rgba(64,74,89,0.3);
    margin-top: 6%;
    text-align: center;
    cursor: pointer;
}
#S7,#Modbus,#DNP3,#Ethernet,#Atg,#Fins,#codesys,#fox,#MQTT,#CIP,#data{
    width: 100%;
    height: 5.5%;
    border-radius: 10%;
    color:white;
    background-color: rgba(64,74,89,0.3);
    margin-top: 6%;
    text-align: center;
    cursor: pointer;
}
#growBarDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#glBarDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#pieDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#sankeyDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#rankDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#lineDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
/* 日志表及其相关，页面右侧 */
#logTable{
    width: 100%;
    height: 20%;
    border: solid 0.5px white;
    box-sizing: border-box;
}
#logInfoDiv{
    width: 100%;
    height: 16%;
    border: solid 0.5px white;
    box-sizing: border-box;
}
#c_right_scatter{
    width: 100%;
    height: 20%;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#logScatterDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#c_right_time{
    width: 100%;
    height: 12%;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#logTimeDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#c_right_line{
    width: 100%;
    height: 15%;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#logLineDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
#c_right_circle{
    width: 100%;
    height: 17%;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#logIpCircleDiv{
    width: 98%;
    height: 98%;
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}
.showDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 40%;
    height: 60%;
    z-index: 800;
    border-radius: 2%;
    /*
    background: rgba(102,128,154,.9);
    */
    background: rgba(18,47,63,.9);
    background-image: url("../assets/images/panel.png");
    background-size: 100% 100%;
}