#app {
    background: #F7F8FA;
    height: auto !important;
}

.ms-cards {
    width: 100%;
    border-radius: 4px;
}

.card {
    background: #ffffff;
    margin: 10px 10px;
    margin-bottom: 10px;
    min-height: 50px;
    box-shadow: 0px 0px 4px 0px #dddde6;
    border-radius: 5px;
}

.card-false {
    border-radius: 4px;
    background: #F7F8FA;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}

.card-header {
    height: 44px;
    margin-top: -5px;
    border-bottom: 1px solid #e5e5e5;
}

.card-header .tag {
    display: block;
    height: 17px;
    float: left;
    background: linear-gradient(#3478FF, #3EB0FF);
    width: 4px;
    line-height: 3;
    margin-top: 15px;
    margin-left: 4px;
}

.card-header .title {
    line-height: 3;
    font-size: 16px;
    margin-left: 6px;
    font-weight: bold;
}

.card-header .right-link {
    float: right;
    margin-top: 12px;
    font-size: 16px;
    margin-right: 10px;
    color: #387EE8 !important;
    text-decoration: none;
}

.card-header .right-link a {
    margin-top: 12px;
    color: #387EE8 !important;
    font-size: 16px;
    text-decoration: none;
}

.card-content {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
}

.card-content .div-column {
    min-height: 25px;
    display: flex;
}

.card-content .div-finally {
    margin-left: -2px;
    display: flex;
}

.card-content .left-value {
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 25px;
    width: 80%;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
}

.card-content .right-link {
    float: right;
    color: #387EE8;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    margin-right: 10px;
}

.card-content .file-right-link {
    text-align: right;
    color: #387EE8;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.card-content .star {
    color: #ff0000;
    line-height: 25px;
}

.right_star {
    color: #ff0000;
}

.card-content .key {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 25px;
    white-space: nowrap; /*强制span不换行*/
}

.card-content .key-width40 {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    min-width: 40px;
    line-height: 25px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
}

.card-content .value {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 25px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    width: 80%;
}

.card-content .value input {
    border: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
}

.card-content .value-wrap {
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    width: 85%;
    text-align: right;
}

.card-content .title-right {
    font-size: 11px;
    color: #6F6F6F;
    width: 20%;
    text-align: right;
}

.small-title {
    width: 85%;
    font-size: 11px !important;
    color: #6F6F6F !important;
}

.ref-supervise {
    height: 42px;
    line-height: 42px;
    background: #ebf0fe;
    border: 1px dashed #3883f4;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
}

.ref-supervise img {
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.ref-supervise span {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #387ee8;
    line-height: 14px;
    text-decoration: none;
}

.illegal-fact {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
}

.illegal-fact .img {
    float: left;
}

.illegal-fact .img img {
    width: 28px;
    height: 28px;
}

.illegal-fact ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 88%;
    margin-left: 10px;
    display: inline;
}

.illegal-fact ul li {
    list-style: none;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #6F6F6F;
}

.illegal-fact-user {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
}

.illegal-fact-user .img {
    float: left;
}

.illegal-fact-user .img img {
    width: 48px;
    height: 48px;
}

.illegal-fact-user ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 88%;
    margin-left: 10px;
    display: inline;
}

.illegal-fact-user ul li {
    list-style: none;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.process-idea {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.process-idea .left {
    display: flex;
    flex-direction: column;
    width: 10%;
    margin-left: 12px;
}

.process-idea .left .img-div {
    text-align: center;
    height: 24px;
}

.process-idea .left .line-div {
    text-align: center;
    height: 96px;
}

.process-idea .left .line-div .row-line-1 {
    border-left: solid 2px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    border-image: linear-gradient(#3EB0FF, #3478FF) 1 10 1;
}

.process-idea .left .line-div .row-line-0 {
    border-left: solid 2px;
    height: 92%;
    margin-top: 8px;
    vertical-align: middle;
    display: inline-block;
    border-image: linear-gradient(#d8dbe8, #d8dbe8) 1 10 1;
}

.process-idea .right {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.process-idea .right .out-div {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    height: 100px;
    width: 92%;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: top;
    background-color: #FFFFFF;
}

.process-idea .right .arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
    position: absolute;
    margin-left: -10px;
    margin-top: 10px;
    border-right-color: #FFFFFF;
}

.process-idea .right .row-div {
    display: flex;
    flex-direction: row;
}

.process-idea .right .row-div .left-div {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
    width: 75%;
}

.process-idea .right .row-div .left-div .span-1 {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 40px;
}

.process-idea .right .row-div .left-div .span-2 {
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 30px;
}

.process-idea .right .row-div .left-div .span-3 {
    height: 30px;
    font-size: 10px;
    font-weight: 400;
    color: #a0a2ad;
    line-height: 30px;
}

.process-idea .right .row-div .right-div {
    width: 25%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.process-idea .right .row-div .right-div img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    overflow: hidden;
}

.textarea-value {
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    resize: none
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.save-tab-bar {
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #dddde6;
    opacity: 1;
}

.save-button {
    width: calc(100% - 24px);
    background: #3883F4;
    text-align: center;
    height: 42px;
    margin-top: 6px;
}

.submit-button {
    width: calc(50% - 24px);
    height: 42px;
    opacity: 1;
    background: linear-gradient(180deg, #5394fb, #3679e2);
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px #c9c9d8;
    text-align: center;
    margin-top: 6px;
    margin-left: 5px;
}

.storage-button {
    width: calc(50% - 24px);
    height: 42px;
    opacity: 1;
    background: linear-gradient(180deg, #ffffff, #f1f6fb 99%);
    border: 1px solid #7aa0ff;
    border-radius: 22px;
    text-align: center;
    margin-top: 6px;
    color: #3883F4;
    margin-right: 5px;
    border-color: rgb(56, 131, 244)
}

.bottom10 {
    margin-bottom: 10px;
}

.border-bottom1 {
    border-bottom: 1px solid #E1E1E1;
}

.width-percent7 {
    width: 7%;
}

.width-percent93 {
    width: 93% !important;
}

.line-hight30 {
    line-height: 30px;
}

.line-hight50 {
    line-height: 50px;
}

.lable-key {
    font-size: 14px;
    color: #1F1F1F;
}

.lable-value {
    font-size: 14px;
    color: #6F6F6F;
}

.icon-tick-checked {
    width: 25px;
    height: 10px;
    border: 2px solid #3883f4;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
    margin-top: 10px;
    margin-right: 10px;
}

.search-div {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #666666;
    align-items: center;
}

.text-align-left {
    font-size: 18px;
    text-align: left;
}

.text-align-right {
    font-size: 16px;
    text-align: right;
    width: 65%;
}

.div-flex {
    display: flex;
}

.corner {
    margin-left: 5px;
    border: 5px solid #387ee8;
    border-bottom-color: transparent; /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
}

.width-percent90 {
    width: 90%;
}

.mint-tab-item-label {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 14px;
}

.line {
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    position: relative;
    text-align: center;
}

.card-bottom {
    display: flex;
    flex-direction: row;
    padding: 5px 5px;
}

.card-bottom .key {
    font-size: 12px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 25px;
    width: 94%;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
}

.card-bottom .unit-name {
    width: 89%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #1F1F1F;
}

.card-bottom .bus-type-name {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    min-width: 60px;
    height: 20px;
    border-radius: 2px;
}

.card-bottom .input-value{
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    line-height: 20px;
    min-width: 36px;
    height: 20px;
    border-radius: 2px;
}

.card-bottom .content {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 30px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    width: 40%;
}


.card-bottom .nodeName {
    font-size: 14px;
    font-weight: 400;
    color: #eb7e10;
    line-height: 30px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    text-align: right;
    width: 34%;
}

.card-bottom .nodeTypeName {
    font-size: 14px;
    font-weight: 400;
    color: #2ebf58;
    line-height: 30px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    text-align: right;
    width: 34%;
}

.card-bottom .regeDate {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 30px;
    min-width: 85px;
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    width: 20%;
}

.card-content .border {
    min-height: 25px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.report {
    background: #3883f4;
    border-radius: 2px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 43px;
    width: calc(100% - 30px);
    margin: 24px 15px 10px 15px;
}

.ms-header-css {
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    height: 50px;
}

.page-part {
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 50px;
}

.focusState {
    position: absolute;
}

.height180 {
    height: 180px !important;
}

.height100 {
    height: 100px !important;
}

.height90 {
    height: 90px !important;
}

.height50 {
    height: 50px !important;
}

.bottom80 {
    margin-bottom: 80px !important;
}

.ms-title-css {
    height: 44px !important;
    background-color: #498BF2 !important;
    font-size: 16px !important;
    font-weight: bold;
}

.mint-navbar .mint-tab-item.is-selected {
    border-bottom: 3px solid #4875DB !important;
    color: #4875DB !important;
    margin-bottom: -3px;
}

.mint-navbar .mint-tab-item.is-selected .mint-tab-item-label {
    color: #4875DB !important;
}

.submit-div-column {
    height: 33px;
    display: flex
}

.submit-div-column .key {
    width: 90%;
    line-height: 35px;
    font-size: 14px;
    color: #1F1F1F;
}

.background-white {
    background-color: white;
}

.card-content .value1 {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 25px;
    display: inline-block; /*将span当做块级元素对待*/
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    width: 80%;
}


.annex_popup {
    width: 180pt;
    height: 176pt;
    background: #ffffff;
    border-radius: 4pt;
}

.annex_div {
    text-align: center;
    height: 180px;
}

.annex_span {
    font-size: 14px;
    margin-top: 10px;
}

.div-height {
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #F4F5F6;
}

.img-css {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.right-span {
    padding-right: 5px;
    width: 100%;
    text-align: right;
}

.header-boder {
    display: inline-block;
    margin-left: 7px;
    font-weight: 600;
}

.mint-cell-text {
    padding-left: 10px;
}

.mint-cell-wrapper {
    padding: 0;
}

.item-header {
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px #dddde6;
    line-height: 50px;
    text-align: center;
}

.item-header-span {
    display: inline-block;
    width: 70%;
}

.item {
    display: inline-block;
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #ffffff;
    border-bottom: .8px solid #dddde6;
}

.item .item-name {
    padding-left: 15px;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}

.item-among {
    display: inline-block;
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.item-among .item1-name {
    padding-left: 15px;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.item-square {
    margin-top: 22px;
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #498bf2;
    margin-left: 24px;
    float: left;
}


.item-ground {
    width: 100%;
    min-height: 112px;
    opacity: 1;
    background: #ffffff;
    border-bottom: 1px solid #dddde6;
}

.item-ground-name {
    font-family: PingFangSC, PingFangSC-Regular;
    line-height: 22px;
    min-height: 50px;
    padding-top: 10px;
    width: 90%;
    margin: auto;
    color: #595959;
    font-size: 15px;
}

.item-ground-optValue {
    text-align: right;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: PingFangSC, PingFangSC-Regular;
    color: #595959;
    font-size: 15px;
}


.checkBox {
    width: 18px;
    height: 18px;
}

.zcxm {
    width: calc(100% - 15px);
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    align-items: center;
    display: inline-flex;
    box-shadow: 0px 0px 0px 0px #dddddd inset, 0px 1px 0px 0px #dddddd inset;
    background: #ffffff;

}

.zcxm span {
    padding-left: 8px;
}

.zcxm-name {
    width: calc(100% - 30px);;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0px #dddddd inset, 0px 1px 0px 0px #dddddd inset;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    padding-left: 30px;
    align-items: center;
    display: inline-flex;
}

.zcxm-name span {
    padding-left: 8px;
}

.img-close-danger {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    /*动画持续时间*/
    transition: transform 0.4s;
    /*旋转*/
    transform: rotate(90deg);
}

.img-open-danger {
    transform: rotate(270deg);
}

.img-right-danger {
    height: 15px;
    margin-right: 10px;
    /*动画持续时间*/
    transition: transform 0.4s;
}

.common input {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    border: none;
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei";
    width: 95%;
}

.fly-zoom-box-fix {
    color: white;
}

.fly-zoom-box-length {
    color: white;
}

.fly-zoom-box-img {
    top: 0px !important;
    height: auto !important;
    margin: auto !important;
    bottom: 0px !important;
}

#dowebok {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 12px
}

#dowebok li {
    display: inline-block;
    width: 27%;
    margin-left: 2%;
    padding-top: 2%;
}

#dowebok li img {
    width: 100%;
    height: 90px
}


.page-loadmore-wrapper {
    overflow: scroll
}


.mint-loadmore-bottom span {
    display: inline-block;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle
}

.mint-loadmore-bottom span.is-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mui-pull-top-pocket {
    top: 126px !important;
}

.mint-toast-text {
    font-size: 14px;
    display: block;
    text-align: center;
    color: white;
}

.mintui {
    font-size: 23px;
    -webkit-text-stroke-width: 0.5px;
}

.mint-header-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}

.picker-toolbar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.picker-toolbar span {
    text-align: left;
    padding-left: 20px;
    color: gray;

}

.picker-toolbar span:last-child {
    text-align: right;
    padding-right: 20px;
    color: #3D77FF;
}


.stateCss {
    margin-left: auto;
    line-height: 25px;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #03af25;
    line-height: 12px;
    background: #e6ffe7;
    border-radius: 2px;
}

.kcSize {
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 6px;
}


.common {
    width: 100%;
    min-height: 50px;
    background: white;
    display: flex;
    align-items: center;


}

.text2 {
    line-height: 35px;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
}

.btn_bg {
    box-shadow: 0px 2px 4px 0px #dddde6;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}

.vbtn {
    margin: 0 20px;
    text-align: center;
    padding: 10px 0px;
    background: #5394FB;
    width: 100%;
    border-radius: 25px;
}
.noneData {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


