* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: '润植家如印奏章楷';
    src: url('../fonts/nzgrRuYinZouZhangKai.ttf') format('truetype');
}

body,
input,
select,
textarea {
    font-size: 0.875rem;
}

p {
    margin-bottom: 0;
}

.mui-input-row label ~ input,
.mui-input-row label ~ select,
.mui-input-row label ~ textarea {
    width: auto;
}

.mui-input-row label {
    padding: 0;
}

em,
i {
    font-style: normal;
}
.mui-bar-nav ~ .mui-content{
    padding-top:50px;
}
body > .mui-content {
    height: calc(100vh - 50px);
}

.mui-bar {
    /*background-color: #2196F3;*/
    z-index:999;
}

    .mui-bar a {
        color: #000;
    }

.stepNav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 20px 30px;
    background-color: #fff;
}

.stepItem {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
}

.stepItemNum,
.stepItemIcon {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    border: 1px solid #787878;
    background-color: #eee;
    box-sizing: border-box;
    border-radius: 50%;
    color: #787878;
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-align: center;
}

.stepItemName {
    font-size: 0.875rem;
    line-height: 24px;
    color: #454545;
}

.stepItem::after,
.stepItem.stepActive::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #787878;
}

.stepItem:first-child::after {
    width: calc(50% - 13px);
    right: 0;
    left: auto;
}

.stepItem:last-child::after {
    width: calc(50% - 13px);
}

.stepItem.stepActive .stepItemNum,
.stepItem.stepActive .stepItemName {
    color: rgba(0, 98, 244, 1);
}

.stepItem.stepActive .stepItemNum {
    border-color: rgba(0, 98, 244, 1);
    background-color: #d7e1f1;
}

.stepItem.stepActive .stepItemIcon {
    border-color: rgba(0, 98, 244, 1);
    background-color: rgba(0, 98, 244, 1);
    color: #fff;
}

.stepContent {
    position: relative;
    margin-top: 10px;
    height: calc(100vh - 186px);
    background-color: #fff;
}

*.poBottom {
    position: absolute;
    bottom: 15px;
}

.infoType {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
}

.mui-input-group.infoContent {
    background-color: transparent;
}

.infoContent .mui-input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    flex-wrap:nowrap;
    background-color: #fff;
}
    .infoContent .mui-input-row.mui-radio{
        padding-left:8px;
    }
    .infoContent .mui-input-row input[type='text'] {
        padding-right: 0px;
        text-align: right;  
    }
.infoContent.loginForm .mui-input-row input[type='text'] {
    padding-right: 15px;
    text-align: left;
}

    .infoContent .mui-input-row.imgRow {
        position: relative;
        height: 80px;
    }

        .infoContent .mui-input-row.imgRow input[type='file'] {
            position: absolute;
            top: 10px;
            right: 15px;
            z-index: 11;
            display: inline-block;
            width: 120px;
            height: 60px;
            background: none;
            outline: none;
            border: none;
            line-height: 60px;
            opacity: 0;
        }

        .infoContent .mui-input-row.imgRow img {
            position: absolute;
            top: 10px;
            right: 15px;
            z-index: 10;
            width: 120px;
            height: 60px;
            border: 1px solid #acacac;
            box-sizing: border-box;
        }

        .infoContent .mui-input-row.imgRow .delCard {
            position: absolute;
            top: 70px;
            right: 15px;
            z-index: 10;
            display: none;
            width: 120px;
            color: rgba(0, 98, 244, 1);
            font-size: 0.75rem;
            text-align: center;
            line-height: 2;
        }

    .infoContent .mui-input-row *.rowTitle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        min-width: 120px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        font-size: 0.875rem;
        color: #000;
    }
.rowTitle .iconfont{
    display:inline-block;
    width:22px;
}
.infoContent .mui-input-row.textareaRow {
    flex-direction: column;
}
        .infoContent .mui-input-row.textareaRow .rowTitle {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            width:100%;
            min-height:40px;
        }

        .infoContent .mui-input-row.textareaRow .rowContent{
            padding-bottom:8px;
        }
        .infoContent .mui-input-row.textareaRow .rowContent,
        .infoContent .mui-input-row.textareaRow textarea {
            width: 100%;
        }
        .infoContent .mui-input-row.textareaRow textarea {
            padding: 8px;
            border: 1px solid #ccc;
            border-radius:4px;
        }

        .infoContent .mui-input-row *.rowTitle.coDisable {
            color: #aaa;
        }
.infoContent .mui-input-row .rowContent{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    flex:1;
}

.infoContent .mui-checkbox.mui-left input[type=checkbox],
.infoContent .mui-radio.mui-left input[type=radio] {
    left: 15px;
}

.infoContent .mui-checkbox.mui-left label,
.infoContent .mui-radio.mui-left label {
    padding-right: 0px;
    padding-left: 40px;
}

.requiredIcon {
    color: red;
}

.rowContent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 150px);
}

.identityPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-height: calc(100% - 115px);
    padding-bottom: 15px;
    overflow-y: auto;
}

.identityItem {
    width: calc(33.33% - 15px);
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px 15px 0 0;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 32px;
}

.successPanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .successPanel > .mui-icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-top: 35%;
        background-color: rgba(0, 98, 244, 1);
        font-size: 80px;
        color: #fff;
        font-weight: bold;
    }

.successMes {
    font-size: 1rem;
    color: #333;
    line-height: 40px;
}

.loginCountdown {
    font-size: 0.875rem;
    color: #999;
    line-height: 60px;
}

.hPanel {
    width: 100vw;
    padding: 15px;
}

    .hPanel.userPanel {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        margin-bottom: 10px;
    }

.hUser {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    padding: 2px;
}

.hPanel.userPanel .userInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}

.userInfoItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
}

    .userInfoItem:first-child {
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

.userCard {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.userCardItem {
    position: relative;
    min-width: 46px;
    height: 22px;
    margin-left: 10px;
}

    .userCardItem:after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: linear-gradient(135deg, transparent 50%, #aaa 0);
    }

.countInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
    .countInfo span {
        padding: 4px 0;
        font-size: 0.875rem;
        color:#888;
    }

    .countInfo > span > em {
        margin-right: .25em;
        font-size: 1.25rem;
    }

.hPanel.funcPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.funcItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 80px;
    border-radius: 5px;
    background-color: rgba(0, 98, 244, 1);
    margin-top: 10px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 1.125rem;
}

    .funcItem .iconfont {
        font-size: 2rem;
    }

.hPanel.projPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.panelTitle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cityName {
    color: #999;
}

.panelTitle .mui-checkbox input[type='checkbox'],
.panelTitle .mui-radio input[type='radio'] {
    width: 16px;
    height: 16px;
}

.projItem {
    position: relative;
    width: 100%;
}

    .projItem > img {
        width: 100%;
        height: 150px;
    }

.projRemark {
    display: block;
    background-color: rgba(0, 0, 0, .25);
    max-width: clac(100% - 10px);
    height: 24px;
    padding: 0 5px;
    font-size: 0.875rem;
    line-height: 24px;
}

    .projRemark.remarkTop {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #FFFF00;
    }

    .projRemark.remarkBottom {
        position: absolute;
        top: 126px;
        right: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
        color: #fff;
    }

.projCtrl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-top: -5px;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ctrlItem {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .ctrlItem p {
        width: 100%;
        margin-bottom: 0;
        line-height: 20px;
        text-align: center;
    }

    .ctrlItem::before {
        position: absolute;
        left: 0;
        top: 5px;
        content: '';
        display: block;
        width: 1px;
        height: calc(100% - 10px);
        background-color: #aaa;
    }

    .ctrlItem:first-child::before {
        width: 0;
    }

.projectImg {
    position: relative;
    width: 34%;
    height: 80px;
    margin-right: 10px;
}

    .projectImg img {
        height: 100%;
        width: 100%;
    }

    .projectImg .imgIcon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgba(0,0,0,.25);
        color: #fff;
        line-height: 1.5;
        font-size: 12px;
    }

.projSInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(66% - 10px);
    height: 80px;
}

.searchPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 10px 15px;
}

    .searchPanel .mui-search {
        flex: 1;
    }

    .searchPanel input[type=search] {
        height: 30px;
        margin-bottom: 0;
        background-color: #fff;
        font-size: 0.875rem;
        text-indent: 5px;
    }

    .searchPanel .mui-search .mui-placeholder {
        height: 30px;
        line-height: 30px;
        font-size: 0.875rem;
        text-align: left;
        text-indent: 5px;
    }

    .searchPanel .mui-search:before {
        margin-top: -12px;
    }

    .searchPanel .mui-input-row.mui-search .mui-icon-clear {
        top: 0px;
        right:52px;
        line-height:40px;
    }

/**
 * mui图片预览
 */
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .mui-preview-image.mui-preview-in {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .mui-preview-image.mui-preview-out {
        background: none;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

        .mui-preview-image.mui-preview-out .mui-preview-header,
        .mui-preview-image.mui-preview-out .mui-preview-footer {
            display: none;
        }

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item a,
.mui-slider .mui-slider-group .mui-slider-item a img {
    width: 100%;
    height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

    .mui-preview-loading.mui-active {
        display: block;
    }

    .mui-preview-loading .mui-spinner-white {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        height: 50px;
        width: 50px;
    }

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}

.dialogSelf {
    position: fixed;
    top: 15%;
    left: 5%;
    z-index: 21;
    display: none;
    width: 90%;
    max-height: 70%;
    background-color: #fff;
}

.maskSelf {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .15);
}

.dialogBody {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 22;
}

    .dialogBody .mui-table-view:before,
    .dialogBody .mui-table-view:after {
        height: 0;
    }

.mui-input-group.dialogContent:before,
.mui-input-group.dialogContent:after {
    height: 0;
}
.selectBody{
    position:relative;
}
.selectPanel,
.selectItem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
}

.selectPanel {
    height: 44px;
}

.selectItem {
    justify-content: space-around;
    border-bottom: 0;
    padding:0 4px;
}

    .selectItem > span:first-child {
        max-width: calc(100% - 20px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .selectItem.active {
        color: rgba(0, 98, 244, 1);
    }

.selectDialog {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 21;
    display: none;
    width: 100%;
    max-height: calc(80vh - 200px);
    background-color: #fff;
}

    .selectDialog .maskSelf {
        position:absolute;
        top: 44px;
        left: 0;
        z-index: 20;
        height: calc(100vh - 178px);
    }

    .selectDialog .dialogBody {
        height: auto;
        max-height: calc(100vh - 260px);
    }

    .selectDialog .mui-search {
        height: 44px;
        background-color: #fff;
        width: calc(100vw - 30px);
        margin-left: 15px;
        margin-top: 10px;
        border-radius: 10px;
    }

.flexRow,
*.flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.flexColumn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.dateInput {
    display: block;
    min-width: 100px;
    min-height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    line-height: 2;
}

.datePanel {
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto;
}

    .datePanel .mui-input-row {
        position: relative;
    }

        .datePanel .mui-input-row::after {
            position: absolute;
            left: 0;
            top: calc(50% - 1px);
            z-index: 10;
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: #acacac;
        }

        .datePanel .mui-input-row:first-child::after {
            left: auto;
            right: 0;
        }

.dialogButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
}

    .dialogButtons button {
        height: 32px;
        min-width: 100px;
        letter-spacing: .25em;
    }

.stateTitle {
    height: 30px;
    color: #333;
    line-height: 30px;
}

.statePanel,
.stateContent {
    width: 100%;
    height: auto;
}

.stateContent {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.stateItem {
    display: block;
    width: auto;
    min-width: 50px;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
    line-height: 24px;
    color: #333;
    font-size: 0.75rem;
}
    .stateItem.active {
        color: rgba(0, 98, 244, 1);
        border-color: rgba(0, 98, 244, 1);
    }

    .clientItem {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 8px;
        background-color: #fff;
    }
.mui-scroll .clientItem:last-child{
    margin-bottom:0;
}

.clientInfo {
    justify-content: space-between;
    border-bottom: 1px dashed #eaeaea;
    box-sizing: border-box;
}

    .clientInfo .rowLong {
        flex: 1;
    }

.clientInfoItem {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:nowrap;
    padding:4px 0;
    width:100%;
    font-size:14px;
    color:#333333;
}
.itemContent{
    flex:1;
}


.clientLabel {
    display: inline-block;
    width: auto;
    padding: 0 6px;
    background-color: #f6f6f6;
    color: red;
    font-size: 12px;
    line-height: 1.6;
}

.clientBottom {
    height: 26px;
    margin-top: 3px;
    justify-content: space-between;
}

    .clientBottom * {
        color: #676767;
    }

.clienCtrl {
    width: 120px;
    justify-content: space-between;
}

.keyIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
}

.mui-input-group .mui-input-row {
    height: auto;
    min-height: 40px;
    /*top: -309px;
    left: 0px;*/
}

.mui-popover,
.mui-popover *,
.mui-popover .mui-popover-arrow:after {
    background-color: #fff;
}

    .mui-popover .mui-popover-arrow {
        background-color: transparent;
    }

.dialogHead {
    position: relative;
    z-index: 22;
    width: 100vw;
    height: 44px;
}

    .dialogHead .mui-title {
        width: calc(100% - 50px);
        margin-left: 25px;
        text-align: center;
    }

    .dialogHead .mui-icon {
        line-height: 44px;
    }

.cateName {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #eee;
    text-align: left;
    line-height: 40px;
    color: #454545;
    font-size: 14px;
}

.IBuildingList {
    width: 100%;
    height: auto;
}

.IBuildingTitle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.IBuildingName .areaName {
    margin: 0 5px;
    color: #999;
}

.buildingImg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100vw;
    padding: 10px 15px 0 15px;
}

.BImgItem {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100vw * .3333);
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
}

    .BImgItem.BImgItemAdd > input[type='file'] {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .BImgItem.BImgItemAdd .mui-icon {
        font-size: 60px;
    }

    .BImgItem > img {
        width: 100%;
        height: 100%;
    }

    .BImgItem .del {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.35);
        color: #fff;
        text-align: center;
        line-height: 24px;
        font-size: 20px;
    }

.clientHead {
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
}

    .clientHead .clientBase {
        flex: 1;
        margin-left: 15px;
    }

        .clientHead .clientBase p {
            margin-bottom: 0;
        }

    .clientHead .headImg {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .clientHead .clienCtrl {
        width: 120px;
        justify-content: flex-end;
        align-items: center;
    }

        .clientHead .clienCtrl > span {
            margin-left: 10px;
        }

.clientState {
    width: 100vw;
}

.clientProj {
    justify-content: space-between;
    width: 100%;
    min-height: 30px;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.clientState .stepNav {
    padding: 20px 0;
}

.reportInfo {
    width: 100vw;
    background-color: #fff;
}

.reportTitle {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
}

.rowItem {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    min-height: 40px;
}

    .rowItem input[type=text],
    .rowItem input[type=number] {
        height: 21px;
        line-height: 21px;
    }

.imageList {
    widows: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

    .imageList .imgItem {
        position: relative;
        height: calc(33.33vw - 10px);
    }

        .imageList .imgItem img {
            width: 100%;
            height: 100%;
        }

    .imageList .imgView {
        position: absolute;
        right: 5px;
        bottom: 5px;
        color: #fff;
    }

.hisItem {
    position: relative;
    width: 100vw;
}

    .hisItem::before {
        position: absolute;
        top: 40px;
        left: 9.5px;
        z-index: 2;
        content: '';
        display: block;
        width: 1px;
        height: calc(100% - 15px);
        background-color: #999;
    }

    .hisItem:last-child::before {
        height: 0;
    }

.hisHead {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    min-height: 60px;
}
.hisIcon{
    z-index:3;
    background-color:#ffffff;
}

.hisLabel {
    width: auto;
    padding: 0 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 10px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

    .hisLabel.active {
        border-color: red;
        color: red;
    }

.hisContent {
    position: relative;
    z-index: 11;
    width: calc(100% - 60px);
    margin-left: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
}

    .hisContent:before {
        position: absolute;
        top: -8px;
        left: 20px;
        z-index: 10;
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-bottom: 0;
        border-right: 0;
        background-color: #fff;
        transform: rotate(45deg);
    }

.disablePanel {
    position: relative;
    width: 100%;
}

    .disablePanel::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.25);
    }

.mineHead {
    justify-content: space-between;
    width: 100vw;
    padding: 15px;
    background-color: rgba(0, 98, 244, 1);
    color: #fff;
}

    .mineHead .headImg {
        width: 60px;
        height: 60px;
        border: 1px dashed #fff;
    }

.mineInfo .rowItem {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

    .mineInfo .rowItem.brokerage {
        padding: 10px 0;
    }

.brokerageItem {
    position: relative;
    padding: 0 15px;
}

.rowItem.brokerage .brokerageItem:last-child::before {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #ccc;
}

.rowItem.brokerage:last-child .brokerageItem:last-child::before {
    top: 100%;
}

.mineInfo .rowItem .rowContent {
    width: auto;
    flex: 1;
    justify-content: flex-end;
}

.headRowImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.minePic {
    position: relative;
}

    .minePic input[type='file'] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

.bankCard {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    background-color: #0186d0;
    border-radius: 5px;
}

.bankName {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 5;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: .25em;
}

.bankNumber {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 5;
    color: #fff;
}

.defaultIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    padding: 2px 10px;
    border: 1px solid #0af805;
    box-sizing: border-box;
    border-radius: 50%;
    /*color: #fff;*/
    color: #0af805;
    text-align: center;
    font-size: 12px;
}

.cardCtrl {
    justify-content: space-between;
    width: 100vw;
    padding: 10px 15px;
}

.qrCodePanel {
    flex-direction: column;
    padding: 20px 0;
}

    .qrCodePanel > img {
        width: 200px;
        height: 200px;
    }

.logoPanel {
    height: 240px;
}

    .logoPanel .iconfont.logo {
        display: block;
        width: 126px;
        height: 126px;
        border-radius: 50%;
        background-color: rgba(0, 98, 244, 1);
        color: #fff;
        font-size: 80px;
        text-align: center;
        line-height: 126px;
        font-weight: bold;
    }

.otherCtrl {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
}

    .otherCtrl > .oCtrlItem {
        position: relative;
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    .otherCtrl > .oCtrlItem:first-child {
        padding:0 8px;
    }

        .otherCtrl > .oCtrlItem:not(:first-child)::after {
            position: absolute;
            top: 12px;
            left: 0;
            z-index: 1;
            content: '';
            display: block;
            width: 1px;
            height: 16px;
            background-color: rgba(0, 98, 244, 1);
        }

.indexPanel {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100vw;
    height: 100vh;
    background-color: #fcfcfc;
    overflow: auto;
}
    .indexPanel.loginPanel {
        justify-content: space-between;
        background-color: #ffffff;
    }
        .indexPanel.loginPanel .rowTitle{
            min-width:60px;
        }
        .indexPanel .comLogo {
            position: absolute;
            top: 2rem;
            left: 1rem;
            z-index:10;
            color: #fff;
            font-size: 2.5rem;
        }
.loginHeadStyle {
    position:relative;
    width: 100%;
    height: 36vh;
    background-image: url('../img/全民营销登录头部0.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.loginTitleTextStyle {
    position:absolute;
    bottom:45%;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 2.25rem;
    font-weight: 500;
    font-family: '润植家如印奏章楷';
    color:#ffffff;
}
.loginPanel .mui-input-group:after,
.loginPanel .mui-input-group:before {
    height: 0;
}
.loginForm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
}
    .loginForm .rowIcon {
        font-size: 1.5rem;
        color: #9A9A9A;
    }
    .loginForm.mui-input-group .mui-input-row{
        height:50px;
    }
    .loginForm.mui-input-group .mui-input-row input::placeholder {
        color:#999999;
    }
    .loginForm .mui-input-row .mui-switch {
        margin-top: 0;
        margin-right: 6px;
    }
.mui-switch {
    height: 24px;
}
    .mui-switch .mui-switch-handle{
        width:22px;
        height:22px;
    }
.loginFootStyle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
}
.loginFootStyle p {
    width: 100%;
    text-align: center;
}
.loginFootLogo {
    text-align: center;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: '润植家如印奏章楷';
    color: #4587f2;
}
.mui-slider.sliderPanel,
.mui-slider.sliderPanel .mui-slider-group,
.mui-slider.sliderPanel .mui-slider-item,
.mui-slider.sliderPanel .mui-slider-item img {
    width: 100vw;
    height: 200px;
}

    .mui-slider.sliderPanel .mui-slider-item,
    .mui-slider.sliderPanel .mui-slider-item img {
        background-color:#f5f5f5;
        text-align: center;
        line-height: 200px;
        color:#333;
        font-size:16px;
    }
        .mui-slider.sliderPanel .mui-slider-item > a:not(.mui-control-item) {
            display: block;
            width: 100%;
            height: 100%;
        }
.buildItem,
.mui-table-view-chevron .mui-table-view-cell.buildItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}

.buildPic {
    width: calc(50% - 10px);
    height: 100px;
}
.noItemPic {
    display: block;
    width: calc(50% - 10px);
    height: 100px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #333;
    background-color: #fafafa;
}

.noPic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(50% - 10px);
    height: 100px;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.buildInfo {
    width: 50%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;
}

.buildInfoTxt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.buildName {
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: 400;
}

.buildKey {
    flex: 1;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #9a9a9a;
}

.countCtrl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.rowBoard {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 6px;
}

.infoPanel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.infoTxt {
    flex: 1;
}

.buildTitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 36px;
    color: #000;
    font-size: 16px;
}

.btItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.titleLine {
    width: 2px;
    height: 16px;
    margin-right: 4px;
    margin-top: 2px;
    background-color: #1F7FD0;
}

.rowBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.biRow {
    width: 100%;
    color: #a9a9a9;
    font-size: 12px;
}

.floorPlan {
    width: 100%;
}

.htPanel {
    width: 100%;
    float: left;
}

.picItem,
.mui-segmented-control .mui-control-item.picItem {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    margin-right: 10px;
    padding: 0;
    border:1px solid #efefef;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

    .picItem img {
		height:100%;
		max-width:100%;
    }
.picTitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width:100%;
	max-height:100%;
    background-color: rgba(0,0,0,.35);
    padding: 0 4px;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
    text-align:left;
    white-space: pre-wrap;
}
.mapPanel {
    width: 100%;
    height: 200px;
}

.resetCoordinate {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 11;
    padding: 5px;
    color: #1F7FD0;
    font-size: 24px;
}

.dyItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 12px;
}

.dyiTitle {
    width: 100%;
    padding: 10px 0;
    color: #434343;
}

.dyiContent {
    width: 100%;
    color: #000;
}

.surrItem {
    padding-bottom: 5px;
}

.surrTitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
    font-size: 14px;
}

    .surrTitle .iconfont {
        color: #1F7FD0;
        margin-top: -4px;
    }

    .surrName {
        padding-left: 5px;
        color: black;
        font-weight: bold;
    }

.surrContent {
    font-size: 12px;
    color: #191919;
}

.buildIntro {
    width: 100%;
}

.bInItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
}

.biiTitle {
    width: 70px;
    color: #434343;
}

.biiVal {
    flex: 1;
    color: #101010;
}
.rowAttr{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:nowrap;
    width:100%;
    padding:4px 10px;
}
.rowContent{
    flex:1;
}
.footButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0;
    background-color: white;
    border-top:1px solid #ccc;
    box-sizing:border-box;
}
.footItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0;
    border:0;
    padding:2px 0;
    font-size: 12px;
    color: #1F7FD0;
}

    .footItem .iconfont {
        margin-top: -6px;
        font-size: 14px;
    }
.recognizeCtrlPanel{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    flex-wrap:nowrap;
    height:40px;
}
.recognizeCtrl {
    display: inline-block;
    width: auto;
    min-width: 60px;
    height: 24px;
    border: 1px solid #757575;
    border-radius: 12px;
    padding: 0 8px;
    margin: 0 4px;
    color: #757575;
    text-align: center;
    line-height: 24px;
    font-size:12px;
}
/* .selectDialog .mui-search input[type='search']{
} */
/**
 * 元素占父元素比例
 */
.c_1_1,
*.c_1_1 {
    width: 100%;
}

.c_1_2,
*.c_1_2 {
    width: 50%;
}

.c_1_3,
*.c_1_3 {
    width: 33.333%;
}

.c_1_4,
*.c_1_4 {
    width: 25%;
}

/**
 * 按钮
 */
.btn_default {
    width: auto;
    min-height: 28px;
    padding: 2px 10px;
    background-color: rgba(0, 98, 244, 1);
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    letter-spacing: .15em;
}
.mui-btn.btn_default, button.btn_default,
input[type=button].btn_default,
input[type=reset].btn_default,
input[type=submit].btn_default {
    background-color: rgba(0, 98, 244, 1);
    color: #fff;
}

.btn_long {
    width: 90%;
    min-height: 42px;
    margin: 15px auto;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 1.125rem;
}
.btn_login {
    background: linear-gradient(to right,#4486F1,#72AFFC);
    border-radius: 21px;
}

.btn_Orange,
.mui-btn.btn_Orange, button.btn_Orange,
input[type=button].btn_Orange,
input[type=reset].btn_Orange,
input[type=submit].btn_Orange {
    background-color: orange;
    border: 1px solid orange;
    box-sizing: border-box;
    color: #fff;
}

.bgNone.btn_Orange {
    border: 1px solid orange;
    box-sizing: border-box;
    color: orange;
}

.btnLong {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #1F7FD0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.btnSmall {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 50px;
    padding: 0 5px;
    background-color: #1F7FD0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-family: 黑体;
}

.whiteTxt {
    font-size: 12px;
    color: white;
}

.btnTel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    background-color: transparent;
    border: 1px solid #1F7FD0;
    box-sizing: border-box;
    border-radius: 20px;
    height: 26px;
    padding: 3px 5px;
    color: #1F7FD0;
    font-size: 10px;
}

    .btnTel .iconfont {
        margin-right: 6px;
        margin-top: -6px;
        font-size: 14px;
    }
.articleItem{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
}
.articleTitle {
    font-size: 14px;
    text-align: left;
}
.articleDate{
    font-size:10px;
    text-align:left;
}
/****************************自定义弹窗开始*************************************/
.approvalDlg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,.36);
}

.approvalPanel {
    position: relative;
    width: calc(96% - 20px);
    height: auto;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
}

    .approvalPanel .formItem {
        font-size: 14px;
    }

.dlgHead {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #606266;
    font-weight: normal;
}

.dlgBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}

.dlgRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 14px;
}

    .dlgRow.textareaRow {
        flex-direction: column;
        justify-content: flex-start;
    }

    .dlgRow input,
    .dlgRow textarea {
        font-size: 14px;
        padding: 2px;
    }

.dlgButtons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 6px 0;
    border-top: 1px solid rgb(214, 215, 217);
}

    .dlgButtons button {
        margin-right: 10px;
        width: 50%;
        background-color: transparent;
        color: rgb(96, 98, 102);
        text-align: center;
        border: 0;
        font-size: 16px;
    }

    .dlgButtons::after {
        position: absolute;
        top: 0;
        left: calc(50% - 0.5px);
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgb(214, 215, 217);
        transform: scaleX(0.5);
    }

.approvalDlg .dlgClose {
    position: absolute;
    top: -30px;
    right: calc(50% - 10px);
    color: #fff;
    font-size: 22px;
}
/****************************自定义弹窗结束*************************************/
/**
 * 字体
 */
.coBlue,
*.coBlue {
    color: rgba(0, 98, 244, 1);
}

.coRed,
*.coRed,
*.coFocus,
.coFocus {
    color: red;
}

.coGray,
*.coGray {
    color: #999;
}

.coGray1,
*.coGray1 {
    color: #676767;
}

.coBlack,
*.coBlack {
    color: #333;
}

.coOrange,
*.coOrange {
    color: orange;
}

.coWhite,
*.coWhite {
    color: white;
}

.coDisable,
*.coDisable {
    color: #aaa;
}

.fs12,
*.fs12 {
    font-size: 12px;
}

.fs14,
*.fs14 {
    font-size: 14px;
}

.fs16,
*.fs16 {
    font-size: 16px;
}

.fs18,
*.fs18 {
    font-size: 18px;
}

.fs20,
*.fs20 {
    font-size: 20px;
}

.fs24,
*.fs24 {
    font-size: 24px;
}

.fBold {
    font-weight: bold;
}

/**
 * 背景色
 */
.bgNone {
    background-color: snow;
}

.btn_default.bgNone {
    border-color: rgba(0, 98, 244, 1);
    background-color:transparent;
    color: rgba(0, 98, 244, 1);
}

.bgGray {
    background-color: #eee;
    color: #686868;
}

.bgWhite {
    background-color: #fff;
}
/**
 * 间距
 */
.MTop,
*.MTop {
    margin-top: 10px;
}

.MBottom,
*.MBottom {
    margin-bottom: 10px;
}

.MLeft,
*.MLeft {
    margin-left: 10px;
}

.MRight,
*.MRight {
    margin-right: 10px;
}
/**
 * border
 */
.borderTop,
*.borderTop {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.borderRight,
*.borderRight {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.borderBottom,
*.borderBottom {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.borderLeft,
*.borderLeft {
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

.noBorder,
*.noBorder {
    border: none;
}
/**
 * 文本对齐
 */
.alignRight,
*.alignRight {
    text-align: right;
}

.alignLeft,
*.alignLeft {
    text-align: left;
}
