@charset "utf-8";
.signup{
	background-color:#fff;
	border-radius:5px;
	border:1px solid #f0f0f0;
	margin-left:auto;
	margin-right:auto;
}
.signup .title{
	font-size:24px;
}
.progressbar{
	padding:0 80px;
	background-color:#fff;
	border-radius:5px;
}
.progressbar .spots{
	position:relative;
}
.progressbar .spots .spot{
	width:16px;
	height:16px;
	border-radius:16px;
	background-color:#5899f2;
	z-index:2;
}
.progressbar .spots spot{
	display:none;
}
.progressbar .spots spot~div{
	background-color:#e4e4e4!important;
}
.progressbar .spots .line{
	position:absolute;
	left:0;
	top:6px;
	width:100%;
	height:3px;
	background-color:#e4e4e4;
	z-index:0;
}
.progressbar .spots .line-setwidth{
	position:absolute;
	left:0;
	top:6px;
	width:0%;
	height:3px;
	background-color:#5899f2;
	z-index:1;
}
.progressbar .spots .line-setwidth.sw25{
	width:25%;
}
.progressbar .spots .line-setwidth.sw50{
	width:50%;
}
.progressbar .spots .line-setwidth.sw75{
	width:75%;
}
.progressbar .spots .line-setwidth.sw100{
	width:100%;
}
.progressbar .icon-name{
	margin:20px -35px 0;
}
.progressbar .icon-name .li{
	font-size:14px;
}


.signup .form .dl{
	margin-bottom:20px;
}
.signup .form .dl .dt{
	width:75px;
	height:50px;
}
.signup .form .dl .dd{
	position:relative;
}
.signup .form .dl .dd:before{
	content:'';
	position:absolute;
	left:15px;
	top:10px;
	width:45px;
	height:30px;
	background-repeat:no-repeat;
	background-size:contain;
	border-right:1px solid #e5e5e5;
}
.signup .form .dl.username .dd:before{
	background-image:url(/img/fullname.svg);
}
.signup .form .dl.cardid .dd:before{
	background-image:url(/img/cardid.svg);
}
.signup .form .dl.phone .dd:before{
	background-image:url(/img/phone.svg);
}
.signup .form .dl .dd input{
	width:100%;
	height:50px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	outline:0;
	padding-left:80px;
	box-sizing:border-box;
	font-size:18px;
	transition:all 0.5s;
	margin-bottom:5px;
}
.signup .form .dl .dd input::placeholder{
	color:#ddd;
}
.signup .form .dl .dd input:focus{
	border:1px solid #bd2e26;
}
.signup .form .dl .dd .notes{
	font-size:12px;
	color:#8d8d8d;
}

.signup .form .btn .button{
	width:200px;
	height:50px;
	border-radius:5px;
	background-color:#5899f2;
	color:#fff;
	cursor:pointer;
}
.signup .form2{
}
.signup .form2 .remind{
	color:#f00001;
	font-size:12px;
	margin-bottom:45px;
}
.signup .form2 .subject .li{
	
	border:1px solid #ccc;
	padding:0 5px;
	border-radius:5px;
	margin:0 0.6%;
	margin-bottom:20px;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
}
.signup .form2 .subject .li.selected{
	background-image:url(/img/picker.svg);
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:right center;
}

.signup .form2 .btn .button{
	width:200px;
	height:50px;
	border-radius:5px;
	background-color:#5899f2;
	color:#fff;
	cursor:pointer;
}
.signup .form3{
	
}
.signup .form3 .success{
	color:#36a8f5;
	line-height:26px;
}

.signup .form3 .btn{
	margin-top:60px;
}
.signup .form3 .btn .button{
	width:200px;
	height:50px;
	border-radius:5px;
	background-color:#5899f2;
	color:#fff;
	cursor:pointer;
}

#signup2, #signup3{
	display:none;
}