.icon-rocket:before {
    content: "🚀";
}
.header-logo-text {
    font-size: 16px!important;
	font-weight: 600;
    height:60px;
    line-height: 64px!important;
}
.alain-default__header-logo-link {
    display: block;
    text-align: left;
}
.alain-default__header-logo {
    padding: 0 12px 0px 14px!important;
}
.alain-default__header-logo-link{
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-logo-img{
    height: 50px!important;
    padding: 5px 0!important;
}

/* 修改消息提醒图标的样式*/
.alain-default__nav-item .ant-badge-count {
    top: 0px;
    right: 0px;
}
.alain-default__nav-item .ant-badge {
	font-size: 18px!important;
}


/* 例：修改登录页样式 */
layout-passport > .container {
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    background-color: #fff !important;
    background-image: url(https://www.erupt.xyz/demo/login-bg.svg) !important;
}

layout-passport .head {
    display: flex;
    align-items: center;
    justify-content: center;
}


layout-passport .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

layout-passport form {
    padding: 26px !important;
    margin: 8px !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(190, 184, 184, 0.3);
}
.ck-content {
    min-height: 300px!important;
}
.text-show{
    text-overflow: ellipsis;
}