* {
    color: #444;
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

input, textarea {
    font-family: unset !important;
}

.fittk-load-police {
    background: url("../lib/fittk/img/loading-2.png") no-repeat 50% 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 64px;
    height: 60px;
    width: 60px;
    animation: fittk-rotate-2 1.2s linear infinite;
    filter: hue-rotate(180deg) brightness(150%);
}

.fittk-radio-item, .fittk-checkbox-item {
    position: relative;
    background: #ffffff;
}

.fittk-radio-one {
    width: auto !important;
    height: auto !important;
}

.m-table .fittk-radio-one {
    cursor: pointer !important;
}

.m-tree-area .fittk-radio-one {
    float: left;
    clear: left;
}

.fittk-radio-one.checked .fittk-checkbox-item {
    border: none !important;
}

.fittk-radio-text img {
    height: 60px !important;
    vertical-align: top;
    margin-bottom: 10px;
}

.fittk-input-readonly {
    color: #444 !important;
}

.fittk-select-options {
    outline-color: #d4d4d4 !important;
}

.fittk-checkbox-inner {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    background: url("../img/yes.png") no-repeat 50% 50% / 80% auto #0DB2E5 !important;
    transition: none !important;
}

.fittk-open {
    border-radius: 6px;
    overflow: hidden;
    outline: none !important;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.fittk-open-title {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.fittk-open-title-text {
    color: #444;
}

.fittk-open-close {
    margin-right: 20px !important;
}

.fittk-open-btn {
    margin-top: 19px;
    height: 32px !important;
    line-height: 32px !important;
    outline: 1px solid #0DB2E5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hide {
    display: none;
}

.gray {
    filter: grayscale(1);
    color: #999999;
}

.gray:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: not-allowed;
}

.fuzzy {
    outline: 1px #e2e2e2 solid !important;
}

.fuzzy:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: not-allowed;
}

.m-body {
    width: 1920px;
    position: absolute;
    user-select: none;
    -ms-user-select: none;
    background: url("../img/bg.png") no-repeat 50% 50% #ffffff;
    background-size: cover;
    display: none;
}

.m-left {
    width: 220px;
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    background: #3c3b45;
    z-index: 100;
}

.m-body.editor .m-left {
    display: none;
}

.m-left-area {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.m-left-box {
    width: 100%;
    position: relative;
}

.m-left-box:after {
    content: '';
    display: block;
    clear: both;
}

.m-left-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

.m-left-icon img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 21px 16px;
    object-fit: contain;
}

.m-left-child.selected ~ .m-left-icon {
    filter: invert(1);
}

.m-left-title {
    width: 100%;
    height: 60px;
    line-height: 40px;
    padding: 10px 0 10px 45px;
    font-size: 14px;
    color: #e2e2e2;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.m-left-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    background: url("../img/icon/arrow.png") no-repeat 50% 50%;
    background-size: 14px 14px;
}

.m-left-box.open > .m-left-title:after {
    transform: rotate(90deg);
}

.m-left-children {
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.m-left-child.selected {
    background: #ffffff;
    color: #444444;
}

.m-left-title.selected:after {
    filter: invert(1);
}

.m-header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: #2266b6;
    z-index: 200;
}

.m-body.editor .m-header {
    display: none;
}

.m-header-title {
    height: 60px;
    position: relative;
    float: left;
}

.m-header-title:after {
    content: '';
    width: 20px;
    height: 60px;
    float: left;
    background: url("../img/down-arrow.png") no-repeat 50% 50% / 14px auto;
    transition: all 100ms linear;
}

.m-header-title.disabled:after {
    display: none;
}

.m-header-title:hover:after {
    transform: rotate(180deg);
}

.m-header-text {
    height: 50px;
    white-space: nowrap;
    padding: 0 10px;
    margin: 5px 0;
    float: left;
    box-sizing: border-box;
}

.m-header-site {
    min-width: 100%;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    top: 60px;
    left: 5px;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 0;
    transform-origin: 50% -5px;
    transition: all 100ms linear;
    transform: scaleY(0);
}

.m-header-title:hover .m-header-site {
    display: block;
    transform: scaleY(1);
}

.m-header-site-one {
    height: 50px;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.m-header-site-one:hover {
    background: #d4d4d4;
}

.m-header-text img,
.m-header-site-one img {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.m-header-text span {
    height: 40px;
    box-sizing: border-box;
    margin: 5px 10px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 8px 4px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    vertical-align: middle;
}

.m-header-site-one span {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    margin: 5px 35px 5px 10px;
    display: inline-block;
    vertical-align: middle;
}

.m-header-user {
    height: 60px;
    margin: 0 20px;
    float: right;
    position: relative;
}

.m-header-name {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin: 10px 20px;
    float: right;
}

.m-header-btn {
    height: 40px;
    width: 40px;
    margin: 10px 0;
    float: right;
    cursor: pointer;
}

.m-header-btn.change-pwd {
    background: url("../img/change-pwd.png") no-repeat 50% 50% / 20px 20px;
}

.m-header-btn.logout {
    background: url("../img/logout.png") no-repeat 50% 50% / 20px 20px;
}

.m-main {
    width: calc(100% - 220px);
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 220px;
}

.m-body.editor .m-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.m-section, .m-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.m-top-piece {
    width: 100%;
    height: calc(50% - 20px);
    float: left;
    margin: 10px 0;
    box-sizing: border-box;
}

.m-left-piece {
    width: calc(70% - 10px);
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0 20px;
    margin: 0 0 0 10px;
    box-shadow: 0 0 1px 1px #d4d4d4;
    overflow: hidden;
}

.m-right-piece {
    width: calc(30% - 20px);
    min-width: 300px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0 20px;
    margin: 0 10px;
    box-shadow: 0 0 1px 1px #d4d4d4;
}

.m-bottom-piece {
    width: calc(100% - 20px);
    height: calc(50% - 10px);
    float: left;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0 20px;
    margin: 0 10px 10px;
    box-shadow: 0 0 1px 1px #d4d4d4;
    position: relative;
}

.m-piece-name {
    color: #0DB2E5;
    width: 100%;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    float: left;
}

.m-piece-area {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
}

.m-piece-area * {
    font: inherit;
}

.m-tip {
    max-width: 280px;
    min-width: 28px;
    word-break: break-all;
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    text-align: center;
    z-index: 100;
    display: none;
    pointer-events: none;
}

.m-tip:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #333;
    bottom: -5px;
    left: 14px;
    transform: rotate(45deg);
}

.m-upload-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 19930415;
    display: none;
}

.m-upload-icon {
    width: 200px;
    height: 200px;
    position: absolute;
    top: calc(50% - 240px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.m-upload-icon img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.m-upload-name {
    width: 500px;
    height: 40px;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-upload-process {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    background: #999999;
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.m-upload-size {
    width: 300px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1000001;
}

.m-upload-abort {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url("../img/close.png") no-repeat 50% 50% #ff3333;
    background-size: 16px 16px;
    position: absolute;
    top: calc(50% + 20px);
    left: 360px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.m-upload-bar {
    width: 0;
    height: 40px;
    border-radius: 20px;
    background: #0DB2E5;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 150ms linear;
}

.m-export-process {
    width: 320px;
    height: 54px;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 12px 30px;
}

.m-breadcrumb {
    width: calc(100% - 38px);
    height: 60px;
    margin: 0 19px;
    box-sizing: border-box;
    padding: 10px 0;
    float: left;
}

.m-breadcrumb-one {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: default;
    font-size: 14px;
    margin-right: 5px;
    color: #666666;
    vertical-align: middle;
}

.m-breadcrumb-one.link {
    color: #999999;
    cursor: pointer;
}

.m-footer {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #999;
    float: left;
}

.m-toast-area {
    width: 300px;
    max-height: 600px;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 19910615;
}

.m-error-toast {
    width: 300px;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 10px 13px 45px;
    background: url("../img/warn.png") no-repeat 15px 15px #bd362f;
    background-size: auto 20px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

.m-success-toast {
    width: 300px;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 10px 13px 45px;
    background: url("../img/yes.png") no-repeat 15px 15px #51a351;
    background-size: auto 20px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

.m-table-area {
    width: calc(100% - 38px);
    margin: 0 19px 10px;
    box-sizing: border-box;
    padding: 15px;
    min-height: calc(100% - 120px);
    float: left;
    background: #ffffff;
    box-shadow: 0 0 1px 1px #d4d4d4;
    position: relative;
}

.m-table-area.static {
    height: calc(100% - 120px);
}

.m-tree-ctrl {
    margin-top: 10px;
    margin-right: 50px;
    float: left;
    position: relative;
    background: #fafafa;
}

.m-tree-ctrl-inner {
    width: 100%;
    padding: 5px 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.m-tree-ctrl-tr {
    width: calc(100% - 20px);
    height: 30px;
    float: left;
    margin-left: 10px;
}

.m-tree-ctrl-more {
    width: 18px;
    height: 18px;
    margin: 9px 0;
    float: left;
    outline: 1px solid #b2b2b2;
    cursor: pointer;
    visibility: hidden;
    user-select: none;
    -ms-user-select: none;
    background: #ffffff;
    position: relative;
}

.m-tree-ctrl-more.show {
    visibility: visible;
}

.m-tree-ctrl-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #b2b2b2;
}

.m-tree-ctrl-more:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 1px;
    background: #b2b2b2;
}

.m-tree-ctrl-more.open:after {
    display: none;
}

.m-tree-ctrl-text, .m-tree-ctrl-all {
    max-width: 274px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 3px 0 3px 8px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

.m-tree-ctrl-all:before {
    content: '';
    width: 18px;
    height: 18px;
    margin: 6px 10px 6px 0;
    outline: 1px solid #b2b2b2;
    background: #ffffff;
    float: left;
}

.m-tree-ctrl-all.focus:before {
    outline-color: #0DB2E5;
    background: url("../img/yes.png") no-repeat 50% 50% #0DB2E5;
    background-size: 14px;
}

.m-tree-ctrl-empty {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #999999;
    text-align: center;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

.m-tree-ctrl.single .m-tree-ctrl-text.focus {
    outline: 1px solid #b2b2b2;
    background: rgba(0, 180, 237, 0.1);
}

.m-tree-ctrl.muti .m-tree-ctrl-text:before {
    content: '';
    width: 18px;
    height: 18px;
    margin: 6px 10px 6px 0;
    outline: 1px solid #b2b2b2;
    background: #ffffff;
    float: left;
}

.m-tree-ctrl.muti .m-tree-ctrl-text.nc:before {
    display: none;
}

.m-tree-ctrl.muti .m-tree-ctrl-text.focus:before {
    outline-color: #0DB2E5;
    background: url("../img/yes.png") no-repeat 50% 50% #0DB2E5;
    background-size: 14px;
}

.m-search-ctrl {
    padding: 3px 0;
    margin: 10px 0 0;
    width: 100%;
    float: left;
    position: relative;
}

.m-search-item {
    min-height: 34px;
    float: left;
    margin: 0 10px 20px 0;
    display: none;
}

.m-search-item.clear {
    clear: left;
}

.m-search-label {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.m-search-label.mini {
    margin: 0 10px 0 0;
}

.m-search-input {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    padding: 1px 0;
    margin: 1px 0;
    outline: 1px solid #d4d4d4;
    float: left;
}

.m-search-textarea {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    padding: 4px 0;
    margin: 1px 0;
    outline: 1px solid #d4d4d4;
    float: left;
}

.m-search-area {
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 1px 0 0;
    margin: 1px 0;
    float: left;
}

.m-search-btn {
    float: left;
    margin: 0 10px 20px 0;
    position: relative;
}

.m-search-btn.clear {
    clear: left;
}

.m-search-btn.right {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.m-tab-ctrl {
    background: #f2f2f2;
    height: 44px;
    float: left;
    position: relative;
    left: -1px;
    z-index: 1;
}

.m-tab {
    min-width: 60px;
    font-size: 14px;
    line-height: 30px;
    padding: 6px 15px;
    border-top: 1px solid #d4d4d4;
    float: left;
    text-align: center;
    cursor: pointer;
}

.m-chart-form .m-tab {
    min-width: 46px;
    padding: 6px;
}

.m-tab span {
    margin-left: 5px;
    font: inherit;
    color: #ff3333;
}

.m-tab:first-of-type {
    border-left: 1px solid #d4d4d4;
}

.m-tab:last-of-type {
    border-right: 1px solid #d4d4d4;
}

.m-tab.active {
    background: #ffffff;
    color: #0DB2E5;
    border-top: 2px solid #0DB2E5;
}

.m-tab.active + .m-tab {
    border-left: none;
}

.m-table {
    float: left;
    outline: 1px solid #d4d4d4;
    margin: 0 0 10px;
    position: relative;
    background: #ffffff;
}

.m-table-th {
    background: #f2f2f2;
    white-space: nowrap;
}

.m-table-content {
    width: 100%;
    height: 600px;
    position: relative;
    float: left;
}

.m-table-tr {
    border-top: 1px solid #d4d4d4;
    white-space: nowrap;
}

.m-table-tr.clickable {
    cursor: pointer;
}

.m-table-tr:hover {
    background: rgba(0, 180, 237, 0.1);
}

.m-table-td-empty {
    width: 100%;
    text-align: center;
    color: #b2b2b2;
    padding: 7px 0;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.m-table.full .m-table-td-empty {
    padding: 210px 0 0;
    background: url("../img/empty.png") no-repeat 50% 70px;
    background-size: auto 120px;
}

.m-table-td {
    width: 0;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 18px;
}

.m-table-td.center {
    padding: 0;
    text-align: center;
}

.m-table-index, .m-table-text {
    width: 100%;
    padding: 7px 0;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: inherit;
    vertical-align: middle;
    word-break: break-all;
}

.m-table.big .m-table-index,
.m-table.big .m-table-text {
    padding: 7px 0;
    font-size: 12px;
    line-height: 24px;
}

.m-table-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-table-status {
    padding: 0 10px;
    line-height: 28px;
    font-size: 13px;
    outline: 1px solid;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.m-table-status.cancel {
    color: #888888;
    outline-color: rgba(136, 136, 136, 0.3);
    background: rgba(136, 136, 136, 0.05);
}

.m-table-status.undo {
    color: #ff3333;
    outline-color: rgba(255, 51, 51, 0.3);
    background: rgba(255, 51, 51, 0.05);
}

.m-table-status.doing {
    color: #ff8932;
    outline-color: rgba(255, 137, 50, 0.3);
    background: rgba(255, 137, 50, 0.05);
}

.m-table-status.done {
    color: #008000;
    outline-color: rgba(0, 128, 0, 0.3);
    background: rgba(0, 128, 0, 0.05);
}

.m-table-td.link .m-table-text {
    color: #1a8dde;
    cursor: pointer;
}

.m-table-text * {
    font: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-table-text img {
    height: 24px !important;
    vertical-align: middle;
}

.m-table-tr.clickable .m-table-text {
    user-select: none;
    -ms-user-select: none;
}

.m-table-image {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 10px 8px 0;
    overflow: hidden;
    cursor: pointer;
}

.m-table-image.mini {
    width: 24px;
    height: 24px;
    margin-left: 4px;
}

.m-table-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: contain;
}

.m-table-btn {
    margin-right: 10px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    -ms-user-select: none;
}

.m-table-btn.detail {
    color: #1b867d;
}

.m-table-btn.update {
    color: #2f85e1;
}

.m-table-btn.status {
    color: #ff8932;
}

.m-table-btn.delete {
    color: #ff3333;
}

.m-table-btn.disabled {
    display: none;
}

.m-table-input {
    width: 48px;
    height: 30px;
    margin: 10px 0;
    position: relative;
    outline: 1px solid #b2b2b2;
    display: inline-block;
    vertical-align: middle;
}

.m-table-input input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    outline: none;
}

.m-table-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.m-table-more {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: 1px solid #b2b2b2;
    cursor: pointer;
    visibility: hidden;
    user-select: none;
    -ms-user-select: none;
    background: #ffffff;
}

.m-table-more.show {
    visibility: visible;
}

.m-table-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background: #b2b2b2;
}

.m-table-more:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background: #b2b2b2;
}

.m-table-more.open:after {
    display: none;
}

.m-select-done {
    float: left;
    margin: 10px 10px 10px 0;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 14px;
    background: #d4d4d4;
    color: #ffffff;
    text-align: center;
    cursor: not-allowed;
    display: none;
}

.m-select-done.active {
    background: #0DB2E5;
    cursor: pointer;
}

.m-select-done.status.active {
    background: #ff8932;
    cursor: pointer;
}

.m-select-done.delete.active {
    background: #ff3333;
    cursor: pointer;
}

.m-select-count {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 10px;
    float: left;
}

.m-main-form {
    float: left;
}

.m-main-form form {
    width: 100%;
    height: 100%;
}

.m-main-form-area {
    width: 100%;
    height: calc(100% - 64px);
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-main-form-area.full {
    height: 100%;
}

.m-main-form-area.white {
    background: #ffffff;
}

.m-main-form-area.easy {
    height: 54px;
    background: #ffffff;
}

.m-main-form-area.easy .m-main-form-inner:before, .m-main-form-area.easy .m-main-form-inner:after {
    height: 0;
}

.m-main-form-area .qrcode {
    width: 400px;
    display: block;
    margin: 100px auto;
}

.m-list-left {
    width: 200px;
    height: calc(100% - 64px);
    float: left;
    box-sizing: border-box;
    position: relative;
}

.m-list-left-inner {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.m-list-left-one {
    width: 180px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    background: #f2f2f2;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 13px 10px;
    word-break: break-all;
    cursor: pointer;
}

.m-list-left-one.active {
    color: #0DB2E5;
    cursor: default;
}

.m-list-right {
    width: calc(100% - 530px);
    height: calc(100% - 144px);
    margin: 5px 15px;
    float: left;
    background: #f2f2f2;
    box-sizing: border-box;
    position: relative;
}

.m-list-right-inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.m-list-right-inner:after {
    content: '';
    display: block;
    clear: both;
}

.m-list-right-one {
    width: 100%;
    position: relative;
    border-radius: 4px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.m-list-right-one-move {
    width: calc(100% - 20px);
    position: absolute;
    opacity: 0.7;
    background: #f2f2f2;
    left: 10px;
    cursor: move;
    z-index: 100;
}

.m-list-right-one.dashed {
    outline: 1px dashed #999;
}

.m-list-right-one.dashed:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f2f2f2;
}

.m-list-right-one.active {
    background: #e8e8e8;
}

.m-list-right-sort {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: left;
    cursor: move;
    background: url("../img/icon/sort.png") no-repeat 50% 50%;
    background-size: 20px 20px;
}

.m-list-right-page {
    width: 106px;
    font-size: 14px;
    line-height: 34px;
    margin: 8px 0 8px 106px;
    background: #0DB2E5;
    color: #fff;
    text-align: center;
    float: left;
}

.m-list-right-segment {
    width: calc(100% - 162px);
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    color: #0DB2E5;
    float: left;
}

.m-list-right-text {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    float: left;
}

.m-list-right-label {
    width: 120px;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    float: left;
}

.m-list-right-label.upload {
    width: calc(100% - 140px);
}

.m-list-right-text:before, .m-list-right-label:before {
    content: '*';
    display: inline;
    color: #ff3333;
    font-size: 14px;
    line-height: 30px;
    visibility: hidden;
}

.m-list-right-label.required:before {
    visibility: visible;
}

.m-list-right-input {
    width: calc(100% - 190px);
    background: #fafafa;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    height: 30px;
    margin: 10px 0;
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    color: #999999;
    overflow: hidden;
}

.m-list-right-textarea {
    width: calc(100% - 190px);
    background: #fafafa;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    height: 90px;
    margin: 10px 0;
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    color: #999999;
    word-break: break-all;
}

.m-list-right-option {
    float: left;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
}

.m-list-right-radio, .m-list-right-checkbox {
    width: calc(100% - 190px);
    float: left;
    margin: 10px 0;
}

.m-list-right-radio .m-list-right-option:before {
    content: '';
    display: inline-block;
    background: #fafafa;
    border: 1px solid #0DB2E5;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}

.m-list-right-radio .m-list-right-option.selected:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0DB2E5;
    left: 4px;
    top: 12px;
}

.m-list-right-checkbox .m-list-right-option:before {
    content: '';
    display: inline-block;
    background: #fafafa;
    border: 1px solid #d4d4d4;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
}

.m-list-right-checkbox .m-list-right-option.selected:before {
    border-color: #0DB2E5;
    background: url("../img/yes.png") no-repeat 50% 50% #0DB2E5;
    background-size: 14px;
}

.m-list-right-range {
    width: calc(100% - 190px);
    height: 30px;
    float: left;
    margin: 10px 0;
    position: relative;
}

.m-list-right-range:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 24px;
    top: 3px;
    left: 0;
    z-index: 1;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #b2b2b2;
}

.m-list-right-range:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    outline: 1px solid #d4d4d4;
    background: #fafafa;
}

.m-list-right-numberStep {
    width: 90px;
    height: 30px;
    float: left;
    margin: 10px 0;
    outline: 1px solid #d4d4d4;
}

.m-list-right-numberStep-less {
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
}

.m-list-right-numberStep-less:before, .m-list-right-numberStep-more:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #999;
}

.m-list-right-numberStep-input {
    background: #ffffff;
    width: 30px;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.m-list-right-numberStep-more {
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
}

.m-list-right-numberStep-more:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #999;
}

.m-list-right-seal {
    background: #fafafa;
    padding: 0 12px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin: 10px 20px 10px 0;
    position: relative;
    border: 1px solid #d4d4d4;
}

.m-main-form-area.mini {
    width: calc(100% - 200px);
}

.m-main-form-btn-line {
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding: 10px 15px;
    height: 70px;
    float: left;
}

.m-main-form-area.minimum {
    width: 500px;
}

.m-main-form-inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.m-main-form-title {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.m-main-form-inner:before, .m-main-form-inner:after {
    content: '';
    width: 100%;
    height: 15px;
    float: left;
}

.m-main-form-inner.sliver {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 0 10px;
    background: #f8f8f8;
    outline: 1px solid #d4d4d4;
    overflow: hidden;
    display: none;
}

.m-main-form-inner.sliver .m-table {
    margin: 5px;
}

.m-main-form-inner.sliver .m-table-th {
    background: #f2f2f2;
}

.m-main-form-empty {
    width: 100%;
    text-align: center;
    color: #b2b2b2;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 210px 0 30px;
    margin: 15px 0 0;
    background: url("../img/empty.png") no-repeat 50% 70px / auto 120px #ffffff;
}

.m-form-line {
    width: 100%;
    float: left;
    display: none;
    position: relative;
}

.m-form-line.clear {
    clear: left;
}

.m-form-btn-line {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    box-shadow: 0 -1px 1px 1px #e8e8e8;
    float: left;
    background: #ffffff;
}

.m-form-line:after {
    content: '';
    display: block;
    clear: both;
}

.m-form-title {
    width: 120px;
    padding: 12px 0;
    line-height: 38px;
    float: left;
    font-size: 20px;
    color: #0DB2E5;
}

.m-form-label {
    line-height: 40px;
    padding: 7px 0;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
    color: #888;
}

.m-form-label-text {
    max-width: calc(100% - 10px);
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    text-align: right;
}

.m-form-line.readonly .m-form-input {
    background: #f2f2f2;
}

.m-form-label.full {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
}

.m-form-label .m-form-label-text:before {
    display: inline;
    content: "*";
    color: #ff3333;
    line-height: 30px;
    font-size: 14px;
    vertical-align: middle;
    visibility: hidden;
}

.m-form-label.required .m-form-label-text:before {
    visibility: visible;
}

.m-form-label .m-outside-template, .m-form-label .m-inside-template {
    font: inherit;
    color: #0DB2E5;
    cursor: pointer;
    display: none;
}

.m-form-area {
    width: 100%;
    margin: 12px 0 12px 10px;
    position: relative;
    float: left;
}

.m-form-segment {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 10px 18px;
    margin: 5px 0;
    box-sizing: border-box;
    background: #e8f2fd;
    border-left: 2px solid #1a8dde;
    color: #1a8dde;
    position: relative;
    overflow: hidden;
    float: left;
}

.m-form-segment:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    background: #1a8dde;
    transform: rotate(45deg);
}

.m-form-input {
    float: left;
    position: relative;
    height: 32px;
    margin: 11px 0 11px 10px;
    box-sizing: border-box;
    padding: 1px 0;
    outline: 1px solid #d4d4d4;
    background: #ffffff;
    transition: outline-color 150ms linear;
}

.m-form-input.uncopyable:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.m-form-textarea {
    float: left;
    position: relative;
    height: 102px;
    margin: 11px 0 11px 10px;
    box-sizing: border-box;
    padding: 4px 0;
    outline: 1px solid #d4d4d4;
    background: #ffffff;
    transition: outline-color 150ms linear;
}

.m-form-editor {
    float: left;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 0 10px;
}

.m-form-input:hover, .m-form-textarea:hover {
    outline-color: #0DB2E5;
}

.m-form-placeholder {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    margin: 1px 0;
    box-sizing: border-box;
    color: #999999;
}

.m-form-input-dept {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 5px;
    margin: 1px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-form-input-dept.more {
    white-space: normal;
    overflow: visible;
}

.m-form-input-depts {
    float: left;
    clear: both;
    padding: 0 8px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 180, 237, 0.1);
    outline: 1px solid #b2b2b2;
    margin: 4px 5px 0;
}

.m-form-text {
    padding: 12px 0;
    margin-left: 20px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    text-align: right;
    color: #888;
}

.m-form-text span {
    font: inherit;
}

.m-form-area-text {
    padding: 12px 20px;
    line-height: 30px;;
    float: left;
    font-size: 14px;
    color: #0DB2E5;
    box-sizing: border-box;
    user-select: text;
}

.m-form-upload, .m-list-right-upload {
    width: 60px;
    height: 60px;
    margin: 12px 0 12px 9px;
    float: left;
    position: relative;
    border-radius: 0;
    outline: 1px #b2b2b2 dashed;
}

.m-upload-large .m-form-upload {
    width: 180px;
    height: 120px;
}

.m-form-upload:hover {
    outline-color: #0DB2E5;
}

.m-form-upload:before, .m-list-right-upload:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #b2b2b2;
}

.m-form-upload:after, .m-list-right-upload:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
    background: #b2b2b2;
}

.m-form-upload:hover:before, .m-form-upload:hover:after {
    background: #0DB2E5;
}

.m-form-material {
    width: 100px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    color: #666666;
    background: #ffffff;
    text-align: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    position: absolute;
    top: -32px;
    left: -20px;
    display: none;
    cursor: pointer;
}

.m-form-material:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
}

.m-form-upload:hover .m-form-material {
    display: block;
}

.m-editor-image {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: url("../img/editor-image.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-form-editor.m-easy-editor {
    margin: 11px 0 11px 10px;
    outline: 1px solid #d4d4d4;
    background: #ffffff;
    padding: 4px 5px;
}

.m-form-image {
    width: 60px;
    height: 60px;
    margin: 12px 0 12px 9px;
    float: left;
    position: relative;
    overflow: hidden;
}

.m-upload-large .m-form-image {
    width: 180px;
    height: 120px;
}

.m-form-image.tran {
    background: url("../img/transparent.png") 0 0;
    background-size: 20px 20px;
}

.m-form-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: contain;
}

.m-form-image-shade {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 150ms linear;
    text-align: center;
    line-height: 60px;
}

.m-upload-large .m-form-image-shade {
    line-height: 120px;
}

.m-form-image:hover .m-form-image-shade {
    opacity: 1;
}

.m-form-image-eye {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 3px;
    background: url("../img/upload-eye.png") no-repeat 50% 50%;
    background-size: 20px 20px;
    cursor: pointer;
    vertical-align: middle;
}

.m-form-image-del {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    display: inline-block;
    background: url("../img/upload-del.png") no-repeat 50% 50%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.m-form-area-title {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0;
    color: #0DB2E5;
    float: left;
}

.m-form-area-btn {
    float: left;
    margin: 10px 0 10px 10px;
}

.m-form-area-btn.right {
    float: right;
    margin-right: 0;
}

.m-form-numberStep {
    height: 32px;
    margin: 11px 0 11px 10px;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-form-color {
    width: 50px;
    float: left;
    position: relative;
    height: 32px;
    margin: 11px 0 11px 10px;
    box-sizing: border-box;
    padding: 1px 0;
    outline: 1px solid #d4d4d4;
    cursor: pointer;
}

.m-form-big-line {
    width: 100%;
    margin: 20px 0;
    float: left;
    text-align: center;
    overflow: hidden;
}

.m-form-big-btn {
    display: inline-block;
    margin: 0 20px;
}

.m-form-btn {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #0DB2E5;
    color: #ffffff;
    outline: 1px solid #0DB2E5;
    float: right;
    margin: 16px 15px 16px 0;
}

.m-form-btn.close {
    outline-color: #d4d4d4;
    color: #888;
}

.m-form-btn.delete {
    outline-color: #ff3333;
    display: none;
}

.m-form-btn:first-child {
    margin-right: 30px;
}

.m-form-del {
    width: 24px;
    height: 24px;
    margin: 15px 0 15px 15px;
    border-radius: 50%;
    background: #ff3333;
    float: left;
    position: relative;
    cursor: pointer;
}

.m-form-del:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-form-add {
    width: 24px;
    height: 24px;
    margin: 15px 0 15px 15px;
    border-radius: 50%;
    background: #0DB2E5;
    float: left;
    position: relative;
    cursor: pointer;
}

.m-form-add:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-form-add:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-page-ctrl {
    float: right;
    margin: 10px 0;
}

.m-page-ctrl-text {
    font-size: 14px;
    line-height: 34px;
    float: left;
    margin-right: 20px;
}

.m-page-ctrl-item {
    height: 32px;
    outline: 1px solid #d4d4d4;
    margin: 1px 20px 1px 0;
    float: left;
}

.m-page-ctrl-one {
    width: auto;
    box-sizing: border-box;
    padding: 0 8px;
    min-width: 32px;
    height: 32px;
    border-left: 1px solid #d4d4d4;
    float: left;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.m-page-ctrl-one:first-of-type {
    border-left: none;
}

.m-page-ctrl-big {
    width: auto;
    padding: 0 8px;
}

.m-page-ctrl-current {
    background: #0DB2E5;
    color: #ffffff;
}

.m-page-ctrl-disabled {
    color: #999999;
    cursor: not-allowed;
}

.m-page-ctrl-input {
    width: 32px;
    height: 32px;
    outline: 1px solid #d4d4d4;
    margin: 1px 10px 1px 0;
    float: left;
}

.m-page-ctrl-input input {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 14px;
    line-height: 34px;
    outline: none;
    border: none;
    text-align: center;
}

.m-page-ctrl-btn {
    width: 64px;
    height: 34px;
    background: #0DB2E5;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.m-option-set-add {
    width: 180px;
    float: left;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    outline: 1px #999999 dashed;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    position: relative;
    transition: left 150ms linear;
}

.m-option-set-add:last-of-type {
    margin: 10px 10px 0 10px;
}

.m-option-set-add .fittk-input {
    text-align: center;
}

.m-option-set-add .fittk-input::placeholder {
    color: #444;
}

.m-option-set-add .fittk-select-options {
    text-align: left;
}

.m-activity-area {
    width: 980px;
    height: 400px;
    margin: 5px 20px;
    position: relative;
    outline: 1px solid #d4d4d4;
    overflow: hidden;
    cursor: move;
    background: #ffffff;
}

.m-activity-area.show {
    margin: 0;
    background: #f2f2f2;
}

.m-activity-area.net {
    background: url("../img/transparent.png") 0 0;
    background-size: 16px 16px;
}

.m-activity-btn {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    z-index: 100;
    background: no-repeat 50% 50% #e8e8e8;
    background-size: 18px auto;
}

.m-activity-btn.start {
    right: 215px;
    background-image: url("../img/acti/acti-start.png");
}

.m-activity-btn.reload {
    right: 180px;
    background-image: url("../img/acti/acti-reload.png");
}

.m-activity-btn.resume {
    right: 145px;
    background-image: url("../img/acti/acti-resume.png");
}

.m-activity-btn.copy {
    right: 110px;
    background-image: url("../img/acti/acti-copy.png");
}

.m-activity-btn.paste {
    right: 75px;
    background-image: url("../img/acti/acti-paste.png");
}

.m-activity-btn.net {
    right: 40px;
    background-image: url("../img/acti/acti-net.png");
}

.m-activity-btn.empty {
    right: 5px;
    background-image: url("../img/acti/acti-empty.png");
}

.m-activity-table {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
}

.m-activity-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    display: none;
    z-index: 400;
    cursor: default;
}

.m-activity-table.choosing .m-activity-shade {
    display: block;
}

.m-activity-step {
    width: 100px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: rgba(204, 240, 251, 0.6);
    vertical-align: middle;
    text-align: center;
    cursor: move;
    z-index: 50;
}

.m-activity-area.show .m-activity-step {
    cursor: default;
}

.m-activity-table.choosing .m-activity-step {
    z-index: 500;
    cursor: pointer;
}

.m-activity-step.focus {
    background: #ffffaa;
    z-index: 150;
}

.m-activity-step.current {
    border: 1px solid #ff3333;
    z-index: 150;
}

.m-activity-step-text {
    width: 84px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    vertical-align: middle;
}

.m-activity-step-text span {
    font: inherit;
    color: #ff3333;
}

.m-activity-step-tools {
    width: 60px;
    height: 40px;
    position: absolute;
    top: -44px;
    right: -4px;
    display: none;
}

.m-activity-step.focus .m-activity-step-tools {
    display: block;
}

.m-activity-tool {
    width: 14px;
    height: 14px;
    margin: 3px;
    float: right;
    cursor: pointer;
}

.m-activity-table.choosing .m-activity-step-tools {
    display: none;
}

.m-activity-tool.t1 {
    background: url("../img/acti/acti-t1.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t2 {
    background: url("../img/acti/acti-t2.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t3 {
    background: url("../img/acti/acti-t3.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t4 {
    background: url("../img/acti/acti-t4.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t5 {
    background: url("../img/acti/acti-t5.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t6 {
    background: url("../img/acti/acti-t6.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-tool.t7 {
    background: url("../img/acti/acti-t7.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-activity-circle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #ff3333;
    cursor: move;
    overflow: hidden;
    background: #ffffff;
    z-index: 75;
    filter: grayscale(1);
}

.m-activity-circle.current {
    filter: none;
}

.m-activity-area.show .m-activity-circle {
    cursor: default;
}

.m-activity-circle.t4:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ff3333;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
}

.m-activity-circle.t4, .m-activity-circle.t5 {
    border-width: 2px;
}

.m-activity-line {
    position: absolute;
    height: 10px;
    transform-origin: 0 50%;
}

.m-activity-line:after {
    content: '';
    width: 28px;
    height: 10px;
    position: absolute;
    top: 0;
    right: -1px;
    background: url("../img/icon/line-arrow.png") 100% 50% no-repeat;
    background-size: 28px 28px;
    filter: grayscale(1);
}

.m-activity-line.focus, .m-activity-line.current {
    z-index: 100;
}

.m-activity-line.current:after {
    filter: grayscale(0);
}

.m-activity-line-text {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    top: -15px;
}

.m-activity-line.current .m-activity-line-text {
    color: #ff3333;
}

.m-activity-line.t3 .m-activity-line-text {
    transform: rotate(180deg);
    padding-right: 0;
    padding-left: 5px;
}

.m-activity-line-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333333;
    margin: auto 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.m-activity-line.focus {
    background: rgba(255, 255, 0, 0.2);
}

.m-activity-line.current .m-activity-line-inner {
    background: #ff3333;
}

.m-activity-line-tools {
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 5px;
    margin: 0 auto;
    display: none;
}

.m-activity-line.focus .m-activity-line-tools {
    display: block;
}

.m-activity-line.t3 .m-activity-tool {
    transform: rotate(180deg);
}

.m-calendar-area {
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    box-sizing: border-box;
    width: 1632px;
    transition: width 150ms linear;
}

.m-calendar-head {
    float: left;
    height: 30px;
    background: #e8e8e8;
    width: 1631px;
    transition: width 150ms linear;
}

.m-calendar-head-one {
    float: left;
    width: 233px;
    height: 30px;
    padding-right: 1px;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    transition: width 150ms linear;
}

.m-calendar-head-one:last-of-type {
    padding-right: 0;
    border-right: 1px solid #d4d4d4;
}

.m-calendar-body {
    float: left;
    width: 1631px;
    transition: width 150ms linear;
}

.m-calendar-body:after {
    content: '';
    display: block;
    clear: both;
}

.m-calendar-body-one {
    float: left;
    width: 233px;
    height: 120px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: width 150ms linear;
}

.m-calendar-body-one.today {
    background: rgba(0, 180, 237, 0.1);
}

.m-calendar-body-solar {
    height: 30px;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 15px;
    color: #444;
}

.m-calendar-body-lunar {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #999;
}

.m-calendar-body-festival {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #ff8932;
}

.m-calendar-body-type {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.m-calendar-body-work {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    display: none;
}

.m-calendar-body-one:hover .m-calendar-body-work {
    display: block;
}

.m-calendar-body-type.rest {
    color: #008000;
}

.m-calendar-body-type.work {
    color: #ff3333;
}

.m-calendar-body-one.other * {
    opacity: 0.3;
}

.m-form-timeline {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 5px 0 5px 40px;
}

.m-form-timeline-line {
    width: 100%;
    float: left;
}

.m-form-timeline-title {
    width: calc(100% - 100px);
    float: left;
    font-size: 18px;
    line-height: 36px;
}

.m-form-timeline-title.submit {
    color: #2e9f3a;
}

.m-form-timeline-title.current {
    color: #ff8932;
}

.m-form-timeline-title.handle {
    color: #0DB2E5;
}

.m-form-timeline-title.cancel {
    color: #ff3333;
}

.m-form-timeline-label {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
}

.m-form-timeline-line.file .m-form-timeline-label {
    padding: 25px 0;
}

.m-form-timeline-value {
    width: calc(100% - 90px);
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #888;
}

.m-form-timeline-line.file .m-form-image {
    margin-left: 0;
}

.m-form-timeline-update {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #0DB2E5;
    color: #ffffff;
    outline: 1px solid #0DB2E5;
    float: left;
    margin: 10px 0;
    padding: 0 10px;
    cursor: pointer;
}

.m-form-timeline:before {
    content: '';
    width: 2px;
    position: absolute;
    height: calc(100% - 12px);
    top: 26px;
    left: 19px;
    background: #d4d4d4;
}

.m-form-timeline:last-of-type:before {
    height: calc(100% - 38px);
}

.m-form-timeline:after {
    content: '';
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #0DB2E5;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 14px;
}

.m-exam-area {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.m-exam-question {
    float: left;
    width: 1380px;
    margin: 0 30px 20px;
    background: #f2f2f2;
    padding: 5px 0;
}

.m-exam-question-index {
    float: left;
    font-size: 14px;
    line-height: 34px;
    width: 40px;
    margin: 10px;
    clear: both;
    padding: 0 5px;
    box-sizing: border-box;
}

.m-exam-question-index.option {
    margin-left: 30px;
}

.m-exam-question-text {
    float: left;
    font-size: 14px;
    line-height: 34px;
    width: 980px;
    margin: 10px 0 0;
    display: none;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}

.m-exam-question-text .underline {
    display: inline-block;
    font: inherit;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
    margin: 0 5px;
}

.m-exam-question-text .underline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000000;
    top: 28px;
    left: 0;
}

.m-exam-question-answer {
    float: left;
    font-size: 14px;
    line-height: 34px;
    margin: 0 10px 10px;
    color: #1a8dde;
    clear: both;
    padding: 0 25px;
    box-sizing: border-box;
}

.m-exam-question-bar {
    background: rgba(27, 134, 125, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.m-exam-question-count {
    font-size: 14px;
    line-height: 34px;
    position: absolute;
    top: 10px;
    right: 0;
}

.m-exam-area.stat .m-exam-question-text.option {
    outline: 1px solid #d4d4d4;
    padding: 10px 35px 10px 5px;
    background: #ffffff;
}

.m-exam-question-text img {
    height: 60px;
    vertical-align: top;
}

.m-exam-question-text.highlight {
    background: rgba(37, 161, 154, 0.2);
}

.m-exam-question-text.option {
    width: 960px;
    line-height: 30px;
    margin: 0 0 10px;
}

.m-exam-question.show .m-exam-question-index {
    margin: 10px 0 10px 10px;
}

.m-exam-question.show .m-exam-question-index.option {
    margin: 0 0 10px 30px;
    line-height: 30px;
}

.m-exam-question.show .m-exam-question-text {
    display: block;
}

.m-exam-question-input {
    width: 880px;
    height: 64px;
    margin: 10px 0;
    background: #ffffff;
    float: left;
    padding: 2px 5px;
    box-sizing: border-box;
    display: none;
}

.m-exam-question-input.titleAfter {
    margin-left: 60px;
}

.m-exam-question-input.option {
    width: 860px;
}

.m-exam-question-input.desc {
    height: 94px;
    margin-left: 60px;
    clear: both;
}

.m-exam-question-text.desc {
    width: auto;
    height: auto;
    margin: 0 0 20px 20px;
    background: #ffffff;
    outline: 1px solid #d4d4d4;
    position: relative;
}

.m-exam-question-text.img {
    width: 200px;
    height: 140px;
    margin: 0 0 20px 20px;
    background: #ffffff;
    outline: 1px solid #d4d4d4;
    padding: 0;
    position: relative;
    text-align: center;
}

.m-exam-question-user {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(27, 134, 125, 0.1);
    outline: 1px solid #d4d4d4;
    padding: 0 5px;
}

.m-exam-question-text.img img {
    width: 191px;
    height: 140px;
    vertical-align: top;
}

.m-exam-question-score {
    width: 50px;
    height: 34px;
    margin: 10px 5px 10px 20px;
    background: #ffffff;
    float: left;
    padding: 2px 5px;
    box-sizing: border-box;
    display: none;
}

.m-exam-question-score-text {
    float: left;
    font-size: 14px;
    line-height: 34px;
    margin: 10px 0;
    display: none;
    padding: 0 5px;
    box-sizing: border-box;
}

.m-exam-question.edit .m-exam-question-input, .m-exam-question.edit .m-exam-question-score, .m-exam-question.edit .m-exam-question-score-text {
    display: block;
}

.m-exam-question-btn {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 20px 10px 0;
    text-align: center;
    float: right;
    position: relative;
}

.m-exam-question.edit .m-exam-question-btn.show {
    display: none;
}

.m-exam-question.show .m-exam-question-btn.edit {
    display: none;
}

.m-exam-question-btn.left {
    float: left;
    margin-left: 20px;
    margin-right: 0;
}

.m-exam-question-btn.insert {
    color: #25a19a;
}

.m-exam-question-btn.update {
    color: #2f85e1;
}

.m-exam-question-btn.status {
    color: #ff8932;
}

.m-exam-question-btn.delete {
    color: #ff3333;
}

.m-screen-area {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
}

.m-screen-item {
    width: 380px;
    height: 260px;
    float: left;
    margin: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.m-screen-pic {
    width: 320px;
    height: 180px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
    float: left;
}

.m-screen-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.m-screen-pic span {
    width: 320px;
    height: 180px;
    font-size: 36px;
    line-height: 180px;
    text-align: center;
    float: left;
    color: #b2b2b2;
    font-weight: bold;
}

.m-screen-name {
    width: 340px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    float: left;
}

.m-screen-btns {
    width: 340px;
    height: 30px;
    margin: 5px 0;
    text-align: center;
    float: left;
}

.m-screen-empty {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999999;
}

.m-tool-box {
    width: 100%;
    height: 90px;
    background: linear-gradient(#D8E7FC, #BDD9FE, #CBDAED, #CFDFEF);
    float: left;
}

.m-tool-one {
    height: 70px;
    margin: 10px;
    padding: 40px 10px 0;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    color: #444444;
}

.m-tool-one.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.m-tool-one.right {
    float: right;
}

.m-tool-one.info {
    background: url("../img/web/icon-info.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.background {
    background: url("../img/web/icon-background.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.header {
    background: url("../img/web/icon-header.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.footer {
    background: url("../img/web/icon-footer.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.block {
    background: url("../img/web/icon-block.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.text {
    background: url("../img/web/icon-text.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.image {
    background: url("../img/web/icon-image.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.shape {
    background: url("../img/web/icon-shape.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.input {
    background: url("../img/web/icon-input.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.list {
    background: url("../img/web/icon-list.png") no-repeat 50% 10px / 24px auto;
}
.m-tool-one.tablist {
    background: url("../img/web/icon-tablist.png") no-repeat 50% 10px / 24px auto;
}
.m-tool-one.carousel {
    background: url("../img/web/icon-carousel.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.event {
    background: url("../img/web/icon-event.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.copy {
    background: url("../img/web/icon-copy.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.paste {
    background: url("../img/web/icon-paste.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.preview {
    background: url("../img/web/icon-preview.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.save {
    background: url("../img/web/icon-save.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.restore {
    background: url("../img/web/icon-restore.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one.backup {
    background: url("../img/web/icon-backup.png") no-repeat 50% 10px / 24px auto;
}

.m-tool-one:hover {
    background-color: rgba(0, 0, 50, 0.1);
}

.m-tool-split {
    width: 0;
    height: 70px;
    border-right: 1px solid #aac5ea;
    margin: 10px;
    float: left;
}

.m-tool-split.right {
    float: right;
}

.m-chart-open {
    width: 440px;
    height: calc(100% - 130px);
    position: absolute;
    top: 110px;
    left: 10px;
    background: #ffffff;
    z-index: 20000;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.m-chart-title {
    width: 440px;
    height: 40px;
    background: #f2f2f2;
    float: left;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: move;
}

.m-chart-frame {
    width: 440px;
    height: calc(100% - 40px);
    float: left;
}

.m-chart-box {
    width: 420px;
    height: calc(100% - 90px);
    position: absolute;
    top: 90px;
    left: 0;
    background: #f2f2f2;
    z-index: 1000;
    display: none;
}

.m-chart-kind {
    width: 400px;
    float: left;
    margin: 14px 20px 0;
    border-bottom: 1px solid #d4d4d4;
}

.m-chart-kind span {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.m-chart-kind span.active {
    color: #00a0e9;
    border-bottom: 2px solid #00a0e9;
}

.m-chart-form {
    width: 420px;
    height: calc(100% - 110px);
    float: left;
    border-radius: 5px;
    position: relative;
}

.m-chart-form form {
    width: 100%;
    height: 100%;
}

.m-chart-form-area {
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-chart-form .m-main-form-inner {
    padding: 0 10px;
}

.m-screen-scroll {
    width: 100%;
    height: calc(100% - 90px);
    background: #b2b2b2;
    float: left;
    position: relative;
}

.m-screen-window {
    width: 1440px;
    height: 900px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
    margin: 20px 0 20px 465px;
    position: relative;
}

.m-screen-window.mobile {
    width: 750px;
}

.m-screen-title {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #b2b2b2;
}

.m-screen-title-icon {
    height: 36px;
    float: left;
    margin-left: 10px;
}

.m-screen-title-icon img {
    width: 16px;
    height: 16px;
    margin: 12px 0;
}

.m-screen-title-text {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.m-screen-editor {
    width: 100%;
    height: calc(100% - 40px);
    float: left;
    background: #ffffff;
}

.m-screen-editor.disabled {
    pointer-events: none;
}

.m-chart-one {
    position: absolute;
    cursor: move;
}

.m-chart-one:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.m-web-item {
    width: 380px;
    float: left;
    margin: 20px;
    padding: 30px 30px 0;
    overflow: hidden;
    box-sizing: border-box;
    outline: 1px solid #b2b2b2;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.m-web-item-pic {
    width: 320px;
    height: 180px;
    outline: 1px solid #b2b2b2;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
    float: left;
}

.m-web-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.m-web-item-name {
    width: 320px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    float: left;
}

.m-article-check {
    font-size: 15px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px;
}

.m-article-check i {
    font: inherit;
    color: #ff3333;
}

.m-crawler-rule {
    font-size: 15px;
    box-sizing: border-box;
    padding: 20px;
}

.m-crawler-rule-message {
    color: #484747;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.m-crawler-rule ul {
    color: #484747;
    font-size: 16px;
}

.m-crawler-rule ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #b9b6b6;
    margin-top: 10px;
}

.m-crawler-rule ul li label {
    color: #484747;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    float: left;
    width: 80px;
}

.m-crawler-rule ul li span {
    color: #484747;
    font-size: 16px;
}

.m-material-item {
    width: 270px;
    height: 240px;
    float: left;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}

.m-material-item:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.m-material-pic {
    width: 200px;
    height: 140px;
    margin: 10px 35px 0;
    float: left;
    position: relative;
}

.m-material-pic i {
    width: 400px;
    height: 280px;
    font-size: 14px;
    line-height: 24px;
    outline: 1px solid #d4d4d4;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5);
    transform-origin: 0 0;
}

.m-material-pic img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.m-material-name {
    width: 100%;
    height: 24px;
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-material-time,
.m-material-user {
    width: 100%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-align: center;
    float: left;
}
