.reg-header{
    width: 100%;
    height: 100px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15);

}
.container{
	width:1200px;
	height: 100px;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.h-left{
    width: 300px;
    height: 44px;
    display: flex;
    align-items: center;
}
.h-left span{
    color: #201D1D;
    font-size: 20px;
    margin-left: 10px;
}
.reglogo{
    width: 130px;
    height: 44px;
}
.h-right{
    color: #666666;
    font-size: 20px;
}
.tologin{
    color: #EB3238;
    font-size: 20px;
}
.content{
	border-bottom: 1px solid #999;
}
.register-box{
    width: 400px;
    height: 360px;
    margin: 150px auto;
}
.reg-step{
    width: 380px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.reg-step::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #E5E5E5;
    z-index: -1;
}
.step-item{
    width: 80px;
    height: 60px;
    text-align: center;
}
.step, .step2, .step3{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #E5E5E5;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
}
.desc, .desc2, .desc3{
    font-size:12px;
    color: #999999;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
}

.active{
    background-color: #00C65D;
}
.curstep{
    color: #00C65D;
}

.item{
    width: 398px;
    height: 52px;
    border: 1px solid #E5E5E5;
    margin-top: 40px;
    display: flex;
}
.next-step , .finishbtn{
    width: 400px;
    height: 54px;
    background-color: #EB3238;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    margin-top: 50px;
}
.item-name{
    width: 90px;
    height: 52px;
    border-right: 1px solid #e5e5e5;
    line-height: 52px;
    text-align: center;
    display: block;
    color: #666666;
    font-size: 14px;
}
.second{
    display: none;
}
.phone{
    width: 309px;
    height: 52px;
    border: none;
    padding: 0 10px;
    outline: none;
}
.smcode{
    width: 270px;
    height: 52px;
    border: none;
    padding: 0 10px;
    outline: none;
}
.codebtn{
    width: 130px;
    height: 52px;
    background-color: #E5E5E5;
    color: #201D1D;
    font-size: 14px;
    border: none;
}
.finishbtn{
    display: none;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    color: #666666;
    font-size: 12px;
}
.quickentry{
    width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding-top: 30px;
}
.footer p{
    text-align: center;
    line-height: 40px;
}
.quickentry a{
   color: #666666;
}
.quickentry a:hover{
    color: #EB3238;
 }

 .txt{
     color: #201D1D;
 }
 .success-box{
     display: none;
     text-align: center;
     margin-top: 30px;
 }
 .success-box a{
     color: #EB3238;
 }
 .intro{
     font-size: 12px;
     color: #666666;
     margin-top: 20px;
 }
 .intro span{
     color: #EB3238;
 }