.codeLoginCentent {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
}

.centerDiv {
    width: 18rem;
    height: 100%;
}

.headerDiv {
    width: 100%;
    height: 10rem;
    margin-top: 2rem;
}

.headerDiv img {
    width: 100%;
    height: 100%;
    margin-left: 1rem;
}

.cententText {
    width: 100%;
    margin-top: 0.5rem;
}

.cententTitile {
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5282F0;
}

.formDiv {
    width: 100%;
    margin-top: 1rem;
}

.divLi {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    height: 2rem;
    width: 100%;
}

.divLi img {
    width: 1.5rem;
    height: 1.8rem;
    margin-right: 0.5rem;
}

.inputStyle {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 2rem;
    width: 140% !important;
}

.footerImg {
    width: 21rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.submintDiv {
    width: 100%;
    margin-top: 1.5rem;
}

.submitText {
    width: 100%;
    height: 2.3rem;
    line-height: 0.72rem;
    overflow: hidden;
    position: relative;
}

.registerDiv {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.registerDiv Button {
    width: 100%;
    height: 2.5rem;
    background: #5D8BF3;
    margin-bottom: 0.5rem;
}

.agreeA {
    font-size: 6px;
    line-height: 18px;
    margin-left: 5px;
    color: #1F529A;
}

.verificationCode {
    background: #5D8BF3;
    position: absolute;
    top: 0;
    left: 63%;
}

.positionStyle {
    position: relative;
}
