html {
    position: fixed;
    width: 100%;
    height: 100%;
}
#regis-login {
    background: #fff url(../images/bg.jpg) no-repeat center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size:cover;
}
#regis-login .regis-box {
    max-width: 570px;
    width: 100%;
    padding: 50px 84px;
    background:#fff;
    background:rgba(255, 255, 255, 0.847058823529412);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -369px
}
#regis-login .regis-head img {
    width: 100%;
}
.regis-body {
    padding: 65px 101px;
}
.regis-form input {
    line-height: 46px;
    height: 46px;
    border: 1px solid #c0c4cc;
    width: 100%;
    text-indent: 45px;
    border-radius: 4px;
    font-size: 16px;
    color: #878787;
}
.regis-input .regis-icon {
    position: absolute;
    width: 19px;
    height: 22px;
    line-height: 22px;
    left: 14px;
    top: 50%;
    margin-top: -11px;
}
.regis-icon img {
    width: 100%;
}
.regis-input {
    position: relative;
    margin-bottom: 24px;
}
.regis-input.yzm img.keyword {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 75px;
    height: 27px;
    margin-top: -13px;
}
.regis-button button {
    border-width: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 4px;
    background: #005bac;
}
.regis-button {
    margin-bottom: 24px;
    position: relative;
}
.regis-tit {
    display: flex;
    justify-content: space-between;
}
.regis-tit a {
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
}
input::-webkit-input-placeholder {
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #878787;
    line-height: 48px;
}
.regis-headtit {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.zdemail {
    color: #005BAC;
}
#regis-get {
    background: transparent;
    border: 1px solid #005bac;
    color: #005bac;
    height: 46px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
.warn-tips {
    position: absolute;
    font-size: 14px;
    color: #ff0000;
    bottom: -16px;
}