.page-top-box {
  margin-bottom: 2rem;
  background-image: url("/img/resourceCenter/page_top.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* color: #EFEFEF; */
  height: 400px;
  display: flex;
  color: black;
  align-items: center;
}

.page-top-box .title {
  margin-bottom: 1rem;
  font-size: 38px;
  font-weight: 900;
}

.page-top-box .describe {
  font-size: 16px;
  font-weight: 500;
}

.nav.annotation-type {
  display: flex;
  border: 1px solid #d9d9d9;
}

.nav.annotation-type .nav-item {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  margin-right: 0;
  color: #000;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  padding: 0.6rem 0;
  cursor: pointer;
  padding: 0;
}

.nav.annotation-type .nav-link:hover {
  color: var(--bs-primary);
}

.nav.annotation-type .nav-item:last-of-type {
  border-right: 0;
}

.nav.annotation-type .nav-item.active {
  background-color: var(--bs-primary);
  font-weight: 500;
  color: #fff;
}

.nav.annotation-type .nav-item.active .nav-link {
  color: #fff;
}

.nav.annotation-type .nav-link {
  color: #000;
  padding: 0;
}

.annotation-type-content .text-box {
  height: 100%;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
}

.form {
  margin-top: 4em;
}

.tag-sort {
  margin-right: 1rem;
  font-size: 16px;
}

.tag {
  margin-bottom: 1rem;
  margin-right: 4rem;
  cursor: pointer;
  word-break: break-all;
  display: inline-block;
  width: 6em;
  font-weight: 500;
  font-size: 16px;
}

.tag.active {
  color: var(--bs-primary);
}

.dataset-table {
  margin-top: 80px;
}

.dataset-table .thead,
.dataset-table .tr {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.dataset-table .thead {
  background-color: #e8e8e8;
}

.dataset-table .table-col:nth-child(1) {
  width: 50px;
}

.dataset-table .table-col:nth-child(2) {
  width: 18%;
}

.dataset-table .table-col:nth-child(3) {
  width: 20%;
}

.dataset-table .table-col:nth-child(4) {
  width: 10%;
}

.dataset-table .table-col:nth-child(5) {
  width: 10%;
}

.dataset-table .table-col:nth-child(6) {
  width: 20%;
}

.dataset-table .table-col:nth-child(7) {
  width: 120px;
}

.table-col {
  font-size: 16px;
}

.dataset-table .tr {
  display: flex;
  align-items: center;
  background-color: #dfe9fd;
  border-bottom: 1px solid #bfd3fa;
}

.tr-detail {
  margin-top: 0.5rem;
  padding: 1rem 35px 1rem 80px;
  display: flex;
  align-items: flex-start;
  background-color: #dfe9fd;
  border-bottom: 1px solid #bfd3fa;
}

.tr-detail .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 3em;
}

.context {
  font-size: 16px;
  line-height: 3em;
}

.detail-btn {
  cursor: pointer;
}

.report-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.report-list .card {
  width: 31.5%;
  height: 229px;
  margin: 2rem 0;
  border: 0;
}

.report-list .card .row.g-0 {
  height: 100%;
}

.report-list .card .row.g-0 .card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
}

.report-list .card .row.g-0 .card-text .eyes {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.report-list .card:nth-child(3n-1) {
  margin: 2rem 2.75%;
}

.report-list .img-fluid {
  width: 198px;
  height: 229px;
}

.card-body {
  padding: 6px 6px 6px 10px !important;
}

.card-title {
  font-size: 16px;
  margin-bottom: 1em;
  height: 3em;
  font-weight: 900;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-flex.my-3 .tag-sort {
  height: 40px;
  line-height: 40px;
}

.d-flex.my-3 .col-sm-10 {
  line-height: 40px;
}

.ai-type-item .title {
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.ai-list {
  margin-top: 3em;
}

.ai-list .title {
  font-weight: 900;
  font-size: large;
}

.ai-type-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.ai-type-list .ai {
  width: 31%;
  height: 100px;
  text-decoration: none;
  margin: 1rem 0;
}

.ai-type-list .ai:nth-child(3n-1) {
  margin: 1rem 3.5%;
}

.ai-type-list .ai .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
}

.ai-type-list .ai .card-body .card-title {
  margin: 0;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.text-muted {
  font-size: 16px;
}

.ai-type-list .ai .card-body .card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.ai-type-list .ai .card-title,
.card-text {
  color: black;
}

.ai-type-list .ai .rounded-start {
  width: 100px;
  height: 100px;
  padding: 30px;
}

.getDataBtn {
  width: 104px;
  height: 40px;
  vertical-align: middle;
  line-height: 36px;
  padding: 0;
  border-width: 2px;
  background-color: #ffffff;
}

.getDataBtnItem {
  width: 100px;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  padding: 0;
  border-width: 2px;
  background-color: #3775f2;
  color: white;
}

.iconfont.icon-jiantou_liebiaoshouqi_o,
.iconfont.icon-jiantou_liebiaozhankai_o {
  font-size: 1.8rem;
  color: var(--bs-primary);
  cursor: pointer;
}

#datasetTabContent .item {
  font-weight: 900;
}

#datasetTabContent .item img {
  width: 134px;
  height: 134px;
}

.tab-content .item .item_title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

.tab-content .item .item_desc {
  font-size: 16px;
  font-weight: 500;
  width: 25em;
}

#datasetList {
  min-height: 830px;
}

#pagebar {
  margin: 20px 0 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

#pagebar img {
  width: 32px;
  height: 32px;
}

#pagebar .page_num {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  width: 30px;
}

#pagebar .page_num .now_num {
  color: #3775f2;
}

#pagebar .prev,
.next {
  all: unset;
}

#pagebar .prev:disabled,
.next:disabled {
  opacity: 0.5;
}
