.page_unit {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #9be561;
  padding-bottom: 30px;
  width: 100%;
}
.page_unit .content {
  margin: 0 12px;
}
.page_unit .header {
  position: relative;
  display: flex;
  align-items: center;
}
.page_unit .header img {
  width: 100%;
}
.page_unit .header .header_text {
  margin-top: 30px;
  text-align: left;
  position: absolute;
  z-index: 10;
}
.page_unit .header .header_text .text {
  word-break: break-all;
  max-width: 220px;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  color: #307a12;
}
.page_unit .header .title {
  margin: 4px 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  color: #307a12;
}
.page_unit .header .unit {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  border-radius: 99px;
  padding: 0 12px;
  color: #307a12;
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
  border: 0.5px solid #307a12;
}
.page_unit .unit_box {
  padding-bottom: 36px;
  margin-top: -6px;
  background-color: #fff;
  position: relative;
  padding: 60px 20px 36px 20px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px 0px rgba(89, 161, 32, 0.4), inset 0px -10px 5px 0px #cff0b6;
}
.page_unit .unit_box .unitBg {
  position: absolute;
  left: 50%;
  width: 80px;
  top: 6px;
  transform: translate(-50%, -50%);
}
.page_unit .unit_box .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.page_unit .unit_box .title span {
  color: #ff6633;
}
.page_unit .unit_box .triangle {
  text-align: center;
  margin: 4px 0 20px 0;
}
.page_unit .unit_box .triangle img {
  width: 18px;
}
.page_unit .unit_box .target_box {
  padding: 26px 4px;
  background: #f7fced;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page_unit .unit_box .target_box .book {
  position: absolute;
  right: 20px;
  bottom: 27px;
}
.page_unit .unit_box .target_box .target_item {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.page_unit .unit_box .target_box .target_item .target_left .target_header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_unit .unit_box .target_box .target_item .target_left .target_header img {
  width: 33px;
  height: 33px;
  margin-right: 6px;
}
.page_unit .unit_box .target_box .target_item .target_left .target_header .text {
  text-align: left;
  min-width: 70px;
  font-size: 14px;
}
.page_unit .unit_box .target_box .target_item .target_left .course_box {
  display: flex;
  align-items: center;
}
.page_unit .unit_box .target_box .target_item .target_left .course_box .num {
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  color: #ff6633;
  font-size: 26px;
  margin-right: 4px;
}
.page_unit .unit_box .target_box .target_item .target_left .course_box .text {
  font-size: 12px;
  color: #4e5969;
}
.page_unit .unit_box .target_box .target_item .target_right {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 2px;
  background: #e5e6eb;
  transform: translate(0, -50%);
}
.page_unit .unit_box .target_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_unit .unit_box .target_bottom .bottom_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 31%;
  padding: 17px 0;
  border-radius: 16px;
  margin-top: 3.5%;
}
.page_unit .unit_box .target_bottom .bottom_item .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.page_unit .unit_box .target_bottom .bottom_item .top .text_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_unit .unit_box .target_bottom .bottom_item .top .text_box .percentage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page_unit .unit_box .target_bottom .bottom_item .top .text_box .percentage .value {
  color: #1d2129;
  font-weight: 700;
  font-size: 16px;
}
.page_unit .unit_box .target_bottom .bottom_item .top .text_box .percentage .per {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 2px;
}
.page_unit .unit_box .target_bottom .bottom_item .rate {
  color: #4e5969;
  font-size: 12px;
}
.page_unit .situation {
  position: relative;
  margin-top: 48px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(89, 161, 32, 0.4), inset 0px -10px 5px 0px #cff0b6;
  padding: 50px 20px 48px 20px;
}
.page_unit .situation .pic {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
.page_unit .situation .target_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_unit .situation .target_bottom .bottom_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f8fa;
  width: 31%;
  padding: 22px 0;
  border-radius: 16px;
  margin-top: 3.5%;
}
.page_unit .situation .target_bottom .bottom_item .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.page_unit .situation .target_bottom .bottom_item .top .text_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_unit .situation .target_bottom .bottom_item .top .text_box .percentage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page_unit .situation .target_bottom .bottom_item .top .text_box .percentage .value {
  color: #1d2129;
  font-weight: 700;
  font-size: 16px;
}
.page_unit .situation .target_bottom .bottom_item .top .text_box .percentage .per {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 2px;
}
.page_unit .situation .target_bottom .bottom_item .rate {
  color: #4e5969;
  font-size: 12px;
}
.page_unit .situation .work_box {
  margin: 32px 0 20px 0;
}
.page_unit .situation .work_box .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.page_unit .situation .work_box .triangle {
  text-align: center;
  margin: 4px 0 20px 0;
}
.page_unit .situation .work_box .triangle img {
  width: 18px;
}
.page_unit .situation .cors_box {
  width: 100%;
}
.page_unit .situation .cors_box .cors_item {
  margin-bottom: 16px;
}
.page_unit .situation .cors_box .cors_item .title {
  text-align: left;
  font-size: 16px;
  color: #272e3b;
}
.page_unit .situation .cors_box .cors_item .progress_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_unit .situation .cors_box .cors_item .progress_box .progress_value {
  width: 100%;
}
.page_unit .situation .cors_box .cors_item .progress_box .value {
  text-align: left;
  width: 15%;
  margin-left: 10px;
  font-size: 16px;
  color: #272e3b;
}
.page_unit .horse {
  position: relative;
  margin-top: 48px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(89, 161, 32, 0.4), inset 0px -10px 5px 0px #cff0b6;
  padding: 60px 20px 48px 20px;
}
.page_unit .horse .pic {
  position: absolute;
  width: 225px;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
.page_unit .horse .horse_box {
  width: 100%;
}
.page_unit .horse .horse_box .box_item {
  padding: 20px 12px;
  border-radius: 11px;
  background: #f6fafe;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_unit .horse .horse_box .box_item .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 22px;
}
.page_unit .horse .horse_box .box_item .horse_item {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.page_unit .horse .horse_box .box_item .horse_item .horse_left {
  text-align: center;
  width: 130px;
  padding: 0 8px;
  height: 23px;
  line-height: 23px;
  border-radius: 67px;
  background: #81c730;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.page_unit .horse .horse_box .box_item .horse_item .qualified_box {
  width: 110px;
  min-width: 100px;
  margin: 0 0px 0 15px;
}
.page_unit .horse .horse_box .box_item .horse_item .qualified_box img {
  width: 22px;
  margin-left: 13px;
}
.page_unit .horse .horse_box .box_item .horse_item .qualified_box img:first-child {
  margin-left: 0;
}
.page_unit .horse .horse_box .box_item .horse_item .start {
  font-size: 12px;
  min-width: 50px;
}
.page_unit .study_box {
  position: relative;
  margin-top: 48px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(89, 161, 32, 0.4), inset 0px -10px 5px 0px #cff0b6;
  padding: 75px 20px 48px 20px;
}
.page_unit .study_box .pic {
  position: absolute;
  width: 225px;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
.page_unit .study_box .RadarChart {
  display: flex;
  justify-content: center;
  position: relative;
}
.page_unit .study_box .RadarChart .module_box {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 10;
}
.page_unit .study_box .RadarChart .module_box .positionOne {
  width: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -20px;
}
.page_unit .study_box .RadarChart .module_box .positionTwo {
  width: 55px;
  right: -40px;
  top: 40px;
}
.page_unit .study_box .RadarChart .module_box .positionThree {
  width: 55px;
  right: -30px;
  bottom: 10px;
}
.page_unit .study_box .RadarChart .module_box .positionFour {
  width: 55px;
  left: -30px;
  bottom: 10px;
}
.page_unit .study_box .RadarChart .module_box .positionFive {
  width: 55px;
  left: -40px;
  top: 40px;
}
.page_unit .study_box .RadarChart .module_box .position_item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_unit .study_box .RadarChart .module_box .position_item .posi_title {
  font-size: 12px;
  color: #272e3b;
}
.page_unit .study_box .RadarChart .module_box .position_item .posi_value {
  font-size: 18px;
  font-weight: bold;
  color: #33cc33;
}
.page_unit .teacher_box {
  position: relative;
  margin-top: 48px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(89, 161, 32, 0.4), inset 0px -10px 5px 0px #cff0b6;
  padding: 68px 20px 20px 20px;
}
.page_unit .teacher_box .pic {
  position: absolute;
  width: 225px;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
.page_unit .teacher_box .misunder_box .misunder_item {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 2px dashed #e5e6eb;
}
.page_unit .teacher_box .misunder_box .misunder_item .left {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_unit .teacher_box .misunder_box .misunder_item .left img {
  width: 56px;
}
.page_unit .teacher_box .misunder_box .misunder_item .left .text {
  font-size: 16px;
  font-weight: bold;
  color: #272e3b;
}
.page_unit .teacher_box .misunder_box .misunder_item .right .text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #272e3b;
  margin-bottom: 2px;
  line-height: 22px;
}
.page_unit .teacher_box .misunder_box .misunder_item .right .value {
  word-break: break-all;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #6b7785;
}
.page_unit .teacher_box .misunder_box .misunder_item_last {
  border-bottom: 0px dashed #e5e6eb;
}
.page_unit .QR {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_unit .QR .QRImg {
  padding: 10px 10px 5px 10px;
  border-radius: 7px;
  background: #fff;
}
.page_unit .QR .QRImg img {
  width: 80px;
  height: 80px;
}
.page_unit .QR .detail {
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  margin-top: 6px;
}
.picHeader {
  position: absolute;
  left: 50%;
  top: -8px;
  height: 42px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.picHeader .left {
  margin-right: -2px;
}
.picHeader .right {
  margin-left: -2px;
}
.picHeader img {
  height: 42px;
}
.picHeader .title {
  white-space: nowrap;
  padding: 0 5px;
  height: 42px;
  line-height: 42px;
  background-image: linear-gradient(to bottom, #ffdd00, #ffaa00);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.page_unit_chinese {
  background-color: #f5d3ac !important;
}
.page_unit_chinese .unit_box {
  box-shadow: 0px 5px 8px 0px rgba(153, 97, 0, 0.32), inset 0px -10px 5px 0px #F5DCB0;
}
.page_unit_chinese .unit_box .target_box {
  background: #FFF6EC;
}
.page_unit_chinese .situation,
.page_unit_chinese .horse,
.page_unit_chinese .study_box,
.page_unit_chinese .teacher_box {
  box-shadow: 0px 5px 8px 0px rgba(153, 97, 0, 0.32), inset 0px -10px 5px 0px #F5DCB0;
}

