body {
    font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    background-color: #f0f4f9;
    margin: 0;
    -ms-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

a:hover {
    color: #0067e5;
}

a.link {
    color: #0067e5;
}

a.link:hover {
    color: #0067e5;
}

a.link.blue {
    color: #6799fa;
}

a.link.blue:hover {
    color: #0067e5;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h3, .h3 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

td,
th {
    padding: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #222222;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #090909;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #0067e5;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #0067e5;
}

.text-danger {
    color: #0067e5;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #0067e5;
}

.bg-primary {
    color: #fff;
    background-color: #222222;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #090909;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

/* common */
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/images/msxf/author/sprite.png);
    background-repeat: no-repeat;
}

.icon-msg {
    width: 218px;
    height: 129px;
    margin: 0 auto;
    vertical-align: middle;
    background-image: url('/images/msxf/author/icon-msg.png');
    background-repeat: no-repeat;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #000;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-left: 14px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #e5e5e5;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
/* end common */

/* wrap */
.wrapper {
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.sidebar {
    position: relative;
    z-index: 2;
    min-height: 200px;
    border-radius: 4px;
    background: #fff;
    display: table-cell;
    vertical-align: top;
}
.sidebar li {
    font-size: 14px;
    color: #333;
    position: relative;
    z-index: 2;
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    transition: background 0.3s;
    display: block;
}
.sidebar li a {
    font-size: 14px;
    color: #333;
    display: block;
}
.sidebar li .min-link {
    position: relative;
    z-index: 6;
    display: block;
    padding-left: 24px;
    transition: none;
}
.sidebar .sub-link li {
    height: 43px;
    line-height: 43px;
    padding: 0 20px 0 45px;
}
.sidebar .sub-link li a:hover {
    color: #0067e5;
}
.sidebar .sub-link li.active {
    border-left: 3px solid #0067e5;
    color: #0067e5;
    padding-left: 42px;
}
.sidebar .min-link .expand {
    font-weight: bold;
}

.sidebar li span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background-image: url('/images/msxf/author/sprite.png');
    background-repeat: no-repeat;
}

.sidebar li span.icon.home {
    background-position: 0 0;
}

.sidebar li span.icon.redpacket {
    background-position: 0 -20px;
}

.sidebar li span.icon.pk {
    background-position: 0 -40px;
}

.sidebar li span.icon.works {
    background-position: 0 -60px;
}

.sidebar li span.icon.reserve {
    background-position: 0 -80px;
}

.sidebar li span.icon.income {
    background-position: 0 -100px;
}

.sidebar li span.icon.activity {
    background-position: 0 -120px;
}

.sidebar li span.icon.passport {
    background-position: 0 -140px;
}

.sidebar li span.icon.contact {
    background-position: 0 -160px;
}

.sidebar li a:hover {
    color: #0067e5;
}

.sidebar li .caret {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.sidebar li.active .min-link {
    color: #0067e5;
}

.sidebar li.active span.icon.home {
    background-position: -20px 0;
}

.sidebar li.active span.icon.redpacket {
    background-position: -20px -20px;
}

.sidebar li.active span.icon.pk {
    background-position: -20px -40px;
}

.sidebar li.active span.icon.works {
    background-position: -20px -60px;
}

.sidebar li.active span.icon.reserve {
    background-position: -20px -80px;
}

.sidebar li.active span.icon.income {
    background-position: -20px -100px;
}

.sidebar li.active span.icon.activity {
    background-position: -20px -120px;
}

.sidebar li.active span.icon.passport {
    background-position: -20px -140px;
}

.sidebar li.active span.icon.contact {
    background-position: -20px -160px;
}

.sidebar li.active a {
    color: #0067e5;
}

.main {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 15px 15px 15px;
    min-height: 880px;
    border-radius: 4px;
    background: #fff;
    border-left: 10px solid #f0f4f9;
    display: table-cell;
    vertical-align: top;
}

.main .submain-box {
    max-width: 90%;
}

.main .bread-crumb {
    font-size: 22px;
    color: #333;
    padding: 0 0 10px 0;
}

.main .bread-crumb h3 {
    font-weight: normal;
}

.main .bread-crumb li {
    margin-right: 15px;
    display: inline-block;
}

.main .bread-crumb li.active {
    color: #0067e5;
}

.main-nav {
    padding: 0;
    margin-bottom: 15px;
}


.list-empty {
    margin: 100px auto;
}

.workslist-wrap {
    margin: 0;
}

.worklist-table td {
    border-bottom: 1px solid #e6e6e6;
    height: 48px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #575757;
    vertical-align: middle;
}

.worklist-table td .time {
    font-weight: 300;
    font-style: normal;
    color: #999;
}

.worklist-table td .work-cover {
    display: none;
    float: left;
    margin-right: 10px;
    padding: 4px 0;
}

.worklist-table td .work-cover img {
    display: block;
    border: 4px solid #fff;
}

.worklist-table td .work-name {
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

.worklist-table tr.active td {
    height: auto;
    padding: 10px 0 5px;
}

.worklist-table tr.active td .work-name {
    width: 130px;
    height: 118px;
}

.worklist-table tr.active .dib-wrap .button {
    width: 66px;
    height: 66px;
}

.worklist-table tr.active .dib-wrap .button .icon {
    margin: 10px auto;
}

.worklist-table tr.active .dib-wrap i {
    display: block;
}

.worklist-table a {
    word-break: break-all;
    color: #575757;
}

/* table */
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table thead {
    background: #f0f4f9;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ebebeb;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ebebeb;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ebebeb;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ebebeb;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #fafafa;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #fafafa;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #ededed;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
