/*兼容手机与PC*/
.ehr_login_full_layer {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
}
.ehr_login_pop {
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    width: 450px;
    /*height: 400px;*/
    left:50%;
    margin-left:-240px;
    top:50%;
    margin-top:-200px;
}

.ehr_login_content {
    padding: 20px;;
}
.ehr_login_pop .ehr_login_box {
    background-color: #F3F3F3;
    padding:5px;
}
.ehr_login_pop .ehr_login_title {
    line-height: 40px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
    border-bottom: 1px solid #C8C6C6;
}
.ehr_login_pop .ehr-inpt {
    background: #fff;
    color: #999;
    height: 30px;
    line-height: 30px;
    width: 220px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #cdcdcd;
}
.ehr_login_pop .rithtxt {
    width: 120px;
    text-align: right;
    font-size: 14px;;
}
.ehr_login_pop .ehr_login_form_content {
    margin-top: 20px;;
}
.ehr_login_pop .ehr_login_form_content tr {
    line-height: 40px;
}
.ehr_login_pop .btn_sub {
    background: #ea5303;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
}
.ehr_login_pop .btn_cancel {
    margin-left: 20px;;
    background: #1E90FF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
}


@media screen and (max-width: 640px) {
    .ehr_login_pop {
        position: fixed;
        background-color: #ffffff;
        z-index: 1000;
        width: 100%;
        left: 0;
        margin-left: 0;
        top:50%;
        margin-top:-200px;
    }

    .ehr_login_pop .ehr-inpt {
        background: #fff;
        color: #999;
        height: 30px;
        line-height: 30px;
        width: 100%;
        outline: none;
        padding-left: 0px;
        border: 1px solid #cdcdcd;
    }
    .ehr_login_pop .rithtxt {
        width: auto;
        text-align: right;
        font-size: 14px;;
    }
}