.content-wrap .table-size-list {
  display: flex;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 18px;
}

.content-wrap .table-size-item {
  flex: 1;
  height: 90px;
}

/* .content-wrap .table-size-item:last-child {
  border-right: none;
} */

.table-size-item .wait-num {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 10px;
}

.table-size-item .table-size {
  font-size: 14px;
  color: #4A4A4A;
  font-weight: bold;
}

.near-windows {
  padding: 17px 0;
}

.near-windows .form-title {
  margin-right: 10px;
  line-height: 24px;
}

.verify-code-group .form-group {
  flex: 1;
}

.verify-code-group .btn {
  width: 130px;
  margin-left: 22px;
  margin-top: 20px;
}

.verify-code-group .form-group .input-group {
  padding: 8px 0;
}

.content-wrap .tickets-left {
  font-size: 14px;
  color: #4A4A4A;
  text-align: center;
  font-weight: 400;
}

.content-wrap .tickets-left .hight-light {
  color: var(--primary-color);
}

.join-btn {
  margin: 22px auto;
}

.content-wrap .phone-group {
  padding: 0;
}