.outline_table {
  min-width: 100px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #713b21;
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  text-align: center;
  line-height: 26px;
  margin: 0 5px;
}
.increase {
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  cursor: pointer;
  margin-left: 10px;
}
.mation_left,
.mation_right {
  width: 49%;
  min-height: 630px;
  /* overflow: hidden; */
}
.mation_left,
.miniature_box {
  display: grid;
  grid-template-columns: repeat(15, 26px);
  grid-gap: 7px;
  position: relative;
}
.block_line {
  width: 26px;
  height: 25px;
  border: 3px solid #f3ebe8;
  display: block;
}
.floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow-y: auto;
}
.floating::-webkit-scrollbar-track {
  background: #eee9da;
}
.floating::-webkit-scrollbar {
  width: 12px;
}
.floating::-webkit-scrollbar-thumb {
  background-color: #906958;
  border-radius: 5px;
  border: 3px solid transparent;
  cursor: pointer;
}
.floating_title {
  width: 100%;
  height: 42px;
  background: #ebe5d9;
  border-bottom: 1px solid #dcd0c2;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  line-height: 42px;
}
.floating_box {
  border: 1px solid #dcd0c2;
  background: #fbfaf8;
}
.main_left,
.main_right {
  width: 50%;
  background: #ebe5d9;
  height: 42px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #713b21;
  line-height: 42px;
  border-right: 1px solid #d1bfb3;
  border-bottom: 1px solid #d1bfb3;
}
.main_right {
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  border: none;
  border-bottom: 1px solid #d1bfb3;
}
.floating_introduce {
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  line-height: 25px;
  padding: 20px 16px;
  min-height: 115px;
}
.introduce_text{
  word-break: break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;
}
.layer_text{
  /* word-break: break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5; */
}
.infor_link {
  width: 49.5%;
  height: 46px;
  background: #dacdc5;
  line-height: 46px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  display: block;
  cursor: pointer;
}
.width_full {
  width: 100%;
  margin-top: 3px;
}
.layer_card {
  position: absolute;
  inset: 5px;
  width: 98.1%;
  height: 94.5%;
  background: #fbfaf8;
  padding: 20px;
  border: 1px solid #d1bfb3;
}
.label_card {
  width: 115px;
  height: 43px;
  background: linear-gradient(180deg, #fffefe 0%, #fcf6ec 100%);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #c7a27c;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  padding: 20px;
}
.layer_text {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
.spouse{
  min-height: 294px;
}