body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    font-size: 12px;
    background: url(/content/DigitalClinic/20231030/login.jpg) no-repeat #E6EFFF;
    background-size: cover;
    background-position-y:-50px;
    width: 100%;
    min-width: 900px;
}

ul, li, div, span, a, form, label, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
}
:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 50px 50px #ffffff inset; 
    -webkit-text-fill-color: #000000;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.main_top {
    margin: 50px 0px 0px 70px;
    background: url(/content/DigitalClinic/20231030/logo.png) left no-repeat ;
    font-size: 48px;
    line-height: 100px;
    color: #196BBE;
    padding-left: 150px;
    background-size: 110px;
}

.loginbox {
    float: right;
    margin-top: 30px;
    margin-right: 150px;
    /* height: 500px; */
    width: 450px;
    background-color: #fff;
    color: #666;
    border-radius: 8px;
}

.loginbox p {
    font-size: 20px;
    color: #333;
    padding: 4px 0 4px 40px;
    margin-top: 10px;
    border-bottom: solid 1px #cccccc;
    overflow: hidden
}

.welcome {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 500;
    line-height: 80px;
    color: #196BBE;
    letter-spacing: 15px;
    text-align: center;
}

.loginbox form {
    height: auto;
    margin: 0 50px;
    text-align: center;
}

.loginlable {
    height: 50px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-bottom: 26px;
    padding-left: 50px;
}

.loginlableverifycode {
    height: 50px;
    width: 110px;
    display: inline-block;
    border: 1px solid #FFF;
    /*border: 1px solid #C9D0DE;*/
    border-radius: 2px;
    margin-bottom: 35px;
    padding-left: 50px;
    background-color: #F4F6FC;
}

.loginlable:hover {
    border: 1px solid #088fe0;
}

.loginlableverifycode:hover {
    border: 1px solid #088fe0;
}

.loginlable input {
    width: 303px;
    height: 48px;
    line-height: 48px;
    outline: 0;
    border: 0;
    color: #949494;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: #F4F6FC;
}

.loginlableverifycode input {
    width: 110px;
    height: 48px;
    line-height: 48px;
    outline: 0;
    border: 0;
    color: #949494;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: #F4F6FC;
}

.loginlable select {
    width: 303px;
    height: 48px;
    line-height: 48px;
    outline: 0;
    border: 0;
    color: #949494;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: #F4F6FC;
}

.name {
    background: url(/content/DigitalClinic/20231030/user.png) 12px center no-repeat #F4F6FC;
}

.namegray {
    background: url(/content/DigitalClinic/20231030/user_gray.png) 12px center no-repeat #F4F6FC;
}

.password {
    background: url(/content/DigitalClinic/20231030/password.png) 12px center no-repeat #F4F6FC;
}

.passwordgray {
    background: url(/content/DigitalClinic/20231030/password_gray.png) 12px center no-repeat #F4F6FC;
}

.area {
    background: url(/content/DigitalClinic/20231030/area.png) 12px center no-repeat #F4F6FC;
}

.areagray {
    background: url(/content/DigitalClinic/20231030/area_gray.png) 12px center no-repeat #F4F6FC;
}

.worktable {
    background: url(/content/DigitalClinic/20231030/worktable.png) 12px center no-repeat #F4F6FC;
}

.worktablegray {
    background: url(/content/DigitalClinic/20231030/worktable_gray.png) 12px center no-repeat #F4F6FC;
}

.verifycode {
    width: 110px;
    margin-right: 15px;
    float: left;
    background: url(/content/DigitalClinic/20231030/validcode.png) 12px center no-repeat #F4F6FC;
}

.verifycodegray {
    width: 110px;
    margin-right: 15px;
    float: left;
    background: url(/content/DigitalClinic/20231030/validcode_gray.png) 12px center no-repeat #F4F6FC;
}

.verifycodeimg {
    width: 120px;
    height: 42px;
    line-height: 42px;
    float: left;
    cursor: pointer;
}

.logonbutton {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: #0099f1;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
    margin-bottom: 20px;
}

.aboutus {
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #787878;
    font-weight: bolder;
    line-height: 30px;
    left: 15%;
    bottom: 30px;
}

@media screen and (min-width:2560px) and (max-width:3840px) {

    .loginbox {
        float: right;
        margin-top: 180px;
        margin-right: 250px;
        height: 720px;
        /* width: 500px; */
        background-color: #fff;
        color: #666;
    }

    .loginbox p {
        font-size: 20px;
        color: #333;
        padding: 4px 0 4px 40px;
        margin-top: 10px;
        border-bottom: solid 1px #cccccc;
        overflow: hidden
    }

    .welcome {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 42px;
        font-weight: 500;
        line-height: 100px;
        color: #4c92f0;
        letter-spacing: 25px;
        text-align: center;
    }

    .loginbox form {
        height: auto;
        margin: 0 50px;
        text-align: center;
    }

    .loginlable {
        height: 60px;
        width: 350px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 26px;
        padding-left: 50px
    }

    .loginlableverifycode {
        height: 50px;
        width: 160px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 35px;
        padding-left: 50px;
        background-color: #F4F6FC;
    }

    .loginlable:hover {
        border: 1px solid #088fe0;
    }

    .loginlable input {
        width: 343px;
        height: 58px;
        line-height: 58px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 24px;
        background-color: #F4F6FC;
    }

    .loginlableverifycode input {
        width: 120px;
        height: 48px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 24px;
        background-color: #F4F6FC;
    }

    .loginlable select {
        width: 303px;
        height: 58px;
        line-height: 58px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 24px;
        background-color: #F4F6FC;
    }


    .test_i {
        background: url(/content/DigitalClinic/20231030/validcode.png) 12px center no-repeat #F4F6FC;
    }

    .verifycodeimg {
        width: 120px;
        height: 42px;
        line-height: 42px;
        float: left;
        cursor: pointer;
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {

    .loginbox {
        float: right;
        margin-top: 30px;
        margin-right: 150px;
        /* height: 500px; */
        width: 500px;
        background-color: #fff;
        color: #666;
    }

    .loginbox p {
        font-size: 20px;
        color: #333;
        padding: 4px 0 4px 40px;
        margin-top: 10px;
        border-bottom: solid 1px #cccccc;
        overflow: hidden
    }

    .welcome {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 32px;
        font-weight: 500;
        line-height: 80px;
        color: #4c92f0;
        letter-spacing: 15px;
        text-align: center;
    }

    .loginbox form {
        height: auto;
        margin: 0 50px;
        text-align: center;
    }

    .loginlable {
        height: 50px;
        width: 350px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 26px;
        padding-left: 50px
    }

    .loginlableverifycode {
        height: 50px;
        width: 140px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 35px;
        padding-left: 50px;
        background-color: #F4F6FC;
    }

    .loginlable:hover {
        border: 1px solid #088fe0;
    }

    .loginlable input {
        width: 343px;
        height: 48px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .loginlableverifycode input {
        width: 120px;
        height: 48px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }


    .test_i {
        background: url(/content/DigitalClinic/20231030/validcode.png) 12px center no-repeat #F4F6FC;
    }

    .verifycodeimg {
        width: 120px;
        height: 42px;
        line-height: 42px;
        float: left;
        cursor: pointer;
    }
}

@media screen and (max-width:1366px) {
    .loginbox {
        float: right;
        margin-top: 30px;
        margin-right: 100px;
        /* height: 500px; */
        width: 430px;
        background-color: #fff;
        color: #666;
    }

    .loginbox p {
        font-size: 20px;
        color: #333;
        padding: 4px 0 4px 40px;
        margin-top: 10px;
        border-bottom: solid 1px #cccccc;
        overflow: hidden
    }

    .welcome {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
        color: #4c92f0;
        letter-spacing: 15px;
        text-align: center;
    }

    .loginbox form {
        height: auto;
        margin: 0 50px;
        text-align: center;
    }

    .loginlable {
        height: 40px;
        width: 303px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 20px;
        padding-left: 50px
    }

    .loginlableverifycode {
        height: 40px;
        width: 140px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 20px;
        padding-left: 50px;
        background-color: #F4F6FC;
    }

    .loginlable:hover {
        border: 1px solid #088fe0;
    }

    .loginlable input {
        width: 303px;
        height: 38px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .loginlableverifycode input {
        width: 120px;
        height: 40px;
        line-height: 40px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .loginlable select {
        width: 303px;
        height: 38px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }


    .test_i {
        background: url(/content/DigitalClinic/20231030/validcode.png) 12px center no-repeat #F4F6FC;
    }

    .verifycodeimg {
        width: 120px;
        height: 42px;
        line-height: 42px;
        float: left;
        cursor: pointer;
    }
}

@media screen and (max-width:1024px) {
    .loginbox {
        float: right;
        margin-top: 30px;
        margin-right: 10px;
        /* height: 500px; */
        width: 430px;
        background-color: #fff;
        color: #666;
    }

    .loginbox p {
        font-size: 20px;
        color: #333;
        padding: 4px 0 4px 40px;
        margin-top: 10px;
        border-bottom: solid 1px #cccccc;
        overflow: hidden
    }

    .welcome {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
        color: #4c92f0;
        letter-spacing: 15px;
        text-align: center;
    }

    .loginbox form {
        height: auto;
        margin: 0 50px;
        text-align: center;
    }

    .loginlable {
        height: 40px;
        width: 303px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 20px;
        padding-left: 50px
    }

    .loginlableverifycode {
        height: 40px;
        width: 140px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 20px;
        padding-left: 50px;
        background-color: #F4F6FC;
    }

    .loginlable:hover {
        border: 1px solid #088fe0;
    }

    .loginlable input {
        width: 303px;
        height: 38px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .loginlableverifycode input {
        width: 120px;
        height: 40px;
        line-height: 40px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .loginlable select {
        width: 303px;
        height: 38px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }


    .test_i {
        background: url(/content/DigitalClinic/20231030/validcode.png) 12px center no-repeat #F4F6FC;
    }

    .verifycodeimg {
        width: 120px;
        height: 42px;
        line-height: 42px;
        float: left;
        cursor: pointer;
    }
}
