html {
    position: relative;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
   
}

body {
    /* Margin bottom by footer height */
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

a {
    text-decoration: none;
}
section {
    width: 5.5rem;
    margin: 0 auto;
}

    section .image {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 0.75rem;
    }

        section .image img {
            width: 3.52rem;
            height: 1.28rem;
        }

    section .formInput {
        width: 100%;
    }

        section .formInput .input_wrap {
            border-bottom: 1px solid #ccc;
            margin-bottom: 0.2rem;
            height: 0.75rem;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            section .formInput .input_wrap img {
                width: 0.3rem;
                height: 0.35rem;
            }

            section .formInput .input_wrap span {
                display: block;
                height: 0.35rem;
                font-size: 0.3rem;
                border-left: 1px solid #ccc;
                margin: 0 0.3rem 0;
            }

            section .formInput .input_wrap input {
                border: none;
                outline: none;
            }


    section .rememberPWD {
        font-size: 0.3rem;
        margin: 0 0 0.5rem 0;
        display: flex;
        justify-content:space-between;
        align-items: center;
    }

.btn {
    width: 100%;
    height: 0.8rem;
    color: #fff;
    border: none;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    background: url("https://static.ailai.com/osssync/img/login-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.btn2 {
    background: #f3f4f6;
    color: #555;
    margin-top: 0.25rem;
}
    section .tip {
        width: 100%;
        height: 0.5rem;
        font-size: 0.3rem;
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-top:0.3rem;
    }

        section .tip .tip_p .one {
            color:#999;
        }
        section .tip .tip_p .two {
            color: red;
            height: 0.5rem;
            display: inline-block;
            text-decoration:none;
        }
img {
    vertical-align: middle;
    border-style: none;
}
