﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
/*
    author:朱道森
    date:20170202
*/
.layui-layer-demo .layui-layer-title {
    border: none;
    background-color: #4d81bf;
    color: #fff;
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    font-family: "Microsoft Yahei",Arial,sans-serif,Arial,STHeiti;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.layui-layout {
    background: #f9f9f9;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 90px;
    box-sizing: border-box;
    min-width: 1200px;
}

.header-doc {
    background: #fff;
    width: 91%;
    margin: 0 auto;
    padding: 0 4.5%;
}

.fl {
    float: left;
}

ul, li {
    list-style: none;
}




/*注册*/
.layui-main {
    background-image: url(../images/zhuce-bg.png);
    background-position: center bottom;
    height: 80px;
    max-width:1200px;
    background-repeat: no-repeat;
}

.layui-left {
    float: left;
}

.logo {
    float: left;
    margin-top: 7px;
}

.layui-left span {
    height: 60px;
    line-height: 60px;
    color: #000;
    padding: 0 15px;
    float: left;
}

.layui-left b {
    font-weight: normal;
    font-size: 16px;
    float: left;
    line-height: 60px;
}

.layui-right {
    float: right;
    height: 60px;
    line-height: 60px;
}

    .layui-right a {
        font-size: 15px;
        color: #333;
        padding-right: 25px;
    }

    .layui-right span {
        color: #777;
        text-align: right;
        font-size: 15px;
    }

        .layui-right span a i {
            font-style: normal;
            color: #4d81bf;
        }

.layui-zhuce {
    width: 91%;
    margin: 0 auto;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.zhuce-list {
    width: 1000px;
    margin: 20px auto 60px;
    padding: 20px 0;
}

    .zhuce-list ul {
        margin-left: 25%;
    }

        .zhuce-list ul li {
            height: 43px;
            line-height: 43px;
            width: 100%;
            margin-bottom: 20px;
        }

            .zhuce-list ul li label {
                float: left;
                width: 100px;
                text-align: right;
                display: inline-block;
                font-size: 15px;
                padding-right: 10px;
            }

                .zhuce-list ul li label span {
                    color: #ef4545;
                    padding: 5px 5px 0 25px;
                    font-size: 20px;
                    float: left;
                }

            .zhuce-list ul li .register-input {
                float: left;
                border: 1px solid #ddd;
                border-radius: 5px;
                background: #f9f9f9;
                height: 41px;
                line-height: 41px;
                padding-left: 10px;
                width: 160px;
            }

            .zhuce-list ul li .w350 {
                width: 350px;
            }

.regGetcodeBtn {
    float: left;
    cursor: pointer;
    background: #eee;
    width: 118px;
    height: 43px;
    line-height: 43px;
    font-size: 14px !important;
    color: #aaa;
    border: 0;
    border-radius: 5px;
    margin-left: 72px;
}

.zhuce-list ul li select {
    width: 312px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    height: 43px;
    line-height: 43px;
    padding-left: 10px;
}

.register-ts {
    color: #f00;
    float: left;
    padding-left: 15px;
    font-size: 12px;
}

    .register-ts i {
        float: left;
        padding-right: 5px;
        font-size: 14px;
    }

.zhuce-list ul li a:hover {
    color: #999;
}

.zhuce-list ul li .color:hover {
    background: #4d81bf;
    color: #fff;
}


.divselect {
    width: 350px;
    float: left;
    position: relative;
    height: 43px;
    line-height: 43px;
}

    .divselect cite {
        width: 350px;
        height: 41px;
        line-height: 41px;
        display: block;
        color: #999;
        cursor: pointer;
        font-style: normal;
        border: 1px solid #ddd;
        background: #f9f9f9;
        border-radius: 5px;
        padding-left: 10px;
        font-size: 14px;
    }

    .divselect i {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
    }

    .divselect ul {
        width: 360px;
        border: 1px solid #ddd;
        background-color: #ffffff;
        position: absolute;
        z-index: 20000;
        margin: -1px 0 0 0;
        display: none;
        border-radius: 5px;
    }

        .divselect ul li {
            height: 36px;
            line-height: 36px;
            margin: 0;
        }

            .divselect ul li a {
                display: block;
                height: 36px;
                color: #333333;
                text-decoration: none;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 14px;
            }

                .divselect ul li a:hover {
                    background-color: #f2f2f2;
                    color: #000;
                }


.divselect-w120 {
    width: 120px;
    float: left;
    position: relative;
    height: 43px;
    line-height: 43px;
}

    .divselect-w120 cite {
        width: 100px;
        height: 41px;
        line-height: 41px;
        display: block;
        color: #999;
        cursor: pointer;
        font-style: normal;
        border: 1px solid #ddd;
        background: #f9f9f9;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 20px;
        font-size: 14px;
        overflow: hidden;
    }

    .divselect-w120 i {
        position: absolute;
        right: -5px;
        top: 0;
        color: #999;
    }

    .divselect-w120 ul {
        width: 130px;
        border: 1px solid #ddd;
        background-color: #ffffff;
        position: absolute;
        z-index: 20000;
        margin: -1px 0 0 0;
        display: none;
        border-radius: 5px;
        height: 200px;
        overflow: auto;
    }

        .divselect-w120 ul li {
            height: 36px;
            line-height: 36px;
            margin: 0;
        }

            .divselect-w120 ul li a {
                display: block;
                height: 36px;
                color: #333333;
                text-decoration: none;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 14px;
                line-height: 36px;
                overflow: hidden;
            }

                .divselect-w120 ul li a:hover {
                    background-color: #f2f2f2;
                    color: #000;
                }

.xieyi {
    font-size: 12px;
    margin-left: 100px;
}

    .xieyi a {
        color: blue;
    }

    .xieyi input {
        float: left;
        margin-top: 15px;
        margin-right: 5px;
    }

.layui-button {
    cursor: pointer;
    width: 350px;
    height: 45px;
    line-height: 45px;
    background: #eee;
    color: #999;
    border: 0;
    border-radius: 5px;
    position: absolute;
    left: 40%;
    font-size: 18px;
    text-align: center;
}

/*.layui-zhuce {width:1200px; margin: 0 auto;background:#fff;box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;}
.zhuce-list {width:1000px;margin:20px auto;padding:20px 0;}
.zhuce-list ul li{width:100%;margin:0 auto 20px;height: 43px;line-height: 43px;position: relative;}
.zhuce-list ul li .layui-input{border: 1px solid #dddddd;border-radius: 5px;background: #f9f9f9; height: 43px;position:absolute;left: 30%;width:348px;float:left;}
.zhuce-list ul li .layui-ts{float: left;left:66%;color:#ef4545;font-size:13px;position: absolute;}
.zhuce-list ul li .layui-ts i{width:13px;height: 13px;padding-right: 5px;}
.layui-input-dx {border: 1px solid #dddddd;border-radius: 5px;background: #f9f9f9; height: 43px;position:absolute;left: 30%;width:160px;float:left;line-height: 43px;padding-left: 10px;}
.regGetcodeBtn{position: absolute;cursor: pointer;background: #eee;border-radius:5px;width: 118px;height:45px;font-size: 14px!important;color: #aaa;border:0;left: 53%;}
.zhuce-list ul li .layui-checkbox {margin-right: 15px;float: left;margin-top: 13px;width: 15px;height: 15px;}
.zhuce-list ul li span {color:#4d81bf;}
.zhuce-list ul li .layui-xy {position: absolute;left:30%;font-size: 12px;}
.layui-xy a{color:blue;}
.layui-button {cursor: pointer;width:350px;height:45px;line-height: 45px;background:#eee;color:#999;border:0;border-radius:5px;position: absolute;left:30%;font-size: 18px;text-align:center;}
.zhuce-list ul li .color:hover{color:#fff;}
.zhuce-list ul li .disanfang{position: absolute;left:30%;}
.zhuce-list ul li .disanfang a {padding:0 10px;color:#777;font-size: 13px;display: inline-block;}
.disanfang a i{padding-right:5px;}
.disanfang .qq{ font-size:30px;float: left;color:#6da8e5;}
.disanfang .wx{ font-size:28px;float: left;color:#8bcf42;}
.disanfang .zfb{ font-size:30px;float: left;color:#4f91d5;}
*/


/*登录*/
.layui-dl {
    width: 91%;
    max-width:1200px;
    margin: 25px auto;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.login-switch {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 20px;
}

.scancode {
    position: relative;
    left: 55%;
    height: 50px;
    float: left;
}

    .scancode i {
        background: url(../images/icon-dl-bg.png)no-repeat;
        display: inline-block;
        width: 80px;
        height: 25px;
        margin-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        font-size: 14px;
        color: #4d81bf;
        font-style: normal;
        float: left;
    }

    .scancode a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../images/icon-ewm.png)no-repeat;
    }

        .scancode a:hover {
            background: url(../images/icon-ewm1.png)no-repeat;
        }

.pwdlogin {
    position: relative;
    left: 55%;
    height: 50px;
    float: left;
}

    .pwdlogin i {
        background: url(../images/icon-dl-bg.png)no-repeat;
        display: inline-block;
        width: 80px;
        height: 25px;
        margin-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        font-size: 14px;
        color: #4d81bf;
        font-style: normal;
        float: left;
    }

    .pwdlogin a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../images/icon-pw.png)no-repeat;
    }

        .pwdlogin a:hover {
            background: url(../images/icon-pw1.png)no-repeat;
        }

.layui-tab-content {
    margin: 20px auto 0px;
    overflow: hidden;
}

.loginBox {
    width: 100%;
    margin: 10px auto 26px;
    overflow: hidden;
}

.layui-show ul li {
    margin: 0 auto 23px;
    height: 43px;
    line-height: 43px;
    position: relative;
    text-align: center;
}

    .layui-show ul li .layui-input {
        border: 1px solid #dddddd;
        border-radius: 5px;
        background: #f9f9f9;
        height: 43px;
        width: 350px;
        margin: 0 auto;
        display: inline-block;
    }

    .layui-show ul li .layui-ts {
        top: 0;
        left: 69%;
        color: #ef4545;
        font-size: 13px;
        position: absolute;
    }

        .layui-show ul li .layui-ts i {
            width: 13px;
            height: 13px;
            padding-right: 5px;
        }

.layui-button-dl {
    cursor: pointer;
    width: 350px;
    height: 45px;
    line-height: 45px;
    background: #eee;
    color: #999;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}

.layui-show ul li .layui-xy {
    font-size: 12px;
}

.layui-show ul li .layui-checkbox {
    margin-right: 15px;
    float: left;
    margin-top: 13px;
    width: 15px;
    height: 15px;
}

.layui-show ul li span {
    color: #4d81bf;
}

.layui-show ul li .disanfang a {
    padding: 0 10px;
    color: #777;
    font-size: 13px;
    display: inline-block;
}

.layui-show ul li .layui-input-sj {
    position: absolute;
    left: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #f9f9f9;
    height: 41px;
    width: 160px;
    line-height: 41px;
    padding-left: 10px;
}

.layui-show ul li .regGetcodeBtn1 {
    position: absolute;
    cursor: pointer;
    background: #eee;
    border-radius: 5px;
    width: 118px;
    height: 43px;
    font-size: 14px !important;
    color: #aaa;
    border: 0;
    right: 0;
}

.layui-show ul li .color:hover {
    color: #fff;
}

.layui-show ul li .layui-button {
    position: inherit;
    left: inherit;
    display: inline-block;
}

.layui-show ul li .color {
    background: #4d81bf;
    color: #fff;
}



.layui-tab-content p {
    text-align: center;
    font-size: 18px;
}

.layui-pic {
    width: 180px;
    height: 180px;
    border: 1px solid #d9d9d9;
    margin: 20px auto 70px;
}

    .layui-pic img {
        width: 160px;
        height: 160px;
        display: block;
        margin: 10px auto;
    }

.phone {
    clear: both;
    width: 350px;
    margin: 25px auto;
    overflow: hidden;
    display: none;
}

.phone-ewm {
    width: 130px;
    height: 130px;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 12px;
}

    .phone-ewm img {
        width: 110px;
        height: 110px;
        margin: 10px;
        display: block;
    }

.phone-png {
    background-image: url(../images/11.png);
    background-position: 0 0;
    width: 206px;
    height: 200px;
    float: left;
}





/*首页*/
.layui-dh {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

    .layui-dh .layui-nav .layui-nav-item a {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

    .layui-dh .layui-nav .layui-this a {
        color: #4d81bf;
    }

    .layui-dh .layui-nav .layui-nav-item a:hover {
        color: #4d81bf;
    }

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 410px;
    background: #000;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            height: 410px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 410px;
            }

    .fullSlide .prev, .fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 5%;
        height: 60px;
        cursor: pointer;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin-top: -30px;
    }

        .fullSlide .prev:hover, .fullSlide .next:hover {
            color: #4d81bf;
        }

        .fullSlide .prev i, .fullSlide .next i {
            font-size: 50px;
        }

    .fullSlide .next {
        left: auto;
        right: 5%;
    }

/*home-nav*/
.home-nav {
    width: 100%;
    background: #fff;
    height: auto;
}

    .home-nav ul {
        width: 91%;
        margin: 0 auto;
        padding: 50px 0;
        overflow: hidden;
    }

        .home-nav ul li {
            width: 12.5%;
            float: left;
            text-align: center;
            font-size: 18px;
            color: #394043;
            margin-bottom: 50px;
            margin: 0 auto;
        }

            .home-nav ul li i {
                color: #4d81bf;
                width: 90px;
                height: 90px;
                text-align: center;
                line-height: 90px;
                border-radius: 50%;
                display: inline-block;
                background: #f2f2ff
            }

                .home-nav ul li i img {
                    width: 40px;
                }

                    .home-nav ul li i img:hover {
                        animation: myfirst 1s 2;
                    }

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.home-nav ul li p {
    font-size: 16px;
    padding-top: 10px;
}

/*最新租赁挂牌*/
.fly-new {
    width: 100%;
    height: auto;
}

.new-list {
    width: 91%;
    margin: 0 auto;
    padding: 50px 0 30px;
    overflow: hidden;
}

.new-h1 {
    width: 100%;
    height: 80px;
}

    .new-h1 h1 {
        font-size: 24px;
        font-weight: 700;
    }

        .new-h1 h1 a {
            font-size: 14px;
            float: right;
            font-weight: normal;
            color: #555;
        }

    .new-h1 p {
        font-size: 16px;
        color: #555;
        padding-top: 10px;
    }

.new-list ul li {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.tag {
    padding: 3px 6px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 11px;
    text-align: center;
    font-size: 12px;
}

.new-list ul li a img {
    width: 100%;
    height: 277px;
}

.new-text {
    width: 94%;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 3%
}

    .new-text a {
        font-size: 20px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
    }

        .new-text a:hover {
            color: #4d81bf;
        }

    .new-text span {
        font-size: 30px;
        color: #f73939;
        font-weight: bold;
        font-family: "微软雅黑";
        float: right;
        height: 40px;
        line-height: 40px;
    }

        .new-text span em {
            font-size: 14px;
            color: #000;
            font-style: normal;
            font-weight: normal;
            font-family: "微软雅黑";
        }

    .new-text .new-f14 a {
        float: left;
        font-size: 14px;
        font-weight: normal;
        color: #999;
    }

    .new-text .new-f14 span {
        float: right;
        font-weight: normal;
        font-size: 14px;
        color: #999;
        font-family: "微软雅黑";
    }

.b-4d81bf {
    background: #4d81bf;
}

.b-38b0b4 {
    background: #62c17d;
}

.b-38b0bb {
    background: #f3961b;
}

/*个人房源、企业房源*/
.housing-nav {
    width: 100%;
    height: auto;
    background: #fff;
}

.fly-housing {
    width: 91%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 30px;
    overflow: hidden;
}

    .fly-housing .layui-tab-title {
        border: 0;
        width: 100%;
    }

        .fly-housing .layui-tab-title li {
            min-width: auto;
            font-size: 24px;
            font-weight: bold;
        }

        .fly-housing .layui-tab-title a {
            font-size: 14px;
            float: right;
            font-weight: normal;
            color: #555;
        }

.layui-tab-item .housing-list li {
    float: left;
    background: #fff;
    height: auto;
    line-height: normal;
    margin: 0 0 20px 0;
}

    .layui-tab-item .housing-list li a {
        border: 1px solid #ddd;
        overflow: hidden;
        display: block;
    }

    .layui-tab-item .housing-list li .housing-item-bg {
        width: 100%;
        height: 298px;
        overflow: hidden;
    }

        .layui-tab-item .housing-list li .housing-item-bg img {
            width: 100%;
            height: 100%;
        }

    .layui-tab-item .housing-list li .housing-item-text {
        width: 98%;
        position: absolute;
        left: 0;
        bottom: 4px;
        background: #000;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

        .layui-tab-item .housing-list li .housing-item-text h3 {
            text-align: left;
            margin: 10px 15px 0 15px;
            width: auto;
            font-size: 20px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            color: #fff;
        }

            .layui-tab-item .housing-list li .housing-item-text h3 span {
                font-size: 30px;
                color: #f00;
                font-weight: bold;
                font-family: "微软雅黑";
                float: right;
                height: 40px;
                line-height: 40px;
            }

                .layui-tab-item .housing-list li .housing-item-text h3 span em {
                    font-size: 14px;
                    color: #fff;
                    font-style: normal;
                    font-weight: normal;
                    font-family: "微软雅黑";
                }

        .layui-tab-item .housing-list li .housing-item-text p {
            margin: 0 20px;
            width: auto;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            text-align: left;
        }

            .layui-tab-item .housing-list li .housing-item-text p span {
                float: right;
                color: #fff;
            }

    .layui-tab-item .housing-list li .housing-list-bg img {
        width: 100%;
        height: 213px;
    }

    .layui-tab-item .housing-list li .housing-list-text {
        width: 100%;
    }

        .layui-tab-item .housing-list li .housing-list-text h3 {
            margin: 11px auto 0;
            width: 91%;
            font-size: 20px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            color: #000;
            text-align: left;
        }

            .layui-tab-item .housing-list li .housing-list-text h3 span {
                color: #f00;
                font-weight: bold;
                font-family: "微软雅黑";
                float: right;
                height: 40px;
                line-height: 40px;
            }

                .layui-tab-item .housing-list li .housing-list-text h3 span em {
                    font-size: 14px;
                    color: #000;
                    font-style: normal;
                    font-weight: normal;
                    font-family: "微软雅黑";
                }

        .layui-tab-item .housing-list li .housing-list-text p {
            margin: 3px auto;
            width: 91%;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            color: #999;
            text-align: left;
            overflow: hidden;
        }

            .layui-tab-item .housing-list li .housing-list-text p span {
                float: right;
                color: #000;
            }

/*通知公告*/

#test1 {
    width: 100%;
    text-align: center;
}

.layui-notice-nav {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 60px;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.layui-notice-list {
    margin: 0 25px;
    padding-bottom: 35px;
}

    .layui-notice-list ul li {
        height: 50px;
        line-height: 50px;
    }

        .layui-notice-list ul li a {
            font-size: 16px;
            color: #000;
            float: left;
        }

            .layui-notice-list ul li a:hover {
                color: #4d81bf;
            }

        .layui-notice-list ul li span {
            font-size: 14px;
            color: #999;
            float: right;
        }

.hr_line {
    color: #ddd;
    height: 0px;
    margin: 15px 0px;
    border-top: 1px dashed #ddd;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.layui-notice-con {
    margin: 0 50px;
    padding-bottom: 35px;
}

    .layui-notice-con h1 {
        text-align: center;
        font-size: 30px;
        line-height: 45px;
        padding: 20px 0 15px;
    }

.notice-con-text {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

    .notice-con-text span {
        font-size: 14px;
        color: #999;
        float: right;
        padding-right: 25px;
    }

.notice-text {
    padding: 15px 0;
}

    .notice-text p {
        font-size: 18px;
        color: #000;
        line-height: 40px;
        text-indent: 2em;
    }

    .notice-text span {
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
    }

/*品牌公寓*/
.apartment {
    width: 91%;

    height: auto;
    margin: 0 auto;
}

.apartment-nav {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    overflow: hidden;
}

.apartment-h1 {
    width: 100%;
    height: 80px;
}

    .apartment-h1 h1 {
        font-size: 24px;
        font-weight: 700;
    }

        .apartment-h1 h1 a {
            font-size: 14px;
            float: right;
            font-weight: normal;
            color: #555;
        }

    .apartment-h1 p {
        font-size: 16px;
        color: #555;
        padding-top: 10px;
    }

.apartment-fl {
    float: left;
}

.apartment-fl-big {
    width: 100%;
    border: 1px solid #ddd;
}

.apartment-fl-bg img {
    width: 100%;
    height: 442px;
}

.apartment-fl-text {
    background: #fff;
}

    .apartment-fl-text h3 {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        display: inherit;
        padding: 10px 20px 0;
        height: 40px;
        line-height: 40px;
    }

        .apartment-fl-text h3 b {
            font-size: 30px;
            color: #f00;
            font-weight: bold;
            font-family: "微软雅黑";
            float: right;
        }

    .apartment-fl-text span {
        display: inline-block;
        color: #999;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }

    .apartment-fl-text b em {
        font-size: 14px;
        color: #000;
        font-style: normal;
        font-weight: normal;
        font-family: "微软雅黑";
    }

.apartment-fr {
    float: left;
}

    .apartment-fr ul li {
        float: left;
        margin-bottom: 20px;
    }

        .apartment-fr ul li a {
            float: left;
            border: 1px solid #ddd;
            background: #fff;
        }

        .apartment-fr ul li .apartment-fr-bg img {
            width: 100%;
            height: 180px;
        }

.apartment-fr-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inherit;
    padding: 10px 20px 0;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

    .apartment-fr-text h3 span {
        display: inline-block;
        float: right;
        color: #999;
        font-size: 14px;
        font-weight: normal
    }

.apartment-fr-text b {
    font-size: 20px;
    color: #f00;
    font-weight: bold;
    font-family: "微软雅黑";
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

    .apartment-fr-text b em {
        font-size: 14px;
        color: #000;
        font-style: normal;
        font-weight: normal;
        font-family: "微软雅黑";
    }



/*公租房*/
.public-nav {
    width: 100%;
    height: auto;
    background: #fff;
}

.public {
    width: 91%;
    margin: 0 auto;
    padding: 50px 0 30px;
    overflow: hidden;
}

.public-h1 {
    width: 100%;
    height: 80px;
}

    .public-h1 h1 {
        font-size: 24px;
        font-weight: 700;
    }

        .public-h1 h1 a {
            font-size: 14px;
            float: right;
            font-weight: normal;
            color: #555;
        }

    .public-h1 p {
        font-size: 16px;
        color: #555;
        padding-top: 10px;
    }

.public .housing-list li {
    float: left;
    background: #fff;
    line-height: normal;
    margin: 0 0 20px 0;
}

    .public .housing-list li a {
        border: 1px solid #ddd;
        float: left;
    }

    .public .housing-list li .housing-list-bg img {
        width: 100%;
        height: 213px;
    }

    .public .housing-list li .housing-list-text {
        width: 100%;
    }

        .public .housing-list li .housing-list-text h3 {
            margin: 10px auto;
            width: 91%;
            font-size: 20px;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            color: #000;
            overflow: hidden;
        }

        .public .housing-list li .housing-list-text p {
            margin: 8px auto;
            width: 91%;
            font-size: 14px;
            height: 20px;
            color: #999;
            text-align: left;
            overflow: hidden;
        }

            .public .housing-list li .housing-list-text p span {
                padding-left: 10px;
            }



/*头*/
.release-header {
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.1);
}

.layui-top {
    width: 91%;
    margin: 0 auto;
}

.layui-nav-left a {
    float: left;
    font-size: 13px;
    color: #777;
}

    .layui-nav-left a:hover {
        color: #4d81bf;
    }

    .layui-nav-left a i {
        padding-right: 5px
    }

.layui-nav-left span {
    float: left;
    line-height: 36px;
    padding-left: 20px;
    margin: 0;
    color: #777;
    height: 36px;
}

.layui-app {
    z-index: 999;
    position: relative;
}

    .layui-app .ewm {
        display: none;
    }

    .layui-app:hover .ewm {
        display: block;
        position: absolute;
        top: 37px;
        border: 1px solid #eee;
        zoom: 1;
        background: #fff;
        padding: 10px
    }

.layui-nav-right {
    float: right;
    color: #777;
}

    .layui-nav-right a {
        text-align: right;
        font-size: 13px;
        color: #777;
    }

        .layui-nav-right a:hover {
            color: #4d81bf;
        }

        .layui-nav-right a i {
            padding-right: 5px;
        }

    .layui-nav-right .layui-padding {
        padding-right: 20px;
    }

/*搜索*/
.layui-nav-so {
    width: 91%;
    height: 105px;
    margin: 0 auto;
    line-height: 105px;
    overflow: hidden;
}

    .layui-nav-so a {
        float: left;
        width: 60%;
    }

.layui-so {
    float: right;
    margin-top: 30px;
    width: 40%
}

    .layui-so .layui-text {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ccc;
        width: 70%;
        padding-left: 10px;
        float: left;
        border-right: 0;
        border-radius: 5px 0 0 5px;
    }

    .layui-so .layui-so-button {
        height: 45px;
        line-height: 45px;
        background: #4d81bf;
        color: #fff;
        font-size: 18px;
        width: 25%;
        border: 0;
        padding: 0;
        margin: 0;
        float: left;
        cursor: pointer;
        border-radius: 0 5px 5px 0;
    }


/*导航*/
.layui-nav {
    width: 91%;
    margin: 0 auto;
    background: #fff;
}

    .layui-nav ul li {
        height: 58px;
        line-height: 58px;
        float: left;
        margin: 0 15px;
        text-align: center;
    }

    .layui-nav .layui-nav-item {
        width: 9%;
        text-align: center;
        float: left;
    }

        .layui-nav .layui-nav-item a {
            padding: 0;
        }

    .layui-nav ul li a {
        font-size: 16px;
        color: #333;
        font-weight: 700;
    }

    .layui-nav ul .active {
        border-bottom: 2px solid #4d81bf;
    }

        .layui-nav ul .active a {
            color: #4d81bf;
        }

.banner {
    height: 100px;
    margin: 0 auto;
    width: 91%;
    padding: 15px 0;
    max-width:1200px;
}

    .banner img {
        width: 100%;
        height: 100px;
    }

/*二级页面导航*/
.layui-list-dh {
    width: 91%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    max-width:1200px;
}

    .layui-list-dh a {
        font-size: 13px;
        color: #000;
        padding: 0 5px
    }

        .layui-list-dh a i {
            padding-right: 5px;
        }

        .layui-list-dh a:hover {
            color: #4d81bf;
        }

/*发布内容*/
.layui-content {    
    width: 91%;
    margin: 0 auto;
}

.progcontrl {
    margin-top: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .progcontrl .propbar {
        font-size: 14px;
        /*width: 21%;*/ /*吕小东 2020年9月2日13:56:56 修改*/
        width: 19%; /* 杨亚军 2020-09-10  修改*/
        float: left;
        padding-bottom: 5px;
        border-bottom: 2px solid #d2cdca;
        margin: 0 1.5%; /* 杨亚军 2020-09-10  修改*/
    }

.layui-form-g .progcontrl .propbar span {
    color: #000;
    font-size: 14px;
    padding: 0;
}

.progcontrl .active1 {
    font-size: 14px;
    /*width: 21%;*/ /*吕小东 2020年9月2日13:58:15 修改*/
    width: 19%; /* 杨亚军 2020-09-10  修改*/
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #4d81bf;
    margin: 1% 2% 1% 0; /* 杨亚军 2020-09-10  修改*/
    margin-bottom: 20px;
}

    .progcontrl .active1 span {
        color: #4d81bf;
        padding: 0;
        font-size: 14px;
    }

.progcontrl .mr0 {
    margin-right: 0
}

.content-fb {
    margin-top: 20px;
}

.layui-fb {
    width: 100%;
    float: left;
}

 .layui-fb .fabu-list {
    border-bottom: 1px dashed #ddd;
   }

.layui-fb .fabu-list h5 {
    font-size: 14px;
    color: #000;
    padding-left: 25px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
  }
    .layui-fb .fabu-list button {
        margin-right: 20px;
        background: #5fb878;
        border: 0;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        width: 110px;
        font-weight: normal;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        float: right;
        padding:0;  /*  杨亚军  2020-09-11  修改*/
    }

.layui-form-g {
    margin-top: 20px;
    margin-left: 50px;
    display: inline-block;
}

    .layui-form-g span {
        color: #ef4545;
        padding: 10px 12px 0 15px;
        font-size: 20px;
        float: left;
    }

.layui-inline {
    float: left;
    width: 193px;
}

.layui-form-item {
    float: left;
    margin-left: 20px;
}

.layui-form-label span {
    color: #ef4545;
    padding: 5px 0px 0 0;/*杨亚军 2020年09月09日 修改*/
    font-size: 20px;
    float: left;
}

.layui-form-radio em {
    color: #555;
    font-style: normal;
}

.layui-form-100 {
    width: auto;
    float: left;
}

    .layui-form-100 .layui-input {
        float: left;
        width: 90px;
    }

.layui-input-inline i {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-style: normal;
}

.layui-form-600 {
    width: auto;
    float: left;
}

    .layui-form-600 .layui-input { /* 杨亚军  2020-09- 09  修改*/
        float: left;
        width: 700px;
    }

    .layui-form-600 textarea { /* 杨亚军  2020-09- 09  修改*/
        float: left;
        width: 700px;
    }

    .layui-form-600 .button {
        cursor: pointer;
        width: 100px;
        height: 38px;
        line-height: 38px;
        display: inline-block;
        text-align: center;
        color: #fff;
        background: #4d81bf;
        border: 0;
        font-size: 14px;
        margin-left: 15px;
        border-radius: 5px;
    }

.pic-ts {
    padding-left: 13%;
    font-size: 12px;
    color: #999;
    padding-top: 10px;
    width: 87%;
    float: left;
}

    .pic-ts i {
        font-style: normal;
        color: #4d81bf;
        font-weight: bold;
    }

.layui-btn-1 { /*杨亚军 2020-09-09 修改*/
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 120px;
    border-radius: 3px;
    background-color: #4d81bf;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0 0 30px 0;
}

.layui-btn-5 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    border-radius: 3px;
    background-color: red;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0 0 30px 120px;
}


.layui-text-xq {
    height: 36px;
    line-height: 1.3;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    position: absolute;
    z-index: 2;
    width: 181px;
}

.text-xq {
    color: #ccc;
    position: absolute;
    z-index: 1;
    height: 36px;
    line-height: 1.3;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    width: 181px;
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    overflow: auto;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding-left: 10px;
}

/*图片上传*/
.layui-upload {
    border: 1px solid #e2e2e2;
    background: 0;
    float: left;
    width: 700px;
    text-align: center;
}

.layui-btn-button {
    background: 0;
    border: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
}

    .layui-btn-button i {
        font-size: 50px;
        color: #4d81bf;
    }

.layui-upload-img {
    margin-right: 8px;
    margin-bottom: 20px;
    display: inline-block;
    width: 110px;
    height: 110px;
    float: left;
    position: relative;
}

    .layui-upload-img span {
        position: absolute;
        top: 0px;
        right: 40px;
        width: 16px;
        height: 16px;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
    }

        .layui-upload-img span i {
            font-size: 18px;
            color: #fff;
            position: absolute;
            right: 2px;
            top: 2px;
        }

            .layui-upload-img span i:hover {
                color: #6398f7;
            }

    .layui-upload-img img {
        width: 110px;
        height: 110px;
    }

    .layui-upload-img .file-panel {
        position: absolute;
        height: 30px;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
        background: rgba( 0, 0, 0, 0.5 );
        width: 110px;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 300;
        line-height: 30px;
    }

/*核验成功*/
.layui-hy-tg {
    width: 500px;
    margin: 0 auto;
}

.hy-tg {
    padding-top: 20px;
    text-align: center;
}

    .hy-tg i {
        font-size: 45px;
        color: #8dca22;
        padding-right: 20px;
    }

    .hy-tg h3 {
        font-size: 24px;
        color: #000;
        display: inline-block;
    }

.tg-ts {
    font-size: 14px;
    color: #000;
    padding-top: 45px;
    text-align: left;
    padding-left: 140px;
}

    .tg-ts span {
        color: #f3961b;
    }

.tg-fb { /*杨亚军  2020-09-09  修改*/
    margin-top: 45px;
    text-align:center;
}

    .tg-fb a {
        color: #fff;
    }

/*核验失败*/
.layui-hy-sb {
    width: 500px;
    margin: 0 auto;
}

.hy-sb {
    padding-top: 20px;
    text-align: center;
}

    .hy-sb i {
        font-size: 45px;
        color: #f8584a;
        padding-right: 20px;
    }

    .hy-sb h3 {
        font-size: 24px;
        color: #000;
        display: inline-block;
    }

.sb-ts {
    font-size: 14px;
    color: #000;
    padding-top: 45px;
    text-align: left;
    padding-left: 115px;
}

    .sb-ts p {
        line-height: 25px;
    }

    .sb-ts span {
        color: #f3961b;
    }

.sb-fb {
    margin-top: 45px;
}

    .sb-fb a {
        padding-left: 30px;
        color: #517ad5;
    }

.layui-btn-2 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    border-radius: 3px;
    background-color: #ddd;
    color: #999;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0 0 30px 115px;
}

/*发布*/
.layui-hy-fb {
    width: 500px;
    margin: 0 auto;
}

.fb-tg {
    padding-top: 20px;
    text-align: center;
}

    .fb-tg i {
        font-size: 45px;
        color: #8dca22;
        padding-right: 20px;
    }

    .fb-tg h3 {
        font-size: 24px;
        color: #000;
        display: inline-block;
    }

.fb-ts {
    font-size: 14px;
    color: #000;
    padding-top: 45px;
    text-align: center;
}

    .fb-ts a {
        color: #517ad5;
        padding: 0 5px;
    }

/*筛选*/
.fly-shaixuan {
    width: 91%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.select {
    font-size: 14px;
}

    .select li {
        list-style: none;
        padding: 10px 0 5px 15px;
    }

    .select dl {
        zoom: 1;
        line-height: 24px;
    }

        .select dl:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            overflow: hidden;
        }

    .select dt {
        width: auto;
        padding-left: 20px;
        ;
        margin-bottom: 5px;
        text-align: right;
        font-size: 14px;
        color: #333;
        height: 24px;
        line-height: 24px;
        float: left;
    }

    .select dd {
        float: left;
    }

    .select a {
        white-space: nowrap;
        height: 24px;
        padding: 0 9px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

        .select a:hover {
            color: #4092f4;
        }

.select-qt {
    margin: 0 10px;
}

.select .selected a {
    color: #4d81bf;
}

.select-result {
    border-top: 1px solid #ddd;
}

.select-no {
    color: #999;
}

.select .selected1 {
    margin-left: 10px;
    color: #ccc;
}

.select .select-result .selected1 a {
    display: inline-block;
    padding: 0px 10px;
    color: #555;
    border: 1px dashed #8fb6e4;
    font-weight: normal;
    cursor: pointer;
    border-radius: 2px;
}

    .select .select-result .selected1 a i {
        color: #fff;
        background: #8fb6e4;
        font-size: 14px;
        margin-left: 5px;
    }

    .select .select-result .selected1 a:hover {
        border-color: #4d81bf;
    }

        .select .select-result .selected1 a:hover i {
            color: #fff;
            background: #4d81bf;
            font-size: 14px;
            margin-left: 5px;
        }

/*列表*/
.fly-filter {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.fly-tj {
    float: right;
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
}

    .fly-tj span {
        font-size: 14px;
        color: #f73939;
        padding: 0 5px;
        font-weight: bold;
    }

.fly-px {
    float: left;
    text-align: left;
    padding-left: 10px;
}

    .fly-px a {
        padding: 0 5px;
        font-size: 13px;
        color: #666;
    }

        .fly-px a i {
            font-size: 13px;
        }

    .fly-px .color1 {
        color: #4d81bf;
    }

.fly-list li {
    position: relative;
    height: 132px;
    line-height: 22px;
    padding: 25px 25px 25px 225px;
    border-bottom: 1px dotted #e2e2e2;
}

    .fly-list li:hover {
        background: #fbfbfb;
    }

.items {
    float: right;
    margin: 0 25px;
}

    .items a {
        color: #000;
        padding: 0 5px;
        cursor: pointer;
    }

        .items a:hover {
            color: #4d81bf;
        }

        .items a i {
            font-size: 18px;
        }

    .items .item i {
        color: #4d81bf;
    }

.fly-avatar {
    position: absolute;
    left: 25px;
    top: 25px;
    text-align: center;
    width: 175px;
    height: 132px;
    overflow: hidden;
}

    .fly-avatar img {
        height: 132px;
        margin: 0;
        border-radius: 2px;
        width: 175px
    }

.fly-pic-ts {
    height: 20px;
    width: 40px;
    position: absolute;
    background-color: #000;
    color: #FFF;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    top: 0px;
    opacity: .5;
}

    .fly-pic-ts i {
        padding-left: 5px;
    }

.fly-list-info {
    position: relative;
    float: left;
}

    .fly-list-info h2 a {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .fly-list-info h2 a:hover {
            color: #4d81bf;
        }

    .fly-list-info h2 em {
        background: #ff0000;
        border-radius: 2px;
        width: 20px;
        height: 20px;
        color: #fff;
        font-style: normal;
        display: inline-block;
        margin-left: 25px;
        text-align: center;
        line-height: 20px;
    }

.fly-jbxx {
    line-height: 51px;
}

    .fly-jbxx span {
        font-size: 15px;
        color: #444;
        font-weight: 700;
    }

    .fly-jbxx em {
        font-style: normal;
        padding: 0 10px;
        color: #999;
    }

.fly-dz {
    color: #666;
    font-size: 14px;
}

    .fly-dz em {
        padding-left: 20px;
        font-style: normal;
        color: #999;
        font-size: 12px;
    }

.fly-ts {
    height: 40px;
    line-height: 40px;
}

    .fly-ts span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
        border-radius: 3px;
    }

.fly-color-1 {
    color: #eb623e;
    border: #eb623e;
}

.fly-color-2 {
    color: #4d81bf;
    border: #4d81bf;
}

.fly-color-3 {
    color: #4371c6;
    border: #4371c6;
}

.fly-color-4 {
    color: #99c83d;
    border: #99c83d;
}

.fly-ts .fly-grfy {
    font-weight: normal;
    color: #4d81bf;
    font-size: 13px;
    padding-left: 25px;
}

.fly-ts .fly-jjr {
    font-weight: normal;
    color: #62c17d;
    font-size: 13px;
    padding-left: 25px;
}

.fly-ts .fly-qyfy {
    font-weight: normal;
    color: #f3961b;
    font-size: 13px;
    padding-left: 25px;
}

.fly-ts .zl-ms {
    color: #ff5722;
    padding: 0px 8px;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    border-radius: 3px;
    border: 1px solid #ff5722;
    font-size: 13px;
    margin-right: 8px;
    font-weight: normal;
}

.fly-list-badge {
    float: right;
    text-align: right;
    position: relative;
}

    .fly-list-badge h2 {
        font-size: 36px;
        color: #f73939;
        font-weight: bold;
        line-height: 45px;
        font-family: "微软雅黑";
    }

        .fly-list-badge h2 em {
            font-style: normal;
            font-size: 14px;
            color: #000;
            font-weight: normal;
            font-family: 微软雅黑;
        }

    .fly-list-badge h5 {
        font-size: 14px;
        color: #999;
        line-height: 42px;
        font-weight: bold;
    }

.fly-hy {
    line-height: 48px;
}

    .fly-hy span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }


.fly-px .ba_none {
    background: none;
    border-radius: 0;
}

    .fly-px .ba_none .layui-nav-item {
        height: 50px;
    }

        .fly-px .ba_none .layui-nav-item a { /* 杨亚军   2020-09-09  修改*/
            color: #333;
            padding: 0 20px;
            height: 50px;
            line-height: 50px;
        }

            /*.fly-px .ba_none .layui-nav-item a .layui-nav-more {
                border-top-color: #777;
            }*/

    .fly-px .ba_none .layui-nav-bar {
        background: none;
    }

    .fly-px .ba_none .layui-nav-item .corlor {
        color: #4d81bf;
    }

/*网格列表*/
.news_list {
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
    margin-bottom: 50px;
    width: 91%;
    margin: 0 auto;
}

.grid-list {
    width: 100%;
    margin: 25px 25px 0 25px;
    display: inline-block;
}

    .grid-list li {
        height: auto;
        float: left;
        margin-bottom: 25px;
        background: #fff; /*box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;*/
    }

        .grid-list li a img {
            width: 100%;
            height: 275px;
        }

        .grid-list li > div h2 {
            padding: 0 10px;
            line-height: 45px;
            overflow: hidden;
        }

            .grid-list li > div h2 .zl-ms {
                color: #ff5722;
                padding: 0px 8px;
                height: 20px;
                line-height: 20px;
                margin-top: 12px;
                border-radius: 3px;
                border: 1px solid #ff5722;
                font-size: 13px;
                margin-right: 8px;
                font-weight: normal;
            }

            .grid-list li > div h2 a {
                font-size: 20px;
                color: #000;
                font-weight: 700;
            }

            .grid-list li > div h2 span {
                font-size: 30px;
                color: #f73939;
                font-weight: bold;
                font-family: "微软雅黑";
                float: right;
            }

                .grid-list li > div h2 span em {
                    font-style: normal;
                    font-size: 14px;
                    color: #000;
                    font-weight: normal;
                    font-family: 微软雅黑;
                }

        .grid-list li > div .grid-jx {
            line-height: 20px;
            padding: 0 10px;
        }

            .grid-list li > div .grid-jx span {
                font-size: 14px;
                font-weight: 700;
                color: #444;
            }

            .grid-list li > div .grid-jx em {
                font-style: normal;
                padding: 0 10px;
                color: #999;
            }

.grid-ts {
    padding: 15px 10px;
}

    .grid-ts span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }

    .grid-ts .grid-grfy {
        font-weight: normal;
        color: #4d81bf;
        font-size: 13px;
        padding-left: 25px;
        float: right;
    }

    .grid-ts .grid-jjr {
        font-weight: normal;
        color: #62c17d;
        font-size: 13px;
        padding-left: 25px;
        float: right;
    }

    .grid-ts .grid-qyfy {
        font-weight: normal;
        color: #f3961b;
        font-size: 13px;
        padding-left: 25px;
        float: right;
    }

.grid-list-badge {
    padding: 0 15px;
    line-height: 35px;
    overflow: hidden;
}

    .grid-list-badge h5 {
        float: right;
        font-size: 14px;
        color: #999;
        line-height: 42px;
        font-weight: bold;
    }


/*分页*/
#test1 {
    width: 100%;
    text-align: center;
}

/*内容页*/
.fly-content {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.fly-bm {
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.fly-bt {
    float: left;
    padding-left: 25px;
}

    .fly-bt h2 {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        height: 75px;
        line-height: 75px;
    }

    .fly-bt span {
        color: #99c83d;
        font-size: 12px;
        border: 1px solid #99c83d;
        padding: 3px 5px;
        display: inline-block;
    }

        .fly-bt span i {
            float: left;
            padding-right: 5px;
        }

.fly-hym {
    float: right;
    margin: 15px 25px;
    text-align: center;
    display: inline-block;
    width: 260px;
    background: #4d81bf;
    height: 90px;
}

    .fly-hym h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .fly-hym span {
        background: #fff;
        width: 256px;
        height: 46px;
        margin: 2px;
        display: inline-block;
        line-height: 46px;
        font-size: 20px;
        color: #4d81bf;
    }

        .fly-hym span a {
            cursor: pointer;
        }

            .fly-hym span a i {
                float: right;
                color: #000;
                font-size: 28px;
                padding-right: 15px;
            }

    .fly-hym .hym-ewm {
        display: none;
    }

    .fly-hym:hover .hym-ewm {
        display: block;
        position: relative;
        margin-top: 16px;
        border: 1px solid #eee;
        zoom: 1;
        background: #fff;
        padding: 10px 0;
        width: 200px;
        float: right;
    }

.tooltips-arrow-border1 {
    color: #EEE;
    top: -12px;
    z-index: 9;
    right: 10%;
}

.tooltips-arrow-bg1 {
    color: #FFF;
    top: -10px;
    right: 10%;
    z-index: 99;
}

.tooltips-arrow1 {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 0 10px 12px;
    border-style: solid dashed dashed dashed;
    border-left-color: transparent;
    border-right-color: transparent;
}

.hym-ewm img {
    margin: 10px auto 0;
}

.hym-ewm p {
    font-size: 14px;
    color: #000;
}

.fly-lf {
    float: left;
    margin: 2% 0 0 2%;
    width: 450px;
}

.fly-lr {
    float: left;
    margin: 2% 0 0 2%;
    width: 58%;
}

.fly-je {
    border-bottom: 1px solid #ddd;
    height: 108px;
    width: 100%;
}

    .fly-je h2 {
        font-size: 30px;
        color: #000;
        font-weight: bold;
    }

    .fly-je .c_999 {
        color: #999;
        font-size: 14px;
        font-weight: bold;
    }

    .fly-je .c_f3961b {
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

        .fly-je .c_f3961b b {
            font-size: 40px;
            color: #f73939;
            font-weight: bold;
            font-family: "微软雅黑";
        }

.fly-gs {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

    .fly-gs ul li {
        width: 50%;
        float: left;
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }

        .fly-gs ul li label {
            color: #666;
        }

    .fly-gs ul .w100 {
        width: 100%;
    }

        .fly-gs ul .w100 a {
            padding: 0 10px;
            color: #0091d7;
        }

            .fly-gs ul .w100 a:hover {
                color: #4d81bf;
            }

.fly-lx {
    width: 100%;
    margin-top: 20px;
}



.fly-tab-item .map {
    text-indent: 0;
    margin-top: 20px;
    width: 96%;
    float: left;
    margin-left: 25px;
}

.fly-tj-list {
    width: 35%;
    float: left;
    margin: 0 0 0 5%;
}

    .fly-tj-list ul {
        width: 100%;
        margin-top: 20px;
    }

        .fly-tj-list ul li {
            margin-bottom: 25px;
            overflow: hidden;
        }

            .fly-tj-list ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .fly-tj-list ul li .pic {
                width: 168px;
                height: 125px;
                overflow: hidden;
            }

            .fly-tj-list ul li .fl {
                float: left;
            }

                .fly-tj-list ul li .fl img {
                    width: 100%;
                    height: 100%;
                }

            .fly-tj-list ul li .side-right {
                margin-left: 17px;
                width: 40%;
            }

                .fly-tj-list ul li .side-right p {
                    text-indent: 0;
                }

                    .fly-tj-list ul li .side-right p em {
                        padding: 0 5px;
                    }

                .fly-tj-list ul li .side-right .info-title {
                    font-size: 18px;
                    color: #333;
                    line-height: 18px;
                    overflow: hidden;
                    height: 18px;
                }

                .fly-tj-list ul li .side-right .info-area-toward {
                    height: 50px;
                    line-height: 25px;
                    overflow: hidden;
                    margin: 10px 0 10px 0;
                    color: #999;
                }

                .fly-tj-list ul li .side-right .info-price {
                    font-size: 12px;
                }

                    .fly-tj-list ul li .side-right .info-price b {
                        font-size: 26px;
                        font-weight: 600;
                        color: #f73939;
                        font-family: "微软雅黑";
                    }


/*个人扫码号码*/
.fly-gr {
    width: 30%;
    height: 71px;
    line-height: 71px;
    float: left;
    background: #4d81bf;
    color: #fff;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: relative;
}

    .fly-gr i {
        padding-right: 15px;
        font-size: 24px;
    }

.gr-sm {
    display: none;
}

.fly-gr:hover .gr-sm {
    display: block;
    position: absolute;
    left: 0;
    bottom: 85px;
    width: 360px;
    height: 170px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #ddd;
    padding: 12px 16px;
    animation-name: fade-up;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}

.tooltips-arrow-bg {
    color: #FFF;
    bottom: -8px;
    right: 75%;
}

.tooltips-arrow-border {
    color: #EEE;
    bottom: -10px;
    z-index: -10;
    right: 75%;
}

.tooltips-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px 12px 0;
    border-style: solid dashed dashed dashed;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tooltips-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px 12px 0;
    border-style: solid dashed dashed dashed;
    border-left-color: transparent;
    border-right-color: transparent;
}

.phone-qr-code {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    width: 170px;
    height: 170px;
}

.phone-qr-text-container {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-align: left;
}

.phone-qr-text-xl {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

    .phone-qr-text-xl.mg {
        margin-bottom: 24px;
    }

.phone-qr-text-s {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

    .phone-qr-text-s i {
        color: #74CB89;
        font-size: 10px;
    }

/*经纪人号码*/
.fly-jjr-hm {
    font-size: 1.2rem;
    float: left;
    width: 30%;
    height: 67px;
    line-height: 67px;
    color: #4d81bf;
    border: 2px solid #4d81bf;
    text-align: center;
}

    .fly-jjr-hm i {
        padding-right: 10px;
        font-size: 1.2rem;
    }


.fly-lx-xx {
    float: left;
    padding-left: 10px;
    width: 21%;
    height: 71px;
    line-height: 71px;
    overflow: hidden;
}

.lx-xx-pic {
    float: left;
}

    .lx-xx-pic img {
        float: left;
        width: 71px;
        border-radius: 50%;
    }

.fly-lx-xx ul {
    float: left;
    padding-left: 5px;
}

    .fly-lx-xx ul li {
        height: 24px;
        line-height: 24px;
    }

        .fly-lx-xx ul li span {
            font-size: 18px;
            float: left;
        }

        .fly-lx-xx ul li em {
            float: left;
            font-style: normal;
            border: 1px solid #ddd;
            padding: 0px 5px;
            font-size: 12px;
            color: #999;
            margin-left: 15px;
        }

        .fly-lx-xx ul li p {
            float: left;
            font-size: 12px;
        }

.layui-complaint-ts {
    float: left;
    width: 27%;
    height: 59px;
    font-size: 12px;
    background: #fffeea;
    padding: 5px;
    color: #999;
}

    .layui-complaint-ts span {
        font-weight: 700;
        color: #f00;
    }

.fly-jb {
    float: left;
    height: 71px;
    background: #fffeea;
    width: 8%;
    margin-left: 5px;
    text-align: center;
}

    .fly-jb a {
        font-size: 14px;
        color: #ff0000;
    }

        .fly-jb a i {
            font-size: 30px;
            padding: 10px 15px 5px 15px;
            display: inline-block;
        }






/*焦点图*/
.clearfix {
    *zoom: 1
}

.ban {
    width: 450px;
    height: 429px;
    float: left;
    margin: 0 auto;
}

.ban2 {
    width: 450px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

    .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .ban2 ul li {
            width: 450px;
            height: 338px;
            text-align: center;
            overflow: hidden;
        }

            .ban2 ul li a img {
                height: 338px;
            }

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 71px;
    overflow: hidden;
    width: 390px;
    position: relative;
    float: left;
}

.min_pic {
    padding-top: 20px;
    width: 450px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

    .num ul li {
        width: 95px;
        height: 71px;
        margin-right: 4px;
    }

        .num ul li a img {
            width: 95px;
            height: 71px;
            opacity: .5;
            filter: alpha(opacity=50);
        }

        .num ul li.on img {
            padding: 0;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }

.prev_btn1 {
    width: 30px;
    text-align: center;
    height: 71px;
    cursor: pointer;
    float: left;
    line-height: 71px;
    display: block;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #fff;
}

.next_btn1 {
    width: 30px;
    text-align: center;
    height: 71px;
    cursor: pointer;
    line-height: 71px;
    display: block;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #fff;
    float: right;
}

.prev1 {
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 9;
    cursor: pointer;
    left: 0;
    top: 0;
    text-align: center;
}

.next1 {
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 9;
    cursor: pointer;
    right: 0;
    top: 0;
    text-align: center;
}

    .prev1 i, .next1 i {
        color: #fff;
        position: absolute;
        top: 50%;
        font-size: 40px;
    }

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}

.pop_up {
    width: 60%;
    height: 451px;
    position: fixed;
    left: 20%;
    top: 12%;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 0 0 0 50%;
    z-index: 999999;
}

    .pop_up_xx i {
        color: #fff;
        font-size: 60px;
        padding: 25px;
        text-align: center;
        display: inline-block;
    }

.pop_up2 {
    width: 600px;
    height: 451px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .pop_up2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .pop_up2 ul li {
            width: 600px;
            height: 451px;
            float: left;
            text-align: center;
            overflow: hidden;
        }

            .pop_up2 ul li a img {
                height: 451px;
            }



/*配套、描述*/
.fly-tab {
    width: 100%;
    float: left;
    margin: 20px auto;
}

.fly-tab-title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fbfbfb;
    border-top: 1px solid #ddd;
    box-shadow: #aaa 0px 5px 5px -5px;
    position: static;
    -moz-box-shadow: #aaa 0 5px 5px -5px;
    -webkit-box-shadow: #aaa 0 5px 5px -5px;
}

    .fly-tab-title li {
        float: left;
        width: 120px;
        text-align: center;
        font-size: 16px;
    }

        .fly-tab-title li a {
            color: #777;
        }

    .fly-tab-title .fly-active {
        background: #fff;
        border-top: 3px solid #4d81bf;
        height: 52px;
        line-height: 52px;
    }

        .fly-tab-title .fly-active a {
            color: #4d81bf;
        }

.fly-tab-content {
    float: left;
    width: 100%
}

.fly-tab-item {
    overflow: hidden;
    padding-top: 60px;
}

    .fly-tab-item span {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: inline-block;
    }

        .fly-tab-item span h5 {
            font-size: 16px;
            border-bottom: 1px solid #4d81bf;
            display: inline-block;
            margin-left: 25px;
            padding: 0 15px;
        }

    .fly-tab-item p {
        line-height: 40px;
        text-indent: 2em;
    }

.house-disposal li {
    margin: 20px 8px 0 8px;
    height: 55px;
    float: left;
    width: 90px;
    text-align: center;
    position: relative;
}

    .house-disposal li i {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        overflow: hidden;
        max-width: 100%;
        font-size: 26px;
        color: #999;
    }

    .house-disposal li em {
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        color: #999;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
        font-style: normal;
    }

.house-disposal .assort-active i {
    color: #4d81bf;
}

.house-disposal .assort-active em {
    color: #4d81bf;
}


/*个人中心*/
.fly-per {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

    .fly-per .layui-collapse {
        float: left;
        width: 20%;
        height: 590px;
        background: #fff;
        border: 0;
    }

        .fly-per .layui-collapse h1 {
            margin: 0 20px;
            border-bottom: 1px solid #ddd;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            font-weight: bold;
            color: #555;
            text-align: center;
        }

        .fly-per .layui-collapse .layui-colla-item {
            border: 0;
        }

            .fly-per .layui-collapse .layui-colla-item a {
                text-align: center;
                width: 100%;
                height: 40px;
                line-height: 40px;
                color: #555;
                display: inline-block;
            }

                .fly-per .layui-collapse .layui-colla-item a:hover {
                    color: #4d81bf
                }

        .fly-per .layui-collapse .layui-colla-content {
            padding: 0 20px;
        }

            .fly-per .layui-collapse .layui-colla-content ul li {
                width: 100%;
                margin: 0;
                text-align: center;
                height: 40px;
                line-height: 40px;
            }

        .fly-per .layui-collapse .layui-colla-icon {
            right: 45px;
            left: inherit;
            font-size: 12px;
            color: #aaa;
            font-weight: 600;
        }

        .fly-per .layui-collapse .layui-colla-item .active {
            color: #4d81bf;
        }

.no-data {
    width: 100%;
    text-align: center;
    margin: 50px auto 0;
}

    .no-data i {
        font-size: 80px;
        color: #999;
    }

    .no-data p {
        font-size: 14px;
        color: #999;
        padding-bottom: 25px;
    }

.risk {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #fffeea;
    display: block;
    margin: 25px auto;
}

    .risk h2 {
        font-size: 16px;
        color: #f73939;
        height: 35px;
        line-height: 35px;
        padding-left: 25px;
    }

        .risk h2 i {
            padding-right: 10px;
        }

    .risk p {
        padding-left: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #333;
    }




/*我的订单、我的合同、我的房源*/

.fly-per-content {
    float: left;
    margin-left: 2%;
    width: 78%;
    background: #fff;
}

    .fly-per-content h5 {
        width: 100%;
        font-size: 16px;
        color: #4d81bf;
        height: 45px;
        line-height: 45px;
    }

    .fly-per-content .layui-tab-title {
        background: #f9f9f9;
        border: 0;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
    }

    .fly-per-content .layui-tab-brief {
        margin-right: 25px;
    }

    .fly-per-content .layui-tab-title li {
        min-width: 120px;
        font-size: 16px;
        height: 50px
    }

    .fly-per-content .layui-tab-title .layui-this:after {
        height: 50px;
        line-height: 50px;
    }

    .fly-per-content .layui-table tr td span {
        color: #999;
    }
    /*.fly-per-content .layui-table tr td a {color:#517ad5;}*/
    .fly-per-content .layui-table tr td button {
        border: 0;
        border-radius: 3px;
        text-align: center;
        background: #4d81bf;
        color: #fff;
        width: 80px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .fly-per-content .layui-table tr td .c-9 {
        font-weight: normal;
        color: #999;
        border: 1px solid #ddd;
        text-align: center;
        border-radius: 3px;
        width: 78px;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        display: inline-block;
    }

    .fly-per-content .layui-table tr td .c-4d81bf {
        font-weight: normal;
        color: #fff;
        background: #4d81bf;
        text-align: center;
        border-radius: 3px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        display: inline-block;
    }

    .fly-per-content .layui-table tr td .c-5 {
        border: 1px solid #C9C9C9;
        background-color: #fff;
        color: #555;
        font-weight: normal;
        text-align: center;
        border-radius: 3px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        display: inline-block;
    }

        .fly-per-content .layui-table tr td .c-5:hover {
            border: 1px solid #4d81bf;
        }

    .fly-per-content .layui-table tr td .c-5fb878 {
        font-weight: normal;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        display: inline-block;
        background: #5fb878
    }

.layui-table tr td .c-5fb878 {
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    background: #5fb878
}

.layui-table tr td .c-f3961b {
    font-weight: normal;
    color: #fff;
    background: #4d81bf;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}


/*我的认证*/
.fly-rz {
    width: 100%;
    margin: 20px auto;
    background: #fafafa;
    height: 120px;
    border-radius: 3px;
}

    .fly-rz .tb {
        float: left;
        width: 60px;
        height: 60px;
        border-radius: 3px;
        background: #7986cb;
        margin: 30px;
        text-align: center;
    }

        .fly-rz .tb i {
            color: #fff;
            font-size: 40px;
            line-height: 60px;
        }

    .fly-rz .fly-text {
        float: left;
        margin: 30px 30px 30px 0;
        height: 60px;
    }

        .fly-rz .fly-text h4 {
            font-size: 16px;
            font-weight: 600;
            color: #555;
        }

        .fly-rz .fly-text span {
            border: 1px solid #4d81bf;
            width: 50px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: #4d81bf;
            display: inline-block;
            border-radius: 3px;
            text-align: center;
            margin-top: 15px;
        }

    .fly-rz .fly-rzxx {
        float: left;
        margin: 30px 60px;
    }

        .fly-rz .fly-rzxx p {
            font-size: 13px;
            color: #000;
            text-align: left;
            height: 30px;
            line-height: 30px;
        }

    .fly-rz .fly-a {
        float: right;
        margin: 48px;
        z-index: 999;
        position: relative;
    }
/*.fly-rz .fly-a a{width:150px;height: 40px;line-height: 40px;background:#4d81bf;color:#fff;text-align: center;font-size: 16px;font-weight: 600;display: inline-block;border-radius: 5px;margin: 10px auto;}*/
.layui-btn-3 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    background-color: #4d81bf;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 100px;
}

.layui-btn-pay {
    border: 0;
    cursor: pointer;
    background: #e2e2e2;
    border-radius: 5px;
    width: 118px;
    height: 38px;
    font-size: 14px !important;
    color: #aaa;
    line-height38px;
    text-align: center;
}


/*.fly-a .ewm{display: none;}*/
.fly-app {
    display: block;
    position: absolute;
    top: -150px;
    margin-left: -250px;
    border: 1px solid #eee;
    zoom: 1;
    background: #fff;
    padding: 10px;
    z-index: 999
}

/*我的银行*/
.fly-yhk {
    width: 24%;
    height: 125px;
    float: left;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 1% 1% 0;
    background: #4d81bf url(../images/icon-yl.png) right bottom no-repeat;
}

.yhk-jb {
    position: absolute;
    right: 5px;
    top: 3px;
    background: #ef4838;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.yh {
    font-size: 14px;
    color: #000;
    padding: 20px 0 0;
    display: inline-block;
    float: left;
    width: 88%;
    margin: 0 6%;
}

    .yh span {
        float: left;
        color: #fff
    }

    .yh p {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        line-height: 40px;
        color: #fff
    }

.sx {
    float: left;
    padding: 5px 15px 17px;
}

    .sx em {
        font-style: normal;
        font-size: 12px;
        display: inline-block;
        color: #fff;
        background: #6a9edc;
        width: 60px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        border-radius: 3px;
    }

.fly-yhk-tj {
    width: 24%;
    float: left;
    border: 1px dashed #4d81bf;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 35px 0;
    cursor: pointer;
}

    .fly-yhk-tj a {
        color: #4d81bf;
        font-size: 14px;
    }

        .fly-yhk-tj a i {
            font-size: 29px;
            text-align: center;
            display: inline-block;
            width: 100%;
            font-weight: 600;
        }

        .fly-yhk-tj a:hover {
            color: #4d81bf;
        }

.back-f2 {
    background: #f2f2f2;
}

.fly-yhqr {
    margin: 20px 0 0 121px;
    float: left;
}

    .fly-yhqr button {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 193px;
        background-color: #4d81bf;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-radius: 3px;
    }


/*合同签订*/
.layui-form-g .progcontrl .propbar-ht {
    font-size: 14px;
    width: 21%;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #d2cdca;
    margin-right: 20px;
}

    .layui-form-g .progcontrl .propbar-ht span {
        padding: 0;
        color: #000;
        font-size: 14px;
    }

.layui-form-g .progcontrl .active {
    font-size: 14px;
    width: 21%;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #ed6d06;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .layui-form-g .progcontrl .active span {
        color: #4d81bf;
        padding: 0;
        font-size: 14px;
    }

.layui-form-g .progcontrl .mr0 {
    margin-right: 0
}

.w150 {
    width: 150px;
}

.w120 {
    width: 120px;
}

.layui-input-block p {
    margin: 0 10px;
    line-height: 45px;
}

.layui-inline .layui-select-right {
    text-align: right;
}

.tj-ren {
    float: right;
    margin-right: 15px;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    background: #5fb878;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.delete { /*杨亚军  2020-09-09  修改*/
    border: 0;
    background: none;
    color: #f73939;
    padding: 9px 0 0 10px;
    cursor: pointer;
}

/*我的投诉*/
.layui-complaint {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 1px #f1f1f1;
}

    .layui-complaint h1 {
        width: 1200px;
        margin: 0 auto;
        line-height: 80px;
        font-size: 24px;
        color: #555;
        font-weight: 700;
    }

.complaint-form {
    background: #fff;
    width: 1200px;
    margin: 20px auto 50px;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

    .complaint-form .layui-form-label {
        font-size: 14px;
    }

    .complaint-form .layui-form-text {
        width: 70%;
    }

.layui-textarea {
    width: 600px;
}

.layui-btn-4 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    background-color: #4d81bf;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.layui-form-item .layui-input-block .layui-form-checkbox {
    margin-right: 35%;
}

/*房源选择*/
.choose-list {
    width: 900px;
}

    .choose-list li {
        border-radius: 5px;
        position: relative;
        line-height: 25px;
        padding-left: 20px;
        border: 1px solid #f2f2f2;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .choose-list .selected {
        border-color: #9cbcdc;
        background-color: #f1f8fd;
        margin-bottom: 20px;
        line-height: 32px;
        box-shadow: 0px 5px 0 #f3f3f3
    }

    .choose-list li .layui-form-radio {
        float: left;
    }

    .choose-list li:hover {
        background: #f1f8fd;
    }

    .choose-list li input {
        position: absolute;
        top: 6px;
        left: 15px;
    }

    .choose-list li p {
        width: 100%;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

        .choose-list li p span {
            font-size: 14px;
            color: #333;
            margin: 0;
            padding: 0 15px 0 0;
            float: none;
        }

.choose-text {
    float: left;
    width: 90%;
}

.layui-but {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

    .layui-but button {
        border: 0;
        color: #fff;
        background: #4d81bf;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        width: 180px;
        cursor: pointer;
    }

/*公共样式*/
.color {
    background: #4d81bf;
    color: #fff;
}

.hide {
    display: none;
}

.p0 {
    padding: 0
}

.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0;
}

.w100 {
    width: 100%;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.w-px {
    width: 120px;
}




/*bottom*/
.footer {
    width: 100%;
    background: #2b2b2b;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.layui-p {
    width: 91%;
    margin: 0 auto;
    padding: 15px 0;
}

    .layui-p p {
        text-align: center;
        color: #aaaaaa;
        font-size: 14px;
        line-height: 30px;
    }




/*房源选择*/
.choose-list {
    width: 900px;
}

    .choose-list li {
        border-radius: 5px;
        position: relative;
        line-height: 25px;
        padding-left: 20px;
        border: 1px solid #f2f2f2;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .choose-list .selected {
        border-color: #9cbcdc;
        background-color: #f1f8fd;
        margin-bottom: 20px;
        line-height: 32px;
        box-shadow: 0px 5px 0 #f3f3f3
    }

        .choose-list .selected i {
            display: block;
            position: absolute;
            bottom: 5px;
            right: 10px;
            color: #5fb878;
        }

.choose-text i {
    display: none;
}

.choose-list li .layui-form-radio {
    float: left;
}

.choose-list li:hover {
    background: #f1f8fd;
}

.choose-list li input {
    position: absolute;
    top: 6px;
    left: 15px;
}

.choose-list li p {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

    .choose-list li p span {
        font-size: 14px;
        color: #333;
        margin: 0;
        padding: 0 15px 0 0;
        float: none;
    }

.choose-text {
    float: left;
    width: 90%;
}

.layui-but {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

    .layui-but button {
        border: 0;
        color: #fff;
        background: #4d81bf;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        width: 180px;
        cursor: pointer;
    }

/*公寓详情*/
.apartment-content {
    width: 100%;
    display: inline-block;
}

    .apartment-content h1 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .apartment-content ul li {
        width: 50%;
        float: left;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

        .apartment-content ul li label {
            color: #999;
        }

        .apartment-content ul li a:hover {
            color: #4d81bf;
        }

        .apartment-content ul li a i {
            padding-left: 10px;
            font-size: 16px;
        }

        .apartment-content ul li span {
            font-size: 24px;
            color: #f73939;
            font-weight: bold;
            font-family: "微软雅黑";
        }

            .apartment-content ul li span em {
                font-style: normal;
                font-size: 14px;
                color: #333;
                font-family: "微软雅黑";
            }

        .apartment-content ul li i {
            padding-left: 10px;
            font-size: 22px;
            color: #999;
        }

        .apartment-content ul li .c-f00 {
            font-size: 22px;
            color: #f00;
        }

.fly-lx1 {
    width: 100%;
    margin: 23px auto 0;
    display: inline-block;
    line-height: 35px;
}

    .fly-lx1 i {
        font-size: 16px;
        color: #fff;
        float: left;
        background: #4d81bf;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 3px;
    }

    .fly-lx1 span {
        float: left;
        font-size: 25px;
        line-height: 25px;
        color: #000;
        padding-left: 10px;
    }

    .fly-lx1 em {
        float: left;
        font-size: 16px;
        line-height: 25px;
        padding-left: 15px;
        font-style: normal;
        color: #999;
    }

.layui-ts-div {
    width: 100%;
    margin-top: 8px;
    float: left;
}

.layui-apartment-ts {
    float: left;
    width: 300px;
    height: 61px;
    font-size: 12px;
    background: #fffeea;
    padding: 5px 10px;
    color: #999;
}

    .layui-apartment-ts span {
        font-weight: 700;
        color: #f00;
        width: 100%;
        display: inline-block;
    }

.layui-ts1 {
    float: left;
    height: 71px;
    background: #fffeea;
    width: 60px;
    text-align: center;
    margin-left: 30px;
}

    .layui-ts1 a {
        font-size: 14px;
        color: #ff0000;
    }

        .layui-ts1 a i {
            font-size: 30px;
            padding: 10px 15px 5px 15px;
            display: inline-block;
        }



/*公寓列表*/
.apartment-list {
    width: 1150px;
    margin: 25px;
    display: inline-block;
}

    .apartment-list li {
        height: 400px;
        float: left;
        background: #fff; /*box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;*/
        margin-bottom: 25px;
    }

        .apartment-list li a img {
            width: 100%;
            height: 275px;
        }

        .apartment-list li > div h2 {
            padding: 0 15px;
            line-height: 45px;
            overflow: hidden;
        }

            .apartment-list li > div h2 a {
                font-size: 20px;
                color: #000;
                font-weight: 700;
            }

            .apartment-list li > div h2 span {
                float: right;
                color: #ff5722;
                padding: 0px 8px;
                height: 27px;
                line-height: 27px;
                margin-top: 9px;
                border-radius: 3px;
                border: 1px solid #ff5722;
                font-size: 13px;
            }

                .apartment-list li > div h2 span i {
                    font-size: 16px;
                    padding-right: 3px;
                }

        .apartment-list li > div .apartment-jx {
            line-height: 20px;
            padding: 0 15px;
        }

            .apartment-list li > div .apartment-jx span {
                font-size: 14px;
                color: #444;
            }

            .apartment-list li > div .apartment-jx em {
                font-style: normal;
                padding: 0 10px;
                color: #999;
            }

.apartment-jx .apartment-gy {
    font-weight: normal;
    color: #4d81bf;
    font-size: 13px;
    padding-left: 25px;
    float: right;
}

    .apartment-jx .apartment-gy i {
        padding-right: 3px;
    }

.layui-fw {
    padding: 10px 15px;
}

    .layui-fw span {
        font-size: 20px;
        color: #f73939;
        font-weight: bold;
        font-family: "微软雅黑";
    }

        .layui-fw span em {
            font-style: normal;
            font-size: 14px;
            color: #000;
            font-weight: normal;
            font-family: 微软雅黑;
        }

.apartment-ycz {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon_ycz.png) top right no-repeat;
    width: 47px;
    height: 47px;
}

/*公寓挂牌房源*/
/*公寓挂牌房源*/
.listing-list {
    margin: 25px 25px 10px 25px;
    display: inline-block;
}

.layui-carousel {
    float: left;
}

    .layui-carousel img {
        width: 400px;
        height: 300px;
    }

.listing-list-table {
    float: left;
    margin-left: 25px;
    width: 720px;
}

    .listing-list-table h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
    }

.listing-table {
    height: 263px;
    overflow: auto;
}

    .listing-table table tr {
        margin-bottom: 15px;
        display: block;
    }

        .listing-table table tr td a {
            font-size: 13px;
            background: #eee;
            color: #333;
            display: inline-block;
            padding: 5px 10px;
            margin-right: 15px;
            width: 199px;
            border: 1px solid #ddd;
            position: relative;
        }

            .listing-table table tr td a:hover {
                box-shadow: 2px 2px 2px #f1f1f1
            }

            .listing-table table tr td a > div p {
                height: 20px;
                line-height: 20px;
                text-indent: 0;
                font-weight: 700;
            }

                .listing-table table tr td a > div p i {
                    font-weight: normal;
                    padding-left: 5px;
                    color: #ff5722;
                }

                .listing-table table tr td a > div p span {
                    float: right;
                    height: 20px;
                    line-height: 20px;
                    text-align: right;
                    color: #000;
                    font-weight: normal;
                }

            .listing-table table tr td a > div span {
                width: 50%;
                border: 0;
                float: left;
                height: 20px;
                line-height: 20px;
            }

            .listing-table table tr td a > div .jg {
                font-size: 14px;
                color: #000;
                text-align: right;
            }

                .listing-table table tr td a > div .jg em {
                    font-style: normal;
                    font-size: 16px;
                    color: #f73939;
                    font-weight: bold;
                    font-family: "微软雅黑";
                }
/*公寓项目图片*/
.xm-pic {
    margin: 25px 25px 10px 25px;
    display: inline-block;
}

    .xm-pic ul li {
        float: left;
        text-align: center;
        width: 175px;
        margin-right: 20px;
    }

        .xm-pic ul li img {
            width: 175px;
            height: 132px;
        }

        .xm-pic ul li p {
            font-size: 14px;
            text-indent: 0;
        }
/*公寓项目位置*/
.xm-map {
    margin: 2%;
    display: inline-block;
    width: 96%;
    height: 300px;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}


/*评价*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*承租人评价*/
.order-evaluation {
    width: auto;
    background: #fff;
    z-index: 200;
    margin: 25px;
}

    .order-evaluation h4 {
        font-size: 14px;
        color: #333;
        font-weight: 700;
        float: left;
        line-height: 35px;
    }

    .order-evaluation .block {
        display: inline-block;
        float: left;
        padding-left: 10px;
        line-height: 35px;
        height: 35px;
        width: 45%;
    }

        .order-evaluation .block p {
            float: right;
            font-size: 14px;
            color: #999;
            line-height: 35px;
            margin-bottom: 0;
            padding-left: 20px;
        }

        .order-evaluation .block ul {
            float: left;
        }

    .order-evaluation .order-evaluation-text {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        width: 809px;
        padding-left: 15px;
        background: #f3f3f3;
        margin-bottom: 25px;
        margin-top: 20px;
    }

.order-evaluation-checkbox {
    float: left;
    margin-top: 15px;
}

    .order-evaluation-checkbox ul li {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ddd;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin: 0 15px 10px 0;
        float: left;
        cursor: pointer;
        overflow: hidden;
        border-radius: 3px;
    }

        .order-evaluation-checkbox ul li:hover {
            border-color: #4d81bf;
            color: #4d81bf
        }

        .order-evaluation-checkbox ul li.checked i {
            display: block;
        }

        .order-evaluation-checkbox ul li.checked {
            border: 1px solid #4d81bf;
            color: #4d81bf;
        }

.order-evaluation .order-evaluation-textarea {
    position: relative;
    width: 80%;
    height: 160px;
    float: left;
    margin-top: 15px;
}

    .order-evaluation .order-evaluation-textarea textarea {
        width: 96%;
        height: 130px;
        border: 1px solid #e8e8e8;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        padding: 15px;
        color: #666;
        border-radius: 3px;
    }

    .order-evaluation .order-evaluation-textarea span {
        position: absolute;
        bottom: 10px;
        font-size: 12px;
        color: #999;
        right: 10px;
    }

        .order-evaluation .order-evaluation-textarea span em {
            color: #e84c3d;
        }

.order-evaluation-checkbox ul li i {
    display: none;
    color: #e84c3d;
    position: absolute;
    right: -4px;
    bottom: -14px;
    font-size: 20px;
}

.order-evaluation > a:hover {
    background: #e84c3d;
}

.block li label, .con span {
    font-size: 18px;
    margin-right: 20px;
    line-height: 23px;
}

.block li span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 15px 0 0;
}

    .block li span img {
        margin-right: 0px;
        float: left;
        margin-top: 7px;
    }

.evaluate-img li span img {
    margin-top: 0px;
}


.order-evaluation .mechan {
    display: inline-block;
    float: left;
    padding-left: 10px;
    line-height: 35px;
    height: 35px;
    width: 45%;
}

    .order-evaluation .mechan p {
        float: right;
        font-size: 14px;
        color: #999;
        line-height: 35px;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .order-evaluation .mechan ul {
        float: left;
    }

.order-evaluation .lease {
    display: inline-block;
    float: left;
    padding-left: 10px;
    line-height: 35px;
    height: 35px;
    width: 45%;
}

    .order-evaluation .lease p {
        float: right;
        font-size: 14px;
        color: #999;
        line-height: 35px;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .order-evaluation .lease ul {
        float: left;
    }




.mechan-evaluation {
    width: auto;
    background: #fff;
    z-index: 200;
    margin: 25px;
}

    .mechan-evaluation h4 {
        font-size: 14px;
        color: #333;
        font-weight: 700;
        float: left;
        line-height: 35px;
    }

    .mechan-evaluation .block {
        display: inline-block;
        float: left;
        padding-left: 10px;
        line-height: 35px;
        height: 35px;
        width: 45%;
    }

        .mechan-evaluation .block p {
            float: right;
            font-size: 14px;
            color: #999;
            line-height: 35px;
            margin-bottom: 0;
            padding-left: 20px;
        }

        .mechan-evaluation .block ul {
            float: left;
        }

    .mechan-evaluation .mechan {
        display: inline-block;
        float: left;
        padding-left: 10px;
        line-height: 35px;
        height: 35px;
        width: 45%;
    }

        .mechan-evaluation .mechan p {
            float: right;
            font-size: 14px;
            color: #999;
            line-height: 35px;
            margin-bottom: 0;
            padding-left: 20px;
        }

        .mechan-evaluation .mechan ul {
            float: left;
        }

    .mechan-evaluation .mechan-evaluation-text {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        width: 809px;
        padding-left: 15px;
        background: #f3f3f3;
        margin-bottom: 25px;
        margin-top: 20px;
    }

.mechan-evaluation-checkbox {
    float: left;
    margin-top: 15px;
}

    .mechan-evaluation-checkbox ul li {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ddd;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin: 0 15px 10px 0;
        float: left;
        cursor: pointer;
        overflow: hidden;
        border-radius: 3px;
    }

        .mechan-evaluation-checkbox ul li:hover {
            border-color: #4d81bf;
            color: #4d81bf
        }

        .mechan-evaluation-checkbox ul li.checked i {
            display: block;
        }

        .mechan-evaluation-checkbox ul li.checked {
            border: 1px solid #4d81bf;
            color: #4d81bf;
        }

.mechan-evaluation .mechan-evaluation-textarea {
    position: relative;
    width: 80%;
    height: 160px;
    float: left;
    margin-top: 15px;
}

    .mechan-evaluation .mechan-evaluation-textarea textarea {
        width: 96%;
        height: 130px;
        border: 1px solid #e8e8e8;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        padding: 15px;
        color: #666;
        border-radius: 3px;
    }

    .mechan-evaluation .mechan-evaluation-textarea span {
        position: absolute;
        bottom: 10px;
        font-size: 12px;
        color: #999;
        right: 10px;
    }

        .mechan-evaluation .mechan-evaluation-textarea span em {
            color: #e84c3d;
        }

.mechan-evaluation-checkbox ul li i {
    display: none;
    color: #e84c3d;
    position: absolute;
    right: -4px;
    bottom: -14px;
    font-size: 20px;
}

.mechan-evaluation > a:hover {
    background: #e84c3d;
}




.mechan li label, .con span {
    font-size: 18px;
    margin-right: 20px;
    line-height: 23px;
}

.mechan li span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .mechan li span img {
        margin-right: -5px;
    }

.level {
    color: #e84c3d;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    top: 0;
    font-style: normal;
}

.dmlei_tishi_info {
    height: 70px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    position: fixed;
    left: 48%;
    display: none;
    margin-left: -128px;
    top: 40%;
    margin-top: -35px;
    padding: 0 15px;
    z-index: 1000;
}

.but {
    width: 100%;
    float: left;
}

    .but button {
        width: 160px;
        height: 40px;
        border-radius: 3px;
        display: block;
        text-align: center;
        line-height: 40px;
        background: #4d81bf;
        float: right;
        margin-top: 35px;
        color: #fff;
        font-size: 14px;
        margin-right: 20%;
    }



/*房租交纳*/
.layui-tab-content h2 {
    font-size: 18px;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    padding-bottom: 10px;
}

.layui-tab-content .layui-form-g span {
    font-size: 14px;
    float: right;
    color: #999;
    padding: 10px 12px 0 0px;
}

.layui-tab-content .layui-form-g p {
    font-size: 14px;
    float: right;
    color: #999;
    padding: 10px 12px 0 0px;
}

.mt0 {
    margin-top: 0;
}

.w80 {
    width: 80px;
}

.layui-tab-content .layui-form-label {
    padding: 9px 15px;
}

/*机构信息*/
.layui-agency-nav {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 60px;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.layui-agency-list {
    margin: 0 25px;
    padding-bottom: 35px;
}

    .layui-agency-list ul li {
        border-bottom: 1px dashed #ddd;
        width: 100%;
        float: left;
        font-size: 16px;
    }

        .layui-agency-list ul li a {
            font-size: 16px;
            color: #555;
            float: left;
            line-height: 40px;
            font-weight: 700;
            padding-top: 5px;
        }

            .layui-agency-list ul li a i {
                font-size: 20px;
                padding-right: 15px;
                color: #4d81bf;
            }

            .layui-agency-list ul li a:hover {
                color: #4d81bf;
            }

        .layui-agency-list ul li span {
            font-size: 14px;
            color: #666;
            float: right;
        }

.hr_line {
    color: #ddd;
    height: 0px;
    margin: 15px 0px;
    border-top: 1px dashed #ddd;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.layui-agency-list ul li p {
    float: right;
    width: 100%;
    line-height: 30px;
}

    .layui-agency-list ul li p span {
        float: left;
        padding-right: 15px;
    }

    .layui-agency-list ul li p .tel {
        float: right;
        padding-right: 10%;
        color: #000;
        font-size: 15px;
    }

        .layui-agency-list ul li p .tel i {
            padding-right: 8px;
            color: #4d81bf;
        }

.agency_fy_xx {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
}

.layui-agency-list ul li .agency_fy_xx span {
    float: left;
    padding-right: 25px;
    color: #333;
}


/*服务信息*/
.layui-service {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 60px;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
    overflow: hidden;
}

.service-fl {
    width: 778px;
    float: left;
    margin: 20px 0 20px 20px;
    text-align: center;
    border: 1px solid #ddd;
}

.service-con {
    padding: 15px;
    text-align: left;
}

    .service-con img {
        width: 100%;
    }

    .service-con h3 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        font-family: 微软雅黑;
        margin-bottom: 35px;
        color: #4d81bf;
    }

    .service-con p {
        line-height: 35px;
    }

.service-fl button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    border-radius: 3px;
    background-color: #4d81bf;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 25px auto;
}



.service-fr {
    float: right;
    margin: 20px;
    border: 1px solid #ddd;
}

    .service-fr h3 {
        text-align: center;
        height: 80px;
        line-height: 80px;
        background: url(../images/111.jpg)100% 100%;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .service-fr ul li {
        width: 94%;
        float: left;
        text-align: center;
        height: 65px;
        line-height: 65px;
        background: #e4e4e4;
        cursor: pointer;
        margin: 2% 3%;
        position: relative;
    }

        .service-fr ul li.active {
            background: #819bcc;
        }

            .service-fr ul li.active:hover {
                background: #4d81bf;
            }

            .service-fr ul li.active a {
                color: #fff;
            }

        .service-fr ul li:hover {
            background: #4d81bf;
        }

        .service-fr ul li a {
            font-size: 16px;
            font-weight: 700;
            display: inline-block;
            width: 100%;
            color: #999;
        }

            .service-fr ul li a:hover {
                color: #fff;
            }

        .service-fr ul li .i1 {
            position: absolute;
            right: 0;
            top: 0;
            background: url(../images/icon_2017.png)no-repeat;
            width: 47px;
            height: 47px;
        }

/*备案查询*/
.beian-con {
    padding: 15px;
    text-align: left;
    margin-bottom: 60px;
}

    .beian-con h3 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        font-family: 微软雅黑;
        margin-bottom: 35px;
        color: #4d81bf;
    }

.beian-nav {
    width: 100%;
}

.beian-text {
    margin: 5% 5% 8%;
    float: left;
    width: 90%;
    text-align: center;
    padding-top: 30px;
}

    .beian-text p {
        width: 50%;
        float: left;
        margin: 0 25%;
        line-height: 35px;
    }

        .beian-text p span {
            float: left;
        }

            .beian-text p span label {
                float: left;
                width: 120px;
                text-align: right;
            }

.beian-none {
    width: 100%;
    float: left;
    margin: 120px 0 35px;
}

    .beian-none p {
        text-align: center;
    }

        .beian-none p i {
            font-size: 75px;
            color: #999;
            line-height: 80px;
        }

.beian-table {
    width: 60%;
    margin: 0 20%;
    border: 1px solid #ddd;
}

    .beian-table tr td, th {
        line-height: 35px;
        border: 1px solid #ddd;
    }

    .beian-table tr td {
        text-align: right;
    }

    .beian-table tr th {
        text-align: left;
        padding-left: 10px;
    }



/*合同列表更多*/
.fly-more {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

    .fly-more .more {
        display: none;
    }

    .fly-more:hover .more {
        z-index: 999;
        display: block;
        position: absolute;
        top: 25px;
        left: -10px;
        border: 1px solid #eee;
        border-radius: 3px;
        background: #fff;
        padding: 3px 10px;
        width: initial;
    }

.inline-more {
    display: inline-block;
}

    .inline-more ul li {
        float: left;
        display: inline-block;
        width: inherit;
        margin: 5px auto;
        height: 22px;
        line-height: 22px;
        position: inherit;
    }
/*保障房*/
.security {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 60px;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
    overflow: hidden;
    text-align: center;
}

    .security .housing-list {
        float: left;
        margin-top: 20px;
    }

        .security .housing-list li {
            float: left;
            height: auto;
            line-height: normal;
            margin: 0 0 20px 0;
        }

            .security .housing-list li a {
                border: 1px solid #ddd;
                background: #fff;
                float: left;
            }

            .security .housing-list li .housing-list-bg img {
                width: 100%;
                height: 213px;
            }

            .security .housing-list li .housing-list-text {
                width: 100%;
            }

                .security .housing-list li .housing-list-text h3 {
                    margin: 11px 20px 0 20px;
                    width: 243px;
                    font-size: 20px;
                    font-weight: bold;
                    height: 40px;
                    line-height: 40px;
                    color: #000;
                    text-align: left;
                }

                .security .housing-list li .housing-list-text p {
                    margin: 3px 20px;
                    width: 243px;
                    font-size: 14px;
                    height: 30px;
                    line-height: 30px;
                    color: #999;
                    text-align: left;
                }

                    .security .housing-list li .housing-list-text p span {
                        padding-left: 10px;
                    }

.secrity-btn {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

    .secrity-btn:hover {
        color: #fff;
        background: #71c589;
    }

/*保障房内页*/
.security-pic img {
    width: 450px;
    height: 338px;
}

.security-list {
    margin: 25px 25px 10px 25px;
    display: inline-block;
}

    .security-list ul li {
        margin-bottom: 15px;
        float: left;
    }

        .security-list ul li a {
            font-size: 13px;
            background: #f9f9f9;
            color: #333;
            display: inline-block;
            padding: 5px 10px;
            margin-right: 20px;
            width: 249px;
            border: 1px solid #ddd;
        }

            .security-list ul li a:hover {
                box-shadow: 2px 2px 2px #f1f1f1;
                border: 1px solid #a6c4e7;
            }

            .security-list ul li a p {
                height: 30px;
                line-height: 30px;
                text-indent: 0;
            }

                .security-list ul li a p span {
                    height: 30px;
                    line-height: 30px;
                    border: 0;
                    width: auto;
                    float: right;
                }

.search-con {
    padding: 2%;
    width: 96%
}

    .search-con h1 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .search-con ul li {
        width: 30%;
        float: left;
    }

        .search-con ul li label {
            color: #666;
        }

/*合租样式*/
.sublet li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    width: 98%;
    margin: 0 1%;
}

    .sublet li:hover {
        background: #f3f3f3;
    }

    .sublet li span {
        border: 0;
        width: 25%;
        text-align: center;
        font-size: 15px;
    }

        .sublet li span .c_zj {
            color: #f73939;
            font-style: normal;
            font-weight: bold;
        }

        .sublet li span .c_wcz {
            color: #5fb878;
            font-style: normal;
        }

        .sublet li span .c_ycz {
            color: #999;
            font-style: normal;
        }




/*地图找房*/
.wrapper {
    min-width: 1200px;
}

.mapL {
    width: 482px;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 10px;
}

.mapLT {
    width: 495px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    background: #ffffff;
    display: inline-block;
}

.mapSea {
    width: 360px;
    height: 38px;
    line-height: 38px;
    position: relative;
}

    .mapSea input {
        height: 30px;
        line-height: 30px;
        border: 1px solid #ddd;
        width: 250px;
        border-right: 0;
        padding-left: 10px;
    }

    .mapSea button {
        border: 0;
        background: #4d81bf;
        height: 32px;
        line-height: 32px;
        width: 86px;
        color: #fff;
        cursor: pointer;
    }

.mapLTB > ol {
    float: left;
    margin-top: 5px;
    position: relative;
}

    .mapLTB > ol > li {
        width: 110px;
        margin-right: 10px;
        z-index: 10;
        position: relative;
        cursor: pointer;
        float: left;
    }

.divselect-w80 {
    width: 100px;
    float: left;
    position: relative;
    height: 30px;
    line-height: 30px;
}

    .divselect-w80 cite {
        width: 100px;
        height: 28px;
        line-height: 28px;
        display: block;
        color: #999;
        cursor: pointer;
        font-style: normal;
        border: 1px solid #ddd;
        padding-left: 5px;
        font-size: 12px;
    }

    .divselect-w80 i {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        z-index: -1;
    }

    .divselect-w80 ul {
        width: 130px;
        border: 1px solid #ddd;
        background-color: #ffffff;
        position: absolute;
        z-index: 20000;
        margin: -1px 0 0 0;
        display: none;
    }

        .divselect-w80 ul li {
            height: 36px;
            line-height: 36px;
            margin: 0;
        }

            .divselect-w80 ul li a {
                display: block;
                height: 36px;
                color: #333333;
                text-decoration: none;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 12px;
                line-height: 36px;
                overflow: hidden;
            }

                .divselect-w80 ul li a:hover {
                    color: #4d81bf;
                }



.search_nei {
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    background: #ffffff;
    width: 480px;
    margin-left: 10px;
}

.maplist {
    background: #ffffff;
    width: 506px;
    overflow: hidden;
}

.checkCodeList {
    margin-left: 35.5%;
    margin-top: 6px;
    width: 665px;
    height: 100%;
}


.maplistT {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
}

    .maplistT li {
        float: left;
    }

        .maplistT li a {
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 35px;
            position: relative;
            cursor: pointer;
        }

            .maplistT li a:hover {
                color: #4d81bf;
            }

    .maplistT .on a {
        background-color: #fff;
        color: #4d81bf;
    }

.maplist-scroll {
    width: 505px;
    height: 350px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .maplist-scroll ul {
        padding: 0 10px;
        width: 495px;
        padding-left: 0;
    }

        .maplist-scroll ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
            position: relative;
            height: 100px;
            width: 360px;
            margin-left: 10px;
        }

            .maplist-scroll ul li .wai_yuan {
                position: absolute;
                left: -10px;
                top: 0;
                display: block;
                width: 502px;
                cursor: pointer;
                height: 100%;
            }

.wai_yuan:hover {
    background: #f3f3f3;
}

.mapListImg {
    float: left;
    width: 130px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 10px;
    position: relative;
    margin-left: 10px;
}

    .mapListImg > img {
        width: 130px;
        height: 98px;
    }

.mapListDet {
    float: right;
    width: 355px;
    height: 82%;
    overflow: hidden;
    _margin-top: 10px;
    _margin-right: 6px;
    display: inline;
    margin-top: 10px;
}

.rel {
    position: relative;
}

.mapListDet > .timu {
    float: left;
    line-height: 30px;
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
}

    .mapListDet > .timu > u {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        float: left;
        text-decoration: none;
        width: 245px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mapListDet > .timu > span {
        font-size: 18px;
        color: #f73939;
        float: right;
        margin-right: 20px;
        /*margin-right: 18px;*/
        font-weight: 700;
    }

        .mapListDet > .timu > span > span {
            font-size: 12px;
            color: #000;
            font-weight: normal;
        }

.mapListDet > .jushi {
    font-size: 12px;
    margin-top: 10px;
    width: 242px;
    /*overflow: hidden;*/
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 18px;
}

    .mapListDet > .jushi > u {
        text-decoration: none;
        padding-right: 8px;
    }

.pingfen {
    position: absolute;
    right: 20px;
    height: 16px;
    line-height: 16px;
    top: 40px;
    font-size: 12px;
}

.mapListDet > .mesMore {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    float: left;
}

    .mapListDet > .mesMore > dt {
        float: left;
        line-height: 22px;
        margin-right: 5px;
    }

        .mapListDet > .mesMore > dt > u {
            text-decoration: none;
            font-size: 12px;
            color: #999;
            padding: 0 5px;
            border: 1px solid #ddd;
            height: 20px;
            line-height: 20px;
            display: block;
        }

.c-f3961b {
    color: #f3961b;
}

.c-62c17d {
    color: #62c17d;
}

.mapR {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.mapCon {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
}

.qh {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: absolute;
    right: 17px;
    background-color: #fff;
}

    .qh span {
        float: left;
        text-align: center;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

        .qh span a {
            display: block;
            width: 95px;
            height: 28px;
            color: #999999;
            text-decoration: none;
            line-height: 28px;
            text-align: left;
        }

            .qh span a i {
                float: left;
                padding: 1px 5px 0 8px;
            }

.map-gr {
    color: #4d81bf;
}

.map-zj {
    color: #62c17d;
}

.map-qy {
    color: #f3961b;
}


/*合租签约*/
.choose-list-1 {
    width: 500px;
    margin: 20px auto;
}

    .choose-list-1 li {
        border-radius: 3px;
        position: relative;
        line-height: 25px;
        padding-left: 20px;
        border: 1px solid #f2f2f2;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .choose-list-1 .selected {
        border-color: #9cbcdc;
        background-color: #f1f8fd;
        margin-bottom: 20px;
        line-height: 32px;
        box-shadow: 0px 5px 0 #f3f3f3
    }

    .choose-list-1 li .layui-form-radio {
        float: left;
    }

    .choose-list-1 li:hover {
        background: #f1f8fd;
    }

    .choose-list-1 li input {
        position: absolute;
        top: 6px;
        left: 15px;
    }

    .choose-list-1 li p {
        width: 100%;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

        .choose-list-1 li p span {
            font-size: 14px;
            color: #333;
            margin: 0;
            padding: 0 15px 0 0;
            float: none;
        }

.choose-text {
    float: left;
    width: 90%;
}


/*办事大厅*/
.bsdt {
    width: 1000px;
    margin: 2% auto;
    overflow: hidden;
}

    .bsdt ul {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

        .bsdt ul li {
            width: 16%;
            margin: 1% 2%;
            height: 127px;
            text-align: center;
            cursor: pointer;
            box-sizing: border-box;
            border: 1px solid #fff;
            float: left;
        }

            .bsdt ul li:hover {
                background: #fbfbfb;
                border: 1px solid #ddd;
            }

            .bsdt ul li a img {
                width: 72px;
                height: 72px;
                margin-top: 12px;
            }

            .bsdt ul li a span {
                display: inline-block;
                width: 100%;
                margin-top: 10px;
                font-size: 14px;
            }

                .bsdt ul li a span:hover {
                    color: #4d81bf;
                }






@media (max-width:640) {
    .new-list {
        width: 91%;
    }

        .new-list ul li {
            width: 100%;
        }
}


/*首页调整*/
.layui-col-xs12 {
    width: 100%;
    margin: 0 -10px;
}

.layui-col-xs7 {
    width: 55%;
    padding: 0 10px;
}

.layui-col-xs6 {
    width: 50%;
    padding: 0 10px;
}

.layui-col-xs5 {
    width: 40%;
    padding: 0 10px;
}

.layui-col-xs4 {
    width: 33.33333333%;
    padding: 0 10px;
}

.layui-col-xs3 {
    width: 25%;
    padding: 0 10px;
}

/*
    租赁公司新增样式
    2018/09/26
*/

/*我的维修*/
.tj-wx {
    cursor: pointer;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
    width: 35px;
    line-height: 30px;
    height: 30px;
    background: #4d81bf;
    text-align: center;
    margin-top: 10px;
}

    .tj-wx i {
        font-size: 16px;
        color: #fff;
    }


/*房源详情预约预定*/
.fly-fylist {
    float: left;
    width: 40%;
    height: 71px;
    line-height: 71px;
    text-align: center;
    position: relative;
}

    .fly-fylist ul li {
        float: left;
        width: 25%;
        cursor: pointer;
    }

        .fly-fylist ul li a {
            color: #fff;
            line-height: 71px;
            display: block;
        }

.hm {
    border: 1px solid #4d81bf;
}

    .hm .qy-hm {
        display: none;
    }

    .hm:hover .qy-hm {
        display: block;
        position: absolute;
        top: 80px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #4d81bf;
        z-index: 9999;
        background: #fff;
        width: 130px;
    }

.tooltips-arrow-border2 {
    color: #4d81bf;
    top: -12px;
    z-index: 9;
    left: 10%;
}

.tooltips-arrow-bg2 {
    color: #FFF;
    top: -10px;
    left: 10%;
    z-index: 99;
}

.tooltips-arrow1 {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 0 10px 12px;
    border-style: solid dashed dashed dashed;
    border-left-color: transparent;
    border-right-color: transparent;
}

.qy-hm p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}


/*2018-12-03新增*/
.list-input {
    border: 1px solid #ddd;
    width: 70px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    border-radius: 2px;
}

.list-button {
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    border: 0;
    background: #4d81bf;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}





/*
    2019/03/27 
    杨亚军新增
*/


/*首页*/

.layui-layout-admin .header {
    background-color: #fff;
    height: 75px;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,.1);
}

.header .header-con {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

    .header .header-con h1 {
        display: inline-block;
        padding-top: 15px;
    }

    .header .header-con .fr {
        float: right;
        padding-top: 27px;
    }

        .header .header-con .fr li {
            padding: 0 15px;
            float: left;
            height: 20px;
            line-height: 20px;
        }

#room_login {
    border-right: 1px solid #333;
}

.header .header-con .fr li a {
    color: #333;
    font-size: 14px;
}

    .header .header-con .fr li a:hover {
        color: #4d81bf;
    }

    .header .header-con .fr li a i {
        float: left;
        padding-right: 6px;
        font-size: 20px;
    }

.app {
    z-index: 999;
    position: relative;
}

    .app .box {
        display: none;
    }

    .app:hover .box {
        display: block;
        width: 168px;
        height: 200px;
        background-position: 0 -360px;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 22px;
        text-align: center;
        padding-top: 25px;
        color: #666;
        font-size: 14px;
        line-height: 16px;
        background-image: url(/Content/images/icon.png);
    }

        .app:hover .box img {
            margin: 0 auto 5px auto;
            width: 140px;
            height: 140px;
        }

.index-con {
    position: relative;
    background-image: url(/Content/images/index-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 560px;
}

.indexSearch {
    width: 950px;
    height: 380px;
    margin: 4% auto 0;
    /*background-color:#000000;*/
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*-khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    filter: "alpha(opacity=40)";
    opacity: 0.4;*/
}

.index-list {
    margin: 20px 25px;
    float: left;
}

    .index-list li {
        margin: 15px 25px;
        float: left;
        width: 100px;
        height: 100px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background: #fff;
        text-align: center;
    }

        .index-list li a {
            color: #333;
            font-size: 15px;
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .index-list li a i {
                display: inline-block;
                font-size: 40px;
                color: #4d81bf;
                width: 100%;
                padding: 18px 0 5px;
            }

.Search {
    width: 850px;
    height: 50px;
    border-radius: 5px;
    margin: 0 50px;
    float: left;
    background-color: #fff;
}

    .Search .layui-nav {
        width: 120px;
        cursor: pointer;
        border-radius: 5px 0 0 5px;
        height: 32px;
        line-height: 32px;
        margin: 0;
        background: #fff;
        text-align: center;
        float: left;
        border-right: 1px solid #eee;
        margin-top: 9px;
    }

        .Search .layui-nav .layui-nav-item {
            line-height: 32px;
            width: 80px;
            margin-left: 30px;
        }

        .Search .layui-nav .layui-nav-more {
            border-top-color: rgba(0,0,0,.4);
            right: 10px;
            top: 14px;
        }

        .Search .layui-nav .layui-nav-item a {
            padding: 0;
            color: #666;
            font-size: 16px;
            text-align: left;
            padding-left: 15px;
        }

            .Search .layui-nav .layui-nav-item a:hover {
                color: #666;
            }

        .Search .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
            background: none;
        }

    .Search .layui-nav-child {
        left: -30px;
        top: 34px;
        width: 120px;
        border-radius: 5px;
        border: 0;
    }

    .Search .layui-nav-bar {
        display: none;
    }

    .Search .layui-nav .layui-nav-item dd a {
        text-align: center;
        padding: 0;
    }

    .Search .txt_inp {
        width: 560px;
        height: 50px;
        float: left;
        font-size: 16px;
        padding-left: 20px;
    }

.search_map {
    float: left;
    width: 50px;
    text-align: center;
}

    .search_map i {
        font-size: 25px;
        color: #4d81bf;
        line-height: 50px;
    }

.search_btn {
    float: right;
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 5px 5px 0;
    background: #4d81bf;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

    .search_btn i {
        padding-left: 20px;
        float: left;
        font-size: 20px;
    }

    .search_btn:hover {
        color: #fff;
    }

#footer {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 15px 0;
}

    #footer p {
        color: #333;
        font-size: 14px;
        line-height: 30px;
    }

/*出租*/
.index-rentout {
    margin: 20px 325px;
    float: left;
}

    .index-rentout li {
        margin: 15px 25px;
        float: left;
        width: 100px;
        height: 100px;
        border-radius: 15px;
        background: #fff;
        text-align: center;
    }

        .index-rentout li a {
            color: #333;
            font-size: 15px;
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .index-rentout li a i {
                display: inline-block;
                font-size: 40px;
                color: #4d81bf;
                width: 100%;
                padding: 18px 0 5px;
            }

.return {
    float: left;
    padding: 10px 0 100px 0;
    width: 100%;
    text-align: center;
}

    .return a {
        color: #fff;
    }

        .return a i {
            font-size: 14px;
            padding-right: 6px;
        }

        .return a:hover {
            color: #fff;
        }



/*录入*/
.progcontrl_row {
    margin-top: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .progcontrl_row .active1 {
        font-size: 14px;
        /*width: 23%;*/ /*吕小东 2020年9月2日14:11:11 修改*/
        width: 16%;
        float: left;
        padding-bottom: 5px;
        border-bottom: 2px solid #4d81bf;
        margin: 1% 2% 1% 0;
    }

        .progcontrl_row .active1 span {
            color: #4d81bf;
            padding: 0;
            font-size: 14px;
        }

    .progcontrl_row .propbar {
        font-size: 14px;
        /*width: 23%;*/ /*吕小东 2020年9月2日14:09:26 修改*/
        width: 19%; /*杨亚军 2020年9月9日 修改*/
        float: left;
        padding-bottom: 5px;
        border-bottom: 2px solid #d2cdca;
        margin: 1% 2% 1% 0;
    }

    .progcontrl_row .mr0 {
        margin-right: 0;
    }

.layui-inline em {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    font-style: normal;
}

.layui-form-g .w90 {
    width: 90px;
}

.layui-input-inlie em {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    font-style: normal;
}

/*核验*/
.content_fb {
    margin-top: 20px;
    position: relative;
}

.layui_hy_sb {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.wrap {
    top: 0;
    left: 30%;
    background-color: #eee;
}

.hy_sb {
    float: left;
    width: 100%;
    position: relative;
    height: 250px;
}

    .hy_sb h3 {
        font-size: 24px;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

.sb_ts {
    font-size: 14px;
    color: #000;
    padding-top: 25px;
    text-align: left;
    padding-left: 80px;
    float: left;
}

    .sb_ts p {
        line-height: 25px;
    }

.sb_fb {
    margin-top: 25px;
    float: left;
}

    .sb_fb button {
        color: white;
        width: 115px;
        text-align: center;
        padding-left: 0px;
        margin-left: 65px;
    }


.wrap, .circle, .percent {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.circle {
    box-sizing: border-box;
    border: 20px solid #eee;
    clip: rect(0,200px,200px,100px);
}

.clip-auto {
    clip: rect(auto, auto, auto, auto);
}

.percent {
    box-sizing: border-box;
    top: -20px;
    left: -20px;
}

.left {
    transition: transform ease;
    border: 20px solid #ff4639;
    clip: rect(0,100px,200px,0);
}

.right {
    border: 20px solid #ff4639;
    clip: rect(0,200px,200px,100px);
}

.wth0 {
    width: 0;
}

.num_sb {
    position: absolute;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 36px;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    color: #f73939;
}

.num_succeed {
    position: absolute;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 30px;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    color: #5fb878;
}

.left_1 {
    transition: transform ease;
    border: 20px solid #5fb878;
    clip: rect(0,100px,200px,0);
}

.right_1 {
    border: 20px solid #5fb878;
    clip: rect(0,200px,200px,100px);
}


/*求租*/
.items_fb {
    float: right;
    margin: 0 25px;
}

    .items_fb a {
        color: #fff;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 3px;
        background: #4d81bf;
        font-size: 13px;
    }

    .items_fb .item {
        background: #99c83d;
        margin-left: 10px;
    }



.fly_list li {
    position: relative;
    padding: 25px;
    border-bottom: 1px dotted #e2e2e2;
    overflow: hidden;
}

    .fly_list li:hover {
        background: #fbfbfb;
    }

.fly_list_info {
    position: relative;
    float: left;
    width: 80%;
}

    .fly_list_info h2 {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .fly_list_info p {
        line-height: 30px;
    }

        .fly_list_info p label {
            color: #666;
            width: 80px;
            text-align: right;
            display: inline-block;
            padding-right: 10px;
        }

        .fly_list_info p span {
            color: #4d81bf;
            font-weight: bold;
        }

.fly_list_right {
    width: 20%;
    float: left;
    text-align: right;
}

    .fly_list_right p {
        line-height: 35px;
        display: inline-block;
        width: 100%;
        color: #999;
    }

        .fly_list_right p span {
            font-size: 14px;
            float: right;
            padding-top: 35px;
            color: #333;
        }

            .fly_list_right p span em {
                font-style: normal;
                font-weight: bold;
                font-size: 24px;
                color: #f73939;
                padding-right: 5px;
            }

        .fly_list_right p label {
            color: #666;
            width: 80px;
            text-align: right;
            display: inline-block;
            padding-right: 10px;
        }

        .fly_list_right p em {
            color: #333;
            font-weight: bold;
            font-style: normal;
            font-size: 16px;
        }



/*中介第三方列表展示*/
.new_fly_list li {
    position: relative;
    height: 182px;
    line-height: 22px;
    padding: 25px;
    border-bottom: 1px dotted #e2e2e2;
}

    .new_fly_list li:hover {
        background: #fbfbfb;
    }

.new_fly_avatar {
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 5px;
    background: #f7f7f7;
    text-align: center;
    width: 243px;
    height: 182px;
    overflow: hidden;
}

.new_fly_list_info {
    position: relative;
    float: left;
    left: 265px;
}

    .new_fly_list_info h2 {
        padding-bottom: 15px;
    }

        .new_fly_list_info h2 a {
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }

            .new_fly_list_info h2 a:hover {
                color: #4d81bf;
            }

        .new_fly_list_info h2 em {
            background: #ff0000;
            border-radius: 2px;
            width: 20px;
            height: 20px;
            color: #fff;
            font-style: normal;
            display: inline-block;
            margin-left: 25px;
            text-align: center;
            line-height: 20px;
        }

.fly_jbxx {
    line-height: 35px;
}

    .fly_jbxx span {
        font-size: 15px;
        color: #666;
        font-weight: 700;
    }

    .fly_jbxx em {
        font-style: normal;
        padding: 0 10px;
        color: #999;
    }

.fly_dz {
    color: #666;
    font-size: 14px;
    line-height: 35px;
}

    .fly_dz a {
        color: #666;
        font-size: 14px;
    }

.fly_list_time {
    color: #999;
    line-height: 30px;
}

    .fly_list_time i {
        font-size: 15px;
        padding-right: 5px;
    }

    .fly_list_time em {
        font-style: normal;
    }

.fly_ts {
    float: left;
    padding-top: 13px;
}

    .fly_ts span {
        float: left;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        width: 70px;
        font-size: 12px;
        margin-right: 10px;
        border-radius: 3px;
    }
/*.fly_color-1{color:#eb623e;border:#eb623e;}
.fly_color-2{color:#4d81bf;border:#4d81bf;}
.fly_color-4{color:#99c83d;border:#99c83d;}
.fly_ts .fly_grfy {font-weight:normal;color:#4d81bf;font-size: 13px;padding-left: 25px;}
.fly_ts .fly_jjr {font-weight:normal;color:#62c17d;font-size: 13px;padding-left: 25px;}
.fly_ts .fly_qyfy {font-weight:normal;color:#f3961b;font-size: 13px;padding-left: 25px;}*/
.fly_color_3 {
    color: #849aae;
    background: #f2f5f7;
    width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.fly_ts .zl_ms {
    color: #fff;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: normal;
    text-align: center;
    background: #4d81bf;
}

.fly_list_badge {
    float: right;
    text-align: right;
    position: relative;
}

    .fly_list_badge .zj_logo {
        margin-bottom: 10px;
    }

        .fly_list_badge .zj_logo img {
            height: 25px;
        }

    .fly_list_badge h2 {
        font-size: 36px;
        color: #f73939;
        font-weight: bold;
        line-height: 45px;
        font-family: "微软雅黑";
    }

        .fly_list_badge h2 em {
            font-style: normal;
            font-size: 14px;
            color: #000;
            font-weight: normal;
            font-family: 微软雅黑;
        }

    .fly_list_badge h5 {
        font-size: 14px;
        color: #999;
        line-height: 42px;
        font-weight: bold;
    }

.fly_hy {
    line-height: 48px;
}

    .fly_hy span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }

/*系统建设中*/
.layui_construction {
    width: 91%;
    max-width:1200px;
    margin: 0 auto 60px;
    background: #fff;
    box-shadow: -1px 0 2px #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 1px #f1f1f1, 0 1px 1px #f1f1f1;
}

.onstruction_text {
    text-align: center;
    padding: 5%;
}

    .onstruction_text h1 {
        font-size: 24px;
        color: #777;
        letter-spacing: 2px
    }

    .onstruction_text p {
        font-size: 16px;
        color: #777;
        padding-top: 15px;
    }

    .onstruction_text img {
        width: 400px;
    }



/*   
    修改人：杨亚军  
    修改时间：2020-07-06
*/


/*页面宽度修改*/
.release-header .layui-top {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.layui-layout-admin .layui-nav-so {
    width: 90%;
    height: 105px;
    margin: 0 auto;
    line-height: 105px;
    overflow: hidden;
    max-width: 1200px;
}

.layui-layout-admin .layui-dh {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 2px 5px #f2f2f2;
    display: inline-block;
}

.layui-dh .layui-nav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.fly-shaixuan {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: none;
}

.news_list {
    width: 91%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: none;
    padding-bottom: 15px;
}

    .news_list #test1 {
        width: 100%;
        text-align: center;
        margin: 25px auto;
    }

/*列表修改*/
.fly-shaixuan .select dt {
    width: auto;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    float: left;
}

.news_list .fly-px {
    float: left;
    text-align: left;
    padding-left: 0;
}

.news_list .fly-tj {
    float: right;
    display: inline-block;
    font-size: 14px;
    padding-right: 0;
    color: #666;
    font-weight: 600;
}

    .news_list .fly-tj span {
        font-size: 14px;
        color: #4D81BF;
        padding: 0 5px;
        font-weight: bold;
    }

.new_fly_list {
    overflow: hidden;
    margin-top: 20px
}

.list-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #eee;
}

.list-pic {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

    .list-pic span {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 100px;
        height: 45px;
        line-height: 45px;
        background: rgba(255,255,255,.8);
        border-radius: 5px 0 0 5px;
    }

        .list-pic span b {
            padding-left: 5px;
            font-size: 24px;
            color: #FB2828;
        }

        .list-pic span em {
            font-style: normal;
            color: #FB2828;
            font-weight: 400;
        }

    .list-pic a {
        display: block;
    }

        .list-pic a img {
            width: 100%;
        }

.list-text {
    padding: 8px;
}

    .list-text h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 28px;
    }

    .list-text p {
        line-height: 30px;
        color: #666;
    }

        .list-text p em {
            padding: 0 8px;
            font-style: normal;
        }

        .list-text p i {
            padding-right: 5px;
        }

.default {
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #849AAE;
    background: #F4F7F9;
    margin-right: 6px;
    display: inline-block;
}

.checking {
    background: #E1F5ED;
    color: #33BE85;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 6px;
    display: inline-block;
}

.now {
    background: #FFECE8;
    color: #FF8062;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 6px;
    display: inline-block;
}

#test1 .layui-laypage a, .layui-laypage span {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}


/*详情页修改*/
#houseing-view {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.view-con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.view-top {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}

.view-pic {
    float: left;
    width: 750px;
}

.nav-pic {
    width: 750px;
    float: left;
    margin: 0 auto;
}

.pic2 {
    width: 750px;
    height: 563px;
    position: relative;
    overflow: hidden;
}

    .pic2 ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .pic2 ul li {
            width: 750px;
            height: 563px;
            text-align: center;
            overflow: hidden;
        }

            .pic2 ul li a img {
                height: 563px;
            }

.min-pic {
    padding-top: 10px;
    width: 750px;
    position: relative;
    overflow: hidden;
}

.num-pic {
    height: 88px;
    overflow: hidden;
    width: 750px;
    position: relative;
    float: left;
}

    .num-pic ul {
        position: absolute;
        left: 0;
        top: 0;
    }

        .num-pic ul li {
            width: 120px;
            height: 88px;
            cursor: pointer;
            float: left;
            margin-right: 10px;
            position: relative;
            border-radius: 2px;
            overflow: hidden;
            display: block !important;
        }

            .num-pic ul li:after {
                width: 100%;
                height: 100%;
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                background: #000;
                background: rgba(0,0,0,.5);
                border-radius: 2px;
                display: block;
            }

        .num-pic ul .on:after {
            background: transparent;
        }

        .num-pic ul li a img {
            width: 120px;
            height: 88px;
        }

.prev-btn1 {
    width: 30px;
    text-align: center;
    height: 88px;
    cursor: pointer;
    float: left;
    line-height: 88px;
    display: block;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 99;
}

.next-btn1 {
    width: 30px;
    text-align: center;
    height: 88px;
    cursor: pointer;
    float: right;
    line-height: 88px;
    display: block;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 99;
}

.view-text {
    width: 430px;
    padding-left: 20px;
    float: left;
}

.view-t-top {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .view-t-top h1 {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        display: block;
        padding-bottom: 15px;
    }

    .view-t-top h2 {
        font-size: 24px;
        font-weight: bold;
        color: #FB2828;
        display: block;
        padding-bottom: 15px;
    }

        .view-t-top h2 em {
            font-style: normal;
            font-size: 18px;
            font-weight: normal;
        }

    .view-t-top p {
        display: block;
    }

.view-t-con {
    display: block;
    overflow: hidden;
}

    .view-t-con ul li {
        border-bottom: 1px solid rgba(0,0,0,.1);
        overflow: hidden;
    }

        .view-t-con ul li label {
            color: rgba(0,0,0,.5);
            line-height: 55px;
            padding-right: 15px;
        }

.hous-news dl dd {
    width: 25%;
    float: left;
    text-align: center;
    padding: 15px 0;
}

    .hous-news dl dd span {
        font-weight: bold;
        color: #000;
        display: block;
        line-height: 30px;
        font-size: 16px;
    }

    .hous-news dl dd em {
        font-style: normal;
        color: rgba(0,0,0,.5);
    }

.view-tel {
    width: 428px;
    border: 1px solid rgba(0,0,0,.1);
    margin-top: 15px;
}

.sm-tel {
    width: 85%;
    margin: 10px auto 0;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: #4d81bf;
    color: #fff;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

    .sm-tel i {
        padding-right: 15px;
        font-size: 16px;
    }

.view-tel p {
    text-align: center;
    line-height: 35px;
    color: rgba(0,0,0,.7);
}

.sm-tel:hover .gr-sm {
    display: block;
    position: absolute;
    left: 0;
    bottom: 85px;
    width: 360px;
    height: 170px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #ddd;
    padding: 12px 16px;
    animation-name: fade-up;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}

.hous-jjr {
    width: 85%;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: #4d81bf;
    color: #fff;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

    .hous-jjr i {
        padding-right: 15px;
        font-size: 16px;
    }

.view-ts {
    width: 100%;
    padding-top: 15px;
    color: rgba(0,0,0,.5);
    line-height: 30px;
}

    .view-ts span {
        font-weight: bold;
        color: #FB2828;
    }

.view-jb {
    width: 100%;
    float: left;
    line-height: 30px;
}

    .view-jb a {
        color: #FB2828;
    }

        .view-jb a i {
            padding-right: 8px;
        }

.house-tab {
    width: 100%;
    margin: 20px auto;
    line-height: 50px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inline-block;
}

    .house-tab .fly-tab-title {
        float: left;
        height: 50px;
        line-height: 50px;
        background: none;
        width: auto;
        box-shadow: none;
        border-top: none;
    }

        .house-tab .fly-tab-title li {
            float: left;
            margin-right: 25px;
            width: auto;
        }

            .house-tab .fly-tab-title li a {
                font-size: 16px;
            }

        .house-tab .fly-tab-title .fly-active {
            background: #fff;
            border-bottom: 2px solid #4d81bf;
            height: 48px;
            line-height: 48px;
            border-top: none;
        }

            .house-tab .fly-tab-title .fly-active a {
                color: #4d81bf;
            }

.house-hym {
    float: right;
    display: block;
    position: relative;
}

    .house-hym h5 {
        float: left;
        color: rgba(0,0,0,.5);
    }

.hym-ewm {
    display: none;
}

.house-hym:hover .hym-ewm {
    display: block;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 190px;
    height: 200px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #ddd;
    padding: 12px 16px;
    animation-name: fade-up;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}

.house-hym .hym-ewm p {
    text-align: center;
}

#fj_xx {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
}

    #fj_xx h2 {
        font-size: 18px;
        color: #000;
        line-height: 45px;
    }

#fy_ms {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
}

    #fy_ms h2 {
        font-size: 18px;
        color: #000;
        line-height: 45px;
    }

    #fy_ms p {
        line-height: 35px;
        font-size: 16px;
    }

#pt_ss {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
}

    #pt_ss h2 {
        font-size: 18px;
        color: #000;
        line-height: 45px;
    }

#itemMap {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
}

    #itemMap h2 {
        font-size: 18px;
        color: #000;
        line-height: 45px;
    }

#house-list {
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
}

    #house-list h2 {
        font-size: 18px;
        color: #000;
        line-height: 45px;
    }


.fly-fylist-new {
    float: left;
    width: 57%;
    height: 71px;
    line-height: 71px;
    text-align: center;
    position: relative;
    margin: 10px 0px 10px 10px;
}

    .fly-fylist-new ul li {
        float: left;
        width: 30%;
        cursor: pointer;
    }

.fly-lx-xx-new {
    padding-left: 10px;
    width: 36%;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
}

    .fly-lx-xx-new ul {
        float: left;
        padding-left: 5px;
    }

        .fly-lx-xx-new ul li span {
            font-size: 18px;
            float: left;
        }

        .fly-lx-xx-new ul li p {
            float: left;
            font-size: 12px;
            line-height: 25px;
        }

.p-release-user-mobile {
    font-size: 21px!important;
    font-weight: 700;
    padding-top: 5px;
}




/*2020/08/12 杨亚军  新增求租页面样式*/
.asking li{padding:0 15px 5px;margin-bottom:15px;border-bottom:1px dashed #eee;}
.nav-title{width:100%;font-size:16px;font-weight:bold;color:#333;line-height:35px;}
.nav-title em{color:#4D81BF;padding:0 10px;font-style:normal;position:relative;}
.nav-title em i{font-style:normal;background:#4d81bf;}
.first .menu_item_line {display:none;}
.menu_item_line {content: "";position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 14px;}
.nav-title span{float:right;color:#999;font-size:14px;font-weight:normal;}
.nav-con{width:100%;line-height:35px;}
.nav-con span{padding-right:30px;}
.nav-con span em{font-style:normal;color:#F73939;}

.asking_release {width:100%;background:#fff;max-width:1200px;margin:0 auto;display:flow-root;}
.asking_release h3{font-size:16px;font-weight:normal;padding-left:25px;border-bottom:1px solid #eee;line-height:45px;padding-bottom:5px;margin-bottom: 25px;}
.asking_height .layui-form-label{padding:9px 15px;}
.asking_height {position:relative;margin-bottom:0;margin-right:30px;clear: none;}
.asking_height em{position:absolute;right: 20px;top:10px;font-style: normal;}
.asking_height #test1{text-align:left;}

.xm-select-demo,.xm-select-demo-alert {vertical-align: top;display: inline-block;width: 564px;margin-bottom: 10px;}
.xm-select-size {vertical-align: top;display: inline-block;width: 150px;}
.xm-select-demo-alert {margin: 20px;}
.xm-select-demo .xm-label-block span{padding:0;font-size:14px;}
.layui-btn-primary {display: inline-block;height: 38px;line-height: 38px;width: 120px;border-radius: 3px;background-color: #eee;color: #666;white-space: nowrap;text-align: center;font-size: 16px;border: none;cursor: pointer;margin: 15px 0 30px 140px;float:left;}
.layui-btn-primary:hover{color:#666;}
.layui-btn-publish {display: inline-block;height: 38px;line-height: 38px;width: 120px;border-radius: 3px;background-color: #4d81bf;color: #fff;white-space: nowrap;text-align: center;font-size: 16px;border: none;cursor: pointer;margin: 15px 0 30px 40px;float:left;}


/*2020/08/31 杨亚军  新增人工申诉样式*/
.r_password{max-width:1200px;margin:10px auto;background:#fff;}
.password-top{height:50px;line-height:50px;background:#4d81bf;color:#fff;font-weight:bold;font-size:20px; text-align:center;}
.new-step{width:96%;margin:0 auto;overflow:hidden;}
.new-step h3{font-size:16px;color:#333;font-weight:bold;border-bottom:1px solid #eee;line-height:45px;}
.new-step h3 span{float:right;font-size:14px;font-weight:normal;}
.new-step h3 span em{font-style:normal;color:#f00;padding-right:5px;}
.new-step ul {width:75%;margin:25px auto; overflow:hidden;}
.new-step ul li{width:100%;float:left;margin-bottom:15px;}
.new-step ul li label{float:left;width:120px;text-align:right;line-height:43px;height:43px;display:block;font-size:16px;color:#333;font-weight:bold;}
.new-step ul li label em{font-style:normal;color:#f00;padding-right:5px;}
.new-step ul li input{width:80%;line-height:41px;height:41px;border:1px solid #eee;border-radius:2px;padding-left:10px;}
.new-step ul li textarea{width:80%;height:80px; line-height:41px;border:1px solid #eee;border-radius:2px;padding-left:10px;}
.new-step ul .width-6 input{width:65%;float:left;}
.new-step ul .width-6 img{float:left;padding-left: 20px;}
.step-button-content{width:100%;margin:0 auto;text-align:center;display:block;}
.step-button-content button{background:#4d81bf;height:38px;line-height:38px;width:180px;margin:25px auto; border:0;color:#fff;font-size:16px;border-radius:3px;cursor:pointer;}

/*2020-09-04 杨亚军 房源录入样式调整*/
.choose-tips{width:100%;float:left;display:block;text-align:left;}
.choose-tips p{color:#f00;font-size:14px;line-height:30px;}
.choose-button{background:#4d81bf;height:38px;line-height:38px;width:100px;margin:0 auto; border:0;color:#fff;font-size:16px;border-radius:3px;cursor:pointer;}



/*2020-09-09 杨亚军 样式修改*/
.layui-inline .layui-input{position:relative;}
.layui-inline .layui-input-em{position:absolute;right:0;top:0;}
.layui-form-g .layui-form-checkbox[lay-skin=primary] span {font-size:14px;padding:0;}
.layui-form-g .xm-cz span{color:#999;padding:0px;font-size:14px;float:none;}
.layui-input-block .layui-form-checkbox{padding-right:10px;}
.layui-form-g .layui-input-block .layui-form-checkbox span { padding-left: 5px;}
.layui-form-g #dndArea p span{color:#ccc;float:none;padding:0;font-size:16px;}
.asking-rent {margin:0 5px;float:right;}
.asking-rent a{background:#5fb878;color:#fff;border-radius:3px;height:38px;line-height:38px;padding:0 10px;display: inline-block;}


/*2020-09-10 杨亚军 样式修改*/
.layui-table-grid-down {display: block;position: absolute;top: 0;right: 0;width: 26px;height: 100%;padding: 5px 0;border-width: 0 0 0 1px;text-align: center;background-color: #fff;color: #999;cursor: pointer;border-width: 1px;border-style: solid;border-color: #e6e6e6;}
.layui-table-grid-down .layui-icon {position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -8px;}
.progcontr2 {margin-top: 25px;width: 100%;margin-left: auto;margin-right: auto;overflow: hidden;}
.progcontr2 .propbar-ht {font-size: 14px;width: 24%;float: left;padding-bottom: 5px;border-bottom: 2px solid #d2cdca;margin:1% 1% 1% 0;}
.progcontr2 .propbar-ht  span{color:#666;font-size:14px;padding:0;}
.progcontr2 .active1 {font-size: 14px;width: 24%;float: left;padding-bottom: 5px;border-bottom: 2px solid #4d81bf;margin: 1% 1% 1% 0;}
.progcontr2 .active1 span{color:#4d81bf;font-size:14px;padding:0;}
.progcontr2 .mr0 {margin-right: 0;}


.layui-input-label {float: left;display: block;padding: 9px 10px;font-weight: 400;line-height: 20px;text-align: left;}

