html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote {
    margin: 0;
    padding: 0
}

* {
    touch-action: pan-y;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    color: #000;
    font: 12px 'SimHei',Arial,'宋体';
    line-height: 6.6vw;
}

img, fieldset {
    border: 0;
    vertical-align: middle
}

input {
    padding: 0;
    margin: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

    a:hover {
        text-decoration: none;
    }

ul, li, ol {
    list-style: none
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}

.l {
    float: left;
}

.c {
    text-align: center;
    display: block;
    float: inherit
}

.r {
    float: right;
}
/*reset样式重置*/
.btn3 {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    border-top: 1px solid #e0e1e1;
    background: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menu {
    position: relative;
    float: left;
    width: 33.333%;
    height: 13.2vw;
    line-height: 13.2vw;
    margin: 1vw 0;
    background: #fff;
    border-right: 1px solid #fdd2d3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .menu:last-child {
        border-right: none;
    }

.new-sub {
    position: absolute;
    bottom: 17vw;
    z-index: 10;
    width: 100%;
    padding: 0px 10px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: none;
}

    .new-sub li {
        width: 100%;
        background: #fff;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-top: 1px solid #f2f2f2;
    }

        .new-sub li a {
            display: block;
            height: 50px;
            line-height: 50px;
            text-align: left;
            background: #fff;
            color: #333;
            border: none;
            text-align: center;
            font-size: 15px;
        }

.sanjiao {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    opacity: .5;
}

.bt-name {
    font-size: 15px;
    color: #000;
    line-height: 6.6vw;
}

    .bt-name a {
        display: inline-block;
        font-size: 15px;
        color: #000;
    }

    .bt-name img {
        vertical-align: text-bottom; /*margin-right: 3px;*/
        width: 20px;
    }

        .bt-name img.adds {
            width: 13.2vw;
            margin: 0;
            display: inline-block;
        }

.new-sub .tiggle {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -9px;
    border-top: 10px solid #EEEEEE;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 10;
}

.new-sub .innertiggle {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
    border-top: 9px solid white;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 11;
}

.close {
    position: fixed;
    right: 10px;
    top: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}

.logo {
    position: absolute;
    left: 3vw;
    top: 1vw;
}

.imgBox {
    width: 95%;
    float: left;
    margin: 10px
}

    .imgBox .addImgBtn span {
        display: inline-block;
        width: 100px;
        height: 34px;
        border: 1px solid #d1d1d1;
        text-align: center;
        line-height: 34px;
        color: #5e5e5e;
    }

        .imgBox .addImgBtn span i {
            font-style: normal;
            color: #89ae4e;
            font-weight: bold;
            font-size: 14px;
            padding-right: 4px;
        }

    .imgBox .addImgBtn b {
        font-weight: normal;
        color: #5f5f5f;
        padding-left: 20px;
    }

.image-report-title {
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.image-report-content {
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

    .image-report-content .view-btn > span {
        padding: 5px 20px;
        background: #48a0da;
        color: #fff;
        cursor: pointer;
    }

.ir-th {
    text-align: left;
    color: #5f5f5f;
    margin-bottom: 0 !important;
    margin-left: 5px
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.filtersearch .filters .inside .right .mui-card1,
.filtersearch .filters .inside .right .mui-card2,
.filtersearch .filters .inside .right .mui-card3,
.filtersearch .filters .inside .right .mui-card4,
.filtersearch .filters .inside .right .mui-card5,
.filtersearch .filters .inside .right .mui-card6 {
    height: 200px;
    overflow: scroll;
}

.filtersearch .filters .inside .right .mui-card2,
.filtersearch .filters .inside .right .mui-card3,
.filtersearch .filters .inside .right .mui-card4,
.filtersearch .filters .inside .right .mui-card5,
.filtersearch .filters .inside .right .mui-card6 {
    display: none;
}
/* 首页 */
/*.home{padding-bottom: 60px;background: #e9eaea;}*/
#tipLead:before, #tipReport:before {
    content: attr(data-num);
    color: white;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 60%;
    background-color: red;
    position: absolute;
    top: 8px;
    right: 13px;
    z-index: 1000
}

.title {
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: darkslategrey;
    display: inline-block;
    height: 25px;
    font: 13px "微软雅黑";
    line-height: 25px;
}

.home {
    padding-bottom: 60px;
}

    .home .mui-table-view.mui-grid-view {
        padding-right: 0;
    }

    .home .mui-content > .mui-table-view:first-child {
        margin-top: 0;
    }

    .home .mui-table-view:before {
        background: none;
    }

    .home .mui-table-view:after {
        background: none;
    }

    .home .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
        margin-top: 0;
    }

    .home .mui-table-view-cell > a > .mui-badge {
        top: 40%;
    }
    /*公告栏滚动CSS*/
    .home #callboard {
        margin: 10px 10px;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        font-size: 12px;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 0 23px #d8d0d0;
    }

        .home #callboard ul {
            padding: 0;
        }

        .home #callboard li {
            margin: 0 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .home .mui-content {
        background: none;
    }

    .home .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
        color: ##151414;
        padding: 48px 0 30px;
        border: 0;
        background: #fff;
        border-radius: 4px;
        border: 0;
    }

        .home .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item .mui-table-view-cell {
            font-size: 12px;
        }

        .home .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item span {
            font-size: 30px;
            color: #f64a4d;
            vertical-align: super;
        }

    .home .mui-content.first {
        margin: -150px 10px 10px;
        border-radius: 4px;
        border: 0;
        overflow: hidden;
        box-shadow: 0 0 23px #d8d0d0;
        z-index: 1;
        position: relative;
    }

    .home .mui-content .mui-slider-group {
        z-index: -1;
        position: relative;
    }

    .home .mui-content.last {
        margin: 0 10px 10px;
    }

    .home .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object {
        width: 13.2vw;
        margin-bottom: 5px;
    }

    .home .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
        font-size: 12px;
    }

    .home .lb {
        width: 20px;
        vertical-align: text-bottom;
    }

    .home #sliderSegmentedControl {
        background: #fff;
        color: #333;
        border-bottom: 1px solid #EAEAEA;
    }

        .home #sliderSegmentedControl .mui-control-item span {
            line-height: 38px;
            display: inline-block;
        }

        .home #sliderSegmentedControl .mui-active span {
            color: #ce1820;
            line-height: 37px;
            border-bottom: 1px solid #ce1820;
        }

/** 提报列表 */
.clue {
    padding: 0 0 50px;
    background: #f7f7f7;
    min-height: 100vh;
}

    .clue .nolead {
        padding-top: 40%;
    }

        .clue .nolead .mui-pull-bottom-pocket {
            display: none !important;
        }

        .clue .nolead img {
            width: 220px;
            margin: 0 auto;
            display: block;
        }
    /*.clue .main{margin: 5px;}*/
    .clue .mui-content > .mui-table-view:first-child {
        margin-top: 0;
    }

    .clue .mui-grid-view.mui-grid-9 .mui-table-view-cell {
        padding: 5px 15px;
    }

    .clue .mui-content > .mui-card:first-child {
        margin: 0 0 15px;
    }

    .clue .mui-navigate-right:after, .mui-push-right:after {
        right: 50%;
        margin-right: -7px;
    }

    .clue .mui-table-view-cell.mui-collapse .mui-collapse-content {
        margin: 0 -15px;
    }

    .clue .mui-table-view-cell.mui-active {
        background: #fff;
        padding: 0 15px 11px;
    }

    .clue .mui-active .mui-navigate-right {
        margin: 11px -15px 0px;
    }
    /*.clue .mui-content {margin-top: -10px;}*/
    .clue #pullrefresh {
        background: #f7f7f7;
        margin-top: 17px
    }

    .clue .mui-collapse-content h1 {
        font-size: 16px;
        font-weight: normal;
        color: #818E94;
        line-height: 32px;
    }

    .clue .mui-collapse-content p {
        color: #818E94;
    }

        .clue .mui-collapse-content p span {
            box-sizing: border-box;
            display: inline-block;
            width: 70px;
            margin-bottom: 10px;
            line-height: 24px;
            height: 26px;
            text-align: center;
        }

            .clue .mui-collapse-content p span.active {
                border: 1px solid #2EAAEC;
                color: #2EAAEC;
                border-radius: 4px;
            }

    .clue .mui-search {
        margin: 5px;
    }

        .clue .mui-search input[type=search] {
            margin-bottom: 0;
        }

    .clue .main .list {
        background: #fff;
        margin-bottom: 10px;
    }

        .clue .main .list h1 span, .clue .main .list .mui-col-xs-3 p {
            white-space: nowrap;
            overflow: hidden;
        }

        .clue .main .list .mui-col-xs-3 .tel {
            width: 13.2vw;
        }

        .clue .main .list .mui-col-xs-4 p, .clue .main .list .mui-col-xs-8 p {
            line-height: 6.6vw;
            font-size: 12px;
            margin-right: 2px;
        }

        .clue .main .list .l {
            width: 15px;
            margin-left: 10px;
            padding-top: 9px;
        }

        .clue .main .list .center {
            margin: 0 15px;
            padding: 5px 0 10px;
        }

            .clue .main .list .center h1 {
                font-size: 16px;
                line-height: 32px;
                font-weight: normal;
                border-bottom: 1px solid #CFD4DA;
                margin-bottom: 5px;
            }

            .clue .main .list .center span {
                font-size: 15px;
            }
            /*.clue .main .list .center .zm{width: 60px;height: 60px;line-height: 60px;margin: 20px auto 0;text-align:center;background: url(../img/50.png) no-repeat;background-size: 100% 100%;color: #fff;font-size: 20px;}*/
            .clue .main .list .center .zm {
                width: 12px;
                padding: 5px;
                height: calc(38px + 26.4vw);
                line-height: 24px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                background: #ef4145; /*border-radius: 4px;*/
                color: #fff;
                font-size: 12px;
                font-family: Arial;
                table-layout: fixed;
                word-break: break-word;
            }

            .clue .main .list .center p {
                color: #606060;
                font-size: 12px;
            }

                .clue .main .list .center p span {
                    font-size: 14px;
                }

                .clue .main .list .center p span {
                    color: #606060;
                }

            .clue .main .list .center .red {
                color: #E51C23;
            }

            .clue .main .list .center p > img, .clue .main .list .center h1 img, .clue .main .list .center p a > img {
                width: 16px;
                height: 16px;
                vertical-align: sub;
                margin: 0 5px 0 0;
            }

                .clue .main .list .center p > img:first-child, .clue .main .list .center p a:first-child > img {
                    margin-left: 0;
                }

            .clue .main .list .center p span img {
                width: 16px;
                height: 16px;
                vertical-align: sub;
                margin: 0 5px 0 10px;
            }

            .clue .main .list .center hr {
                border-top: 1px solid #6f88a8;
            }

            .clue .main .list .center p.last span {
                margin-right: 5px;
            }

    .clue .mui-scroll-wrapper {
        top: 54px;
        bottom: 16vw;
    }

    .clue .content2 {
        position: relative;
        z-index: 999;
    }
/*.clue .mui-pull-bottom-pocket{display: none!important;}*/

/** 新增提报 */
.clue_add {
    background: #fff;
    padding: 0 0 50px;
}

    .clue_add .mui-input-row label {
        line-height: 40px;
    }

    .clue_add input, .clue_add select, .clue_add textarea {
        font-size: 12px;
    }

    .clue_add label span {
        color: #e51c23;
    }

    .clue_add .mui-input-row {
        height: inherit;
    }
        /*.clue_add .mui-input-row label{line-height: 18px;margin-bottom: 0;}*/
        .clue_add .mui-input-row label ~ textarea {
            height: 100px;
        }

    .clue_add .mui-input-group:after {
        background: none;
    }

.help-block {
    color: #a94442;
    padding: 0 15px 5px 35%;
}

.tipBox {
    position: fixed;
    left: 0;
    top: -40px;
    background: orange;
    color: #fff;
    line-height: 40px;
    height: 40px;
    opacity: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    transition: top 0.3s,opacity 0.3s;
    -webkit-transition: top 0.3s,opacity 0.3s;
}

    .tipBox p {
        color: #fff;
        font-size: 18px;
    }

    .tipBox.load {
        top: 0;
        opacity: 1;
        transition: top 0.3s,opacity 0.3s;
        -webkit-transition: top 0.3s,opacity 0.3s;
    }

#add_lead .mui-input-row select, #add_lead .mui-input-row input, #add_lead .mui-input-row textarea {
    line-height: 40px;
    color: #8f8f94;
}

/** 新增有望 */
.niche_add {
    background: #fff;
    padding: 0 0 50px;
}

    .niche_add .mui-input-row label {
        line-height: 40px;
    }

    .niche_add input, .niche_add select, .niche_add textarea {
        font-size: 12px;
    }

    .niche_add label span {
        color: #e51c23;
    }

    .niche_add .mui-content {
        background: none;
    }

    .niche_add .mui-input-row label ~ textarea {
        height: 100px;
        padding-top: 10px;
    }

    .niche_add .mui-slider-group {
        overflow: hidden;
    }

    .niche_add .mui-input-group:after {
        background: none;
    }

    .niche_add .cen {
        float: left;
        width: 45%;
        padding-left: 0;
    }

    .niche_add .add_user {
        height: 35px;
        line-height: 35px; /*padding:10px;*/
    }

    .niche_add .mui-input-row span.dw {
        line-height: 1.1;
        float: left;
        width: 5%;
        padding: 11px 15px;
    }

    .niche_add .mui-control-content {
        font-size: 14px;
        position: relative;
        width: 100%;
        display: inline-block;
        height: 100%;
        vertical-align: top;
        white-space: normal;
    }

        .niche_add .mui-control-content.mui-active {
            display: inline-block;
        }

    .niche_add p.more {
        text-align: center;
        background: #fff;
        margin: 30px 0;
        padding: 5px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .niche_add p.can {
        text-align: center;
        background: #fff;
        margin: 0 0 30px;
        padding: 5px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .niche_add .hide {
        display: none;
    }

    .niche_add .mui-input-row.last {
        background: #F7F4F4;
    }

    .niche_add .mui-input-row.cantact {
        height: auto;
    }

    .niche_add .mui-table-view2 {
        background: #fff;
    }

    .niche_add #done {
        position: absolute;
        right: 10px;
        bottom: -40px;
    }

    .niche_add #list3, .niche_add .mui-slider {
        overflow: inherit;
    }

    .niche_add .mui-media .mui-icon {
        color: red;
    }

.niche_edit .mui-input-row p {
    float: right;
    width: 65%;
    margin-bottom: 0;
    padding: 10px 0;
    border: 0;
    font-size: 16px;
}

/** 提报跟进 */
.follow {
    background: #fff;
    padding: 0 0 50px;
}

    .follow label span {
        color: #e51c23;
    }

    .follow .mui-input-row {
        height: auto;
    }

        .follow .mui-input-row.task .task-left {
            width: 70px;
            float: left;
        }

        .follow .mui-input-row.task .task-right {
            width: 30px;
            float: left;
        }

        .follow .mui-input-row label ~ textarea {
            height: 100px;
            padding-top: 10px;
        }

    .follow .mui-input-group:after {
        background: none;
    }

    .follow .mui-input-group:before {
        background: none;
    }

    .follow textarea {
        height: 100px;
    }

    .follow textarea, .follow select, .follow input {
        font-size: 12px;
    }
    /*.follow .mui-input-row:nth-child(5):after{background: none;}*/
    .follow .mui-content-padded:first-child {
        border-bottom: 5px solid #F7F4F4;
        margin-bottom: 0;
    }

    .follow .adds {
        border-top: 5px solid #F7F4F4;
        border-bottom: 5px solid #F7F4F4;
        margin-bottom: 10px;
        padding: 10px;
    }

    .follow .mui-input-group .mui-input-row span {
        display: block;
        position: absolute;
        left: 35%;
        width: 65%;
        font-size: 17px;
        line-height: 40px;
    }

    .follow .mui-input-group .mui-input-row #date {
        position: relative;
        z-index: 1;
        background: #fff;
        height: 39px;
    }

        .follow .mui-input-group .mui-input-row #date.hide {
            opacity: 0;
        }

    .follow .mui-icon-clear {
        display: none !important;
    }

    .follow .mui-input-row p {
        float: right;
        width: 65%;
        margin-bottom: 0;
        padding: 10px;
        border: 0;
        color: #000;
    }

/** 有望跟进 */
.niche_follow {
    background: #fff;
}

    .niche_follow label span {
        color: #e51c23;
    }

    .niche_follow .mui-input-row label ~ textarea {
        height: 100px;
        padding-top: 10px;
    }

    .niche_follow .mui-input-group:after {
        background: none;
    }

    .niche_follow .mui-input-group:before {
        background: none;
    }

    .niche_follow textarea {
        height: 100px;
    }

    .niche_follow .mui-input-row:nth-child(5):after {
        background: none;
    }

    .niche_follow .mui-content-padded:first-child {
        border-bottom: 5px solid #F7F4F4;
        margin-bottom: 0;
    }

    .niche_follow .adds {
        border-top: 5px solid #F7F4F4;
        border-bottom: 5px solid #F7F4F4;
        margin-bottom: 10px;
        padding: 10px;
    }

    .niche_follow .mui-input-row {
        height: inherit;
    }

    .niche_follow .mui-checkbox {
        float: left;
        clear: inherit;
    }

        .niche_follow .mui-checkbox:after {
            background: none;
        }

        .niche_follow .mui-checkbox [type=checkbox] {
            position: inherit;
            left: 10px;
        }

        .niche_follow .mui-checkbox label {
            width: inherit;
            padding: 12px 0 12px 22px;
        }

/** 字母排序 */
body.list {
    height: 100%;
    overflow: hidden;
}

/** 提报详情 */
.detail {
    background: #fff;
}

    .detail .mui-content {
        background: #fff;
    }

    .detail .mui-slider-indicator .mui-icon {
        line-height: 20px;
        width: 20px;
        height: 20px;
        margin: 3px;
        border: 0;
    }

    .detail label span {
        color: #e51c23;
    }

    .detail .mui-input-row {
        height: auto;
    }

        .detail .mui-input-row p {
            float: right;
            width: 65%;
            margin-bottom: 0;
            line-height: 20px;
            margin-top: 10px;
            border: 0;
            font-size: 12px;
        }

    .detail.closelead .mui-input-row textarea {
        line-height: 40px;
        font-size: 12px;
    }

    .detail.closelead .mui-input-row select {
        line-height: 40px;
        font-size: 12px;
    }

.mui-btn-block {
    padding: 5px 0;
}

.detail .mui-input-row .mui-icon {
    line-height: 20px;
    float: right;
    width: 20px;
    height: 20px;
    margin: 10px;
    border: 0;
}

.detail .mui-input-group:after {
    background: none;
}

.detail .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
    border-bottom: 0;
}

.detail .after:after {
    background: none;
}

.detail .mui-slider-item {
    overflow: auto;
}

.detail .list p {
    line-height: 30px;
}

    .detail .list p a {
        margin-left: 5px;
    }

        .detail .list p a:first-child {
            margin-left: 30px;
        }

.detail #scroll3 img {
    width: 20px;
    margin-right: 5px;
    vertical-align: sub;
}

    .detail #scroll3 img.last {
        margin-left: 15px;
    }

.detail #slider {
    position: relative;
}

    .detail #slider .mui-icon-plus {
        position: absolute;
        right: 5px;
        top: 8px;
    }

.detail #LeadDetail .header {
    position: relative;
    border-bottom: 10px solid #EFEFEF;
    margin: 0;
    padding: 30px 10px;
}

    .detail #LeadDetail .header .name {
        font-size: 18px;
        color: #000;
    }

    .detail #LeadDetail .header p {
        font-size: 12px;
        line-height: 6.6vw;
        color: #000;
    }

.detail #LeadDetail #item1mobile {
    height: calc(100vh - 103px - 29.2vw);
    font-size: 12px;
}

.detail.closelead #LeadDetail #item1mobile {
    height: calc(100vh - 16vw);
    font-size: 12px;
}

.detail #LeadDetail #item1mobile .mui-input-group:before {
    background: none;
}

.detail .header {
    position: relative;
    border-bottom: 10px solid #EFEFEF;
    margin: 0;
    padding: 30px 10px;
}

.detail #LeadDetail #item2mobile {
    height: calc(100vh - 103px - 29.2vw);
    font-size: 12px;
}

    .detail #LeadDetail #item2mobile .list {
        padding: 0 15px;
        font-size: 12px;
    }

        .detail #LeadDetail #item2mobile .list .left {
            padding-top: 10px;
            width: 40px;
            float: left;
        }

            .detail #LeadDetail #item2mobile .list .left p {
                text-align: right;
                line-height: 16px;
                font-size: 12px;
            }

                .detail #LeadDetail #item2mobile .list .left p:last-child {
                    font-size: 10px;
                }

        .detail #LeadDetail #item2mobile .list .main {
            padding: 10px 0 10px 13px;
            margin-left: 53px;
            position: relative;
            border-left: 1px solid #EEEEEE;
            min-height: 50px;
        }

            .detail #LeadDetail #item2mobile .list .main p {
                line-height: 20px;
                font-size: 12px;
            }

                .detail #LeadDetail #item2mobile .list .main p.circle {
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    border-radius: 100%;
                    left: -9px;
                    top: 10px;
                    background: #fff;
                    border: 1px solid #d9d9d9;
                    line-height: 16px;
                    text-align: center;
                    font-size: 10px;
                }

        .detail #LeadDetail #item2mobile .list:first-child .main p.circle {
            background: #ef4145;
            border: 1px solid #ef4145;
            color: #fff;
        }

.detail #LeadDetail #item3mobile {
    height: calc(100vh - 103px - 29.2vw);
    font-size: 12、、px;
}

    .detail #LeadDetail #item3mobile .mui-table-view-cell {
        padding: 11px 15px;
        font-size: 12px;
    }

        .detail #LeadDetail #item3mobile .mui-table-view-cell p {
            margin-right: 5px;
            overflow: hidden;
        }

        .detail #LeadDetail #item3mobile .mui-table-view-cell > a:not(.mui-btn) {
            margin: 0;
            padding: 0;
        }

        .detail #LeadDetail #item3mobile .mui-table-view-cell .mui-col-xs-4 p {
            white-space: nowrap;
            font-size: 12px;
            overflow: hidden;
            color: #000;
        }

        .detail #LeadDetail #item3mobile .mui-table-view-cell .mui-col-xs-8 p {
            white-space: normal;
            font-size: 12px; /*height: 90px;*/
        }

    .detail #LeadDetail #item3mobile .mui-scroll-wrapper {
        margin-top: 50px;
    }

.detail #LeadDetail .mui-scroll-wrapper {
    overflow: scroll;
}

    .detail #LeadDetail .mui-scroll-wrapper .list:after {
        background: none;
    }

.detail #LeadDetail #item3mobile #add_act {
    position: absolute;
    top: 10px;
    left: 2.5vw;
    line-height: 1.42;
    z-index: 50;
    background-color: white;
}

.detail .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #f64a4d;
}

.detail .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
    background-color: #f64a4d;
}

.detail #sliderSegmentedControl .mui-control-item span {
    line-height: 38px;
    display: inline-block;
}

.detail #sliderSegmentedControl .mui-active span {
    color: #ce1820;
    line-height: 37px;
    border-bottom: 1px solid #ce1820;
}

.mui-pull-caption {
    font-size: 12px;
}

.mui-card {
    font-size: 12px;
}

    .mui-card .mui-navigate-right {
        line-height: 20px;
    }

.mui-input-row label {
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
}

/** 有望详情 */
.niche_detail {
    background: #fff;
}

    .niche_detail .mui-content {
        background: #fff; /*margin-top: 10px*/
    }

    .niche_detail .mui-slider-indicator .mui-icon {
        line-height: 20px;
        width: 20px;
        height: 20px;
        margin: 3px;
        border: 0;
    }

    .niche_detail label span {
        color: #e51c23;
    }

    .niche_detail .mui-input-row {
        height: auto;
    }

    .niche_detail .mui-table-view-cell:after {
        background: none;
    }

    .niche_detail .mui-input-row p {
        float: right;
        width: 65%;
        margin-bottom: 0;
        padding: 0 10px;
        font-size: 12px;
        line-height: 40px;
        border: 0;
    }
    /*.niche_detail .mui-input-row label {padding-left: 26px;}*/
    .niche_detail .mui-input-row .mui-radio label {
        padding-left: 35px;
    }

    .niche_detail .mui-input-row {
        height: auto;
        font-family: 'Helvetica Neue',Helvetica,sans-serif;
    }

        .niche_detail .mui-input-row.last:after {
            background: none;
        }

        .niche_detail .mui-input-row.last {
            border-bottom: 10px solid #EFEFEF;
        }

    .niche_detail .gl {
        border-bottom: 10px solid #EFEFEF;
    }

    .niche_detail .mui-input-row input, .niche_detail .mui-input-row textarea, .niche_detail .mui-input-row select {
        font-size: 12px;
        color: #8f8f94;
    }

    .niche_detail .mui-input-row textarea {
        padding-top: 10px;
    }
    /*.niche_detail input[type=radio] { height:40px;line-height: 21px;padding: 10px 15px;outline: 0;margin: 10px 15px;}*/
    .niche_detail input[type=radio] {
        width: 14px;
        height: 14px;
        top: 13px;
        left: 15px !important;
    }

        .niche_detail input[type=radio]:before {
            font-size: 14px;
        }

    .niche_detail #popDeal .popDealClose .mui-icon {
        position: fixed;
        bottom: -2px;
        left: 50%;
        margin-left: -20px;
        font-size: 40px;
    }

        .niche_detail #popDeal .popDealClose .mui-icon span {
            width: 54%
        }

    .niche_detail .mui-input-row .mui-icon {
        line-height: 20px;
        float: right;
        width: 20px;
        height: 20px;
        margin: 3px;
        border: 0;
    }

    .niche_detail .mui-input-group:after {
        background: none;
    }

    .niche_detail .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
        border-bottom: 0;
    }

    .niche_detail .mui-card {
        margin: 10px 0;
        box-shadow: none;
    }

        .niche_detail .mui-card .mui-table-view-cell {
            background: #fff;
            border-bottom: 10px solid #EFEFEF;
        }

            .niche_detail .mui-card .mui-table-view-cell a {
                margin-left: 0;
                padding-left: 0;
            }

            .niche_detail .mui-card .mui-table-view-cell.mui-active > a {
                border-bottom: 1px solid #dadada;
            }

            .niche_detail .mui-card .mui-table-view-cell:last-child {
                border-bottom: 0;
            }

            .niche_detail .mui-card .mui-table-view-cell.mui-active {
                background: #fff;
            }

    .niche_detail .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
        color: #f64a4d;
    }

    .niche_detail .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
        background-color: #f64a4d;
    }

    .niche_detail .after:after {
        background: none;
    }

    .niche_detail .mui-slider-item {
        overflow: auto;
    }

    .niche_detail .list p {
        line-height: 6.6vw;
        font-size: 12px;
    }

        .niche_detail .list p a {
            margin-left: 5px;
        }

            .niche_detail .list p a:first-child {
                margin-left: 30px;
            }

    .niche_detail #scroll2 img {
        width: 20px;
        margin-right: 5px;
        vertical-align: sub;
    }

        .niche_detail #scroll2 img.last {
            margin-left: 15px;
        }

    .niche_detail .header {
        position: relative;
        border-bottom: 10px solid #EFEFEF;
        margin: 0;
        padding: 30px 10px;
    }

        .niche_detail .header .mui-icon-plus {
            position: absolute;
            right: 5px;
            top: 8px;
        }

    .niche_detail .mui-input-group:before {
        background: none;
    }

    .niche_detail .g {
        color: #3a7aff;
    }

    .niche_detail .header .name {
        font-size: 18px;
        color: #000;
    }

    .niche_detail .header p {
        font-size: 12px;
        line-height: 6.6vw;
        color: #000;
    }

    .niche_detail .header img {
        vertical-align: sub;
        margin: 0 10px;
    }

    .niche_detail .mui-grid-view.mui-grid-9 {
        background: none;
        border: 0;
    }

        .niche_detail .mui-grid-view.mui-grid-9 .mui-table-view-cell {
            border: 0;
            padding: 0 15px;
        }

    .niche_detail #slider {
        position: relative;
    }

        .niche_detail #slider #sliderSegmentedControl {
            font-size: 15px;
        }

        .niche_detail #slider .mui-slider-group { /*font-size: 12px;*/
        }

    .niche_detail #opportunity_detail #item1mobile {
        height: calc(100vh - 103px - 35.8vw);
        font-size: 12px;
    }

    .niche_detail #opportunity_detail #item2mobile {
        height: calc(100vh - 103px - 35.8vw);
        font-size: 12px;
    }

        .niche_detail #opportunity_detail #item2mobile .mui-table-view-cell {
            padding: 11px 15px;
            font-size: 12px;
        }

            .niche_detail #opportunity_detail #item2mobile .mui-table-view-cell p {
                margin-right: 5px;
                overflow: hidden;
            }

            .niche_detail #opportunity_detail #item2mobile .mui-table-view-cell > a:not(.mui-btn) {
                margin: 0;
                padding: 0;
            }

            .niche_detail #opportunity_detail #item2mobile .mui-table-view-cell .mui-col-xs-4 p {
                white-space: nowrap;
                overflow: hidden;
                color: #000;
            }

            .niche_detail #opportunity_detail #item2mobile .mui-table-view-cell .mui-col-xs-8 p {
                white-space: normal; /*height: 90px;*/
            }

        .niche_detail #opportunity_detail #item2mobile .mui-scroll-wrapper {
            margin-top: 50px;
        }

        .niche_detail #opportunity_detail #item2mobile #add_act {
            position: absolute;
            top: 10px;
            left: 0;
            line-height: 1.42;
            z-index: 50;
            background-color: white;
            margin-left: 11px;
        }

    .niche_detail #opportunity_detail .xx {
        width: 10px;
        vertical-align: text-top;
        margin-right: 5px;
    }

    .niche_detail #sliderSegmentedControl .mui-control-item span {
        line-height: 38px;
        display: inline-block;
    }

    .niche_detail #sliderSegmentedControl .mui-active span {
        color: #ce1820;
        line-height: 37px;
        border-bottom: 1px solid #ce1820;
    }

    .niche_detail #popFinish .inside {
        top: initial;
    }

        .niche_detail #popFinish .inside .mui-table-view-cell img {
            width: 13.2vw;
        }

        .niche_detail #popFinish .inside .popFinishClose .mui-icon img {
            width: 13.2vw;
            margin: 3vw 0 1vw;
        }

        .niche_detail #popFinish .inside .mui-table-view-cell .mui-media-body {
            color: #333;
            font-size: 12px;
        }

/** 有望列表 */
.niche {
    padding-bottom: 60px;
    background: #f7f7f7;
}

    .niche #pullrefresh {
        background: #f7f7f7;
    }

    .niche .mui-search {
        margin: 5px;
    }

        .niche .mui-search input[type=search] {
            margin-bottom: 0;
        }

    .niche .mui-content > .mui-table-view:first-child {
        margin-top: 0;
    }

    .niche .mui-grid-view.mui-grid-9 .mui-table-view-cell {
        padding: 5px 15px;
    }

        .niche .mui-grid-view.mui-grid-9 .mui-table-view-cell select {
            padding: 2px;
        }

    .niche #slider {
        position: relative;
    }

        .niche #slider .mui-icon-plus {
            position: absolute;
            right: 5px;
            top: 8px;
        }
    /*.niche .main{margin: 5px;}*/
    .niche .mui-slider-group {
        height: 1px;
    }

    .niche .mui-content > .mui-card:first-child {
        margin: 0 0 15px;
    }

    .niche .mui-navigate-right:after, .mui-push-right:after {
        right: 50%;
        margin-right: -7px;
    }

    .niche .mui-table-view-cell.mui-collapse .mui-collapse-content {
        margin: 0 -15px;
    }

    .niche .mui-table-view-cell.mui-active {
        background: #fff;
        padding: 0 15px 11px;
    }

    .niche .mui-active .mui-navigate-right {
        margin: 11px -15px 0px;
    }
    /*.niche #pullrefresh{margin-top: -10px;}*/
    .niche .mui-collapse-content h1 {
        font-size: 16px;
        font-weight: normal;
        color: #818E94;
        line-height: 32px;
    }

    .niche .mui-collapse-content p {
        color: #818E94;
    }

        .niche .mui-collapse-content p span {
            box-sizing: border-box;
            display: inline-block;
            width: 70px;
            margin-bottom: 10px;
            line-height: 24px;
            height: 26px;
            text-align: center;
        }

            .niche .mui-collapse-content p span.active {
                border: 1px solid #2EAAEC;
                color: #2EAAEC;
                border-radius: 4px;
            }

    .niche .main .list {
        background: #fff;
        margin-bottom: 10px;
    }

        .niche .main .list .l {
            width: 15px;
            margin-left: 10px;
            padding-top: 9px;
        }

        .niche .main .list .center {
            margin-right: 15px; /*margin: 0 15px;padding: 5px 0 10px;*/
        }

            .niche .main .list .center h1 {
                font-size: 15px;
                line-height: 32px;
                font-weight: normal;
                border-bottom: 1px solid #CFD4DA;
                margin-bottom: 5px;
            }

            .niche .main .list .center .last {
                border-bottom: 1px solid #CFD4DA;
                margin-bottom: 5px;
            }

            .niche .main .list .center span {
                font-size: 15px;
            }

            .niche .main .list .center .zm {
                width: 20px;
                height: calc(38px + 26.4vw);
                line-height: 24px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                background: #ef4145; /*border-radius: 4px;*/
                color: #fff;
                font-size: 12px;
                font-family: Arial;
            }

            .niche .main .list .center p {
                color: #606060;
            }

                .niche .main .list .center p span {
                    font-size: 14px;
                }

                .niche .main .list .center p span {
                    color: #0053FF;
                }

            .niche .main .list .center .red {
                color: #E51C23;
            }

            .niche .main .list .center p > img, .niche .main .list .center h1 img, .niche .main .list .center h1 img, .niche .main .list .center p a > img {
                width: 16px;
                height: 16px;
                vertical-align: sub;
                margin: 0 5px 0 0;
            }

.in21 {
    text-indent: 21px;
}

.sj {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.niche .main .list .center p > img:first-child, .niche .main .list .center p a:first-child > img {
    margin-left: 0;
}

.niche .main .list .center p span img {
    width: 8px;
    vertical-align: inherit;
    margin-right: 5px;
}

.niche .main .list .center hr {
    border-top: 1px solid #6f88a8;
}

.niche .main .list .center p.last span {
    margin-right: 5px;
}

.niche .mui-scroll-wrapper {
    top: 54px;
    bottom: 16vw;
}

.niche .content2 {
    position: relative;
    z-index: 999;
}

.niche .mui-search.mui-active:before {
    top: 70%;
}

.mui-row > a > [class*=mui-col-] {
    float: left;
}

.niche .main .list h1 span, .niche .main .list .mui-col-xs-3 p {
    white-space: nowrap;
    overflow: hidden;
}

.niche .main .list p {
    line-height: 6.6vw;
    font-size: 12px;
    margin-right: 2px;
}

.niche .main .list .tel {
    width: 13.2vw;
}

.niche .mui-pull-bottom-pocket {
    display: none !important;
}

.niche .nolead {
    padding-top: 40%;
}

    .niche .nolead .mui-pull-bottom-pocket {
        display: none !important;
    }

    .niche .nolead img {
        width: 220px;
        margin: 0 auto;
        display: block;
    }

/** 分配 */
.assign .after, .assign .after p {
    color: #0053ff;
}

    .assign .after p span {
        color: #8f8f94;
    }

/** pop */
.pop {
    position: fixed;
    right: 10px;
    bottom: 17vw;
    z-index: 999;
    border-radius: 100%;
    width: 13.2vw;
    height: 13.2vw;
    line-height: 13.2vw;
    padding: 0;
}

#pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    width: 100%;
}

#footeradd {
    background: none;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

    #footeradd > span {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
    }

#qrcodelist #pop {
    background: #fff;
}

#footeradd .inside {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58vh;
    opacity: 0;
    background: #fff;
}

#footeradd .mui-table-view-cell .mui-media-body {
    color: #333;
    font-size: 12px;
}

#footeradd .mui-table-view-cell img {
    width: 13.2vw;
}

#footeradd .mui-table-view-cell.disabled img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#footeradd .popclose .mui-icon img {
    width: 13.2vw;
    margin: 3vw 0 1vw;
}

#footeradd .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object {
    width: 50%;
    margin-bottom: 10px;
}

#footeradd .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
    font-size: 16px;
    margin-bottom: 20px;
}

#footeradd .inside.load {
    opacity: 1;
    bottom: 0;
    transition: opacity 0.3s,bottom 0.3s;
    -webkit-transition: opacity 0.3s,bottom 0.3s;
}

#pop .mui-input-row label ~ textarea {
    height: 100px;
    padding-top: 10px;
}

#pop .popclose2 span {
    font-size: 50px;
}

#pop2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

    #pop2 > span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
    }

    #pop2 .box {
        position: absolute;
        left: 30px;
        top: 30px;
        right: 30px;
        bottom: 30px;
        background: #fff;
        padding: 70px 5px 5px;
        overflow: scroll;
    }

        #pop2 .box .popclose2 {
            position: fixed;
            top: 30px;
            right: 35px;
        }

        #pop2 .box .mui-search {
            position: fixed;
            left: 35px;
            top: 55px;
            right: 35px;
        }

        #pop2 .box .mui-table-view-cell span:first-child {
            display: inline-block;
            width: 70%;
        }

/** pop */
#popAssign, #popFinish, #popDeal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    width: 100%;
}

#popDeal {
    background: #fff;
}

    #popAssign .inside, #popFinish .inside, #popDeal .inside {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        bottom: 0;
        background: #fff;
    }

#popAssingInner {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

    #popAssingInner > span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
    }

    #popAssingInner .box {
        position: absolute;
        left: 30px;
        top: 30px;
        right: 30px;
        bottom: 30px;
        background: #fff;
        padding: 70px 5px 5px;
        overflow: scroll;
    }

        #popAssingInner .box .popAssignInnerClose {
            position: fixed;
            top: 30px;
            right: 35px;
        }

        #popAssingInner .box .mui-search {
            position: fixed;
            left: 35px;
            top: 55px;
            right: 35px;
        }

        #popAssingInner .box .mui-table-view-cell span:first-child {
            display: inline-block;
            width: 70%;
        }

.detail #popAssign .after label {
    font-size: 15px;
}

.detail #popAssign .after p {
    font-size: 15px;
}

.detail #popFinish .inside {
    top: initial;
}

    .detail #popFinish .inside .mui-table-view-cell img {
        width: 13.2vw;
    }

    .detail #popFinish .inside .popFinishClose .mui-icon img {
        width: 13.2vw;
        margin: 3vw 0 1vw;
    }

    .detail #popFinish .inside .mui-table-view-cell .mui-media-body {
        color: #333;
        font-size: 12px;
    }

/** spop */
.spop {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 999;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    padding: 0;
}

#spop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
}

#spop2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

    #spop2 > span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
    }

    #spop2 .box {
        position: absolute;
        left: 30px;
        top: 30px;
        right: 30px;
        bottom: 30px;
        background: #fff;
        padding: 70px 5px 5px;
        overflow: scroll;
    }

        #spop2 .box .spopclose2 {
            position: fixed;
            top: 30px;
            right: 35px;
        }

        #spop2 .box .mui-search {
            position: fixed;
            left: 35px;
            top: 55px;
            right: 35px;
        }

        #spop2 .box [type=radio] {
            float: left;
            position: inherit;
        }

        #spop2 .box .mui-table-view-cell span:first-child {
            display: inline-block;
            width: 70%;
        }

        #spop2 .box label {
            float: left;
            width: inherit;
            padding: 12px 12px 12px 32px;
        }

    #spop2 .mui-input-row {
        height: auto;
    }

#spop .mui-input-row p {
    float: right;
    width: 65%;
    margin-bottom: 0;
    padding: 10px 0;
    border: 0;
}

#spop .mui-input-row .mui-icon {
    line-height: 20px;
    float: right;
    width: 20px;
    height: 20px;
    margin: 3px;
    border: 0;
}

/** 客户列表 */
.customer {
    background: #f7f7f7;
}

    .customer #pullrefresh {
        background: #f7f7f7;
    }

    .customer .main .mui-table-view2 .list .center p span {
        color: #606060;
        display: inline-block;
        margin-right: 20px;
    }

.niche.customer .main .list .center { /*margin: 0 15px;padding: 5px 0 10px;*/
}

.customer .mui-pull-bottom-pocket {
    display: none !important;
}

.customer .main .list .center .zm {
    width: 20px;
    height: calc(43px + 33vw);
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ef4145; /*border-radius: 4px;*/
    color: #fff;
    font-size: 12px;
    font-family: Arial;
}

.customer .nolead {
    padding-top: 40%;
}

    .customer .nolead .mui-pull-bottom-pocket {
        display: none !important;
    }

    .customer .nolead img {
        width: 220px;
        margin: 0 auto;
        display: block;
    }

/** 客户详情 */
.customer_detail .mui-slider .mui-slider-group .mui-slider-item {
    height: calc(100vh - 154px - 16vw);
}

.customer_detail .mui-collapse-content h1 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 10px 0 31px;
}

    .customer_detail .mui-collapse-content h1 span {
        color: #101010;
        font-size: 14px;
        display: inline-block;
        margin-left: 20px;
    }

        .customer_detail .mui-collapse-content h1 span.lx {
            color: #3b3a398f;
        }

        .customer_detail .mui-collapse-content h1 span.red {
            color: #e51c23;
        }

        .customer_detail .mui-collapse-content h1 span.mr {
            color: #e51c23;
            background: #FFF2EC;
            display: inline-block;
            padding: 2px;
            border-radius: 2px;
        }

.customer_detail .mui-input-row p {
    float: none;
    width: inherit;
    font-size: 12px;
    color: #000;
    padding: 0 10px 0 31px;
}

.customer_detail .address .mui-input-row p {
    float: none;
    width: 100%;
    line-height: 30px;
}

.customer_detail .mui-input-row label {
    padding-left: 31px;
}

.customer_detail .mui-slider .mui-slider-group .mui-slider-item img {
    width: 12px;
    vertical-align: sub;
    margin-right: 5px;
}

.customer_detail .mui-slider .mui-slider-group .mui-slider-item .r {
    color: #101010;
}

.customer_detail .first .mui-input-row p {
    padding: 0;
    float: right;
    width: 65%;
    margin-bottom: 0;
    line-height: 40px;
    border: 0;
    font-size: 12px;
    color: #8f8f94;
}

.customer_detail .first .mui-input-row label {
    padding-left: 15px;
}


/** 客户添加 */
.customer_add .mui-input-group .mui-input-row {
    height: inherit;
}

.customer_add .hide {
    display: none;
}

.customer_add p.more {
    text-align: center;
    background: #fff;
    margin: 30px 0;
    padding: 5px 0;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}

.customer_add p.can {
    text-align: center;
    background: #fff;
    margin: 0 0 30px;
    padding: 5px 0;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}

.customer_add .mui-input-row.last {
    border-bottom: 10px solid #EFEFEF;
}

.customer_add .mui-input-row.cantact {
    height: auto;
}

.customer_add .mui-table-view2 {
    background: #fff;
}

.customer_add .mui-input-row .mui-input-clear ~ .mui-icon-clear {
    bottom: -6px;
    top: inherit;
}

.customer_add #add_customer select, .customer_add #edit_customer select {
    width: 32%;
    float: left;
    color: #8f8f94;
}

.customer_add .province::after {
    background: none;
}

.customer_add .mui-input-row label {
    line-height: 40px;
}

.customer_add input, .customer_add select {
    font-size: 12px;
}

#add_contacts label span {
    color: #e51c23;
}

.customer_add .mui-input-row label ~ textarea {
    padding-top: 10px;
}

.customer_add .mui-input-row.last:after {
    background: none;
}

/** 客户编辑 */
.customer_edit .mui-input-group .mui-input-row {
    height: inherit;
}

.customer_edit .mui-media .mui-icon {
    color: red;
}

.customer_edit .add {
    color: red;
    float: right;
}

.customer_edit .mui-input-row p {
    float: none;
    width: inherit;
}

.customer_edit .mui-media .mui-media-body h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 10px;
}

.customer_edit .mui-media .mui-media-body img {
    width: 8px;
    vertical-align: inherit;
    margin-right: 5px;
}

.customer_edit .mui-media .mui-media-body .r {
    color: #101010;
}

.customer_edit #edit_customer input {
    color: #8f8f94;
    top: 13px;
}

    .customer_edit #edit_customer input:before {
        font-size: 14px;
    }

.customer_edit .mui-media .mui-media-body .mui-radio {
    display: inline-block;
    vertical-align: middle;
}

.customer_edit .mui-input-group .mui-table-view-cell .mui-input-row:after {
    background: none;
}

.customer_edit #edit_customer select {
    width: 32%;
    float: left;
    color: #8f8f94;
}

.customer_edit .mui-input-row label ~ textarea {
    padding-top: 10px;
}

/** 联系人添加 */
.contacts_add {
    background: #fff;
    padding-bottom: 60px;
}

    .contacts_add .mui-input-group .mui-input-row {
        height: inherit;
    }

    .contacts_add .hide {
        display: none;
    }

    .contacts_add p.more {
        text-align: center;
        background: #fff;
        margin: 30px 0;
        padding: 5px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .contacts_add p.can {
        text-align: center;
        background: #fff;
        margin: 0 0 30px;
        padding: 5px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .contacts_add .mui-input-row.last {
        background: #F7F4F4;
    }

    .contacts_add .mui-input-row.cantact {
        height: auto;
    }

    .contacts_add .mui-table-view2 {
        background: #fff;
    }

    .contacts_add .mui-input-group:after {
        background: none;
    }

    .contacts_add .mui-input-row label ~ textarea {
        height: 100px;
        padding-top: 10px;
    }

    .contacts_add .mui-input-row .mui-input-clear ~ .mui-icon-clear {
        bottom: -6px;
        top: inherit;
    }

/** 日报添加 */
.daily_add {
    background: #fff;
    padding-bottom: 60px;
}

    .daily_add .mui-input-row label {
        line-height: 40px;
    }

    .daily_add input, .daily_add select, .daily_add textarea {
        font-size: 12px;
        padding-left: 0;
    }

    .daily_add > .mui-content {
        background: #fff;
    }

        .daily_add > .mui-content .header {
            position: relative;
            border-bottom: 10px solid #EFEFEF;
            margin: 0;
            padding: 10px;
        }

    .daily_add .mui-table-view2 p {
        font-size: 12px;
        color: #000;
    }

    .daily_add .header p {
        font-size: 12px;
    }

    .daily_add .mui-input-row {
        height: auto;
    }

        .daily_add .mui-input-row p {
            float: right;
            width: 65%;
            margin-bottom: 0;
            padding-right: 10px;
            border: 0;
            font-size: 12px;
        }

            .daily_add .mui-input-row p a.r {
                color: #0053FF;
                margin-top: 8px;
            }

        .daily_add .mui-input-row label ~ textarea {
            height: 100px;
            padding-top: 10px;
        }

    .daily_add .mui-card .mui-card {
        margin: 10px 0;
    }

    .daily_add .mui-card .mui-input-row:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15px;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background-color: #c8c7cc;
    }

    .daily_add .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
        color: #f64a4d;
    }

    .daily_add .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
        background-color: #f64a4d;
    }

/** 日报阅读 */
.daily_read {
    background: #fff;
}

    .daily_read .header {
        position: relative;
        border-bottom: 10px solid #EFEFEF;
        margin: 0;
        padding: 10px;
    }

        .daily_read .header p span {
            color: #000;
        }

    .daily_read .mui-content {
        background: #fff;
    }

    .daily_read .mui-card {
        margin: 0;
    }

        .daily_read .mui-card .mui-card {
            margin: 10px 0;
        }

        .daily_read .mui-card .mui-input-row {
            height: auto;
        }

    .daily_read .mui-input-row p {
        float: right;
        width: 65%;
        margin-bottom: 0;
        padding: 10px 10px 10px 0;
        border: 0;
    }

    .daily_read .mui-card .mui-input-row:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15px;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background-color: #c8c7cc;
    }

    .daily_read .mui-content-padded h4 {
        font-size: 16px;
        line-height: 32px;
        font-weight: normal;
        margin: 10px 0px 10px 0px;
    }

    .daily_read .mui-content-padded p {
        margin-bottom: 0px;
    }

    .daily_read .mui-table-view-cell {
        background: #f7f7f2;
        border-radius: 0;
    }

        .daily_read .mui-table-view-cell.mui-active {
            background-color: #eee;
        }

    .daily_read .mui-slider-group #item1mobile {
        height: calc(97vh - 155px - 16vw);
        font-size: 12px;
        overflow: auto;
    }

    .daily_read .mui-slider-group #item2mobile {
        height: calc(97vh - 155px - 16vw);
        font-size: 12px;
        overflow: auto;
    }

    .daily_read .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
        background-color: #f64a4d;
    }

    .daily_read #sliderSegmentedControl .mui-control-item span {
        line-height: 38px;
        display: inline-block;
    }

    .daily_read #sliderSegmentedControl .mui-active span {
        color: #ce1820;
        line-height: 37px;
        border-bottom: 1px solid #ce1820;
    }

    .daily_read .mui-card .mui-table-view-cell.jl {
        border-bottom: 10px solid #EFEFEF;
    }

    .daily_read .mui-card .mui-table-view-cell.jt {
        background: #fff;
        border-bottom: 10px solid #EFEFEF;
    }

        .daily_read .mui-card .mui-table-view-cell.jt a {
            margin-left: 0;
            padding-left: 0;
        }

        .daily_read .mui-card .mui-table-view-cell.jt.mui-active > a {
            border-bottom: 1px solid #dadada;
        }

        .daily_read .mui-card .mui-table-view-cell.jt.mui-active {
            background: #fff;
        }

        .daily_read .mui-card .mui-table-view-cell.jt:last-child {
            border-bottom: 0;
        }

        .daily_read .mui-card .mui-table-view-cell.jt .mui-input-row p {
            float: none;
            width: inherit;
            font-size: 12px;
            color: #000;
            padding: 10px 10px 10px 15px;
        }


/** 日报列表 */
.daily_list {
    padding-bottom: 60px;
}

    .daily_list .mui-search {
        padding: 5px;
    }

        .daily_list .mui-search input[type=search] {
            margin-bottom: 0;
            width: 83%;
        }

    .daily_list .mui-content > .mui-table-view:first-child {
        margin-top: 0;
    }

    .daily_list .mui-grid-view.mui-grid-9 .mui-table-view-cell {
        padding: 5px 15px;
    }

    .daily_list #item2mobile .mui-table-view-cell {
        padding: 5px 15px;
    }

    .daily_list .mui-grid-view.mui-grid-9 .mui-table-view-cell select {
        padding: 2px;
    }

    .daily_list #slider {
        position: relative;
        z-index: 3;
    }

        .daily_list #slider .mui-icon-search {
            position: absolute;
            right: 5px;
            top: 8px;
        }

    .daily_list .main {
        margin: 5px;
    }

    .daily_list .mui-content > .mui-card:first-child {
        margin: 5px;
    }

    .daily_list .mui-navigate-right:after, .mui-push-right:after {
        right: 50%;
        margin-right: -7px;
    }

    .daily_list .mui-table-view-cell.mui-collapse .mui-collapse-content {
        margin: 0 -15px;
    }

    .daily_list .mui-table-view-cell.mui-active {
        background: #fff;
        padding: 0 15px 11px;
    }

    .daily_list .mui-active .mui-navigate-right {
        margin: 0 -15px 0px;
    }

    .daily_list #pullrefresh {
        margin-top: -10px;
    }

    .daily_list .mui-collapse-content h1 {
        font-size: 16px;
        font-weight: normal;
        color: #818E94;
        line-height: 32px;
    }

    .daily_list .mui-collapse-content p {
        color: #818E94;
    }

        .daily_list .mui-collapse-content p span {
            box-sizing: border-box;
            display: inline-block;
            width: 70px;
            margin-bottom: 10px;
            line-height: 24px;
            height: 26px;
            text-align: center;
        }

            .daily_list .mui-collapse-content p span.active {
                border: 1px solid #2EAAEC;
                color: #2EAAEC;
                border-radius: 4px;
            }

    .daily_list .main .list {
        background: #fff;
        margin-bottom: 10px;
    }

        .daily_list .main .list .l {
            width: 15px;
            margin-left: 10px;
            padding-top: 9px;
        }

        .daily_list .main .list .center {
            margin: 0 15px;
            padding: 5px 0 10px;
        }

            .daily_list .main .list .center h1 {
                font-size: 16px;
                line-height: 32px;
                font-weight: normal;
            }

            .daily_list .main .list .center span {
                font-size: 14px;
            }

            .daily_list .main .list .center p {
                color: #606060;
            }

                .daily_list .main .list .center p span {
                    font-size: 14px;
                }

                .daily_list .main .list .center p span {
                    color: #0053FF;
                }

            .daily_list .main .list .center .red {
                color: #E51C23;
            }

            .daily_list .main .list .center p > img {
                width: 16px;
                vertical-align: sub;
                margin: 0 5px;
            }

                .daily_list .main .list .center p > img:first-child {
                    margin-left: 0;
                }

            .daily_list .main .list .center p span img {
                width: 8px;
                vertical-align: inherit;
                margin-right: 5px;
            }

            .daily_list .main .list .center hr {
                border-top: 1px solid #6f88a8;
            }

            .daily_list .main .list .center p.last span {
                margin-right: 5px;
            }

    .daily_list .mui-scroll-wrapper {
        top: 90px;
        bottom: 60px;
    }

    .daily_list .content2 {
        position: relative;
        z-index: 999;
    }

    .daily_list .mui-search.mui-active:before {
        top: 70%;
    }

    .daily_list .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
        border-bottom: 0;
    }

    .daily_list .mui-search {
        position: fixed;
        left: 0;
        top: -50px;
        right: 0;
    }

        .daily_list .mui-search.active {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            background-color: #efeff4;
            z-index: 4;
        }

        .daily_list .mui-search .mui-placeholder {
            top: 5px;
            width: 83%;
        }

/** 签核阅读 */
.daily_sign {
    background: #fff;
}

    .daily_sign .header {
        position: relative;
        border-bottom: 10px solid #EFEFEF;
        margin: 0;
        padding: 10px;
    }

        .daily_sign .header p span {
            color: #000;
        }

    .daily_sign .mui-content {
        background: #fff;
    }

    .daily_sign .mui-card {
        margin: 0;
    }

        .daily_sign .mui-card .mui-card {
            margin: 10px 0;
        }

    .daily_sign .mui-input-row p {
        float: right;
        width: 65%;
        margin-bottom: 0;
        padding: 10px 10px 10px 0;
        border: 0;
    }

    .daily_sign .mui-card .mui-input-row:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15px;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background-color: #c8c7cc;
    }

    .daily_sign .mui-content-padded h4 {
        font-size: 16px;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .daily_sign .mui-content-padded textarea {
        padding: 10px;
        height: 100px;
        margin-bottom: 10px;
    }

    .daily_sign .mui-table-view-cell {
        background: #f7f7f2;
        border-radius: 0;
    }

        .daily_sign .mui-table-view-cell.mui-active {
            background-color: #eee;
        }

    .daily_sign .mui-slider-group #item1mobile {
        height: calc(98vh - 155px - 16vw);
        font-size: 12px;
        overflow: auto;
    }

    .daily_sign .mui-slider-group #item2mobile {
        height: calc(98vh - 155px - 16vw);
        font-size: 12px;
        overflow: auto;
    }

    .daily_sign .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
        background-color: #f64a4d;
    }

    .daily_sign #sliderSegmentedControl .mui-control-item span {
        line-height: 38px;
        display: inline-block;
    }

    .daily_sign #sliderSegmentedControl .mui-active span {
        color: #ce1820;
        line-height: 37px;
        border-bottom: 1px solid #ce1820;
    }

/** 主管日报 */
#task_director_daily_rpt.director {
    padding-bottom: 0;
}

.director h4 {
    font-weight: normal;
    background: #f2f0f0;
    color: #101010;
    line-height: 40px;
    margin-bottom: 10px;
    text-indent: 10px;
    font-size: 15px;
}

.director .tb {
    width: 100%;
    font-size: 12px;
}

    .director .tb td {
        text-align: center;
        padding: 4px;
    }

        .director .tb td p {
            font-size: 12px;
        }

.director .mui-slider-group {
    height: 1px;
}

.director .mui-table-view2 {
    height: calc(100vh - 167px - 16vw);
    font-size: 12px;
    overflow: auto;
}

.director input {
    font-size: 12px;
}

.director textarea {
    font-size: 12px;
}

.director .mui-card {
    margin: 0;
    box-shadow: none;
}

    .director .mui-card .mui-table-view-cell {
        overflow: inherit;
    }

    .director .mui-card .mui-collapse-content {
        padding: 0;
    }

    .director .mui-card .mui-table-view-cell > a {
        border-bottom: 1px solid #dadada;
    }

#add_director_daily_rpt .mui-input-group {
    border-bottom: 10px solid #EFEFEF;
}

    #add_director_daily_rpt .mui-input-group:after {
        background: none;
    }

    #add_director_daily_rpt .mui-input-group .mui-input-row:last-child:after {
        background: none;
    }

#add_director_daily_rpt .button {
    padding: 10px 10px 0;
    border-bottom: 10px solid #EFEFEF;
}


/**日报审批（包含同仁和主管）  */
.approval {
    padding-bottom: 0;
}

.dailyrpt .mui-scroll-wrapper {
    top: 41px;
    background: #fff;
}

.dailyrpt .mui-table-view2 {
    height: auto;
}

    .dailyrpt .mui-table-view2 li {
        line-height: 50px;
        padding: 0 8px;
        margin: 0 3px;
        border-bottom: 1px solid #BBBBBB;
    }

.dailyrpt .mui-slider-group {
    height: 1px;
}

.dailyrpt #sliderSegmentedControl .mui-control-item span {
    line-height: 38px;
    display: inline-block;
}

.dailyrpt #sliderSegmentedControl .mui-active span {
    color: #ce1820;
    line-height: 37px;
    border-bottom: 1px solid #ce1820;
}

.approval .mui-input-row label {
    width: 36%;
}

    .approval .mui-input-row label ~ input, .approval .mui-input-row label ~ select, .approval .mui-input-row label ~ textarea {
        width: 64%;
    }

.approval .mui-input-row p {
    width: 64%;
}

.approval .mui-input-row label ~ textarea {
    height: 200px;
}

.approval .view {
    height: calc(100vh - 158px - 16vw);
    font-size: 12px;
    overflow: auto;
}

/** 主管日报搜索 */
.daily_search .mui-content {
    background: #fff;
}

.daily_search .mui-input-group .mui-input-row span {
    font-size: 12px;
    display: block;
    position: absolute;
    left: 35%;
    width: 65%;
    line-height: 40px;
}

.daily_search .mui-input-group .mui-input-row #date {
    position: relative;
    z-index: 1;
    background: #fff;
    height: 38px;
}

    .daily_search .mui-input-group .mui-input-row #date.hide {
        opacity: 0;
        font-size: 12px;
    }

.daily_search .mui-input-group .mui-input-row .mui-input-clear {
    margin-top: 1px;
    font-size: 12px;
}

.daily_search .mui-icon-clear {
    display: none !important;
}

.daily_search .main .list {
    background: #fff;
    margin-bottom: 10px;
}

    .daily_search .main .list .l {
        width: 15px;
        margin-left: 10px;
        padding-top: 9px;
    }

    .daily_search .main .list .center {
        margin: 0 15px;
        padding: 10px 0;
    }

        .daily_search .main .list .center p span {
            font-size: 14px;
            color: #606060;
            display: inline-block;
            margin-right: 20px;
        }

.daily_search .mui-scroll-wrapper.row3 {
    top: 170px;
    bottom: 60px;
}

.daily_search .mui-scroll-wrapper.row4 {
    top: 210px;
    bottom: 60px;
}

.daily_search .mui-scroll-wrapper.row2 {
    top: 130px;
    bottom: 60px;
}

.daily_search .mui-slider .mui-slider-group {
    height: 0;
}

.daily_search .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #f64a4d;
}

.daily_search .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
    background-color: #f64a4d;
}

.daily_search .mui-slider-group {
    height: 1px;
}

.daily_search #sliderSegmentedControl .mui-control-item span {
    line-height: 38px;
    display: inline-block;
}

.daily_search #sliderSegmentedControl .mui-active span {
    color: #ce1820;
    line-height: 37px;
    border-bottom: 1px solid #ce1820;
}

.daily .mui-slider-group {
    height: 1px;
}

.daily #sliderSegmentedControl .mui-control-item span {
    line-height: 38px;
    display: inline-block;
}

.daily #sliderSegmentedControl .mui-active span {
    color: #ce1820;
    line-height: 37px;
    border-bottom: 1px solid #ce1820;
}

/** 扫码推型录 */
.catalog_add {
    background: #fff;
    padding: 10px 0 calc(30px + 17vw);
}

    .catalog_add .jstree-icon.jstree-themeicon.jstree-themeicon-custom {
        background-size: 100% !important;
        width: 60px;
        height: 60px;
    }

    .catalog_add .jstree-default .jstree-anchor {
        height: 60px;
        line-height: 60px;
    }

    .catalog_add .jstree-children .jstree-children .jstree-icon.jstree-themeicon.jstree-themeicon-custom {
        background-size: 100% !important;
        width: 30px;
        height: 30px;
    }

    .catalog_add .jstree-default .jstree-children .jstree-children .jstree-anchor {
        height: 30px;
        line-height: 30px;
    }

    .catalog_add .jstree-anchor {
        display: block;
        padding: 0 60px 0 24px;
    }

    .catalog_add .jstree-checkbox {
        float: right;
    }

    .catalog_add .jstree-default .jstree-leaf > .jstree-ocl {
        background: none;
        display: none;
    }

.jstree-default > .jstree-container-ul > .jstree-node {
    background: none;
    border-bottom: 1px solid #bbb;
}

    .jstree-default > .jstree-container-ul > .jstree-node .jstree-anchor {
        margin: 10px 0;
    }

.catalog_add .jstree-default .jstree-closed > .jstree-ocl {
    float: right;
    background: url(../img/32.png) 12px 12px no-repeat;
    background-size: 40%;
    padding: 24px;
    margin-top: 6px;
}

.catalog_add .jstree-default .jstree-open > .jstree-ocl {
    float: right;
    background: url(../img/33.png) 12px 12px no-repeat;
    background-size: 40%;
    padding: 24px;
    margin-top: 6px;
}

.catalog_add .jstree-default .jstree-checkbox {
    margin-top: 18px;
}

.catalog_add .jstree-default .jstree-clicked, .catalog_add .jstree-default .jstree-hovered {
    background: none;
    box-shadow: none;
}

.catalog_add .jstree-default .jstree-node .jstree-children .jstree-node {
    background: none;
    padding: 10px 0;
    margin: 0;
    padding-left: 40px;
    border-top: 1px solid #bbb;
}

.catalog_add .mui-content-padded a {
    position: fixed;
    bottom: 17vw;
    right: 10px;
}

    .catalog_add .mui-content-padded a img {
        margin-left: 5px;
    }

/**扫码推型录资料补充*/
.fansinfo .mui-content-padded {
    text-align: right;
    padding-bottom: 10px;
}

    .fansinfo .mui-content-padded a {
        display: inline-block;
        margin-left: 10px;
    }

        .fansinfo .mui-content-padded a img {
            margin-left: 5px;
        }

.fansinfo .mui-input-row .mui-radio.mui-left input[type=radio] {
    width: 14px;
    height: 14px;
    top: 13px;
    left: 0;
}

    .fansinfo .mui-input-row .mui-radio.mui-left input[type=radio]:before {
        font-size: 14px;
    }

.fansinfo .mui-radio.mui-left label {
    padding-left: 24px;
}

.fansinfo .mui-input-row input {
    font-size: 12px;
    color: #8f8f94;
}

/** 二维码列表 */
.fans_list {
    padding: 0 0 50px;
}

    .fans_list .main {
        margin: 5px;
    }

        .fans_list .main .list {
            background: #fff;
            margin-bottom: 10px;
        }

            .fans_list .main .list .l {
                width: 15px;
                margin-left: 10px;
                padding-top: 9px;
            }

        .fans_list .main p {
            font-size: 12px;
            color: #000;
        }

        .fans_list .main .list .center {
            margin: 0 15px;
            padding: 5px 0 10px;
        }

            .fans_list .main .list .center h1 {
                font-size: 16px;
                line-height: 32px;
                font-weight: normal;
            }

            .fans_list .main .list .center span {
                font-size: 14px;
            }

                .fans_list .main .list .center span.red {
                    color: #E51C23;
                }

            .fans_list .main .list .center p.red {
                color: #E51C23;
            }

            .fans_list .main .list .center p {
                color: #606060;
            }

                .fans_list .main .list .center p span {
                    font-size: 14px;
                }

                    .fans_list .main .list .center p span a {
                        color: #0053FF;
                    }

                .fans_list .main .list .center p.red {
                    color: #E51C23;
                }

                .fans_list .main .list .center p img {
                    width: 8px;
                    vertical-align: inherit;
                    margin-right: 5px;
                }

            .fans_list .main .list .center hr {
                border-top: 1px solid #6f88a8;
            }

            .fans_list .main .list .center p.last span {
                margin-right: 5px;
            }

    .fans_list .mui-scroll-wrapper {
        bottom: 60px;
    }

    .fans_list .mui-input-row p {
        line-height: 24px;
    }

    .fans_list .mui-input-row #qrcode {
        width: 100%;
        display: block;
    }

    .fans_list .mui-input-row .top {
        width: 100%;
        width: 80%;
        margin: auto;
        display: block;
        max-width: 45vh;
    }

    .fans_list .mui-input-row .qr {
        width: 70%;
        margin: 0 auto 20px;
        padding: 10px;
        border: 3px solid #e94a08;
        border-radius: 8px;
        max-width: 45vh;
    }

/** 个人中心 */
.personal {
    padding: 0 0 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow: auto;
}

    .personal .header {
        height: 135px;
        color: #fff;
        padding-top: 20px;
        background: url(../img/43.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }

        .personal .header * {
            color: #fff;
        }

        .personal .header p.username {
            font-size: 20px;
            line-height: 30px;
        }

        .personal .header img {
            margin-bottom: 9px;
        }

            .personal .header img.mui-media-object {
                height: 60px;
                width: 60px;
                border-radius: 100%;
                margin: 0;
            }

    .personal .title {
        padding: 0 20px;
        margin-bottom: 10px;
        line-height: 40px;
    }

        .personal .title span {
            color: #a9a9aa;
        }

        .personal .title img {
            vertical-align: sub;
        }

    .personal .ul {
        padding: 0 20px;
    }

        .personal .ul .li.green {
            background: url(../img/47.png);
            background-size: 100% 100%;
            padding: 20px 10px;
            margin-bottom: 10px;
            color: #fff;
        }

        .personal .ul .li.red {
            background: url(../img/48.png);
            background-size: 100% 100%;
            padding: 20px 10px;
            margin-bottom: 10px;
            color: #fff;
        }

        .personal .ul .li * {
            color: #fff;
        }

        .personal .ul .li img {
            height: 60px;
            width: 60px;
            border-radius: 100%;
            margin: 0;
        }

        .personal .ul .li .card {
            font-size: 20px;
            line-height: 30px;
            margin-top: 10px;
        }

        .personal .ul .li a.near {
            display: block;
            padding: 4px 8px;
            border: 1px solid #ffe500;
            color: #ffe500;
            border-radius: 15px;
            margin-bottom: 10px;
        }

    .personal .mui-scroll-wrapper {
        top: 190px;
        bottom: 60px;
        left: 20px;
        right: 20px;
        width: inherit;
    }


/** 微信粉丝列表 */
.wxuser {
    padding-bottom: 60px;
}

    .wxuser .mui-search {
        margin: 5px;
    }

        .wxuser .mui-search input[type=search] {
            margin-bottom: 0;
        }

    .wxuser .mui-content > .mui-table-view:first-child {
        margin-top: 0;
    }

    .wxuser .mui-grid-view.mui-grid-9 .mui-table-view-cell {
        padding: 5px 15px;
    }

        .wxuser .mui-grid-view.mui-grid-9 .mui-table-view-cell select {
            padding: 2px;
        }

    .wxuser #slider {
        position: relative;
    }

        .wxuser #slider .mui-icon-plus {
            position: absolute;
            right: 5px;
            top: 8px;
        }

    .wxuser .main {
        margin: 5px;
    }

    .wxuser .mui-slider-group {
        height: 1px;
    }

    .wxuser .mui-content > .mui-card:first-child {
        margin: 0 0 15px;
    }

    .wxuser .mui-navigate-right:after, .mui-push-right:after {
        right: 50%;
        margin-right: -7px;
    }

    .wxuser .mui-table-view-cell.mui-collapse .mui-collapse-content {
        margin: 0 -15px;
    }

    .wxuser .mui-table-view-cell.mui-active {
        background: #fff;
        padding: 0 15px 11px;
    }

    .wxuser .mui-active .mui-navigate-right {
        margin: 11px -15px 0px;
    }

    .wxuser #pullrefresh {
        margin-top: -10px;
    }

    .wxuser .mui-collapse-content h1 {
        font-size: 16px;
        font-weight: normal;
        color: #818E94;
        line-height: 32px;
    }

    .wxuser .mui-collapse-content p {
        color: #818E94;
    }

        .wxuser .mui-collapse-content p span {
            box-sizing: border-box;
            display: inline-block;
            width: 70px;
            margin-bottom: 10px;
            line-height: 24px;
            height: 26px;
            text-align: center;
        }

            .wxuser .mui-collapse-content p span.active {
                border: 1px solid #2EAAEC;
                color: #2EAAEC;
                border-radius: 4px;
            }

    .wxuser .main .list {
        background: #fff;
        margin-bottom: 10px;
    }

        .wxuser .main .list .l {
            width: 15px;
            margin-left: 10px;
            padding-top: 9px;
        }

        .wxuser .main .list .center {
            margin: 0 15px;
            padding: 5px 0 10px;
        }

            .wxuser .main .list .center h1 {
                font-size: 15px;
                line-height: 32px;
                font-weight: normal;
                border-bottom: 1px solid #CFD4DA;
                margin-bottom: 5px;
            }

            .wxuser .main .list .center span {
                font-size: 14px;
            }

            .wxuser .main .list .center img {
                width: 90%;
                margin: 0 auto 0;
                text-align: center;
                color: #fff;
                font-size: 20px;
                border-radius: 100%;
            }

            .wxuser .main .list .center p {
                color: #606060;
                font-size: 12px;
            }

                .wxuser .main .list .center p span {
                    font-size: 14px;
                }

                .wxuser .main .list .center p span {
                    color: #0053FF;
                }

            .wxuser .main .list .center .red {
                color: #E51C23;
            }

            .wxuser .main .list .center p > img, .niche .main .list .center p a > img {
                width: 16px;
                height: 16px;
                vertical-align: sub;
                margin: 0 5px 0 10px;
            }

                .wxuser .main .list .center p > img:first-child, .niche .main .list .center p a:first-child > img {
                    margin-left: 0;
                }

            .wxuser .main .list .center p span img {
                width: 8px;
                vertical-align: inherit;
                margin-right: 5px;
            }

            .wxuser .main .list .center hr {
                border-top: 1px solid #6f88a8;
            }

            .wxuser .main .list .center p.last span {
                margin-right: 5px;
            }

    .wxuser .mui-scroll-wrapper {
        top: 60px;
        bottom: 60px;
    }

    .wxuser .content2 {
        position: relative;
        z-index: 999;
    }


/** 报错 */
.error {
    padding: 0 0 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow: auto;
}

    .error .box {
        margin: 10vh 10vw 0;
    }

        .error .box img {
            margin: 20px 0;
        }

        .error .box p {
            color: red;
            text-align: center;
            font-size: 16px;
        }

/** 微信粉丝详情 */
.fans_browsing {
    padding: 10px 10px 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

    .fans_browsing .header {
        margin-bottom: 10px;
    }

        .fans_browsing .header .img {
            width: 80px;
        }

            .fans_browsing .header .img img {
                border-radius: 100%;
            }

        .fans_browsing .header .right {
            margin: 0 0 0 90px;
        }

            .fans_browsing .header .right p { /*margin-bottom: 8px;*/
                color: #101010;
                font-size: 12px;
            }

            .fans_browsing .header .right .title {
                color: #d20a0a;
                font-size: 15px;
            }

                .fans_browsing .header .right .title .blue {
                    margin-left: 20px;
                }

            .fans_browsing .header .right .blue {
                color: #0076ff;
            }

    .fans_browsing .box {
        margin: 10px 0;
    }

        .fans_browsing .box p {
            font-size: 12px;
        }

        .fans_browsing .box span {
            color: #101010;
        }

            .fans_browsing .box span.grey {
                color: #aea1a1;
                min-width: 84px;
                display: inline-block;
            }

        .fans_browsing .box a {
            margin-left: 15px;
            color: #0053ff;
        }

    .fans_browsing h1 {
        border-bottom: 1px solid #d20a0a8f;
        margin-bottom: 10px;
    }

        .fans_browsing h1 span {
            width: 74px;
            display: block;
            line-height: 28px;
            background: #d20a0a8f;
            border-left: 1px left #d20a0a8f;
            border-right: 1px left #d20a0a8f;
            border-top: 1px left #d20a0a8f;
            text-align: center;
            font-size: 14px;
            color: #fff;
        }

    .fans_browsing .hx {
        color: #aea1a1;
        font-size: 12px;
    }

    .fans_browsing .list li {
        margin: 0 10px 10px 0;
        display: inline-block;
        background: #0076ff14;
        text-align: center;
        border: 1px solid #0076ff;
        color: #0076ff9e;
        width: 69px;
        line-height: 24px;
    }

#wxuser_edit .mui-radio.mui-left input[type=radio] {
    left: 0px;
}

#wxuser_edit .mui-radio.mui-left label {
    padding-left: 20px;
}

.filtersearch {
    background: #fff;
    height: 44px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 20px;
    position: relative;
    color: #4c4c4c;
}

    .filtersearch .mui-search {
        position: absolute;
        left: 100%;
        top: 0;
        width: calc(100vw - 10px);
        background: #fff;
    }

        .filtersearch .mui-search input {
            width: calc(100vw - 80px);
        }

    .filtersearch .mui-input-row.mui-search .mui-icon-clear {
        right: 70px;
    }

    .filtersearch .filters {
        display: none;
        position: fixed;
        left: 0;
        top: 45px;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(0,0,0,0.3);
    }

        .filtersearch .filters .inside {
            background: #fff;
        }

            .filtersearch .filters .inside button {
                margin: 0;
                border-radius: 0;
            }

            .filtersearch .filters .inside .mui-col-xs-6:first-child button {
                background: #e5e5e5;
            }

                .filtersearch .filters .inside .mui-col-xs-6:first-child button:active {
                    color: #fff;
                    background: #929292;
                }

            .filtersearch .filters .inside .left {
                height: 200px;
                width: 100px;
                float: left;
            }

                .filtersearch .filters .inside .left li {
                    line-height: 40px;
                    display: block;
                    text-indent: 10px;
                    border-bottom: 1px solid #e2e2e2;
                }

                    .filtersearch .filters .inside .left li.active {
                        background: #fafafa;
                    }

            .filtersearch .filters .inside .right {
                height: 200px;
                margin-left: 100px;
                background: #fafafa;
            }

                .filtersearch .filters .inside .right .mui-card {
                    background: none;
                    border: 0;
                    box-shadow: none;
                    margin: 0;
                }

                    .filtersearch .filters .inside .right .mui-card.accounttype {
                        display: none;
                    }

                    .filtersearch .filters .inside .right .mui-card.division {
                        display: none;
                    }

                    .filtersearch .filters .inside .right .mui-card.source {
                        display: none;
                    }

                    .filtersearch .filters .inside .right .mui-card .mui-input-group {
                        background: none;
                    }

                        .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row label {
                            padding: 0 15px 0 40px;
                            line-height: 40px;
                        }

                        .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row input[type=radio] {
                            width: 12px;
                            height: 12px;
                            top: 8px;
                        }

                            .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row input[type=radio]:before {
                                font-size: 12px;
                            }

                        .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row input[type=checkbox] {
                            width: 12px;
                            height: 12px;
                            top: 8px;
                        }

                            .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row input[type=checkbox]:before {
                                font-size: 12px;
                            }

                        .filtersearch .filters .inside .right .mui-card .mui-input-group .mui-input-row::after {
                            background: none;
                        }

    .filtersearch.factive .filter {
        color: #ce1820;
    }

        .filtersearch.factive .filter span {
            color: #ce1820;
            transform: rotateZ(180deg);
            display: inline-block;
        }

    .filtersearch.factive .filters {
        display: block;
    }

    .filtersearch.sactive .mui-search {
        left: 0;
        transition: left 0.6s;
    }

    .filtersearch .search {
        margin: 0;
    }

    .filtersearch .mui-search .mui-placeholder {
        right: 70px;
    }

    .filtersearch .mui-search .mui-btn {
        line-height: 12px;
        font-size: 12px;
        width: 60px;
    }

.mui-search.mui-active:before {
    margin-top: -12px;
    height: 24px;
    line-height: 24px;
}

.qrcode {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 16vw);
    background: #fff;
    overflow: auto;
    display: table;
}

    .qrcode .mui-input-row {
        display: table-cell;
        vertical-align: middle;
    }

        .qrcode .mui-input-row p {
            line-height: 24px;
        }

        .qrcode .mui-input-row #qrcode {
            width: 100%;
            display: block;
        }

        .qrcode .mui-input-row .top {
            width: 80%;
            margin: auto;
            display: block;
            max-width: 45vh;
        }

        .qrcode .mui-input-row .qr {
            width: 70%;
            margin: 0 auto 20px;
            padding: 0;
            overflow: hidden;
            border: 3px solid #e94a08;
            border-radius: 8px;
            max-width: 45vh;
        }

.searchs {
    padding: 50px 0 60px;
}

    .searchs .mui-indexed-list {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 35px;
        overflow: initial;
    }

.announcement ul li, .announcement p {
    font-size: 12px;
    color: #8f8f94;
    line-height: 30px;
}

.announcement ul {
    border-bottom: 1px solid #EAEAEA;
}

.announcement p.title {
    font-size: 15px;
    color: #000;
}

.fon {
    padding-top: 10px;
    font-size: 12px;
}

.mui-grid-view .fon span {
    font-size: 30px;
    color: #f64a4d;
    vertical-align: super;
}

.last-content-top {
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
    background: #fff;
    line-height: 38px;
    font-size: 15px;
}

.search-select {
    clear: both;
}

    .search-select ul li {
        display: inline-block;
    }

.daily_rpt_v2 {
    padding: 0 0 50px;
    background: #fff;
    min-height: 100vh;
}

    .daily_rpt_v2 #pullrefresh {
        margin-top: 17px;
    }

    .daily_rpt_v2 .mui-scroll-wrapper {
        top: 370px;
        bottom: 16vw;
    }

    .daily_rpt_v2 .list {
        background: #fff;
        margin-bottom: 10px;
        line-height: 50px;
        border-bottom: 1px solid #CFD4DA;
    }

        .daily_rpt_v2 .list p {
            color: #606060;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
        }

    .daily_rpt_v2 .mui-pull-bottom-pocket {
        display: none !important;
    }

    .daily_rpt_v2 #sliderSegmentedControl .mui-active span {
        color: #ce1820;
        line-height: 37px;
        border-bottom: 1px solid #ce1820;
    }

    .daily_rpt_v2 .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
        color: #f64a4d;
    }

    .daily_rpt_v2 .mui-slider {
        background-color: #fff;
    }

    .daily_rpt_v2 .filtersearch {
        font-size: 12px;
    }

        .daily_rpt_v2 .filtersearch .filters {
            top: 400px;
        }

/*----------------mui.showLoading---------------*/
.mui-show-loading {
    position: fixed;
    padding: 5px;
    width: 120px;
    min-height: 120px;
    top: 45%;
    left: 50%;
    margin-left: -60px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    visibility: hidden;
    margin: 0;
    z-index: 2000;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    .mui-show-loading.loading-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    .mui-show-loading .mui-spinner {
        margin-top: 24px;
        width: 36px;
        height: 36px;
    }

    .mui-show-loading .text {
        line-height: 1.6;
        font-family: -apple-system-font,"Helvetica Neue",sans-serif;
        font-size: 14px;
        margin: 10px 0 0;
        color: #fff;
    }

.mui-show-loading-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.mui-show-loading-mask-hidden {
    display: none !important;
}
