html {
  overflow-x: auto;
  --edit-theme: #242387;
}
.edit-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.edit-wrap {
  max-width: 1426px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}
@media (max-width: 768px) {
  .edit-wrap {
    width: 92%;
  }
}
.edit-container-medium {
  width: 1202px;
  margin-left: auto;
  margin-right: auto;
}
.edit-container-max {
  width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
.edit-container-min {
  width: 1019px;
  margin-left: auto;
  margin-right: auto;
}
.edit-process-container {
  width: 1256px;
  margin-left: auto;
  margin-right: auto;
}
.edit-fc-container {
  max-width: none !important;
  width: 1356px;
  margin-left: auto;
  margin-right: auto;
}
.pro-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 121px;
  padding-bottom: 130px;
}
.pro-wrap .pro-title-box .title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  margin-bottom: 30px;
  text-align: center;
}
.pro-wrap .pro-title-box .desc {
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2e3340;
  text-align: center;
  line-height: 2.0625;
  word-break: break-all;
}
.pro-wrap .list-area {
  margin-top: calc(141px - 9px);
}
.pro-wrap .list-area .title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 53px;
}
.pro-wrap .list-area .list {
  display: flex;
  justify-content: space-between;
}
.pro-wrap .list-area .list .item {
  width: 30.416%;
  background: #f8fcff;
  box-shadow: 0px 15px 29px 1px rgba(35, 51, 173, 0.1);
  border-radius: 8px;
  border: 2px solid;
  border-image: linear-gradient(45deg, #ffffff, #fbfdff) 10 10;
  padding-top: 51px;
  padding-left: 30px;
  padding-right: 31px;
  padding-bottom: 72px;
  transition: 0.45s ease;
}
.pro-wrap .list-area .list .item:hover .text h5 {
  color: var(--edit-theme);
}
.pro-wrap .list-area .list .item:hover .text p {
  color: var(--edit-theme);
}
.pro-wrap .list-area .item .icon {
  margin-bottom: 23px;
  width: 107px;
  height: 106px;
  margin-left: auto;
  margin-right: auto;
  transform-origin: center center;
  transition: all 0.45s ease;
}
.pro-wrap .list-area .item .icon img {
  display: block;
  transition: 0.45s ease;
}
.pro-wrap .list-area .list .item .text h5 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #102041;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 21.5px;
}
.pro-wrap .list-area .list .item .text p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3e414a;
  line-height: 2;
  word-break: break-all;
  text-align: justify;
}
.edit-kc-wrap {
  padding-top: 98px;
  padding-bottom: 89px;
}
.edit-kc-wrap .kc-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  line-height: 1;
  text-align: center;
  margin-bottom: 62px;
}
.edit-kc-wrap .kc-intro {
  display: flex;
  justify-content: space-between;
}
.edit-kc-wrap .kc-intro .left {
  width: 47.833%;
}
.edit-kc-wrap .kc-intro .right {
  width: 49.75%;
}
.edit-kc-wrap .left-t {
  position: relative;
  background: #f7f8fa;
  border-radius: 12px 0px 12px 0px;
  padding-top: 47px;
  padding-left: 27px;
  padding-bottom: 23px;
  padding-right: 10px;
}
.edit-kc-wrap .left-t .brand {
  position: absolute;
  left: 0;
  top: -8px;
  width: 121px;
  height: 36px;
  background: #242387;
  border-radius: 12px 0px 12px 0px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-kc-wrap .left-t p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #494949;
  line-height: 2;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.edit-kc-wrap .left-t p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #c7dff4;
  border-radius: 50%;
  margin-right: 7px;
}
.edit-kc-wrap .left-b {
  margin-top: 32px;
  padding-bottom: 31px;
}
.edit-kc-wrap .left-b .list {
  display: flex;
}
.edit-kc-wrap .left-b .list .list-left {
  margin-right: 12.29%;
}
/* 右侧 */
.edit-kc-wrap .right .right-t {
  position: relative;
  padding-left: 131px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 10px;
  background: #f7f8fa;
  border-radius: 12px 0px 12px 0px;
  display: flex;
}
.edit-kc-wrap .right .right-t .brand {
  position: absolute;
  left: 0;
  top: -8px;
  width: 102px;
  height: 36px;
  background: #242387;
  border-radius: 12px 0px 12px 0px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-kc-wrap .right .right-t p {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  margin-right: 9.868%;
}
.edit-kc-wrap .right .right-t p:last-child {
  margin-right: 0;
}
.edit-kc-wrap .right .right-t p::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #c7dff4;
  border-radius: 50%;
  margin-right: 10px;
}
.edit-kc-wrap .right .right-b {
  margin-top: 32px;
  background: #f7f8fa;
  border-radius: 12px 0px 12px 0px;
  position: relative;
  padding-left: 31px;
  padding-top: 48px;
  padding-right: 10px;
  padding-bottom: calc(36px - 8px);
}
.edit-kc-wrap .right .right-b .brand {
  position: absolute;
  left: 0;
  top: -8px;
  width: 102px;
  height: 36px;
  background: #242387;
  border-radius: 12px 0px 12px 0px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-kc-wrap .right .right-b .list {
  display: flex;
  flex-wrap: wrap;
}
.edit-kc-wrap .right .right-b .list .list-item:first-child {
  margin-right: 10.61%;
}
.edit-kc-wrap .right .right-b .list .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 1;
  margin-bottom: 17px;
}
.edit-kc-wrap .right .right-b .list p {
  font-weight: 500;
  font-size: 16px;
  color: #494949;
  line-height: 2;
  display: flex;
  align-items: center;
}
.edit-kc-wrap .right .right-b .list p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #c7dff4;
  border-radius: 50%;
  margin-right: 7px;
}
.edit-kc-wrap .right .right-b .list .mt-custom {
  margin-top: 24px;
}
.edit-kc-wrap .right .right-b .list .mt-custom .item-box {
  display: flex;
}
.edit-kc-wrap .right .right-b .list .mt-custom .item-left {
  margin-right: 52px;
}
/* 师资力量 */
.edit-teacher-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 91px;
  /* min-height: 757px; */
}
.edit-teacher-wrap .rh3 {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.edit-teacher-wrap .ss-box .swiper-container {
  padding-top: 130px;
}
.edit-teacher-wrap .ss-box .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.edit-teacher-wrap .ss-box .swiper-slide .ss-img {
  width: 122px;
  height: 122px;
  border: 2px solid #242387;
}
.edit-teacher-wrap .ss-lb > .ss-more {
  margin-top: 58px;
  width: 182px;
  height: 52px;
  background: #d9b766;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 学生概括 */
.student-wrap {
  padding-top: 105px;
  padding-bottom: 115px;
}
.student-wrap .student-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  line-height: 1;
  margin-bottom: 37px;
  text-align: center;
}
.student-wrap .student-sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #383838;
  line-height: 1;
  text-align: center;
  margin-bottom: 72px;
}
.student-wrap .pic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.student-wrap .pic-list .pic-item {
  margin-bottom: 97px;
}
.student-wrap .pic-list .pic-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.student-wrap .pic-list .pic-title {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 38px;
}
.student-wrap .pic-list .pic-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 23px;
  background: #0e47b9;
  margin-right: 8px;
}
.student-wrap .pic-list .pic-area {
  height: 274px;
  display: flex;
  align-items: center;
}
/* 报考条件 */
.condition-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 102px;
}
.condition-wrap .condition-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 47px;
  text-align: center;
}
.condition-wrap .panel-first {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 51px;
  padding-right: 99px;
  background: rgba(244, 248, 255, 0.95);
  box-shadow: 0px 0px 16px 0px rgba(80, 168, 254, 0.15);
  border-radius: 8px;
  /* border: 1px solid; */
  /* border-image: linear-gradient(-37deg, #f0f7ff, #ffffff) 10 10; */
  display: flex;
  align-items: center;
}
.condition-wrap .panel-first .left {
  padding-right: 34px;
  border-right: 1px solid #cddbf3;
  margin-right: 24px;
  padding-top: 10px;
}
.condition-wrap .panel-first .right {
  font-weight: bold;
  font-size: 16px;
  color: #2a2a2a;
  text-align: justify;
}
/* 数字和索引的文案公用样式 */
.condition-wrap .num {
  font-weight: 500;
  font-size: 36px;
  color: #141414;
  line-height: 1;
  margin-bottom: 13px;
}
.condition-wrap .index {
  font-weight: 500;
  font-size: 13px;
  color: #979797;
  line-height: 1;
  text-align: center;
}
/* 下边一个 */
.condition-wrap .panel-last {
  display: flex;
  align-items: flex-start;
  margin-top: 23px;
  padding-top: 32px;
  padding-left: 51px;
  /* padding-right: 99px; */
  padding-right: 87px;
  padding-bottom: 44px;
  background: rgba(244, 248, 255, 0.95);
  box-shadow: 0px 0px 16px 0px rgba(80, 168, 254, 0.15);
  border-radius: 8px;
}
.condition-wrap .panel-last .left {
  padding-right: 34px;
  margin-right: 20px;
  border-right: 1px solid #cddbf3;
  padding-top: 2px;
  padding-bottom: 7px;
}
.condition-wrap .panel-last .right h6 {
  font-weight: bold;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1;
  margin-bottom: 17px;
}
.condition-wrap .panel-last .right p {
  font-weight: 500;
  font-size: 16px;
  color: #575757;
  line-height: 2.0625;
  text-align: justify;
}
/* 申请流程 */
.process-wrap {
  padding-top: 96px;
  padding-bottom: 109px;
}
.process-wrap .process-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  line-height: 1;
  text-align: center;
  margin-bottom: 71px;
}
.process-wrap .process-list {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 239px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.process-wrap .process-list .progress-item {
  width: 32%;
  /* height: 50%; */
  text-align: center;
}
.process-wrap .process-list .progress-item.item-top {
  /* margin-top: 24px; */
  padding-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.process-wrap .process-list .progress-item.item-top::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  width: 16px;
  height: 16px;
  background: #0e47b9;
  border-radius: 50%;
}
.process-wrap .process-list .progress-item.item-bottom {
  padding-bottom: 29px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.process-wrap .process-list .progress-item.item-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 16px;
  height: 16px;
  background: #0e47b9;
  border-radius: 50%;
}
.process-wrap .process-list .progress-item .num {
  height: 31px;
  margin-left: auto;
  margin-right: auto;
}
.process-wrap .process-list .progress-item .num img {
  mix-blend-mode: multiply;
  display: block;
  max-height: 100%;
}
.process-wrap .process-list .progress-item .month {
  font-weight: 500;
  font-size: 24px;
  color: #1f1f1f;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: -12px;
}
.process-wrap .process-list .progress-item .text {
  font-weight: 500;
  font-size: 16px;
  color: #697280;
  line-height: 1;
  margin-top: 13px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.process-wrap .process-list .progress-item .text-custom {
  font-weight: 500;
  font-size: 24px;
  color: #1f1f1f;
}
.edit-fc-wrap {
  padding-top: 107px;
  padding-bottom: 98px;
  background-color: #f4f7fc;
}
.edit-fc-wrap .edit-fc-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  line-height: 1;
  margin-bottom: 63px;
  text-align: center;
}
.edit-fc-wrap .swiper-button-prev,
.edit-fc-wrap .swiper-button-next {
  background-image: none !important;
  opacity: 0.29;
  transform: translateY(-50%);
}
.edit-fc-wrap .swiper-button-prev:hover,
.edit-fc-wrap .swiper-button-next:hover {
  opacity: 1;
  cursor: pointer;
}
.edit-fc-wrap .fc-lb .swiper-container {
  width: 88.79%;
  margin-left: auto;
  margin-right: auto;
}
.edit-fc-wrap .fc-lb {
  max-width: none;
  padding: 0;
  margin-top: 0;
}
.edit-fc-wrap .swiper-button-prev {
  left: 0;
}
.edit-fc-wrap .swiper-button-next {
  right: 0;
}
.edit-fc-wrap .fc-lb .swiper-slide:hover {
  transform: translateY(0);
}
.edit-fc-wrap .fc-lb .swiper-slide:hover .edit-txt {
  box-shadow: 0px 4px 11px 1px rgba(29, 119, 207, 0.15);
}
.edit-fc-wrap .fc-lb .swiper-slide:hover .edit-txt .title {
  color: #232387;
  font-weight: 500;
}
.edit-fc-wrap .fc-lb .swiper-slide .pic {
  width: 100%;
  padding-top: 50.173%;
  position: relative;
}
.edit-fc-wrap .fc-lb .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px 12px 0 0;
}
.edit-fc-wrap .fc-lb .swiper-slide .edit-txt {
  width: 100%;
  /* min-height: 145px; */
  background: linear-gradient(180deg, #dbedfe, 10%, #ffffff);
  border-radius: 12px;
  position: relative;
  z-index: 2;
  top: -10px;
  padding-left: 18px;
  padding-right: 19px;
  padding-top: calc(29px - 6px);
  padding-bottom: 26px;
}
.edit-fc-wrap .fc-lb .swiper-slide .edit-txt .title {
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  min-height: 56px;
}
.edit-fc-wrap .fc-lb .swiper-slide .edit-txt .name {
  margin-top: calc(32px - 6px);
  font-weight: 500;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1;
  text-align: right;
}
.edit-fc-wrap .fc-box .more-btn {
  margin-top: calc(50px - 10px);
  width: 182px;
  height: 52px;
  background: #d9b766;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.edit-news-wrap {
  padding-top: 86px;
  padding-bottom: calc(77px - 7px);
  background-color: #fff;
}
.edit-news-wrap .news-title {
  font-weight: 500;
  font-size: clamp(24px, 2.3958vw, 46px);
  color: #1f1f1f;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.edit-news-wrap .news-swiper-box {
  display: flex;
  align-items: flex-start;
}
.edit-news-wrap .news-swiper-box .swiper-container {
  width: 88.495%;
  margin-left: auto;
  margin-right: auto;
}
.edit-news-wrap .news-swiper-box .swiper-slide {
  display: block;
}
.edit-news-wrap .news-swiper-box .swiper-slide .pic:hover img {
  transform: scale(1.2);
}
.edit-news-wrap .news-swiper-box .news-arrow {
  opacity: 0.29;
  margin-top: 96px;
}
.edit-news-wrap .news-swiper-box .news-arrow:hover {
  opacity: 1;
  cursor: pointer;
}
.edit-news-wrap .news-swiper-box .news-arrow.swiper-button-disabled:hover {
  opacity: 0.29;
  cursor: default;
}
.edit-news-wrap .news-swiper-box .swiper-slide .pic {
  width: 100%;
  padding-top: 57.065%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.edit-news-wrap .news-swiper-box .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.45s ease;
}
.edit-news-wrap .news-swiper-box .swiper-slide .pic .news-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 26px;
  z-index: 2;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  /* border-bottom-left-radius: 8px; */
  background-repeat: no-repeat;
  background-size: cover;
}
.edit-news-wrap .news-swiper-box .swiper-slide .text {
  font-weight: 500;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 1.777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding-right: 18px;
  margin-top: calc(22px - 7px);
}
.edit-news-wrap .news-swiper-box .swiper-slide .text:hover {
  color: #003e7f;
}
.edit-kc-wrap .kc-info {
  width: 100%;
  height: auto;
  background: #f7f8fa;
  border-radius: 12px;
  margin-top: 18px;
  padding: 17px 25px 27px 25px;
  display: flex;
  align-items: flex-start;
}
.edit-kc-wrap .kc-info .info-item {
  font-weight: 500;
  font-size: 16px;
  color: #494949;
  line-height: 2;
  font-family: PingFang SC;
}
.edit-kc-wrap .kc-info .info-item:nth-child(1) {
  margin-right: 6.95%;
}
.edit-kc-wrap .kc-info .info-item.custom-info {
  display: flex;
  align-items: flex-start;
  margin-right: 6.516%;
}
.edit-kc-wrap .kc-info .info-item:nth-child(3) {
  margin-right: 10.86%;
}
.ss-box .swiper-button-prev,
.ss-box .swiper-button-next {
  opacity: 0.29;
}
.ss-box .swiper-button-prev:hover,
.ss-box .swiper-button-next:hover {
  opacity: 1;
}
.ss-box .swiper-button-prev.swiper-button-disabled,
.ss-box .swiper-button-next.swiper-button-disabled {
  opacity: 0.29;
  cursor: not-allowed;
}
@media screen and (max-width: 1500px) {
  .edit-container-max {
    width: 90%;
  }
  .student-wrap .pic-list .pic-item {
    width: 24%;
  }
  .student-wrap .pic-list .pic-area img {
    max-width: 100%;
    object-fit: contain;
  }
  .student-wrap .pic-list .pic-max {
    width: 47%;
  }
  .student-wrap .pic-list .pic-max .pic-area {
    height: auto;
  }
  .student-wrap .pic-list .pic-max .pic-area .img-item {
    width: 49%;
  }
}
@media screen and (max-width: 1400px) {
  .edit-container-max,
  .edit-fc-container {
    width: 90%;
  }
  .edit-fc-wrap .fc-lb .swiper-container {
    width: 86%;
  }
}
@media (max-width: 1350px) {
  .edit-container,
  .edit-process-container,
  .edit-container-medium,
  .edit-wrap {
    width: 86%;
  }
  .edit-kc-wrap .right .right-b .list .list-item:first-child {
    margin-right: 7%;
  }
  .edit-kc-wrap .right .right-t {
    padding-left: 105px;
  }
  .edit-news-wrap .news-swiper-box .news-left {
    margin-right: 10px;
  }
  .edit-news-wrap .news-swiper-box .news-right {
    margin-left: 10px;
  }
  .edit-news-wrap .news-swiper-box .news-arrow {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  :root {
    --space: 65px;
  }
  .edit-container-min {
    width: 90%;
  }
  .pro-wrap {
    padding-top: var(--space);
    padding-bottom: var(--space);
  }
  .pro-wrap .list-area {
    margin-top: var(--space);
  }
  .pro-wrap .list-area .list .item {
    padding: 30px 20px;
  }
  .edit-kc-wrap .right .right-b .list .list-item {
    margin-top: 0 !important;
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .edit-kc-wrap .right .right-t p {
    font-size: 16px;
    margin-right: 5%;
  }
  .edit-kc-wrap .kc-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .edit-kc-wrap .kc-info .info-item {
    margin-right: 0% !important;
    width: 47.5%;
  }
  .edit-kc-wrap .kc-info .info-item .left-text {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .pro-wrap .list-area .list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro-wrap .list-area .list .item {
    width: 48.5%;
    margin-bottom: 25px;
  }
  .pro-wrap .list-area .item .icon img {
    width: 100%;
  }
  .edit-kc-wrap .kc-intro {
    flex-wrap: wrap;
  }
  .edit-kc-wrap .kc-intro .left,
  .edit-kc-wrap .kc-intro .right {
    width: 100%;
  }
  .edit-kc-wrap .kc-intro .right {
    margin-top: 25px;
  }
  .condition-wrap .panel-first {
    padding: 20px 30px;
  }
  .condition-wrap .panel-last {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  :root {
    --gap: 45px;
    --title: 24px;
  }
  .edit-container,
  .edit-process-container,
  .edit-container-medium,
  .edit-container-max,
  .edit-fc-container,
  .edit-container-min {
    width: 92%;
  }
  .pro-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .pro-wrap .pro-title-box .title {
    font-size: var(--title);
    margin-bottom: 25px;
  }
  .pro-wrap .pro-title-box .desc {
    padding-left: 0;
    padding-right: 0;
  }
  .pro-wrap .list-area {
    margin-top: 25px;
  }
  .pro-wrap .list-area .title {
    margin-bottom: 25px;
    font-size: var(--title);
  }
  .pro-wrap .list-area .list .item {
    width: 100%;
  }
  .pro-wrap .list-area .item .icon {
    width: 56px;
    height: auto;
  }
  .edit-kc-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .edit-kc-wrap .kc-title {
    font-size: var(--title);
    margin-bottom: 25px;
  }
  .edit-teacher-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .edit-teacher-wrap .rh3 {
    font-size: var(--title);
  }
  .edit-teacher-wrap .ss-box .swiper-container {
    padding-top: 95px;
  }
  .student-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .student-wrap .student-title {
    font-size: var(--title);
    margin-bottom: 15px;
  }
  .student-wrap .student-sub-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .student-wrap .pic-list .pic-item {
    margin-bottom: 25px;
    width: 48%;
  }
  .student-wrap .pic-list .pic-item:nth-last-child(-n + 2) {
    margin-bottom: 25px;
  }
  .student-wrap .pic-list .pic-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .student-wrap .pic-list .pic-max {
    width: 100%;
  }
  .student-wrap .pic-list .pic-title::before {
    width: 6px;
  }
  .condition-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .condition-wrap .condition-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .condition-wrap .panel-first .left,
  .condition-wrap .panel-last .left {
    padding-right: 20px;
    margin-right: 20px;
  }
  .condition-wrap .num {
    font-size: 22px;
  }
  .condition-wrap .panel-last .right p {
    line-height: 1.5;
  }
  .process-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .process-wrap .process-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* 隐藏pc的 */
  .process-wrap .process-list.pc-process {
    display: none;
  }
  /* 手机的样式显示 */
  .phone-process .progress-item .num {
    display: none;
  }
  .phone-process {
    display: flex;
    flex-wrap: wrap;
  }
  .phone-process .progress-item {
    width: 50%;
  }
  .phone-process .progress-item:nth-child(odd) {
    width: 50%;
    margin-right: 1%;
    border-right: 2px solid #003e7f;
    padding-right: 30px;
    text-align: right;
    position: relative;
    padding: 20px 15px;
  }
  .phone-process .progress-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0e47b9;
    z-index: 2;
  }
  .phone-process .progress-item:nth-child(even) {
    margin-left: calc(50% - 2px);
    width: 50%;
    border-left: 2px solid #003e7f;
    padding-left: 30px;
    text-align: left;
    position: relative;
    padding: 20px 15px;
  }
  .phone-process .progress-item:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    z-index: 2;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0e47b9;
  }
  .edit-fc-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .edit-fc-wrap .edit-fc-title {
    font-size: var(--title);
    margin-bottom: 25px;
  }
  .edit-fc-wrap .swiper-button-prev,
  .edit-fc-wrap .swiper-button-next,
  .edit-news-wrap .news-swiper-box .news-arrow {
    width: 40px;
  }
  .edit-fc-wrap .swiper-button-prev img,
  .edit-fc-wrap .swiper-button-next img,
  .edit-news-wrap .news-swiper-box .news-arrow img {
    width: 100%;
    height: auto;
  }
  .edit-fc-wrap .fc-lb .swiper-container {
    width: 82%;
  }
  .edit-fc-wrap .fc-box .more-btn {
    margin-top: 30px;
  }
  .edit-news-wrap {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .edit-news-wrap .news-title {
    font-size: var(--title);
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .pro-wrap .list-area .list .item .text h5 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .edit-kc-wrap .left-b .list .list-left {
    margin-right: 2%;
  }
  .edit-kc-wrap .left-t {
    padding-left: 10px;
  }
  .edit-kc-wrap .right .right-t {
    padding-top: 40px;
    padding-left: 10px;
  }
  .edit-kc-wrap .right .right-b {
    padding-left: 10px;
  }
  .edit-kc-wrap .right .right-b .list .mt-custom .item-left {
    margin-right: 32px;
  }
  .student-wrap .student-sub-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .student-wrap .pic-list .pic-area {
    height: auto;
    margin-top: 15px;
  }
  .student-wrap .pic-list .pic-title {
    font-size: 18px;
  }
  .phone-process .progress-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px;
  }
  .phone-process .progress-item:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
  }
  .edit-news-wrap .news-swiper-box .news-arrow {
    flex-shrink: 0;
  }
  .edit-fc-wrap .fc-lb .swiper-container {
    width: 76%;
  }
  .edit-kc-wrap .right .right-b .list .item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .edit-kc-wrap .kc-info .info-item {
    width: 100%;
    font-size: 16px;
  }
  .edit-kc-wrap .kc-info {
    padding: 20px 15px;
  }
  .pro-wrap .list-area .item .icon {
    margin-bottom: 15px;
    width: 47px;
  }
}
/* 隐藏手机的 */
@media (min-width: 769px) {
  .phone-process {
    display: none !important;
  }
}
/* 新增加的样式 */
.mba-edit {
  padding-top: clamp(35px, 5.1042vw, 98px);
  padding-bottom: clamp(35px, 2.7083vw, 52px);
  background: linear-gradient(105deg, #f0eefb 13.2%, #f5f6f8 87.7%);
}
.mba-edit .mba-title {
  color: #000;
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: clamp(25px, 2.0833vw, 40px);
}
.mba-edit .mba-content {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.mba-edit .mba-content .card {
  width: 30.435%;
  flex-shrink: 0;
  background-image: url(/_upload/tpl/0d/bf/3519/template3519/pics/edit-mba-card.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: clamp(20px, 2.8646vw, 55px);
  padding-left: clamp(15px, 1.6667vw, 32px);
  padding-right: clamp(15px, 1.6667vw, 32px);
  padding-bottom: 20px;
}
.mba-edit .card .tag {
  width: 144px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: clamp(15px, 1.1458vw, 22px);
}
.mba-edit .card .text-list {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: clamp(15px, 1.8229vw, 35px);
}
.mba-edit .card .text-list p:not(:last-child) {
  margin-bottom: 9px;
}
.mba-edit .card .apply-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.mba-edit .card .apply-btn {
  width: 179px;
  height: 33px;
  border-radius: 4px;
  background: linear-gradient(180deg, #facd7a 0%, #e3af4a 100%);
  color: #000;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.mba-edit .mba-content .text {
  flex: 1;
  min-width: 0;
  padding-left: clamp(15px, 2.6042vw, 50px);
  padding-right: clamp(15px, 2.3438vw, 45px);
  padding-top: clamp(20px, 1.875vw, 36px);
  padding-bottom: clamp(20px, 2.3438vw, 45px);
}
.mba-edit .mba-content .text .text-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.mba-edit .mba-content .text .table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 21px;
}
.mba-edit .mba-content .text table {
  min-width: 100%;
  border-radius: 4px;
  border-collapse: collapse;
  overflow: hidden;
}
.mba-edit .mba-content .text table thead {
  background: #dbe0ff;
}
.mba-edit .mba-content .text table thead th {
  white-space: nowrap;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: normal;
  color: #2958a7;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.mba-edit .mba-content .text table thead th:first-child {
  padding-left: clamp(15px, 1.7708vw, 34px);
}
.mba-edit .mba-content .text table thead th:last-child {
  padding-right: clamp(15px, 1.7708vw, 34px);
}
.mba-edit .mba-content .text table thead th:not(:first-child) {
  padding-left: clamp(15px, 2.0833vw, 40px);
}
.mba-edit .mba-content .text table thead th:not(:last-child) {
  padding-right: clamp(15px, 2.0833vw, 40px);
}
.mba-edit .mba-content .text table tbody tr td {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid #eef3f8;
  background-color: #fff;
}
.mba-edit .mba-content .text .text-panel {
  display: flex;
  border-radius: 12px;
  background: #f7f8ff;
  margin-bottom: 17px;
  padding-right: 10px;
}
.mba-edit .mba-content .text .text-panel .mark {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-lr;
  border-radius: 4px 12px 12px 4px;
  background: #f6c871;
  min-height: 100px;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  margin-right: 22px;
}
.mba-edit .mba-content .text .text-panel .progress-list {
  display: flex;
  align-items: flex-start;
  padding-top: 19px;
  padding-bottom: clamp(19px, 1.4063vw, 27px);
}
.mba-edit .mba-content .text .text-panel .progress-list .item:not(:last-child) {
  margin-right: clamp(15px, 1.8229vw, 35px);
}
.mba-edit .mba-content .text .text-panel .progress-list .item .item-title {
  color: #1f52a3;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.mba-edit .mba-content .text .text-panel .progress-list .item .item-title img {
  margin-left: clamp(10px, 2.1875vw, 42px);
  width: clamp(60px, 6.9271vw, 133px);
}
.mba-edit .mba-content .text .text-panel .progress-list .item .item-desc {
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mba-edit .mba-content .text .text-placeholder {
  display: flex;
  align-items: center;
}
.mba-edit .mba-content .text .text-placeholder .placeholder-title {
  color: #1f52a3;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 17px;
}
.mba-edit .mba-content .text .text-placeholder .placeholder-desc {
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mba-course {
  padding-top: clamp(45px, 3.75vw, 72px);
  padding-bottom: 41px;
}
.mba-course .course-wrap {
  max-width: 1227px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .mba-course .course-wrap {
    width: 92%;
  }
}
.mba-course .course-wrap .course-title {
  color: #000;
  font-family: "PingFang SC";
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: clamp(30px, 2.8646vw, 55px);
}
.mba-course .course-wrap .course-top {
  display: flex;
  justify-content: space-between;
}
.mba-course .course-wrap .course-top .left {
  width: 47.025%;
}
.mba-course .course-wrap .course-top .left .section1 {
  padding-bottom: clamp(20px, 2.3438vw, 45px);
}
.mba-course .course-wrap .course-top .right {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
}
.mba-course .course-wrap .course-top .right .section1 .list {
 /* margin-top: clamp(20px, 2.9167vw, 56px);*/
}
.mba-course .course-wrap .section {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mba-course .course-wrap .section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #cddbf0 11.81%, #fff 92%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  z-index: -1;
}
.mba-course .course-wrap .section .section-title {
  color: #fff;
  font-family: "PingFang SC";
  font-size: clamp(20px, 1.6667vw, 32px);
  font-style: normal;
  font-weight: 400;
  width: fit-content;
  padding-left: clamp(15px, 1.3542vw, 26px);
  padding-right: clamp(15px, 3.9583vw, 76px);
  background-image: url(/_upload/tpl/0d/bf/3519/template3519/pics/edit-source-mark.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 10px;
  padding-bottom: 25px;
}
.mba-course .course-wrap .section .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: 15px;
  row-gap: clamp(10px, 1.0417vw, 20px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  column-gap: 10px;
}
.mba-course .course-wrap .section .list .item {
  width: calc((100% - 10px) / 2);
  color: #2771b2;
  font-family: "PingFang SC";
  font-size: clamp(16px, 1.0938vw, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 1.68px;
  display: flex;
  align-items: center;
}
.mba-course .course-wrap .section .list .item::before {
  content: "";
  width: clamp(10px, 0.9375vw, 18px);
  height: clamp(10px, 0.9375vw, 18px);
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #2771b2;
  margin-right: clamp(6px, 0.625vw, 12px);
}
.mba-course .course-wrap .section .list.custom {
  column-gap: clamp(10px, 2.2396vw, 43px);
}
.mba-course .course-wrap .section .list.custom .item {
  width: auto;
  flex-shrink: 0;
}
.mba-course .course-wrap .section .list.custom .item:nth-child(1),
.mba-course .course-wrap .section .list.custom .item:nth-child(4) {
  width: 28.54700855%;
}
.mba-course .course-wrap .section .list.custom .item:nth-child(2),
.mba-course .course-wrap .section .list.custom .item:nth-child(5) {
  width: 20.68376068%;
}
.mba-course .course-wrap .section .list.custom .item:nth-child(3),
.mba-course .course-wrap .section .list.custom .item:nth-child(6) {
  width: 32.47863248%;
}
.mba-course .course-wrap .section-sub-title {
  color: #2771b2;
  font-family: "PingFang SC";
  font-size: clamp(18px, 1.0938vw, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: 204%;
  /* 42.84px */
  letter-spacing: 1.26px;
  padding-top: clamp(15px, 1.4323vw, 27.5px);
  border-top: 1px dashed #2771b2;
  margin-top: clamp(30px, 2.3438vw, 45px);
  margin-left: clamp(15px, 1.7708vw, 34px);
  margin-right: clamp(15px, 1.5625vw, 30px);
}
.mba-course .course-wrap .course-bottom {
  margin-top: 26px;
}
.mba-course .course-wrap .course-bottom .section .section-title {
  color: #f9d88c;
}
.mba-course .course-wrap .course-bottom .section::after {
  background-image: linear-gradient(180deg, #ebc681 0%, #fff 84.49%);
}
.mba-course .course-wrap .course-bottom .section .list {
  justify-content: center;
  margin-top: 0;
  margin-bottom: clamp(30px, 2.3438vw, 45px);
  column-gap: clamp(15px, 12.9167vw, 248px);
}
.mba-course .course-wrap .course-bottom .section .list .item {
  width: auto;
}
.mba-course .course-wrap .course-bottom .section .list .item::before {
  margin-right: 6px;
}
.edit-student {
  padding-top: clamp(45px, 5.9375vw, 114px);
  padding-bottom: clamp(45px, 5.9375vw, 114px);
}
.edit-student .title-area {
  margin-bottom: clamp(30px, 3.8542vw, 74px);
}
.edit-student .title-area .title {
  color: #000;
  font-family: "PingFang SC";
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: clamp(10px, 0.9896vw, 19px);
  line-height: 1;
}
.edit-student .title-area .sub-title {
  text-align: center;
  color: #555;
  font-family: "PingFang SC";
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.edit-student .pic-list .pic-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.edit-student .pic-list .pic-item .pic-title {
  color: #083d78;
  font-family: "PingFang SC";
  font-size: clamp(18px, 1.4583vw, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 6px;
  border-bottom: 1px solid #194b9c;
  margin-bottom: clamp(20px, 1.8229vw, 35px);
}
.edit-student .pic-list .pic-item .pic {
  flex: 1;
  display: flex;
  align-items: center;
}
.edit-student .pic-list .pic-item img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.edit-student .pic-list .pic-top {
  display: flex;
  justify-content: space-between;
}
.edit-student .pic-list .pic-top .item-type1 {
  width: 26.2973352%;
}
.edit-student .pic-list .pic-top .item-type2 {
  width: 39.6914446%;
}
.edit-student .pic-list .pic-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(30px, 2.0833vw, 40px);
}
.edit-student .pic-list .pic-bottom .left {
  width: 26.2973352%;
  flex-shrink: 0;
}
.edit-student .pic-list .pic-bottom .right {
  width: 69.91584853%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.edit-student .pic-list .pic-bottom .right .pic-item1 {
  width: 37.61283852%;
}
.edit-student .pic-list .pic-bottom .right .pic-item2 {
  width: 56.77031093%;
}
.edit-student .pic-list .pic-bottom .right .pic-item-full {
  width: 100%;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .mba-edit .mba-content {
    flex-wrap: wrap;
  }
  .mba-edit .mba-content .card {
    width: 100%;
  }
  .mba-course .course-wrap .course-top {
    flex-wrap: wrap;
  }
  .mba-course .course-wrap .course-top .left {
    width: 100%;
    margin-bottom: 26px;
  }
  .mba-course .course-wrap .course-top .right {
    width: 100%;
  }
  .mba-course .course-wrap .course-top .right {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .mba-edit .card .tag {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .mba-edit .mba-content .text .text-title {
    font-size: 20px;
  }
  .mba-edit .card .text-list {
    text-align: center;
    font-size: 16px;
  }
  .mba-edit .card .apply-title {
    text-align: center;
  }
  .mba-edit .card .apply-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mba-edit .mba-content .text .text-panel {
    flex-wrap: wrap;
  }
  .mba-edit .mba-content .text .text-panel {
    padding-right: 0;
  }
  .mba-edit .mba-content .text .text-panel .mark {
    margin-right: 0;
    width: 100%;
    text-align: center;
    writing-mode: initial;
    min-height: auto;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  .mba-edit .mba-content .text .text-panel .progress-list {
    flex-wrap: wrap;
  }
  .mba-edit .mba-content .text .text-panel .progress-list .item {
    margin-right: 0 !important;
    width: 100%;
    margin-bottom: 15px;
  }
  .mba-edit .mba-content .text .text-panel .progress-list .item .item-title img {
    display: none;
  }
  .mba-edit .mba-content .text .text-panel .progress-list .item .item-title {
    justify-content: center;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
  }
  .mba-edit .mba-content .text .text-panel .progress-list .item .item-desc {
    text-align: center;
    font-size: 14px;
  }
  .mba-edit .mba-content .text .text-placeholder {
    justify-content: center;
  }
  .mba-edit .mba-content .text .text-placeholder .placeholder-title {
    font-size: 18px;
  }
  .mba-course .course-wrap .section .list .item {
    font-size: 14px;
  }
  .mba-course .course-wrap .section .section-title {
    font-size: 18px;
  }
  .mba-course .course-wrap .section .list .item::before {
    width: 6px;
    height: 6px;
  }
  .mba-course .course-wrap .section .list,
  .mba-course .course-wrap .course-top .right .section1 .list {
    margin-top: 0;
  }
  .mba-course .course-wrap .section .list.custom {
    justify-content: space-between;
    column-gap: 10px;
  }
  .mba-course .course-wrap .section .list.custom .item {
    width: calc((100% - 10px) / 2) !important;
  }
  .mba-course .course-wrap .section-sub-title {
    margin-bottom: 20px;
  }
  .edit-student .pic-list .pic-top {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .edit-student .pic-list .pic-top .item-type1,
  .edit-student .pic-list .pic-top .item-type2 {
    width: 100%;
  }
  .edit-student .pic-list .pic-bottom {
    margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .edit-student .pic-list .pic-item .pic {
    flex: none;
    display: block;
  }
  .edit-student .pic-list .pic-bottom .left {
    width: 100%;
  }
  .edit-student .pic-list .pic-bottom .right {
    width: 100%;
    row-gap: 10px;
  }
  .edit-student .pic-list .pic-bottom .right .pic-item1,
  .edit-student .pic-list .pic-bottom .right .pic-item2 {
    width: 100%;
  }
}
.item-title{
display: block !important;
    font-weight: 900 !important;
}