._TOP {
  display: flex;
  align-items: center;
  height: 46px;
  background: #444444;
}

._TOP > .top_title {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._TOP > .top_title > label{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

._TOP > .top_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

._TOP > .top_menu > .topMenu_item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

._TOP > .top_menu > .topMenu_item + .topMenu_item {
  border-left: 2px #888888 solid;
}

._TOP > .top_menu > .topMenu_item > label{
  font-size: 14px;
  font-weight: 500;
  color: #bbbbbb;
  cursor: pointer;
}

._TOP > .top_menu > .topMenu_item.select{

}

._TOP > .top_menu > .topMenu_item.select label{
  color: #ffffff;
  font-weight: 800;
}

._TOP > .top_info {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._TOP > .top_info > .topInfo_time {
  display: flex;
  align-items: center;
  justify-content: center;
}

._TOP > .top_info > .topInfo_time > label{

}

._TOP > .top_info > .topInfo_alram {
  display: flex;
  align-items: center;
  justify-content: center;
}

._TOP > .top_info > .topInfo_alram > a{
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}




._MAIN {

}
