* {
    font: 14px/1.5 '微软雅黑';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

body {
    background-size: cover;
    overflow: auto;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}

.clearfix {
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}

#container {
    min-width: 1100px;
}

#container .header {
    height: 100px;
    position: relative;
}

#container .content {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1400px) {
    #container .content {
        top: 45%;
    }
}

#container .content-body {
    background-color: rgb(9, 132, 224);
    /*height: 550px;*/
    position: relative;
}

#container .content-body .content-body-main {
    height: 602px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.load-bg-img1 {
    background: url("../images/banner.jpg") no-repeat;
}

#container .content-body .content-body-form {
    height: 100%;
}

#container .login_box {
    position: relative;
}

#container .login_box .box {
    overflow: hidden;
}

.wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.logo {
    float: left;
    margin-top: 30px;
}

.load-logo-img1 {
    display: inline-block;
    width: 500px;
    height: 70px;
    background: url("../images/logo.gif") no-repeat;
}

.load-logo-img2 {
    display: inline-block;
    width: 638px;
    height: 70px;
    background: url("../images/logo_en_US.gif") no-repeat;
}

.right-main .adminUser {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: url(../images/caret-down.png) no-repeat 30px 13px;
    width: 100%;
}

.header-right {
    float: right;
}

.right-main {
    margin-top: 50px;
}

.header-right span {
    font-size: 14px;
    margin-right: 20px;
    color: #444 !important;
}

.header-right span a {
    color: #444 !important;
}

#container footer.content-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    border-top: 1px solid rgb(220, 220, 220);
    text-align: center;
}

#container footer.content-footer span {
    margin-right: 10px;
}

/* 自定义样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.cp {
    cursor: pointer;
}

.f14 {
    font-size: 14px;
}

.pt15 {
    padding-top: 15px;
}

/* ----------------------------------------------- */
.erweima, .pcLogin {
    background: url(../images/erweima.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 1px;
    right: 0;
    cursor: pointer;
    border-radius: 0 0 12px 0;
}
.pcLogin {
    background: url(../images/pcLogin.png) no-repeat 0 0;
}
.login {
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 180px;
    top: 45px;
    width: 450px;
    padding: 30px 34px 65px 34px;
    min-height: 320px;
}

.qrcode-login{
    padding: 70px;
    height: 320px;
    text-align: center;
}

.loginList {
    width: 360px;
    height: 100%;
    padding: 30px 34px 30px 34px;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 50px;
    position: relative;
}

.ctnerBox {
    width: 100%;
}

.ctnerTab {
    border-bottom: 1px solid #d8d8d8;
    height: 44px;
    line-height: 44px;
}

.ctnerTab a {
    text-decoration: none;
    font-size: 16px;
    color: #222;
    width: 123px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
}

.ctnerTab a.on {
    border-bottom: 2px solid #056caf;
    font-weight: 700;
    color: #056caf;
}

#container .faceImages {
    text-align: center;
    background-image: url(../images/faceImage.png);
    width: 379px;
    height: 220px; /* padding:15px;*/
}

#container .faceList {
    text-align: -webkit-center;
    margin-bottom: 15px;
}

.ctnerBox .cell {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    zoom: 1;
}

.ctnerBox .cellUser {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.ctnerBox .cellLoginBtn {
    position: relative;
    margin-bottom: 10px;
}

.ctnerBox .cellLoginBtn span {
    color: #888;
    font-size: 15px;
    text-align: center;
}

/* -------------文本框图标样式---------------------------------- */
.ctnerBox .cell .icon_hospital {
    position: absolute;
    z-index: 5;
    background-image: url(../images/hospital.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 12px; /*图片显示的位置*/
    width: 40px;
    height: 40px;
}

.ctnerBox .cell .icon_user {
    position: absolute;
    z-index: 5;
    background-image: url(../images/user.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 12px; /*图片显示的位置*/
    width: 40px;
    height: 40px;
}

.ctnerBox .cell .icon_pwd {
    position: absolute;
    z-index: 5;
    background-image: url(../images/lock.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 12px; /*图片显示的位置*/
    width: 40px;
    height: 40px;
}

.ctnerBox .cell .icon_code {
    position: absolute;
    z-index: 5;
    background-image: url(../images/code.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 12px; /*图片显示的位置*/
    width: 40px;
    height: 40px;
}

.ctnerBox .cell .icon_tel {
    position: absolute;
    z-index: 5;
    background-image: url(../images/tel.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 12px; /*图片显示的位置*/
    width: 40px;
    height: 40px;
}

/* ----------------------------------------------- */
.codeImg {
    float: right;
    text-align: center;
    font-size: 14px;
}

.mar-left10 {
    margin-left: 10px;
}

.w120 {
    width: 120px;
}

.codeBtn {
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #39ca0d;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #39ca0d;
}

.codeBtn:hover, .codeBtn:active {
    background-color: #e7e7e7;
    color: #A1A1A1;
    cursor: not-allowed;
    border: 1px solid #e7e7e7;
}

input[type=text], input[type=password], select {
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    border-radius: 3px;
    height: 40px;
    /*padding: 0px 16px; */
    padding-left: 35px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    line-height: 40px;
    color: #888;
    background-color: #fff;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
    border: 1px solid #01aef0;
}

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #056caf;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

.ctnerBox .main-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 5px 0 0 5px;
    border: 1px solid #056caf;
}

.ctnerBox .main-checkbox label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ctnerBox .main-checkbox label:after {
    content: "";
    width: 6px;
    height: 4px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #056caf;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ctnerBox .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.ctnerBox .main-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.ctnerBox .text {
    float: left;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.checked {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    background: url("../images/checked-g.png") no-repeat;
}

.checked-none {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    background: url("../images/checked-none.png") no-repeat;
}

.login .cellUser label {
    font-size: 14px;
    margin-top: 10px;
}

.login .cellUser label input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.login .cellUser a {
    font-size: 14px;
    margin-top: 10px;
}

/*<!--.............................图标样式...........................................-->*/

#dbselect .load-input {
    padding-left: 30px;
}

.cell .form-control {
    height: 40px !important;
    line-height: 40px !important;
}

.modal-dialog.modal-dialog-justified, .modal-dialog.modal-dialog-justified .modal-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    height: 100%;
}
.modal-dialog-height-justified .modal-body{
    flex: auto;
    overflow: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    top: 0;
}

#find-password-modal .modal-dialog input{
    width: 100%;
    line-height: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 10px;
}
#find-password-modal .modal-dialog .help-block{
    width: 100%;
}