<style>
/* Main content */
.main {
  margin-top: 5px; /* Add a top margin to avoid content overlay */
  margin-left: 5px;
}

.liuYaoTable {
  font-family: Arial, Helvetica, sans-serif, Calibri;
  background-color: #FFFFE0;

}
.fontBig {
  font-size: 25px;
}
.bigcn {
  font-family: Kaiti,FangSong,SimHei,STKaiti,Calibri;
  font-size: 26px;
}
.cn {
  font-family: Kaiti,FangSong,SimHei,STKaiti,Calibri;
  font-size: 20px;
}
.thtxt {
  text-align: center;
  padding: 3px;
  border: 1px solid #C8C8C8;
  font-family: Calibri,Arial,Kaiti,FangSong,SimHei,;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4C4C4C;
}

.bzwidth {
  white-space:nowrap;
  width: 10%;
}

.tooltip {
  position: relative;
}
.tooltip:hover {
  background: #FFB6C1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #FFFF99;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 15%;
  margin-left: -35px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: calibri;
  font-size: 13px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
</style>