.HeadLeft {
  line-height: 60px;
}

.HeadMiddle {
  height: 60px;
}

.HeadTitle {
  line-height: 60px;
}

@media screen and (max-width: 570px) {
  .HeadLeft {
    position: absolute;
    height: 60px;
    width: 400px;
    vertical-align: middle;
    line-height: 60px;
  }

  .HeadMiddle {
    position: absolute;
    left: 32px;
    height: 40px;
    margin: 0px auto;
    width: 150px;
  }

  .HeadTitle {
    visibility: hidden;
  }
}

.HeadRight {
  top: 10px;
  line-height: 60px;
}

div#tab0 {
  height: 100%;
  background-color: #F8F8F8 !important;
}