* {
    margin: 0;
}
html,
body {
    height: 100%;
}

.box {
    background: url(https://static.dhsf.huiyuehz.com/promote_package_image/210515/20250923152931CjUeOc.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.login-box {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%, -50%);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
}

.login-title {
    height: 77px;
    text-align: center;
    line-height: 77px;
    font-size: 20px;
    font-weight: 500;
    color: #31363F;
    border-bottom: 1px solid #E4E7EB;
}

.login-content {
    width: 400px;
    height: 100%;
    background-color: #FFFFFF;
    float: left;
}

.form {
    width: 100%;
    height: calc(100% - 77px);
    padding: 30px 20px;
}

.form-control,
.input-group {
    display: flex;
    align-items: center;
    height: 40px;
}

.input-group {
    padding-left: 10px;
}

.form-control {
    width: 300px !important;
}

.btns {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fed873;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    background-color: #CDA059;
    /* margin-top: ; */
    cursor: pointer;
}

.login-btn {
    float: left;
    padding-left: 25px;
}

.downLoad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%, -50%);
    width: 274px;
    height: 58px;
}

.downLoad-btn {
    width: 100%;
    height: 100%;
    background: url('../img/pc.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

@media screen and (min-width:500px) {


}

@media screen and (max-width:500px) {

    .box {
        background: url(https://static.dhsf.huiyuehz.com/promote_package_image/210515/20250923152920zhDSWC.jpg) no-repeat;
        background-size: cover;
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .login-box {
        width: 325px;
        height: 412px;
    }

    .login-title {
        height: 57px;
        line-height: 57px;
        font-size: 16px;
    }

    .login-content {
        width: 100%;
    }

    .form-group {
        width: 270px;
    }

    .form {
        height: calc(100% - 57px);
        padding: 25px 12px;
    }

    .form-control,
    .input-group {
        height: 40px;
        width: 270px;
    }

    .btns {
        width: 248px;
        height: 44px;
    }

    .downLoad {
        width: 187px;
        height: 47px;
    }

    .downLoad-btn {
        background: url('../img/mobile.png') no-repeat center center;
        background-size: contain;
    }

    p {
        margin: 0;
    }

    .link p {
        height: 10px !important;
        font-size: 10px !important;
        margin-top: 30px;
    }

    .title {
        height: 10px !important;
    }
}

#username .form-control {
    background: none !important;
}

.form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.form-group {
    width: 100%;
    margin-bottom: 0px !important;
}

.input-group input {
    background: #FFFFFF;
    border: 1px solid #E4E7EB;
}

.link p {
    line-height: 20px;
    margin-top: 15px;
}

.title {
    display: block;
    text-align: center;
    height: 5px;
    color: red !important;
}

input::-webkit-input-placeholder {
    color: #C2C7CC !important;
}

.user_hint {
    margin-left: 3px;
    width: 10px;
    display: block;
}
.password_hint {
    margin-left: 3px;
    width: 10px;
    display: block;
}
.confirm_hint {
    margin-left: 3px;
    width: 10px;
    display: block;
}
.question_hint {
    margin-left: 3px;
    width: 10px;
    display: block;
    margin-right: 32px;
}
.anwser_hint {
    margin-left: 3px;
    width: 10px;
    display: block;
    margin-right: 32px;
}