body {
    background-size: cover !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
    background: url(../images/bg1.jpg) no-repeat center center fixed;
}

html {
    font-size: calc(100vw / 100);
}

.warpper {
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
}

.title {
    text-align: center;
    margin-top: -60px;
}

.title h3 {
    font-size: 44px;
    /* font-family: FZLSJW; */
    font-weight: bold;
    color: #40beff;
    letter-spacing: 9px;
    margin: 0;
}

.login-box {
    text-align: center;
    width: 530px;
    height: 440px;
    /* margin-top: 20px; */
    margin-left: calc(50% - 265px);
    background-image: url(../images/1.png);
    background-size: 100% 100%;
}

.login-box-title {
    font-size: 27px;
    margin-top: -9px;
    font-weight: normal;
    color: #40beff;
    margin-bottom: 24px;
}

.logo {
    /* background-image: url(./images/ic_hz@3x.png); */
    background-size: 100% 100%;
    width: 144px;
    height: 144px;
    margin: 0 auto;
    position: relative;
    z-index: 33;
    background: #FDFCF9;
    border-radius: 50%;
}

.logo img {
    width: 90%;
    height: 90%;
}

.login-form {
    /* background: #FDFCF9; */
    box-shadow: 0px 1px 4px 0px rgba(44, 58, 52, 0.35);
    border-radius: 10px;
    padding: 80px 60px 0 60px;
    box-sizing: border-box;
    /* height: 300px; */
    /* margin-top: 20px; */
}

.icon-box {
    position: absolute;
    left: 10px;
    z-index: 5;
    top: 0;
    background-image: url(../images/my.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
    background-size: 18px auto;
    background-position-y: center;
}

.icon-password {
    background-image: url(../images/pwd.png);
}

.icon-code {
    background-image: url(../images/code.png);
}

.ipt-box {
    width: 78%;
    height: 39px;
    position: relative;
    /* margin-bottom: 20px; */
    margin: 0 auto 18px;
    /* opacity: 0.1; */
}

.code input,
.password input,
.name input {
    height: 100%;
    box-shadow: 0px 1px 2px 0px rgb(19, 92, 166);
    width: 100%;
    border-radius: 6px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 38px;
    outline-style: none;
    /* color: #09256a; */
    color: #fff;
    background-color: #060d3f;
    border-radius: 50px;
}

.code-box {
    position: absolute;
    right: 0;
    top: 1px;
    height: 100%;
    width: 32%;
    border-radius: 0 50px 50px 0;
    border-left: 1px solid rgb(19, 92, 166);
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.submit {
    height: 45px;
    opacity: 0.91;
    border-radius: 6px;
    width: 79%;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 45px;
    opacity: .91;
    margin-top: 7px;
    background-color: #0676f4;
    cursor:pointer;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    height: 30px;
    /* background: #8d0b10; */
    line-height: 30px;
    font-size: 14px;

}
