.search .operation {
  margin-bottom: 2vh;
}
.search .select-count {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear {
  margin-left: 10px;
}
.search .page {
  margin-top: 2vh;
}
.search .drop-down {
  margin-left: 5px;
}
.tree-list {
  position: relative;
  min-height: 80px;
}
.drawer-footer {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}
.oss-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.oss-card {
  margin: 10px 2.5% 10px 0;
  width: 22.5%;
  cursor: pointer;
}
.oss-card :hover .content .other .name {
  color: #1890ff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.oss-card .ivu-card-body {
  padding: 0;
}
.oss-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oss-card .content :hover .play {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1 !important;
}
.oss-card .content .img {
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
.oss-card .content .video {
  height: 135px;
  position: relative;
}
.oss-card .content .video .cover {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.oss-card .content .video .play {
  position: absolute;
  top: 43px;
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  opacity: 0.8;
}
.oss-card .content .other {
  padding: 16px;
  height: 135px;
}
.oss-card .content .other .name {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin-bottom: 4px;
}
.oss-card .content .other .key {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 45px;
  color: rgba(0, 0, 0, 0.45);
}
.oss-card .content .other .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.oss-card .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #f7f9fa;
  border-top: 1px solid #e8e8e8;
}
.oss-card .content .actions i:hover {
  color: #1890ff;
}
.oss-card .content .actions .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  border-right: 1px solid #e8e8e8;
}
.oss-card .content .actions .btn-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}

