.tipbox{
	background: #5ab0ee;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 14px 0 14px 10px;
	color: #fff;
	font-weight: bold;
}
.setbox {
    padding-top: 20px;
    width: 740px;
    margin: 0px auto;
}
.cntbox{
	width: 747px;
	height: 362px;
	margin: 0px auto;
	margin-top:20px;
	padding-top:20px;
	background: url("../images/getpwd.png") no-repeat;
}
.choose{
	padding-top: 25px;
	margin-left: 20px;
}
.choose-item{
	/* padding: 5px; */
	background: #FAFAFA;
	box-shadow: 1px 1px 1px #f4f4f4;
	border: 1px solid #efefef;
	cursor: pointer;
	margin: 20px;
	margin-top:0px;
	padding: 10px;
	width: 630px;
	border-radius: 5px;
}
.choose-item:hover{
	background-color: #f7f9fc;
}
.choose-item .title{
	font-size: 18px;
	line-height: 30px;
}

.choose-item .icon{
	position: relative;
	right: 10px;
	top: 20px;
}
.choose-item .left{
	float: left;
}
.getbtn{
	float: right;
	/* margin-top: 5px;
	margin-right: 20px; */
}
.steps{
	padding-top: 20px; 
}
.tabs li{
	width: 160px;
}
.accbox{
	padding-left: 100px;
	margin-top: 40px;
	width: 400px;
}
.tipmsg{
	font-size: 14px;
    padding: 5px 0px 0px 70px;
    color: #1cbd7a;
    font-weight: bold;
}
.npbox{
	width: 350px;
	margin: 0px auto;
	padding-top: 30px;
}
.npbox .fieldLabel{
	font-size: 14px;
	color: #666666;
}
.succmsg{
	margin-top: 40px;
	font-size: 18px;
	color: #1c9e29;
	height: 106px;
	text-align: center;
	line-height: 106px;
	background: url("../images/succtip.png") no-repeat;
	background-position: 20px 0px;
	font-weight: bold;
}
.step-wraps {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 38px;
}
.step-item {
	display: flex;
	align-items: center;
	position: relative;
	
}
.step-lines.finish {
	background: #4088ff !important;
}
.step-lines {
	margin: 10px 5px 0px 5px;
	background: #DCDCDC !important;
	width: 82px;
	height: 2px;
	background: #DCDCDC;
	border-radius: 0px 0px 0px 0px;
}
.step-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	background: #fff;
	z-index: 2;
}
.step-item.finish .step-circle {
	border-color: #4088ff;
	/* background: #4088ff; */
	color: #4088ff;
	width: 16px;
	height: 160x;
	border: 1px solid #1678FF;
	background-image: url("../images/check.png");
	background-size: 100%;
	background-repeat: no-repeat;

}
.step-item.current .step-circle {
	border-color: #4088ff;
	background: #4088ff;
	color: #fff;
}
.step-text {
	margin-left: 8px;
	white-space: nowrap;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #86909C;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.step-item.finish .step-text{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #1D2129;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.step-item.current .step-text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #1678FF;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
/* 页面容器，多页面隐藏切换 */
.page-box {
	display: none;
	margin: 0px 24px 0px 24px;
}
.page-box.active {
	display: block;
}