.content-wrapper {
  position: relative;
  margin-top: 34px;
  margin-bottom: 24px;
}

.content-wrapper .bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.pdf-dialog .el-dialog__body {
  overflow: hidden;
  height: 100%;
  padding: 56px 0px 0px 0px;
}

.pdf-dialog .pdf-wrap {
  width: 100%;
  height: 100%;
  user-select: none;
}

.pdf-dialog .pdf-wrap .pdf-iframe {
  width: 100%;
  height: 100%;
}

.el-dialog {
  height: 100%;
  margin: 0px;
  margin-top: 0px !important;
}

.tiff-wrap #drop p {
  text-align: center;
  border: 1px dashed #ccc;
  height: 200px;
  line-height: 200px;
}

.tiff-wrap .img-box {
  max-width: 1200px;
  margin: 0 auto;
}

.tiff-wrap .img-box img {
  width: 100%;
}

.view-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}

.view-dialog .el-dialog__header {
  position: fixed;
  width: 100%;
  padding: 16px;
  background-color: #C44A4A;
}

.view-dialog .el-dialog__header .el-dialog__close {
  font-size: 18px;
}

.view-dialog .el-dialog__header .el-dialog__headerbtn {
  line-height: 20px;
}

.view-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
}

.word-dialog .el-dialog__header {
  background-color: #C44A4A;
}

.word-dialog .word-page {
  overflow: auto;
  width: 800px;
  min-height: 800px;
  margin: 80px auto;
  padding: 60px 40px;
  background: #fff;
  box-shadow: 2px 2px 1px 1px #f3f3f3;
  border-radius: 4px;
}

.word-dialog .el-dialog__body {
  background-color: #f3f5f7;
}

.tiff-dialog .el-dialog__header {
  background-color: #4a50c4;
}

.video-dialog .el-dialog {
  background-color: rgba(0, 0, 0, 0.6);
}

.video-dialog .el-dialog__body {
  padding: 56px 0 0 0;
}

.video-dialog .el-dialog__header {
  display: none;
  background-color: #1e1f1e;
}

.video-dialog .video-player-box {
  margin: 0 auto;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-dialog .video-player-box .video-title-box {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  line-height: 40px;
  color: #fff;
}

.video-dialog .video-player-box .video-title-box .close-btn {
  cursor: pointer;
}

.video-dialog #video_player {
  height: 450px;
}

.pdf-group {
  right: 0px;
  display: flex;
  justify-content: right;
}

.pdf-group .pdf-item {
  cursor: pointer;
  margin-left: 16px;
}

.pdf-group .label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.file-thumb {
  margin: 0 auto;
  width: 66.66px;
  height: 72px;
  background-size: 723.55px 144px;
  position: relative;
  background-image: url(/images/file_thumbnail.png);
}

.file-thumb.txt {
  background-position: 100% 0;
}

.file-thumb.docx {
  background-position: 40% 0;
}

.file-thumb.pdf {
  background-position: 30% 0;
}

.file-thumb.tif {
  background-position: 110% 100%;
}

.file-thumb.image {
  background-position: 130% 100%;
}

.resources-wrap {
  background-color: white;
  width: 100%;
  width: 1200px;
  margin: 20px auto;
  max-width: 95%;
  box-shadow: 0px 0px 5px #999999;
  border-radius: 6px;
  overflow: hidden;
}

.resources-wrap .title {
  background-color: #C44A4A;
  color: #fff;
  line-height: 2;
  padding: 8px 16px;
  font-size: .18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resources-wrap .title .ctrl-icon {
  height: 24px;
  width: 24px;
  transition: 0.2s;
}

.resources-wrap .title .ctrl-icon.close {
  transform: rotate(180deg);
}

.resources-wrap .el-row {
  width: 100%;
}

.resources-list {
  transition: 0.2s;
  margin-top: 16px;
  padding: 0px 10px 0px 16px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.resources-list::-webkit-scrollbar {
  width: 4px;
}

.resources-list::-webkit-scrollbar-thumb {
  background-color: #C44A4A;
  border-radius: 50px;
}

.resources-list.close {
  height: 0px;
  margin-top: 0px;
}

.resources-list.close.file {
  padding: 0px 16px;
  height: 0;
}

.resources-list .el-card {
  border: none;
  background: none;
  box-shadow: none !important;
}

.resources-list .el-col-24 {
  width: 20%;
}

.resources-list .res-item {
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}

.resources-list .res-item .item-info {
  cursor: pointer;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  height: 150px;
  position: relative;
}

.resources-list .res-item .item-info .el-image {
  width: 100%;
  height: 100%;
}

.resources-list .res-item .item-info .el-image .image-slot {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.resources-list .res-item .item-info .el-image .image-slot img {
  height: 100%;
}

.resources-list .res-item .item-info .item-title {
  padding: 0 8px;
  display: block;
  width: 100%;
  bottom: 0px;
  line-height: 1.5;
  position: absolute;
  font-size: 16px;
  color: #fff;
  background-color: rgba(166, 18, 18, 0.5);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.resources-list .res-item .item-info .item-type {
  padding: 0 8px;
  display: block;
  top: 0px;
  line-height: 1.5;
  position: absolute;
  font-size: 16px;
  color: #fff;
  background-color: rgba(166, 18, 18, 0.5);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.resources-list.file {
  padding: 16px 10px 0px 16px;
}

.resources-list.file .el-col-24 {
  width: 10%;
}

.resources-list.file .item-info {
  width: 90%;
  height: inherit;
}

.resources-list.file .item-info .item-cover {
  height: 120px;
  width: 100%;
}

.resources-list.file .item-info .item-cover img {
  object-fit: contain;
}

.resources-list.file .item-info .item-title {
  text-align: center;
  padding: 0px;
  color: #333;
  background: none;
  position: relative;
}

.card-box {
  background-color: #fff;
  box-shadow: 0px 0px 24px rgba(167, 167, 167, 0.25);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
}

.card-box + .card-box {
  margin-top: 24px;
}

.info-wrapper {
  width: 100%;
  padding: 20px 40px 24px 22px;
  background: #fff;
  overflow: hidden;
  display: flex;
}

.info-wrapper .left {
  padding-right: 20px;
  width: 360px;
  height: 440px;
}

.info-wrapper .left .img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: 440px;
  overflow: hidden;
}

.info-wrapper .left .img-box .img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.info-wrapper .left .img-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.info-wrapper .right {
  position: relative;
  width: 60%;
  flex: 1;
}

.info-wrapper .info-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.info-wrapper .info-head .title {
  display: inline-block;
  font-size: .24rem;
  font-weight: bold;
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-wrapper .info-head .info-tag {
  float: left;
  background: #d43e45;
  color: #fff;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: .16rem;
  top: 0;
  margin-left: 24px;
}

.info-wrapper .info-head .yellow-tag {
  background-color: #fa0;
}

.info-wrapper .intro {
  position: relative;
  margin: 10px 0 16px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  font-size: var(--font-16);
}

.info-wrapper .intro .show-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
}

.info-wrapper .intro .show-btn.show {
  transform: rotate(90deg);
}

.info-wrapper .intro .show-btn img {
  height: 100%;
  width: 100%;
  transform: rotate(0deg);
}

.info-wrapper .intro .value {
  height: 100%;
  display: block;
  line-height: 1.5;
  width: 98%;
  white-space: initial;
}

.info-wrapper .intro .value.show {
  height: 1.5em;
}

.info-wrapper .info-box {
  display: flex;
  justify-content: space-between;
}

.info-wrapper .info-box .intro {
  width: 60%;
}

.info-wrapper .info-box .intro label {
  font-weight: bold;
}

.info-wrapper .info-box .resources-msg-box {
  width: 38%;
  position: absolute;
  right: -12px;
}

.info-wrapper .info-box .resources-msg-box .msg-item {
  line-height: 1.5;
}

.info-wrapper .info-box .resources-msg-box .msg-item .tag {
  margin-bottom: 8px;
  cursor: pointer;
  float: left;
  background: #4597d3;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
}

.info-wrapper .info-box .resources-msg-box .msg-item.series .tag {
  background-color: #3da3e1;
}

.info-wrapper .info-box .resources-msg-box .msg-item.type .tag {
  background-color: #ffc107;
}

.info-wrapper .info-box .resources-msg-box .msg-item.is-tag .tag {
  background-color: #518b57;
}

.info-wrapper .info-box .resources-msg-box .msg-item.keyword .tag {
  background-color: #99864c;
}

.info-wrapper .tip {
  font-size: .18rem;
  color: #333;
  margin: 16px 0;
}

.info-wrapper .info-list {
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.info-wrapper .info-list .info-item {
  float: left;
  width: 33%;
  padding-right: 20px;
  margin-top: 18px;
  font-size: .16rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-wrapper .info-list .info-item.summary {
  position: relative;
  display: flex;
  width: 100%;
}

.info-wrapper .info-list .info-item.summary .show-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
}

.info-wrapper .info-list .info-item.summary .show-btn.show {
  transform: rotate(90deg);
}

.info-wrapper .info-list .info-item.summary .show-btn img {
  height: 100%;
  width: 100%;
  transform: rotate(0deg);
}

.info-wrapper .info-list .info-item.summary .value {
  height: 100%;
  display: block;
  line-height: 1.5;
  width: 98%;
  white-space: initial;
}

.info-wrapper .info-list .info-item.summary .value.show {
  height: 1.5em;
}

.info-wrapper .info-list .info-item .value:empty::before {
  content: '--';
}

.file-list {
  margin-bottom: 34px;
}

.main-list {
  width: 100%;
  padding: 24px 15px 24px 15px;
}

.main-list .list-title {
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.main-list .swiper-btn-wrap {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.main-list .button-next, .main-list .button-prev {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #F1E7E7;
  color: #C44A4A;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.main-list .button-next.swiper-button-disabled, .main-list .button-prev.swiper-button-disabled {
  opacity: .7;
  cursor: not-allowed;
}

.main-list .button-prev:before {
  position: absolute;
  top: 8px;
  left: 5px;
  transform: rotate(90deg);
}

.main-list .button-next {
  margin-left: 40px;
}

.main-list .button-next:before {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(-90deg);
}

.main-list .swiper-list {
  position: relative;
}

.main-list .list .item {
  cursor: pointer;
  font-size: 16px;
  width: 20%;
  padding: 0 9px;
}

.main-list .list .item .item-wrap {
  width: 100%;
  background: #F2F2F2;
}

.main-list .list .item .img-box {
  width: 100%;
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  position: relative;
}

.main-list .list .item .img-box .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-list .list .item .img-box .img-wrap .image-slot {
  width: 100%;
  height: 100%;
}

.main-list .list .item .img-box .img-wrap img {
  width: 100%;
  height: 100%;
}

.main-list .list .item .img-box .img-wrap:hover .img {
  transform: scale(1.2);
}

.main-list .list .item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.main-list .list .item .tag {
  position: absolute;
  right: 0;
  top: 0;
  background: #d43e45;
  color: #fff;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  z-index: 1;
}

.main-list .list .item .tag.text {
  background-color: #fa0;
}

.main-list .list .item .file-head {
  display: flex;
}

.main-list .list .item .file-head .title {
  display: block;
  width: 100%;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .18rem;
  margin-bottom: 16px;
}

.main-list .list .item .file-info {
  padding: 16px 16px 12px;
  height: 135px;
}

.main-list .list .item .size {
  display: block;
  font-size: .16rem;
  color: #333;
}

.main-list .list .item .duration {
  display: block;
  font-size: .16rem;
  color: #333;
  margin-bottom: 16px;
}

.main-list .list .item .file-format {
  display: block;
  font-size: .16rem;
  color: #333;
}

.preview-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.preview-wrap.show {
  display: block;
}

.preview-wrap .viewer-backdrop {
  background: none;
}

.preview-wrap .close-btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  z-index: 10;
}

.preview-wrap .mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.preview-wrap .player-box {
  /* position: absolute; */
  position: relative;
  /* width: 70%; */
  width: 100%;
  height: 100%;
  /* top: 50%; */
  /* left: 25%; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: translateY(-50%); */
}

.player-main {
  position: relative;
  width: 70%;
}

.preview-wrap .player-wrap {
  width: 100%;
  padding-bottom: 56.25%;
}

.preview-wrap .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview-wrap .video {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preview-wrap .img-preview {
  width: 100%;
  height: 100%;
}

.preview-wrap .img-preview .img {
  display: none;
}

.preview-wrap .img-preview .viewer-prev, .preview-wrap .img-preview .viewer-next, .preview-wrap .img-preview .viewer-play {
  display: none;
}

.preview-wrap .pdf-preview {
  width: 100%;
  height: 100%;
  position: relative;
}

.preview-wrap .pdf-preview .toolbar {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 50px;
  line-height: 50px;
  top: 0;
  background: #000;
  display: flex;
  justify-content: center;
  color: #fff;
}

.preview-wrap .pdf-preview .toolbar .page-group {
  height: 100%;
  padding-left: 30px;
  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;
  margin-right: 10px;
}

.preview-wrap .pdf-preview .toolbar .page-group .page-btn {
  font-size: 12px;
  line-height: 22px;
  padding: 0 8px;
  cursor: pointer;
  margin: 0;
  border-radius: 4px;
  background: #5d5959;
  border: 1px solid #f9f9f9;
  margin: 0 5px;
}

.preview-wrap .pdf-preview .toolbar .page-group .page-btn.disable {
  color: #bbb;
  cursor: not-allowed;
  background: #656363;
  border-color: #bbb;
}

.preview-wrap .pdf-preview .toolbar .page-group .page-counter {
  min-width: 70px;
  text-align: center;
}

.preview-wrap .pdf-preview .toolbar .page-group .toolbar-split {
  padding: 8px 0;
  width: 1px;
  background-color: #f0f0fe;
  z-index: 99;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.preview-wrap .pdf-wrap {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
  height: 100%;
}

.preview-wrap .pdf-wrap .scroll-wrap {
  width: calc(100% + 15px);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.preview-wrap #document-pdf {
  width: 100%;
}

.preview-wrap #document-pdf > div {
  width: 100% !important;
}
