/* login */
img {
    max-width: 100%;
}

.login {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #629dff 0%, #bbff78 100%);
}


.login-box {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
}

.backg-img {
    position: absolute;
    top: 50%;
    width: 750px;
    height: 690px;
    margin-top: -345px;
}

.login-box form {
    position: absolute;
    right: 0;
    top: 50%;
    width: 450px;
    height: 500px;
    padding: 40px;
    margin-top: -250px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.login-logo {
    width: 250px;
    padding: 0 30px 40px;
    margin: auto;
}

.login-box form label {
    width: 100%;
    padding-left: 0;
    text-align: left;
    box-sizing: border-box;
}

.login-box form .layui-input-block {
    margin: 0;
}

.login-box form .layui-btn,
.login-box form button {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 45px;
    background: #62a3ff;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
    background: #FF6B62;
}

.layui-btn-primary:hover {
    border-color: #FF6B62;
}

.layuiadmin-span-color span {
    color: #FF6B62;
}

.layadmin-user-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5);
}

.layui-card-header p a {
    color: #FF6B62;
}

.padding-botm {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
}

.right-title {
    margin-bottom: 10px;
}

.suline {
    display: inline-block;
    width: 4px;
    height: 12px;
    margin-right: 5px;
    background: #FF6B62;
}

.layuiadmin-card-team span b {
    color: #FF6B62;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #FF6B62;
}

.layui-progress-bar {
    background: #FF6B62;
}

.right-window {
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.new-card-body::-webkit-scrollbar {
    width: 0;
}

/* 房态图模块 */

.house-floor > table tr {
    border: 1px solid #e9e9e9;
}

    .house-floor > table tr td:nth-of-type(1) {
        background: #FFF9F3;
    }

    .house-floor > table tr td:nth-of-type(2) {
        width: 100%;
        padding: 10px;
    }

.house-floor-level {
    float: left;
    width: 40px;
    height: 100%;
    font-size: 12px;
    color: #BA9574;
    text-align: center;
}

    .house-floor-level span {
        display: block;
        width: 100%;
    }

.house {
    position: relative;
    float: left;
    width: 110px;
    height: 140px;
    background: #FF6B62;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-sizing: border-box;
}

.house-top {
    float: left;
    width: 100%;
    height: 112px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

    .house-top > span {
        float: left;
        display: block;
        width: 100%;
        line-height: 20px;
    }

.house-top-name span {
    float: left;
    display: block;
    width: 87px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.house-top-name i {
    float: left;
    display: block;
    width: 11px;
    height: 11px;
    margin-top: 5px;
}

    .house-top-name i.integration {
        background: rgba(0, 0, 0, .2);
        border-radius: 2px;
    }

    .house-top-name i.dispersion {
        background: url(/images/dispersion.png) no-repeat;
        background-size: 100% 100%;
    }

.house-top > span.house-roomno {
    font-size: 16px;
}

.house-status {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .house-status div {
        float: left;
        display: block;
        width: 30px;
        height: 48px;
        text-align: center;
        margin-right: 4px;
        border-radius: 3px;
        box-sizing: border-box;
    }

        .house-status div:nth-last-of-type(1) {
            margin: 0;
        }

.span-top {
    float: left;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

    .span-top img {
        width: 22px;
        height: 22px;
        margin-bottom: 2px;
    }

.span-bottom {
    float: left;
    display: block;
    width: 100%;
    height: 18px;
    font-size: 12px;
    color: #aaa;
    line-height: 18px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
}

.house-status div.status-qian {
    background: #FFA724;
}

.house-status div.status-yi {
    background: #DEE145;
}

.house-status div.status-shui {
    background: #D23636;
}

.house-status div.status-kong {
    background: #CE5AC9;
}

.house-status div.status-ding {
    background: #39D236;
}

.house-status div.status-kuai {
    background: #41A4FF;
}

.house-status div.status-shou {
    background: #31B79F;
}

.house-status div.status-lu {
    background: #7C67FF;
}

.house-status div.status-sheng {
    background: #FF6B62;
}

.house-bottom {
    float: left;
    width: 100%;
    height: 28px;
    padding: 0 5px;
    font-size: 12px;
    color: #888;
    line-height: 28px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

    .house-bottom span {
        float: left;
        display: block;
        width: 50%;
    }

        .house-bottom span.house-bottom-name {
            color: #FF6B62;
            text-align: right;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

/* 房态图空模块 */
.house-null {
    background: #FEBC59 url(/images/icon-eye.png) 58px 58px no-repeat;
}

/* 点击侧边弹窗 */

.house-details {
    z-index: 1;
    position: absolute;
    left: 120px;
    top: -60px;
    background: #fff;
    display: none;
}

    .house-details .layui-icon-triangle-r {
        position: absolute;
        left: -12px;
        top: 120px;
        color: #ccc;
        transform: rotate(180deg);
    }

    .house-details table {
        min-width: 410px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .house-details table th {
            font-size: 16px;
            height: 30px;
        }

        .house-details table td {
            border: 1px dashed #ddd;
        }

            .house-details table td:nth-of-type(1),
            .house-details table th:nth-of-type(1) {
                background: #FFF !important;
            }

            .house-details table td:nth-of-type(2),
            .house-details table th:nth-of-type(2) {
                width: 100px !important;
                padding: 0 10px;
                text-align: center;
                background: #FFF9F3;
            }

.details-box-left {
    padding: 10px;
}

    .details-box-left span {
        display: block;
        width: 100%;
    }

        .details-box-left span:nth-of-type(1) {
            font-size: 16px;
        }

        .details-box-left span b {
            font-size: 14px;
        }

        .details-box-left span a {
            color: #FF6B62;
        }

        .details-box-left span i {
            color: #41A4FF;
            font-style: normal;
        }

        .details-box-left span em {
            color: #FF6B62;
            font-style: normal;
        }

.details-box-right a {
    display: block;
    width: 100%;
    color: #714D2E;
    text-align: left;
}

.house-single {
    float: left;
    width: 130px;
    height: 160px;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.start {
    border-left: 1px solid #ecccb1;
    border-top: 1px solid #ecccb1;
    border-bottom: 1px solid #ecccb1;
    margin-left: 4px;
    background-color: #FFF9F3;
}

.center {
    border-top: 1px solid #ecccb1;
    border-bottom: 1px solid #ecccb1;
    background-color: #FFF9F3;
}

.end {
    border-right: 1px solid #ecccb1;
    border-top: 1px solid #ecccb1;
    border-bottom: 1px solid #ecccb1;
    margin-right: 4px;
    background-color: #FFF9F3;
}

.layui-btn-red {
    background: #FF6B62;
}

.layui-btn-primary:hover {
    color: #FF6B62 !important;
}

.house-right-md3 {
    position: fixed;
    right: 0;
}
