.plan_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.plan_banner {
	width: 192rem;
	height: 52rem;

}

.plan_banner img {
	width: 100%;
	height: 100%;
}

/* 平台介绍 */
.plat_introduce_wrap>h5 {
	width: 120rem;
	margin: 0 auto;
	padding: 4rem 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 3.6rem;
	line-height: 5rem;
	color: #1a1c1d;
}

.plat_introduce_wrap>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

.plan_list_box {
	background: url('../../image/plan_new/plan_bj.png') no-repeat;
	background-size: 100% 100%;
	width: 192rem;
	height: 72rem;
}

.plan_list_box_content {
	width: 132rem;
	height: 72rem;
	margin: 0 30rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plan_list_box_content_list {
	width: 50.6rem;
	height: 72rem;
	background: url('../../image/plan_new/mask.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 2.2rem;
	padding-top: 9.1rem;
}

.plan_list_box_content_listwrap {
	height: 49.6rem;
	margin-bottom: 2.5rem;

}

.plan_list_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50.6rem;
	height: 6.2rem;
	padding-right: 1rem;
	padding-left: 5.2rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.292rem;
	color: #ffffff;
	cursor: pointer;

}

.plan_list_item img {
	width: 1rem;
	height: 1.9rem;
	display: none;
}

.plan_list_box_content_listwrap .active {
	background-color: #448aca;
}

.plan_list_box_content_listwrap .active img {
	display: block;
}

.plan_list_box_content_listpage {
	display: flex;
	padding-left: 5.2rem;
}

.plan_list_box_content_listpage button {
	background-color: transparent;
	width: 10.9rem;
	height: 3.4rem;
	border: solid 0.1rem #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.292rem;
	line-height: 3.4rem;
	text-align: center;
	color: #ffffff;
	margin-right: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

button:disabled {
	opacity: 0.8;
	cursor: not-allowed;
}

.plan_list_box_content_listpage button:hover {
	background-color: #448aca;
}

.plan_list_box_content_detail {
	width: 79.1rem;
	height: 47.5rem;
	overflow: hidden;
	cursor: pointer;
}

.plan_list_box_content_detail img {
	width: 100%;
	height: 100%;
}


/* 企业愿景 */
.vision {
	margin-top: -0.2rem;
	width: 192rem;
	height: 30rem;
	background: url('../../image/plan_new/vision.png') no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1140px) {
	.plan_wrap {
		padding-top: 9.3rem;
	}

	/* 平台介绍 */
	.plat_introduce_wrap>h5 {
		width: 172rem;
		padding: 6.4rem 0;
		font-size: 4.547rem;
		line-height: 1;
	}

	.plat_introduce_wrap>h5 span {
		font-size: 2.358rem;
	}


	.plan_list_box {
		height: 97.515rem;
	}

	.plan_list_box_content {
		height: 97.515rem;
		width: 178.7rem;
		margin: 0 6.65rem;
	}


	.plan_list_box_content_list {
		width: 68.715rem;
		height: 97.515rem;
		padding-top: 12.295rem;
		margin-right: 2.7rem
	}

	.plan_list_box_content_listwrap {
		height: 67.368rem;
		margin-bottom: 3.4rem;

	}

	.plan_list_item {
		width: 68.715rem;
		height: 8.421rem;
		font-size: 3.099rem;
		line-height: 8.421rem;
		padding-right: 1.35rem;
		padding-left: 7.704rem;
	}

	.plan_list_item img {
		width: 1.516rem;
		height: 2.695rem;
	}

	.plan_list_box_content_listpage {
		padding-left: 7.074rem;
	}

	.plan_list_box_content_listpage button {
		width: 14.989rem;
		height: 4.716rem;
		border: solid 0.168rem #ffffff;
		font-size: 3.099rem;
		line-height: 4.71rem;
	}

	button:disabled {
		opacity: 0.8;
		cursor: not-allowed;
	}

	.plan_list_box_content_listpage button:hover {
		background-color: #448aca;
	}

	.plan_list_box_content_detail {
		width: 107.284rem;
		height: 64.337rem;
	}

	.plan_list_box_content_detail img {
		width: 100%;
		height: 100%;
	}



	/* 企业愿景 */
	.vision {
		height: 25.431rem;
		margin-top: -0.2rem;
		background: url('../../image/plan_new/vision_1.png') no-repeat;
		background-size: cover;
	}

}