.paper-header {
  height: 43.0208vw;
  background-image: url(/assets/img/skin1/skin.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.report {
  padding: 4.1667vw 0 7.2917vw;
}

.report .flex-info {
  display: flex;
  align-items: flex-end;
}

.report .flex-info .info {
  width: 34.375vw;
  aspect-ratio: 660 / 390;
  padding: 4.1667vw 2.0833vw 1.5625vw;
  display: flex;
  flex-direction: column;
  background-color: #f4f5f7;
}

.report .flex-info .info .pubdate {
  padding-left: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
}

.report .flex-info .info .filename {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 37px;
  color: #000000;
}

.report .flex-info .info .filename .icon-file {
  width: 30px;
  aspect-ratio: 1 / 1;
  margin-right: 20px;
}

.report .flex-info .info .link {
  align-self: flex-end;
  width: fit-content;
  margin-top: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #4472c4;
  border-bottom: 1px solid #899bb9;
}

.report .flex-info .info .link::after {
  margin-left: 10px;
  content: "";
  width: 26px;
  height: 23px;
  background-image: url(/assets/img/download.png);
  background-size: 26px 23px;
  background-position: center;
  background-repeat: no-repeat;
}

.report .flex-info .poster {
  width: 52.0833vw;
  aspect-ratio: 1000 / 480;
  box-shadow: 0px 0px 50px 0px rgba(62, 58, 57, 0.5);
}

.category {
  background: #393939;
}

.category .swiper {
  height: clamp(70px, 7.2917vw, 140px);
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 18px;
}

.category .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 27px;
  color: #ffffff;
}

.filter {
  height: 180px;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .filter-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.filter .filter-search .date-picker-input {
  width: 200px;
  height: 40px;
  padding: 0 1em;
  border-radius: 4px;
  border: 1px solid #b2b2b2;
  background: url(/assets/img/icon-date-picker.png) 154px center no-repeat,
    linear-gradient(to right, #fff 128px, #000 128px);
  background-size: 20px 11px, cover;
  cursor: pointer;
}

.filter .filter-search .inp-keyword {
  width: 280px;
  height: 40px;
  padding: 0 1em;
  border-radius: 4px;
  border: 1px solid #b2b2b2;
}

.filter .filter-search .btn-search {
  width: 120px;
  height: 40px;
  background: #393939;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.result .list {
  margin-top: 3.125vw;
}

.result .list .item {
  display: flex;
  padding-bottom: 5.2083vw;
  border-bottom: 1px solid #cccccc;
}

.result .list .item:nth-child(n + 2) {
  margin-top: 3.125vw;
}

.result .list .item .img {
  overflow: hidden;
}

.result .list .item .img img {
  width: 20.3125vw;
  background: #cccccc;
  border-radius: 20px;
  aspect-ratio: 390 / 220;
}

.result .list .item .info {
  margin-left: 3.125vw;
  flex: 1;
}

.result .list .item .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 35px;
  color: #393939;
}

.result .list .item .desc {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 21px;
  color: #727272;
  line-height: 32px;
}

.result .list .item .props {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #5a676f;
}

.result .list .item .preview-download {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.result .list .item .preview-download a {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-size: 15px;
  color: #727272;
}

.result .list .item .preview-download a:hover {
  color: #0071bc;
}

.result .list .item .preview-download .btn-preview::before {
  margin-right: 4px;
  content: "";
  width: 13px;
  height: 11px;
  background-image: url(/assets/img/icon-preview.png);
  background-size: 13px 11px;
  background-repeat: no-repeat;
  background-position: center center;
}

.result .list .item .preview-download .btn-preview:hover::before {
  background-image: url(/assets/img/icon-preview-active.png);
}

.result .list .item .preview-download .btn-download::before {
  margin-right: 4px;
  content: "";
  width: 11px;
  height: 12px;
  background-image: url(/assets/img/icon-download.png);
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.result .list .item .preview-download .btn-download:hover::before {
  background-image: url(/assets/img/icon-download-active.png);
}
