*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html{
  color: #4A5560;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #1BAAE4;
  cursor: pointer;
  font-family: monospace, Tahoma, '微软雅黑';
}

.green {
  color: #17B272;
}

.red {
  color: #FF585D;
}

.red:hover {
  color: #f98280;
}

.blue {
  color: #1BAAE4;
}

.orange {
  color: #FBC462;
}

.itemBox{
  width: 100%;
}

.itemBox dl{
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  padding: 0 20px;
}

.itemBox dl dt{
  margin-right: 20px;
}

.itemBox dl dd{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.logIframe{
  height: calc(100vh - 155px);
  width: 100%;
  overflow: hidden;
  border: 0;
}
