* {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ul, ol, li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    border: 0
}

input, img {
    vertical-align: middle
}

a {
    text-decoration: none
}

html, body {
    font-family: "微软雅黑","Microsoft YaHei","Hiragino Sans GB","stheiti",Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    -webkit-text-size-adjust: none;
    font-size: 100%
}

body {
    font-size: 14px;
    font-family: "微软雅黑","Microsoft YaHei","Hiragino Sans GB","stheiti",Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, textarea, button {
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    font-family: "Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif
}

    textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus {
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        -webkit-user-modify: read-write-plaintext-only
    }

* {
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0)
}

a {
    text-decoration: none;
    outline: none
}

    a:focus {
        outline: none
    }

    a.btn[disabled] {
        color: #333;
        background-color: #ccc
    }

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none
}

.clear:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.clear {
    display: inline-table;
    *zoom: 1
}

* html .clear {
    height: 1%
}

.clear {
    display: block
}

input[type="text"], input[type="password"], textarea, select {
    outline: none
}

.container {
    width: 1000px;
    position: relative;
    margin: 0 auto
}

.se-wrapper {
    padding-top: 60px;
    min-height: 100%;
    *height: 100%;
    padding-bottom: 75px;
    box-sizing: border-box
}

.module {
    background-color: #FFF;
    border: #c9c9c9;
    box-shadow: 1px 0 1px #c9c9c9,0 1px 1px #c9c9c9,-1px 0 1px #c9c9c9,0 -1px 1px #c9c9c9;
    margin-bottom: 15px
}

.noData {
    padding: 50px 0;
    text-align: center;
    background: url('./fail_img_ff41a37.png') no-repeat center center
}

.module-title h1 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    height: 40px
}

    .module-title h1 span {
        font-weight: normal
    }

.module-noshadow {
    box-shadow: 0 1px 1px #c9c9c9
}

html, body {
    background-color: #f2f2f2;
    height: 100%
}

.module {
    background-color: #FFF;
    border: #c9c9c9;
    box-shadow: 1px 0 1px #c9c9c9,0 1px 1px #c9c9c9,-1px 0 1px #c9c9c9,0 -1px 1px #c9c9c9;
    margin-bottom: 15px
}

.left-right-layout .left-container {
    float: left;
    border-radius: 3px;
    width: 152px;
    margin-right: 20px
}

.left-right-layout .right-container {
    margin-left: 172px
}

.page-module {
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 15px
}

.page-module-padding {
    background-color: #FFF;
    border-radius: 3px;
    padding: 30px
}

.allView {
    padding-bottom: 30px
}

    .allView .leftView {
        background: #fff;
        float: left;
        height: 482px
    }

        .allView .leftView ul li {
            width: 152px;
            padding-left: 20px;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #e6e6e6;
            font-weight: bold
        }

        .allView .leftView ul .active {
            background: #f3f3f3;
            color: #00ae66
        }

    .allView .rightView {
        background: #fff;
        margin-left: 192px
    }

.page-loading {
    padding: 30px;
    text-align: center;
    color: #999
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    background-color: #2e313b
}

    .header .uc-logo, .header .se-logo {
        background: url('./new-se-logo_c20908a.png') no-repeat;
        width: 38px;
        height: 18px;
        float: left;
        margin-right: 30px;
        display: block;
        margin-top: 9px
    }

    .header .uc-logo {
        background: url('./uclogo_cc2dccf.png') no-repeat
    }

    .header .paper-logo {
        width: 91px;
        height: 20px;
        background: url('./paper-logo_80c5bbf.png') no-repeat;
        background-size: cover
    }

    .header .u-nav {
        font-size: 16px
    }

        .header .u-nav a {
            color: #a9a9a9;
            display: block;
            height: 100%;
            position: relative
        }

            .header .u-nav a:hover {
                color: #FFF
            }

        .header .u-nav .on > a {
            color: #FFF
        }

            .header .u-nav .on > a::after {
                content: "";
                height: 3px;
                background-color: #36a765;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0
            }

        .header .u-nav .on {
            background-color: #36a765;
            color: #FFF
        }

        .header .u-nav li {
            color: #aaabaf;
            float: left;
            text-align: center;
            padding: 0 18px;
            position: relative
        }

            .header .u-nav li .sub-menu {
                position: absolute;
                background-color: #222;
                min-width: 100%;
                left: 0;
                z-index: 100;
                top: 60px;
                display: none
            }

                .header .u-nav li .sub-menu a {
                    height: 40px;
                    line-height: 40px;
                    color: #a9a9a9;
                    border-bottom: 1px solid #36a765;
                    white-space: nowrap;
                    padding: 0 10px
                }

                    .header .u-nav li .sub-menu a:hover {
                        color: #FFF
                    }

            .header .u-nav li:hover .sub-menu {
                display: block
            }

            .header .u-nav li i {
                position: absolute;
                top: 19px;
                color: red;
                font-size: 20px;
                line-height: 10px;
                right: 0;
                display: none
            }

        .header .u-nav .has-new-msg i {
            display: block
        }

    .header .application-nav > li.ready {
        background: #333;
        color: #fff;
        font-size: 20px
    }

    .header .new-nav > li {
        padding: 0 20px;
        position: static
    }

        .header .new-nav > li.on {
            background: #fff;
            color: #333
        }

            .header .new-nav > li.on a {
                color: #333
            }

                .header .new-nav > li.on a:after {
                    background-color: #fff
                }

        .header .new-nav > li .son-nav {
            width: 1000px;
            position: absolute;
            left: 0;
            background: #fff;
            display: none;
            z-index: 888;
            box-sizing: border-box;
            border: 1px solid #c1c1c1;
            border-top: none;
            padding-bottom: 20px
        }

            .header .new-nav > li .son-nav li {
                width: 100px;
                margin-right: 40px
            }

                .header .new-nav > li .son-nav li a {
                    font-size: 14px;
                    color: #000;
                    font-weight: bold;
                    width: 100%;
                    display: inline-block;
                    border-bottom: 1px solid #e5e5e5;
                    text-align: left
                }

                .header .new-nav > li .son-nav li .three-nav li {
                    padding: 0;
                    height: 25px;
                    line-height: 25px
                }

                    .header .new-nav > li .son-nav li .three-nav li a {
                        border-bottom: none;
                        font-size: 12px;
                        color: #333;
                        font-weight: normal;
                        height: 100%;
                        line-height: 25px
                    }

    .header .fr {
        font-size: 12px;
        color: #919191
    }

        .header .fr a {
            color: #dddcdc
        }

        .header .fr .app-down {
            margin-right: 27px
        }

        .header .fr .user-name {
            margin-right: 12px;
            color: #FFF
        }

            .header .fr .user-name a {
                color: #FFF
            }

        .header .fr .getmsg {
            margin-right: 8px
        }

            .header .fr .getmsg span {
                cursor: pointer
            }

            .header .fr .getmsg em {
                font-size: 12px;
                margin: 0 10px 0 5px
            }

                .header .fr .getmsg em.showNum {
                    background: #f87051;
                    color: #fff;
                    padding: 3px 5px 3px 1px
                }

                    .header .fr .getmsg em.showNum::before {
                        background: url('./feed-icon_aeaa9a5.png') no-repeat;
                        width: 4px;
                        height: 8px;
                        display: inline-block;
                        content: "";
                        position: relative;
                        left: -5px
                    }

            .header .fr .getmsg i {
                background: url('./down_f50700d.png') no-repeat center center;
                width: 6px;
                height: 5px;
                display: inline-block;
                margin-left: 8px
            }

                .header .fr .getmsg i.jiantou {
                    background: none;
                    content: ' ';
                    display: inline-block;
                    width: 0;
                    height: 0;
                    border-top: 5px solid transparent;
                    border-right: 8px solid #f87051;
                    border-bottom: 5px solid transparent;
                    vertical-align: middle
                }

            .header .fr .getmsg .choosedMsg {
                height: 12px;
                display: inline-block;
                line-height: 12px;
                position: relative;
                padding-bottom: 30px
            }

            .header .fr .getmsg .msgList {
                display: none;
                position: absolute;
                left: 0;
                top: 23px;
                z-index: 888;
                background-color: #fff;
                border: 1px solid #c1c1c1;
                font-size: 12px
            }

                .header .fr .getmsg .msgList li {
                    height: 30px;
                    line-height: 30px;
                    color: #666;
                    text-align: left;
                    min-width: 150px;
                    white-space: nowrap;
                    cursor: pointer;
                    padding: 10px 14px
                }

                    .header .fr .getmsg .msgList li.active {
                        color: #36a765
                    }

                .header .fr .getmsg .msgList .modifyPw, .header .fr .getmsg .msgList .personalCenter {
                    border-top: 1px solid #c1c1c1;
                    cursor: pointer;
                    text-align: center
                }

                    .header .fr .getmsg .msgList .modifyPw a, .header .fr .getmsg .msgList .personalCenter a {
                        color: #666;
                        text-align: center
                    }

        .header .fr .split {
            margin: 0 5px
        }

.two-header {
    height: 36px;
    line-height: 36px;
    padding-top: 36px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d5d5d5
}

    .two-header ul {
        margin-left: 50px
    }

        .two-header ul li {
            float: left;
            margin-left: 40px;
            height: 33px
        }

            .two-header ul li.active {
                border-bottom: 3px solid #36a765
            }

            .two-header ul li a {
                color: #a9a9a9
            }

.heimingdan-header {
    padding-top: 60px
}

.se-wrapper1 {
    padding-top: 36px
}

.new-se-wrapper {
    padding-top: 0
}

.new-header {
    height: 36px;
    line-height: 36px
}

    .new-header .se-logo {
        background: url('./new-se-logo_c20908a.png') no-repeat;
        width: 38px;
        height: 18px;
        float: left;
        margin-right: 30px;
        display: block;
        margin-top: 9px
    }

    .new-header .u-nav li a {
        font-size: 14px
    }

    .new-header .u-nav li:hover .sub-menu {
        display: block
    }

    .new-header .u-nav li.hover {
        background-color: #fff
    }

        .new-header .u-nav li.hover > .son-nav {
            display: block
        }

        .new-header .u-nav li.hover a {
            color: #333
        }

    .new-header .u-nav li a:hover {
        color: #333;
        border-bottom: none
    }

.cursor {
    cursor: pointer
}

.footer {
    margin-top: -45px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    background-color: #222;
    color: #FFF;
    height: 45px;
    line-height: 45px;
    vertical-align: middle
}

    .footer .container-wrapper {
        opacity: .5;
        filter: alpha(opacity=50)
    }

        .footer .container-wrapper .fr a {
            margin-left: 10px
        }

    .footer a {
        color: #FFF
    }

.go-top {
    position: fixed;
    bottom: 125px;
    width: 100%;
    display: none
}

    .go-top .container {
        position: relative
    }

    .go-top span {
        position: absolute;
        right: -50px;
        width: 30px;
        height: 65px;
        background: url('./go-top_44dd78e.png') no-repeat;
        cursor: pointer
    }

.goto-bianque {
    position: fixed;
    right: 0;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

    .goto-bianque span {
        overflow: hidden;
        margin-top: 10px;
        width: 26px;
        display: block;
        background: #13be7a;
        border-radius: 5px 0 0 5px;
        cursor: pointer;
        font-size: 15px;
        color: #fff;
        line-height: 18px;
        text-align: center;
        padding: 5px 0
    }

    .goto-bianque > .guide a {
        width: 20px;
        height: 20px;
        display: block;
        margin: 3px 0 3px 3px;
        background: url('./guide_c17479a.png') no-repeat;
        background-size: 20px 20px
    }

    .goto-bianque > .knowledge a {
        width: 20px;
        height: 20px;
        display: block;
        margin-left: 6px;
        margin-top: 6px;
        background: url('./entrance_60394be.png') no-repeat
    }

    .goto-bianque > .back-to-top a {
        margin-top: 8px;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        display: block;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg)
    }

.alert-layer {
    position: absolute;
    max-width: 450px;
    border-radius: 10px
}

    .alert-layer .module-box {
        border: 1px solid #333
    }

    .alert-layer .msg-box {
        padding: 35px 25px;
        min-width: 220px;
        *width: 220px;
        background-color: #FFF
    }

        .alert-layer .msg-box h1 {
            color: #333;
            font-size: 19px;
            border-bottom: 1px solid #e1e1e1;
            padding: 0 0 10px;
            margin-bottom: 10px;
            text-align: center
        }

        .alert-layer .msg-box p {
            font-size: 16px;
            color: #333;
            font-weight: bold;
            text-align: center
        }

            .alert-layer .msg-box p.position {
                text-align: left;
                font-weight: normal;
                font-size: 14px
            }

        .alert-layer .msg-box .module-btns {
            margin-top: 20px;
            min-width: 100px
        }

        .alert-layer .msg-box .module-btn {
            color: #FFF;
            background-color: #36a866;
            display: block;
            text-decoration: none;
            line-height: 35px;
            display: inline-block;
            padding: 0 10px;
            border-radius: 3px
        }

        .alert-layer .msg-box .more-btns {
            font-weight: normal;
            text-align: center;
            margin-top: 15px
        }

            .alert-layer .msg-box .more-btns .module-btn {
                margin: 0 10px;
                display: inline-block
            }

            .alert-layer .msg-box .more-btns .cancel {
                color: #888;
                border: 1px solid #c1c1c1;
                background-color: #f0f0f0
            }

    .alert-layer .confirm-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        color: #FFF;
        background-color: #36a866;
        text-align: center;
        border-radius: 20px
    }

.prompt-layer input {
    width: 240px;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 0 5px
}

.prompt-layer .title {
    font-size: 12px;
    margin-bottom: 10px
}

.prompt-layer .error {
    display: none;
    color: #e95457;
    margin-left: 10px
}

.current_position {
    width: 100%;
    color: #595959;
    font-size: 12px;
    height: 44px;
    line-height: 44px
}

    .current_position a {
        color: #595959
    }

        .current_position a:hover {
            text-decoration: underline
        }

    .current_position span {
        color: #595959
    }

    .current_position em {
        color: #595959
    }

.page-box {
    padding: 30px 25px 30px 25px;
    text-align: center;
    background: #fff
}

    .page-box a {
        height: 30px;
        padding: 0 12px;
        margin-left: 5px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #b0b4b9;
        overflow: hidden;
        font-size: 12px;
        font-weight: 700;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #555;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin-bottom: 5px
    }

        .page-box a.on {
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            cursor: default;
            background: #f5f5f5
        }

    .page-box span {
        font-size: 16px;
        margin: 0 8px 0 13px
    }

        .page-box span.page_skip {
            font-size: 12px;
            margin: 0 5px
        }

    .page-box .blue-btn {
        background: #1f6bdf url('../../../node_modules/@lianjia/link-common/common/image/btn-bg.png') 0 -60px repeat-x;
        border-color: #1f66c3;
        color: #FFFFFF;
        width: auto;
        padding: 0 30px
    }

        .page-box .blue-btn:hover {
            background-position: 0 -90px;
            text-decoration: none
        }

    .page-box .page_txt {
        border: 1px solid #b0b4b9;
        width: 69px;
        height: 30px;
        vertical-align: middle;
        line-height: 30px;
        text-align: center
    }

    .page-box .page_btn {
        border: none;
        color: #fff;
        cursor: pointer;
        width: 56px;
        height: 32px;
        text-align: center;
        background: #4fab6a
    }

.fail, .loading, .empty {
    padding: 50px 0;
    text-align: center
}

.suggest-wrap {
    position: absolute;
    z-index: 1000000;
    background-color: #fff
}

    .suggest-wrap ul {
        border-top: 1px solid #CCC;
        width: 100%;
        background-color: #FFF
    }

        .suggest-wrap ul li {
            padding: 10px 15px;
            border: solid #CCC;
            border-width: 0 1px 1px 1px;
            cursor: pointer
        }

        .suggest-wrap ul .hover {
            background-color: #36a765;
            color: #FFF
        }

    .suggest-wrap .actClearHistory {
        text-align: center;
        padding: 5px 15px
    }

.toast-info {
    position: absolute;
    position: fixed;
    width: 100%;
    text-align: center;
    top: 50%;
    display: none;
    z-index: 100000;
    -webkit-animation: fedeIn .3s linear;
    -moz-animation: fedeIn .3s linear;
    -ms-animation: fedeIn .3s linear;
    -o-animation: fedeIn .3s linear;
    animation: fedeIn .3s linear
}

    .toast-info .info-con {
        min-width: 130px;
        display: inline-block;
        background-color: rgba(0,0,0,0.7);
        border-radius: 10px;
        text-align: center;
        padding: 0 10px;
        color: #FFF
    }

    .toast-info .info-icon {
        min-width: 60px;
        max-width: 300px;
        display: inline-block;
        position: relative;
        padding: 15px 0
    }

    .toast-info p {
        font-size: 14px;
        color: #FFF;
        vertical-align: middle
    }

    .toast-info .success {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

    .toast-info .fail {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7
    }

    .toast-info .loading-house {
        margin-top: 30px
    }

.screening_origin {
    border-top: none;
    background: #fff
}

.choose_title_parent {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 1px;
    background: #f2f2f2
}

    .choose_title_parent a {
        float: left;
        font-size: 14px
    }

    .choose_title_parent .choose_title {
        float: left;
        min-height: 39px;
        line-height: 39px
    }

        .choose_title_parent .choose_title a {
            color: #828282;
            background: #f7f7f7;
            margin-right: 6px;
            border: 1px solid #c9c9c9;
            margin-bottom: -2px;
            min-width: 130px;
            text-align: center
        }

            .choose_title_parent .choose_title a:hover, .choose_title_parent .choose_title a.active {
                background: #fff;
                color: #000;
                height: 39px;
                border-bottom: 1px solid #FFF
            }

    .choose_title_parent .enter_passenger {
        float: right;
        height: 39px;
        line-height: 39px
    }

    .choose_title_parent .enter_passenger_link {
        margin-left: 5px;
        background: #36a765;
        color: #fff;
        border: 1px solid #287f4e
    }

    .choose_title_parent .enter_passenger_btn {
        margin-left: 5px;
        background: #36a765;
        color: #fff;
        border: 1px solid #287f4e;
        min-width: 130px;
        text-align: center
    }

        .choose_title_parent .enter_passenger_btn::before {
            background: url('./keyuan_icon_bg_a209587.png') no-repeat 0 -18px;
            display: inline-block;
            width: 12px;
            height: 15px;
            content: "";
            position: relative;
            top: 1px;
            margin-right: 5px
        }

.menu-btn {
    float: right;
    height: 40px;
    line-height: 40px;
    font-weight: normal
}

    .menu-btn a {
        font-size: 14px;
        display: inline-block;
        min-width: 95px;
        text-align: center;
        background-color: #4fab6a;
        color: #FFF;
        vertical-align: middle;
        line-height: 16px;
        margin-right: 10px;
        padding: 6px 0;
        border-radius: 3px;
        margin-top: 7px
    }

        .menu-btn a:hover {
            background-color: #3DCA6A;
            color: #FFF
        }

.sub-nav-module {
    border: solid #c9c9c9;
    border-width: 0 1px 1px 1px
}

.full-image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

    .full-image-layer .list-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 0
    }

        .full-image-layer .list-wrapper .list-scroll {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0
        }

        .full-image-layer .list-wrapper .rotate0.rotate1, .full-image-layer .list-wrapper .rotate2, .full-image-layer .list-wrapper .rotate3 {
            -webkit-transform-origin: 50%;
            -moz-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%
        }

        .full-image-layer .list-wrapper .rotate0 {
            -webkit-transform: rotate(0deg);
            -moztransform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .full-image-layer .list-wrapper .rotate1 {
            -webkit-transform: rotate(90deg);
            -moztransform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .full-image-layer .list-wrapper .rotate2 {
            -webkit-transform: rotate(180deg);
            -moztransform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .full-image-layer .list-wrapper .rotate3 {
            -webkit-transform: rotate(270deg);
            -moztransform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg)
        }

        .full-image-layer .list-wrapper li {
            height: 100%;
            float: left;
            text-align: center;
            vertical-align: middle
        }

            .full-image-layer .list-wrapper li .img {
                width: 100%
            }

                .full-image-layer .list-wrapper li .img img {
                    max-width: 100%;
                    cursor: move
                }

    .full-image-layer .opera-icon {
        display: inline-block;
        background: url('./full-sprite_32b1b41.png')
    }

    .full-image-layer .opera-close {
        position: absolute;
        width: 43px;
        height: 43px;
        top: 20px;
        right: 20px
    }

    .full-image-layer .opera-rotate {
        position: absolute;
        width: 43px;
        height: 43px;
        top: 20px;
        right: 80px;
        background-position: 0 -83px
    }

    .full-image-layer .opera-left, .full-image-layer .opera-right {
        position: absolute;
        top: 50%;
        margin-top: -35px;
        width: 70px;
        height: 70px;
        line-height: 80px;
        vertical-align: middle;
        text-align: center;
        background-color: #000;
        filter: "alpha(opacity=80)";
        background-color: rgba(0,0,0,0.5);
        border-radius: 10px;
        cursor: pointer
    }

    .full-image-layer .opera-dis {
        opacity: .4
    }

    .full-image-layer .opera-left {
        left: 20px
    }

    .full-image-layer .opera-right {
        right: 20px
    }

    .full-image-layer .opera-left-icon {
        background-position: 0 -43px;
        width: 13px;
        height: 20px;
        left: 10px;
        top: 50%
    }

    .full-image-layer .opera-right-icon {
        background-position: 0 -64px;
        width: 13px;
        height: 20px
    }

::selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

::-moz-selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

::-webkit-selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

.menu-list {
    background: #fff
}

    .menu-list > li {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #e5e5e5
    }

        .menu-list > li a {
            color: inherit;
            margin-left: 20px
        }

            .menu-list > li a:hover {
                color: #00ae66
            }

        .menu-list > li:first-child {
            border-top: 0
        }

    .menu-list li {
        line-height: 50px;
        vertical-align: middle;
        position: relative
    }

    .menu-list .current {
        color: #00ae66
    }

    .menu-list .arrow {
        border-top: 6px solid #999;
        border-left: 4px solid rgba(0,0,0,0);
        border-right: 4px solid rgba(0,0,0,0);
        border-bottom: 0 solid rgba(0,0,0,0);
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
        cursor: pointer
    }

    .menu-list .open .arrow {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .menu-list .second-menu {
        display: none
    }

    .menu-list .open .second-menu {
        display: block
    }

.second-menu {
    border-top: 1px solid #e5e5e5
}

    .second-menu li {
        font-size: 12px;
        color: #666;
        font-weight: normal;
        border-bottom: 1px solid #e5e5e5
    }

        .second-menu li:last-child {
            border-bottom: 0
        }

        .second-menu li a {
            margin-left: 23px
        }

    .second-menu .current {
        background-color: #f3f3f3
    }

.form-row {
    margin-bottom: 10px;
    height: 30px;
    *zoom: 1
}

    .form-row:before, .form-row:after {
        display: table;
        content: ""
    }

    .form-row:after {
        clear: both
    }

    .form-row:before, .form-row:after {
        display: table;
        content: ""
    }

    .form-row:after {
        clear: both
    }

    .form-row .col-md-1, .form-row .col-md-4, .form-row .col-md-6, .form-row .col-md-8 {
        float: left;
        padding-left: 30px;
        box-sizing: border-box
    }

    .form-row .col-md-1 {
        width: 8.33333333%
    }

    .form-row .col-md-4 {
        width: 33.33333333%
    }

    .form-row .col-md-6 {
        width: 50%
    }

    .form-row .col-md-8 {
        width: 66.66666667%
    }

.form-module {
    padding: 30px 0
}

    .form-module .btn-module {
        margin: 0 30px;
        margin-top: 20px
    }

        .form-module .btn-module button {
            background-color: #00ae66;
            border: 0;
            color: #FFF;
            border-radius: 3px;
            margin-right: 5px;
            cursor: pointer
        }

        .form-module .btn-module .small-btn {
            padding: 8px 40px;
            font-weight: bold;
            font-size: 16px
        }

.form-line {
    font-size: 12px
}

    .form-line .label {
        color: #333;
        font-weight: bold;
        margin-left: 5px
    }

    .form-line input, .form-line textarea, .form-line select {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        background-color: #FFF;
        outline: none;
        border: 1px solid #ccc;
        color: #333;
        height: 30px;
        text-indent: 5px;
        border-radius: 1px
    }

        .form-line input:focus, .form-line textarea:focus, .form-line select:focus {
            border-color: #36a765;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #36a765;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #36a765
        }

    .form-line .input-small {
        width: 200px
    }

    .form-line .input-group {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px
    }

        .form-line .input-group .input-small {
            width: 182px
        }

    .form-line .input-calendar {
        position: relative
    }

        .form-line .input-calendar .icons {
            display: inline-block;
            position: absolute;
            right: 10px;
            width: 16px;
            height: 16px;
            top: 8px;
            background: url('./calendar_16966c1.png') no-repeat
        }

.list-module .list-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px
}

.list-module .list-table {
    width: 100%;
    font-size: 12px
}

    .list-module .list-table td {
        padding: 12px;
        min-height: 68px;
        line-height: 16px
    }

.list-module .opera {
    color: #00ae66
}

::selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

::-moz-selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

::-webkit-selection {
    background-color: rgba(13,173,81,0.2);
    color: #333
}

.select_people_layer {
    position: absolute;
    padding: 30px;
    background-color: #FFF
}

    .select_people_layer h2 {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px
    }

    .select_people_layer .people-search {
        padding: 5px;
        border: 1px solid #ccc
    }

        .select_people_layer .people-search input {
            width: 400px;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
            border: 1px solid #ccc;
            padding: 0 10px
        }

        .select_people_layer .people-search .select-btn {
            margin-left: 10px
        }

    .select_people_layer .select-btn {
        background-color: #36a866;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 5px 20px;
        border-radius: 3px;
        color: #FFF;
        font-size: 14px
    }

    .select_people_layer .people-list {
        width: 850px;
        margin-top: 10px;
        min-height: 250px
    }

        .select_people_layer .people-list table {
            width: 100%
        }

            .select_people_layer .people-list table th {
                font-weight: bold;
                text-align: center;
                background-color: #fcfcfc
            }

            .select_people_layer .people-list table th, .select_people_layer .people-list table td {
                height: 40px;
                line-height: 20px;
                vertical-align: middle;
                text-align: center;
                border: 1px solid #ccc
            }

            .select_people_layer .people-list table .org-td {
                text-align: left;
                text-indent: 30px
            }

            .select_people_layer .people-list table tr {
                cursor: pointer
            }

    .select_people_layer .page-box {
        padding: 15px 0
    }

    .select_people_layer .choosed {
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 5px;
        display: none
    }

        .select_people_layer .choosed .c-title {
            color: #ccc;
            font-size: 12px;
            float: left;
            line-height: 28px;
            height: 28px;
            vertical-align: middle
        }

        .select_people_layer .choosed .choose-list {
            margin-left: 35px
        }

            .select_people_layer .choosed .choose-list span {
                font-size: 12px;
                color: #666;
                padding-left: 5px;
                border: 1px solid #ffa77c;
                line-height: 28px;
                height: 28px;
                margin-right: 10px;
                margin-bottom: 10px;
                display: inline-block;
                *display: inline;
                *zoom: 1
            }

                .select_people_layer .choosed .choose-list span a {
                    color: #FFF;
                    width: 28px;
                    height: 28px;
                    margin-left: 5px;
                    background-color: #ffa77c;
                    display: inline-block;
                    *display: inline;
                    *zoom: 1;
                    text-align: center
                }

    .select_people_layer .select-btns {
        margin-top: 15px;
        text-align: center
    }

        .select_people_layer .select-btns a {
            width: 150px;
            padding: 10px;
            margin-right: 20px
        }

.card-layer {
    position: absolute;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    padding: 10px;
    background-color: #FFF;
    font-family: "微软雅黑","Microsoft YaHei"
}

    .card-layer .loading {
        padding: 30px 40px
    }

    .card-layer .down-arrow {
        font-size: 16px;
        color: #7e7e7e;
        position: absolute;
        left: 10px;
        bottom: -16px
    }

        .card-layer .down-arrow em {
            color: #FFF;
            position: absolute;
            top: -2px;
            left: 0
        }

    .card-layer .card-info {
        position: relative;
        height: 67px
    }

        .card-layer .card-info .img {
            margin-right: 10px;
            width: 52px;
            height: 67px;
            overflow: hidden;
            vertical-align: top
        }

            .card-layer .card-info .img img {
                width: 100%;
                height: auto;
                vertical-align: middle
            }

        .card-layer .card-info .card-detail {
            display: inline-block;
            *display: inline;
            *zoom: 1
        }

        .card-layer .card-info h3 {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            height: 15px;
            position: relative;
            top: -2px
        }

            .card-layer .card-info h3 .agentName {
                white-space: nowrap
            }

        .card-layer .card-info .jibie {
            padding-left: 6px;
            font-size: 12px;
            color: #fa4224;
            vertical-align: bottom
        }

        .card-layer .card-info p {
            font-size: 12px;
            color: #999;
            margin-top: 5px
        }

.house-info {
    width: 260px
}

    .house-info .card-info .img {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .house-info .card-info p {
        line-height: 12px;
        font-size: 12px
    }

    .house-info .card-info .tags span {
        padding: 2px 3px;
        margin: 0 5px 5px;
        border-right: 1px;
        border: 1px solid;
        display: inline-block
    }

    .house-info .card-info .tags .tag-manwu {
        color: #237abd;
        border-color: #237abd
    }

    .house-info .card-info .tags .tag-yaoshi {
        color: #6da719;
        border-color: #6da719
    }

    .house-info .card-info .price {
        position: absolute;
        right: 0;
        color: #e4393c;
        font-weight: bold;
        top: 50%;
        font-size: 14px
    }

.tips_layer {
    position: absolute;
    border: 6px solid #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    font-size: 12px;
    color: #333
}

    .tips_layer .pull-right {
        text-align: right
    }

    .tips_layer .p {
        line-height: 20px
    }

    .tips_layer .tips {
        position: absolute;
        right: 50px;
        bottom: 13px
    }

        .tips_layer .tips .b, .tips_layer .tips .b2 {
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 0
        }

        .tips_layer .tips .b {
            top: 12px;
            color: #cfcfcf;
            z-index: 1
        }

        .tips_layer .tips .b2 {
            color: #FFF;
            z-index: 2;
            top: 5px
        }
