.swMain {
	overflow: visible;
	margin: 0 auto;
	width: 1113px;
	font-family: 微软雅黑;
}
.swMain, .swMain .stepContainer {
	position: relative;
	padding: 0;
	border: 0 solid #ccc;
	font-family: 微软雅黑
}
.swMain .stepContainer {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0
}
.swMain .stepContainer div.content {
	overflow: visible;
	margin: 0;
	width: 1190px;
	height: 570px
}
.swMain .stepContainer div.content {
	z-index: 88;
	clear: both;
	display: block;
	background: #fff;
	color: #1069b5;
	text-align: left
}
.swMain div.actionBar {
	position: relative;
	overflow: auto;
	margin: 5px 0 0;
	text-align: center;
	padding: 0;
	width: 1113px;
	height: 80px
}
.swMain .stepContainer .StepTitle {
	position: relative;
	z-index: 88;
	clear: both;
	display: block;
	margin: 0;
	padding: 5px;
	height: 30px;
	border: 0 solid #2f99f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #37c9ff;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor {
	clear: both;
	margin: 5px 0;
	border: 0 solid #ccc;
	background: 0 0;
	list-style: none
}
.swMain ul.anchor, .swMain ul.anchor li {
	position: relative;
	float: left;
	display: block;
	padding: 0
}
.swMain ul.anchor li {
	margin: 0;
	padding-right: 3px;
	padding-left: 0;
	border: 0 solid #e0e0e0
}
.swMain ul.anchor li a {
	position: relative;
	z-index: 99;
	float: left;
	display: block;
	margin: 0;
	padding: 3px 2px 3px 2px;
	width: 360px;
	height: 60px;
	outline-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none
}
.swMain ul.anchor li a .stepNumber {
	position: relative;
	float: left;
	padding: 5px;
	padding-top: 0;
	width: 30px;
	text-align: center;
	font: 700 45px Verdana, Arial, Helvetica, sans-serif
}
.swMain ul.anchor li a .stepDesc {
	position: relative;
	float: left;
	display: block;
	padding: 5px;
	text-align: left;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 18px;
}
.swMain ul.anchor li a .stepDesc small {
	font-family: "微软雅黑";
	font-size: 18px;
}
.swMain ul.anchor li a.selected {
	background: url("../images/bg/tab_on.png") no-repeat bottom left;
	cursor: text
}
.swMain ul.anchor li a.selected, .swMain ul.anchor li a.selected:hover {
	background: url("../images/bg/tab_on.png") no-repeat bottom left;
	color: #ff7800
}
.swMain ul.anchor li a.done {
	background: url("../images/bg/tab_hover.png") no-repeat bottom left;
	position: relative;
	z-index: 99;
	color: #27adeb;
}
.swMain ul.anchor li a.disabled {
	background: url("../images/bg/tab_off.png") no-repeat bottom left;
	color: #c4c4c4;
	cursor: text
}
.swMain ul.anchor li a.error {
	border: 1px solid #fb3500!important;
	background: #f08f75!important;
	color: #6c6c6c!important
}
.swMain ul.anchor li a.error:hover {
	color: #000!important
}
.swMain .buttonNext {
	float: left;
	display: block;
	margin: 5px 3px 0;
	width: 247px;
	height: 50px;
	line-height: 50px;
	outline-style: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #0b51b7;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.swMain .buttonDisabled {
	background-color: #0b51b7!important;
	color: #fff!important;
	cursor: text
}
.swMain .buttonPrevious {
	float: left;
	display: block;
	margin: 5px 3px 0;
	width: 247px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	outline-style: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #0b51b7;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.txtBox {
	padding: 2px;
	width: 430px;
	border: 1px solid #ccc;
	color: #5a5655;
	font: 13px Verdana, Arial, Helvetica, sans-serif
}
.txtBox:focus {
	border: 1px solid #ea8511
}
.arrow_box1 {
	width: 700px;
	height: 60px;
	line-height: 60px;
	margin: 40px auto 40px;
	position: relative;
	background: #ff8223;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 10px;
}
.arrow_box1:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 130, 35, 0);
	border-top-color: #ff8223;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box {
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin: 40px auto 40px;
	position: relative;
	background: #ff8223;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 10px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 130, 35, 0);
	border-top-color: #ff8223;
	border-width: 10px;
	margin-left: -10px;
}
