
.hualianxin_xcxba_content{
	width: 100%;
	height: 100%;
	/*margin-top: 70px;*/
	padding-bottom: 40px;
	background: #F3F4F6;
}

.hualianxin_xcxba_steps{
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hualianxin_xcxba_step{
	width: 42px;
	white-space: nowrap;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.hualianxin_xcxba_step.active{
	color: #155bd4;
}

.hualianxin_xcxba_step div:first-child{
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	font-size: 24px;
	color: #999999;
	background: #FFFFFF;
	margin-bottom: 14px;
}

.hualianxin_xcxba_step.active div:first-child{
	background: #155bd4;
	color: #FFFFFF;
}

.hualianxin_xcxba_around{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 15px;
	background: #D3D3D3;
	margin-bottom: 35px;
}

.hualianxin_xcxba_around.green{
	background: #155bd4;
}

/* ----------------------- */

.hualianxin_xcxba_box{
	width: 1200px;
	height: 620px;
	margin: 0 auto;
	background: #FFFFFF;
}

.hualianxin_xcxba_box_head{
	width: 295px;
	height: 44px;
	background: url(/pc_static/imgs/ktfw/title0.png);
	background-position: center;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
}

/* ----------------------- */

.hualianxin_xcxba_box_cen{
	padding: 0 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hualianxin_xcxba_box_left{
	margin-bottom: 80px;
}

.hualianxin_xcxba_box_left_items{
	font-size: 14px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.hualianxin_xcxba_box_left_items_tip{
	font-size: 15px;
	margin-right: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.hualianxin_xcxba_box_left_items_tip img{
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 5px;
}

.hualianxin_xcxba_box_left_items_label{
	width: 98px;
	text-align: right;
	margin-right: 10px;
}

.hualianxin_xcxba_box_left_items_inp{
	width: 353px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	outline-color: #155bd4;
	box-sizing: border-box;
}

.hualianxin_xcxba_box_left_items span{
	color: #FF3131;
	cursor: pointer;
}

.hualianxin_xcxba_box_left_items input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.hualianxin_xcxba_box_left_items input[type="checkbox"]::after {
	width: 16px;
	height: 16px;
	content: "";
	color: #fff;
	display: inline-block;
	visibility: visible;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}

.hualianxin_xcxba_box_left_items input[type="checkbox"]:checked::after{
	content:"✓";
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	background-color: #155bd4;
	border-color: #155bd4   ;
}

.hualianxin_xcxba_box_left_items_btn{
	width: 190px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #155bd4;
	border-radius: 3px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.hualianxin_xcxba_box_left_items_btn:hover{
	opacity: 0.9;
}

.hualianxin_xcxba_box_left_items_back{
	color: #155bd4;
	margin-left: 20px;
	cursor: pointer;
}

.hualianxin_xcxba_box_right{
	height: 545px;
	padding-left: 86px;
	border-left: 1px solid #E3E3E8;
}

.hualianxin_xcxba_box_right_top{
	width: 350px;
	
	border-radius: 3px;
	overflow: hidden;
}

.hualianxin_xcxba_box_right_top_title{
	width: 100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #155bd4;
	font-size: 16px;
	color: #FFFFFF;
}

.hualianxin_xcxba_box_right_top_tips{
	position: relative;
	height: 265px;
	padding: 16px;
	border: 1px solid #E3E3E8;
	box-sizing: border-box;
	overflow-y: scroll;
}

.hualianxin_xcxba_box_right_top_tips_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.hualianxin_xcxba_box_right_top_tips::-webkit-scrollbar{
	display:none
}

.hualianxin_xcxba_box_right_top_tip{
	margin-bottom: 20px;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
}

.hualianxin_xcxba_box_right_bottom{
	width: 350px;
	background: #FFFFFF;
	border: 1px solid #E3E3E8;
	border-radius: 3px;
	margin-top: 10px;
}

.hualianxin_xcxba_box_right_bottom_title{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	border-bottom: 1px solid #E3E3E8;
}
#hlxsqcxCode{
	margin-left: 20px;
	cursor: pointer;
	color: #fff!important;
	display: block;
	background: #4c69fc;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.hualianxin_xcxba_box_right_bottom_infor{
	width: 100%;

	padding: 10px;
	color: #666666;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.hualianxin_xcxba_box_right_bottom_infor div:first-child{
	font-size: 16px;
}

.hualianxin_xcxba_box_right_bottom_infor div:last-child{
	font-size: 14px;
}