@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 .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 .login{
    width: 6.34rem;
    height: .88rem;
    background: #29D350;
    border-radius: .88rem;
    margin: .8rem auto .4rem auto;
}
.page1 .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;
}
.page1 .form-item input{
    width: 100%;
    box-sizing: border-box;
    height: 1rem;
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}