@charset "UTF-8";
/**
* 直播大厅
* date:2022-2-17
* author: wuzhou;
 */
.hall-wrap {
  padding-top: 17px;
  min-height: 450px;
}

/* 标题 */
.hall-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078de), to(#45a9ff));
  background: linear-gradient(180deg, #0078de 0%, #45a9ff 100%);
}

.hall-title .hall-name {
  margin-left: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding-left: 31px;
  background: url("../images/pages/hall_ico.png") left center no-repeat;
}

.hall-title .hall-num {
  font-size: 20px;
  line-height: 30px;
  margin-right: 22px;
}

/* 搜索区 */
.hall-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 93px;
  font-size: 16px;
}

.hall-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hall-search-item:not(:first-child) {
  margin-left: 54px;
}

.hall-search-item .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.hall-search-item .chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 表格 */
.common-table {
  width: 100%;
}

.common-table .table-th,
.common-table .table-td {
  text-align: center;
  border: 1px solid #fff;
}

.common-table .table-th {
  height: 44px;
  font-size: 16px;
  color: #fff;
  background: #007de7;
}

.common-table .table-td {
  padding: 9px 15px;
  height: 36px;
  line-height: 18px;
}

.common-table .table-td:first-child, .common-table .table-td:nth-child(3) {
  text-align: left;
}

.common-table .table-td.opening {
  color: #00a254;
}

.common-table .table-td.no-start {
  color: #007de6;
}

.common-table .table-td.end {
  color: #999;
}

.common-table tbody tr:nth-child(even) {
  background: rgba(0, 125, 231, 0.08);
}

.live-link {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background: url("../images/pages/live_grey.png") center no-repeat;
}

.live-link.active {
  background-image: url("../images/pages/live_ico.png");
}

/* 长者版 */ 

.show-old .hall-wrap {
  padding-top: 0;
}

.show-old .hall-title .hall-name {
  font-size: 30px;
}

.show-old .common-table .table-th,
.show-old .common-table .table-td {
  font-size: 24px;
}