html {
    margin: 0;
    height: 100%;
}

body {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: url('../images/body.png');
}

/* 导航 */
.el-menu-demo, .el-menu-demo .el-menu {
    border:0;
    background-color: transparent;
}

.el-menu-demo .el-sub-menu__title span,
.el-menu-demo .el-sub-menu .el-icon,
.el-menu-demo .el-sub-menu .el-menu-item {
    color: #848b94;
    font-weight: 700;
    font-size: 17px
}

.el-menu-demo .el-sub-menu .el-menu-item {
    font-size: 15px
}

.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item{
    height: 40px;
    line-height: 40px;
}

.el-my-menu-show-height{
    height:calc(100vh - 70px - 251px - 20px)
    /*取消外部布局右侧滚动条  原height:calc(100vh - 70px - 251px) yangsd 2023-08-25 18:04*/
}

.el-my-menu-hide-height{
    height:calc(100vh - 70px)
}

/* 用户头像 */
.el-my-card {
    text-align: center;
    border: 0;
    background: url(../images/bg1.png);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

[v-cloak] {
    display: none;
}

/* 滚动条样式 */
.el-scrollbar__thumb {
    border-radius: 10px;
    background-color: #119988;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    opacity: .75;
}

::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #119988;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

/* tabs */
.el-my-tabs{
    width: 100%;
    height: 100%;
}
.el-my-tabs .el-tabs__header{
    margin:0;
}
.el-my-tabs .el-tabs__nav-scroll{
    background-color: transparent;
}

/* app 页面通用 */
#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background-color: #fff;
    color: #2c3e50;
    padding: 20px;
    min-height:calc(100vh - 40px)
    /* 调整页面超出高度时 无背景色问题  原 height:calc(100vh - 40px)   yangsd 2023-08-25 18:06*/
}

/* page header*/
.el-header h1 {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 0 0;
    line-height: 1.25;
    font-size: 1.2rem;
    color: var(--el-text-color-regular);
    font-weight: inherit;
}
.el-header h1 span{
    width: 5px;
    height: 18px;
    margin-left: 0px;
    margin-right: 15px;
    position: relative;
    top: 0px;
    display:inline-block;
    box-sizing: border-box;
    background-color: #449A96;
}
/* table */
.el-table th.el-table__cell {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #F5F5F5;
    color: #808080;
    border-color: #dcdcdc;
    font-size: 15px;
    text-align: center;
    padding:8px 0px 8px 0px;
}
/* 分页组件 */
.el-pagination.is-background .el-pager li:not(.is-disabled).is-active {
    background-color: #449A96;
    color: var(--el-color-white);
    font-weight: 700;
}
.el-pagination {
    --el-pagination-font-size: 14px;
    --el-pagination-bg-color: var(--el-fill-color-blank);
    --el-pagination-text-color: var(--el-text-color-primary);
    --el-pagination-border-radius: 3px;
    --el-pagination-button-color: var(--el-text-color-primary);
    --el-pagination-button-width: 32px;
    --el-pagination-button-height: 32px;
    --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
    --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-pagination-button-bg-color: var(--el-fill-color);
    --el-pagination-hover-color: #449A96;
    --el-pagination-height-extra-small: 24px;
    --el-pagination-line-height-extra-small: var(--el-pagination-height-extra-small);
    white-space: nowrap;
    padding: 2px 5px;
    color: var(--el-pagination-text-color);
    font-weight: 400;
    display: flex;
    align-items: center
}
/*文本域选中后的边框颜色*/
.el-textarea {
    --el-input-focus-border-color: #109D98;
}
/*复选框相关颜色*/
.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #109D98;
    border-color: #109D98;
}
.el-checkbox-all .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #109D98;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #109D98;
    border-color: #109D98;
}
/*单选按钮相关颜色*/
.el-radio__input.is-checked .el-radio__inner {
    border-color: #109D98;
    background: #109D98;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #109D98;
}
/*输入框相关颜色*/
.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #109D98 inset;
}
/*下拉框相关颜色*/
.el-select .el-input.is-focus .el-input__wrapper {
    box-shadow: 0 0 0 1px #109D98 inset !important;
}
.el-select .el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #109D98 inset !important;
}
/*日期时间段选择器*/
.el-range-editor.is-active:hover {
    box-shadow: 0 0 0 1px #109D98 inset;
}
.el-range-editor.is-active {
    box-shadow: 0 0 0 1px #109D98 inset;
}
.el-date-range-picker {
    --el-datepicker-active-color: #109D98;
    --el-datepicker-hover-text-color: #109D98;
}
/*覆盖根级蓝色样式，全部默认绿色，light-x依次变浅*/
:root {
    --el-color-primary: #109D98;
    --el-color-primary-light-3: #12B5B0;
    --el-color-primary-light-5: #14CCC6;
    --el-color-primary-light-7: #CDF9F8;
    --el-color-primary-light-8: #E4FCFB;
    --el-color-primary-light-9: #E5FAFA;
    --el-color-primary-dark-2: #109D98;
}
.base_chart {
    background-color: #fff;
    background-size: 2px 20px, 20px 2px, 2px 20px, 20px 2px, 2px 20px, 20px 2px, 2px 20px, 20px 2px;
    width: 100%;
    padding: 8px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.carder_border {
    box-shadow: 0 2px 6px 0 rgb(218 218 253/ 65%), 0 2px 6px 0 rgb(206 206 238/ 54%);
    border-radius: 10px;
}

