@charset "UTF-8";
/* CSS Document */
.live {
  display: block;
  height: auto;
  margin: 0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #316997;
}
.liveBanner {
  display: none;
}
.preBanner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.preBanner img {
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
.live .preBanner a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.sort-holder {
  width: 300px;
  position: relative;
  top: 0px;
  z-index: 99;
}
.sort-holder li a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 10px 0px;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #fff;
  color: #000000;
}
.tcolor4 {
  color: #ffb700;
}