  @charset "utf-8";

div.step_double > div {
	float: left;
	width: 50%;
	/*margin-bottom: 20px;*/
}

div.step_double div.pageprev {
	float: left;
	text-align: left;
	padding-right: 1px;
	width: 49%;
}
div.step_double div.pagenext {
	float: right;
	text-align: right;
	width: 50%;
}

/*£¨Ï¶égÓÐ¤ê£©*/
div.step_double.no2 {
	display: table;
	position: relative;
	border-collapse: separate;
	border-spacing: 15px 0;
	margin-left: -15px;
	width: 104%;
}
div.step_double.no2 > div {
	float: none;
	display: table-cell;
	width: 50%;
}
.layoutTypeB div.step_double.no2 {
	width: 103%;
}
div.step_double.no2:after {
	display: none;
}
.w40 {
	width:40% !important;
}
.w60 {
	width:60% !important;
}
.w33 {
	width:33% !important;
}
.alC {
    text-align: center !important;
}
