.search-top {
  border-bottom: 1px solid #ddd;
}
.file_breadcrumb {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-weight: bold;
}
.file_breadcrumb .open_breadcrumb {
  cursor: pointer;
}
.file_breadcrumb .open_breadcrumb:hover {
  color: #666;
}
.file_breadcrumb .isThis {
  font-weight: bold;
}
.img_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  overflow-y: auto;
}
.imglist_block {
  width: 185px;
  height: 185px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  margin: 10px;
  /* float: left; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ishover {
  background-color: #eff1f8;
  cursor: pointer;
}
.img_checkbox {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #dbdee4;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
}
.img_more {
  position: absolute !important;
  right: 5px;
  top: 5px;
}
.img_more_block {
  font-size: 15px;
}
.img_folder {
  width: 155px;
  height: 155px;
}
.img_folder .img_folder_icon {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_folder .img_folder_title {
  width: 100%;
  height: 20%;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_folder .img_folder_title .img_folder_title_block {
  width: 80%;
}
.img_folder .img_folder_title .img_folder_title_block .item_text {
  width: 100%;
  text-align: center;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 2px 0;
}
.img_file {
  width: 155px;
  height: 155px;
  position: relative;
}
.img_file .img_file_content {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.img_file .img_file_content img {
  width: 100%;
  height: 100%;
}
.img_file .img_file_content .file_icon {
  font-size: 55px !important;
}
.img_file .img_file_content .el-image {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.img_file .img_file_title {
  width: 100%;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_file .img_file_title .img_file_title_block {
  width: 80%;
}
.img_file .img_file_title .img_file_title_block .item_text {
  width: 100%;
  text-align: center;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 2px 0;
}
.img_select {
  width: 100%;
  height: 30px;
  background: #beaea4;
  background: rgba(190, 174, 164, 0.5);
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 999;
}
.img_select .img_select_icon {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.model_image {
  margin: 0 auto;
}
.capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.overflowText {
  width: 100%;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
}
.link_style {
  color: #0000ff;
  width: 80%;
  text-decoration: underline;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  float: left;
  position: relative;
  overflow: hidden;
}
.link_copy {
  width: 20%;
  height: 34px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_copy_icon {
  cursor: pointer;
}
