/*.page-logo {
  display: block;
  width: 100%;
  height: 342px;
}*/

.page-bread {
  height: 48px;
  line-height: 48px;
  user-select: none;
}

.page-bread>a:hover {
  color: #2c85ff;
}

.page-content {
  padding: 5px 20px 50px;
  background-color: #fff;
}

#pageHelp {
  margin-top: 50px;
}

.page-top {
  width: 100%;
}

.page-search {
  display: flex;
  padding-top: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.page-search>label {
  display: block;
  width: 70px;
  color: #666;
  margin-right: 10px;
  margin-top: 12px;
}

.page-search-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1080px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-wrap: wrap;
}

.page-search-item {
  min-width: 54px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #999;
  margin-right: 40px;
  cursor: pointer;
  margin-top: 12px;
}

.page-search-item:last-child {
  margin-right: 0;
}

.page-search-item.active {
  background: #2C85FF;
  color: #fff;
}

.page-list {
  margin-top: 28px;
}

.page-item {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .page-item:hover{
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
} */
.page-item:nth-child(odd) {
  background: #F5F5F5;
}

.page-item-left {
  display: flex;
  align-items: center;
}

.page-item-title {}

.page-item-label {
  width: 51px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  user-select: none;
  margin-left: 5px;
  font-size: 12px;
}

.page-item-date {
  color: #999;
}

.sign-up {
  color: #D0111A;
  background-color: rgba(208, 17, 26, 0.2);
}

.status-end {
  color: #999;
  background-color: rgba(153, 153, 153, 0.2);
}

.status-wait {
  color: #2C85FF;
  background-color: rgba(44, 133, 255, 0.2);
}
