.wrapper {
  position: relative;
  height: 2.142857rem /* 30/14 */;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: fixed;
  top: 3.142857rem /* 44/14 */;
  left: 0;
  z-index: 999;
  background: white;
  border-bottom: 0.214286rem /* 3/14 */ solid #1943AB;
  box-sizing: border-box;
}
.wrapper .scroller {
  width: 100%;
  height: 2.142857rem /* 30/14 */;
  position: absolute;
}
.wrapper .scroller > ul {
  width: 100%;
  height: 2.142857rem /* 30/14 */;
}
.wrapper .scroller > ul > li {
  width: 5.285714rem /* 74/14 */;
  height: 2.142857rem /* 30/14 */;
  float: left;
  line-height: 1.785714rem /* 25/14 */;
  font-size: 1.142857rem /* 16/14 */;
  text-align: center;
  border-top: 0.142857rem /* 2/14 */ solid #1943AB;
  border-left: 0.071429rem /* 1/14 */ solid rgba(0, 0, 0, 0.3);
  border-top-style: solid;
}
.wrapper .scroller > ul > li > a {
  width: 100%;
  height: 2.142857rem /* 30/14 */;
  padding: 0;
  margin: 0;
  color: black;
  display: block;
  border-radius: 0;
}
.wrapper .scroller > ul > li:first-child {
  background-color: #1943AB;
}
.wrapper .scroller > ul > li:first-child > a {
  color: #fff;
  background-color: #1943AB;
  border: none;
}
.wrapper .scroller > ul .active > a:hover {
  border: none;
}
.wrapper .scroller > ul .active > a:focus {
  border: none;
}
.todayPlaylivelist {
  margin-top: 5.285714rem /* 74/14 */;
}
