﻿/**/
#wizard {
	font-size: 12px;
	/*height:calc(100vh - 160px);*/
	min-height: 550px;
	margin-top: 10px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}
#wizard .items {
	width: 20000px;
	clear: both;
	position: absolute;
}
#wizard .right {
	float: right;
}
#wizard #status {
    width: 950px;
	height: 70px;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
}
#status li {
	width: 10.3%;
	float: left;
	color: #fff;
	padding: 10px 30px;
	color: #565656;
	text-align: center;
	position: relative;
}
.dmapp #status li{
	width: 7.7%
}
#status li:first-child em {
	border-radius: 5px 0 0 5px;
}
#status li:last-child em {
	border-radius: 0 5px 5px 0;
}
#status li strong {
	position: relative;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #fff;
	background: #ccc;
	border-radius: 50%;
	font-size: 18px;
	font-weight: normal;
}
#status li em {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 10px;
	background: #ccc;
}
#status li.active {
	font-weight: normal;
}
#status li.active strong {
	background: #4298ff;
}
#status li.active em {
	background: #4298ff;
}
.input {
	width: 240px;
	height: 18px;
	margin: 10px auto;
	line-height: 20px;
	border: 1px solid #d3d3d3;
	padding: 2px
}
.page {
	padding:10px 20px;
	width: 960px;
	height: 375px;
	float: left;
	position: relative;
}
.page h3 {
	height: 35px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px
}
.page h3 em {
	font-size: 12px;
	font-weight: 500;
	font-style: normal
}
.page p {
	line-height: 24px;
}
.page p label {
	font-size: 14px;
	display: block;
}
.btn_nav {
	width: 260px;
	height: 36px;
	line-height: 36px;
	margin: 10px auto;
	position: absolute;
	white-space:nowrap;
	left: 50%;
	bottom: -60px;
	margin-left: -130px;
	text-align: center;
}
.prev, .next {
	width: 100px;
	height: 32px;
	cursor: pointer
	background: #ffc224;
	background: -webkit-linear-gradient(#ffc224, #f9921e); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ffc224, #f9921e); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ffc224, #f9921e); /* Firefox 3.6 - 15 */
	background: linear-gradient(#ffc224, #f9921e); /* 标准的语法 */
	border: none;
	padding: 5px 20px;
	border-radius: 4px;
	border-top: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.3) solid;
	color: #fff;
	cursor: pointer;
}
.prev:hover, .next:hover {
	background: #f9921e;
	background: -webkit-linear-gradient(#f9921e, #ffc224); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f9921e, #ffc224); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f9921e, #ffc224); /* Firefox 3.6 - 15 */
	background: linear-gradient(##f9921e, #ffc224); /* 标准的语法 */
}