@charset "UTF-8";
.pcMain .registerBox{
    width: 980px;
    margin: 0 auto;
}
.pcMain .stepBox{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    height: 66px;
}
.pcMain .stepItem{
    position: relative;
    font-size: 18px;
    color: #bfbfbf;
    padding: 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pcMain .stepNumber{
    margin-right: 7px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: #bfbfbf;
    border-radius: 50%;
}
.pcMain .stepItem.active{
    color: #FB4E4E;
}
.pcMain .stepItem.active .stepNumber{
    background-color: #FB4E4E;
    
}
.pcMain .stepItem.active::after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -2px;
    height: 4px;
    background-color: #FB4E4E;
}
.pcMain .contentBox{
    width: 500px; 
    margin: 40px auto 0;
}
.pcMain .contentBox .demo-reg-container{
    margin: 0 40px;
    
}
.pcMain .contentBox .layui-form-item{
    margin-bottom: 34px!important;
}
.pcMain .contentBox .layui-input-block{
    margin-left: 82px;
}
.pcMain .contentBox .layui-form-label{
    padding: 9px 0;
    width: 58px;
}
.pcMain #step1,.pcMain #step2,.pcMain #step3{
    display: none;
}
.pcMain #step1.active,.pcMain #step2.active,.pcMain #step3.active{
    display: block;
}
.pcMain .registerSuccessBox{
    padding-top: 113px;
    /* width: 240px; */
    margin: 0 auto;
}
.pcMain .registerSuccess{
    display: flex;
    justify-content: center;
}
.pcMain .rsImg{
    width: 80px;
    margin-right: 16px;
}
.pcMain .rsImg img{
    width: 80px;
    height: 80px;
}
.pcMain .rsText{
    font-size: 16px;
    color: #1a1a1a;
}
.pcMain .rsText p{
    margin-bottom: 16px;
    white-space: nowrap;
}
.pcMain .rsText p a{
    color: #FB4E4E;
}
.pcMain .rsText p a:hover{
    text-decoration: underline;
}
.pcMain footer{
    background-color: #fff;
}