@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

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

a {
    color: #444444;
    text-decoration: none;
}
.text-small{
    font-size:14px;
    font-weight:lighter;
}
.text-normal{
    font-size:14px;
    font-weight:normal;
}
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;
}
[v-cloak]{
    display: none;
}
.bg-white {
    background-color: #ffffff;
}

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

.mt-10 {
    margin-top: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.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;
}
.tycho-block{
    background-color: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
}
.text-center {
    text-align: center;
}
.pd-10{
    padding: 10px;
}
.h-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 20px;
    background-color: #eeeeee;
    line-height: 60px;
}

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

.fL {
    float: left;
}

.fR {
    float: right;
}

.page {
    margin-top: 30px;
    margin-bottom: 80px;
    background-color: #f0f2f5;
}

.tycho-page-content {
    /*padding: 10px 0;*/
    min-height: calc(100vh - 110px);
}
.comment-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.tycho-quote-block{
    border-left: 3px solid #d9d9d9;
}
.container {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;

}

.aside-card:not(:last-child) {
    margin-bottom: 20px;
}

.tycho-header {
    position: fixed;
    background-color: #444;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    z-index: 10;
}

.tycho-header-title {
    font-size: 24px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-between-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-column-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tycho-header .el-badge__content.is-fixed {
    top: 15px;
    right: 0px;
}
.tycho-counter{
    font-size: 14px;
    color: #999;
}
.tycho-admin-menu{
    top: 50px;
    position: fixed;
    overflow: hidden;
}
.tycho-menu-wrapper {
    text-align: right;
    line-height: 1.8;
    top: 50px;
    position: fixed;
    padding: 15px;
    background-color: #ffffff;
}

.tycho-menu-section {
    border-bottom: 1px solid #eeeeee;
}

.tycho-menu-wrapper a {
    text-decoration: none;
    /*display: block;*/
}

.tycho-menu {
    margin-top: 8px;
}

.tycho-menu, .tycho-menu a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.tycho-sub-menu a {
    color: #666666;
    font-size: 14px;
}

.tycho-footer {
    font-size: 14px;
    margin-top: -80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #444444;
}

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

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

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

.kepler-logo {
    height: 100px;
}

.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, .ft-quick-link a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 8px;
}

.ft-quick-link a:hover {
    color: #f1f1f1;
}

.ft-copyright {
    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;
    line-height: 30px;
}

.el-dropdown-item-link {
    color: #444444;;
    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 #444444;;
}

.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: #444444;
    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: #333333;
    line-height: 2em;
    display: inline-block;
}

.h-title::before,
.h-title::after {
    content: '';
    display: block;
    background-color: #333333;
    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: #444444;
    color: #ffffff;
}

.click-link {
    color: #444444;
    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;
}

#loginBox .el-dialog {
    height: 400px;
}

.home-main-wrapper {
    display: flex;
}

.tycho-main-aside {
    line-height: 1.8;
    color: #666666;
    margin-top: 20px;
}

.home-news-item {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 4px 10px;
}

.home-news-header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news-introduction {
    box-sizing: border-box;
    color: #666666;
    cursor: default;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.view-original-text {
    color: #444444;
}

.home-news-bottom, .home-news-bottom a {
    font-size: 14px;
    margin-bottom: 5px;
    color: #999;
    /*height: 26px;*/
    line-height: 26px;
}

.carousel-image {
    display: block;
    width: 100%;
    height: 100%;
}

.el-carousel__container {
    height: 180px;
}

body {
    position: relative;
}

.aside-activity-item:not(:last-child), .aside-news-header:not(:last-child), .aside-project-item:not(:last-child) {
    border-bottom: 1px dashed #eeeeee;
}

.aside-news-header, .aside-activity-header, .aside-project-header {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #333333;
    -webkit-box-orient: vertical;
}

.aside-activity-location {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aside-card .el-card__header {
    padding: 4px 20px;
    background-color: #444;
}
.el-main.home-main-content{
    overflow: hidden;
    /*padding-right: 0;*/
}
.tycho-header-popover{
    min-width: 100px;
}
.tycho-header-divider{
    display: block;
    height: 1px;
    width: 100%;
    margin: 5px 0;
    background-color: #DCDFE6;
    position: relative;
}