body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

#app {
    position: relative;
    width: 100%;
    height: 100%;
}

#app-layout {
    position: relative;
    height: 100%;
}

#app-layout .trigger {
    font-size: 20px;
    height: 64px;
    cursor: pointer;
    transition: all .3s, padding 0s;
    padding: 22px 24px;
}

#app-layout .trigger:hover {
    background: rgba(0, 0, 0, .025)
}

#app-layout .logo {
    position: relative;
    height: 64px;
    line-height: 64px;
    padding-left: 24px;
    background: #002140;
    overflow: hidden;
    transition: all .3s;
}

#app-layout .logo > img {
    width: 32px;
    height: 32px;
}

#app-layout .logo > h1 {
    display: inline-block;
    margin: 0 0 0 12px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 600;
}

#app-sider {
    position: fixed;
    left: 0;
    height: 100vh;
    overflow: auto;
}

#app-main {
    position: relative;
    transition: all .2s;
}

#app-header {
    position: fixed;
    right: 0;
    top: 0;
    padding: 0;
    background: #fff;
    z-index: 1;
    transition: left .2s;
    box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
}

#app-content {
    margin-top: 64px;
    margin-bottom: 69px;
    padding: 0 24px;
    overflow: scroll;
}

#app-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    transition: left .2s;
}

#app-user {
    display: inline-block;
    height: 100%;
    padding: 0 12px;
    cursor: pointer;
    transition: all .3s;
}

#app-user:hover {
    background: rgba(0, 0, 0, .025)
}

#app-tabs {
    position: absolute;
    left: 68px;
    right: 200px;
    top: 0;
    height: 100%;
    padding-top: 25px;
    overflow: hidden;
}

#app-tabs .ant-tabs-bar {
    margin: 0;
}

#app-tabs .ant-tabs-card-content {
    width: 0;
    height: 0;
    overflow: hidden;
}

#app-time {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

#app-tools {
    float: right;
    height: 100%;
    overflow: hidden;
}

#app-clearAll {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

#app-clearAll:hover {
    color: #1890ff;
}

#page-breadcrumb {
    margin: 16px 0;
}

#page-content {
    min-height: 80%;
    padding: 24px;
    background-color: #fff;
}

#page-content .ui-search .ant-form-item {
    display: flex;
}

#page-content .ui-search .ant-form-item-control-wrapper {
    flex: 1;
}

#login-layout {
    position: relative;
    height: 100%;
    background-size: 100%;
    background: #f0f2f5 url(../../public/background.svg) no-repeat 50%;
}

#login-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 110px 0 144px;
}

#login-top {
    text-align: center;
}

#login-top-header {
    height: 44px;
    line-height: 44px;
}

#login-top-header > img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
}

#login-top-header > span {
    position: relative;
    color: rgba(0, 0, 0, .85);
    font-size: 33px;
    font-weight: 600;
    vertical-align: middle;
}
#login-top-desc {
    margin-top: 12px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
}

#login-main {
    min-width: 260px;
    width: 368px;
    margin: 0 auto;
}

.login-main-submit {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
}

#login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 48px 0 24px;
    padding: 0 16px;
    text-align: center;
}

#login-footer-copyright {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
}

.custom-tabs .ant-tabs-tabpane.ant-tabs-tabpane-active {
    padding: 1rem;
    background: white;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-top-width: 0;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.custom-tabs .ant-tabs-bar {
    margin-bottom: 0;
}


/* 富文本编辑器样式 */

.fr-box .second-toolbar #logo {
    display: none;
}

/*.ant-table td {*/
/*white-space: nowrap;*/
/*}*/

/*.fec-app {*/
/*position: relative;*/
/*width: 100%;*/
/*height: 100%;*/
/*padding-left: 256px;*/
/*overflow: hidden;*/
/*}*/

/*.fec-sidebar {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 256px;*/
/*height: 100%;*/
/*background: #001529;*/
/*box-shadow: 2px 0 6px rgba(0, 21, 41, .35);*/
/*transition: all .2s;*/
/*}*/

/*.fec-main {*/
/*position: relative;*/
/*height: 100%;*/
/*padding-top: 64px;*/
/*padding-bottom: 32px;*/
/*}*/

/*.fec-header {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 64px;*/
/*background: #fff;*/
/*box-shadow: 0 1px 4px rgba(0, 21, 41, .08);*/
/*}*/

/*.fec-content {*/
/*width: 100%;*/
/*height: 100%;*/
/*padding: 24px;*/
/*}*/

/*.fec-footer {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*width: 100%;*/
/*height: 32px;*/
/*line-height: 32px;*/
/*background: #fff;*/
/*box-shadow: 0 -1px 4px rgba(0, 21, 41, .08);*/
/*}*/
