/* 初始化 */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

i,
em {
    list-style: none;
}

ul,
ol,
li {
    list-style: none;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
}

.name_avatar {
    width: 25px;
    color: #ffffff!important;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height:25px;
}

.name_avatar  span {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
}

.name_avatar:nth-child(n+5){
   color: #000b16!important;
}

.rank-avatar-title{
  /*background-color: transparent;*/
    width: 80px;
  color: #AC825F;
  line-height: 36px;
  /*border:  1px solid #000000;*/
  font-size: 22rem
}
.name-avatar-title{
  /*background-color: transparent;*/
  color: #AC825F;
  /*border:  1px solid #000000;*/
  line-height: 36px;
  font-weight: normal;
  font-size: 22rem;
}

.rank {
    width: 80px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    line-height:25px;
    color: white;
    text-align: center;
}

.rank span {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  display: block;
  /*color: #000b16;*/
  border-radius: 50%;
}
.ocr_shibie_count,.ocr_jiuzheng_count,.bbox-count,.total-count{
  width: 140rem;
  /*border:  1px solid #000000;*/
  line-height: 36px!important;
  text-align: center;
}


.content {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0 0 0;
  background-color: #e2ceaa;
}

.search-bar {
  width: 1020rem;
  height: 60rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius:  16rem;
  overflow: hidden;
}

.search-input-box {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.clear-icon {
  width: 26rem;
  height: 26rem;
  position: absolute;
  right: 16rem;
  top: 50%;
  transform: translateY(-50%);
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

  display: none;
}

.search-input-icon {
  font-size: 36rem;
  display: inline-flex;
  margin: 0 16rem;
}

.search-input {
  flex: 1;
  border: 0;
  height: 100%;
  font-size: 22rem;
}

.search-input:hover,
.search-input:active,
.search-input:focus,
.search-input:focus-within,
.search-input:focus-visible {
  border: 0;
  box-shadow: none;
  outline: none;
}

.search-button {
  width: 110rem;
  background: #BFA07C;
  border-radius: 0 16rem 16rem 0;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 22rem;
  height: 100%;
  /* cursor: url('../images/cursor-pointer.svg'), pointer !important; */

}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table {
  width: 1318rem;
  margin-top: 80rem;
  margin-bottom: 60rem;
}

.thead .table-cell {
  width: 182rem;
  height: 42rem;
  line-height: 42rem;
  text-align: center;
  background: #924139;
  border-radius: 11rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #FFFFFF;
}

.total-size {
  position: absolute;
  right: 0;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #BFA07C;
  line-height: 19rem;
}

.thead .table-cell:nth-child(1) {
  margin-right: 80rem;
}

.thead .table-cell:nth-child(2) {
  margin-right: 350rem;
}

.thead {
  display: flex;
  position: relative;
  width: 100%;
}

.tbody {
  margin-top: 32rem;
}

.table-row {
  display: flex;
  border-top: 1px solid #92413950;
  align-items: center;
}

.table-row:last-child {
  border-bottom: 1px solid #92413950;
}

.table-row:nth-child(2n) {
  background: #92413905;
}

.tbody .table-cell {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 20rem;
  color: #743005;
  flex-shrink: 0;
  padding: 40rem 0;
}

.tbody .table-cell:nth-child(1) {
  width: 182rem;
  text-align: center;
  margin-right: 80rem;
}

.group {
  flex: 1;
  display: flex;
}

.tbody .group .table-cell:nth-child(1) {
  width: 532rem;
  padding-right: 20rem;
  text-align: left;
  margin-right: 0;
}

.tbody .group .table-cell:nth-child(2) {
  width: 524rem;
  padding-right: 20rem;
  text-align: left;
}

.pagination-container {
  margin-bottom: 100rem;
}

.page-item {
  margin-right: 10rem;
}

.content-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 300rem;
  margin-top: 80rem;
}

.locations {
  width: 296rem;
  margin-right: 50rem;
  flex-shrink: 0;
}

.collections {
  width: 100%;
}

.card-title {
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  font-size: 22rem;
  color: #743005;
  margin-bottom: 42rem;
  position: relative;
}

.card-content {
  display: flex;
  flex-direction: column;
}

.locations .card-item {
  display: flex;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 20rem;
  color: #AC825F;
  align-items: center;
  margin-bottom: 14rem;
}

.locations .card-item * {
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

  user-select: none;
}

.locations .card-item:last-child {
  margin-bottom: 0;
}

.card-item-checkbox {
  width: 20rem;
  height: 20rem;
  margin-right: 10rem;
}

.card-item-checkbox::before {
  content: "";
  background: #F0E9DD;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.card-item-checkbox:checked::before {
  display: none;
}

.locations .card-item-title {
  max-width: 180rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.locations .card-item-label {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.locations .card-item-count {
  flex-shrink: 0;
}

.collections .card-item {
  display: flex;
  flex-direction: column;
  padding: 27rem 32rem 50rem 44rem;
  border-radius: 16rem;
  background: #d0bd9b !important;
  margin-bottom: 20rem;
}



.collections .card-item:nth-child(n+2):nth-child(-n+4) {
  background: #bda985 !important;
  color: #ffffff;
  /*color: #000b16;*/
}

.collections .card-item:nth-child(1) {
  background: transparent !important;
  color: #AC825F;
  /*font-size: 16px;*/
  font-weight: 400;
  /*color: #000b16;*/
}

.collections .card-item:last-child {
  margin-bottom: 0;
}

.collections .card-content {
  margin-bottom: 70rem;
}

.collections .card-item-header {
  border-bottom: 1px solid #AC825F50;
  display: flex;
  justify-content: space-between;
}

.collection-icon {
  width: 26.72rem;
  height: 24rem;
}

.collection-name {
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 26rem;
  color: #743005;
  max-width: 902rem;
  margin-bottom: 16rem;
  line-height: 37rem;
}

.collection-data-source {
  max-width: 902rem;
  margin-top: 10rem;
  line-height: 32rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 22rem;
  color: #AC825F;
}

.collections .card-item-body {
  padding: 20rem 0;
}


.card-item-footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.card-item-action {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #743005;
  display: flex;
  align-items: center;
  margin-right: 30rem;
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

}

.card-item-action:nth-child(2),
.card-item-action:nth-child(3) {
  margin-right: 0;
}

.card-item-action-icon-edit {
  width: 18rem;
  height: 18rem;
  margin-left: 14rem;
  font-size: 0;
}

.card-item-action-icon-more,
.card-item-action-icon-less {
  width: 24rem;
  margin-left: 14rem;
  font-size: 0;
}

#more-action {
  display: none;
}

#less-action {
  display: flex;
}

.collapsed #more-action {
  display: flex;
}

.collapsed #less-action {
  display: none;
}

.card-title-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}

.select {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select-item {
  font-weight: 700;
  font-size: 20rem;
  color: #AC825F;
  padding-bottom: 9rem;
  border-bottom: 1px solid transparent;
  font-family: SourceHanSansCN-Regular;
  margin-right: 30rem;
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

}

.select-item:last-child {
  margin-right: 0;
}

.select-item.active {
  color: #743005;
  border-color: #743005;
  font-family: SourceHanSansCN-Bold;
}

.input-group {
  margin-bottom: 20rem;
}

._modalContent_8rtu7_169 .input-group:last-child {
  margin-bottom: 0;
}

.input-field {
  display: flex;
  width: 100%;
  align-items: center;
}

.input-field button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.input-field input {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  flex: 1;
  margin-right: 30rem;
  height: 40rem;
  background: #FFFFFF;
  border-radius: 10rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #BE9F7C;
  padding-left: 16rem;
}

.input-field input::placeholder {
  color: #BE9F7C;
}

.plus-icon,
.minus-icon{
  width: 30rem;
  font-size: 0;
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

}

.input-field-plus,
.input-field-minus {
  width: 30rem;
  height: 100%;
  /* cursor: url('../images/cursor-pointer.svg'), pointer !important; */

  display: flex;
  align-items: center;
}

.input-field-plus {
  margin-right: 20rem !important;
}

._submitButton_8rtu7_1 {
  margin-top: 40rem !important;
}

._modalContent_8rtu7_169 {
  height: auto !important;
  padding: 40rem 50rem 50rem !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.selected-locations-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 33rem;
}

.selected-locations-preview-item {
  font-family: SourceHanSansCN-Regular;
  background: #F0E9DD;
  border-radius: 5rem;
  padding: 8rem 10rem;
  margin-right: 10rem;
  /* cursor: url('../images/cursor-pointer.svg'), pointer; */

  font-weight: 400;
  font-size: 18rem;
  color: #743005;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-right: 20rem;
  margin-bottom: 20rem;
}

.clear-selected-location-button {
  margin-left: 10rem;
  font-size: 18rem;
  display: inline-flex;
  width: 18rem;
  height: 18rem;
  background-image: url("../images/clear-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.collection-stats {
  font-family: SourceHanSansCN-Regular;
  font-size: 22rem;
  color: #AC825F;
  text-align: justify;
}

.collection-stats .total-count {
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  font-size: 22rem;
  color: #743005;
}

.mb36 {
  margin-bottom: 36rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .header {
    width: 750rem;
    height: 448rem;
    padding: 50rem;
  }

  .info {
    padding: 0 20rem;
  }

  .title {
    font-size: 32rem;
  }

  .description {
    font-size: 20rem;
  }

  .search-icon {
    display: inline-flex;
    color: #fff;
  }

  .s_btn span {
    color: #fff;
  }

  .ai_style,
  .ai_desc_style {
    display: none;
  }

  .s_btn {
    padding: 0;
    background-color: transparent;
  }

  .content {
    padding: 60rem 0 0 0;
  }

  .search-bar {
    width: 610rem;
  }

  .table {
    width: 610rem;
  }

  .group {
    flex-direction: column;
  }

  .thead .table-cell:nth-child(1) {
    margin-right: 54rem;
  }

  .thead .table-cell:nth-child(2) {
    margin-right: 0;
  }


  .tbody .table-cell:nth-child(1) {
    text-align: left;
    padding-right: 10rem;
    margin-right: 0;
    width: 184rem;
  }

  .tbody .group .table-cell:nth-child(1) {
    margin-right: 0;
    width: 426rem;
    padding-top: 20rem;
    padding-bottom: 0;
  }

  .tbody .group .table-cell:nth-child(2) {
    padding-top: 0;
    padding-bottom: 20rem;
    width: 426rem;
    color: #AC825F;
  }

  .thead .table-cell {
    width: 130rem;
    height: 30rem;
    font-size: 16.88rem;
    line-height: 30rem;
  }


  .thead .table-cell:nth-child(3){
    display: none;
  }

  .total-size {
    font-size: 16rem;
    height: 100%;
    text-align: right;
  }

  .content-box {
    flex-direction: column;
    padding: 0 70rem;
    margin-top: 60rem;
  }

  .card-box {
    width: 100%;
    max-width: 100%;
  }

  .locations .card-content {
    border-top: 1px solid #AC825F50;
    border-bottom: 1px solid #AC825F50;
    padding: 30rem 0;
    max-height: 478rem;
    overflow: auto;
  }

  .card-title {
    margin-bottom: 30rem;
    font-size: 24rem;
  }

  .locations .card-item {
    font-size: 24rem;
  }

  .card-item-checkbox {
    width: 24rem;
    height: 24rem;
  }

  .locations .card-item {
    margin-bottom: 27rem;
  }

  .card-title-toolbar {
    position: relative;
    margin-top: 20rem;
  }

  .selected-locations-preview {
    margin-top: 0;
  }

  .selected-locations-preview-item {
    margin-top: 20rem;
    margin-right: 20rem;
    margin-bottom: 0;
  }

  .collection-name {
    font-size: 22rem;
    line-height: 32rem;
  }

  .collection-data-source {
    font-size: 18rem;
    line-height: 26rem;
  }
}

.header {
   height: 475rem !important;
}

.books-count {
  margin-top: 68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: linhai-lishu;

  .books-count-title {
    font-weight: 400;
    font-size: 40rem;
    color: #ffff;
    letter-spacing: 0;
  }

  .books-count-split {
    width: 2px;
    height: 56rem;
    background: #e2ceaa;
    margin: 0 56rem;
  }

  .books-count-num {
    font-weight: 400;
    font-size: 40rem;
    color: #ffffff;
    margin-right: 10rem;
  }

  .books-count-unit {
    font-weight: 400;
    font-size: 22rem;
    color: #ffffff;
  }
}

.pagination-container {
  margin-bottom: 40rem;
}

.email-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100rem;

  .edit-email {
    width: 25rem;
    height: 28rem;
    margin-right: 10rem;
  }

  .email-link-text {
    font-weight: 400;
    font-size: 16rem;
    color: #bfa07c;
    position: relative;
    &:hover {
        text-decoration: underline;
    }
    /* &::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1rem;
      background-color: #bfa07c;
      left: 0;
      top: 26rem;
    } */
  }
}

.collection-count-box {
  display: flex;
  align-items: center;
}

.collection-count {
  color: #AC825F;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 22rem;
  margin-left: 10rem;
}

/* 无障碍浏览按钮 */
.pagination-container,
.pagination-container .quick-jumper {
    margin: 0 auto;
}

.a11y {
  width: 60rem !important;
  height: 60rem !important;
  position: fixed;
  bottom: 120rem;
  right: -12rem;
  /* cursor: url('../images/cursor-pointer.svg'), pointer !important; */

  margin-right: 13rem!important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .header {
    height: 547rem;
  }
  .books-count {
    .books-count-title {
      font-size: 28rem;
    }

    .books-count-num {
      font-size: 28rem;
    }

    .books-count-split {
      height: 40rem;
    }
  }

  .card-content {
    font-size: 21rem!important;
    line-height: 42rem;
    text-align: center;
  }


  .card-item-header{
    font-size: 21rem!important;
    align-items: center;
  }

  .name_avatar,.rank{
      display: inline-block;
      align-items: center;
      line-height: 20px;
      font-size: 16px;
  }


  .pagination-container {
    margin-bottom: 60rem;
  }

  .email-link {
    flex-direction: column;

    .edit-email {
        margin-right: 0;
        margin-bottom: 20rem;
    }

    .email-link-text {
      width: 55.8%;
      text-align: center;
    }
  }
}
