[v-cloak] {
    display: none;
}

#app,
html {
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    margin: 0;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

/* .el-input {
    width: 180px;
} */

.radio-title {
    margin: -5px 0 -10px 5px;
    z-index: 1;
}

.el-message-box {
    width: 320px;
}

.el-submenu__title i,
.el-menu-item i {
    color: #ccc;
}

.el-menu-vertical-main:not(.el-menu--collapse) {
    width: 200px;
    min-height: 400px;
}

.el-menu {
    border-right: 0px;
}



.el-message-box__title {
    color: #F56C6C;
}

.el-table .el-table__cell {
    padding: 0.6rem 0.2rem;
    /*grid�и�*/
}

.el-table__empty-text,
.el-table__empty-block {
    line-height: 50px;
    min-height: 50px;
}

.el-card__header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
}

.el-textarea {
    min-height: 33px;
}

.el-input__inner {
    height: 33px;
    line-height: 33px;
}

.el-input--small .el-input__inner {
    height: 33px;
    line-height: 33px;
}

.login-container {
    min-height: 100%;
    width: 100%;
    background-color: #eeeeee;
    overflow: hidden;
}

.login-container .login-form {
    position: relative;
    /*max-width: 450px;*/
    padding: 0 2rem;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 10%;
    border-radius: 8px;
}

.login-container .title-container .title {
    font-size: 26px;
    /*color: #eee;*/
    margin: 0 auto 40px auto;
    text-align: center;
    font-weight: 700;
}

.login-container .el-form-item {
    border: 1px solid hsla(0, 0%, 100%, .1);
    /*background: rgba(0,0,0,.1);*/
    border-radius: 5px;
    color: #454545;
    /*width:180px;*/
    height: 56px;
}

.login-container .el-input input {
    background: transparent;
    /*border: 0;*/
    -webkit-appearance: none;
    border-radius: 0;
    padding: 12px 5px 12px 15px;
    /*color: #fff;*/
    height: 47px;
    /*caret-color: #fff;*/
}

.login-container .el-input-group {
    width: 100%;
}

.el-form-item {
    margin-bottom: 0;
}

/*Kero.由上至下，最后一个div高度自填满*/
.jd-container {
    display: flex;
    flex-direction: column;
    /* 纵向排列 */
    height: calc(100vh - 5rem);
    /* 让整个页面扣掉上方导航栏高度为视口高度 */
}

/* 其他 div 保持原始高度 */
/* .jd-container>div {
    flex-shrink: 0;
} */

.jd-fill {
    flex-grow: 1;
    /* 自动填充剩余空间  */
    flex-shrink: 1;
    /* 确保它能伸展 */
    overflow: auto;
    /*若内容超出，允许滚动*/
}

.drawer-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-body {
    margin: 0 2rem;
    flex: 1;
    overflow: auto;
}

.drawer-footer {
    border-top: 1px solid #EBEEF5;
    padding: 10px 20px;
    text-align: right;
    background: #fcfcfc;
}

/*等宽字体*/
.monospace {
    font-family: monospace, 'Courier New', Courier;
    font-weight: 600;
}

/* drawer圆角 */
.demo-drawer {
    border-radius: 10px !important;
    overflow: hidden;
    /* 防止子元素溢出边角 */
}

.el-drawer.tlb.demo-drawer {
    margin: 0.5rem;
    /* 让它离屏幕边界稍微远一点 */
}


/* 批量载入Loading动画，阻止用户操作界面 */
.upload-loading {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
}

.upload-loading .el-loading-text {
    font-size: 14px !important;
    color: #ffffff !important;
    white-space: pre-line !important;
    line-height: 1.6 !important;
}

.upload-loading .el-loading-spinner .circular {
    width: 46px !important;
    height: 46px !important;
}

.upload-loading .el-loading-spinner .path {
    stroke: #409EFF !important;
}


/* 调整 vxe-table tooltip 层级，确保在 drawer 上方 */
.vxe-table--tooltip-wrapper {
    z-index: 9999 !important;
}  