.zhuce_form{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhuce_tittle{
	text-align: center;
    font-size: 25px;
    margin-bottom: 20px;

    color: #fff;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
}
.zhuce_info{
	display: flex;
    justify-content: center;
}
#yid3,#zid3,#bid3{
	width:247px;
}
.zhuce_submit{
	border: none;
    border-radius: 3px;
    color: #fff;
    padding: 6px 13px;
    width: 257px;
    height: 35px;
}
.register-progressbar0{
   	width: 350px;
    height: 14px;
    background: #ccc;
    border-radius: 20px;
   }
.register-progressbar100{
   	height: 40px;
   	width: 0%;
   	background: url("/assets/images/bar/progress100.png") no-repeat;
}
.active1{
   	animation:mymove1 1s;
   	animation-fill-mode : forwards 
}
.active2{
   	animation:mymove2 1s;
   	animation-fill-mode : forwards 
}
.active3{
   	animation:mymove3 1s;
   	animation-fill-mode : forwards 
}
.active4{
   	animation:mymove4 1s;
   	animation-fill-mode : forwards 
}
.active5{
   	animation:mymove5 1s;
   	animation-fill-mode : forwards 
}
.active6{
   	animation:mymove6 1s;
   	animation-fill-mode : forwards 
}
@keyframes mymove1{
   	0% {width: 0%}
   	100% {width: 10%}
}
@keyframes mymove2{
   	0% {width: 0%}
   	100% {width: 25%}
}
@keyframes mymove3{
   	0% {width: 0%}
   	100% {width: 50%}
}
@keyframes mymove4{
   	0% {width: 0%}
   	100% {width: 77%}
}
@keyframes mymove5{
   	0% {width: 0%}
   	100% {width: 90%}
}
@keyframes mymove6{
   	0% {width: 0%}
   	100% {width: 110%}
}