html,body{
    min-width: 100%;
    min-height: 100%;
}
.header{
    width: 100%;
    height: 1.17rem;
    background:#ffffff;
    line-height: 1.17rem;
    position: fixed;
    top: 0;
    left: 0;
}
.back-to{
    display: block;
    width: .46rem;
    height: .46rem;
    position: absolute;
    left: .4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
}
.header-title{
    font-size: .48rem;
    text-align: center;
}
.fixed-instead{
    z-index: -1;
    opacity: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.form{
    padding: 0 .4rem;
}
.form-item{
    border-bottom: 1px solid #ECECEC;
    padding-top: .3rem;
}
.form-item-label{
    font-size: .42rem;
}
.form-item-input{
    height: .93rem;
    line-height: .93rem;
}
.form-item-input input{
    display: block;
    height: 100%;
    width: 100%;
}
.form-btn{
    width: 100%;
    height: 1.17rem;
    text-align: center;
    line-height: 1.17rem;
    color: #fff;
    background: #08287E;
    font-size: .42rem;
    border-radius: .6rem;
    margin-top: 1.09rem;
}

.layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.layer-inner{
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 1.4rem 1.2rem;
    font-size: .4rem;
    border-radius: .13rem;
}
.layer-inner-close{
    width: .42rem;
    height: .42rem;
    position: absolute;
    top: .4rem;
    right: .4rem;
    background: url("../images/icon_close.png") no-repeat center center;
    background-size: 100% 100%;


}





.title{
    padding: .77rem .4rem 0;
}
.title-title{
    font-size: .42rem;
    color: #333;
}
.title-subtitle{
    color: #999;
    font-size: .37rem;
    margin-top: .35rem;
}