@import url('./global.css');

.login{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    background-color: #fff;
    width: 100%;
}

.headerTu{
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    background-color: gray;
}
.headerTu img{

    height: 2.4rem;
    width: 100%;
}

.form_box{
    width: 100%;
    height: 3.63rem;
    overflow: scroll;
    padding: 0 .38rem;
    background-color: #fff;
}
.form_box_item{
    width: 100%;
    height: .56rem;
    margin-top: .15rem;
    font-size: 0;
    position: relative;
}
.form_box_cancel{
    width: .13rem;
    height: .13rem;
    position: absolute;
    top: .21rem;
    right: 0;
}
.form_box_cancel img{
    max-width: 100%;
}
.form_box_item_box{
    width: 100%;
    height: .56rem;
    line-height: .56rem;
    font-size: .16rem;
    /* color: #ccc; */
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc;
}
.form_box_item input,
.form_box_item2 input{
    color: #ccc;
}
form input::-webkit-input-placeholder{
    color: #ccc;
}
.form_box_item2{
    width: 100%;
    height: .56rem;
    display: flex;
    /* background-color: red; */
    border-bottom: .01rem solid #DCDCDC;
    justify-content: space-between;
}
.form_box_item2_input{
    width: 40%;
    height: .54rem;
    line-height: .56rem;
    font-size: .16rem;
    color: #ccc;
}
.form_box_item2_a{
    width: 40%;
    height: .56rem;
    line-height: .56rem;
    text-align: right;
    font-weight: 500;
    font-size: .14rem;
    color: #16C48B;
    /* background-color: khaki; */
}
.form_box_submit{
    width: 100%;
    height: .4rem;
    display: block;
    line-height: .4rem;
    text-align: center;
    font-size: .16rem;
    color: #16C48B;
    border-radius: .2rem;
    border: 1px solid #16C48B;
    margin-top: .5rem;
}
.form_box_weiixn{
    background-color: #16C48B;
    color: #fff;
    margin-top: .25rem;
}
