* {
    box-sizing: border-box;
}

.register-container {
    width: 100%;
    height: 100vh;
    background: url("../image/bg.png") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-title {
    width: 512px;
    height: 43px;
    background: url("../image/title.png") no-repeat center;
    background-size: cover;
}

.register-form {
    width: 580px;
    height: 660px;
    background: #FFFFFF;
    box-shadow: 0px 3px 44px 2px rgba(182, 200, 235, 0.13);
    border-radius: 20px;
    margin-top: 70px;
    padding: 48px 50px;
}

.welcome {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 1;
    margin-bottom: 28px;
}

.register-form .layui-input-block {
    margin-left: 6em;
    margin-top: 32px;
}

.register-form .layui-form-label {
    width: 4em;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 16px 0;
}

.register-form .layui-input {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #DDE9FF;
    color: #8899B7;
    padding-left: 14px;
}

.register-form .layui-input::placeholder {
    color: #97a3b8;
}

.register-form .layui-input:focus,
.register-form .layui-input:hover {
    border-color: #bed5ff !important;
}

.register-form .icon.eye {
    position: absolute;
    right: 19px;
    top: 17px;
    width: 22px;
    height: 14px;
    background-image: url("../image/icon_eye.png");
    cursor: pointer;
}

.register-form .icon.eye2 {
    position: absolute;
    right: 21px;
    top: 20px;
    width: 18px;
    height: 7px;
    background-image: url("../image/icon_eye2.png");
    cursor: pointer;
}

.register-form .tip {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #9BA9C2;
    padding-left: 19px;
    background: url("../image/tip.png") no-repeat left center;
    margin-top: 12px;
}

.register-form .layui-btn {
    width: 100%;
    height: 48px;
    background: #3A7FFF;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 16px;
}