﻿
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "SimHei";
}

.main {
    background-color: #999;
    height: 100%;
}

.head-top {
    background-color: #246A83;
    width: 100%;
    height: 60px;
    box-shadow: rgb(204, 204, 204) 0px 15px 10px -15px;
}

    .head-top > div {
        height: 60px;
        line-height: 60px;
        width: 40%;
        float: left;
    }

    .head-top .head-logo {
        line-height: 60px;
        text-align: right;
        width: 30%;
    }

        .head-top .head-logo img {
            height: 40px;
            width:auto;
            /*margin-right: 50px;*/
        }

    .head-top .head-tel {
        text-align: left;
        color: #fff;
        width: 30%;
        font-size: 16px;
    }

        .head-top .head-tel img {
            height: 18px;
            width: 28px;
            margin-top: -3px;
            margin-right: -7px;
        }

.content {
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 240px;
    left: 0px;
}

    .content .content-bg-img {
        height: 100%;
        width: 100%;
        min-height: 550px;
        position: absolute;
        z-index: 0;
    }

    .content .content-frm {
        display: none;
        z-index: 999;
        position: absolute;
    }

    .content .content-login, .content .content-regist, .content .content-resetpwd {
        left: 50%;
        margin-left: -390px;
    }

    .content .content-menu {
        width: 500px;
        margin-left: 55%;
        margin-top: 5%;
        text-align: center;
    }

        .content .content-menu .content-menu-str {
            color: #fff;
            font-size: 18px;
            margin-top: 30px;
        }

            .content .content-menu .content-menu-str:first-child {
                font-size: 60px;
                font-family: "SimHei";
                font-weight: bold;
            }

        .content .content-menu .content-opts > div {
            width: 170px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #246881;
            float: left;
            background-color: #fff;
            border-radius: 4px;
            margin-left: 30px;
            margin-top: 40px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

            .content .content-menu .content-opts > div:hover {
                box-shadow: 0px 0px 6px 4px gray;
            }

    .content .layadmin-user-login-main {
        background-color: #F2F2F2;
        width: 465px;
        height: 420px;
        box-shadow: 0px 0px 4px 3px #236B83;
    }

    .content .layadmin-user-regist-main {
        height: 420px;
    }

    .content .layadmin-user-resetpwd-main {
        height: 360px;
    }

    .content .layui-input {
        width: 100%;
        height: 35px;
    }

    .content .layui-form-item {
        width: 75%;
        margin-left: 12%;
    }

    .content .layadmin-user-login-box {
        padding-bottom: 10px;
    }

    .content .layadmin-user-login-other {
        padding-top: 10px;
        font-weight: bold;
    }

.content-opts-selected {
    background-color: #FE9C3B !important;
    color: #fff !important;
}

.bottom-info {
    height: 190px;
    position: fixed;
    bottom: 50px;
    background-color: #246B81;
    width: 100%;
}

    .bottom-info > div {
        height: 100%;
        width: 40%;
        float: left;
        color: #fff;
        font-size: 14px;
    }

    .bottom-info .bottom-info-logo {
        text-align: right;
        padding-top: 30px;
        width: 30%;
    }

        .bottom-info .bottom-info-logo img {
            height: auto;
            width: 140px;
            margin-right: 50px;
        }

    .bottom-info .bottom-info-list > div {
        float: left;
        width: 30%;
        height: 100%;
        margin-left: 20px;
    }

    .bottom-info .bottom-info-list div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bottom-info .bottom-info-list > div:last-child {
        width: 65%;
        margin-left: 0px;
    }

    .bottom-info .bottom-info-list .bottom-info-title {
        height: 60px;
        line-height: 60px;
        margin-top: 20px;
    }

    .bottom-info .bottom-info-list .bottom-info-detail div {
        margin-top: 7px;
    }

    .bottom-info .bottom-info-qrcode {
        width: 30%;
    }

        .bottom-info .bottom-info-qrcode > div {
            width: 60%;
            height: 120px;
            text-align: center;
            margin-top: 40px;
        }

.bottom-footer {
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #0D2E3F;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.bottom-footer a{
    color: #fff;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.2;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }

    75% {
        opacity: 1;
    }
}

.anim_fade_image {
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s;
}



.department-list, .hospital-list {
    position: absolute;
    height: 150px;
    width: 318px;
    z-index: 999;
    top: 40px;
    border-radius: 5px;
    OVERFLOW-Y: auto;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    color: #666;
    display: none;
}

    .department-list .department-item, .hospital-list .hospital-item {
        /*height: 30px;*/
        line-height: 30px;
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .department-list .department-item:hover {
            background-color: #EEEEEE;
        }

        .hospital-list .hospital-item:hover {
            background-color: #EEEEEE;
        }

        .department-list .department-item > span, .hospital-list .hospital-item > span {
            margin-left: 20px;
        }

    .department-list hr, .hospital-list hr {
        margin: 0;
    }

    .department-list .department-other .layui-inline, .hospital-list .hospital-other .layui-inline {
        width: 210px;
        margin-bottom: 0;
    }

    .department-list .department-other input, .hospital-list .hospital-other input {
        height: 30px;
        border: none;
        padding-left: 20px !important;
    }

    .department-list .department-other button, .hospital-list .hospital-other button {
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        margin-left: 10px;
    }

.department-item-selected, .hospital-item-selected {
    background-color: #EEEEEE !important;
}

.content-regist .layui-form-item .icon-department-select, .content-regist .layui-form-item .icon-hospital-select {
    position: absolute;
    right: 7px;
    top: 12px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.content-regist .layui-form-item #LAY-user-regist-department {
    cursor: pointer;
}

.tab-logintype {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

    .tab-logintype div {
        float: left;
        cursor: pointer;
    }

        .tab-logintype div:first-child {
            margin-left: 12%;
            margin-right: 20px;
        }

.logintype-active {
    color: #009688;
    border-bottom: 2px solid #009688;
}

.logintype-msg {
    display: none;
}

.content-regist .area-item div.layui-unselect {
    width: 190px !important;
    display: inline-block;
}

    .content-regist .area-item div.layui-unselect:last-child {
        width: 120px !important;
    }

        .content-regist .area-item div.layui-unselect:last-child input {
            padding-left: 10px;
        }


/*#region 注册成功提示 start */

.content-regist .regist-success .regist-success-head {
    height: 100px;
    text-align: center;
    font-size: 28px;
    padding-top: 100px;
}

    .content-regist .regist-success .regist-success-head span {
        font-size: 14px;
    }

    .content-regist .regist-success .regist-success-head i {
        background-color: #26BB3B;
        color: #fff;
        border-radius: 100%;
        font-size: 28px;
        margin-right: 10px;
    }

.content-regist .regist-success .regist-success-content {
    height: 70px;
    width: 80%;
    margin-left: 5%;
    border-radius: 7px;
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 5%;
}

.content-regist .regist-success .back-time {
    height: 60px;
    text-align: center;
}

    .content-regist .regist-success .back-time span.second {
        position: absolute;
        margin-left: -42px;
        font-size: 20px;
        color: #009688;
        margin-top: 23px;
    }

    .content-regist .regist-success .back-time i {
        font-size: 60px;
    }

/*#endregion 注册成功提示 end*/

.address-wuhan {
    margin-left: 42px;
}

.regist-agreement-bar {
}

    .regist-agreement-bar .layui-form-checkbox[lay-skin=primary] {
        margin-top: 0;
        padding-left: 0;
        margin-right: 3px;
    }

        .regist-agreement-bar .layui-form-checkbox[lay-skin=primary] i {
            top: -2px;
        }

    .regist-agreement-bar .show-agreement {
        font-size: 12px;
        color: #1E9FFF;
    }

.agreement-box {
}

    .agreement-box h4 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    .agreement-box p {
        margin: 10px auto;
    }
