.lengthDetection {
  border: 1px solid #e6e6e6;
  margin: 0;
}

.lengthDetection td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.list {
  overflow: hidden;
  overflow-x: auto;
}

.list::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
}

.list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.allinone {
  line-height: 2;
  margin: 0 auto;
  white-space: nowrap;
}

.allinone-dot {
  width: 10px;
  height: 10px;
  margin: 3px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  background-color: #0162B1;
  color: #fff;
}

.allinone-gos-title {
  margin-left: 5px;
  font: 'PingFang-SC-Medium';
  font-size: 18px;
}

.vpcs-row {
  display: flex;
  align-items: center;
}

.vpcs-row p {
  text-align: justify;
}


@media screen and (max-width: 768px) {
  .vpcs-row {
    display: block;
  }

  .allinone {
    white-space: normal;
  }
}
