@charset "UTF-8";
.zw_channel {
  background: #fff;
  margin: 20px auto;
  border-radius: 4px;
}
.zw_channel .tabs {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.zw_channel .tabs .tab {
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.zw_channel .tabs .tab img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}
.zw_channel .channels_list {
  overflow: hidden;
}
.zw_channel .channels_list .logo {
  float: left;
  width: 12.5%;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  color: #9f9f9f;
}
.zw_channel .channels_list .logo img {
  display: inline-block;
  width: 50px;
  height: auto;
}
.zw_channel .channels_list .logo .name {
  font-size: 14px;
  margin-top: 5px;
}
.zw_channel .channels_list .active {
  color: #f44;
  font-weight: 700;
}
.zw_channel .channel_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zw_channel .channel_container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.zw_channel .channel_container .left .fm {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 100%;
  height: auto;
}
.zw_channel .channel_container .right {
  background-color: rgb(85, 85, 85);
}
.zw_channel .channel_container .right .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zw_channel .channel_container .right .week .day {
  cursor: pointer;
  width: 50px;
  color: #fff;
  text-align: center;
  background-color: rgb(127, 127, 127);
  padding: 5px 0;
  border-right: 1px solid rgb(85, 85, 85);
  cursor: pointer;
}
.zw_channel .channel_container .right .week .day:nth-last-child(1) {
  border-right: none;
}
.zw_channel .channel_container .right .week .active {
  border-bottom: 5px solid rgb(2, 167, 240);
  background-color: rgb(85, 85, 85);
}
.zw_channel .channel_container .right .programList {
  margin: 20px;
  height: 400px;
  overflow-y: scroll;
  padding: 0 10px;
  position: relative;
}
.zw_channel .channel_container .right .programList::-webkit-scrollbar { /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.zw_channel .channel_container .right .programList::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(127, 127, 127);
          box-shadow: inset 0 0 5px rgb(127, 127, 127);
  background: rgb(127, 127, 127);
}
.zw_channel .channel_container .right .programList::-webkit-scrollbar-track { /*滚动条里面轨道*/
  background: transparent;
}
.zw_channel .channel_container .right .programList .program {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
  border-bottom: 1px dashed rgb(127, 127, 127);
  position: relative;
}
.zw_channel .channel_container .right .programList .program .time {
  margin-right: 30px;
}
.zw_channel .channel_container .right .programList .program .isPlay {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.5;
  padding: 10px;
  display: none;
  height: 100%;
}
.zw_channel .channel_container .right .programList .gray {
  color: #ddd;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.zw_channel .channel_container .right .programList .active {
  color: rgb(2, 167, 240);
  background-color: rgba(149, 223, 255, 0.1);
}
.zw_channel .channel_container .right .programList .active .isPlay {
  display: block;
}

.channel_footer {
  padding: 20px 0;
  background-color: #fff;
  color: #6b6b6b;
  font-size: 12px;
}
.channel_footer a:hover {
  text-decoration: underline;
}
.channel_footer .compony {
  overflow: hidden;
  text-align: center;
}
.channel_footer .compony a {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 5px;
}
.channel_footer .other_phone {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.channel_footer .other_phone span {
  margin-left: 5px;
  margin-right: 5px;
}
.channel_footer .other_info {
  margin-top: 10px;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
}
.channel_footer .other_info a {
  color: #6b6b6b;
  font-size: 12px;
}
.channel_footer .other_info img {
  width: auto;
}