.displayFlex{
    display: flex;
    align-items: center;
}
body{
    background-color: #fff;
}
.fontP{
    font-size: 16px;
}
.leftP{
    margin-left: 10px;
}
.loginNav{
    font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
}
.nav{
    width: 100%;
    height: 110px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.header{
    width: 1210px;
    margin: auto;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image{
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #333;
    margin-left: -10px;
}
.haveAccount{
    font-size: 16px;
    float: right;
    margin-top: 55px;
    color: #999;
}

/* 注册 */
.center{
    width: 100%;
}
.centerContainer{
    width: 1210px;
    height: 500px;
    margin: auto;
}
.progress{
    width: 440px;
    display: flex;
    align-items: center;
    margin: auto;
}
.progress-bar{
    position: relative;
    margin: 80px auto 0;
    display: flex;
}
.progress-bar .pro-step {
    float: left;
    text-align: center;
}
.progress-bar .pro-step .step-index {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-position: -45px -200px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #009688;
    border-radius: 60%;
}
.progress-bar .pro-step .step-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #009688;
    white-space: nowrap;
}
.progress-bar .pro-step .step-two {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-position: -45px -200px;
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 60%;
}
.progress-bar .pro-step .step-three {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-position: -45px -200px;
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 60%;
}
.progress-bar .pro-step .step-before {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.pro-line>span:nth-child(1){
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
}
/* 手机号码 */
.main{
    margin: 50px auto 186px;
    width: 440px;
}
.labelInput{
    width: 20%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    border: 1px solid #e6e6e6;
    border-right: none;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.layui-form-item{
    height: 70px;
    position: relative;
    z-index: 2;
}
.layui-form-checked[lay-skin=primary] i{
    background-color: #009688 !important;
    border-color: #009688 !important;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #009688 !important;
}
.agreen{
    display: flex;
    align-items: center;
    margin-top: -20px
}

/* 账号信息 */
.information{
    display: none;
    margin: 50px auto 186px;
    width: 440px;
}
/* 注册成功 */
.resigerSuccess{
    width: 1210px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: none;
}
.congratulations{
    color: #494949;
    font-size: 22px;
    font-weight: 600;
    margin: 40px 0 20px 0;
}
.success{
    color: #9e9e9e;
    font-size: 16px;
    height: 35px
}
.btn1{
    width: 150px !important;
    height: 50px!important;
    background: red!important;
    opacity: .8!important;
    font-weight: 600!important;
    font-size: 16px!important
}
.btn2{
    width: 150px;
    height: 50px;
    border: 1px solid red;
    color: red;
    font-weight: 600;
    font-size: 16px
}