<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media only screen and (min-width: 992px) {
  .full-show-container {
    background-color: #000 !important;
  }
}

/********************************** 项目中样式 *********************************/

.full-show-container {
  height: 100vh;
  width: 100%;
  background-color: #000;
}

.full-show-container .full-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.full-show-container .full-slider .full-slider_img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.full-show-container .full-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-show-container .full-txt {
  max-height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.64103rem;
  padding-bottom: 2.13675rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.68376rem;
  color: #ffffff;
  line-height: 0.96154rem;
  overflow: hidden;
}

.full-show-container .full-txt .title {
  padding: 0.32051rem 0 0.21368rem 0;
  word-break: break-all;
  overflow: hidden;
}

.full-show-container .full-txt .content {
  color: rgba(255, 255, 255, 0.6);
  overflow: auto;
  max-height: 4.48717rem;
}

.preview-tips {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/*修改滚动条样式*/

.content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  /**/
}

.content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}

.content::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 2px;
}

.content::-webkit-scrollbar-corner {
  background: #bfbfbf;
}</pre></body></html>