@charset "UTF-8";
#acone-app {
  width: 100%;
  min-height: calc(87.2vh - 0px);
}

.el-message--success {
  top: 20px !important;
}

.el-message-box {
  width: 70%;
}

.el-message__icon {
  font-size: 1.1rem;
}

.file_all {
  justify-content: center;
  width: 70%;
  padding-top: 50px;
  border-radius: 5px;
}
.file_all .tishi {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}
.file_all .title_head {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.file_all .file_table {
  width: 100%;
  margin: 0 auto; /* 将左右边距设置为auto */
  margin-top: 40px;
  border-spacing: 1px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #a0b1c5;
  margin-bottom: 20px;
}
.file_all .file_table thead {
  color: #333;
  font-weight: 600;
  height: 50px;
  background-color: white;
}
.file_all .file_table thead tr {
  height: 40px;
}
.file_all .file_table thead tr th:first-child {
  padding-left: 30px;
  text-align: left;
}
.file_all .file_table tbody tr {
  height: 50px;
  font-size: 14px;
  transition: all 0.3s;
}
.file_all .file_table tbody tr td {
  text-align: left;
  padding-left: 30px;
  line-height: 34px !important;
  vertical-align: middle;
}
.file_all .file_table tbody tr td img {
  width: 25px;
  padding-right: 7px;
  vertical-align: middle;
}
.file_all .file_table tbody tr td a:hover {
  cursor: pointer;
}
.file_all .file_table tbody tr .select input {
  cursor: pointer;
}
.file_all .file_table tbody tr .tags i {
  margin-right: 5px;
  padding: 0 5px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  height: 20px;
  display: inline-flex;
  align-items: center;
}
.file_all .file_table tbody tr .tags i:nth-child(4n) {
  background-color: #ff9800;
}
.file_all .file_table tbody tr .tags i:nth-child(4n+1) {
  background-color: #dd6161;
}
.file_all .file_table tbody tr .tags i:nth-child(4n+2) {
  background-color: #26c6da;
}
.file_all .file_table tbody tr .tags i:nth-child(4n+3) {
  background-color: #3a8ee6;
}
.file_all .file_table tbody tr .tags i:last-child {
  margin-right: 0;
}
.file_all .file_table tbody tr:nth-of-type(odd) {
  background-color: #f6f7fa;
}
.file_all .file_table tbody tr:nth-of-type(odd):hover {
  background-color: #e3e6ee;
}
.file_all .file_table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.file_all .file_table tbody tr:nth-of-type(even):hover {
  background-color: #eceff5;
}

.pager {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pager > li {
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e3e5e7;
  transition: all 0.3s;
  margin-right: 10px;
  padding: 0 10px;
}
.pager > li:last-child {
  margin-right: 0;
}
.pager > li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.pager > li:hover {
  background-color: #e3e5e7;
}
.pager > li:hover a {
  color: #18191c;
}
.pager > li.active {
  background-color: #2e8ae5;
}
.pager > li.active a {
  color: white;
}

.oj_submission:hover {
  text-decoration: underline;
  font-weight: bold;
}

/*# sourceMappingURL=download.css.map */
