﻿* {
    touch-action: pan-y;
}

.menu_header {
    font-size: 14px;
    background: #FFFFFF;
    top: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    z-index: 10000000000;
}

    .menu_header .menu_box {
        height: 44px;
        text-align: center;
        font-size: 18px;
        line-height: 34px;
        color: #222222;
        font-weight: 100;
    }

        .menu_header .menu_box span {
            display: inline-block;
            width: 33.3%;
            font-size: 13px;
            padding-top: 6px;
        }

    .menu_header .menu_box2 span {
        width: 50%;
    }

    .menu_header .menu_box3 span {
        width: 33.3%;
    }

    .menu_header .menu_box4 span {
        width: 25%;
    }

    .menu_header .menu_box span.active {
        color: #F53252;
    }

        .menu_header .menu_box span.active div {
            border-bottom: 4px solid #F53252;
            width: 15px;
            margin: 0 auto;
        }


.header .hd_chainlst {
    position: absolute;
    padding: 11px;
    top: 0;
    left: 0px;
    height: 44px;
}

.header .hd_menu, .header .hd_add {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0px;
    height: 46px;
    display: normal;
}
/*header style end*/

/*footer style*/
.footer {
    position: absolute;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 56px;
    bottom: 0px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 100000000000;
}

    .footer .footer_menu {
        position: relative;
        padding-top: 0px;
        height: 56px;
        width: 25%;
        text-align: center;
        line-height: 16px;
        float: left;
        cursor: pointer;
        color: #222222;
    }

    .footer .active {
        color: #222222;
    }

    .footer img {
        width: 22px;
        height: 22px;
        margin-top: 8px;
    }

.icon_newmsg {
    background: url(/Skins/images/icon_bar_point.png) no-repeat center;
    background-size: 15px;
    padding: 10px;
    position: absolute;
    top: 0px;
    background-position-x: 3px;
}

.icon_workmsg {
    position: absolute;
    top: 2px;
    background: #28D7AF;
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    border: 1px solid #fff;
}

/*footer style end*/

/*menu style*/
.head_menu {
    width: 100%;
    position: absolute;
    background: #fff;
    height: 100px;
    z-index: 100000000000;
    font-family: 'Microsoft YaHei';
}

    .head_menu div {
        border-right: 1px solid #ddd;
        padding-top: 36px;
        height: 100px;
        width: 25%;
        text-align: center;
        line-height: 76px;
        float: left;
        cursor: pointer;
        color: #333333;
    }

        .head_menu div:last-child {
            border: 0;
        }

    .head_menu .home {
        background: url(/Skins/images/icon_popup_roomstatus.png) no-repeat;
        background-size: 42px 42px;
        background-position: center 14px;
    }

    .head_menu .roommap {
        background: url(/Skins/images/icon_popup_roommap.png) no-repeat;
        background-size: 42px 42px;
        background-position: center 14px;
    }

    .head_menu .revenue {
        background: url(/Skins/images/icon_popup_revenue.png) no-repeat;
        background-size: 42px 42px;
        background-position: center 14px;
    }

    .head_menu .statistics {
        background: url(/Skins/images/icon_popup_analysis.png) no-repeat;
        background-size: 42px 42px;
        background-position: center 14px;
    }



/*iscrool*/
#wrapper, .wrapper {
    position: absolute;
    /*max-width: 600px;*/
    margin: 0 auto;
    background: #f1f1f1;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#scroller, .scroller {
    min-height: 100.2%;
}

/*Pull down styles*/
#pullDown, #pullUp {
    background: #F5F5F5;
    height: 30px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    text-align: center;
    width: 100%;
}

    #pullDown .pullDownIcon, #pullUp .pullUpIcon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/Skins/images/pull-icon.png) 0 0 no-repeat;
        -webkit-background-size: 20px 60px;
        background-size: 20px 60px;
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 250ms;
        margin-bottom: -5px;
        margin-right: 5px;
    }

    #pullDown .pullDownIcon {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    #pullUp .pullUpIcon {
        -webkit-transform: rotate(-180deg) translateZ(0);
    }

    #pullDown.flip .pullDownIcon {
        -webkit-transform: rotate(-180deg) translateZ(0);
    }

    #pullUp.flip .pullUpIcon {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    #pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
        background-position: 0 50%;
        -webkit-transform: rotate(0deg) translateZ(0);
        -webkit-transition-duration: 0ms;
        -webkit-animation-name: loading;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    #pullDown.showResult .pullDownIcon {
        background-position: 0 100%;
    }


@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

.datepicker {
    width: 100%;
}

.yo-datepicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; /*height: 100%;*/
    background-color: #fff;
    text-align: center;
}

    .yo-datepicker .weeks {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        list-style-type: none;
    }

    .yo-datepicker .week-bar,
    .yo-datepicker .week {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }

        .yo-datepicker .week-bar > li,
        .yo-datepicker .week > li {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            width: 100%;
            height: auto;
        }

    .yo-datepicker .week-bar {
        height: 3.2rem;
        line-height: 3.2rem;
        background-color: #eee;
        color: #000;
        font-size: 1.2rem;
    }

    .yo-datepicker .month-bar {
        margin: 0;
        height: 3.2rem;
        line-height: 3.2rem;
        border-bottom: 1px solid #ddd;
        background-color: #f9f9f9;
        color: #000;
        font-size: 1.4rem;
        font-weight: normal;
    }

    .yo-datepicker .week {
        border-bottom: 1px solid #ddd;
        color: #000;
    }

        .yo-datepicker .week > li {
            position: relative;
            height: 5.4rem;
        }

    .yo-datepicker .day,
    .yo-datepicker .special {
        display: inline-block;
        margin: 1.5rem 0 0.2rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
        vertical-align: top;
    }

    .yo-datepicker .day {
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important;
    }

    .yo-datepicker .special {
        color: #f50;
    }

    .yo-datepicker .today > .day,
    .yo-datepicker .holiday > .day {
        display: none;
    }

    .yo-datepicker .weekend {
        color: #f00;
    }

    .yo-datepicker .disabled {
        color: gray;
    }

    .yo-datepicker .start > .day,
    .yo-datepicker .end > .day {
        display: inline-block;
        background-color: #a2397b;
        color: #fff;
    }

    .yo-datepicker .start > .special,
    .yo-datepicker .end > .special {
        display: none;
    }

    .yo-datepicker .start::after,
    .yo-datepicker .end::after {
        display: block;
        color: #1ba9ba;
        font-size: 1.4rem;
    }

    .yo-datepicker .start::after {
        content: "";
    }

    .yo-datepicker .end::after {
        content: "";
    }

/*login*/
.login_frame_box {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000000000;
    top: 0;
}

.login .login_logo {
    background: url(/Skins/images/icon_default.png) no-repeat;
    background-size: 160px;
    background-position: center;
    height: 32%;
    margin-top: 0px;
}

.login .login_logo_text {
    margin-top: -10%;
    margin-bottom: 30px;
    font-size: 20px;
}

.login .login_box .input {
    margin: 8px 0;
    padding-left: 10px;
}

.login .login_box .btn {
    margin: 30px 0;
    width: 90%;
}
/*.login .login_box #usercode { background: url(/Skins/images/icon_user.png) rgba(255,255,255,0.9) no-repeat; background-size: 26px; background-position: 16px center; }
.login .login_box #password { background: url(/Skins/images/icon_password.png) rgba(255,255,255,0.9) no-repeat; background-size: 26px; background-position: 16px center; }*/

/*serch bar style*/
.serch_bar {
    width: 100%;
    background: #eee;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

    .serch_bar span {
        display: block;
        float: right;
        margin: 0 3px;
    }

        .serch_bar span:first-child {
            font-size: 16px;
            float: left;
            width: 100px;
            padding-left: 20px;
        }

        .serch_bar span input {
            padding: 6px;
            border-radius: 0;
            width: 120px;
            height: 32px;
            color: #666;
            margin-right: 10px;
        }

/*index*/
.main_frame {
    width: 100%;
    height: calc(100% - 1rem);
}

.sub_main_frame {
    width: 100%;
    height: 100%;
}

.sub_frame {
    width: 100%;
    height: calc(100% - 1rem);
}

.login_frame {
    width: 100%;
    height: 100%;
}

.nocontent {
    background: url(/Skins/images/no-data-2.png) no-repeat;
    background-size: 2.5rem;
    background-position: center;
    padding-top: 3rem;
    text-align: center;
    color: #459ae9;
    font-size: 0.35rem;
    /*margin-bottom: 2rem;*/
    text-shadow: 1px 2px 2px #63bffe;
}

/*chainlist*/
.chainlst {
}

    .chainlst li {
        padding: 20px 20px 20px 30px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        line-height: 16px;
        position: relative;
        background: #fff url(/Skins/images/list_point.png) no-repeat center;
        background-position-x: 15px;
        background-size: 6px;
    }

/*msg_list*/
.msglst {
}

    .msglst li {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        margin-top: 8px;
        background-color: #fff;
    }

        .msglst li > div {
            height: 76px;
            line-height: 24px;
            font-size: 15px;
        }

            .msglst li > div.checkout {
                background: url(/Skins/images/icon_checkout.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.delay {
                background: url(/Skins/images/icon_delay.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.clean {
                background: url(/Skins/images/icon_clean.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.supplies {
                background: url(/Skins/images/icon_supplies.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.laundry {
                background: url(/Skins/images/icon_laundry.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.wakeup {
                background: url(/Skins/images/icon_wakeup.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.food {
                background: url(/Skins/images/icon_meal.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.restaurant {
                background: url(/Skins/images/icon_restaurant.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.taxi {
                background: url(/Skins/images/icon_taxi.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.baggage {
                background: url(/Skins/images/icon_luggage.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.bill {
                background: url(/Skins/images/icon_billing.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.noname {
                background: url(/Skins/images/icon_other.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.roomupdate {
                background: url(/Skins/images/icon_roomUpdate.png) left no-repeat;
                background-size: 52px;
                background-position-x: 20px;
            }

            .msglst li > div.detail {
                width: calc(100% - 100px);
                padding: 12px 0 10px 90px;
            }

                .msglst li > div.detail .service_name {
                    line-height: 50px;
                    font-size: 16px;
                }

                .msglst li > div.detail .roomno {
                    font-weight: bold;
                    padding-right: 10px;
                    max-width: 48%;
                    display: inline-block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .msglst li > div.detail .name {
                    padding-left: 10px;
                    border-left: 1px solid #999;
                    max-width: 42%;
                    display: inline-block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .msglst li > div.detail .msgdetail {
                    color: #666;
                    overflow: hidden;
                    height: 28px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .msglst li > div.time {
                width: 120px;
                text-align: right;
                padding: 10px 10px 10px 0;
                line-height: 30px;
                float: right;
                margin-top: -80px;
            }

                .msglst li > div.time .runtime {
                    color: #666;
                    font-size: 15px;
                    height: 30px;
                }

                .msglst li > div.time .createtime {
                    color: #ABABB2;
                    font-size: 12px;
                    height: 28px;
                }


        .msglst li .nodo_overtime {
            position: absolute;
            background: url(/Skins/images/icon_nodo_overtime.png) no-repeat;
            background-size: 22px;
            height: 22px;
            width: 22px;
            top: 6px;
            left: 58px;
        }

        .msglst li .doing_overtime {
            position: absolute;
            background: url(/Skins/images/icon_doing_overtime.png) no-repeat;
            background-size: 22px;
            height: 22px;
            width: 22px;
            top: 6px;
            left: 58px;
        }


/*msgdetail*/
.msg_detail {
    padding-bottom: 58px;
}

    .msg_detail .msg_header {
        padding-top: 20px;
        height: 150px;
        text-align: center;
        border-bottom: 1px solid #DCDCDC;
        background-color: #fff;
        display: none;
    }

        .msg_detail .msg_header .over_time_type {
            margin: 0 auto 20px;
            font-size: 14px;
            color: #ABABB2;
        }

        .msg_detail .msg_header #sTimeLast {
            font-size: 65px;
            color: red;
            margin: 0px;
            line-height: 65px;
            background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF8993), to(#EB3A54));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .msg_detail .msg_info {
        background-color: #fff;
        border-top: 1px solid #DCDCDC;
        margin-top: 10px;
        border-bottom: 1px solid #DCDCDC;
    }

        .msg_detail .msg_info .msg_title > div {
            color: #ABABB2;
            width: 33.3%;
            display: inline-block;
            float: left;
            height: 70px;
            text-align: center;
            line-height: 22px;
            padding: 10px 15px;
            border-bottom: 1px solid #DCDCDC;
            border-left: 1px solid #DCDCDC;
        }

            .msg_detail .msg_info .msg_title > div > span {
                color: #333333;
                font-size: 14px;
            }

        .msg_detail .msg_info .msg_moredetail {
            padding: 4px 10px;
        }

            .msg_detail .msg_info .msg_moredetail > p {
                border-left: 4px solid #28D6AF;
                padding-left: 16px;
                color: #459AE9;
                font-size: 14px;
            }

            .msg_detail .msg_info .msg_moredetail #Content {
                padding-left: 20px;
                font-size: 17px;
            }

            .msg_detail .msg_info .msg_moredetail #Remark {
                padding-left: 20px;
                font-size: 13px;
                color: #666666;
                padding-top: 5px;
            }

            .msg_detail .msg_info .msg_moredetail .createTime {
                padding-left: 20px;
                font-size: 12px;
                color: #ABABB2;
                padding: 30px 20px 20px;
            }

    .msg_detail .follwerList {
        position: relative;
        text-align: left;
        background-color: #fff;
        margin-top: 10px;
        line-height: 56px;
    }

        .msg_detail .follwerList .follow_title {
            border-left: 4px solid #28D6AF;
            padding-left: 16px;
            color: #459AE9;
            font-size: 14px;
        }

        .msg_detail .follwerList td, .msg_detail .follwerList th {
            border: solid 1px #DCDCDC;
            padding-left: 16px;
            font-size: 14px;
            height: 57px;
        }

            .msg_detail .follwerList td i {
                position: static;
                float: right;
                margin-right: 18px;
                margin-top: 20px;
            }

        .msg_detail .follwerList th {
            width: 100px;
        }

        .msg_detail .follwerList .old_follow_name {
            color: #ABABB2;
        }

        .msg_detail .follwerList .old_follow_time {
            color: #ABABB2;
            font-size: 12px;
            float: right;
            padding-right: 15px;
        }

        .msg_detail .follwerList .icon_right {
            top: 20px;
        }

        .msg_detail .follwerList .follow_state {
            color: #28D6AF;
            float: right;
            padding-right: 20px;
        }

        .msg_detail .follwerList .follow_mobile {
            width: 100%;
            height: 100%;
            display: inline-block;
            line-height: 56px;
            color: #333333;
        }


.follwers {
    font-family: 'Microsoft YaHei';
}

    .follwers li {
        padding: 20px 20px 20px 30px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        line-height: 16px;
        position: relative;
        background: #fff url(/Skins/images/list_point.png) no-repeat center;
        background-position-x: 15px;
        background-size: 6px;
    }


.msg_detail .deal {
    background-color: #fff;
    border-top: 1px solid #DCDCDC;
    margin-top: 10px;
    border-bottom: 1px solid #DCDCDC;
    padding: 4px 10px;
    display: none;
}

    .msg_detail .deal > p {
        border-left: 4px solid #28D6AF;
        padding-left: 16px;
        color: #459AE9;
        font-size: 14px;
    }

    .msg_detail .deal textarea {
        width: 100%;
        height: 150px;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .msg_detail .deal .deal-content {
        padding: 10px;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #aaa;
        width: 100%;
        margin-bottom: 10px;
        min-height: 100px;
    }

    .msg_detail .deal .endTime {
        color: #ABABB2;
        padding: 10px 0;
        display: none;
    }

.tool_box {
    text-align: center;
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #DCDCDC;
}

    .tool_box .btn {
        margin: 6px 0px 10px;
    }




.upload-btn-box {
    clear: both;
    background: #fff url("../images/upload.gif") center center no-repeat;
    background-size: 61px 61px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    width: 64px;
    height: 64px;
    color: #b9b9b9;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

    .upload-btn-box .txt {
        vertical-align: text-bottom;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        display: inline-block;
    }

    .upload-btn-box .upload-btn {
        opacity: 0;
        position: absolute;
        width: 64px;
        height: 64px;
        z-index: 1;
        left: 0;
        top: 0;
    }

.img-item {
    border: 1px solid #cfcfcf;
    width: 64px;
    height: 64px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

    .img-item img {
        width: 64px;
        height: 64px;
    }

    .img-item i {
        position: absolute;
        content: "";
        background-image: url("../images/icon-close.png");
        background-size: 29px 29px;
        top: 18px;
        left: 18px;
        width: 29px;
        height: 29px;
    }

.msg-text {
    font-size: 12px;
    color: #b9b9b9;
}

.jd-btns {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 5px;
}



/*person*/
.person_head {
    height: 180px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

    .person_head .person_icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        margin: 40px 25px;
        background: url(../images/icon_headdefault.png) no-repeat;
        background-position: center;
        background-size: cover;
    }
    /*.person_head .person_icon img { width: 160px; height: 160px; }*/
    .person_head .person_info {
        position: absolute;
        bottom: 0;
        height: 60px;
        color: #fff;
        width: 100%;
        background: rgba(69, 154, 233,0.5);
        font-size: 14px;
    }

        .person_head .person_info div {
            float: left;
            width: 50%;
            text-align: center;
            line-height: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .person_head .person_info div .right {
                color: rgba(255,255,255,0.6);
            }

.person_info {
    padding-top: 180px;
    height: 260px;
    width: 100%;
    background: #fff;
}

    .person_info > div {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .person_info > div > div {
            margin-top: 8px;
            color: #757575;
        }

        .person_info > div > span {
            font-size: 24px;
            color: #222222;
        }

        .person_info > div .left {
            color: #CBCBCB;
            margin-top: 24px;
            font-size: 12px;
            transform: scale(1,2);
        }

.person_tool_box {
    padding-top: 5px;
    background: #f5f5f5;
}

    .person_tool_box li {
        padding: 22px 30px;
        border-top: 1px solid #eee;
        position: relative;
        font-size: 16px;
    }

        .person_tool_box li:last-child {
            border-bottom: 1px solid #eee;
            background: #fff;
        }

    .person_tool_box #ul_Clock li {
        border-bottom: 1px solid #eee;
        background: #fff;
    }

.person_logout {
    padding: 5px 5% 20px;
    text-align: center;
}

    .person_logout .logout_btn {
        border: 1px solid #F53252;
        height: 42px;
        line-height: 40px;
        color: #ffffff;
        font-size: 14px;
        background: #F53252;
        border-radius: 2px;
        margin-top: 20px;
    }

.icon_right {
    background: url(/Skins/images/icon_right.png) no-repeat center;
    background-size: 16px;
    padding: 8px;
    position: absolute;
    right: 22px;
    top: 24px;
}

.icon_daka {
    background: url(/Skins/images/icon_location2.png) no-repeat center;
    background-size: 20px;
    padding: 12px;
    margin: 0 14px 0 0;
}

.icon_zuofei {
    background: url(/Skins/images/icon_delete.png) no-repeat center;
    background-size: 20px;
    padding: 12px;
    margin: 0 14px 0 0;
}

.icon_list_select {
    background: url(/Skins/images/icon_list_selected.png) no-repeat center;
    background-size: 18px;
    padding: 10px;
    position: absolute;
    right: 22px;
    top: 18px;
}

.icon_tel {
    background: url(/Skins/images/icon_tel.png) no-repeat center;
    background-size: 16px;
    padding: 8px;
    position: absolute;
    right: 22px;
    top: 22px;
}


/*folio*/
.croomsate {
    margin-top: 170px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

    .croomsate .croomsatetitle {
        text-align: center;
        font-size: 18px;
        padding: 15px 0;
    }

        .croomsate .croomsatetitle span {
            border-bottom: 2px solid #548bb6;
            width: 36px;
            margin: -8px 8px 6px;
            display: inline-block;
        }

    .croomsate ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .croomsate ul li {
            width: 30%;
            text-align: center;
            line-height: 24px;
            color: #fff;
            background: #2196F3;
            border-radius: 4px;
            float: left;
            margin: 5px;
            padding: 15px 0;
            font-size: 16px;
        }

            .croomsate ul li:nth-child(2n+1) {
                background: #03A9F4;
            }

            .croomsate ul li span {
                display: block;
            }

.container .c_calendar {
    text-align: center;
    font-size: 23px;
    color: #19adf5;
    line-height: 28px;
}

.container .content_box {
    font-size: 14px;
}

    .container .content_box ul li {
        width: 25%;
        float: left;
        height: 80px;
        border-bottom: 1px solid #ddd;
        line-height: 30px;
        background-color: #fff;
        text-align: center;
        border-left: 1px solid #ddd;
        padding-top: 10px;
    }

        .container .content_box ul li:nth-child(4n+1) {
            border-left: 0;
        }

        .container .content_box ul li .num {
            font-size: 20px;
            color: #28D6AF;
            line-height: 22px;
            font-weight: normal;
        }

.container #d_change_data {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: -45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

    .container #d_change_data #sp_date {
        padding: 2px 36px;
        background-color: #459AE9;
        border-radius: 100px;
        font-size: 14px;
    }

/*roommap*/
.container .room_types {
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #000;
    line-height: 33px;
    padding-top: 8px;
    height: 110px;
    background-color: #fff;
}

    .container .room_types b {
        display: block;
        height: 45px;
        width: 25%;
        line-height: 45px;
        float: left;
        font-weight: normal;
        font-size: 16px;
    }

        .container .room_types b span {
            height: 20px;
            width: 25px;
            display: inline-block;
            border-radius: 2px;
            background: #fff;
            margin: 0 5px -5px 0;
        }

        .container .room_types b.all span {
            border: 1px solid #999;
        }

        .container .room_types b.clean span {
            background: #548BB6;
        }

        .container .room_types b.dirty span {
            background: url(/Skins/images/icon_clear.png) no-repeat center #72727A;
            background-size: 16px;
        }

        .container .room_types b.checkindirty span {
            background: url(/Skins/images/icon_bed.png) no-repeat center #48845E;
            background-size: 16px;
        }

        .container .room_types b.checkin span {
            background: #4EA953;
        }

        .container .room_types b.readygo span {
            background: url(/Skins/images/icon_readygo.png) #EDBC02 no-repeat center;
            background-size: 20px;
        }

        .container .room_types b.sort span {
            background: url(/Skins/images/icon_sort.png) #FF862F no-repeat center;
            background-size: 20px;
        }

        .container .room_types b.stop span {
            background: #d75959;
        }

        .container .room_types b.parttime span {
            background: url(/Skins/images/icon_timeroom.png) #D04141 no-repeat center;
            background-size: 20px;
        }

        .container .room_types b.active {
            color: #a2397b;
            background-color: #E4E4E4;
        }

.container .roomtype_box div {
    width: calc(25% - 7px);
    float: left;
    overflow: hidden;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    margin: 6px 0px 0px 6px;
    background-color: #eee;
}

    .container .roomtype_box div.active {
        background: #2196F3;
        color: #fff;
    }

.container .roommap {
    padding: 5px 0;
    height: auto;
    background: #fff;
}

    .container .roommap ul {
        margin: 5px auto 0;
        padding-bottom: 10px;
        width: 100%;
        height: auto;
        display: inline-block;
        list-style-type: none;
        background-color: #eee;
    }

        .container .roommap ul li {
            position: relative;
            width: calc(25% - 7px);
            height: 60px;
            text-align: right;
            float: left;
            margin: 5px 0 2px 6px;
            padding: 2px;
            line-height: 22px;
            color: #fff;
        }

            .container .roommap ul li span:first-child {
                line-height: 20px;
                padding-left: 4px;
                display: block;
                overflow: hidden;
                text-align: left;
                height: 20px;
                margin-bottom: 16px;
            }

            .container .roommap ul li span:nth-child(2) {
                text-align: left;
                float: left;
                padding-left: 4px;
            }

            .container .roommap ul li span:nth-child(3) {
                float: right;
                text-align: right;
                padding-right: 4px;
            }

            .container .roommap ul li.dirty {
                background: url(/Skins/images/icon_clear.png) no-repeat center #72727A;
                background-size: 26px;
            }

            .container .roommap ul li.checkindirty {
                background: url(/Skins/images/icon_bed.png) no-repeat center #48845E;
                background-size: 26px;
            }

            .container .roommap ul li.stop {
                background: #d75959;
            }

            .container .roommap ul li.clean {
                background: #548BB6;
            }

            .container .roommap ul li.cleansing {
                background: rgb(73,106,227);
            }

            .container .roommap ul li.check {
                background: #DCE8D0;
            }

            .container .roommap ul li.checkin {
                background: url(/Skins/images/icon_bed.png) no-repeat center #4EA953;
                background-size: 26px;
            }

            .container .roommap ul li.readygo {
                background: #959595;
            }

            .container .roommap ul li.arrearage {
                background: #959595;
            }

            .container .roommap ul li.inner {
                background: #959595;
            }

            .container .roommap ul li.connect {
                background: #959595;
            }

            .container .roommap ul li.free {
                background: #959595;
            }

            .container .roommap ul li span.span_sign {
                position: absolute;
                top: 2px;
                right: 2px;
            }

            .container .roommap ul li span i {
                height: 15px;
                width: 15px;
                font-size: 11px;
                display: block;
                float: left;
                color: #fff;
            }

                .container .roommap ul li span i.vip {
                    background: url(/Skins/images/icon_vip.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.readygo {
                    background: url(/Skins/images/icon_readygo.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.arrearage {
                    background: url(/Skins/images/icon_own.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.sort {
                    background: url(/Skins/images/icon_sort.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.inner {
                    background: url(/Skins/images/icon_innersort.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.connect {
                    background: url(/Skins/images/icon_connect.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.free {
                    background: url(/Skins/images/icon_free.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.timeroom {
                    background: url(/Skins/images/icon_timeroom.png);
                    background-size: 100%;
                }

                .container .roommap ul li span i.check {
                    background: url(/Skins/images/icon_check.png);
                    background-size: 100%;
                }

.tabfoliodetail {
    margin: 15px;
    width: 220px;
}

    .tabfoliodetail tr td:first-child {
        text-align: right;
        padding-right: 15px;
        font-weight: bold;
        width: 60px;
    }

    .tabfoliodetail td {
        padding: 4px;
    }

/*finance report style*/
.container .rptlist {
    width: 100%;
}

    .container .rptlist .transitem {
        height: 30px;
    }

        .container .rptlist .transitem ul {
            padding: 0;
            margin: 0;
        }

            .container .rptlist .transitem ul li {
                float: left;
                line-height: 22px;
                text-align: left;
                padding: 5px 0 0 5px;
                overflow: hidden;
                height: 27px;
                font-size: 13px;
                color: #8e8e8e;
            }

    .container .rptlist .rpts_menu ul {
        margin: 0;
        padding: 0;
    }

        .container .rptlist .rpts_menu ul li {
            list-style-type: none;
            width: 50%;
            float: left;
            height: 34px;
            background: #b4b4b4;
            color: #fff;
            text-align: center;
            line-height: 34px;
            font-size: 15px;
            font-weight: bold;
        }

            .container .rptlist .rpts_menu ul li.active {
                background: #fff;
                color: #a2397b;
                border-bottom: 1px solid #a2397b;
            }

    .container .rptlist .rpt_tab {
        width: 100%;
        border: 0;
        font-size: 12px;
        border-bottom: 1px solid #e8e9e9;
        margin: 0;
    }

        .container .rptlist .rpt_tab tr {
            display: table-row;
        }

            .container .rptlist .rpt_tab tr:nth-child(2n) {
                background-color: #fff;
            }

            .container .rptlist .rpt_tab tr:nth-child(2n+1) {
                background-color: #e9e9e9;
            }

            .container .rptlist .rpt_tab tr .bigt {
                font-size: 14px;
                font-weight: bold;
                color: #09618c;
            }

            .container .rptlist .rpt_tab tr td {
                color: #000;
                font-size: 13px;
                text-align: center;
                padding: 5px 10px 5px 10px;
                line-height: 30px;
            }

            .container .rptlist .rpt_tab tr th {
                line-height: 32px;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
                padding: 5px 10px 0 10px;
            }

            .container .rptlist .rpt_tab tr:first-child th {
                color: #000;
                font-size: 12px;
            }

            .container .rptlist .rpt_tab tr:nth-child(2n) td:last-child {
                background-color: #fff;
            }

    .container .rptlist .chain_title .chain_name {
        float: left;
        padding: 2px 20px;
        font-weight: bold;
        font-size: 15px;
    }

    .container .rptlist .chain_title .report_icon {
        float: right;
        padding: 2px 15px 2px 40px;
        background: url(/Skins/images/icon_trend.png) #28D6AF no-repeat 12px center;
        background-size: 20px;
        color: #fff;
        font-weight: normal;
    }

/* pro_screen */
.pro_screen {
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 0;
    background-color: #ffffff;
}

    .pro_screen .locat {
        display: inline-block;
        width: 10%;
        height: 42px;
        background-image: url(/Skins/images/location.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        vertical-align: bottom;
    }

    .pro_screen input {
        border-radius: 21px;
        margin-left: 17px;
        height: 32px;
        background-color: #f2f2f2;
        border: none;
        outline: none;
        padding-left: 15px;
    }

    .pro_screen .createPro {
        display: inline-block;
        width: 10%;
        height: 32px;
        background-image: url(/Skins/images/icon_addnew.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66%;
        vertical-align: bottom;
    }

.screen_list {
    background-color: #ffffff;
    font-size: 0;
}

    .screen_list span {
        display: inline-block;
        width: 25%;
        font-size: 13px;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
        white-space: nowrap;
    }

        .screen_list span.enable {
            color: #E3233D;
            font-weight: bold;
        }

        .screen_list span i {
            display: inline-block;
            margin-left: 5px;
            width: 10px;
            height: 35px;
            background: url(/Skins/images/icon_down.png) no-repeat center 56% / 100%;
            vertical-align: bottom;
        }

.developList {
    background-color: #ffffff;
    padding: 5px 0;
    margin-bottom: 5px;
    overflow-x: scroll;
    white-space: nowrap;
}

    .developList span {
        display: inline-block;
        line-height: 25px;
        width: 18vw;
        font-size: 13px;
        margin-left: 3vw;
        text-align: center;
        border-radius: 15px;
        border: 1px solid #bbbbbb;
    }

        .developList span.active {
            border: 1px solid #E3233D;
            color: #E3233D;
        }

    .developList i.borderL1px {
        display: inline-block;
        height: 20px;
        width: 1px;
        background-color: #bbbbbb;
        vertical-align: bottom;
        margin-left: 2vw;
        margin-bottom: 3.5px;
    }

/*contentList*/
.contentList .potAbst {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
}

    .contentList .potAbst li {
        font-size: .13rem;
        color: #333;
        line-height: .36rem;
        text-indent: .1rem;
        border-bottom: 1px solid #dadada;
        cursor: pointer;
    }

        .contentList .potAbst li.active {
            color: #F53252;
        }

.contentList .stateItem span {
    margin-left: 5px;
}

.contentList .sortList li {
    padding: 5px 0 3px;
}

    .contentList .sortList li .sortBtn {
        float: right;
        margin-right: 10px;
        width: 70px;
        padding: 7px 0;
        height: auto;
        background-color: #f7f7f7;
        color: #333;
    }

        .contentList .sortList li .sortBtn.active {
            color: #F53252;
        }
/*projlst*/
.projlst {
}

    .projlst li {
        background-color: #fff;
        height: 110px;
        margin-bottom: 5px;
        position: relative;
    }

        .projlst li .item_img {
            width: 111px;
            height: 110px;
            float: left;
        }

        .projlst li .item_box {
            line-height: 24px;
            font-size: 15px;
            height: 111px;
            float: left;
            width: calc(100% - 70px);
            padding: 7px 5px 10px 15px;
        }

            .projlst li .item_box .projectbase {
                width: 100%;
                height: 65px;
            }

                .projlst li .item_box .projectbase .projectname {
                    width: 100%;
                    font-size: 16px;
                    font-weight: bold;
                    float: left;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .projlst li .item_box .projectbase .followAddress {
                    line-height: 20px;
                    width: 100%;
                    padding-top: 5px;
                    overflow: hidden;
                    font-size: 12px;
                    color: #777777;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .projlst li .item_box .projectbase .BeginDate {
                    margin-top: 7px;
                    font-size: 12px;
                }

                .projlst li .item_box .projectbase .followname {
                    line-height: 20px;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 12px;
                    color: #222;
                }

                .projlst li .item_box .projectbase .followstate {
                    font-size: 12px;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: #E3233D;
                    padding: 0 5px;
                    line-height: 20px;
                }

                .projlst li .item_box .projectbase .followWarn {
                    position: absolute;
                    right: 10px;
                    width: 60px;
                    font-size: 12px;
                    color: #fff;
                    text-align: center;
                    background: #E3233D;
                    padding: 0 5px;
                    line-height: 20px;
                    top: 50px;
                }

                    .projlst li .item_box .projectbase .followWarn span {
                        position: absolute;
                        right: 0;
                        width: 40px;
                        text-align: center;
                    }

                    .projlst li .item_box .projectbase .followWarn .warnText {
                        background-color: #f2f2f2;
                        color: #777777;
                    }

                    .projlst li .item_box .projectbase .followWarn .warnDays {
                        top: 20px;
                        color: #E3233D;
                    }

.shortOperate span, .takePic {
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 57px;
    height: 57px;
    color: #E3233D;
    font-size: 14px;
    text-align: center;
    border: 1px solid #E3233D;
    border-radius: 50%;
    background-color: rgba(255,255,255,.7);
}

.takePic {
    line-height: 57px;
}

.shortOperate .newPro {
    padding-top: 7px;
}

.shortOperate .clock {
    line-height: 57px;
    bottom: 20px;
}

.projlst li .item_box .lastFollow {
    clear: both;
    color: #777777;
    line-height: 20px;
    font-size: 13px;
}

.projlst li .item_box .contacts {
    clear: both;
    color: #777777;
    line-height: 20px;
    font-size: 13px;
}

    .projlst li .item_box .contacts img {
        height: 15px;
        float: left;
        margin-top: 3px;
    }

    .projlst li .item_box .contacts span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .projlst li .item_box .contacts .address {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 0 0 12px;
        width: 56%;
        line-height: 14px;
        display: inline-block;
    }

.projlst.projdetail .item_img {
    width: 100%;
    height: 200px;
}

.projlst.projdetail .detail_box {
    width: 95%;
    margin: -190px auto 45px;
    min-height: 100vh;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.projlst.projdetail .detail_item {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 25px;
    padding: 20px 0;
    font-size: 12px;
    color: #222222;
    line-height: 22px;
}

    .projlst.projdetail .detail_item .projectname {
        line-height: 26px;
        letter-spacing: 2px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
    }

    .projlst.projdetail .detail_item .changeDev {
        position: absolute;
        top: 25px;
        right: 0;
        padding: 3px 10px;
        color: #F53252;
        border: 1px solid #F53252;
        border-radius: 3px;
    }

    .projlst.projdetail .detail_item .detail_line .head {
    }

    .projlst.projdetail .detail_item .detail_line .content {
        margin-left: 15px;
    }

    .projlst.projdetail .detail_item .loction_img {
        background: url(/Skins/images/icon_location.png) no-repeat center;
        background-size: 30px;
        position: absolute;
        right: 10px;
        bottom: 36px;
        padding: 42px 10px 10px;
        height: 56px;
        cursor: pointer;
    }

    .projlst.projdetail .detail_item .detail_line .followstate {
        color: #F53252;
    }

    .projlst.projdetail .detail_item .project_title {
        color: #777777;
    }

.projlst li .detail {
    float: right;
    width: 60px;
    height: 111px;
    margin-top: -111px;
    margin-right: -4px;
}

    .projlst li .detail .start {
        font-size: 12px;
        height: 70%;
    }

    .projlst li .detail .stop {
        font-size: 12px;
        height: 30%;
        background: #222222;
    }

.projlst.projdetail .detail_item .projPro_box {
}

    .projlst.projdetail .detail_item .projPro_box table {
        width: 100%;
        text-align: center;
    }

        .projlst.projdetail .detail_item .projPro_box table td {
            width: 25%;
            white-space: nowrap;
        }

            .projlst.projdetail .detail_item .projPro_box table td > div {
                margin: 5px auto;
                border-radius: 50%;
                height: 35px;
                width: 35px;
                text-align: center;
            }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="1"] {
                    background: url(/Skins/images/icon_project_p1.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="2"] {
                    background: url(/Skins/images/icon_project_p2.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="3"] {
                    background: url(/Skins/images/icon_project_p3.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="4"] {
                    background: url(/Skins/images/icon_project_p4.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="5"] {
                    background: url(/Skins/images/icon_project_p5.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="6"] {
                    background: url(/Skins/images/icon_project_p6.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="7"] {
                    background: url(/Skins/images/icon_project_p7.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="8"] {
                    background: url(/Skins/images/icon_project_p8.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="9"] {
                    background: url(/Skins/images/icon_project_p9.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="10"] {
                    background: url(/Skins/images/icon_project_p10.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="11"] {
                    background: url(/Skins/images/icon_project_p11.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="12"] {
                    background: url(/Skins/images/icon_project_p12.png) no-repeat center /cover;
                }

                .projlst.projdetail .detail_item .projPro_box table td > div[propertytype="13"] {
                    background: url(/Skins/images/folder_picture.png) no-repeat center /cover;
                }

.projlst.projdetail .detail_item .projBtn_box {
    margin: 0 -4px;
}

    .projlst.projdetail .detail_item .projBtn_box table {
        width: 100%;
        text-align: center;
    }

        .projlst.projdetail .detail_item .projBtn_box table td {
            width: 25%;
            white-space: nowrap;
        }

            .projlst.projdetail .detail_item .projBtn_box table td > div {
                margin: 5px auto;
                background: #C1A17B;
                color: #fff;
                border-radius: 2px;
                width: 90%;
                text-align: center;
                line-height: 32px;
            }

.prject_follow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 2.5%;
    background-color: #171f28;
}

    .prject_follow .follow {
        width: 60%;
        text-align: center;
        background: #ffffff url(/Skins/images/icon_write.png) no-repeat 6% center / 28px;
        border-radius: 4px;
    }

    .prject_follow .phone {
        width: 37%;
        margin-left: 3%;
        text-indent: 15px;
        color: #ffffff;
        background: #F53252 url(/Skins/images/icon_phonered.png) no-repeat 10% center / 22px;
        border-radius: 4px;
    }

.projlst li .item_box .contacts span.detail {
    color: #459ae9;
    float: right;
    margin: 0;
    line-height: 20px;
}

.projlst li .btn_box {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

    .projlst li .btn_box .btn.start {
        padding: 0;
        width: 46px;
        font-size: 12px;
        height: 22px;
        border-radius: 3px;
    }

    .projlst li .btn_box .btn.stop {
        padding: 0;
        width: 46px;
        font-size: 12px;
        height: 22px;
        border-radius: 3px;
        background: #fff;
        color: #666;
        border: 1px solid #ababb2 !important;
        margin-left: 10px;
    }

.projlst li .item_box .followRemark {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.projlst li .project_title {
    border-left: 4px solid #28D6AF;
    padding-left: 16px;
    color: #459AE9;
    font-size: 14px;
    margin: 10px 10px 5px;
}

.projlst li .projPro_remark {
    margin: 5px 10px 10px;
    text-indent: 1em;
    color: #666;
}


/*investorlst*/
.investorlst {
}

    .investorlst li {
        background-color: #fff;
        min-height: 80px;
        margin-bottom: 5px;
        position: relative;
    }

        .investorlst li .item_img {
            width: 60px;
            height: 60px;
            float: left;
            margin: 10px;
            border-radius: 5px;
        }

        .investorlst li .item_box {
            line-height: 24px;
            font-size: 15px;
            height: 80px;
            float: left;
            width: calc(100% - 80px);
            padding: 10px 15px;
        }

            .investorlst li .item_box .projectbase {
                width: 100%;
                height: 44px;
            }

                .investorlst li .item_box .projectbase .projectname {
                    width: 100%;
                    font-size: 18px;
                    float: left;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .investorlst li .item_box .projectbase .followcity {
                    line-height: 18px;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 12px;
                    color: #222;
                }

                .investorlst li .item_box .projectbase .followname {
                    line-height: 20px;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 12px;
                    color: #222;
                }

                .investorlst li .item_box .projectbase .followstate {
                    font-size: 12px;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    right: 0;
                    background: #E3233D;
                    padding: 0 5px;
                    line-height: 20px;
                    top: 5px;
                }

            .investorlst li .item_box .contacts {
                clear: both;
                color: #777777;
                line-height: 20px;
                font-size: 13px;
            }

                .investorlst li .item_box .contacts img {
                    height: 15px;
                    float: left;
                    margin-top: 3px;
                }

                .investorlst li .item_box .contacts span:first-child {
                    display: inline-block;
                    text-align-last: justify;
                }

                .investorlst li .item_box .contacts .address {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    margin: 0 0 0 12px;
                    width: 56%;
                    line-height: 14px;
                    display: inline-block;
                }

            .investorlst li .item_box .icon_right {
                top: 32px;
            }

        .investorlst li .item_more {
            position: relative;
            color: #222222;
            margin: 0 10px;
            padding: 5px 0;
            clear: both;
            border-top: 1px solid #E7E7E7;
            line-height: 26px;
        }

            .investorlst li .item_more .item_moretitle {
            }

            .investorlst li .item_more .item_chainname {
            }

            .investorlst li .item_more .item_moretitle .item_chainname a {
                padding: 2px 4px;
                font-size: 90%;
                color: white;
                background-color: #60B0F0;
                border-radius: 4px;
            }

            .investorlst li .item_more .item_tips {
                position: absolute;
                right: 10px;
                bottom: 22px;
                padding: 2px 10px;
                border-radius: 5px;
                text-align: center;
                transform: rotate(-35deg);
                color: white;
                background: rgba(255, 0, 0, 0.42);
                min-width: 80px;
            }

.pro_screen .createSeanch {
    display: inline-block;
    width: 13%;
    height: 32px;
    background-image: url(/Skins/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66%;
    vertical-align: bottom;
}

.upload_image {
    border-top: 1px solid #e7e7e7;
}

    .upload_image .uselocal {
        width: 60%;
        text-align: center;
        background: #459ae9 url(/Skins/images/icon_upload.png) no-repeat 13% center / 28px;
        border-radius: 4px;
    }

    .upload_image .btn_upload {
        text-align: center;
        background: #459ae9 url(/Skins/images/icon_upload.png) no-repeat 32% center / 28px;
        border-radius: 4px;
    }

    .upload_image .checkphoto {
        width: 37%;
        margin-left: 1%;
        text-indent: 15px;
        color: #ffffff;
        background: #F53252 url(/Skins/images/icon_check2.png) no-repeat 10% center / 22px;
        border-radius: 4px;
    }


/*=========================新版样式==============================*/
/*header style*/
.header {
    height: 1rem;
    background-color: #55a1f0;
    color: #fff;
    position: relative;
    display: flex;
}

    .header .title {
        flex: 1;
        font-size: 0.32rem;
        padding: 0 1rem;
        align-self: center;
        text-align: center;
    }

    .header .back {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        width: 0.8rem;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.25rem;
    }

    .header .title span {
        width: 16.66%;
        padding-bottom: 3px;
        padding-top: 0;
        display: inline-block;
    }

        .header .title span.active {
            border-bottom: 3px solid #fff;
            color: #fff;
        }
/*登录页*/
.login_main {
    background: url("/Skins/images/login.png") no-repeat center top/cover;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login_main .welcome {
        font-size: 1rem;
        color: #fff;
        text-align: center;
        margin-bottom: 1rem;
    }

    .login_main .content {
        width: 70%;
        margin: 0 auto;
    }

    .login_main .group {
        text-align: center;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        align-items: center
    }

        .login_main .group input {
            flex: 1;
            border: none;
            padding: 0 0.2rem;
            color: #fff;
            height: 1rem;
            width: 100%;
            background-color: transparent;
        }

        .login_main .group .pic {
            display: flex;
            width: 0.5rem;
            height: 0.6rem;
            align-items: center
        }

        .login_main .group img {
            width: 100%;
        }

    .login_main .btn_box {
        text-align: center;
        padding-top: 0.5rem;
    }

    .login_main .login {
        display: inline-block;
        color: #fff;
        width: 100%;
        /*background: linear-gradient(to bottom right, #27d8d0 0%, #3de3b5 100%);*/
        background: #00c071;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.32rem;
        border-radius: 100px;
    }

        .login_main .login:active {
            box-shadow: 0 0 10px #27d8d0;
            color: #fff;
        }

    .login_main .sign-up {
        text-align: right;
        margin-top: 0.2rem;
    }

        .login_main .sign-up a {
            text-decoration: underline;
            color: #2ab3a9;
            letter-spacing: 1px;
        }

            .login_main .sign-up a:active {
                color: #ffffff;
            }
/*班级列表*/
/*.class_list {
    height: 100%;
    overflow: auto;
}*/
.class_list ul > li {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.class_list li h2 {
    padding: 0.2rem;
    font-size: 0.32rem;
}

.class_list li ol {
    background-color: #f5f5f5;
    display: none;
}

.class_list li li {
    display: block;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    border-top: 1px solid #e0e0e0;
}


.class_function {
    height: calc(100% - 0.8rem);
    display: flex;
    flex-direction: column;
}

    .class_function .welcome {
        padding: 0.1rem 0.2rem;
        background-color: #f9f9f9;
        color: #666;
        word-break: break-all;
    }

    .class_function .link_box {
        flex: 1;
        display: flex;
        border-top: 1px solid #e0e0e0;
        background: #fff;
    }

    .class_function .link {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }

        .class_function .link > div {
            width: calc(100% / 3);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            border-bottom: 1px solid #efefef;
            border-right: 1px solid #efefef;
            margin-bottom: -1px;
        }

            .class_function .link > div h2 {
                font-size: 0.3rem;
            }

            .class_function .link > div:active {
                background-color: #f5f5f5;
            }

            .class_function .link > div:nth-of-type(3n) {
                border-right: 0;
            }

            .class_function .link > div img {
                width: 1.5rem;
                height: 1.5rem;
                margin-bottom: 0.2rem;
            }

.college_name {
    height: 0.8rem;
    background-color: #55a1f0;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
}


/*同学名单*/
.search_box {
    padding: 0.2rem;
    background-color: #F5F5F5;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 0;
}

    .search_box > div {
        height: 0.7rem;
        border-radius: 100px;
        background-color: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        .search_box > div .serch_img {
            margin-left: 0.1rem;
            width: 0.45rem;
        }

        .search_box > div input {
            flex: 1;
            height: 100%;
            border: none;
            padding: 0 0.1rem;
        }

.student_list {
    /*height: calc(100% - 2.1rem);*/
    background-color: #fff;
}

    .student_list li {
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        padding: 0.2rem;
        align-items: center;
    }

        .student_list li figure {
            width: 1.2rem;
            height: 1.2rem;
            flex-shrink: 0;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            overflow: hidden;
        }

        .student_list li div {
            flex: 1;
            padding: 0 0.2rem;
            color: #999;
        }

        .student_list li h2 {
            font-size: 0.3rem;
            color: #333;
        }

        .student_list li .arrow {
            width: 0.3rem;
        }

    .student_list.gd li figure {
        background-color: transparent;
        width: 1.2rem;
        height: 1.2rem;
    }

    .student_list.gd li h2 {
        margin-bottom: 0;
        padding: 0 0.2rem;
        flex: 1;
    }
/*同学详情*/
.student_detail .fore1 {
    padding: 0.2rem;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

    .student_detail .fore1 figure {
        width: 1.2rem;
        height: 1.2rem;
        overflow: hidden;
        background-color: #f5f5f5;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.2rem;
        border-radius: 50%;
    }

    .student_detail .fore1 h2 {
        font-size: 0.35rem;
        color: #333;
    }

.student_detail .fore2 li {
    height: 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    font-size: 0.3rem;
    padding: 0 0.3rem;
    align-items: center;
}

    .student_detail .fore2 li p {
        flex: 1;
    }

    .student_detail .fore2 li span {
        color: #333;
        width: 1.6rem;
    }

    .student_detail .fore2 li .call_phone {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.3rem;
        border-left: 1px solid #e0e0e0;
        margin-right: -0.3rem;
    }

        .student_detail .fore2 li .call_phone:active {
            background-color: #f5f5f5;
        }

/*教学日程*/
.switch_time_scrol {
    position: fixed;
    height: 0.8rem;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
}

    .switch_time_scrol ul {
        position: absolute;
        left: 0;
        font-size: 0;
        white-space: nowrap;
        min-width: 100%;
    }

    .switch_time_scrol li {
        display: inline-block;
        font-size: 0.28rem;
        line-height: 0.8rem;
        width: 20%;
        text-align: center;
    }

    .switch_time_scrol.two_li li {
        width: 50%;
    }

    .switch_time_scrol li.active {
        color: #4f9cfb;
        position: relative;
        font-weight: bold;
    }

.schedule_cont_list li {
    padding: 0.3rem;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

    .schedule_cont_list li .left {
        padding-right: 0.2rem;
    }

    .schedule_cont_list li .right {
        flex: 1;
    }

    .schedule_cont_list li .time > div {
        text-align: right;
        color: #4f9cfb;
    }

    .schedule_cont_list li:nth-child(even) {
        background-color: #f5f5f5;
    }

    .schedule_cont_list li h2 {
        font-size: 0.3rem;
        color: #333;
    }

    .schedule_cont_list li span {
        display: block;
        color: #999;
    }
/*技术咨询*/
.technology_consult {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 1rem 0;
    line-height: 0.5rem;
    font-size: 0.32rem;
}

    .technology_consult img {
        width: 2rem;
    }

    .technology_consult div {
        margin-top: 0.4rem;
    }

    .technology_consult .mail {
        color: #4f9cfb;
        text-decoration: underline;
    }

    .technology_consult span a {
        color: #4f9cfb;
    }

    .technology_consult footer {
        position: absolute;
        left: 0;
        bottom: 0.1rem;
        width: 100%;
        color: #999;
        font-size: 0.26rem;
        font-family: Tahoma
    }
/*分组研讨*/
.workshop {
    background-color: #fff;
}

    .workshop li {
        border-top: 1px solid #e0e0e0;
        padding: 10px;
        color: #999;
    }

        .workshop li:first-child {
            border-top: 0;
        }

        .workshop li h2 {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            color: #4f9cfb;
        }

        .workshop li div {
            margin-top: 5px;
            display: flex;
        }

            .workshop li div b {
                color: #333;
                flex-shrink: 0;
                width: 65px;
            }

/*班级通知*/
.class_notice li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2rem;
    color: #333;
    position: relative;
    background-color: #fff;
}

    .class_notice li h2 {
        font-size: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: bold;
    }

    .class_notice li span {
        display: block;
        text-align: right;
        color: #999;
        margin-top: 0.1rem;
    }

    .class_notice li.already_read h2 {
        font-weight: normal;
        color: #666;
    }

.class_notice_detail {
    padding: 0.3rem;
}

    .class_notice_detail h2 {
        font-size: 0.4rem;
        font-weight: bold;
        color: #333;
        text-align: center;
    }

    .class_notice_detail p {
        margin-top: 0.2rem;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

/*教学资料*/
/*.material_list {
    height: calc(100% - 40px);
    overflow: auto;
}*/

.material_list li {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

    .material_list li:nth-child(even) {
        background-color: #f5f5f5;
    }

    .material_list li h2 {
        /*font-size: 0.3rem;*/
        color: #333;
        flex: 1;
        word-break: break-all;
        padding: 0.2rem;
    }

    .material_list li .download {
        padding: 0 0.2rem;
        width: 1rem;
        border-left: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
    }

/*教学评估*/
.assessment_name {
    background-color: #f5f5f5;
    padding: 0.2rem 0.3rem;
    font-weight: bold;
    color: #4f9cfb;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 9999;
    font-size: 0.32rem;
}

.assessment_list > ul > li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2rem 0.3rem;
    font-size: 0.3rem;
    color: #999;
    background-color: #fff;
}

    .assessment_list > ul > li h2 {
        font-size: 0.3rem;
        color: #333;
        display: flex;
    }

    .assessment_list > ul > li h3 {
        flex-shrink: 0;
    }

    .assessment_list > ul > li var {
        color: #4f9cfb;
        font-weight: bold;
        flex-shrink: 0;
    }

    .assessment_list > ul > li .score {
        display: flex;
        justify-content: space-between;
        margin: 0.1rem 0;
    }

    .assessment_list > ul > li .opinion {
        display: flex;
    }

        .assessment_list > ul > li .opinion + .opinion {
            margin-top: 0.1rem
        }

        .assessment_list > ul > li .opinion ol {
            list-style-type: decimal;
            padding-left: 0.35rem;
        }

    .assessment_list > ul > li:nth-child(even) {
        background-color: #f5f5f5;
    }

    .assessment_list > ul > li .opinion a {
        color: #4f9cfb;
        text-decoration: underline;
    }
/*培训班次评估*/
.assessment_table table,
.assessment_table table td,
.assessment_table table th {
    border: 1px solid #e0e0e0;
    line-height: 0.5rem;
    background-color: #fff;
}

    .assessment_table table td,
    .assessment_table table th {
        padding: 0.2rem 0.1rem;
    }

    .assessment_table table th {
        background-color: #f5f5f5;
        text-align: left;
    }

    .assessment_table table var {
        color: #4f9cfb;
        font-weight: bold;
        flex-shrink: 0;
        margin-left: 0.1rem;
    }

.seeBtnBox {
    display: flex;
    justify-content: space-between;
}

.seeOpinion, .seeRecommend {
    background-color: #00bc71;
    border-radius: 0.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    text-align: center;
    width: 48%;
}

.Recommend_List, .Proposal_List {
    background-color: #fff;
}

    .Recommend_List li, .Proposal_List li {
        display: flex;
        padding: 0.2rem;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fff;
    }

        .Recommend_List li:nth-of-type(even), .Proposal_List li:nth-of-type(even) {
            background-color: #f5f5f5;
        }
/*学员签到情况*/
.student_detail table td,
.student_detail table th {
    padding: 0.2rem;
    border-bottom: 1px solid #e0e0e0;
}

.student_detail .fore3 table th {
    background-color: #f9f9f9;
    border-left: 1px solid #e0e0e0;
}

    .student_detail .fore3 table th.green {
        color: green;
    }

    .student_detail .fore3 table th.red {
        color: red;
    }

/*未评价学员名单*/
.no_comment_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
}

    .no_comment_list .item {
        width: 30%;
        line-height: 0.6rem;
        text-align: center;
        border: 1px solid #eee;
        margin: 0.1rem 0;
    }

        .no_comment_list .item:nth-of-type(3n-1) {
            margin: 0.1rem 5%;
        }
