@charset "UTF-8";
.el-message--success {
  top: 20px !important;
}

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

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

#acone-app {
  min-height: calc(88vh - 0px);
  background-attachment: fixed;
  background-image: url("/static/my_web/img/exam/exam_bg.png");
}

.content {
  width: 1100px;
  border-radius: 5px;
}
.content .all_problem {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: #b9b9b9 0 0 6px 4px;
  min-height: 608px;
  margin-bottom: 40px;
  margin-top: 90px;
}
.content .all_problem .title {
  text-align: center;
  justify-content: center;
  padding-top: 10px;
}
.content .all_problem .title .grade-test-category-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.content .all_problem .title .grade-test-category-title-box .grade-test-category-line {
  width: 61px;
  height: 28px;
}
.content .all_problem .title .grade-test-category-title-box .grade-test-category-title-dark {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-left: 38px;
}
.content .all_problem .title .grade-test-category-title-box .title-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
}
.content .all_problem .title .grade-test-category-title-box .grade-test-category-title-blue {
  font-size: 35px;
  font-weight: 600;
  color: #2e8ae5;
  margin-right: 38px;
}
.content .all_problem .title .input-group {
  display: flex;
  justify-content: center;
}
.content .all_problem .title .input-group input {
  height: 30px;
  border-radius: 5px;
  max-width: 480px;
  width: 480px;
  padding-left: 10px;
  border: 1px solid #cccccc;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.08);
}
.content .all_problem .title .input-group input:focus {
  -webkit-box-shadow: 0 0 10px #ccc; /*点击input 外阴影*/
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  outline: 0; /*去掉默认谷歌点击input边框显示蓝色  */
  background: #fff; /*input内背景为白色*/
  border: 1px solid #66afe9;
}
.content .all_problem .title .input-group input::placeholder {
  color: #999999;
  opacity: 1;
  font-size: 14px;
}
.content .all_problem .title .input-group button {
  border: none;
  outline: none;
}
.content .all_problem .title .input-group button:hover {
  cursor: pointer;
}
.content .all_problem .title .input-group button img {
  width: 23px;
  border: none;
}
.content .all_problem .title .key-words {
  margin-top: 15px;
  padding: 0 100px;
}
.content .all_problem .title .key-words span {
  padding: 0 10px;
  font-family: "宋体"; /*使用字体*/
  color: #4e5969;
}
.content .all_problem .title .key-words span:hover {
  cursor: pointer;
  color: #66afe9;
  text-shadow: 0px 0px 1px #fff, 0px 0px 8px #91bb8d, 0px 0px 16px #91bb8d, 0px 0px 32px #91bb8d, 0px 0px 64px;
  filter: brightness(1);
}
.content .all_problem .line {
  margin: auto;
  width: 97%;
  height: 1px;
  background: #eee;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content .all_problem .problem_table {
  width: 98%;
  margin: auto;
}
.content .all_problem .problem_table thead {
  height: 35px;
  color: #333668;
}
.content .all_problem .problem_table thead tr th {
  text-align: left;
}
.content .all_problem .problem_table thead tr th:nth-child(6) {
  text-align: left;
  width: 60px;
}
.content .all_problem .problem_table thead tr th:nth-child(7) {
  text-align: right;
  padding-right: 10px;
  width: 50px;
}
.content .all_problem .problem_table tbody {
  justify-content: center;
  align-items: center;
}
.content .all_problem .problem_table tbody tr {
  border-top: 1px solid #dddddd;
  height: 44px;
}
.content .all_problem .problem_table tbody tr td div .problem-algorithm-tag-field-item {
  margin-bottom: 3px;
  color: #505050;
  font-size: 12px;
  padding: 2.5px 12px 2.5px 12px;
  background: #f4f4f4;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  display: inline-block;
}
.content .all_problem .problem_table tbody tr td:first-child {
  width: 15px;
  padding: 11px 12px;
}
.content .all_problem .problem_table tbody tr td:first-child img {
  width: 20px;
  display: table-cell;
}
.content .all_problem .problem_table tbody tr td:nth-child(3) a {
  font-size: 14px;
  color: #337ab7;
}
.content .all_problem .problem_table tbody tr td:nth-child(3) a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #23527c;
}
.content .all_problem .problem_table tbody tr td:nth-child(5) a {
  font-size: 14px;
  color: #505050;
  padding-right: 5px;
}
.content .all_problem .problem_table tbody tr td:nth-child(6) {
  text-align: left;
  max-width: 60px;
  font-size: 13.5px;
}
.content .all_problem .problem_table tbody tr td:nth-child(7) {
  text-align: right;
  padding-right: 10px;
  width: 50px;
}
.content .all_problem .problem_Pagination {
  padding-top: 30px;
  min-height: 60px;
  width: 98%;
  text-align: right;
}

.label-success {
  background-color: #5cb85c;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.pager {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.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;
}

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