.point-index[data-v-64022be8] {
  --btn-area-height: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-index .tips[data-v-64022be8] {
  padding: 10px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
.point-index .tips .icon[data-v-64022be8] {
  font-size: 18px;
  color: #d9001b;
}
.point-index .main-area[data-v-64022be8] {
  min-width: 800px;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  background-color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.point-index .main-area .left-table[data-v-64022be8],
.point-index .main-area .right-table[data-v-64022be8] {
  width: 320px;
  display: inline-block;
  background-color: #FFFFFF;
}
.point-index .main-area .left-table th[data-v-64022be8],
.point-index .main-area .right-table th[data-v-64022be8] {
  width: 160px;
}
.point-index .main-area .left-table .column-tr td[data-v-64022be8]:first-child,
.point-index .main-area .right-table .column-tr td[data-v-64022be8]:first-child,
.point-index .main-area .left-table th[data-v-64022be8]:first-child,
.point-index .main-area .right-table th[data-v-64022be8]:first-child {
  background-color: #D7D7D7;
}
.point-index .main-area .left-table .matched-radio td[data-v-64022be8],
.point-index .main-area .right-table .matched-radio td[data-v-64022be8] {
  background-color: #CAF982;
}
.point-index .main-area .left-table .info[data-v-64022be8],
.point-index .main-area .right-table .info[data-v-64022be8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.point-index .main-area .left-table .info .version-text[data-v-64022be8],
.point-index .main-area .right-table .info .version-text[data-v-64022be8] {
  color: #0000BF;
}
.point-index .main-area .right-table[data-v-64022be8] {
  float: right;
}
.point-index .divider[data-v-64022be8] {
  height: 10px;
  width: 100%;
  background-color: #f0f2f5;
  position: relative;
  z-index: 2;
}
.point-index .btn-area[data-v-64022be8] {
  background-color: #FFF;
  height: var(--btn-area-height);
  text-align: right;
  padding: 4px 20px 4px 0;
  position: relative;
  z-index: 2;
}
table[data-v-64022be8] {
  border-spacing: 0;
  background-color: #fdfdfd;
  border-collapse: separate;
}
table tr[data-v-64022be8] {
  height: 36px;
}
table tr.choosed:not(.linked) td[data-v-64022be8] {
  background-color: #FF7F50 !important;
}
table tr th[data-v-64022be8],
table tr td[data-v-64022be8] {
  border: 1px solid #CACACA;
  padding-left: 8px;
}
table tr td[data-v-64022be8] {
  border-top: 0 !important;
}
table tr[data-v-64022be8] :is(th, td):not(:first-child) {
  border-left: 0 !important;
}
[data-v-64022be8] .leader-line {
  z-index: 0;
}

