#_view .status{line-height:20px;margin-top:10px}#_view .status .status_color{margin-left:10px;width:12px;height:12px;display:inline-block;border-radius:6px;border:2px solid coral}#_view #drawVisit{border:1px dashed #fa9b0c}#_view #drawVisit p{display:inline-block;height:16px;color:#fff;font-family:Times New Roman,Times,serif;font-size:12px;text-align:center;line-height:16px}#_view #drawVisit p:first-child{background-color:#ee8e8e}#_view #drawVisit p:nth-child(2){background-color:#8fa6f1}#_view #drawVisit p:nth-child(3){background-color:#9de986}#_view #server{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap}#_view #server li{width:250px;min-height:100px;margin:10px;padding:6px;box-sizing:border-box;background-color:#fff;box-shadow:0 0 10px hsla(0,0%,100%,.5);border-radius:10px}#_view #server li h3{border-bottom:2px solid coral}#_view #server li table{text-align:center;width:100%}#_view #server li .up{background:#adff2f}#_view #server li .down,#_view #server li .up{width:16px;height:16px;border-radius:8px;display:inline-block}#_view #server li .down{background:#ff5454}#_view #edit-port{width:calc(85% - 20px);height:100%;position:absolute;top:0}#_view #edit-port .inner{padding:10px;box-sizing:border-box;width:200px;height:140px;position:absolute;background-color:#f5dada;box-shadow:0 0 20px #cc6060;top:200px;left:calc(50% - 100px)}#_view .graphics #heapMemory,#_view .graphics #physicMemory{width:600px;height:400px;float:left}@media screen and (max-width:800px){#_view .graphics #heapMemory,#_view .graphics #physicMemory{width:100%;height:400px;float:left}}