@charset "UTF-8";
#acone-app {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/static/my_web/img/classroom/beijing.jpeg");
}
#acone-app main {
  width: 100%;
  /* vh是一种视窗高度单位，表示相对于视窗高度的百分比。95是header+footer高度 */
  min-height: calc(88vh - 0px);
}

.all_exam {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: #b9b9b9 0 0 6px 4px;
  margin-top: 90px;
  margin-bottom: 20px;
}
.all_exam .grade-test-category-box {
  background: url(/static/my_web/img/exam/exam_bg.png);
  min-height: 608px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}
.all_exam .grade-test-category-box .grade-test-category-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
}
.all_exam .grade-test-category-box .grade-test-category-title-box .grade-test-category-line {
  width: 61px;
  height: 28px;
}
.all_exam .grade-test-category-box .grade-test-category-title-box .grade-test-category-title-dark {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-left: 38px;
}
.all_exam .grade-test-category-box .grade-test-category-title-box .title-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
}
.all_exam .grade-test-category-box .grade-test-category-title-box .grade-test-category-title-blue {
  font-size: 35px;
  font-weight: 600;
  color: #2e8ae5;
  margin-right: 38px;
}
.all_exam .grade-test-category-box .grade-test-category-dash-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 28px;
}
.all_exam .grade-test-category-box .grade-test-category-dash-box hr {
  width: 75px;
}
.all_exam .grade-test-category-box .grade-test-category-dash-box .grade-test-category-dash-text {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
  margin: 0 20px;
}
.all_exam .grade-test-category-box .grade-test-category-item-box {
  width: 750px;
  margin-top: 49px;
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item {
  height: 140px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  cursor: pointer;
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item .grade-test-category-item-img-box {
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item .grade-test-category-item-img-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item .grade-test-category-item-img-box img {
  width: 107px;
  height: 107px;
  transition: all 0.3s;
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item .grade-test-category-item-img-box img:hover {
  transform: scale(1.1);
}
.all_exam .grade-test-category-box .grade-test-category-item-box .grade-test-category-carousel-item .grade-test-category-item .grade-test-category-item-title {
  font-size: 16px;
  text-align: center;
  color: rgb(46, 138, 229);
}
.all_exam .grade-test-category-box .level-test-box {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.all_exam .grade-test-category-box .level-test-box .level-test-item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #333;
  margin-right: 7px;
  margin-left: 20px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 160px;
  height: 48px;
  border-radius: 29px;
  font-size: 18px;
  justify-content: center;
}
.all_exam .grade-test-category-box .level-test-box .level-test-item a {
  width: 100%;
  height: 100%;
  padding-top: 9.5%;
}
.all_exam .grade-test-category-box .level-test-box .level-test-item a:hover {
  text-decoration: none;
  color: #ffffff;
}
.all_exam .grade-test-category-box .level-test-box .level-test-item:hover {
  background-color: #55a1ea;
  width: 160px;
  height: 48px;
  border-radius: 29px;
  font-size: 18px;
}

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