.top-img {
	height: 5.39rem;
	display: block;
}

.top-img-2 {
	height: 5.44rem;
	display: block;
	margin-top: 0.19rem;
}


/* 收与需求 */
.box-title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 0.35rem;
	font-weight: bold;
	color: #424192;
}

.demand-list {
	width: 6.5rem;
	height: 0.33rem;
	background-image: url(../img/java/03.png);
	background-size: 100% 100%;
	margin: 0.28rem auto;
	display: flex;
	justify-content: space-around;
}

.demand-list>li {
	font-size: 0.17rem;
	color: #FFFFFF;
	transform: scale(0.8);
	display: flex;
	align-items: center;
}

.demand-list>li>img {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.09rem;
}

.wage-img {
	width: 7.08rem;
	height: 4.7rem;
	display: block;
	margin: 0.69rem auto;
	object-fit: contain;
}

.demand-img {
	width: 6.72rem;
	height: 3.79rem;
	display: block;
	margin: 0.69rem auto;
	object-fit: contain;
}

/* java应用场 */
.java-application-market-img-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 0.19rem;
	justify-items: center;
	box-sizing: border-box;
	padding: 0.21rem;
	margin-top: 0.28rem;
}

.java-application-market-img-list>img {
	width: 3.24rem;
	height: 4.03rem;
	display: block;
}


/* Java适用人群 */
.java-person {
	margin-top: 0.42rem;
}

.java-person-img-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 0.35rem;
}

.java-person-img-list>img {
	width: 3.74rem;
	height: 4.92rem;
}


/* 为什么学Java */
.study-java {
	margin-top: 0.4rem;
}

.study-java .desc-box {
	width: 6.13rem;
	height: 0.41rem;
	background-image: url(../img/java/15.png);
	background-size: 100% 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.56rem;

}

.study-java .desc-box>p {
	font-size: 0.17rem;
	color: #FFFFFF;
	white-space: nowrap;
	transform: scale(0.8);
}

.study-java-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	grid-row-gap: 0.21rem;
	margin-top: 0.42rem;

}

.study-java-item {
	padding: 0rem 0.73rem;
}

.study-java-item-img {
	width: 0.78rem;
	height: 0.78rem;
	display: block;
}

.study-java-item-title {
	font-size: 0.22rem;
	color: #333333;
	font-weight: bold;
	margin: 0.14rem 0;
}

.study-java-item-txt {
	font-size: 0.21rem;
	color: #666666;
	line-height: 1.7;
}


/* BOP */
.BOP {
	margin-top: 0.42rem;
}

.BOP-desc-box {
	background-image: url(../img/java/24.png);
	background-size: 100% 100%;
	width: 4.86rem;
	height: 0.41rem;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.67rem;
}

.BOP-desc-box>p {
	font-size: 0.17rem;
	color: #FFFFFF;
	white-space: nowrap;
	transform: scale(0.8);
}

.BOP-img {
	width: 6.67rem;
	height: 3.72rem;
	display: block;
	margin: 0.27rem auto;
}

.production-box {
	margin-top: 0.8rem;
}



/* 学员项目展示 */
.outer-java-proc-swiper {
	background: rgba(245, 246, 255, 0.39);
	width: 7.08rem;
	height: 3.76rem;
	margin: 0.28rem auto;
	box-sizing: border-box;
	padding: 0.12rem;
}

.java-proc-swiper {
	width: 100%;
	height: 100%;
}

.java-proc-swiper .swiper-slide {
	width: 3.3rem;
	height: 2.78rem;
}

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


/* 阶段课程 */
.step-course {
	margin: 0px 0.21rem;
	padding: 0px 0.21rem;
	box-sizing: border-box;
}

.step-desc-box {
	width: 3rem;
	height: 0.41rem;
	background-image: url(../img/java/26.png);
	background-size: 100% 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.67rem;
}

.step-desc-box>p {
	font-size: 0.17rem;
	color: #FFFFFF;
	white-space: nowrap;
	transform: scale(0.8);

}

.step-course-info {
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	margin-top: 0.49rem;
}

.step-ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.step-ul>li {
	width: 1.01rem;
	height: 0.36rem;
	font-size: 0.18rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2430AE;
}

.step-ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	transform: scale(0.8);
}

.step-ul>li.active {
	background-color: #F9A71E;
}

.current-step-course-img-box {
	width: 5.53rem;
	height: 3.59rem;
}

.current-step-course-img-box>img {
	width: 100%;
	height: 100%;
	display: block;
}

.course-supplement {
	box-sizing: border-box;
	background-image: url(../img/java/29.png);
	margin-top: 0.28rem;
	color: #FFFFFF;
	padding: 0.19rem;
}

.course-supplement>.right {
	font-size: 0.18rem;
	line-height: 1.5;
}

/* 就业保障 */
.job-box {
	margin-top: 0.42rem;
	padding: 0px 0.21rem;
	box-sizing: border-box;
}

.job-img-list {
	margin-top: 0.28rem;
}

.job-img-list>img {
	width: 50%;
	object-fit: cover;
	height: 1.85rem;
	padding: 0.08rem;
	box-sizing: border-box;
}

/* 底部的申请试学 */
.bottom-welfare {
	background-image: url(../img/java/32.png);
	box-sizing: border-box;
	padding: 0.67rem 0.24rem;
}

.form-box {
	background-image: linear-gradient(to right, #FD6A3A, #F9A21D);
	box-sizing: border-box;
	padding: 0.2rem 0.6rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.form-box-title{
	font-weight: bold;
	color: #FFFFFF;
	margin:0.2rem 0;
	font-size: 0.24rem;
	display: flex;
	justify-content: center;
}
.form-item {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0.16rem;
	border-radius: 0.1rem;
	margin-top: 0.2rem;
}

.form-item-label {
	font-size: 0.24rem;
}

.form-item-input {
	color: #B7B7B7;
	outline: none;
	border: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.24rem;
}
.welfare-box{
	margin-top: 0.2rem;
}
.welfare-box>a{
	text-decoration: none;
	padding: 0.1rem 0.15rem;
	font-weight: bold;
	color: white;
	font-weight: bold;
	background-image: linear-gradient(to right,#3ED0FE,#708DFF);
	font-size: 0.24rem;
}