@charset "utf-8";
#wrap{
    padding-top: .88rem;
}
.page1 .ban{
    width: 100%;
    height: 4.5rem;
    background: url(../images/login_bj.png) no-repeat center center;
    background-size: cover;
    padding-top: 1.38rem;
    position: relative;
    z-index: 10;
}
.page1 .phone{
    width: 6.34rem;
    height: 1.28rem;
    background: #fff;
    border-radius: .87rem;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    top: -.2rem;
}
.page1 .phone_con{
    height: 1.28rem;
    margin: 0 .48rem;
}
.page1 .phone input{
    border: none;
    height: .8rem;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 3rem;
    margin-right: .4rem;
    letter-spacing: 1px;
}
.page1 .phone .line{
    width: 1px;
    height: .4rem;
    background: #DCDEE0;
    margin: 0 .4rem;
}
.page1 .yhxy .ask{
    width: .32rem;
    height: .32rem;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.page1 .yhxy .ask .layui-icon{
    display: none;
}
.page1 .on .ask{
    background: #29D350;
    border-color: #29D350;
}
.page1 .on .ask .layui-icon{
    display: block;
}
.page1 .getMsgCode{
    width: 6.34rem;
    height: .88rem;
    background: #29D350;
    border-radius: .88rem;
    margin: .96rem auto;
}
.page2 .msgCode{
    margin: 0 .32rem .48rem .32rem;
}
.page2 .msgCode .code-input-item{
    width: .96rem;
    border-bottom: .04rem solid #DCDEE0;
}
.page2 .msgCode .code-input-item input{
    display: block;
    width: .96rem;
    border: none;
    height: .94rem;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #1D2129;
    font-size: .48rem;
    font-weight: bold;
}
.page2 .msgCode .code-input-item-on{
    border-bottom-color: #29D350; 
}
.page3 .form-item{
    width: 6.34rem;
    height: 1.28rem;
    background: #fff;
    border-radius: .87rem;
    padding: 0 .6rem;
    margin:0 auto .32rem auto;
    position: relative;
    z-index: 20;
}
.page3 .form-item input{
    width: 100%;
    box-sizing: border-box;
    height: 1rem;
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.page3 .reg{
    width: 6.34rem;
    height: .88rem;
    background: #29D350;
    border-radius: .88rem;
    margin: .8rem auto 0 auto;
}