/*弹框*/
.stay_turned {
  width: 400px;
  height: 240px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: auto;
  border-radius: 10px;
}
.stay_turned .tips_detail {
  margin: 40px 0 20px;
  font-size: 18px;
}
.stay_turned .tips_confirm {
  background: #c90000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}

.stay_turned .tips_title {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
.stay_turned .tips_content {
  text-align: center;
}
/**名师讲课**/

.famous_lecturer_item {
  width: 580px;
  background: #fff;
  padding: 16px 10px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #333;
}
.lecturer_info {
  margin-left: 50px;
  font-size: 14px;
}
.lecturer_avatar {
  width: 160px;
  /*height: 214px;*/
}
.lecturer_name {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
.lecturer_certificate {
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
}
.lecturer_certificate,
.lecturer_position,
.lecturer_brief {
  margin-top: 10px;
}
.lecturer_brief {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
}
.audition_btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #c90000;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 16px;
  display: block;
}

/*初级课程班次*/
.buy_course {
  background: #fff;
}
.buy_course_tip {
  color: #c10000;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border: 2px solid #c10000;
  font-weight: bold;
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
/*课程列表*/
.recommend_course {
  margin: 30px 0 20px;
}
.recommend_course .course_item {
  width: 25%;
}
.course_label {
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-weight: bold;

  font-style: italic;
  background: #d00000;
  font-size: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.course_info {
  width: 256px;
  height: 316px;
  background:
    linear-gradient(
      0deg,
      rgba(255, 222, 227, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  padding: 42px 20px 30px;
  position: relative;
  bottom: 28px;
  color: #333;
  margin: 0 auto;
}
.course_detail {
  margin-left: 10px;
}
.course_info .course_icon {
  width: 40px;
  height: 39px;
}
.course_info .course_type {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
}
.course_info .course_brief {
  font-size: 12px;
  line-height: 2;
  margin: 10px 0;
  height: 72px;
}

.course_info .origin_price {
  text-decoration: line-through;
  font-size: 12px;
  margin-top: 30px;
}
.course_info .discounted_pirce {
  margin-top: 8px;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.course_info .discounted_pirce .price_font {
  color: #d00000;
  font-size: 24px;
}
.buy_course_btn {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c90000;
  color: #fff;
  border-radius: 10px;
  margin: 12px auto 0;
  cursor: pointer;
}

/*为什么需要考初级会计职称*/
.certificate_effect {
  background: #f6f6f6;
}
.module_bg {
  width: 100%;
  background: url(../../imgs/pre-exam_education/exam_process_bg.png) no-repeat
    center;
}
/*四大课程特色*/
.course_feature {
  background: #fff;
}

/*考试时间流程*/
.exam_process_title {
  color: #c10000;
  font-size: 18px;
  font-weight: 700;
  width: 484px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border: 2px solid #c10000;
  margin: 10px auto 20px;
}
.time_process {
  margin-top: 50px;
}
.time_process .process_item {
  width: 249px;
  height: 79px;

  padding: 12px 40px;
  color: #fff;
  background: url(../../imgs/pre-exam_education/process_center.png) no-repeat
    center;
}
.time_process .process_item:first-child {
  padding: 12px 20px;
  background: url(../../imgs/pre-exam_education/process_start.png) no-repeat
    center;
}
.time_process .process_item:last-child {
  padding: 12px 40px;
  background: url(../../imgs/pre-exam_education/process_end.png) no-repeat
    center;
}
.process_item .process_item_title {
  font-size: 22px;
  font-weight: 700;
}
.process_item .process_item_instr {
  font-size: 14px;
  margin-top: 4px;
}
/*免费题库*/
.question_list {
  margin: 50px 0 40px;
}
.question_item {
  width: 33.33%;
  justify-content: space-evenly;
  align-items: flex-end;
  border-right: 1px solid #d4d4d4;
}
.question_item:last-child {
  border-right: none;
}
.question_item .question_title {
  color: #cd0000;
  font-size: 18px;
  font-weight: 700;
}
.question_item .question_info {
  color: #333;
  font-size: 14px;
}
.question_brief {
  margin-top: 10px;
  line-height: 1.5;
}

.question_item .question_btn {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c90000;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
/*源和大成快讯*/
.yh_information {
  background: #fff;
  padding-bottom: 30px;
}
.information_list {
  margin-top: 10px;
}
.information_item {
  font-size: 16px;
  color: #333;
  padding: 8px 0;
  cursor: pointer;
}
.information_item:hover {
  color: #c10202;
}
.information_item .information_title {
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**温馨提示*/
.reminder_list {
  margin-top: 30px;
}
.reminder_list .reminder_item {
  font-size: 16px;
  padding: 6px 0;
  color: #333;
}
