p {
	margin: 0;
}

* {
	box-sizing: border-box;
}

.jn_con {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
	padding: 37px 0;
	padding-bottom: 58px;


	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
}

.jn_search {
	max-width: 1094px;
	width: 95%;
	margin: 0 auto;
}

.jn_search {
	display: flex;
	height: 50px;
	background: #FBFBFB;
	border-radius: 25px 25px 25px 25px;
	opacity: 1;
	border: 2px solid #CED4DA;
	border-right: 0px;
	align-items: center;
}

.jn_select {
	position: relative;
	width: 145px;
	padding-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid #666666;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023020917092859840/cms/image/243d8796-61bd-4b5d-936e-1cc0bccec4c0.png) no-repeat center right 20px;

	display: none;
}

.jn_optop {
	font-size: 16px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #666666;
}

.jn_oplist {
	position: absolute;
	width: 133px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 17px;
	display: none;
}

.jn_select:hover .jn_oplist {
	display: block;
}

.jn_oplist div {
	font-size: 14px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #666666;
	line-height: 32px;
	cursor: pointer;
}

.jn_search .huoqu {
	flex: 0 0 173px;
	/* width: 173px; */
	height: 50px;
	background: #2E5DB5;
	border-radius: 25px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

.danhao {
	flex: 1;
	/* width: 100% ; */
	height: 100%;
	border: none;
	padding: 0 30px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C757D;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: transparent;
}

.jieguo_form {
	max-width: 1084px;
	width: 94%;
	margin: 0 auto;
}

.jieguo_top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 65px 0;
	font-size: 28px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	line-height: 1.5;
	color: #333333;
	font-weight: 400;
	padding:0 15px;
}

.jieguo_top span {
	font-weight: bold;
	color: #E10215;
	margin-right: 30px;
}

.kd_list.list_top {
	padding-bottom: 18px;
	border-bottom: 1px solid #CCCCCC;
}

.list_top .select_time {
	color: #333333;
}

.kd_list {
	display: flex;
	padding: 0 28px;
	/* align-items: center; */
}

.kd_list span {
	width: 18px;
	margin: 0 auto;
}

.select_time {
	width: 160px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C757D;
	text-align: center;
	line-height: 1.5;
}

.jn_show {
	margin-top: 50px;
}

.kd_lists {
	padding-bottom: 50px;
	position: relative;
}

.jn_show .kd_lists:last-child>span {
	background-color: #E10215;
	border-color: #FFBEC3;
}

.kd_list.kd_lists>span {
	width: 18px;
	height: 18px;
	background: #BCBCBC;
	border: 3px solid #E6E6E6;
	border-radius: 50%;
	display: block;

	margin-top: 3px;
}

.kd_list.kd_lists:last-child>span:after {
	display: none;
}

.kd_list.kd_lists>span::after {
	content: '';
	height: calc(100% - 12px);
	opacity: 1;
	width: 2px;
	background-color: #DDDDDD;
	position: absolute;
	left: 243px;
	top: 18px;
}

.select_option {
	width: calc(100% - 273px);
}

.select_option {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.select_option span {
	color: #E10215;
}

.jn_title {
	font-size: 36px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #212529;
	margin-bottom: 49px;
	line-height: 1;
	text-align: center;
}

.phone_item {
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 47px;
}

.phone_item.show {
	display: flex;
}

.phone_text {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C757D;
	margin-right: 25px;
}

.phone_input {
	width: 151px;
	height: 43px;
	background: #FFFFFF;
	opacity: 1;
	border: 1px solid #CED4DA;
	border-radius: 25px;
	padding: 0 20px;
	font-size: 16px;
}
.jixu{
	display: none;
	margin: 30px auto;
	width: 120px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	background-color: #054175;
	color: #FFFFFF;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.jn_con{
		min-height:573px;
	}
}
@media screen and (max-width: 768px) {
	.jn_search {
		height: 40px;
	}

	.jn_select {
		width: 90px;
		padding-left: 10px;
		background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023020917092859840/cms/image/243d8796-61bd-4b5d-936e-1cc0bccec4c0.png) no-repeat center right 5px;
		background-size: auto 20%;
	}

	.huoqu {
		width: 70px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.danhao {
		width: calc(100% - 160px);
		font-size: 14px;
		padding: 0 10px;
	}

	.jn_optop {
		font-size: 14px;
	}

	#c_static_001-1682473606785 {
		padding: 30px 0;
	}

	.jn_title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.jieguo_top {
		margin: 20px 0;
		font-size: 16px;
	}

	.select_time {
		width: 100px;
		word-break: break-word;
	}

	.select_option {
		width: calc(100% - 130px);
		text-align: justify;
	}

	.kd_list.kd_lists>span::after {
		left: 124px;
		height: calc(100% - 12px);
		top: 12px;
	}

	.kd_list.kd_lists>span {
		width: 12px;
		height: 12px;
	}

	.select_option {
		font-size: 14px;
	}

	.kd_lists {
		padding: 0 10px;
		padding-bottom: 30px;
	}

	.jieguo_top span {
		margin-right: 10px;
	}
}
