pre {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.page_learn_plan {
  padding: 0 !important;
  overflow-x: hidden;
}

.page_learn_plan .banner {
  width: 100%;
  height: 446px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner {
    height: 180px;
  }
}

.page_learn_plan .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(70deg, #000D2C, rgba(0, 13, 44, 0.38), transparent);
}

.page_learn_plan .banner .plan_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 67px;
  color: #F5F5F5;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 135px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner .plan_title {
    bottom: 10px;
    font-size: 30px;
  }
}

.page_learn_plan .banner .plan_title::before {
  content: "";
  width: 54px;
  height: 6px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner .plan_title::before {
    top: -2px;
  }
}

.page_learn_plan .content_detail_box .title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.page_learn_plan .content_detail_box .title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .plan_desc {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.page_learn_plan .content_detail_box .plan_desc .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.page_learn_plan .content_detail_box .consultant_member {
  width: 78.125%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .consultant_member {
    width: 90%;
  }
}

.page_learn_plan .content_detail_box .consultant_member .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel {
  padding-top: 40px;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .tabs {
  width: 340px;
  background: #ffffff;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .consultant_member .member_box_panel .tabs {
    width: 100%;
  }
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .tabs .tab {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  height: 36px;
  color: #121212;
  opacity: 1;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .tabs .tab.active, .page_learn_plan .content_detail_box .consultant_member .member_box_panel .tabs .tab:hover {
  background-color: #0B308D;
  color: #ffffff;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box {
  margin-top: 25px;
  margin-bottom: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box.show_person {
  pointer-events: all;
  opacity: 1;
  position: static;
  transform: inherit;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item {
  flex-direction: column;
  align-items: flex-start;
  width: 355px;
  padding: 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .avar img {
  width: 100%;
  object-fit: cover;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_name {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_mechanism {
  padding: 5px 8px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #0B308D;
  font-size: 14px;
  font-weight: 400;
  color: #0B308D;
  margin-bottom: 8px;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_des {
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  color: #7B7B7B;
  opacity: 1;
  overflow-y: scroll;
  height: 130px;
  box-sizing: border-box;
  margin: 0 21px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 {
    flex-wrap: wrap;
  }
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item {
  width: 22%;
  margin-right: 3%;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item {
    width: 42%;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_title_sub_box {
  margin-bottom: 30px;
}

.page_learn_plan .content_detail_box .source_box .learn_title_sub_box .learn_title_sub {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.page_learn_plan .content_detail_box .source_box .learn_title_sub_box .learn_title_sub::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg, #EEF5FC 0%, #0B308D 100%);
  opacity: 0.2;
  border-radius: 5px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel {
  margin-top: 0;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .learn_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .learn_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .learn_title_sub_box {
  margin-bottom: 30px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .learn_title_sub_box .learn_title_sub {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .learn_title_sub_box .learn_title_sub::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg, #EEF5FC 0%, #0B308D 100%);
  opacity: 0.2;
  border-radius: 5px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .tabs {
  width: 440px;
  height: auto;
  background: #ffffff;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .tabs {
    width: 100%;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .tabs .tab {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  height: 36px;
  color: #121212;
  opacity: 1;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .tabs .tab.active, .page_learn_plan .content_detail_box .source_box .learn_pannel .tabs .tab:hover {
  background-color: #0B308D;
  color: #ffffff;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box {
  position: relative;
  width: 100%;
  height: 435px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box.book_box {
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box {
    height: auto;
  }
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box.book_box {
    height: auto;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list {
  width: 87.125%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity linear 0.2s;
  overflow-x: scroll;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list.padding_side {
  padding: 0 3%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list.padding_side {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list {
    flex-direction: column;
    width: 100%;
    left: 0;
    transform: translateX(0px);
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list.show_person {
  pointer-events: all;
  opacity: 1;
  position: static;
  transform: inherit;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list.show_person {
    position: static;
    width: auto;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item {
  min-width: 20%;
  max-width: 20%;
  height: 366px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 25px;
  margin-left: 4%;
}

@media screen and (max-width: 1440px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item {
    height: 387px;
    width: 22%;
  }
}

@media screen and (max-width: 1300px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item {
    height: 387px;
    width: 22%;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    min-width: auto;
    max-width: none;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .avar img {
  width: 100%;
  object-fit: cover;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .person_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-top: 14px;
  margin-bottom: 8px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .person_mechanism {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 14px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .person_des {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #7B7B7B;
  opacity: 1;
  overflow-y: scroll;
  height: 130px;
  box-sizing: border-box;
  padding: 0 11px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .person_item .person_des {
    width: 100%;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .books_items_box {
  padding: 0 5%;
  padding-right: 4%;
  max-height: 560px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .books_items_box {
    max-height: 1000px;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .books_items_box.open_panel {
  height: auto;
  max-height: initial;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items {
  width: 100%;
  flex-wrap: wrap;
  transition: all linear 0.2s;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item {
  width: 47%;
  height: 238px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-right: 5%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item:nth-child(2n) {
    margin-left: 0;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_fm {
  width: 162px;
  height: 238px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_fm {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_fm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info {
  flex: 1;
  height: 238px;
  box-sizing: border-box;
  padding: 20px 27px 14px 25px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info {
    padding: 20px 20px;
  }
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #121212;
  opacity: 1;
  line-height: 1;
  text-align: left;
  margin-bottom: 15px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #121212;
  opacity: 1;
  line-height: 1;
  margin-bottom: 10px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info .label .link {
  color: #0B308D;
  text-decoration: underline !important;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items .book_item .book_info .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #7B7B7B;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .book_items.open_panel {
  height: auto;
  max-height: initial;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .open_more {
  width: 128px;
  height: 36px;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #707070;
  opacity: 1;
  text-align: center;
  margin: 0  auto;
  cursor: pointer;
  margin-top: 20px;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .open_more::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url("../images/down_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 16px;
  transition: all linear 0.2s;
}

.page_learn_plan .content_detail_box .source_box .learn_pannel .person_box .person_list .open_more.has_open::after {
  transform: rotateZ(180deg);
}

.page_learn_plan .content_detail_box .source_box .paper_box {
  width: 100%;
  margin-bottom: 60px;
  background-color: transparent;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box {
    height: auto;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  padding-top: 60px;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container {
  padding-top: 0;
  background: none;
  background-size: 1320px 107px;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container {
  width: 70%;
  height: 392px;
  background: white;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  opacity: 1;
  border-radius: 10px 10px 10px 10px;
  transform: translateX(6%);
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container {
    width: 100%;
    transform: translateX(0px);
    height: auto;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .left_img_box {
  width: 40%;
  height: 312px;
  background: transparent;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  left: -11%;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .left_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .left_img_box {
    position: static;
    width: 100%;
    left: 0;
    transform: translateY(0px);
    margin-bottom: 28px;
    padding: 0 10px;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 71%;
  height: 312px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box {
    transform: none;
    position: relative;
    top: 0;
    width: 100%;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #0B308D;
  position: absolute;
  left: 50px;
  top: -10px;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .title_box {
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  color: #8495BF;
  opacity: 1;
  width: 100%;
  height: 52px;
  position: relative;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text {
  box-sizing: border-box;
  padding-left: 12%;
  padding-right: 50px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text {
    padding: 0 20px;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text .more_btn_list {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0B308D;
  opacity: 1;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 230px;
  overflow-y: scroll;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list {
    padding: 0 20px;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li {
  border-bottom: 1px solid #EDF0F5;
  padding: 0px 0;
  position: relative;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li::after {
  content: '';
  width: 314px;
  height: 0px;
  border-top: 2px solid #0B308D;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li::after {
    width: 50%;
  }
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_title_left {
  width: 88%;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  opacity: 1;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_numeber_read .num_top {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  opacity: 1;
  text-align: center;
}

.page_learn_plan .content_detail_box .source_box .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_numeber_read .num {
  font-size: 32px;
  font-family: Arial;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  text-align: center;
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 146px;
  background-size: 1320px 107px;
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  padding-top: 82px;
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  margin-top: 12px;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container {
  width: 1023px;
  height: 354px;
  background: #0B308D;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-134px);
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left {
  position: absolute;
  width: 954px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 47px;
  box-sizing: border-box;
  padding-top: 46px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 53px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_right {
  position: absolute;
  right: -177px;
  top: 50%;
  transform: translateY(-50%);
  width: 454px;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.page_learn_plan .content_detail_box .source_box ._fund_box2 .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .content_detail_box .source_box .about_web {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web {
    padding: 0 30px;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .about_web_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.page_learn_plan .content_detail_box .source_box .about_web .about_web_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box {
  justify-content: space-between;
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 69px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box {
    width: 100%;
    flex-wrap: wrap;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item {
  min-width: 18%;
  height: 94px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all linear 0.2s;
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:hover {
  border-color: #0B308D;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:last-child {
  margin: 0;
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(3n) {
  margin-right: 33px;
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(1) img {
  width: 68%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(1) img {
    width: 90%;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(2) img {
  width: 68%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(2) img {
    width: 40%;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(3) img {
  width: 16%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(3) img {
    width: 10%;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(4) img {
  width: 50%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(4) img {
    width: 20%;
  }
}

.page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(5) img {
  width: 30%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .source_box .about_web .web_box .web_item:nth-child(5) img {
    width: 20%;
  }
}

.page_learn_plan .content_detail_box .fund_box {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 55px;
  background-size: 73% 107px;
  margin-bottom: 116px;
}

.page_learn_plan .content_detail_box .fund_box .fund_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
}

.page_learn_plan .content_detail_box .fund_box .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .content_detail_box .fund_box .fund_container {
  width: 68%;
  height: 354px;
  background: #F1F5FF;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-60px);
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 47px;
  box-sizing: border-box;
  padding-top: 72px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_desc {
  width: 90%;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  color: #121212;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #0B308D;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0B308D;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 53px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_right {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .content_detail_box .fund_box .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.page_learn_plan .content_detail_box .fund_box .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ability_plan_page .detail_box_content {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content {
    width: 90%;
  }
}

.ability_plan_page .detail_box_content .blocks_1 {
  background: url("../images/talent-training-plan/img_bg_3.png") no-repeat center center;
  background-size: 100% 100%;
  height: 161px;
  box-sizing: border-box;
  padding: 0 80px;
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_1 {
    height: auto;
    background-size: cover;
    padding: 50px 30px;
  }
}

.ability_plan_page .detail_box_content .nav_box_imgs {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .nav_box_imgs {
    flex-wrap: wrap;
  }
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .nav_box_imgs .nav_item {
    margin-bottom: 30px;
  }
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_img {
  width: 130px;
  height: 130px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_img {
    width: 43.5px;
    height: 43.5px;
    margin-bottom: 10px;
  }
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_btn {
  width: 100%;
  padding: 6px 0;
  line-height: 45px;
  background: rgba(238, 245, 252, 0.39);
  opacity: 0.1;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  transition: all linear 0.2s;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_btn {
    font-size: 12px;
    padding: 6px 10px;
    line-height: 1;
  }
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_btn.active {
  background-color: #0B308D;
  color: #ffffff;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item .nav_btn::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  transition: all linear 0.2s;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:hover .nav_btn {
  background-color: #0B308D;
  color: #ffffff;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(1) .nav_btn {
  background-color: #F69A31;
  position: relative;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(1) .nav_btn::after {
  border-top: 10px solid #F69A31;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(3) .nav_btn {
  background-color: #1587CB;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(3) .nav_btn::after {
  border-top: 10px solid #1587CB;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(5) .nav_btn {
  background-color: #65387D;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(5) .nav_btn::after {
  border-top: 10px solid #65387D;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(7) .nav_btn {
  background-color: #0B308D;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(7) .nav_btn::after {
  border-top: 10px solid #0B308D;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(9) .nav_btn {
  background-color: #6248C1;
}

.ability_plan_page .detail_box_content .nav_box_imgs .nav_item:nth-child(9) .nav_btn::after {
  border-top: 10px solid #6248C1;
}

.ability_plan_page .detail_box_content .nav_box_imgs .arrow_img {
  width: 22px;
  height: 18px;
  margin-top: -77px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .nav_box_imgs .arrow_img {
    margin-right: 0px;
    margin-left: 0px;
    transform: scale(0.7);
    margin-top: -30px;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.ability_plan_page .detail_box_content .blocks_2 .title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.ability_plan_page .detail_box_content .blocks_2 .sub_title {
  font-size: 26px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 30px;
}

.ability_plan_page .detail_box_content .blocks_2 .sub_title::before {
  content: '';
  display: flex;
  width: 28px;
  height: 28px;
  background: url("../images/talent-training-plan/icon_rc.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
}

.ability_plan_page .detail_box_content .blocks_2 .sub_title.wyh::before {
  background: url("../images/talent-training-plan/icon_wy.png") no-repeat center center;
  background-size: 100% 100%;
}

.ability_plan_page .detail_box_content .blocks_2 .sub_title.px::before {
  background: url("../images/talent-training-plan/px.png") no-repeat center center;
  background-size: 100% 100%;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .block_title {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .block_title::after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, #EEF5FC 0%, #0B308D 100%);
  opacity: 0.2;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .block_detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-bottom: 30px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box {
  margin-top: 25px;
  margin-bottom: 40px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box.show_person {
  pointer-events: all;
  opacity: 1;
  position: static;
  transform: inherit;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box {
  flex-wrap: wrap;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item {
  flex-direction: column;
  align-items: flex-start;
  width: 355px;
  padding: 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px !important;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item .avar img {
  width: 100%;
  object-fit: cover;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item .person_name {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item .person_mechanism {
  padding: 5px 8px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #0B308D;
  font-size: 14px;
  font-weight: 400;
  color: #0B308D;
  margin-bottom: 8px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box .member_item .person_des {
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  opacity: 1;
  overflow-y: scroll;
  height: 100px;
  box-sizing: border-box;
  margin: 0 21px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box_2 .member_item {
  width: 32%;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box_2 .member_item {
    width: 47%;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .member_box_panel_2 .member_box .member_item_box_2 .member_item:nth-child(2) {
  margin: 0 2%;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .px_img {
  width: 905px;
  margin: 30px auto;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .px_img {
    width: 100%;
    height: auto;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .px_img img {
  width: 100%;
  height: 100%;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list {
  flex-wrap: wrap;
  align-items: flex-start;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list .lesson_item {
  width: 48%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #0B308D;
  box-sizing: border-box;
  padding: 18px 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list .lesson_item {
    width: 100%;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list .lesson_item .lesson_title {
  font-size: 18px;
  font-weight: 700;
  color: #0B308D;
  margin-bottom: 10px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list .lesson_item .lesson_items .item {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin: 0;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 {
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 {
    flex-wrap: wrap;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item {
  width: 32%;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #0B308D;
  box-sizing: border-box;
  padding: 18px 26px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
}

@media screen and (max-width: 1320px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item {
    min-height: 270px;
  }
}

@media screen and (max-width: 1250px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item {
    min-height: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item {
    width: 100%;
    height: auto;
    min-height: unset;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item .lesson_title {
  font-size: 18px;
  font-weight: 700;
  color: #0B308D;
  margin-bottom: 10px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_list_2 .lesson_item pre {
  margin-bottom: 0;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .zs_img {
  width: 300px;
  margin: 30px auto;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .zs_img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .ability_plan_page .detail_box_content .blocks_2 .block_content .zs_img {
    width: 80%;
    height: auto;
  }
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .go_education {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .go_education::before {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background: url("../images/talent-training-plan/collect.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 9px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .go_education .content {
  width: calc(100% - 24px);
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v .lesson_item {
  width: 23%;
  margin-right: 2%;
  height: 216px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v .lesson_item:nth-child(4n) {
  margin-right: 0;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v .lesson_item .img {
  width: 100%;
  height: 158px;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v .lesson_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ability_plan_page .detail_box_content .blocks_2 .block_content .lesson_items_v .lesson_item .lesson_title {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: calc(216px - 158px);
  box-sizing: border-box;
  padding: 0 20px;
}

.learn_materials_page {
  padding: 0 !important;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .learn_materials_page .swiper_box {
    display: none !important;
  }
}

.learn_materials_page .swiper_box .banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .swiper_box .banner img {
    height: auto;
  }
}

.learn_materials_page .swiper_box .dot_pc {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 45px;
  z-index: 9999;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .swiper_box .dot_pc {
    bottom: 20px;
  }
}

.learn_materials_page .swiper_box .dot_pc .dot_item {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin-right: 25px;
}

.learn_materials_page .swiper_box .dot_pc .dot_item:last-child {
  margin-right: 0;
}

.learn_materials_page .swiper_box .dot_pc .dot_item.active::after {
  opacity: 1;
}

.learn_materials_page .swiper_box .dot_pc .dot_item::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all linear 0.2s;
}

.learn_materials_page .swiper_box_mobile {
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  .learn_materials_page .swiper_box_mobile {
    display: none !important;
  }
}

.learn_materials_page .swiper_box_mobile .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.learn_materials_page .swiper_box_mobile .banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.learn_materials_page .learn_list {
  padding-top: 60px;
}

.learn_materials_page .learn_list .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.learn_materials_page .learn_list .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.learn_materials_page .learn_list .content {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  width: 71.11111%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .content {
    width: 90%;
  }
}

.learn_materials_page .learn_list .list_box {
  padding-bottom: 100px;
}

.learn_materials_page .learn_list .list_box .learn_item {
  width: 71.11111%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .list_box .learn_item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.learn_materials_page .learn_list .list_box .learn_item .info {
  width: calc(100% - 100px);
}

.learn_materials_page .learn_list .list_box .learn_item .info .title_info {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 1;
  width: 70%;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .list_box .learn_item .info .title_info {
    width: 60%;
  }
}

.learn_materials_page .learn_list .list_box .learn_item .info .time {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.learn_materials_page .learn_list .list_box .learn_item::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/learn-materis/go_link.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(90deg);
}

.learn_materials_page .learn_list .new_list_box {
  width: 71.11111%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box {
    width: 90%;
  }
}

.learn_materials_page .learn_list .new_list_box .group {
  margin-bottom: 20px;
}

.learn_materials_page .learn_list .new_list_box .group:last {
  margin-bottom: 0;
}

.learn_materials_page .learn_list .new_list_box .group .title_box {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  line-height: 1;
  cursor: pointer;
}

.learn_materials_page .learn_list .new_list_box .group .title_box .title_show {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  width: 80%;
}

.learn_materials_page .learn_list .new_list_box .group .title_box.open_list:after {
  transform: rotate(0deg);
}

.learn_materials_page .learn_list .new_list_box .group .title_box:after {
  content: "";
  display: flex;
  width: 16px;
  height: 11px;
  background: url("../images/learn-materis/more_icon.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: all linear 0.2s;
}

.learn_materials_page .learn_list .new_list_box .group .group_list {
  height: 0;
  padding-top: 10px;
  transition: all linear 0.2s;
  overflow: hidden;
}

.learn_materials_page .learn_list .new_list_box .group .group_list.open {
  height: auto;
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item {
  padding: 12.5px 0;
  cursor: pointer;
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .learn_title {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1;
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .learn_title {
    width: 50%;
    font-size: 14px;
  }
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show {
  font-size: 14px;
  font-weight: 350;
  color: #777777;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show {
    font-size: 12px;
  }
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/learn-materis/go_link.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(90deg);
  margin-left: 44px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show::after {
    margin-left: 10px;
  }
}

.learn_materials_page .learn_list .video_list_box {
  margin-bottom: 60px;
  margin-top: 32px;
}

.learn_materials_page .learn_list .video_list_box .video_list {
  width: 71.11111%;
  margin: 0 auto;
  height: 320px;
  overflow-y: hidden;
  flex-wrap: wrap;
  padding: 0 12%;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .video_list_box .video_list {
    width: 90%;
    padding: 0;
  }
}

.learn_materials_page .learn_list .video_list_box .video_list.open_video_list {
  height: auto;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 3%;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .video_list_box .video_list .video_item {
    width: 100%;
    margin-right: 0;
  }
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item:nth-child(3n) {
  margin-right: 0;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box {
  width: 100%;
  height: 200px;
  position: relative;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box .play_time {
  width: 100%;
  line-height: 41px;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-right: 15px;
  text-align: right;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info {
  box-sizing: border-box;
  padding: 20px;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info .v_title {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info .v_time {
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}

.learn_materials_page .learn_list .video_list_box .load_more {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 28px;
}

.learn_materials_page .learn_list .video_list_box .load_more::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url("../images/learn-materis/more_load.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.2s;
  margin-left: 3px;
}

.learn_materials_page .learn_list .video_list_box .load_more.has_open::after {
  transform: rotate(180deg);
}

.learn_materials_page .learn_list .web_view {
  width: 71.11111%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1300px) {
  .learn_materials_page .learn_list .web_view {
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .web_view {
    width: 90%;
    padding: 0;
    flex-direction: column;
  }
}

.learn_materials_page .learn_list .web_view .web_item {
  width: 20%;
  height: 384px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .web_view .web_item {
    width: 100%;
  }
}

.learn_materials_page .learn_list .web_view .web_item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.learn_materials_page .learn_list .web_view .web_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, #5C82E4 0%, #001447 100%);
}

.learn_materials_page .learn_list .web_view .content_web {
  flex-direction: column;
  position: absolute;
  justify-content: flex-start;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 58px;
  overflow: hidden;
  cursor: pointer;
}

.learn_materials_page .learn_list .web_view .content_web .circle {
  width: 41px;
  line-height: 41px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}

.learn_materials_page .learn_list .web_view .content_web .line_content {
  width: 1px;
  height: 65px;
  background: #ffffff;
  margin-bottom: 30px;
}

.learn_materials_page .learn_list .web_view .content_web .title_2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 80px;
  text-align: center;
  padding: 0 20px;
}

.learn_materials_page .learn_list .web_view .content_web .more_detail {
  padding: 0 14px;
  height: 38px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
}

.learn_materials_page .learn_list .web_view .content_web .more_detail::after {
  content: "";
  display: flex;
  width: 14px;
  height: 10px;
  background: url("../images/learn-materis/to_detail_right_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -500px;
  transition: all linear 0.2s;
  background-color: #0B308D;
  box-sizing: border-box;
  padding-top: 47px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .detail_title_content {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 27px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .detail_box {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .to_check {
  width: 103px;
  height: 38px;
  background: #F69A31;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 10%;
  bottom: 65px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .to_check::after {
  content: "";
  display: flex;
  width: 14px;
  height: 10px;
  background: url("../images/learn-materis/to_detail_right_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
}

.learn_materials_page .learn_list .web_view .content_web:hover .detail_content {
  bottom: 0;
}

.learn_materials_page .learn_list .case_list {
  overflow: hidden;
  margin-bottom: 85px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list {
    padding: 0 10px !important;
  }
}

.learn_materials_page .learn_list .case_list .list {
  margin-top: 43px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list {
    flex-direction: column;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 553px;
  height: 395px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case {
    margin-bottom: 30px;
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_mask.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .left_case .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case .pic {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .logo_ht {
  width: 330px;
  height: 10px;
  background: url("../images/home/logo_ht.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 60px;
  margin-left: 30px;
  opacity: 0;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .recomment_label {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  line-height: 36px;
  background: #FD9F2D;
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 14px;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .recomment_label::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 14px;
  height: 36px;
  background: url("../images/home/arrow_icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .desc_pic {
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 20px;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .desc_pic {
    margin-top: 20px;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .to_more {
  width: 146px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: #F5F5F5;
  opacity: 1;
  border-radius: 4px;
  font-weight: 400;
  color: #0B308D;
  opacity: 1;
  position: absolute;
  left: 50px;
  bottom: 36px;
}

.learn_materials_page .learn_list .case_list .list .right_case {
  margin-left: 19px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case {
    margin-left: 0px;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case {
  width: 553px;
  height: 188px;
  position: relative;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_3_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case img {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_img {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  margin: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 38px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_img {
    font-size: 20px;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_case {
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_case .desc_desc {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 1;
  padding-right: 38px;
  box-sizing: border-box;
}

.learn_materials_page .learn_list .case_list .list .right_case .bottom_case {
  margin-top: 17px;
}

.ji_jin_detail_page .ji_jin_detail {
  padding-top: 60px;
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 117px;
}

@media screen and (max-width: 1100px) {
  .ji_jin_detail_page .ji_jin_detail {
    width: 90%;
  }
}

.ji_jin_detail_page .ji_jin_detail .title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.ji_jin_detail_page .ji_jin_detail .title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.ji_jin_detail_page .ji_jin_detail .desc {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.ji_jin_detail_page .ji_jin_detail .block_content {
  margin-top: 30px;
}

.ji_jin_detail_page .ji_jin_detail .block_content .sub_title {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
}

.ji_jin_detail_page .ji_jin_detail .block_content .sub_title::after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, #EEF5FC 0%, #0B308D 100%);
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ji_jin_detail_page .ji_jin_detail .block_content .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.ji_jin_detail_page .ji_jin_detail .block_content .detail_content pre {
  margin: 0;
}

.crash_grand_page .cash_content {
  margin: 0 auto;
  margin-bottom: 80px;
}

.crash_grand_page .cash_content .block {
  width: 78.125%;
  margin: 0 auto;
}

.crash_grand_page .cash_content .block .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.crash_grand_page .cash_content .block .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.crash_grand_page .cash_content .block .detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-top: 30px;
  margin-bottom: 30px;
}

.crash_grand_page .cash_content .block .title_style {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  display: inline-flex;
  position: relative;
}

.crash_grand_page .cash_content .block .title_style::after {
  content: "";
  width: 97px;
  height: 10px;
  background: linear-gradient(180deg, #EEF5FC 0%, #0B308D 100%);
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 5px;
}

.crash_grand_page .cash_content .block .content_detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-bottom: 34px;
  margin-top: 20px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.crash_grand_page .cash_content .block.bg_color {
  box-sizing: border-box;
  width: 100%;
  padding: 48px 10.93%;
  background: linear-gradient(360deg, #F1F5FF 0%, #F7F9FF 100%);
}

.crash_grand_page .cash_content .block .apply_list {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .apply_list {
    flex-wrap: wrap;
  }
}

.crash_grand_page .cash_content .block .apply_list .arrow {
  width: 19px;
  height: 17px;
  background: url("../images/internation/arr_step.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .apply_list .arrow.hidden_mobild {
    display: none;
  }
}

.crash_grand_page .cash_content .block .apply_list .apply_item {
  width: 22%;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 22px;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .apply_list .apply_item {
    width: 42%;
    margin-bottom: 10px;
  }
}

.crash_grand_page .cash_content .block .apply_list .apply_item:before {
  content: "";
  width: 56px;
  height: 40px;
  background: url("../images/internation/st_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.crash_grand_page .cash_content .block .apply_list .apply_item:nth-child(3):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_2.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.crash_grand_page .cash_content .block .apply_list .apply_item:nth-child(5):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_3.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.crash_grand_page .cash_content .block .apply_list .apply_item:nth-child(7):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_4.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.crash_grand_page .cash_content .block .apply_list .apply_item .title_apply {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .apply_list .apply_item .title_apply {
    font-size: 16px;
  }
}

.crash_grand_page .cash_content .block .apply_list .apply_item .info_box {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .apply_list .apply_item .info_box {
    font-size: 12px;
  }
}

.crash_grand_page .cash_content .block .study_box {
  margin-top: 90px;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box {
    flex-wrap: wrap;
  }
}

.crash_grand_page .cash_content .block .study_box .left_box {
  width: 50%;
  height: 400px;
  background: url("../images/carsh_grant/circle_bg.png") no-repeat left center;
  background-size: 400px 400px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box .left_box {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box .left_box {
    background-size: 300px 300px;
  }
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box {
  width: 275px;
  background: #6891F6;
  border-radius: 40px 40px 40px 0px;
  opacity: 1;
  position: absolute;
  left: 260px;
  top: -83px;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box .left_box .inner_box {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box .left_box .inner_box {
    left: 200px;
    transform-origin: left bottom;
    transform: scale(0.8);
  }
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/carsh_grant/diandian.png") no-repeat center center;
  background-size: 100% 100%;
  left: 32px;
  top: 24px;
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/carsh_grant/diandian.png") no-repeat center center;
  background-size: 100% 100%;
  right: 21px;
  bottom: 24px;
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box .content_inner {
  width: 80%;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box .content_inner .title3 {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}

.crash_grand_page .cash_content .block .study_box .left_box .inner_box .content_inner .more {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.crash_grand_page .cash_content .block .study_box .right_box {
  width: 50%;
}

@media screen and (max-width: 1100px) {
  .crash_grand_page .cash_content .block .study_box .right_box {
    width: 100%;
  }
}

.crash_grand_page .cash_content .block .study_box .detail {
  margin-bottom: 0;
}

.crash_grand_page .cash_content .new_block {
  margin-bottom: 30px;
}

.__fund_box__ {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 55px;
  background-size: 73% 107px;
  margin-bottom: 116px;
}

.__fund_box__._inner_box_ {
  margin-bottom: 0;
  margin-top: 50px;
}

.__fund_box__._inner_box_ .fund_container {
  width: 92%;
}

@media screen and (max-width: 1100px) {
  .__fund_box__._inner_box_ .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.__fund_box__ .fund_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
}

.__fund_box__ .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.__fund_box__ .fund_container {
  width: 72%;
  height: 354px;
  background: #F1F5FF;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-60px);
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.__fund_box__ .fund_container .fund_left {
  position: absolute;
  width: calc(52% + 130px);
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 72px;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.__fund_box__ .fund_container .fund_left .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  opacity: 1;
}

.__fund_box__ .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.__fund_box__ .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.__fund_box__ .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.__fund_box__ .fund_container .fund_left .fund_desc {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  color: #121212;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.__fund_box__ .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #0B308D;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0B308D;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 30px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.__fund_box__ .fund_container .fund_right {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .__fund_box__ .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.__fund_box__ .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model_show {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.model_show .img {
  position: relative;
  width: 460px;
}

@media screen and (max-width: 1100px) {
  .model_show .img {
    width: 90%;
  }
}

.model_show .img img {
  width: 100%;
}

.model_show .close_btn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.model_show .close_btn::before {
  border-radius: 2px;
  transform-origin: center center;
  content: "";
  width: 80%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}

.model_show .close_btn::after {
  border-radius: 2px;
  transform-origin: center center;
  content: "";
  width: 80%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 17px;
  transform: rotate(45deg) translateX(-50%);
}
