/* head */
.header-content{
    background: #050740;
}
.skills_content{
    background: #151517;
}
.skills_content .index_list-divider:last-child{
    display: none;
}
.index_head {
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.36rem 0 0.26rem;
	width: 100%;
}

.index_head_t {
	font: 0.8rem/1 'PuHuiTi';
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.index_head_logo img{
	height: .5rem;
}

.index_head_action{
	display: flex;
	gap: .18rem;
}
.index_head_action a{
	height: 0.48rem;
	border: 0.03rem solid #00F3EB;
	padding: 0.06rem .18rem;
	font-weight: bold;
	font-size: .24rem;
	color: #00F3EB;
}

.index_head_btn {
	/* position: absolute;
  top: 0.5rem;
  right: 0; */
	font-size: 0.24rem;
	line-height: 1.1rem;
}
.index_head_btn a {
	padding: 0 0.2rem;
}

.index_head_btn_icon,
.index_head_btn_icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_head_btn_icon a {
	position: relative;
	padding: 0;
	margin-right: 0.4rem;
}
.index_head_btn_icon a:last-child {
	margin-right: 0;
}
.index_head_btn_icon a .tag {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -20%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #ff0000;
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
}
.index_head_btn_icon img {
	width: 0.6rem;
	height: 0.6rem;
	object-fit: cover;
}

.index_plan_swiper.index_plan_swiper_ac .index_plan_blo a::before {
	display: none !important;
}

.pfl {
	text-align: center;
	color: blue;
	background-color: skyblue;
	padding: 30px 0;
	margin-bottom: 0.2rem;
	width: 100%;
}

.pflbanner {
	text-align: center;
	background-color: #00F3EB;
	padding: 18px 0 14px;
	width: 100%;
	font-size: 0.3rem;
	color: #0F0F1B;
	font-weight: bold;
	line-height: 0.42rem;
}

.logo {
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 1rem;
	height: 1.1rem;
}

/* videoRow */

.swiper-video{
	width: 100%;
	height: auto;
}
.swiper-video video{
	width: 100%;
}

.index_activity{
	background: #ffffff;
	padding: 0.16rem;
	margin-top: 0.45rem;
	margin-bottom: 0.55rem;
}
.index_activity .activity_container{
	background: #081738;
	display: flex;
	align-items: center;
}
.index_activity .activity_container .activity-label{
	background: #DD154E;
	line-height: 0.62rem;
	padding: 0.14rem 0.26rem 0.14rem 0.18rem;
	display: flex;
	align-items: center;
	gap: 0.13rem;
}
.index_activity .activity_container .activity-label img{
	width: 0.34rem;
	height: 0.48rem;
}
.index_activity .activity_container .activity-title{
	flex: 1;
	padding-left: 0.85rem;
}

.index_videoRow {
	margin-bottom: 0.36rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}


.index_videoRow_t {
	padding: 0.66rem 1.2rem 0.44rem;
	
	font-size: 0.24rem;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #151515;
	@media (max-width: 992px) { 
            padding: 0.66rem .2rem 0.44rem;
        }
}

.index_videoRow_tit p{
	display: inline-block;
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.56rem;
	color: #FFFFFF;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: relative;
	z-index: 10;
}
.index_videoRow_tit .after-logo{
	/* height: .5rem; */
	width: 4.2rem;
	position: relative;
	top: -0.46rem;
	z-index: 6;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.index_videoRow_con{
	font-size: 0.24rem;
	margin-bottom: .4rem;
	@media (max-width: 992px) { 
        font-size: 0.4rem;
    }
}

.link_join {
	margin-top: 0.4rem;
	margin: 0 auto;
	border: 0.04rem solid #00F3EB;
	border-radius: 0;
	width: 2.8rem;
	background: transparent;
	padding: 0.16rem 0;
	color: #00F3EB;
	text-align: center;
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 0.4rem;
}
.link_join img{
	width: .14rem;
}

/* plan */
.index_trainingPlan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.index_trainingPlan .index_trainingPlan_head{
	display: inline-block;
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.56rem;
	color: #FFFFFF;
	line-height: 1.4;
}
.index_trainingPlan .index_trainingPlan_head .after-logo{
	width: 4.2rem;
	position: relative;
	top: -0.46rem;
	z-index: 6;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.index_trainingPlan_person{
	margin-bottom: 0.48rem;
}
.index_trainingPlan_person .training_person{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 0.1rem;
	width: 1.08rem;
	height: 1.48rem;
	background: #151515;
	border: 1px solid #2B2B2B;
	cursor: pointer;
}
.index_trainingPlan_person .training_person .person_img{
	width: 0.62rem;
	height: 0.62rem;
	display: block;
	border-radius: 100%;
	border: 2px solid #B8B8B8;
	margin: 0 auto;
}
.index_trainingPlan_person .training_person .person_name{
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.26rem;
	margin-top: 0.1rem;
	text-align: center;
}

.index_trainingPlan_person .training_person.active{
	border: 2px solid #00F3EB;
}
.index_trainingPlan_person .training_person.active .person_img{
	border: 2px solid #00F3EB;
}

.index_trainingPlan_project{
    width: 100%;
	display: grid;
	gap: .44rem .34rem;
	flex-wrap: wrap;
	grid-template-columns: 1fr;
	@media (min-width: 992px) {  
		grid-template-columns: repeat(3, 1fr);   
	}
}
.index_trainingPlan_project .plan_project{
	position: relative;
	width: 4.4rem;
	height: 4.96rem;
	display: inline-flex;
	flex-direction: column;
	padding: 0.44rem 0.3rem 0.42rem;

	@media (max-width: 992px) { 
		width: 100%;
		height: 10rem;
	}
}
/* 默认状态：图片降低亮度 */
.plan_project:hover .plan_project_back,
.plan_project .plan_project_back {
    filter: brightness(0.55); /* 初始亮度80% */
    transition: filter 0.3s ease; /* 添加平滑过渡效果 */
}
 
/* 鼠标悬停状态：图片恢复亮度 */
.plan_project:hover .plan_project_back {
    filter: brightness(1); /* 恢复100%亮度 */
}
.index_trainingPlan_project .plan_project .plan_project_back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: 0.7;
	z-index: -1;
}
.index_trainingPlan_project .plan_project .plan_project_discount{
	position: absolute;
	top: 0;
	right: 0;
	background: #E82828;
	padding: 0.03rem 0.18rem;
	font-weight: 600;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.index_trainingPlan_project .plan_project .plan_project_tit{
	font-weight: 600;
	font-size: 0.36rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	margin-bottom: 0.26rem;
	@media (max-width: 992px) { 
        font-size: .5rem;
    }
}
.index_trainingPlan_project .plan_project .plan_project_con{
	font-weight: 500;
	font-size: 0.18rem;
	color: #F5F5F5;
	@media (max-width: 992px) { 
        font-size: .3rem;
    }
}
.index_trainingPlan_project .plan_project .plan_project_auth{
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.index_trainingPlan_project .plan_project .plan_project_auth .auth_person{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: .18rem;
	color: #FFFFFF;
	gap: .12rem;
}
.index_trainingPlan_project .plan_project .plan_project_auth .auth_person img{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
}
.index_trainingPlan_project .plan_project .plan_project_auth .auth_more{
	background: #00F3EB;
	font-weight: 600;
	font-size: .16rem;
	color: #064341;

	display: flex;
	align-items: center;
	padding: 0 .16rem 0 .22rem;
}
.index_trainingPlan_project .plan_project .plan_project_auth .auth_more img{
    width: .18rem;
    height: .18rem;
}

.index_plan {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_plan_blo {
	/* position: relative; */
	display: flex;
	width: 31.4%;
	/* border-radius: 0.24rem; */
	overflow: hidden;
}
.index_plan_blo a .pflj {
	width: 0;
	height: 0px;
	border: 0.6rem solid;
	border-color: red transparent transparent red;
	position: absolute;
	/* left: 1.25rem; */
	top: 0.58rem;
	z-index: 99;
}
.index_plan_blo a .pflj span {
	position: absolute;
	top: -0.37rem;
	left: -0.48rem;
	z-index: 999;
	transform: rotate(-45deg);
	writing-mode: vertical-lr;
	font-size: 0.24rem;
}
.index_plan_blo a {
	position: relative;
}

.index_trainee_feedback{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.index_feedback_head{
	display: inline-block;
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.56rem;
	color: #FFFFFF;
	line-height: 1.4;
}
.index_feedback_head .after-logo{
	width: 4.2rem;
	position: relative;
	top: -0.46rem;
	z-index: 6;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.index_feedback_swiper .swiper-slide {
    width: 3.8rem;
	position: relative; /* 建立定位上下文 */
	transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-demo {
      text-align: center;
      font-size: 18px;
      background: #fff;

       Center slide text vertically 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.75);
    }
   
.index_feedback_swiper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5); /* 纯黑色背景 */
	z-index: 1; /* 确保覆盖在内容上方 */
	/* 默认隐藏蒙层 */
	display: none;
}
   
  /* 非当前幻灯片激活蒙层 */
.index_feedback_swiper .swiper-slide:not(.swiper-slide-active)::after {
	display: block; /* 非当前幻灯片显示蒙层 */
}
   
  /* 当前幻灯片保持无蒙层 */
.index_feedback_swiper .swiper-slide-active::after {
	display: none !important;
}
.index_feedback_swiper .swiper-slide-active,.index_feedback_swiper .swiper-slide-duplicate-active{
  transform: scale(1);
}

/* ==================================== */
/* .index_plan_blo a::before {
  content:'优惠';
  position: relative;
  border-radius:0.07rem;
  display: inline-block;
  font-size: 0.24rem;
  top: 0.9rem;
  right: -80%;
  color: #fff;
  background-color: #fd1f3c;
  padding: 5px;
  z-index: 999;
} */

.index_plan_blo img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.index_plan_t {
	/* display: none; */
	/* position: absolute; */
	/* top: 0;
    left: 0; */
	/* z-index: 1; */
	padding: 0.3rem;
	width: 100%;
	height: 100%;
	font-size: 0.18rem;
	line-height: 0.32rem;
	/* background-color: rgba(0, 0, 0, 0.4); */
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.index_plan_t div {
	background-color: aqua;
}

.index_plan_t1 {
	font: 0.36rem/1 'PuHuiTi';
	/* margin-bottom: 0.1rem; */
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
}

.index_plan_tit {
	font: 0.46rem/1 'PuHuiTi';
	text-align: center;
}

.index_plan_blo:hover .index_plan_t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* display: none; */
}

/* list */

.index_list {
	margin-top: 1rem;
	width: 100%;
}

.index_list_row {
	margin-bottom: 0.74rem;
	width: 100%;
	padding: 1.1rem 0;
	display: -ms-flexbox;
	display: flex;
	gap: .98rem;
	justify-content: space-between;
	align-items: center;
}

.index_list_row:last-child {
	margin-bottom: 0.3rem;
}

.index_list-divider{
	height: 2px;
	background: #00F3EB;
	position: relative;
}
.index_list-divider img{
	width: 0.87rem;
	height: 0.13rem;
	position: absolute;
	top: -0.07rem;
	right: -.2rem;
}

.index_list_row .reveal {
	width: 7.38rem;
	height: 5.23rem;
	overflow: hidden;
}

.index_list_t {
	margin: 0 auto;
	width: 46.3%;
	font-size: 0.24rem;
	line-height: 1.7;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index_list_tit {
	margin-bottom: 0.2rem;
	font-size: 0.46rem;
	font-weight: 600;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index_list_trim{
	width: 0.87rem;
	height: 0.12rem;
	margin-bottom: 0.38rem;
}

/* swiper */

.index_swiper {
	position: relative;
	width: 100%;
}

.index_swiper .swiper-container {
	margin: 0 1rem;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	width: 100%;
	/* border-radius: 0.24rem; */
	/* overflow: hidden; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.feedbackSwiperNext,
.feedbackSwiperPrev {
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.feedbackSwiperNext {
	right: 0;
	background-image: url(../images/index/arr_r.png);
}

.feedbackSwiperPrev {
	left: 0;
	background-image: url(../images/index/arr_l.png);
}

.blink_join_mar {
	margin: 1rem auto 1rem;
	width: 2.8rem;
	height: .7rem;
	line-height: .62rem;
	border-radius: 0;
	border: 0.04rem solid #00F3EB;
	background: transparent;
	box-sizing: content-box;

	font-weight: 600;
	font-size: .28rem;
	color: #00F3EB;
}
.blink_join_mar img{
	width: .14rem;
}

@media screen and (min-width: 1201px) {
	.index_plan_blo a::before {
		font-size: 0.3rem;
	}

	@media screen and (max-width: 1200px) {
		.pflz {
			border: 1.3rem solid;
			border-color: red transparent transparent red;
			left: 0rem;
			top: 0.6rem;
		}
		.pflz span {
			top: -0.64rem;
			left: -0.8rem;
			z-index: 999;
			font-size: 0.4rem;
		}
	}
}

@media screen and (max-width: 845px) {
	.index_head_btn {
		position: relative;
		top: 0;
		float: right;
	}
	.index_head_btn_icon a .tag {
		width: 0.2rem;
		height: 0.2rem;
		line-height: 0.2rem;
		font-size: 0.18rem;
	}
	.index_videoRow {
		flex-direction: column;
	}
	.index_videoRow video {
		width: 100%;
	}
	.index_videoRow_t {
		width: 100%;
		margin-left: 0;
		
	}
	.index_videoRow_tit {
		margin-top: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.index_plan {
		flex-direction: column;
	}
	.index_plan_blo {
		margin-bottom: 0.5rem;
		width: 100%;
	}
	.index_plan_blo:last-child {
		margin-bottom: 0;
	}

	/* .index_plan_t{display: -webkit-box; display: -ms-flexbox; display: flex;} */
	.index_list_row {
		flex-direction: column;
	}
	.index_list_t {
		width: 100%;
	}
	.index_list_tit {
		margin-top: 0.3rem;
	}
	.index_list_t p:last-child{
	    font-size: 0.34rem;
	}
	.index_list_row:nth-child(2) {
		flex-direction: column-reverse;
	}

	/* .index_plan_blo a::before{
    font-size:0.5rem;
    top:1.2rem;
  } */
	.pfl {
		font-size: 0.6rem;
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
