
.fp-header {
    width: 583px;
    height: 80px;
    padding: 22px 174px 23px;
}
.fp-header img {
	border: none;
}
.fp-icon-1 {
	background: url(../../images/pub/icon-lost-17.png) no-repeat center;
}
.active .fp-icon-1 {
	background: url(../../images/pub/icon-lost-17.png) no-repeat center;
}
.current .fp-icon-1 {
	background: url(../../images/pub/icon-lost-1.png) no-repeat center;
}
.fp-icon-2 {
	background: url(../../images/pub/icon-lost-2.png) no-repeat center;
}
.active .fp-icon-2 {
	background: url(../../images/pub/icon-lost-18.png) no-repeat center;
}
.current .fp-icon-2 {
	background: url(../../images/pub/icon-lost-4.png) no-repeat center;
}
.fp-icon-3 {
	background: url(../../images/pub/icon-lost-3.png) no-repeat center;
}
.active .fp-icon-3 {
	background: url(../../images/pub/icon-lost-3.png) no-repeat center;
}
.current .fp-icon-3 {
	background: url(../../images/pub/icon-lost-5.png) no-repeat center;
}
.fp-icon-4:before {
	background: url(../../images/pub/icon-lost-7.png) no-repeat center;
}
.active.fp-icon-4:before {
	background: url(../../images/pub/icon-lost-6.png) no-repeat center;
}
.fp-icon-5:before {
	background: url(../../images/pub/icon-lost-8.png) no-repeat center;
}
.active.fp-icon-5:before {
	background: url(../../images/pub/icon-lost-10.png) no-repeat center;
}
.fp-icon-6 {
	background: url(../../images/pub/icon-refresh.png) no-repeat center;
}
.fp-icon-6:hover {
	background: url(../../images/pub/icon-refresh-active.png) no-repeat center;
}
.fp-icon-7:before {
	background: url(../../images/pub/icon-lost-9.png) no-repeat center;
}
.active.fp-icon-7:before {
	background: url(../../images/pub/icon-lost-11.png) no-repeat center;
}
.fp-icon-8:before {
	background: url(../../images/pub/icon-lost-13.png) no-repeat center;
}
.active.fp-icon-8:before {
	background: url(../../images/pub/icon-lost-12.png) no-repeat center;
}
.fp-icon-9:before {
	background: url(../../images/pub/icon-lost-14.png) no-repeat center;
}
.active.fp-icon-9:before {
	background: url(../../images/pub/icon-lost-15.png) no-repeat center;
}
.fp-success {
	display: inline-block;
	width: 140px;
	height: 140px;
	background: url(../../images/pub/icon-lost-16.png) no-repeat center;
}
.fp-success-text {
	line-height: 56px;
}
.fp-text {
	line-height: 30px;
}
.fp-content {
    text-align: center;
    padding-top: 50px;
}
.fp-progresses {
    line-height: 0;
    font-size: 0;
}
.fp-progress {
	position: relative;
    display: inline-block;
    width: 306px;
    height: 100px;
    line-height: 18px;
    font-size: 14px;
}
.fp-progress-icon {
    position: absolute;
    top: 0;
    left: 122px;
    width: 62px;
    height: 62px;
    z-index: 1;
}
.fp-progress-bg {
    position: absolute;
    top: 27px;
    left: 50%;
    width: 50%;
    height: 8px;
    background: #d8d8d8;
}
.fp-progress-bg.fp-full {
	left: 0;
	width: 100%;
}
.fp-progress-bg.fp-right {
	left: 0px;
}
.active .fp-progress-bg {
    background: #c9a564;
}
.fp-progress-mes {
    padding-top: 76px;
    display: inline-block;
    color: #b0b0b0;
}
.active .fp-progress-mes {
	color: #434343;
}
.fp-form {
    display: none;
    width: 412px;
    padding-top: 84px;
}
.fp-form.act {
    display: inline-block;
}
.fp-body {
	text-align: left;
}
.fp-input {
	position: relative;
    height: 58px;
}
.fp-input > * {
	float: left;
}
.fp-error {
    display: inline-block;
    width: 100%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    color: #de6c46;
    line-height: 28px;
    padding: 0 26px;
}
.fp-value {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 8px 26px 7px;
}
.fp-value {
	border-bottom: 1px solid #dbdbdb;
}
.active .fp-value {
	border-bottom: 1px solid #c9a564;
}
.fp-value input {
	display: block;
	width: 100%;
	height: 100%;
    border: none;
}
.fp-input:before {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 30px;
	top: 0;
	left: 0;
	content: ' ';
}
.fp-button {
    margin-top: 70px;
    width: 240px;
    line-height: 42px;
    background: #dbdbdb;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
	cursor: no-drop;
}
.fp-button.active {
	background: #c9a564;
	cursor: pointer;
}
.fp-value.fp-half {
    width: 250px;
}
.fp-verify {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin: 0 10px;
}
.fp-refresh {
    display: inline-block;
    width: 32px;
    height: 30px;
    cursor: pointer;
}
.fp-message {
    display: inline-block;
    width: 142px;
    height: 30px;
    margin: 0 10px;
    line-height: 30px;
    text-align: center;
    background: #c9a564;
    color: #ffffff;
    cursor: pointer;
}
.fp-message.disable {
	color: #dbdbdb;
	cursor: no-drop;
}

.fp-first {
	display: none;
}
.fp-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	filter: Alpha(opacity=30);
	z-index: 2;
}
.fp-first-body {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 200px;
	margin-top: -100px;
	margin-left: -140px;
	background: #ffffff;
	z-index: 3;
}
.fp-first-body h3 {
	line-height: 60px;
	text-align: center;
}
.fp-content {
	padding: 16px 20px;
}
.fp-first-close {
    line-height: 58px;
    cursor: pointer;
    color: #a5a5a5;
    padding-right: 4px;
}
.fp-first-close:hover {
	color: #c9a564;
}
.fp-first .fp-input {
	width: 130px;
}
.fp-send {
	width: 106px;
	line-height: 38px;
	background: #c9a564;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
}
.fp-first .fp-input {
    display: inline-block;
    float: left;
    width: 128px;
    height: 38px;
    border: 1px solid #c8d6dd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #ececec;
}

.fp-first .fp-button {
    display: inline-block;
    width: 100%;
    height: 38px;
    cursor: pointer;
    background: url(../../images/pub/icon-login.png) no-repeat center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    border-radius: 5px;
    margin: 0;
}
.fp-first .fp-button:hover {
    background: url(../../images/pub/icon-login-hover.png) no-repeat center;
}
.fp-first .fp-button.active {
    background: url(../../images/pub/icon-login-active.png) no-repeat center;
}
.fp-pic {
    float: left;
	width: 80px;
	height: 38px;
	display: inline-block;
}
.fp-new {
    float: left;
	width: 32px;
	height: 38px;
	display: inline-block;
	cursor: pointer;
}
#step3 .fp-body > * {
	display: inline-block;
	width: 100%;
	text-align: center;
}

