.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_item {
  padding: 0;
  border: none;
}
.main_item table th img {
  max-height: 48px;
}
.main_item .table_btn .confirm_btn {
  /* width: 100%; */
  text-align: center;
  min-width: 95px;
}
.main_item .table_btn h1 {
  background-color: var(--main-color);
  width: fit-content;
  padding: 7px 10px;
  color: #fff;
}
.item_list.top_list h5 {
  font-size: 13px;
  margin-bottom: 7px;
  display: flex;
}

.item_list.top_list {
  margin-bottom: 0;
} 
.item_list.top_list {
  margin-bottom: 30px;
}
.item_list.top_list li {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.item_list li > div {
  padding: 0;
}
.item_list.top_list + h2 {
  font-size: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.item_list.top_list + h2 span {
  border: 4px solid var(--sub-color);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 7px;
}
.item_list.top_list h5 b {
  font-weight: 400;
  margin-left: 5px;
  color: #eb0045;
}
.item_list.top_list li > div div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.item_list.top_list li > div div span {
  width: 3px;
  height: 3px;
  min-width: 3px;
  background-color: #333;
  border-radius: 10px;
  margin: 7px;
}
.item_list.top_list li > div div p {
  font-size: 12px;
}
.item_list.top_list li > div div p b {
  color: #eb0045;
}
.main_item table th, 
.main_item table td {
  text-align: left;
  font-size: 13px;
  padding: 10px;
}
.main_item table th {
  font-weight: 400;
  background-color: #f8f8f8;
  width: 100px;
  min-width: 100px;
  border-right: 1px solid #ccc;
}
/*
.circle_title, .triangle_title {
  margin-top: 0;
}*/
.circle_title, .triangle_title b {
  color: var(--main-color);
}