html {
	overflow-x: auto;
}
.edit-container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.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: 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: 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;
}

.pro-wrap .list-area .item:hover .icon {
	transform: rotate(360deg);
}

.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;
}

.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;
}

.mba-wrap {
	padding-top: 108px;
	padding-bottom: 116px;
}

.mba-wrap .mba-title {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 46px;
	color: #1f1f1f;
	line-height: 1;
	text-align: center;
	margin-bottom: 56px;
}

.mba-wrap .mba-box {
	min-height: 497px;
	background: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(80, 168, 254, 0.15);
	border-radius: 12px;
	/* border: 1px solid; */
	/* border-image: linear-gradient(-37deg, #f0f7ff, #ffffff) 10 10; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding: 30px 34px 30px 30px;
}

.mba-wrap .mba-box .card {
	width: 22.583%;
	flex-shrink: 0;
	padding-left: 25px;
	padding-top: 31px;
	word-break: break-all;
	background-repeat: no-repeat;
	background-size: cover;
}
.mba-wrap .mba-box .card .card-title {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 29px;
}
.mba-wrap .mba-box .card .card-text {
	margin-bottom: 51px;
}

.mba-wrap .mba-box .card .card-text p {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 2.0625;
}

.mba-wrap .mba-box .card .apply-text {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 13px;
}

.mba-wrap .mba-box .card .apply-btn {
	width: 182px;
	height: 32px;
	background: linear-gradient(0deg, #e0ab45 0%, #ffd585 100%);
	border-radius: 4px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.mba-wrap .mba-box .panel {
	width: 75.922%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
}

.mba-wrap .mba-box .panel .panel-top {
	display: flex;
	justify-content: space-between;
	padding-top: 7px;
}

.mba-wrap .mba-box .panel .panel-top .item .panel-title {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #232387;
	line-height: 1;
	margin-bottom: 14px;
}

.mba-wrap .mba-box .panel .panel-top .item p {
	font-weight: 400;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.17;
	margin-bottom: 8px;
}

.mba-wrap .mba-box .panel .panel-bottom {
	margin-top: 31px;
	flex: 1;
	overflow: hidden;
	background: #f4f8ff;
	border-radius: 4px;
	padding-top: 32px;
	padding-left: 25px;
	padding-right: 28px;
	padding-bottom: 15px;
}

.mba-wrap .mba-box .panel .panel-bottom-desc {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 2;
}

.mba-wrap .mba-box .panel .panel-intro-title {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #1f1f1f;
	line-height: 1;
	margin-top: calc(37px - 9px);
	margin-bottom: 20px;
}

.mba-wrap .mba-box .panel .panel-intro p {
	font-weight: 400;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 2;
}

.edit-kc-wrap {
	padding-top: 98px;
	padding-bottom: 89px;
}

.edit-kc-wrap .kc-title {
	font-weight: 500;
	font-size: 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;
	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: 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: 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: 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;
}

/* 数字和索引的文案公用样式 */
.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;
}

/* 申请流程 */
.process-wrap {
	padding-top: 96px;
	padding-bottom: 109px;
}

.process-wrap .process-title {
	font-weight: 500;
	font-size: 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: 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: 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 {
		width: 90%;
	}
	.mba-wrap .mba-box .card {
		padding-left: 15px;
	}
	.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,
	.mba-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;
	}

	.mba-wrap .mba-box .card .apply-btn {
		width: 90%;
	}

	.mba-wrap .mba-box .panel .panel-top .item {
		margin-right: 7px;
	}
	.mba-wrap .mba-box .panel .panel-top .item:last-child {
		margin-right: 0;
	}

	.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%;
	}
	.mba-wrap .mba-box {
		flex-wrap: wrap;
	}
	.mba-wrap .mba-box .card,
	.mba-wrap .mba-box .panel {
		width: 100%;
	}
	.mba-wrap .mba-box .panel {
		margin-top: 25px;
	}

	.mba-wrap .mba-box .card {
		padding: 20px;
	}

	.mba-wrap .mba-box .card .apply-btn {
		max-width: 182px;
	}

	.mba-wrap .mba-box .panel .panel-top {
		flex-wrap: wrap;
	}

	.mba-wrap .mba-box .panel .panel-top .item {
		width: 47%;
		margin-bottom: 15px;
		text-align: center;
	}

	.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,
	.mba-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;
	}

	.mba-wrap .mba-title {
		font-size: var(--title);
		margin-bottom: 25px;
	}
	.mba-wrap .mba-box .card .card-text {
		margin-bottom: 20px;
	}

	.mba-wrap .mba-box .panel .panel-bottom {
		margin-top: 15px;
	}

	.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) {
	.mba-wrap .mba-box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pro-wrap .list-area .list .item .text h5 {
		font-size: 22px;
		margin-bottom: 17px;
	}

	.mba-wrap .mba-box .panel .panel-top .item {
		width: 49%;
		margin-right: 0;
	}
	.mba-wrap .mba-box .panel .panel-top .item p {
		font-size: 14px;
	}

	.mba-wrap .mba-box .panel .panel-bottom {
		padding: 20px 15px;
	}

	.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;
	}
	.mba-wrap .mba-box .card .card-title {
		margin-bottom: 20px;
	}

	.mba-wrap .mba-box .card {
		text-align: center;
	}

	.mba-wrap .mba-box .card .apply-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.pro-wrap .list-area .item .icon {
		margin-bottom: 15px;
		width: 47px;
	}
}

/* 隐藏手机的 */
@media (min-width: 769px) {
	.phone-process {
		display: none !important;
	}
}
