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

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

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

#acone-app {
  width: 100%;
  background-attachment: fixed;
  background-image: url("/static/my_web/img/exam/exam_bg.png");
}
#acone-app main {
  width: 100%;
  /* vh是一种视窗高度单位，表示相对于视窗高度的百分比。95是header+footer高度 */
  min-height: calc(80vh - 0px);
}
#acone-app main .content {
  width: 1250px;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#acone-app main .content .left {
  width: 69%;
}
#acone-app main .content .left .task-info-wrap ul {
  justify-content: space-between;
  display: flex; /* 使用flexbox布局 */
  margin-bottom: 10px;
}
#acone-app main .content .left .task-info-wrap ul li {
  width: 32%;
  height: 110px;
  border-radius: 12px;
  margin: auto; /* 设置列表项之间的间隔 */
  float: left; /* 使li元素水平浮动 */
  display: flex; /* 使用flexbox布局 */
  justify-content: space-between;
  box-shadow: #b9b9b9 0 0 6px 4px;
}
#acone-app main .content .left .task-info-wrap ul li div:first-child {
  width: 40%;
  align-items: center;
  display: flex;
}
#acone-app main .content .left .task-info-wrap ul li div:first-child img {
  padding-left: 50px;
}
#acone-app main .content .left .task-info-wrap ul li div:last-child {
  width: 60%;
  text-align: center;
  align-items: center;
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  margin-right: 8%;
}
#acone-app main .content .left .task-info-wrap ul li div:last-child span:first-child {
  font-size: 30px;
  margin: auto;
  margin-bottom: 0;
  color: white;
}
#acone-app main .content .left .task-info-wrap ul li div:last-child span:last-child {
  font-size: 16px;
  margin: auto;
  margin-top: 0;
  color: white;
}
#acone-app main .content .left .work_list {
  margin-top: 20px;
}
#acone-app main .content .left .work_list .title h2 {
  font-weight: 400;
  padding-left: 15px;
}
#acone-app main .content .left .work_list .title .switch_work_category span {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  transition: all 0.3s;
}
#acone-app main .content .left .work_list .title .switch_work_category span:hover {
  color: #409eff;
}
#acone-app main .content .left .work_list .title .switch_work_category span[active] {
  color: #409eff;
}
#acone-app main .content .left .work_list .title .switch_work_category span[type] {
  color: #409eff;
}
#acone-app main .content .left .work_list .title .switch_work_category span:last-child {
  padding-right: 0;
}
#acone-app main .content .left .work_list .body ul .panel-week span:nth-child(2) {
  float: right;
}
#acone-app main .content .left .work_list .body ul .center-block {
  display: none;
}
#acone-app main .content .left .work_list .body ul .center-block .panel-problems .panel-body .row .col-sm-2 span {
  color: #778899;
}
#acone-app main .content .right {
  width: 29%;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #f0f0f0;
}
#acone-app main .content .right .gonggao {
  margin-bottom: 12px;
}
#acone-app main .content .right .gonggao a {
  color: #707070;
}
#acone-app main .content .right .gonggao a span {
  color: #707070;
}
#acone-app main .content .right .gonggao a:hover {
  color: #59A6FF;
  cursor: pointer;
  background-color: #f5f5f5;
}
#acone-app main .content .right .gonggao .body {
  font-size: 14px;
  padding: 5px 10px;
  background-color: white;
  border-radius: 0;
}
#acone-app main .content .right .gonggao .body:last-child {
  border-radius: 0 0 5px 5px;
}
#acone-app main .content .right .gonggao .body div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#acone-app main .content .right .gonggao .body:last-child {
  padding-bottom: 10px;
}
#acone-app main .content .right .ac_ranking {
  margin-bottom: 12px;
}
#acone-app main .content .right .ac_ranking .body {
  padding: 7px 10px 7px 10px;
  border-radius: 0 0 5px 5px;
}
#acone-app main .content .right .ac_ranking .body > div {
  display: flex;
  font-size: 14px;
  padding: 3px;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(1) .index {
  background-color: #fe2d46;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(2) .index {
  background-color: #ff6600;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(3) .index {
  background-color: #faa90e;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(4) .index {
  background-color: #27ae60;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(5) .index {
  background-color: #3498db;
}
#acone-app main .content .right .ac_ranking .body > div:nth-child(6) .index {
  background-color: #9b59b6;
}
#acone-app main .content .right .ac_ranking .body > div .index {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  color: #333333;
  background-color: #f0f1f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#acone-app main .content .right .ac_ranking .body > div p {
  width: 28%;
  color: #5a5a5a;
  margin: 0 0 0 1px;
}
#acone-app main .content .right .ac_ranking .body > div .num {
  white-space: pre;
}
#acone-app main .content .right .site-info {
  width: 100%;
  margin-bottom: 12px;
  background-color: #f2f9ff;
  border-radius: 5px;
}
#acone-app main .content .right .site-info .body {
  padding: 5px 10px 10px 10px;
}
#acone-app main .content .right .site-info .body .item {
  margin-bottom: 5px;
}
#acone-app main .content .right .site-info .body .item b {
  font-size: 13px;
  color: #707070;
}
#acone-app main .content .right .site-info .body .item span {
  font-size: 13px;
  color: #707070;
}
#acone-app main .content .right .oj_info {
  margin-bottom: 12px;
}
#acone-app main .content .right .oj_info .body {
  font-size: 14px;
  padding: 5px 10px;
  background-color: white;
  border-radius: 0;
}
#acone-app main .content .right .oj_info .body:last-child {
  border-radius: 0 0 5px 5px;
}
#acone-app main .content .right .oj_info .body div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#acone-app main .content .right .oj_info .body:last-child {
  padding-bottom: 10px;
}
#acone-app main .content .right .exam_info {
  margin-bottom: 12px;
}
#acone-app main .content .right .exam_info .body {
  font-size: 13.5px;
  padding: 5px 10px;
  background-color: white;
  border-radius: 0;
  color: #7F8C9C;
}
#acone-app main .content .right .exam_info .body:last-child {
  border-radius: 0 0 5px 5px;
}
#acone-app main .content .right .exam_info .body div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#acone-app main .content .right .exam_info .body:last-child {
  padding-bottom: 10px;
}

.buttom {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}
.buttom:first-child {
  margin-top: 15px;
}
.buttom .exam_content > li {
  width: 100%;
  height: 110px;
  display: flex;
  transition: all 0.3s;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.buttom .exam_content > li:last-child {
  margin-bottom: 25px;
}
.buttom .exam_content > li .left_img {
  width: 11%;
  padding-top: 0;
  border-right: 1px solid #cfd5da;
  border-radius: 0;
  display: flex;
}
.buttom .exam_content > li .left_img img {
  margin: auto;
  width: 70%;
  display: inline;
}
.buttom .exam_content > li .right_info {
  width: 76%;
  padding: 15px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.buttom .exam_content > li .right_info .contest_head {
  display: flex;
}
.buttom .exam_content > li .right_info .contest_head .head_left p {
  font-size: 18px;
  font-weight: 600;
  color: #2e8ae5;
  margin: 0 0 7px;
}
.buttom .exam_content > li .right_info .contest_head .head_right {
  margin-left: 20px;
}
.buttom .exam_content > li .right_info .contest_head .head_right img {
  padding-top: 3px;
  width: 12px;
  display: inline;
}
.buttom .exam_content > li .right_info .examinees {
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.buttom .exam_content > li .right_info .exam_info {
  font-size: 14px;
  color: #777;
}
.buttom .exam_content > li .right_info .exam_info span {
  margin-right: 10px;
  font-size: 13px;
}
.buttom .exam_content > li .right-random {
  width: 85%;
  background-color: #c0e6d8;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.buttom .exam_content > li .right-random p {
  font-size: 13px;
}
.buttom .exam_content > li .right-random p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #815ba4;
}
.buttom .exam_content > li .right-random .examinees {
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttom .exam_content > li .right-random .exam_info {
  font-size: 14px;
  color: #777;
}
.buttom .exam_content > li .right-random .exam_info span {
  margin-right: 10px;
  font-size: 13px;
}
.buttom .exam_content > li .begin {
  width: 13%;
  display: flex;
  align-items: center;
  border-left: 1px solid #cfd5da;
}
.buttom .exam_content > li .begin img {
  height: 60%;
  margin: auto;
  transition: all 0.3s;
}
.buttom .exam_content > li .begin img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.buttom .exam_content > li:hover {
  box-shadow: #FF6600 0 0 3px 2px;
  border-radius: 5px;
}

.user_ranking {
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: #b9b9b9 0 0 6px 4px;
  border-radius: 5px;
}
.user_ranking .jiang_pin {
  display: flex;
  width: 60%;
  margin-left: 10px;
}
.user_ranking .jiang_pin .jiangpin_img {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.user_ranking .jiang_pin .jiangpin_img img {
  width: 120px;
  border-radius: 5px;
  transition: all 0.5s;
  z-index: 21;
}
.user_ranking .jiang_pin .jiangpin_img img:hover {
  transform: scale(2.8);
}
.user_ranking .jiang_pin .jiang_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_ranking .jiang_pin .jiang_info .wenzi_info {
  margin-left: 10px;
}
.user_ranking .jiang_pin .jiang_info .wenzi_info p {
  margin: 0 0 1px 0;
  color: #777777;
}
.user_ranking .user_rankinfo {
  width: 19%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-items: center;
}
.user_ranking .user_rankinfo .rank_img {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.user_ranking .user_rankinfo .rank_img img {
  width: 25px;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p {
  margin: 0 0 1px 8px;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p img {
  width: 25px;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p:nth-child(1) {
  color: #777777;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p:nth-child(2) {
  color: #3498DB;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p:nth-child(3) {
  color: #E95C10;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p:nth-child(4) {
  color: #54CC71;
}
.user_ranking .user_rankinfo .user_score .wenzi_info p:nth-child(5) {
  color: #777777;
}

.file_table {
  width: 100%;
  border-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid #a0b1c5;
}
.file_table thead {
  color: #333;
  font-weight: 400;
  height: 40px;
  background-color: white;
}
.file_table thead tr {
  height: 40px;
}
.file_table thead tr th {
  text-align: center;
}
.file_table tbody tr {
  height: 40px;
  font-size: 14px;
  transition: all 0.3s;
}
.file_table tbody tr td {
  text-align: center;
  line-height: 34px !important;
  vertical-align: middle;
}
.file_table tbody tr td img {
  width: 30px;
  padding-right: 7px;
  vertical-align: middle;
}
.file_table tbody tr td a {
  color: #3a8ee6;
}
.file_table tbody tr td a:hover {
  cursor: pointer;
}
.file_table tbody tr .select input {
  cursor: pointer;
}
.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_table tbody tr .tags i:nth-child(4n) {
  background-color: #ff9800;
}
.file_table tbody tr .tags i:nth-child(4n+1) {
  background-color: #dd6161;
}
.file_table tbody tr .tags i:nth-child(4n+2) {
  background-color: #26c6da;
}
.file_table tbody tr .tags i:nth-child(4n+3) {
  background-color: #3a8ee6;
}
.file_table tbody tr .tags i:last-child {
  margin-right: 0;
}
.file_table tbody tr:nth-of-type(odd) {
  background-color: #f6f7fa;
}
.file_table tbody tr:nth-of-type(odd):hover {
  background-color: #e3e6ee;
}
.file_table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.file_table tbody tr:nth-of-type(even):hover {
  background-color: #eceff5;
}

.oj_table {
  width: 100%;
  border-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid #a0b1c5;
}
.oj_table thead {
  color: #333;
  font-weight: 400;
  height: 30px;
  background-color: white;
}
.oj_table thead tr {
  height: 25px;
}
.oj_table thead tr th:first-child {
  width: 45%;
  padding-left: 5px;
  text-align: left;
}
.oj_table tbody tr {
  height: 33px;
  font-size: 14px;
  transition: all 0.3s;
}
.oj_table tbody tr td {
  text-align: left;
  padding-left: 5px;
  line-height: 34px !important;
  vertical-align: middle;
}
.oj_table tbody tr td:first-child {
  width: 45%;
}
.oj_table tbody tr:nth-of-type(odd) {
  background-color: #f6f7fa;
}
.oj_table tbody tr:nth-of-type(odd):hover {
  background-color: #e3e6ee;
}
.oj_table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.oj_table tbody tr:nth-of-type(even):hover {
  background-color: #eceff5;
}

.class_hour_table {
  width: 100%;
  border-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid #a0b1c5;
}
.class_hour_table table {
  width: 100%;
}
.class_hour_table table thead {
  color: #333;
  font-weight: 400;
  height: 30px;
  background-color: white;
}
.class_hour_table table thead tr {
  height: 25px;
}
.class_hour_table table thead tr th:first-child {
  width: 30%;
  padding-left: 5px;
  text-align: left;
}
.class_hour_table table tbody tr {
  height: 33px;
  font-size: 14px;
  transition: all 0.3s;
}
.class_hour_table table tbody tr td {
  text-align: left;
  line-height: 34px !important;
  vertical-align: middle;
}
.class_hour_table table tbody tr td:first-child {
  width: 30%;
}
.class_hour_table table tbody tr:nth-of-type(odd) {
  background-color: #f6f7fa;
}
.class_hour_table table tbody tr:nth-of-type(odd):hover {
  background-color: #e3e6ee;
}
.class_hour_table table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.class_hour_table table tbody tr:nth-of-type(even):hover {
  background-color: #eceff5;
}

.card .title {
  border-radius: 5px 5px 0 0;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F0EEEE;
  padding: 0 20px 0 10px;
  background-color: white;
  color: #707070;
}
.card .title h2 {
  font-size: 20px;
}
.card .title > div a {
  font-size: 14px;
}
.card .body {
  padding: 10px 20px 10px 20px;
  background-color: white;
  border-radius: 0 0 5px 5px;
}

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