<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fileModular {
  display: flex;
  justify-content: space-between;
}
.fileModular .fileAreaTitle {
  padding-left: 0;
  font: 20px/80px "Source Han Sans CN", sans-serif;
  color: #333;
  font-weight: bold;
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fileModular .fileAreaTitle span {
  display: flex;
  align-items: center;
}
.fileModular .fileAreaTitle span .title-icon {
  display: block;
  height: 20px;
  margin-left: 8px;
}
.fileModular .fileAreaTitle .more-btn {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.fileModular .fileModularLeft {
  width: calc(100% - 420px);
}
.fileModular .fileModularLeft .newestFile {
  padding: 0;
}
.fileModular .fileModularLeft .newestFile .newestFileList {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.fileModular .fileModularLeft .newestFile .newestFileList img {
  display: block;
  width: 22px;
  height: 26px;
  margin-right: 13px;
}
.fileModular .fileModularLeft .newestFile .newestFileList .zl-name {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.fileModular .fileModularLeft .newestFile .newestFileList .zl-name:hover {
  color: #08e;
}
.fileModular .fileModularLeft .newestFile .newestFileList em {
  display: block;
  width: 52px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #08e;
  font: 12px/24px "Source Han Sans CN", sans-serif;
  text-align: center;
  color: #08e;
  margin-left: 20px;
}
.fileModular .fileModularLeft .newestFile .newestFileList em:hover {
  background: #08e;
  color: #fff;
  cursor: pointer;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList {
  width: 180px;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList .cover {
  display: block;
  width: 100%;
  height: 112px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList em {
  white-space: normal;
  font: 16px/24px "Source Han Sans CN", sans-serif;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  text-align: left;
  margin-bottom: 17px;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList .count {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  text-align: right;
  padding: 0;
  font-size: 14px;
  color: #999;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList .count i {
  font-style: normal;
  margin-left: 10px;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList:nth-child(4n) {
  margin-right: 0;
}
.fileModular .fileModularLeft .recommendFile .recommendFileList:hover em {
  color: #08e;
}
.fileModular .fileModularRight {
  width: 380px;
  padding: 0;
  margin-left: 40px;
}
.fileModular .fileModularRight .content .code-content {
  width: 100%;
  height: 145px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 22px;
}
.fileModular .fileModularRight .content .code-content .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.fileModular .fileModularRight .content .code-content .code {
  display: block;
  position: absolute;
  width: 125px;
  height: 125px;
  background: #fff;
  right: 20px;
  top: 10px;
}
.fileModular .fileModularRight .content .code-content .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.fileModular .fileModularRight .content ul li {
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  justify-content: space-between;
}
.fileModular .fileModularRight .content ul li span {
  display: block;
  width: 20px;
  text-align: center;
  margin-right: 12px;
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.fileModular .fileModularRight .content ul li span img {
  display: block;
  width: 100%;
  height: 20px;
}
.fileModular .fileModularRight .content ul li a {
  display: flex;
  align-items: center;
  width: calc(100% - 43px);
}
.fileModular .fileModularRight .content ul li a i {
  display: block;
  width: calc(100% - 32px);
  font-style: normal;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileModular .fileModularRight .content ul li em {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #FF9900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fileModular .fileModularRight .content ul li::before {
  display: none;
}
.fileModular .fileModularRight .content ul li:nth-child(1) em {
  background: #fe3434;
}
.fileModular .fileModularRight .content ul li:nth-child(2) a span {
  color: #F5423D;
}
.fileModular .fileModularRight .content ul li:nth-child(2) em {
  background: #FF721F;
}
.fileModular .fileModularRight .content ul li:nth-child(3) a span {
  color: #FF721F;
}
.fileModular .fileModularRight .content ul li:nth-child(3) em {
  background: #FF721F;
}
.fileModular .fileModularRight .content ul li:nth-child(4) a span {
  color: #FF9D00;
}
.fileModular .fileModularRight .content ul li:nth-child(4) em {
  background: #FF721F;
}
.fileModular .fileModularRight .content ul li:hover a i {
  color: #08e;
}
</pre></body></html>