@charset "UTF-8";
/* 通用样式开始 */
.col-2 {
  display: flex;
}
.old_type .col-2,
.mobile_type .col-2 {
  display: block;
}
.old_type .col-2 > *,
.mobile_type .col-2 > * {
  width: 100% !important;
  margin: 0 !important;
}
.old_type .col-2 > *:first-of-type,
.mobile_type .col-2 > *:first-of-type {
  margin-top: 0 !important;
}

.old_type .col-2 > * {
  margin-top: 50px !important;
}

.mobile_type .col-2 > * {
  margin-top: 6.4vw !important;
}

.a-hover a:hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover:hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover-container:hover .hover {
  color: #007aea !important;
  color: var(--theme-color) !important;
}

.hover-btn:hover {
  box-shadow: rgba(102, 102, 102, 0.4) 0 0 0.4rem;
  transform: scale(1.02);
}

/* 通用样式结束 */
header .zcwjzl-logo span::before {
  content: "其他文件库";
}

.main-content > *:first-child {
  min-width: 350px;
}

/* 文件字号开始 */
.wjzh-container {
  display: flex;
  align-items: center;
}
.wjzh-container > div {
  flex: 1;
}
.wjzh-container > div:first-of-type {
  flex: 1.15;
}
.wjzh-container > div.el-select {
  flex: 0.7;
}
.wjzh-container > span {
  margin: 0.5rem;
  font-size: 1.25rem;
}

/* 文件字号结束 */