/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  //text-align: center;
  //color: #2c3e50;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}

/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/css/public.css ***!
  \*************************************************************************************************************************************************************************/
#main {
    /*position: absolute;*/
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    left: 260px;
    top: 60px;
    right: 0;
    bottom: 0;
    height: 75%;
    overflow: auto;
}
.Main_tap{
    padding: 0 20px;
}

.Main_tap .el-tabs__item {
    font-size: 16px !important;
    height: 50px !important;
    line-height: 48px !important;
}
.el-tabs__active-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #0674F1;;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none;
}
.el-tabs__item:hover{
    color: #0674F1;;
    cursor: pointer;
}
.el-button--primary{
    color: #fff;
    background-color: #0674F1;
    /*border-color: #0674F1;*/
    border: none;
}

.el-button--primary:hover{
    color: #fff;
    background-color: #215cd0;
    /*border-color: #0674F1;*/
    border: none;
}

/* 子页面控制块页面 */
.control_block {
    display: flex;
    align-items: center;
    padding: 15px 16px 30px;
}

.novaSubList_list .el-table th,.orderStusta .el-table th{
    background: #f5f7fa;
    color: #666;
    font-size: 12px;
}

.novaSubList_list .el-table td,.orderStusta .el-table td{
    font-size: 12px;
    color: #333;
}

.el-dialog {
    border-radius: 15px !important;
}
#main .el-tabs__item {
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
}

/* 遮罩层 */
.Masked {
    position: fixed;
    width: 230px;
    height: 46px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.Masked .el-loading-mask {
    border-radius: 5px;
}

.Masked .el-loading-spinner {
    margin-top: -23px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.Masked .el-loading-spinner i {
    font-size: 28px;
    color: #fff;
}

.Masked .el-loading-spinner p {
    margin: 3px 18px;
    color: #fff;
}

/* 去掉默认样式 */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

#main .el-tabs__item {
    font-size: 16px;
}

#main .el-tabs__item.is-active {
    font-size: 16px;
    color:#0674F1;;
}

#detail_page .el-table th {
    background: #fafafa;
    color: #666;
}

#detail_page {
    padding-right: 10px;
}
.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: scroll;
}

.el-button {
    padding: 10px !important;
    font-size: 12px !important;
}

.el-tabs__nav-wrap:after{
    background-color: #f8f8f8;
}

#main::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;

}

#main::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #eee;

}

#main::-webkit-scrollbar-thumb:hover {/*滚动条里面小方块*/
    background: #ddd;
}

#main::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: transparent;
}

.vertical::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.vertical::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;

}

.vertical::-webkit-scrollbar-thumb:hover {/*滚动条里面小方块*/
    background: #888;
}

.vertical::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: transparent;
}

.administratorClass {
    position: absolute;
    right: 32px;
}

/*展开的菜单栏样式*/
.sidebar-item.active2 .sidebar-link:hover, .sidebar-item.active2>.sidebar-link {
    /*color: #FFFFFF;*/
    /*background: linear-gradient(*/
    /*        90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);*/
    /*border-left-color: #3b7ddd;*/
}
.sidebar-item.active2 .sidebar-link:hover, .sidebar-item>.sidebar-link {
    color: #e9ecef80;
    /*background: linear-gradient(*/
    /*        90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);*/
    /*border-left-color: #3b7ddd;*/
}
.sidebar-item.activeSingle .sidebar-link:hover, .sidebar-item.activeSingle>.sidebar-link{

}

/*覆盖菜单颜色显示*/
.sidebar-nav .sidebar-item .sidebar-link:hover{
    font-weight:600;
    color:#FFFFFF;
}

/*展开栏内子菜单的颜色*/
.sidebar-dropdown .sidebar-item.active2 .sidebar-link {
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(
            90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);
    border: solid #3b7ddd;
    border-width: 0 0px 0 3px;
}
.sidebar-item.sidebar-item-plus {
    margin: 6px 0;
}

.emptyPage {
    display: flex;
    justify-content: center;
    vertical-align: center;
    color: #888;
    margin-top: 200px;
}

.hide {
    display: none;
}

.animate__fadeIn {
    animation-name: fadeIn;
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: backwards;
}

.el-message {
    min-width: 100px;
}

/* 权重输入框 */
.weightClass .el-input__inner {
    background: transparent;
    border: none;
    text-align: center;
}

.weightClass .el-input__inner:focus {
    background: #fff;
    border: 1px solid #eee;
}

.weightClass .el-input__inner:hover {
    border: none;
}

/*带标题的查询模块*/
.queryBlock {
    display: flex;
    align-items: center;
}

.control_query{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.queryBlockTitle{
    color: #888383;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}
/*自定义分页*/
.self-pagination {
    display:flex;
    justify-content:flex-end;
    height: 80px;
    margin-top: 30px;
    padding-right: 20px;
}

.el-date-editor .el-range-separator{
    width: 10% !important;
}
/*表格表头下划线去掉*/
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 0px !important;
}
