@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.clearF {
    overflow: auto;
    zoom: 1;
}

.fL {
    float: left;
}

.fR {
    float: right;
}
.auth-container{
    /*position: relative;*/
    height: calc(100vh - 130px);
    display: flex;
    justify-content: center;
    align-items: center;
    /*z-index: 100;*/
}
.common-width{
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
}
.container {
    /*position: relative;*/
    min-width: 960px;
    max-width: 1200px;
    min-height: calc(100vh - 150px);
    margin: 0 auto;
    /*z-index: 1;*/
}

.impowerBox .qrcode {
    width: 150px;
}

#login_container iframe {
    height: 270px !important;
}

.web-header {
    position: fixed;
    width: 1000px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    width: 100%;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
}

.margin-right {
    margin-right: 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.web-header-link {
    color: #222222;
    display: inline-block;
    line-height: 60px;
}

.web-header-link:hover {
    color: #3a8ee6;
    text-decoration: none;
}

.web-page {
    padding-top: 60px;
}

.kepler-title {
    font-weight: bolder;
    color: #333333;
    font-size: 20px;
}

body {
    background-color: #f5f8fa;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

a {
    color: #409EFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}

.bg-white {
    background-color: #ffffff;
    min-height: 80vh;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.lh-150 {
    line-height: 1.5;
}

.lh180-f20 {
    font-size: 14px;
    line-height: 1.8em;
}

.lh-200 {
    line-height: 2;
}

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

.h-card-footer {
    text-indent: 20px;
    background-color: #eeeeee;
    line-height: 60px;
}

.page {
    min-width: 1000px;
}

.h-header {
    background-color: #409EFF;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.h-header .el-badge__content.is-fixed {
    top: 15px;
    right: 0px;
}

.h-footer {
    height: 50px;
    line-height: 50px;
    background-color: #292929;
    font-size: 14px;
    box-sizing: border-box;
}

.auth-banner {
    width: 100%;
    vertical-align: bottom;
}

.logo-with-text {
    width: 112px;
    height: 118px;
}

.kepler-slogan {
    color: #409EFF;
    line-height: 2;
}

.kepler-logo {
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.logo-with-slogan {
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft-quick-link a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 8px;
}

.ft-copyright a:hover {
    color: #409EFF;
    text-decoration: none;
}

.ft-copyright {
    color: #ffffff;
}

.ft-copyright a{
    color: #ffffff;
}

.el-tabs--border-card {
    min-height: 50vh;
}

.chat-item {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-right: 20px;
    overflow: hidden;
}

.chat-timeline {
    min-height: 50%;
    padding: 10px 0;
    border-left: 1px solid #eeeeee;
}

.chat-timeline .timeline-time {
    text-align: center;
    margin: 10px auto;
}

.chat-timeline .timeline-time span {
    background-color: #eeeeee;
    padding: 5px 10px;
    border-radius: 10px;
}

.no-data-chat-timeline {
    background-color: #f1f1f1;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-data-chat-timeline img {
    width: 100px;
}

.tool-bar {
    border-top: 1px solid #eeeeee;
    padding: 10px;
}

.chat-editor .ql-editor {
    border-top: 1px solid #cccccc;
    min-height: 100px;
}

.chat-editor .ql-toolbar.ql-snow {
    display: none;
}

.header-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.el-dropdown-link {
    color: #ffffff;
}

.el-dropdown-item-link {
    color: #409EFF;
    text-decoration: none;
}

.chat-image {
    height: 100px;
}

.chat-box {
    border-radius: 5px;
    padding: 5px;
    max-width: 300px;
    word-break: break-all;
    border: 0.5px solid #409EFF;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
}

.display-inline-block {
    display: inline-block;
}

.file-icon {
    width: 40px;
    vertical-align: bottom;
    margin-right: 5px;
}

.file-box {
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.file-name {
    display: block;
    color: #000000;
}

.btn-delete {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #409EFF;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1;
}

.project-editor .ql-editor {
    min-height: 200px;
}

.project-editor .ql-editor.ql-blank::before {
    display: none;
}

.h-title {
    color: #409EFF;
    line-height: 2em;
    display: inline-block;
}

.h-title::before,
.h-title::after {
    content: '';
    display: block;
    background-color: #409EFF;
    height: 1px;
    width: 100%;
}

.h-content {
    margin-bottom: 1em;
    line-height: 1.8em;
    padding-right: 20px;
}

.h-headline {
    margin-bottom: 1em;
}

.icon-mp {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/imgs/mp.png") no-repeat;
    background-size: contain;
    vertical-align: text-top;
}

.icon-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/imgs/link.png") no-repeat;
    background-size: contain;
    vertical-align: text-top;
}

.file-list {
    margin-top: 10px;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.h-bread-crumbs {
    line-height: 3 !important;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.file-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
}

.file-list-item:first-child {
    border-top: 1px solid #f1f1f1;
}

.h-card-header {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 10px;
    background-color: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view-more-link {
    font-size: 14px;
}

.view-more-link:after {
    content: ">>";
    color: #8c939d;
}

.notice-item {
    display: block;
}

.h-card-content {
    padding: 10px;
}

.el-input-group__append {
    background-color: #409EFF;
    color: #ffffff;
}

.click-link {
    color: #409EFF;
    font-size: 14px;
}

.click-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.upload-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-icon-delete {
    margin-left: 10px;
}

