.container {
  width: 100%;
  min-height: 100vh;
  background-size: 100%;
  background: linear-gradient(47deg, #17358d 0%, #1b3ea5 100%);
  overflow-y: hidden;
}

.page_title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #bdc678;
  line-height: 56px;
  padding: 30px 0;
  letter-spacing: 2px;
  text-align: center;
  background: url("../images/back.png") center center no-repeat;
  background-size: cover;
  white-space: nowrap;
}

.content {
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
}

.content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
}

.content .main {
  display: flex;
  height: calc(100vh - 88px);
}

.scroll {
  width: calc(100vw - 560px);
  min-width: 610px;
  border: 0px solid #fff;
}

.content .main .unitInfo {
  display: table;
  background: #fff;
  overflow-x: auto;
  white-space: nowrap;
}

.tbody {
  background: #9cacdb;
}

.content .main .unitInfo .item {
  padding: 0 10px;
  /* display: flex;
  justify-content: center; */
}

.content .main .unitInfo .number,
.content .main .unitInfo .head .number {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.content .main .unitInfo .number {
  background: #eee;
  width: 110px;
  height: 90px;
  border: 2px solid #9cacdb;
  box-sizing: border-box;
}

.content .main .unitInfo .item .level {
  display: inline-block;
  width: 126px;
  background: #dddddd;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #9cacdb;
  flex-shrink: 0;
  cursor: pointer;
  padding: 6px 0;
}

.content .main .unitInfo .item .level p:nth-of-type(1) {
  height: 30px;
  box-sizing: border-box;
}

.content .main .unitInfo .item .level p:nth-of-type(2) {
  height: 22px;
  box-sizing: border-box;
}

.content .main .unitInfo .item .level p:nth-of-type(3) {
  height: 22px;
  box-sizing: border-box;
}

.content .main .unitInfo .item .selected {
  background: #90acff;
}

.content .main .unitInfo .head .number {
  float: left;
}

.content .main .unitInfo .head .unit {
  background: #ccc;
  text-align: center;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
  flex: 1;
  /* min-width: 190px; */
}

.content .main .unitInfo .active {
  background: #67bb74 !important;
}

.content .main .unitInfo .item .level p {
  padding: 2px;
}

.content .main .unitInfo .item .level p:nth-of-type(1) {
  font-size: 20px;
}

.content .main .unitInfo .item .level .lock {
  display: block;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
}

.content .main .house_info {
  display: none;
  width: 300px;
  min-width: 300px;
  overflow: hidden;
  margin-left: 20px;
}

.content .main .house_info p {
  display: flex;
  line-height: 40px;
  padding: 10px;
  border-bottom: 1px solid #4a7fc4;
  font-size: 18px;
}

.content .main .house_info p span {}

.content .main .house_info p span:nth-of-type(1) {
  width: 140px;
  text-align: right;
  color: #a5cbfb;
}

.content .main .house_info p span:nth-of-type(2) {
  flex: 1;
  color: #fff;
  white-space: pre-wrap;
}

.content .main .house_image {
  display: none;
  width: 500px;
  min-width: 500px;
  height: max-content;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 20px;
}