.sub-content {
  min-height: calc(100% - 143px - 173px);
}

body {
  background-color: #F5F6F8;
}

.com-box {
  background-color: #fff;
  margin: 30px auto;
}
.com-box-content {
  padding: 20px 16px 24px 16px;
}
.com-slogan {
  height: 120px;
  position: relative;
  color: #fff;
  padding: 0 62px;
  display: flex;
  align-items: center;
}
.com-slogan > p {
  position: relative;
  z-index: 1;
}
.com-slogan-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.com-slogan > .name {
  height: 48px;
  line-height: 48px;
  font-size: 32px;
  font-weight: 700;
  flex-shrink: 0;
}
.com-slogan > .intro {
  line-height: 20px;
  padding-top: 4px;
  font-size: 16px;
  margin-left: 13px;
}
.com-table {
  table-layout: fixed;
  width: 100%;
}
.com-table thead {
  background-color: #EEF3FC;
}
.com-table thead th {
  padding: 10px 20px;
  line-height: 20px;
}
.com-table tbody tr {
  cursor: pointer;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  height: 40px;
}
.com-table tbody tr:hover {
  border-color: #1F6DE8;
}
.com-table tbody tr:hover p {
  color: #1F6DE8;
}
.com-table tbody tr .name {
  padding-left: 20px;
  background: url("../images/trans_list_ico.svg") left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-table tbody tr .date {
  color: #999999;
  text-align: center;
}

.pager {
  margin-top: 20px;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0;
}
.pager .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  border: 2px solid #ECEDF2;
  color: #666;
  margin-right: 6px;
}
.pager .m-pagination-page > li.active > a,
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #1F6DE8;
  background: transparent;
  color: #1F6DE8;
}
.pager .m-pagination-info {
  height: 34px;
  line-height: 34px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #1F6DE8;
  font-weight: 700;
  margin: 0;
}
.pager .m-pagination-jump {
  width: auto;
}
.pager .m-pagination-group > input {
  width: 51px;
  height: 30px;
  margin-right: 0;
  border-right: 0;
}
.pager .m-pagination-group > button {
  width: 45px;
  height: 34px;
}

.tab-link {
  display: flex;
  background-color: #EEF3FC;
  border-radius: 4px;
  padding: 6px;
  gap: 5px;
  margin: 20px 0;
}
.tab-link-item {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  cursor: pointer;
}
.tab-link-item.current {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: url("../images/tab-link-item.jpg");
  background-size: 100% 100%;
}

.table-condition {
  margin-bottom: 20px;
}
.table-condition-item {
  display: flex;
  margin-bottom: 12px;
}
.table-condition-item:last-child {
  margin-bottom: 0;
}
.table-condition-item > .label {
  flex-shrink: 0;
  height: 26px;
  line-height: 26px;
  color: #666;
  width: 76px;
}
.table-condition-item > .conditions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
}
.table-condition-item > .conditions .condition-item {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 0 12px;
  color: #666;
}
.table-condition-item > .conditions .condition-item.current {
  color: #fff;
  background-color: #1F6DE8;
  font-weight: 700;
}
.table-condition .date-range {
  flex-shrink: 0;
  display: flex;
  margin-left: 6px;
}
.table-condition .date-range > span {
  position: relative;
  width: 24px;
}
.table-condition .date-range > span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #E6E6E6;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.table-condition .date-range input {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  width: 120px;
  padding: 0 30px 0 8px;
  box-sizing: border-box;
  background: url("../images/date.svg") right 11px center no-repeat;
}

.laydate-footer-btns span:hover {
  color: #1F6DE8 !important;
}

.location {
  height: 57px;
  display: flex;
  padding: 0;
  background: url("../images/location.svg") left center no-repeat;
  align-items: center;
  padding-left: 23px;
  box-sizing: border-box;
}
.location a {
  position: relative;
  color: #A8B6C1;
  margin-right: 23px;
  height: 21px;
  line-height: 21px;
}
.location a::before {
  position: absolute;
  content: "/";
  width: 23px;
  right: -23px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  line-height: 21px;
}
.location span {
  line-height: 21px;
  height: 21px;
  color: #1F6DE8;
}