html {
    font: 1em "Avenir Next",Avenir,"Helvetica Neue",Helvetica,"Lantinghei SC","Hiragino Sans GB","Microsoft YaHei","氓炉掳卯鈥犅棵ㄢ€欌€姑┾€斺€犆モ€樎疵猜�",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    font: 1em BlinkMacSystemFont,sans-serif;
    font: 1em "Hiragino Sans GB","Microsoft YaHei","寰蒋闆呴粦",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}

body {
    background-color: #edecec;
    color: #5e5e5e;
}

body, form, h1, h2, h3, h4, h5, ol, p, ul {
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #673ab7;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
}

.mdui-btn i.mdui-icon {
    font-size: 13px;
}

header {
    background-color: #ffffff;
    box-shadow: none!important;
    border-bottom: solid 1px #e0e0e0;
}

.box {
    padding: 0;
    z-index: 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li>a {
    color: #a9a9a9;
    font-size: 90%;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.mdui-card.title {
    font-size:16px;
    line-height: 36px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.card-block {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.mdui-progress {
    border-radius: 0;
}

/*server-info*/
.server-info .tag {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.tag.在线 {
    background-color: #4caf50;
}

.tag.离线 {
    background-color: #f44336;
}

.server-info .mdui-text-right {
    color: #9e9e9e;
}

.server-info .mdui-text-left {
    color: #5e5e5e;
}
.avatar-box .avatar {
    width: 64px;
    height: 64px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

#editor {
    background-color: #f5f5f5;
    border-radius: 5px;
    min-height: 300px;
}