.objectivePoints[data-v-6952e9da] {
  width: 1200px;
  margin: auto;
}
.nav_box[data-v-6952e9da] {
  background-color: white;
  padding: 12px 0 8px;
}
.nav_box .nav[data-v-6952e9da] {
  width: 1200px;
  margin: auto;
  font-size: 14px;
  color: #505050;
  line-height: 20px;
}
.nav_box .nav a[data-v-6952e9da] {
  color: #505050;
}
.nav_box .nav div[data-v-6952e9da] {
  margin-right: 40px;
}
.nav_box .nav div p[data-v-6952e9da] {
  width: 20px;
  height: 3px;
  background: #2f6aff;
  border-radius: 2px;
  margin: 3px auto 0;
  opacity: 0;
}
.nav_box .nav .active[data-v-6952e9da] {
  color: #2F6AFF;
  font-weight: bold;
}
.nav_box .nav .active p[data-v-6952e9da] {
  opacity: 1;
}
.crumbs[data-v-6952e9da] {
  padding: 16px 0 0;
  display: flex;
  font-size: 14px;
  color: #282828;
}
.crumbs a[data-v-6952e9da] {
  color: #a0a0a0;
  line-height: 20px;
}
.crumbs img[data-v-6952e9da] {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.left_box[data-v-6952e9da] {
  width: 826px;
  margin-right: 16px;
}
.left_box .study_nav[data-v-6952e9da] {
  margin: 0 0 8px;
  flex-wrap: wrap;
}
.left_box .study_nav .item[data-v-6952e9da] {
  width: 265px;
  height: 80px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  padding: 20px 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.left_box .study_nav .item .item_icon[data-v-6952e9da] {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.left_box .study_nav .item .item_num[data-v-6952e9da] {
  font-size: 14px;
  text-align: right;
  color: #a0a0a0;
  line-height: 20px;
  margin-right: 12px;
}
.left_box .study_nav .item .forward_icon[data-v-6952e9da] {
  width: 16px;
  height: 16px;
}
.title[data-v-6952e9da] {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #282828;
  line-height: 20px;
  border-left: 4px #2F6AFF solid;
  padding-left: 12px;
}
.list[data-v-6952e9da] {
  flex-wrap: wrap;
  margin-top: 16px;
}
.right_box[data-v-6952e9da] {
  width: 358px;
}
.right_box .card_box[data-v-6952e9da] {
  width: 358px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 0;
  box-sizing: border-box;
}
.right_box .card_box .name[data-v-6952e9da] {
  height: 20px;
  font-size: 12px;
  margin-left: 8px;
  line-height: 20px;
  background-color: #2F6AFF;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  padding: 0 8px;
}
.right_box .card_box .schedule_box[data-v-6952e9da] {
  padding: 24px 16px 10px;
}
.right_box .card_box .schedule_box .schedule_item[data-v-6952e9da] {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px #DDECFF solid;
  position: relative;
}
.right_box .card_box .schedule_box .schedule_item .ring[data-v-6952e9da] {
  position: absolute;
  left: -10px;
  top: -10px;
}
.right_box .card_box .schedule_box .schedule_item[data-v-6952e9da]:nth-child(2) {
  border: 10px #FEE4DF solid;
}
.right_box .card_box .schedule_box .schedule_item[data-v-6952e9da]:nth-child(3) {
  border: 10px #FFF7E1 solid;
}
.right_box .card_box .record_item[data-v-6952e9da]:nth-of-type(3) {
  border: none;
}
.num_list[data-v-6952e9da] {
  padding: 20px 16px 0;
}
.num_list .num_item[data-v-6952e9da] {
  width: 58px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #787878;
  line-height: 40px;
}
.num_list .num_item_active[data-v-6952e9da] {
  border: 1px solid #2F6AFF;
  background: #2F6AFF;
  color: white;
}
.modal[data-v-6952e9da] {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_top_bg[data-v-6952e9da] {
  width: 560px;
  height: 140px;
  background: url(//img.cdeledu.com/ADVC/2024/0824/2432ff14d20a9e96-0.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  justify-content: center;
}
.modal .modal_list_box[data-v-6952e9da] {
  background: white;
  border-radius: 0 0 16px 16px;
}
.modal .modal_list_box .modal_title[data-v-6952e9da] {
  font-size: 16px;
  font-weight: bold;
  color: #282828;
  line-height: 22px;
  padding: 24px 0 14px 32px;
}
.modal .modal_list_box .modal_list[data-v-6952e9da] {
  padding: 0 32px;
}
.modal .modal_list_box .modal_list div[data-v-6952e9da] {
  width: 112px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 21px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #787878;
  line-height: 38px;
}
.modal .modal_list_box .modal_list .active[data-v-6952e9da] {
  background: #2F6AFF;
  border: 1px solid #2F6AFF;
  color: white;
}
.modal .modal_list_box .excess[data-v-6952e9da] {
  margin-top: 12px;
  height: 20px;
  background: linear-gradient(180deg, #ffffff 50%, #f5f5f5);
}
.modal .modal_list_box .modal_bottom[data-v-6952e9da] {
  padding: 32px 0;
}
.modal .modal_list_box .modal_bottom div[data-v-6952e9da] {
  width: 320px;
  height: 46px;
  background: #2f6aff;
  border-radius: 6px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.modal .close_img[data-v-6952e9da] {
  width: 34px;
  height: 34px;
  margin: 20px auto 0;
  background: #B4B4B4;
  border-radius: 50%;
}
.forward_icon[data-v-6952e9da] {
  width: 16px;
  height: 16px;
}
.txt_red[data-v-6952e9da] {
  color: #FF4646;
}
.txt_orange[data-v-6952e9da] {
  color: #E2B17C;
}
.txt_blue[data-v-6952e9da] {
  color: #2F6AFF !important;
}

