@charset "UTF-8";
.the-interest .title-header[data-v-c8341596] {
  color: #1f2936;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.the-interest .content-item[data-v-c8341596] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-interest .content-item .card[data-v-c8341596] {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
.the-interest .content-item .card .text-gray .title[data-v-c8341596] {
  font-size: 16px;
  color: #4b5563;
}
.the-interest .content-item .card .text-gray .text-num[data-v-c8341596] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container[data-v-c8341596] {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
}
.the-interest .table-container .tab-title[data-v-c8341596] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-interest .table-container .tab-title .tab-title-btn[data-v-c8341596] {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  background: #0c72e7;
  border-radius: 50px;
  padding: 5px 10px;
}
.the-interest .table-container .card-container[data-v-c8341596] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.the-interest .table-container .card-container .card[data-v-c8341596] {
  width: 100%;
  background: #eff6ff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #eff6ff;
  margin: 0px 10px 0px 0px;
  position: relative;
  cursor: pointer;
}
.the-interest .table-container .card-container .card .right-desc[data-v-c8341596] {
  position: absolute;
  right: 0;
  padding: 2px 10px;
  top: 0;
  color: #fff;
  background: #0c72e7;
  border-radius: 0px 10px 0px 0px;
}
.the-interest .table-container .card-container .card .text-gray .title[data-v-c8341596] {
  font-size: 16px;
  color: #4b5563;
}
.the-interest .table-container .card-container .card .text-gray .text-num[data-v-c8341596] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container .card-container .card .text-gray .blue[data-v-c8341596] {
  color: #2a4ccd;
}
.the-interest .table-container .card-container .card .text-gray .green[data-v-c8341596] {
  color: #3c7e44;
}
.the-interest .table-container .card-container .card .text-gray .purple[data-v-c8341596] {
  color: #7429c7;
}
.the-interest .table-container .card-container .green-bg[data-v-c8341596] {
  background: #f3fdf5;
}
.the-interest .table-container .card-container .purple-bg[data-v-c8341596] {
  background: #f9f5fe;
}
.the-interest .table-container .header-container[data-v-c8341596] {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 20px;
}
.the-interest .table-container .header-container .card[data-v-c8341596] {
  width: calc(50% - 20px);
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #ffffff;
  margin: 0px 10px 10px 0px;
  border-left: 6px solid #0c9ee7;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.the-interest .table-container .header-container .card .text-gray .title[data-v-c8341596] {
  font-size: 24px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container .header-container .card .text-gray .text-num[data-v-c8341596] {
  font-size: 14px;
  color: #1f2936;
  margin-top: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag[data-v-c8341596] {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag .tag-item[data-v-c8341596] {
  font-size: 14px;
  color: #1f2936;
}
.the-interest .table-container .header-container .card .text-gray .tag .item[data-v-c8341596] {
  font-size: 14px;
  color: #468fed;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  background: #e0f2fe;
  padding: 2px 8px;
  margin-right: 10px;
  margin-left: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag .item p[data-v-c8341596] {
  font-size: 14px;
  color: #1f2936;
}
.the-interest .table-container .header-container .card .text-gray .right-num[data-v-c8341596] {
  font-size: 14px;
  color: #1f2936;
  text-align: right;
  margin-top: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag-title[data-v-c8341596] {
  font-size: 14px;
  color: #1f2936;
  font-weight: bold;
  margin-bottom: 10px;
}
.the-interest .table-container .header-container .card .text-gray .case-item[data-v-c8341596] {
  font-size: 14px;
  color: #3f84f6;
  cursor: pointer;
  text-decoration: underline;
}
.the-interest .table-container .header-container .card .text-gray .case-item[data-v-c8341596]::before {
  content: "·";
  font-size: 22px;
  margin-right: 5px;
  color: #3f84f6;
  font-weight: bold;
}
.the-interest .table-container .tab-content-item[data-v-c8341596] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.the-interest .table-container .tab-content-item div[data-v-c8341596] {
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  color: #468fed;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  background: #e0f2fe;
  margin: 0 10px 0px 0px;
  cursor: pointer;
}
.the-interest .table-container .tab-content-item div.active[data-v-c8341596] {
  color: #fff;
  font-size: 14px;
  border: 1px solid #0c72e7;
  border-radius: 50px;
  background: #0c72e7;
}
@charset "UTF-8";
.the-interest .title-header[data-v-f27b93f8] {
  color: #1f2936;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.the-interest .content-item[data-v-f27b93f8] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-interest .content-item .card[data-v-f27b93f8] {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 10px 0px 0px;
}
.the-interest .content-item .card .text-gray .title[data-v-f27b93f8] {
  font-size: 16px;
  color: #4b5563;
}
.the-interest .content-item .card .text-gray .text-num[data-v-f27b93f8] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container[data-v-f27b93f8] {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
  width: 100%;
  padding: 24px;
}
.the-interest .table-container .tab-title[data-v-f27b93f8] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-interest .table-container .tab-title .tab-title-btn[data-v-f27b93f8] {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  background: #0c72e7;
  border-radius: 50px;
  padding: 5px 10px;
}
.the-interest .table-container .card-container[data-v-f27b93f8] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.the-interest .table-container .card-container .card[data-v-f27b93f8] {
  width: 100%;
  background: #eff6ff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #eff6ff;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  position: relative;
}
.the-interest .table-container .card-container .card .right-desc[data-v-f27b93f8] {
  position: absolute;
  right: 0;
  padding: 2px 10px;
  top: 0;
  color: #fff;
  background: #0c72e7;
  border-radius: 0px 10px 0px 0px;
}
.the-interest .table-container .card-container .card .text-gray .title[data-v-f27b93f8] {
  font-size: 16px;
  color: #4b5563;
}
.the-interest .table-container .card-container .card .text-gray .text-num[data-v-f27b93f8] {
  font-size: 32px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container .card-container .card .text-gray .blue[data-v-f27b93f8] {
  color: #2a4ccd;
}
.the-interest .table-container .card-container .card .text-gray .green[data-v-f27b93f8] {
  color: #3c7e44;
}
.the-interest .table-container .card-container .card .text-gray .purple[data-v-f27b93f8] {
  color: #7429c7;
}
.the-interest .table-container .card-container .green-bg[data-v-f27b93f8] {
  background: #f3fdf5;
}
.the-interest .table-container .card-container .purple-bg[data-v-f27b93f8] {
  background: #f9f5fe;
}
.the-interest .table-container .header-container[data-v-f27b93f8] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 20px;
}
.the-interest .table-container .header-container .card[data-v-f27b93f8] {
  width: calc(50% - 20px);
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #ffffff;
  margin: 0px 10px 10px 0px;
  border-left: 6px solid #0c9ee7;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.the-interest .table-container .header-container .card .text-gray .title[data-v-f27b93f8] {
  font-size: 24px;
  color: #1f2936;
  font-weight: bold;
}
.the-interest .table-container .header-container .card .text-gray .text-num[data-v-f27b93f8] {
  font-size: 14px;
  color: #1f2936;
  margin-top: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag[data-v-f27b93f8] {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag .tag-item[data-v-f27b93f8] {
  font-size: 14px;
  color: #1f2936;
}
.the-interest .table-container .header-container .card .text-gray .tag .item[data-v-f27b93f8] {
  font-size: 14px;
  color: #468fed;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  background: #e0f2fe;
  padding: 2px 8px;
  margin-right: 10px;
  margin-left: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag .item p[data-v-f27b93f8] {
  font-size: 14px;
  color: #1f2936;
}
.the-interest .table-container .header-container .card .text-gray .right-num[data-v-f27b93f8] {
  font-size: 14px;
  color: #1f2936;
  text-align: right;
  margin-top: 10px;
}
.the-interest .table-container .header-container .card .text-gray .tag-title[data-v-f27b93f8] {
  font-size: 14px;
  color: #1f2936;
  font-weight: bold;
  margin-bottom: 10px;
}
.the-interest .table-container .header-container .card .text-gray .case-item[data-v-f27b93f8] {
  font-size: 14px;
  color: #3f84f6;
  cursor: pointer;
  text-decoration: underline;
}
.the-interest .table-container .header-container .card .text-gray .case-item[data-v-f27b93f8]::before {
  content: "·";
  font-size: 22px;
  margin-right: 5px;
  color: #3f84f6;
  font-weight: bold;
}
.the-interest .table-container .tab-content-item[data-v-f27b93f8] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.the-interest .table-container .tab-content-item div[data-v-f27b93f8] {
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  color: #468fed;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  background: #e0f2fe;
  margin: 0 10px 0px 0px;
  cursor: pointer !important;
}
.the-interest .table-container .tab-content-item div.active[data-v-f27b93f8] {
  color: #fff;
  font-size: 14px;
  border: 1px solid #0c72e7;
  border-radius: 50px;
  background: #0c72e7;
  cursor: pointer !important;
}
.report-search[data-v-2426751a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report-search .search-text[data-v-2426751a] {
  display: flex;
  align-items: center;
}
.btn-box[data-v-e937e202] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
