html{
    background:#f6f7f9;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url('../font/NotoSansSC-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans SC Medium';
    src: url('../font/NotoSansSC-Medium.otf') format('opentype');
}
/*@font-face {
    font-family: 'Noto Sans SC';
    src: url('../font/NotoSansSC-Bold.otf') format('opentype');
}*/
.SCMedium {
    font-family: Noto Sans SC Medium !important;
}
* {
    font-family: Noto Sans SC;
}

/*regular/medium/Bole =css: font-weight:400/600/800*/
*, html, body {
    margin: 0;
    padding: 0;
}
ul li{
  list-style-type: none;
}
.red{
  color:red;
}
.green{
  color:#12b349;
}
a {
    text-decoration: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointer{
    cursor:pointer;
}
.el-table .descending .sort-caret.descending{
    border-top-color: #F37B2C !important;

}
.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #F37B2C !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #F37B2C !important;
    border-color: #F37B2C !important;
}
/*滚动条整体样式*/ /*高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
} 
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #a9aaab;
}
/*滚动条里面轨道*/
::-webkit-scrollbar-track {
 /*   box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;*/
}

.headerNav .searchCnt {
  border: 1px solid #DCDFE6;
    border-radius: 30px;
}
    .headerNav .searchCnt:hover {
        border: 1px solid #f37b2c;
    }
    .headerNav .searchCnt .el-select .el-input__inner {
        width: 110px;
    }
    .headerNav .searchCnt .el-input__inner:hover, .headerNav .searchCnt .el-input__inner:focus {
        border: 1px solid #f8f8f8;
        border-left-color: #DCDFE6;
        // border-right: 0;
    }
.headerNav .searchCnt .el-select .el-input .el-select__caret {
    line-height: 35px;
}

    .headerNav .searchCnt .input-with-select .el-input-group__prepend {
        background-color: #f8f8f8;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #f8f8f8;
    }
    .headerNav .searchCnt .el-input__inner {
        border-right: 0;
        width: 250px;
        height: 36px;
        background: #f8f8f8;
        border: 1px solid #f8f8f8;
        border-left-color: #DCDFE6;
        border: none !important;
        padding: 0;
    }
    .headerNav .searchCnt .el-input-group__append {
        background: #f8f8f8;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border: 1px solid #f8f8f8;
    }

.headerNav {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #e0e4e9;
    background: #fff;
    z-index: 999;
    min-width:1280px;
}

    .headerNav .logo {
        width: 180px;
        text-align: center;
        margin-right: 20px;
    }

        .headerNav .logo img {
            
        }

.el-menu--horizontal > .el-menu-item {
    color: #05051e;
}

    .el-menu--horizontal > .el-menu-item.is-active {
        color: #f37b2c;
    }

    .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
        color: #f37b2c;
    }

    .el-menu--horizontal > .el-menu-item.is-active {
        border-bottom: 3px solid #f37b2c;
    }
.el-menu.el-menu--horizontal{
    border-bottom:none;
}
.el-menu-item {
    padding: 0 0px;
    margin: 0 20px !important;
}

    .el-menu-item a {
        display: inline-block;
    }

.headerNav .navList {
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
}
    .headerNav .navList > div {
        margin: 0 20px;
        font-size: 14px;
    }
        .headerNav .navList > div.searchCnt{
            padding-left:20px;
            background:#f8f8f8;
        }



        .body {
            width: 1200px;
            margin: 0 auto;
        }

.el-pager li {
    font-weight: normal;
    color: #606266;
}
    .el-pager li:hover {
        color: #F37B2C
    }
    .el-pager li.active {
        color: #F37B2C
    }
.el-pagination .el-select .el-input .el-input__inner:hover,
.el-pagination .el-select .el-input .el-input__inner:active,
.el-pagination .el-select .el-input .el-input__inner:focus{
    border-color: #F37B2C
}
.el-select-dropdown__item.selected {
    color: #F37B2C
}


.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #F37B2C;
}
.el-checkbox__inner:hover {
    border-color: #F37B2C;
}
.el-button.el-button--default:hover {
    color: #F37B2C;
    border-color: #F37B2C;
}
.el-button.el-button--primary {
    color: #fff !important;
    border-color: #F37B2C !important;
    background: #F37B2C !important;
}
.el-dropdown-menu__item{
    padding:0;
    min-width:135px;
}
.el-dropdown-menu__item span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.el-dropdown-menu__item span:hover, .el-dropdown-menu__item span:active {
    color: #F37B2C;
}
.el-pagination__editor.el-input .el-input__inner:focus {
    border-color: #F37B2C !important;
}
@media screen and (max-width: 1400px) {
    .el-menu-item {
        margin: 0 12px !important;
    }
    .headerNav .navList > div {
        margin: 0 12px;
    }
    .headerNav .searchCnt .el-input__inner{
        width:175px;
    }
}